* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* overflow   : hidden !important; */
    font-family: monospace;
    /* background: #000; */
    height: 100vh;
}

/* loader */
:root {
    — app-height: 100%;
}

html,
body {
    padding: 0;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: var(— app-height);
}

.preloader1 {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #000;
    z-index: 11111;
}

.preloader1 img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 350px;
    z-index: 11111;
}


.fullscreen-bg__video {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    object-fit: cover;
    height: 100vh;
}





#loading-area {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 99999999999999999999;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background: #000;
    color: aliceblue;
}

#loading-area img {
    width: 100%;
}

#loading-area .loading-inner.style-1 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

#loading-area .loading-inner.style-1 .wrapper {
    margin: auto;
    position: relative;
    /* height         : 100px;
    width             : 100px; */
    width: 250px;
    overflow: hidden;
    padding-bottom: 20px;
}

.start-down-arrow,
.start-down-two-arrow {
    position: absolute;
    bottom: 0;
    height: 60px;
    /* opacity : 1; */
    left: 0;
    right: 0;
    width: 200px;
    margin: 0 auto;
    top: 80%;

}

.start-welcome {
    width: 200px;
    height: 60px;
    background-color: #489dcf;
    display: block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50px;
    font-size: 20px;
    margin: 0 auto;
    box-shadow: 0px 0px 16px 2px #489dcf;
    z-index: 99999999999;
    text-decoration: none;
}


#loading-area .loading-inner.style-1 .load-text .text-load {
    font-weight: 900;
    letter-spacing: 15px;
    display: inline-block;
    color: #fff;
    position: relative;
    font-size: 120px !important;
    line-height: 70px;
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
    user-select: none;
    text-transform: uppercase;
}

#loading-area .loading-inner.style-1 .load-text .text-load:before {
    /* animation     : letters-loading 4s infinite; */
    color: var(--title);
    content: attr(data-text);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 70px;
    position: absolute;
    text-transform: uppercase;
}

#loading-area .loading-inner.style-1 .load-text .text-load:nth-child(2):before {
    animation-delay: 0.2s;
}

#loading-area .loading-inner.style-1 .load-text .text-load:nth-child(3):before {
    animation-delay: 0.4s;
}

#loading-area .loading-inner.style-1 .load-text .text-load:nth-child(4):before {
    animation-delay: 0.6s;
}

#loading-area .loading-inner.style-1 .load-text .text-load:nth-child(5):before {
    animation-delay: 0.8s;
}

#loading-area .loading-inner.style-1 .load-text .text-load:nth-child(6):before {
    animation-delay: 1s;
}

#loading-area .loading-inner.style-1 .load-text .text-load:nth-child(7):before {
    animation-delay: 1.2s;
}

#loading-area .loading-inner.style-1 .load-text .text-load:nth-child(8):before {
    animation-delay: 1.4s;
}

@media only screen and (max-width: 575px) {
    #loading-area .loading-inner.style-1 .load-text .text-load {
        font-size: 30px;
    }

    #loading-area .loading-inner.style-1 .wrapper {
        height: 80px;
        width: 80px;
    }
}

#loading-area .loading-inner.style-2 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

#loading-area .loading-inner.style-2 .wrapper {
    margin: auto;
    position: relative;
    width: 130px;
    overflow: hidden;
}

#loading-area .loading-inner.style-2 .wrapper .cloud {
    width: 60px;
    margin-bottom: -25px;
    margin-top: -24px;
    position: relative;
    -webkit-animation: move1 2s infinite;
    animation: move1 2s infinite;
}

#loading-area .loading-inner.style-2 .load-text .text-load {
    font-weight: 700;
    letter-spacing: 15px;
    display: inline-block;
    color: #212529;
    position: relative;
    font-size: 70px;
    line-height: 70px;
    font-size: 80px;
    letter-spacing: 1px;
    text-align: center;
    user-select: none;
    text-transform: uppercase;
}

#loading-area .loading-inner.style-2 .load-text .text-load:before {
    animation: letters-loading 4s infinite;
    color: var(--title);
    content: attr(data-text);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 70px;
    position: absolute;
    text-transform: uppercase;
}

