*,
::after,
::before {
    box-sizing: border-box;
}

body {
    font-family: system-ui, -apple-system, 'Segoe UI', 'Helvetica Neue', 'Liberation Sans', Arial, sans-serif;
}

.red-banner {
    padding: .5rem;
    background: #eb1313;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    color: white;
}

.red-banner span {
    color: #ffea00;
}

.headersec {
    background: #fff;
    padding: 10px 0px;
}

.container {
    max-width: 1320px;
    margin: auto;
}

.navbar {
    padding: .75em;
}

.navbar-brand {
    width: 25%;
}

.navbar-nav {
    width: 90%;
    justify-content: center;

}

a.nav-link {
    color: #212529;
    margin: 0 13px;
    font-weight: 500;
    text-transform: capitalize;
    padding-right: 3px !important;
    padding-left: 3px !important;
}

.green-button-header {
    background: linear-gradient(to bottom, #1aae2d 0%, #148c24 100%);
    background-image: linear-gradient(rgb(26, 174, 45) 0%, rgb(20, 140, 36) 100%);
    cursor: pointer;
    font-size: 1.125rem;
    padding: 0.5rem 1rem;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.13);
    border: transparent;
    border-radius: 0.375rem;
    width: 300px;
    animation: pulse 2s infinite;
    -webkit-transition: all 0.3s linear;
}


@keyframes pulse {
    0% {
        transform: scale(0.9);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.9);
    }
}

.main-section {
    background-image: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/salepage/bnr_bg-lg_1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
    background-position: left center;
    color: white;
    font-size: 18px;
}

.bi-check-lg {
    color: #fff;
    background: #6cb51c;
    border-radius: 50px;
    padding: 0px 2px;
    line-height: 20px;
    font-size: 17px;
    font-weight: 600;
    text-align: center;
}

.star1 {
    max-height: 18px;
    width: auto;
    margin: -4px 5px 0 0;
}

.prod-header {
    font-size: 44px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0;
}

.red-text {
    color: #f23535;
}

.fw-5 {
    font-weight: 500;
}

.yellow-bar {
    display: flex;
    position: relative;
    border-radius: 50px;
    background: #f5df87;
    max-width: 85%;
    margin: 25px 0;
    position: relative;
    border: 2px solid #FFF;
    min-width: 400px;
    padding: 10px;
}

.yellow-bar p {
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 24px;
    margin-bottom: 0;
}

.yellow-bar img {
    width: 100%;
    max-width: 44px;
    height: 44px;
    margin-right: 10px;
}

.yellow-bar-content ::after {
    background: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/salepage/bnr_line2.png');
    content: "";
    position: absolute;
    right: -239px;
    top: 53px;
    width: 300px;
    height: 200px;
    transform-origin: top left;
    transform: rotate(-67deg);
}

.custom-bullets {
    list-style: none;
    padding-left: 0;
}

.custom-bullets li {
    background: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/salepage/bnr_check.png') no-repeat left center;
    background-size: 30px 30px;
    padding-left: 38px;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
}

.green-button {
    background: linear-gradient(to bottom, #1aae2d 0%, #148c24 100%);
    background-image: linear-gradient(rgb(26, 174, 45) 0%, rgb(20, 140, 36) 100%);
    cursor: pointer;
    font-size: 22px;
    padding: 15px 10px;
    color: white;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.13);
    border: transparent;
    border-radius: 0.375rem;
    width: 450px;
    animation: pulse 2s infinite;
    -webkit-transition: all 0.3s linear;
}

.sub-button {
    font-size: 15px;
    text-align: center;
    margin-top: 8px;
    font-weight: 500;
}

.button-section {
    width: fit-content;
}


