@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Sora", sans-serif;
}

.pageContainer {
    width: 100%;
    max-width: 1400px;
    padding: 0 30px;
    margin: 0 auto;
}

.headerFlex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

header {
    padding: 20px 0;
    position: absolute;
    top: 0;
    z-index: 9;
    width: 100%;
    left: 0;
    right: 0;
}

.headerFlex .beearlyBtn {
    margin: 0;
    padding: 0;
    color: #0C051E;
    font-size: 18px;
    border-radius: 16px;
    border: none;
    padding: 9px 18px;
    cursor: pointer;
    background-color: #ffffff;
    text-transform: uppercase;
    font-weight: 600;
    ;
    cursor: pointer;
}

section.bannerSection {
    position: relative;
    background-size: cover;
    background-position: center 0;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: end;
}

section.bannerSection .pageContainer {
    z-index: 2;
    position: absolute;
    bottom: 18px;
    left: 0;
    width: 100%;
    right: 0;
}

.bannerInfo .slider h3.slick-slide {
    margin: 0;
    color: #fff;
    font-size: 50px;
    font-weight: 200;
}

.bannerInfo h1 {
    font-size: 80px;
    margin: 0;
    color: #fff;
    font-weight: 800;
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bannerInfo h1 img {
    width: 100%;
    max-width: 250px;
}

.whyBtn {
    background: #fff;
    border-radius: 16px;
    padding: 10px;
    font-size: 40px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    line-height: 44px;
    margin-top: 12px;
    cursor: pointer;
    color: #000;
}

.btnPopup {
    text-decoration: none;
    color: #000;
    width: fit-content;
    margin: 0 auto;
}

.whyBtn img {
    width: 32px;
}

section.sectionScnd {
    padding: 70px 0px;
    background: url(../images/content-bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    height: 100vh;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
    overflow: hidden;
    display: none;
    background-color: #000000;
    background-position: center center;
}

section.sectionScnd .pageContainer {
    position: relative;
}

section.sectionScnd.closePopupDiv {
    display: block;
}

.crossBtn {
    width: 46px;
    height: 46px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 16px;
    padding-top: 2px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: 30px;
    top: 0;
}

.crossForm {
    width: 46px;
    height: 46px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    text-transform: uppercase;
    font-weight: 800;
    border-radius: 14px;
    padding-top: 2px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    position: absolute;
    right: -9px;
    top: -12px;
}

.secInnerContent p,
.secInnerContent h3 {
    font-size: 23px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 200;
}

.secInnerContent h3 {
    font-weight: 600;
    padding: 0 0 5px;
}

.word-span {
    display: inline-block;
    transition: color 0.3s ease;
}

.secInnerContent {
    text-align: center;
    padding: 12px 0;
}

.secInnerContent {
    text-align: center;
    padding: 12px 0;
}

.secContent {
    width: 100%;
    max-width: 598px;
    margin: 0 auto;
    height: calc(100vh - 20vh);
    overflow: auto;
}

.secInnerContent button.whyBtn {
    margin: 10px auto 0;
}

.style-4::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 10px;
}

.style-4::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5;
    border-radius: 10px;
}

.style-4::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 10px;
}

.bnnsrLinks {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 16px;
}

.bnnsrLinks ul {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.bnnsrLinks ul li {
    list-style: none;
    padding-right: 10px;
}

.bnnsrLinks ul li a,
.bnnsrLinks p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.secInnerContent {
    padding-right: 12px;
}

.bodyScrollHidden {
    overflow: hidden;
}

.fade-text .fade-letter {
    color: #777;
    transition: color 0.25s ease;
}

.fade-text .fade-letter.active {
    color: #fff;
}

.fade-text:first-of-type .fade-letter {
    color: #fff !important;
}

.subscriptionsForm {
    z-index: 5;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50px;
    min-height: 266px;
    padding: 16px;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
    /* overflow: hidden; */
    background: rgb(255 255 255 / 10%);
    backdrop-filter: blur(6px) saturate(115%);
    -webkit-backdrop-filter: blur(6px) saturate(115%);
    border: 1px solid rgb(255 255 255 / 13%);
    box-shadow: 0 8px 32px rgb(0 0 0 / 2%);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.subscriptionsForm:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    filter: blur(92px);
    inset: 0;
    border-radius: 45px;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.05) 100%);
    mix-blend-mode: overlay;
    pointer-events: none;
}

.offer-box h5 {
    margin: 0;
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.offer-box p {
    margin: 0;
    font-size: 23px;
    color: #fff;
    font-weight: 300;
    padding: 16px 0;
}

.offer-box form {
    position: relative;
    width: 100%;
    max-width: 460px;
}

.offer-box form input {
    width: 100%;
    border-radius: 16px;
    min-height: 38px;
    border: none;
    padding: 10px 16px;
    font-size: 18px;
    font-weight: 400;
    color: #111;
    padding-right: 134px;
}

.offer-box form button#submitBtn img {
    width: 24px;
    filter: invert(1);
    padding-left: 6px;
}

.offer-box form button#submitBtn {
    background: transparent;
    border: none;
    position: absolute;
    right: 1px;
    top: 1px;
    width: auto;
    cursor: pointer;
    z-index: 9;
    font-size: 18px;
    background: #000;
    border-radius: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 9px 16px;
    font-weight: 600;
}

/* .offer-box form input:hover + button#submitBtn img, .offer-box form button#submitBtn img:hover {
    opacity: 1;
} */
:focus-visible {
    outline: unset !important;
}

.subsForm {
    position: absolute;
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    background: #0a0a0ade;
    z-index: 10;
}

.subsForm.FormPopup {
    display: block;
}

.form_msg {
    font-size: 16px;
    padding: 14px 0 0;
    color: #ffffff;
}