#loading-area .loading-inner.style-2 .load-text .text-load:nth-child(2):before {
    animation-delay: 0.2s;
}

#loading-area .loading-inner.style-2 .load-text .text-load:nth-child(3):before {
    animation-delay: 0.4s;
}

#loading-area .loading-inner.style-2 .load-text .text-load:nth-child(4):before {
    animation-delay: 0.6s;
}

#loading-area .loading-inner.style-2 .load-text .text-load:nth-child(5):before {
    animation-delay: 0.8s;
}

#loading-area .loading-inner.style-2 .load-text .text-load:nth-child(6):before {
    animation-delay: 1s;
}

#loading-area .loading-inner.style-2 .load-text .text-load:nth-child(7):before {
    animation-delay: 1.2s;
}

#loading-area .loading-inner.style-2 .load-text .text-load:nth-child(8):before {
    animation-delay: 1.4s;
}

#loading-area .loading-inner.style-3 {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    background-color: var(--primary);
}

#loading-area .loading-inner.style-3 .load-text .text-load {
    font-weight: 900;
    letter-spacing: 15px;
    display: inline-block;
    color: rgba(0, 0, 0, 0.15);
    position: relative;
    font-size: 70px;
    line-height: 70px;
    font-size: 40px;
    letter-spacing: 1px;
    text-align: center;
    user-select: none;
    text-transform: uppercase;
}

#loading-area .loading-inner.style-3 .load-text .text-load:before {
    animation: letters-loading 4s infinite;
    color: var(--title);
    content: attr(data-text);
    left: 0;
    opacity: 0;
    top: 0;
    line-height: 70px;
    position: absolute;
    text-transform: uppercase;
}

#loading-area .loading-inner.style-3 .load-text .text-load:nth-child(2):before {
    animation-delay: 0.2s;
}

#loading-area .loading-inner.style-3 .load-text .text-load:nth-child(3):before {
    animation-delay: 0.4s;
}

#loading-area .loading-inner.style-3 .load-text .text-load:nth-child(4):before {
    animation-delay: 0.6s;
}

#loading-area .loading-inner.style-3 .load-text .text-load:nth-child(5):before {
    animation-delay: 0.8s;
}

#loading-area .loading-inner.style-3 .load-text .text-load:nth-child(6):before {
    animation-delay: 1s;
}

#loading-area .loading-inner.style-3 .load-text .text-load:nth-child(7):before {
    animation-delay: 1.2s;
}

#loading-area .loading-inner.style-3 .load-text .text-load:nth-child(8):before {
    animation-delay: 1.4s;
}

#loading-area .loading-inner.style-3 .wrapper {
    margin: auto;
    position: relative;
    width: 200px;
    text-align: center;
    overflow: hidden;
}




@keyframes letters-loading {

    0%,
    75%,
    100% {
        opacity: 0;
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        transform: rotateY(0deg);
    }
}

@keyframes rotate360 {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes flip {
    35% {
        transform: rotateY(0);
    }

    100% {
        transform: rotateY(360deg);
    }
}

@keyframes circle {
    0% {
        top: 60px;
        height: 5px;
        border-radius: 50px 50px 25px 25px;
        transform: scaleX(1.7);
    }

    40% {
        height: 20px;
        border-radius: 50%;
        transform: scaleX(1);
    }

    100% {
        top: 0%;
    }
}

@keyframes shadow {
    0% {
        transform: scaleX(1.5);
    }

    40% {
        transform: scaleX(1);
        opacity: .7;
    }

    100% {
        transform: scaleX(0.2);
        opacity: .4;
    }
}

@-webkit-keyframes move1 {
    0% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    50% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    100% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
}

@keyframes move1 {
    0% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }

    50% {
        -webkit-transform: translate(2px, 2px);
        transform: translate(2px, 2px);
    }

    100% {
        -webkit-transform: translate(-2px, -2px);
        transform: translate(-2px, -2px);
    }
}


