body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
}

.bg {
    position: fixed;
    top: -5px;
    bottom: -5px;
    left: -15px;
    right: -5px;
    height: 110%;
    width: 105vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    z-index: -1;
}

.bg::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 100%;
    width: 105vw;
    z-index: 1;
    background: #1a1a1a;
    opacity: .7;
}

.bg video {
    height: 110%;
    width: 120vw;
    object-fit: cover;
    object-position: center;
    filter: blur(7px);
}

.footer-bottom {
    background-color: transparent;
    position: absolute;
    bottom: 0;
    width: 100vw;
    padding: 10px 0px;
    opacity: 0;
    margin-bottom: 0px !important;
    animation: fadeInFooter 1s ease forwards 3.5s;
}

@keyframes fadeInFooter {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.footer-bottom-text span {
    color: #ffffff86;
}

.footer-bottom-text a {
    color: #ffffff86;
}

.footer-bottom-text-wrapper::after {
    display: none;
}

ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 30px;
}

span,
a {
    color: #fff;
    text-decoration: none;
}

a:hover {
    color: #fb264f;
}

.logo-main {
    height: 100px;
    margin-bottom: 2rem;
}

.logo-main img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.6);
    border-radius: 50%;
}

.muba-btn {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.muba-btn:hover {
    transform: scale(1.1);
}

.muba-btn:hover span {
    color: #fb264f;
}

.muba-img {
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    border-radius: 0px;
    border: none;
}

body .muba-img img {
    height: 60px;
    width: 60px;
}

.logo-wrapper {
    opacity: 0;
    animation: logoZoomIn 1s ease forwards;
}

.btn-ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    margin-top: 20px;
    opacity: 0;
    animation: fadeIn 1s ease forwards .75s;
}

.btn-li {
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translateY(50px);
    opacity: 0;
    animation: slideUp 0.8s ease forwards;
}

.btn-li:nth-child(1) {
    animation-delay: 1s;
}

.btn-li:nth-child(2) {
    animation-delay: 1.2s;
}

.btn-li:nth-child(3) {
    animation-delay: 1.4s;
}

.btn-li:nth-child(4) {
    animation-delay: 1.6s;
}

.btn-li:nth-child(5) {
    animation-delay: 1.8s;
}

.btn-li:nth-child(6) {
    animation-delay: 2s;
}

.btn-li:nth-child(7) {
    animation-delay: 2.2s;
}

.btn-li:nth-child(8) {
    animation-delay: 2.4s;
}

@keyframes logoZoomIn {
    from {
        transform: scale(0.5);
        opacity: 0;
    }

    to {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

@keyframes slideUp {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.tab-content {
    opacity: 0;
    animation: fadeInTabContent 1s ease forwards 2.8s;
}

@keyframes fadeInTabContent {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}


.muba-btn:hover img {
    filter: brightness(0) saturate(100%) invert(31%) sepia(100%) saturate(4889%) hue-rotate(336deg) brightness(103%) contrast(97%);
}


.switch-wrapper {
    position: absolute;
    z-index: 3;
    top: 5%;
    left: 5%;
    opacity: 0;
    animation: logoZoomIn 1s ease forwards 1s;
}

.switch {
    position: relative;
    display: inline-block;
    margin: 0 5px;
}

.inherit {
    font-size: inherit;
    font-family: inherit;
}

.text-right {
    text-align: right !important;
}


.switch>span {
    position: absolute;
    top: 7px;
    pointer-events: none;
    font-family: 'Helvetica', Arial, sans-serif;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
    width: 50%;
    text-align: center;
}

input.check-toggle-round-flat:checked~.off {
    color: #fb264f;
}

input.check-toggle-round-flat:checked~.on {
    color: #fff;
}

.switch>span.on {
    left: 0;
    padding-left: 2px;
    color: #fb264f;
}

.switch>span.off {
    right: 0;
    padding-right: 4px;
    color: #fff;
}

.check-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
}

.check-toggle+label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input.check-toggle-round-flat+label {
    padding: 2px;
    width: 100px;
    height: 35px;
    background-color: #fb264f;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:before,
input.check-toggle-round-flat+label:after {
    display: block;
    position: absolute;
    content: "";
}

input.check-toggle-round-flat+label:before {
    top: 2px;
    left: 2px;
    bottom: 2px;
    right: 2px;
    background-color: #fb264f;
    -webkit-moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    border-radius: 60px;
}

input.check-toggle-round-flat+label:after {
    top: 4px;
    left: 4px;
    bottom: 4px;
    width: 48px;
    background-color: #fff;
    -webkit-border-radius: 52px;
    -moz-border-radius: 52px;
    -ms-border-radius: 52px;
    -o-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: margin 0.2s;
    -moz-transition: margin 0.2s;
    -o-transition: margin 0.2s;
    transition: margin 0.2s;
}


input.check-toggle-round-flat:checked+label:after {
    margin-left: 44px;
}

.work-wrapper {
    padding-top: 30px;
}

@media (max-width:552px) {
    .btn-ul {
        gap: 0px;
    }

    .muba-btn {
        width: 110px;
        font-size: 14px;
    }

    .footer-bottom {
        padding-top: 30px !important;
    }

    .footer-bottom-text-wrapper::after {
        display: block;
    }

    .btn-ul {
        flex-wrap: wrap;
        row-gap: 30px;
    }

    .muba-btn img {
        height: 30px;
        width: 30px;
    }

    .work-wrapper {
        padding: 0 15px;
    }

    .switch-wrapper {
        top: 2%;
        left: 2%;
    }
}

.over-ul-wrapper {
    display: flex;
    gap: 10px;
    justify-content: space-around;
    align-items: self-start;
    width: 100%;
}

.txt {
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 10px;
}

.over-ul {
    flex-direction: column;
    gap: 10px;
}

.over-ul li {
    color: #fff;
}

@media (min-width: 1499px) {
    .main-landing .logo-main {
        height: 350px;
    }    
    .main-landing .btn-ul {
        gap: 75px;
        margin-top: 100px;
    }
    
    .logo-main {
        height: 200px;
    }
}