@media only screen and (min-width: 768px) {
    .bannerVideo video {
        height: 100vh;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: auto;
        height: auto;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

    .bannerVideo {
        top: 0;
        left: 0;
        position: relative;
        width: 100%;
        height: 100vh;
        overflow: hidden;
    }
}

@media only screen and (min-width: 991px) {
    /* Show desktop content, hide mobile */
    .desktop-content {
        display: block;
    }
    
    .mobile-content {
        display: none;
    }
    
    /* Hide mobile header button on desktop */
    .headerFlex .beearlyBtn {
        display: block;
    }
}

@media only screen and (max-width: 1199px) {
    .bannerInfo h1 {
        font-size: 60px;
    }

    .bannerInfo .slider h3.slick-slide {
        font-size: 40px;
    }
}

@media only screen and (max-width: 991px) {
    /* Hide desktop content, show mobile */
    .desktop-content {
        display: none;
    }
    
    .mobile-content {
        display: block;
    }

    .pageContainer {
        padding: 0 14px;
    }
    
    /* Show both logo and button on mobile */
    .headerFlex .beearlyBtn {
        display: block;
        background: transparent;
        color: #fff;
        border: 2px solid #fff;
        border-radius: 16px;
        padding: 7px 15px;
        font-size: 18px;
        font-weight: 800;
        text-transform: uppercase;
    }
    
    /* Space between logo and button */
    .headerFlex {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    
    .logoSide {
        margin: 0;
    }

    
    /* Full height video background */
    section.bannerSection {
        width: 100%;
        height: 100vh;
        display: flex;
        flex-direction: column;
        position: relative;
        padding-top: 0;
    }

    .bannerVideo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        z-index: 1;
    }

    .bannerVideo video {
        position: absolute;
        top: 50%;
        left: 50%;
        min-width: 100%;
        min-height: 100%;
        width: 100%;
        height: 100%;
        transform: translate(-50%, -50%);
        object-fit: cover;
    }

    section.bannerSection .pageContainer {
        background: transparent;
        position: relative;
        z-index: 2;
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 0 14px;
    }

    .bannerInfo {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
    }

    /* Mobile main content */
    .mobile-main-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 0;
        margin-bottom: 16px;
        gap: 4px;
    }

    .mobile-main-content .whyBtn {
        font-size: 18px;
        line-height: 18px;
        font-weight: 800;
        padding: 7px 14px;
        border: 2px solid #fff;
        border-radius: 14px;
        background: transparent;
        color: #fff;
        margin: 0;
        white-space: nowrap;
        gap: 7px;
        width: fit-content;
    }
    .mobile-main-content .whyBtn img {
        width: 18px;
    }

    .mobile-drop-text {
        padding: 0 !important;
        margin: 0 !important;
    }

    .mobile-slider-section {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .mobile-drop-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 20px;
    }

    .mobile-slider-section .slider {
        margin: 0;
        height: 30px;
        overflow: hidden;
    }

    .mobile-slider-section .slider.slick-initialized {
        height: 30px;
    }

    .mobile-slider-section .slider .slick-track {
        height: 30px !important;
    }

    .mobile-slider-section .slider .slick-slide {
        height: 30px !important;
        width: 100% !important;
    }

    .mobile-slider-section .slider h3.slick-slide {
        font-size: 12px;
        color: #fff;
        font-weight: 200;
        margin: 0;
        padding: 0px;
        height: 30px;
        line-height: 30px;
        text-align: left;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }



    .mobile-main-content h1 {
        font-size: 64px;
        color: #fff;
        font-weight: 800;
        margin: 0 0 8px 0;
        width: 100%;
    }

    .mobile-lines-logo {
        max-width: 100%;
        width: 100%;
        height: 100px;
    }

    /* Mobile footer */
    .mobile-footer {
        padding: 0px;
    }

    .mobile-footer-columns {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .mobile-footer-left {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .mobile-footer-right {
        display: flex;
        flex-direction: column;
        gap: 4px;
        text-align: right;
    }

    .mobile-footer-left a,
    .mobile-footer-right a {
        color: #fff;
        text-decoration: underline;
        font-size: 14px;
    }

    .mobile-footer-right p {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }
}

@media screen and (max-width: 767px) {
    .bannerInfo h1 {
        font-size: 40px;
        flex-direction: column;
        align-items: self-start;
    }

    .bnnsrLinks ul,
    .bnnsrLinks {
        flex-direction: column;
        align-items: self-start;
    }

    .bnnsrLinks {
        padding-top: 33px;
    }

    .bannerInfo .slider h3.slick-slide {
        font-size: 24px;
    }

    .bannerInfo h1 img {
        width: 100%;
        max-width: 230px;
    }

    .secInnerContent p {
        font-size: 18px;
        line-height: 28px;
    }

    .whyBtn img {
        width: 26px;
    }

    section.bannerSection {
        height: auto;
        min-height: 100vh;
    }

    .secInnerContent p,
    .secInnerContent h3 {
        font-size: 18px;
    }

    .crossBtn {
        width: 40px;
        height: 40px;
        right: 30px;
        top: -50px;
    }

    .whyBtn {
        font-size: 22px;
        line-height: 34px;
    }

    .subscriptionsForm {
        width: 85%;
    }

    .offer-box form button#submitBtn {
        position: static;
        margin-top: 12px;
        width: 100%;
        text-align: center;
        justify-content: center;
        border-radius: 16px;
    }

    .offer-box form input {
        padding: 10px 16px;
    }

    .offer-box h5 {
        font-size: 20px;
    }

    .offer-box p {
        font-size: 16px;
    }

    section.sectionScnd {
        position: fixed;
    }
}