.logo-section {
    background-color: #000 !important;
    height: 100vh;
    /* display         : flex; */
    align-items: center;
    justify-content: center;
    place-content: center;
    display: none;
    height: 100vh;

}

section.main-video {
    width: 100%;
    position: relative;
    height: 100vh;
}

.main-inner {
    width: 100%;
    height: 100%;
}


.log0-sets {
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 100vh; */
}

.sets-arr {
    height: 500px;
}

.log0-sets img {
    width: 900px;
    text-align: center;

}

.button-main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: 0;
    width: 96%;
    height: 50px;
    background: transparent;
    cursor: pointer !important;
    bottom: 40px;
    right: 40px;
    z-index: 99;
    text-align: center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    /* display        : none; */
}

button.cuatom-btn-design {
    background: transparent;
    border: 1px solid #61c5f0 !important;
    color: #fff;
    border: none;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 0px;
    font-size: 16px;
    transition: 0.2s all ease-in-out;
    cursor: pointer !important;
    z-index: 9999999;
    width: 270px;
}

.start-down-two-btn {
    background: #61c5f0;
    border: 1px solid #61c5f0 !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    gap: 10px;
    border-radius: 35px;
    font-size: 18px;
    cursor: pointer !important;
    z-index: 9999999;
    width: 270px;
    box-shadow: 0px 0px 10px 1px #61c5f0;
}


button.cuatom-btn-design:hover {
    background: #61c5f0;
}

.start-down-two-arrow {
    flex-wrap: wrap;
}

.arrang-button,
.start-down-two-arrow {
    /* display: contents; */
    /* z-index: 9999999; */
    width: 100%;
    display: flex;
    gap: 20px;
    justify-content: space-around;
    position: absolute;
    bottom: 100px;

}

.arrang-button a,
.start-down-two-arrow a {
    text-decoration: none;
}

@media screen and (max-width: 1199px) {
    .log0-sets img {
        width: 830px
    }
}

@media screen and (max-width: 991px) {
    .start-welcome {
        height: 60px;
        line-height: 60px;
        width: 180px;
    }

    .log0-sets img {
        width: 780px
    }
}

@media screen and (max-width: 880px) {
    .log0-sets img {
        width: 700px;
    }
}

@media screen and (max-width: 767px) {
    .start-down-two-arrow {
        padding: 0 15px;
    }

    .main-inner {
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin: 100px 0 0 0; */
        /* margin-top: 30%; */
    }


    .eButton.cuatom-btn-design {
        padding: 18px !important;
        font-size: 14px !important;
        width: 165px !important;
    }

    .start-down-two-btn {
        padding: 14px;
        font-size: 16px;
    }

    /* .main-video{
    height: 500px;
} */
    .main-inner video {
        min-width: 100%;
        height: 40%;

    }

    .start-welcome {
        height: 50px;
        line-height: 50px;
        width: 150px;
    }

    .log0-sets img {
        width: 600px;
    }

    /* .button.cuatom-btn-design {
        padding: 15px;
        width: 170px;
    } */

    .cuatom-btn-design span,
    .start-down-two-btn span {
        display: none;
    }

    .start-down-two-btn {
        padding: 18px;
        font-size: 14px;
        width: 165px;
    }


}

@media screen and (max-width: 620px) {
    .log0-sets img {
        width: 540px;
    }
}

@media screen and (max-width: 575px) {

    .log0-sets img {
        width: 450px;
    }

    .arrang-button {
        /* flex-wrap: wrap; */
        margin: auto;
        padding: 0 20px;
    }



}

@media screen and (max-width: 490px) {
    .log0-sets img {
        width: 380px;
    }
}

@media screen and (max-width: 400px) {
    .log0-sets img {
        width: 340px;
    }
}

@media screen and (max-width: 380px) {
    .log0-sets img {
        width: 300px;
    }

    .eButton.cuatom-btn-design {
        padding: 12px !important;
        font-size: 12px !important;
        width: 138px !important;
    }

    .start-down-two-btn {
        padding: 12px;
        font-size: 12px;
        width: 130px;
    }
}