.blink {
    animation: blink 1.5s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.sand_clock {
    animation: mymove 2s infinite;
}

@keyframes mymove {
    50% {
        transform: rotate(180deg);
    }
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

.main-image {
    width: 100%;
    margin-top: 44px;
}

.box-gray {
    display: flex;
    margin: 25px 0;
}

.box-gray p {
    font-size: 15px;
    line-height: 22px;
    color: #6d6d6d;
    text-align: center;
    font-weight: 500;
    margin-bottom: 0;
}

.box-gray-header {
    font-size: 20px !important;
    color: #1e3760 !important;
    font-weight: 600 !important;
    margin-bottom: 10px !important;
}

.box-gray img {
    margin-right: 20px;
}

.greysec-container {
    padding: 20px 0;
    background: #f4f4f4;
}

.stepsec {
    padding: 40px 0;
    position: relative;
}

.step-header {
    font-size: 35px;
    font-weight: 700;
    line-height: 1;
    color: #1e3760;
    text-align: center;
}

.step-subheader {
    color: #db373b;
    font-size: 26px;
    margin-top: 10px;
    font-weight: 400;
    text-align: center;
}

.stepbox {
    color: #1e3760;
}

.stepno {
    width: 55px;
    margin: 0 auto;
    line-height: 55px;
    height: 55px;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    color: #1e3760;
    font-size: 20px;
    position: relative;
    z-index: 1;
    font-family: Arial, sans-serif !important;
    border: 2px solid #db373b;
}

.stepbox p {
    color: #6d6d6d;
}

.stepsec .row::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 49%;
    z-index: -1;
    top: 189px;
    background: #db373b;
    left: 0;
    right: 0;
    margin: auto;
}

.logos {
    display: flex;
    justify-content: center;
    margin-bottom: 40px;
}

.logos img {
    width: 100%;
    max-width: 128px;
}

.Advertised-section h2 {
    font-size: 50px;
    font-weight: 500;
    text-align: center;
}

.prod-name {
    font-weight: 700 !important;
}

.Advertised-section {
    background-image: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/salepage/sec2_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding-top: 40px;
    padding-bottom: 40px;
}

.divider {
    background: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/salepage/dvdr-dark.png') no-repeat center center;
    height: 30px;
    margin: 0 0 15px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    background: #000;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.video-section {
    padding: 80px;
    padding-top: 0;
    padding-bottom: 30px;
}

.symbol-section {
    background: #e6e6e6;
    padding: 30px 0 20px;
}

.symbol-section h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.symbol-section p {
    font-size: 17px;
}

.small-container {
    margin: auto;
    width: 1076px;
}

.blue-box {
    color: white;
    background-image: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/salepage/tech_specs.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 30px;
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: -140px;
}

.image3 {
    width: 100%;
    margin: auto;
}

.fs-16 {
    font-size: 16px !important;
}

.description-section {
    padding-top: 160px;
    padding-bottom: 40px;
}

.description-section h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.image4 {
    width: 100%;
}

.presidential-section h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.presidential-section {
    background-image: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/salepage/bg-blue.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    padding: 40px 0;
}

.divider-light {
    background: url('https://d1eyz2a6ch1vhl.cloudfront.net/2025/salepage/dvdr-light.png') no-repeat center center;
    height: 30px;
    margin: 0 0 15px;
}

.image5 {
    width: 100%;
    margin: auto;
    margin-bottom: 20px;
}

.discover-item {
    margin-right: 10px;
    width: 100%;
    max-width: 68px;
}

.discover-container p {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}

.discover-container {
    margin-bottom: 15px;
}

.money-back-container::before {
    content: "";
    width: 15%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #f23535;
    z-index: 1;
}

.money-back-container {
    background: #f9f9f9;
    color: #000;
    border-radius: 50px;
    border: 8px solid #e3e3e3;
    padding: 30px 25px;
    overflow: hidden;
    position: relative;
    width: 966px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: -210px;
}

.money-back-img {
    width: 100%;
    position: relative;
    z-index: 2;
    max-width: 274px;
}

.money-back-container h3 {
    font-weight: 700;
    font-size: 36px;
    margin-bottom: 15px;
}

.money-back-container p {
    font-size: 17px;
}

.customer-reviews-section {
    padding-top: 200px;
    padding-bottom: 40px;
}

.customer-reviews-section h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.review-rating {
    width: 100%;
}

.bi-star-fill {
    color: orange;
}

.rate {
    margin-bottom: 0;
    margin-top: 20px;
    color: #102d51;
    font-size: 18px;
    text-decoration: underline;
    font-weight: 600;
}

.percentage {
    color: #102d51;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 0px;
}


.box-comment {
    border-top: #d7d7d7 solid 1px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.comment-section {
    margin-top: 30px;
    margin-bottom: 30px;
}

.box1 {
    border-right: #d7d7d7 solid 1px;
    padding-top: 10px;
}

.box2 {
    padding-left: 20px;
    padding-top: 10px;
}

.profile {
    width: 45px;
    height: 45px;
    background: #102d51;
    border-radius: 50%;
    color: #fff;
    font-size: 30px;
    line-height: 45px;
    text-align: center;
    font-weight: 600;
    margin-right: 10px;
}

.profile-text p {
    font-weight: 700;
    margin-bottom: 5px;
}

.verified {
    font-size: 13px;
    color: #6fb620;
    margin-bottom: 20px !important;
}

.rev-text {
    font-weight: 400 !important;
}

.box2 p {
    font-weight: 500;
}

.last {
    border-bottom: #d7d7d7 solid 1px;
}

.left-side {
    justify-content: center;
}

.faq-section h2 {
    font-size: 40px;
    font-weight: 500;
    text-align: center;
}

.faq-section {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #f2f2f2;
}

.accordion-button {
    font-weight: bold;
    font-size: 1rem;
    color: #212529;
    transition: background-color 0.3s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #f2f2f2;
    color: #000;
    box-shadow: none;
}

.accordion-button:hover {
    background-color: #f2f2f2;
}

.accordion-button {
    background-color: #f2f2f2;
    border: 0.5px solid #dddddd;
}

.accordion-item {
    border: 0;
    border-radius: 0.375rem;
    margin-bottom: 1rem;
    overflow: hidden;
}

.accordion-body {
    color: #333;
    font-size: 0.95rem;
    background-color: #f2f2f2;
    border: 0.5px solid #dddddd;
}

.accordion-button:focus {
    box-shadow: none;
}

.footer {
    padding: 30px;
}

.footer h3 {
    font-weight: 900;
    white-space: nowrap;
    line-height: 1;
    font-size: 1.5rem;
    color: #151f6d;
    margin-bottom: 0;
}

.sublogo {
    font-weight: 900;
    white-space: nowrap;
    font-size: .875rem;
    line-height: 1.125;
    margin-bottom: 10px;
    text-align: center;
}

.redlogo {
    color: #eb1313;
}

.links a {
    color: #000;
    text-decoration: none;
    font-weight: 300;
}

.copyright {
    font-weight: 300;
}

.logotext {
    font-weight: 900;
    white-space: nowrap;
    line-height: 1;
    font-size: 1.5rem;
    color: #151f6d;
    margin-bottom: 0;
    text-align: center;
}

.floating-btn-container {
    background: #0a216c;
    padding: 10px 15px;
    text-align: center;
}

.floating-btn {
    font-size: 15px;
}

.sticky-bottom {
    bottom: -1px;
}

.carousel-testimonials {
    background-color: #fff8cf;
    border-radius: 8px;
    padding: 1em
}

.bi-star-fill {
    color: orange;
}

.bi-check-circle-fill {
    color: green;
}

.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 5px;
    overflow: hidden;
    height: 30px;
}

