*,
*::before,
*::after {
    padding: 0px;
    margin: 0px;
    outline: 0;
}

body {
    font-family: sans-serif;
    overflow-x: visible;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
p {
    margin: 0;
    cursor: default;
}

.cl {
    font-size: 0;
    line-height: 0;
    clear: both;
    display: block;
    height: 0;
}

#helpnav,
#helpnav a {
    background: none !important;
    color: #fff;
    z-index: 10 !important;
    position: relative;
}


#gta {
    margin-top: -52px;
}

@media (max-width: 478px) {
    #gta {
        margin-top: 0;
    }
}

/* ___ Header ___ */
.promo_header {
    background: url('img/header-bg.png') no-repeat top #fff;
    background-size: cover;
    color: #fff;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;
    height: 660px;


    h4 {
        font-size: 36px;
        line-height: normal;
        text-transform: uppercase;
        font-family: "Gotham-Bold", sans-serif;

    }

    @media (min-width: 992px) {
        .col-12.col-lg-6.m-auto.text-center {
            padding-top: 30px;
        }
    }
}


.header_info {
    padding: 30px 0 0 0;

    h1 {
        /* text-transform: uppercase; */
        font-size: 58px;
        line-height: normal;
        font-family: Roboto-B, sans-serif;
        font-weight: bold;
        font-style: italic;
    }

    h2 {
        font-size: 46px;
        line-height: normal;
        font-family: Roboto, sans-serif;
        font-style: italic;
        padding: 40px 0;
    }
}


.header_img {
    padding: 20px 0;
    margin: auto;
    animation: float 4s ease-in-out infinite;

    @media (min-width: 992px) {
        padding: 0;
    }
}

@keyframes float {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0);
    }
}

@media (prefers-reduced-motion: reduce) {
    .header_img {
        animation: none;
    }
}

/* ___ Offer Box ___ */
.offer-bx {
    position: relative;
    background: url('img/offer-slider.png') no-repeat;
    background-size: 100% 100%;
    width: 100%;
    max-width: 650px;
    height: 110px;
    display: flex;
    align-items: center;
    padding-left: 120px;
    box-sizing: border-box;
    margin: 40px 0;

    @media (max-width: 991px) {
        max-width: 520px;
        height: 90px;
        padding-left: 100px;
        margin: 30px 0;
    }

    @media (max-width: 575px) {
        max-width: 100%;
        height: 75px;
        padding-left: 100px;
        margin: 25px 0;
    }
}

.offer-badge {
    position: absolute;
    left: -15px;
    top: 50%;
    transform: translateY(-50%);
    height: 125px;
    width: auto;

    @media (max-width: 991px) {
        height: 105px;
        left: -12px;
    }

    @media (max-width: 575px) {
        height: 85px;
        left: -10px;
    }
}

.offer-text {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 900;
    font-style: italic;
    line-height: 1.1;
    text-align: left;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.15);

    @media (max-width: 991px) {
        font-size: 24px;
    }

    @media (max-width: 575px) {
        font-size: 17px;
    }
}

/* __ Products ___ */

.out-cont {
    background: #020517;
    display: flex;
    font-family: Gotham-Medium, sans-serif;
}

.cont .descr-more {
    display: block;
}

.cont .row-product-2 {
    max-width: 530px;
    width: 100%;
    height: 820px;
    /* margin: auto; */
    margin: 10px 20px;
    background-color: #fff;

    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 30px 0;
    border-radius: 40px;

    @media (min-width: 992px) {
        a.img {
            margin-left: -110px !important;
        }
    }


    .title {
        font-family: Gotham-Bold, sans-serif;
        font-size: 26px;
        line-height: normal;
        position: relative;
        top: 10px;
    }

    ul li {
        font-size: 24px;
        line-height: normal;

        &:before {
            width: 10px;
            height: 10px;
            top: 10px;
        }
    }

    .btn_box {
        max-width: 90%;
        width: 100%;
        margin: auto;
    }

    span.price {
        font-family: Gotham-Ultra, sans-serif;
        font-size: 40px;
        line-height: normal;
    }

    a.here {
        max-width: 440px;
        width: 100%;
        height: 63px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 20px auto auto auto;
        font-size: 30px;
        background: url('img/p-btn-bg.png') no-repeat top transparent;
        background-size: cover;
        border-radius: 50px;

    }
}


