a,
a:hover {
    text-decoration: none;
}

body {
    /* font-family: 'Roboto-Regular', sans-serif; */
}

:root {
    --fontExtraLarge: 46px;
    --fontLarge: 40px;
    --fontExtraMedium: 36px;
    --fontMedium: 23px;
    --fontSmall: 18px;
    --fontExtraSmall: 16px;
    --fontInitial: 14px;
}

.delay-1 {
    animation-delay: 1s;
}

.delay-2 {
    animation-delay: 2s;
}

.delay-3 {
    animation-delay: 3s;
}

.delay-4 {
    animation-delay: 4s;
}

.delay-5 {
    animation-delay: 5s;
}

.delay-6 {
    animation-delay: 6s;
}


/*********************************************Landing Section*********************************************/

.landingSection {
    width: 100%;
    height: 100vh;
}

#back_video {
    height: 100%;
    width: 100%;
    object-fit: fill;
    /* background-color: #1a2040; */
}

#back_img {
    width: inherit;
    height: inherit;
    object-fit: contain;
    background-color: #171e3f;
}


/*********************************************Landing Section End*********************************************/


/**********************************************First Section*********************************************/

.divider {
    height: 50px;
    width: 100%;
    background: rgb(95 99 122);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.divider a {
    position: absolute;
    right: 2%;
}

.divider.two {
    background: rgba(255, 255, 255, 0.1);
}

.firstSection {
    height: auto;
    width: 100%;
    background: linear-gradient(180deg, #1A2040 0%, #865886 52.6%, #8F95B5 100%);
    /* background-image: url('../assets/imgs/secondSection_bg.png'); */
    position: relative;
}

.firstSection .container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.firstSection .big_img {
    position: absolute;
    right: 6%;
    top: 16%;
    width: 280px;
    animation: birdAnimate 7s linear 2s infinite alternate;
}

@keyframes birdAnimate {
    0% {
        top: 16%;
    }
    25% {
        top: 21%;
    }
    50% {
        top: 26%;
    }
    75% {
        top: 21%;
    }
    100% {
        top: 16%;
    }
}

.firstSection .cloud_img {
    position: absolute;
    left: 10%;
    bottom: 18%;
    width: 300px;
    animation: cloudAnimate 7s linear 2s infinite alternate;
}

@keyframes cloudAnimate {
    0% {
        bottom: 18%;
    }
    25% {
        bottom: 23%;
    }
    50% {
        bottom: 28%;
    }
    75% {
        bottom: 23%;
    }
    100% {
        bottom: 18%;
    }
}

.firstSection .firstWrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 410px;
    padding: 50px 0;
    margin: 0 auto;
    overflow: hidden;
}

.firstSection .firstWrapper img {
    margin: 34px 0 5px;
}

.firstSection .firstWrapper img:nth-child(2) {
    margin-bottom: 15px;
}

.firstSection .firstWrapper p {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #FFFFFF;
}

.firstSection .firstWrapper p span {
    font-weight: bold;
}


/**********************************************First Section End*****************************************/


/*********************************************Second Section****************************************/

.secondSection {
    height: auto;
    width: 100%;
    background: linear-gradient(180deg, #8F95B5 0%, #33A1F0 100%);
    /* background-image: url('../assets/imgs/slider_bg.png'); */
    position: relative;
}

.secondSection .container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.owl-carousel .owl-item img {
    width: auto !important;
    margin: 0 auto;
}

.owl-carousel .owl-dots {
    text-align: center;
}

.owl-carousel button.owl-dot {
    cursor: pointer;
    height: 10px;
    width: 10px;
    margin: 30px 2px;
    background-color: #FFFFFF !important;
    opacity: 0.4;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.owl-carousel button.owl-dot.active,
.owl-carousel button.owl-dot:hover {
    opacity: 1;
}


/********************************************Second Section End*************************************/


/********************************************Third Section*************************************/

.thirdSection {
    height: auto;
    width: 100%;
    background-image: url('../assets/imgs/third-bg.png');
    position: relative;
    background-repeat: no-repeat;
    background-position: center top;
}

.thirdSection .container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.thirdSection .bigone {
    position: absolute;
    top: 2%;
    left: 0%;
    width: 100%;
    /* left: 8%; */
    /* animation: bigone 7s linear 2s infinite alternate; */
}

@keyframes bigone {
    0% {
        left: 8%;
    }
    25% {
        left: 28%;
    }
    50% {
        left: 48%;
    }
    75% {
        left: 68%;
    }
    100% {
        left: 80%;
    }
}

.thirdSection .bigtwo {
    position: absolute;
    top: 20%;
    left: 0%;
    width: 100%;
    /* left: 1%; */
    /* animation: bigtwo 7s linear 2s infinite alternate; */
}

@keyframes bigtwo {
    0% {
        top: 20%;
    }
    25% {
        top: 35%;
    }
    50% {
        top: 50%;
    }
    75% {
        top: 35%;
    }
    100% {
        top: 20%;
    }
}

.thirdSection .bigthree {
    position: absolute;
    top: 35%;
    left: 0%;
    width: 100%;
    /* left: 26%; */
    /* animation: bigthree 7s linear 2s infinite alternate; */
}

@keyframes bigthree {
    0% {
        left: 26%;
    }
    25% {
        left: 45%;
    }
    50% {
        left: 60%;
    }
    75% {
        left: 70%;
    }
    100% {
        left: 80%;
    }
}

.thirdSection .thirdWrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 450px;
    padding: 95px 0 50px;
    margin: 0 auto;
    overflow: hidden;
}

.thirdSection .thirdWrapper p {
    font-weight: normal;
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    color: #1A2040;
    margin-top: 30px;
}

.thirdSection .thirdWrapper p span {
    font-weight: bold;
}

.thirdSection .thirdWrapper .store {
    width: 330px;
    margin: 30px 0;
}

.thirdSection .thirdWrapper .store img {
    width: 142px;
    height: 42px;
}

.thirdSection .thirdWrapper .extrap {
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1A2040;
    margin: 15px 0;
}

.thirdSection .thirdWrapper .extrap a {
    font-weight: 400;
    text-decoration: underline;
    color: #1A2040;
}

.thirdSection .thirdWrapper ul {
    margin: 70px 0 0;
    padding: 0;
    display: flex;
}

.thirdSection .thirdWrapper ul li {
    width: 165px;
    text-align: center;
}

.thirdSection .thirdWrapper ul li a {
    font-size: 17px;
    line-height: 24px;
    text-align: center;
    text-decoration: underline;
    color: #1A2040;
}


/********************************************Third Section End*************************************/

.abt {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #181025;
}

.abt img {
    width: 230px;
    height: 25px;
}


/********************************************Footer*****************************************/


/********************************************Footer End*****************************************/

.footer {
    height: auto;
    width: 100%;
    background: rgba(143, 149, 181, 0.5);
    position: relative;
}

.footer .container {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
}

.footer .footerWrapper {
    padding: 50px 0 40px;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 410px;
    margin: 0 auto;
    overflow: hidden;
}

.footer .footerWrapper h2 {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    color: #1A2040;
    margin-bottom: 15px;
}

.footer .footerWrapper p {
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #1A2040;
}

.footer .footerWrapper p span {
    font-weight: bold;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
    color: #1A2040;
}


/********************************************Media query*******************************************/

@media only screen and (max-width: 1600px) and (min-width: 1500px) {}

@media only screen and (max-width: 1400px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {
    #back_video {
        /* background-color: #1a1f41; */
        background-color: #1a2040;
        object-fit: contain;
    }
    .firstSection .firstWrapper,
    .thirdSection .thirdWrapper,
    .footer .footerWrapper {
        width: 300px;
    }
    .firstSection .firstWrapper p,
    .thirdSection .thirdWrapper p {
        font-size: 16px;
        line-height: 22px;
    }
    .firstSection .firstWrapper img {
        margin: 60px 0 5px;
    }
    .thirdSection .thirdWrapper .extrap {
        font-size: 13px;
        line-height: 18px;
    }
    .thirdSection .thirdWrapper ul li a {
        font-size: 12px;
    }
    .thirdSection .thirdWrapper ul li {
        width: auto;
        padding: 0 7px;
    }
    .thirdSection .thirdWrapper {
        padding-bottom: 25px;
    }
    .thirdSection .thirdWrapper .store {
        width: 300px;
    }
    .thirdSection .bigtwo {
        top: 12%;
    }
    .thirdSection .bigthree {
        top: 30%;
    }
    .firstSection .big_img {
        right: 0%;
        top: 25%;
        width: 160px;
    }
    @keyframes birdAnimate {
        0% {
            top: 25%;
        }
        25% {
            top: 30%;
        }
        50% {
            top: 35%;
        }
        75% {
            top: 30%;
        }
        100% {
            top: 25%;
        }
    }
    .firstSection .cloud_img {
        left: 0%;
        bottom: 25%;
        width: 185px;
        animation: none;
    }
}

@media only screen and (max-width: 576px) {}

@media only screen and (max-width: 375px) {}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {}

@media only screen and (min-device-width: 480px) and (max-device-width: 815px) and (orientation: landscape) {}


/********************************************Media Query End**************************************************/