.progress-bar {
    width: 0;
    height: 100%;
    background-color: #1582c5;
    animation: progressAnimation 10s forwards;
}

@keyframes progressAnimation {
    from {
        width: 0%;
    }

    to {
        width: 100%;
    }
}

.blink {
    animation: blinking 1000ms linear infinite;
}

@keyframes blinking {
    25% {
        opacity: 0.5;
    }

    50% {
        opacity: 0.325;
    }

    75% {
        opacity: 0.5;
    }
}

@media only screen and (max-width: 1050px) {
    .small-container {
        width: 100%;
    }

    .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 576px) {
    .desktop {
        display: none;
    }

    .mobile {
        display: block;
    }

    .green-button {
        width: 100%;
    }

    .yellow-bar {
        border-radius: 0;
        max-width: 100%;
        min-width: 0;
        margin-top: 0;
    }

    .yellow-bar-content ::after {
        background: none;
        position: unset;
        right: unset;
        top: unset;
        width: unset;
        height: unset;
        transform-origin: unset;
        transform: unset;
    }

    .main-section {
        padding-top: 20px;
        background-position: center;
        padding-bottom: 20px;
    }

    .main-image {
        width: 90%;
        margin: auto;
        margin-top: 0;
    }

    .row {
        --bs-gutter-x: 0;
    }

    .mobile-center {
        text-align: center;
    }

    .prod-header {
        font-size: 28px;
        line-height: 38px;
        padding: 0 10px;
    }

    .yellow-bar p {
        font-size: 13px;
    }

    .custom-bullets li {
        font-size: 16px;
    }

    .custom-bullets {
        padding-left: 10px;
    }

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

    .box-gray {
        flex-direction: column;
    }

    .step-header {
        font-size: 24px;
    }

    .stepsec {
        padding-left: 40px;
        padding-right: 40px;
    }

    .step-subheader {
        font-size: 22px;
    }

    .stepsec .row::after {
        background: none;
    }

    .logos {
        flex-direction: column;
    }

    .logos img {
        max-width: 80px;
    }

    .divider {
        width: 100%;
    }

    .video-section {
        padding: 0;
        padding-top: 0;
        padding-bottom: 30px;
    }

    .Advertised-section h2 {
        font-size: 32px;
    }

    .Advertised-section {
        padding: 30px 10px;
        padding-bottom: 10px;
    }

    .small-container {
        width: 100%;
    }

    .symbol-section {
        padding: 10px;
        background-color: unset;
    }

    .symbol-section h2 {
        font-size: 30px;
    }

    .blue-box {
        margin-bottom: 0;
    }

    .description-section h2 {
        font-size: 30px;
    }

    .description-section {
        padding: 10px;
        padding-bottom: 20px;
    }

    .mobile img {
        width: 100%;
    }

    .descrip-circle {
        width: 100%;
        max-width: 86px;
        margin-right: 10px;
    }

    .perdescription {
        width: 80%;
        margin: auto;
    }

    .presidential-section h2 {
        font-size: 30px;
    }

    .presidential-section {
        padding: 20px;
    }

    .discover-img {
        width: 100%;
        height: 175px;
        object-fit: cover;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .money-back-container {
        width: 100%;
    }

    .money-back-container::before {
        width: 100%;
        height: 16%;
    }

    .money-back-img {
        max-width: 120px;
    }

    .money-back-container h3 {
        font-size: 24px;
        text-align: center;
    }

    .money-back-container p {
        font-size: 16px;
        text-align: center;
        margin-bottom: 5px;
    }

    .customer-reviews-section {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
    }

    .review-rating {
        max-width: 230px;
        margin: auto;
    }

    .customer-reviews-section h2 {
        font-size: 24px;
        text-align: center;
    }

    .rev-text {
        display: none;
    }

    .left-side {
        justify-content: start;
    }

    .box1 {
        border: none;
    }

    .faq-section {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px;
        padding-top: 20px;
    }

    .faq-section h2 {
        font-size: 24px;
        text-align: center;
    }

    .navbar-brand {
        width: unset;
    }

    .navbar-toggler:focus {
        box-shadow: none;
    }

    .footer {
        padding: 15px;
    }
}