/* ___ Reviews ___ */
.promo_reviews {
    background: #020517;
    color: #fff;
    font-family: "Gotham-Medium", sans-serif;
    overflow: hidden;


    /* Image */
    img {
        max-width: fit-content;
        width: 100%;
        margin: auto;
    }

    .desc6 {
        border-radius: 15px;

        .container {
            background: #292333;

            h2 {
                font-family: Gotham-Bold, sans-serif;
                font-size: 40px;
                line-height: normal;
                max-width: 560px;
                width: 100%;
                margin: auto;
            }

            h4 {
                font-family: Gorham-Bold, sans-serif;
                font-size: 30px;
                line-height: normal;
                max-width: 560px;
                width: 100%;
                margin: auto;
                font-weight: bold;

                @media (min-width: 992px) {
                    padding: 50px 0;
                }
            }

            p {
                font-family: Gotham-Book, sans-serif;
                line-height: normal;
                font-size: 24px;
                max-width: 560px;
                width: 100%;
                margin: auto;
                font-weight: 300;

                @media (min-width: 992px) {
                    padding-bottom: 50px;
                }
            }


        }
    }
}

.desc1 {
    margin: 50px 0;

    .row {
        background: url('img/glow-bg.png') no-repeat top transparent;
        background-size: cover;
        min-height: 267px;
        height: 100%;
        padding: 0 20px;

        h4 {
            font-size: 40px;
            font-weight: bold;
            text-transform: uppercase;
            line-height: normal;
            padding: 10px 0;
        }

        p {
            font-size: 24px;
            line-height: normal;
            font-family: Gotham-Book, sans-serif;
        }

        .col-lg-4 img {
            @media (min-width: 992px) {
                float: right;
            }
        }
    }

    .gift-bx {
        display: flex;
        flex-direction: row;

        max-width: 400px;
        width: 100%;

        @media (min-width: 992px) {
            p {
                font-size: 40px;
                color: #ec1895;
                text-transform: uppercase;
            }
        }
    }


}

.desc2 {
    padding: 20px 0 30px 0;

    .row {
        background: linear-gradient(to right, #cb42ff, #ff32a1);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50px;
        max-width: 1320px;
        width: 100%;
        margin: auto;
        text-align: center;
        min-height: 87px;
        height: auto;
    }

    h2 {
        font-size: 40px;
        text-transform: uppercase;
        line-height: normal;
        color: #fff;
    }
}

/* ___ Countdown Timer ___ */
.desc3 h2 {
    text-align: center;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 8px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 40px;

    @media (max-width: 767px) {
        font-size: 22px;
        text-underline-offset: 5px;
    }
}

#timer {
    .timer-col {
        flex: 1;
        max-width: 280px;
        width: 100%;
        max-height: 280px;
        height: 100%;
        background: linear-gradient(180deg, #ec1895 0%, #68189c 100%);
        border-radius: 20px;
        padding: 25px 15px;
        text-align: center;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
        transition: transform 0.3s ease;
        margin: 10px 20px;

        &:hover {
            transform: translateY(-5px);
        }
    }

    .timer-num {
        font-family: 'Roboto', sans-serif;
        font-size: 72px;
        font-weight: 700;
        color: #ffffff;
        line-height: 1.1;
        margin-bottom: 10px;
    }

    .timer-label {
        font-family: 'Roboto', sans-serif;
        font-size: 24px;
        font-weight: 300;
        color: rgba(255, 255, 255, 0.9);
        text-transform: lowercase;
    }

    @media (max-width: 991px) {
        gap: 15px;

        .timer-col {
            min-width: 150px;
            padding: 20px 10px;
        }

        .timer-num {
            font-size: 56px;
        }

        .timer-label {
            font-size: 20px;
        }
    }

    @media (max-width: 575px) {
        gap: 10px;

        .timer-col {
            min-width: 120px;
            padding: 15px 10px;
            border-radius: 12px;

            /* margin: 5px; */
        }

        .timer-num {
            font-size: 44px;
        }

        .timer-label {
            font-size: 16px;
        }
    }
}


/* ___  Seperator  Footer ___ */
p.promo_footer,
a.promo_seperator {
    padding: 20px 0;
    text-align: center;
    font-family: "Gotham-Medium", sans-serif;
    font-size: 35px;
    line-height: normal;
}

.campaign-period {
    background: transparent !important;
}

/* ___  Footer ___ */
p.promo_footer {
    background-color: #000;
    color: #fff;
}

/* Seperator */
a.promo_seperator {
    display: block;
    margin: auto;
    background-color: #000;
    text-decoration: none;
    color: #fff;

    span {
        font-family: "Gotham-Bold", sans-serif;
        color: #fff;
        text-decoration: underline;
    }
}

/* ___ Screen Size ___ */
@media (min-width: 992px) and (max-width: 1400px) {

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
}

@media(max-width:991px) {
    .landing .cont {
        .btn_box {
            height: auto;
        }

        .price {
            font-size: 30px;
        }

        .old-price {
            top: 20px;
        }
    }

    

    .promo_header img,
    .promo_reviews img {
        max-width: fit-content;
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .promo_header {
        height: auto;
        text-align: center;
    }

    .header_info {
        padding: 70px 0 0 0;

        h1 {
            font-size: 28px;
            line-height: normal;
            padding: 10px;
        }

        p {
            font-size: 22px;
            line-height: normal;
        }
    }

    .promo_reviews {
        text-align: center;

        h2 {
            font-size: 28px;
        }

        p {
            font-size: 20px;
        }
    }

    a.promo_seperator,
    p.promo_footer {
        font-size: 25px;
        padding: 10px 5px;
    }
}

@media (max-width: 767px) {
    .header_info {
        padding: 70px 0 0 0;
    }

    p.promo_footer,
    a.promo_seperator {
        font-size: 25px;
    }
}

@media (max-width: 478px) {
    .header_info {
        padding: 30px 0 0 0;
    }
}

/* ___ Desc6 Toggle Buttons ___ */

.btn-toggle-desc6 {
    background: #292333;
    color: #ffffff;
    border: none;
    border-radius: 15px;
    padding: 18px 25px;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    max-width: 1320px;
    /* aligns with bootstrap containers */
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
    transition: background 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
}

.btn-toggle-desc6:hover {
    background: #362e43;
    transform: translateY(-2px);
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.5);
}

.btn-toggle-desc6:active {
    transform: translateY(0);
}

.btn-toggle-desc6 .chevron-circle {
    position: absolute;
    right: 25px;
    width: 36px;
    height: 36px;
    border: 2px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.3s ease, background 0.3s ease;
}

.btn-toggle-desc6:hover .chevron-circle {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

.btn-toggle-desc6 .chevron-svg {
    transition: transform 0.3s ease;
}

.btn-toggle-desc6[aria-expanded="true"] .chevron-svg {
    transform: rotate(180deg);
}

/* Connect the button and the collapse content seamlessly when expanded */
.btn-toggle-desc6:not(.collapsed) {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    box-shadow: none !important;
}

#desc6-collapse:not(.collapse) .desc6 .container:first-child,
#desc6-collapse.show .desc6 .container:first-child {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    margin-top: 0 !important;
}

/* Responsive button size adjusts */
@media (max-width: 767px) {
    .btn-toggle-desc6 {
        font-size: 16px;
        padding: 15px 20px;
    }

    .btn-toggle-desc6 .chevron-circle {
        width: 30px;
        height: 30px;
        right: 15px;
    }
}

/* ___ Mobile Overrides for Desc6 Typography and Padding ___ */
@media (max-width: 991px) {
    .desc6 .container {
        padding-top: 15px !important;
        padding-bottom: 15px !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .desc6 h2 {
        font-size: 28px !important;
        line-height: normal !important;
        margin-bottom: 10px !important;
    }

    .desc6 h4 {
        font-size: 24px !important;
        line-height: normal !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 0 !important;
    }

    .desc6 p {
        font-size: 18px !important;
        line-height: normal !important;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
        padding: 0 !important;
    }


    .offer-badge {
        height: 80px !important;
    }

    .header_info {

        h1 {
            font-weight: bold;
        }

        h2 {
            font-size: 26px;
            padding: 10px 0;
        }
    }

    .promo_header {
        h4 {
            font-size: 20px !important;
        }
    }

    .desc1 .row {
        padding: 40px 0;

        .gift-bx {
            display: none;
        }

        img {
            max-width: 90px;
            width: 100%;
            height: 90px;
            padding: 20px 0 0 0;
        }
    }

    .desc2 {
        h2 {
            padding: 30px 10px;
        }
    }

    .promo_reviews {
        padding: 0 5px;

        h2 {
            font-size: 28px;
        }

        h4 {
            font-size: 24px !important;
            line-height: normal;
        }

        p {
            font-size: 17px !important;
        }
    }
}

/* ___ Pre-order Footer Banner (desc7) ___ */

.preorder-banner-wrapper {
    border-top: 3px solid #ec1895;
    border-bottom: 3px solid #ec1895;
    background: #2b203e;
    padding: 10px 0;

    @media (min-width: 992px) {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        padding: 0;
    }
}

.preorder-banner-row {
    max-width: 1000px;
    margin: 0 auto;
}

.preorder-text-col {
    h3 {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        font-size: 24px;
        color: #ffffff;
        margin-bottom: 5px;
        letter-spacing: 0.5px;
    }

    h2 {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 34px;
        color: #ffffff;
        margin-bottom: 10px;
        letter-spacing: 0.5px;
    }

    .preorder-promo {
        .gift-icon {
            width: 38px;
            height: auto;
        }

        p {
            font-family: 'Roboto', sans-serif;
            font-size: 16px;
            font-weight: 400;
            color: #ec1895;
            line-height: 1.3;

            .promo-code {
                font-weight: 900;
                color: #ec1895;
            }
        }
    }
}

.preorder-covers {
    .cover-img {
        height: 110px;
        width: auto;
        transition: transform 0.3s ease;
        filter: drop-shadow(0 4px 10px rgba(0, 0, 0, 0.4));

        &:hover {
            transform: translateY(-5px) scale(1.05);
        }
    }
}

.btn-preorder {
    display: inline-block;
    background: linear-gradient(90deg, #ec1895 0%, #10b5f8 100%);
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 12px 40px;
    border-radius: 30px;
    text-decoration: none !important;
    box-shadow: 0 4px 15px rgba(236, 24, 149, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;

    &:hover {
        transform: translateY(-3px);
        box-shadow: 0 6px 20px rgba(16, 181, 248, 0.6);
        color: #ffffff;
    }

    &:active {
        transform: translateY(0);
    }
}

.campaign-strip {
    background: #401c4c;
    padding: 15px 0;

    .campaign-period {
        font-family: 'Roboto', sans-serif;
        font-size: 23px;
        font-weight: 300;
        color: #ffffff;
        letter-spacing: 0.5px;
        line-height: normal;

        @media (min-width: 992px) {
            font-size: 50px;
        }
    }
}

/* Responsive styles for desc7 */
@media (max-width: 991px) {
    .preorder-text-col {
        h3 {
            font-size: 18px !important;
        }

        h2 {
            font-size: 26px !important;
        }

        .preorder-promo p {
            font-size: 14px !important;
        }
    }

    .preorder-covers .cover-img {
        height: 90px !important;
    }

    .btn-preorder {
        font-size: 16px !important;
        padding: 10px 30px !important;
    }

    .campaign-strip .campaign-period {
        font-size: 18px !important;
    }


    .cont .row-product-2 {
        max-width: 530px;
        width: 100%;
        height: auto;
        padding: 0 0 10px 0;
        margin: 20px auto;
        background-color: #fff;

        display: flex;
        flex-direction: column;
        justify-content: space-between;
        /* padding: 0 0 30px 0; */
        border-radius: 40px;


        .title {
            font-family: Gotham-Bold, sans-serif;
            font-size: 20px;
            line-height: normal;
        }

        ul li {
            font-size: 16px;
            line-height: normal;

            &:before {
                width: 10px;
                height: 10px;
                top: 10px;
            }
        }

        .btn_box {
            max-width: 90%;
            width: 100%;
            margin: auto;
        }

        span.price {
            font-family: Gotham-Ultra, sans-serif;
            font-size: 26px;
            line-height: normal;
        }

        a.here {
            max-width: 440px;
            width: 100%;
            height: 63px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 18px auto auto auto;
            font-size: 26px;
            background: url('img/p-btn-bg.png') no-repeat top transparent;
            background-size: cover;
            border-radius: 50px;
            font-weight: bold