:root {
            --main-blue: #1acc8d;
            font-size: 10px;
            scroll-behavior: smooth;
        }

        .hidden {
            display: none !important;
        }

        .btn-result {
            font-size: 1.8rem;
        }

        /* LOADER */
        #loader {
            border: 1.6rem solid white;
            border-radius: 50%;
            border-top: 1.6rem solid #56a5eb;
            width: 12rem;
            height: 12rem;
            animation: spin 2s linear infinite;
            /* margin: auto; */
            position: absolute;
            top: 50%;
            right: 50%;

        }

        .filling-anime {
            position: absolute;
            /* top: 100px; */
            right: 0;
            top: 120px;
        }

        img {
            max-width: 100%;
        }

        del {
            color: red;
        }

        h1 {
            font-size: 4rem;
            text-align: center;
            font-weight: 900;
            padding: 1.5rem 0
        }

        h2 {
            font-size: 3rem;
            text-align: center;
            font-weight: 700;
            padding: 1.5rem 0
        }

        h3 {
            font-size: 2rem;
            text-align: center;
            font-weight: 600;
            padding: 1.5rem 0
        }

        p {
            font-size: 1.8rem;
        }

        #main {
            overflow-x: hidden;
        }

        .publish-info {
            border-top: 1px solid var(--main-blue);
            border-bottom: 1px solid var(--main-blue);
            text-align: center;
            padding: 8px 0;
            margin: 2rem 0;
        }

        .attract-text {
            color: #010483;
            font-weight: bold;

        }

        .unattract-text {
            font-size: 1.4rem;
            font-style: italic;
        }

        .attract-text--green {
            color: #14CF5F;
            font-weight: 700;
        }

        .img-group {
            display: grid;
            /* grid-template-columns: 3fr 1fr; */
            margin-bottom: 20px;
        }

        .img-group img:first-child {
            height: 100%;
        }

        iframe {
            width: 100%;
        }

        footer p {
            color: lightgray;
            font-size: 1.5rem;
            text-align: center;
        }

        footer p:first-child {
            padding-top: 3rem;
        }

        .btn {
            color: white;
            border-radius: 8px;
            font-size: 2rem;
            padding: 1rem 1.5rem;
            text-align: center;
            margin: 1.2rem auto;
            display: block;
            width: 250px;
        }

        button#DIONE_100_TRADING_CLUB[disabled] {
            cursor: not-allowed;
        }

        .btn.btn--ref {
            background-color: #010483;
        }

        .btn:hover {
            background-color: #181a8a;
            color: white;
        }

        .small-text {
            font-size: 1.4rem;
            /* color: lightgray; */
        }

        sub.small-text {
            font-size: 1.2rem;
        }

        .form-modal {
            text-align: center;
            border: 4px solid var(--main-blue);
            border-radius: 8px;
            padding: 2rem;
            margin: 1.2rem auto;
            width: 60%;
        }

        input {
            padding: 1.5rem 1rem;
            margin: 1rem 0;
            border: 2px solid var(--main-blue);
            outline: none;
            font-size: 1.5rem;
        }

        input:hover {
            border: 1px solid var(--main-blue);
        }

        input.form-input {
            display: block;
            outline: 0;
            width: 100%;
            border-radius: 8px;
            font-size: 1.8rem;
            border: 1px solid var(--main-blue)
        }

        .modal-content {
            border-radius: 8px;
            border: 3px solid black;
        }

        figcaption {
            text-align: center;
            padding: 1.2rem 0;
            font-size: 1.5rem;
            font-style: italic;
            font-weight: 600;
        }

        .close-modal {
            position: absolute;
            top: -15px;
            right: -22px;
            cursor: pointer;
        }

        #join-free-modal .modal-content {
            top: -1000px;
            transition: all ease-out 1s;
        }

        .show-modal-content {
            top: 0 !important;
        }

        .bold-text {
            font-weight: 600;
        }

        .price-card {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
            font-family: "Eina01-SemiBold";
            -webkit-align-items: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            background: linear-gradient(135deg, #000 9.06%, #14CF5F 100.06%);
            color: white;
            width: 40%;
            box-shadow: 0px 20px 40px rgb(212 210 244 / 50%);
            border-radius: 10px;
            text-align: center;
            padding: 2rem;
            margin: 1rem 0;
            margin: 1.2rem auto;
        }

        .price-card.price-card--white.sec {
            padding: 0;
            width: 35%;
            box-shadow: 0px 0px 4px rgb(0 0 0 / 12%);
        }

        .price-card.price-card--white {
            background: white;
            color: black;
        }

        button.btn-buy {
            border: none;
        }

        .pricing {
            border: 0;
        }

        .divider {
            width: 80%;
            height: 1px;
            border: 0;
            border-top: 1px solid #fff;
        }

        .divider.divider--black {
            border-top: 1px solid black;
        }

        .plantypecolor {
            font-family: Eina01-SemiBold;
            font-size: 2.0rem;
            line-height: 2.8rem;
            text-align: center;
            text-transform: capitalize;
        }

        .plantypecolor-sec {
            font-family: Eina01-SemiBold;
            font-size: 2.2rem;
            line-height: 2.8rem;
            text-align: center;
            text-transform: capitalize;
            background-color: #14CF5F;
            width: 100%;
            padding: 1.2rem;
            border-top-right-radius: 10px;
            border-top-left-radius: 10px;
            color: white
        }

        .card-footer {
            width: 100%;
        }

        .old-price {
            font-family: Eina01-SemiBold;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 2.5rem;
            line-height: 4.5rem;
            margin: 2.4rem 0;
            margin-bottom: 0;
            
        }

        del {
            /* text-decoration-color: black; */
            color: red;
           }

           .currency s {
            text-decoration-color: red;
            opacity: 0.7;
            text-decoration-thickness: 3.5px;
        }
    

        .currency {
            font-family: "Eina01-SemiBold";
            font-size: 3rem;
            line-height: 3.9rem;
            margin-right: 0.6rem;
        }
        .price {
            font-family: Eina01-SemiBold;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3.5rem;
            line-height: 4.5rem;
            margin: 2.4rem 0;
            margin-top: 0;
        }

        .sellingpoint {
            font-family: "Eina01-SemiBold";
            text-align: center;
            padding: 0.7rem 1.2rem;
            font-size: 1.6rem;
        }
        .learnmorebtn {
            font-family: "Eina01-SemiBold";
            width: 100%;
            background: white;
            border-radius: 6px;
            border: none;
            outline: none;
            color: #14CF5F;
            font-weight: bold;
            font-size: 13px;
            line-height: 1;
            padding: 15px 0;
            letter-spacing: 1.39286px;
            margin-top: 3.2rem;
            cursor: pointer;
        }

        .learnmorebtn:focus {
            outline: none;
        }

        .learnmorebtn.learnmorebtn--gradient {
            background: linear-gradient(135deg, #000 9.06%, #14CF5F 100.06%);
        }

        .learnmorebtn.learnmorebtn--cta {
            border: 1px solid #14CF5F;
            font-weight: 700;
            animation: zoom-in-zoom-out 1s ease infinite;
        }

        .learnmorebtn.learnmorebtn--cta:hover {
            background: linear-gradient(135deg, #000 9.06%, #14CF5F 100.06%);
        }


        .learnmorebtn.learnmorebtn--small {
            width: 250px;
            display: block;
            text-align: center;
            margin: 10px auto;
        }

        .learnmorebtn:hover {
            border: 1px solid white;
            background: none;
            color: #14CF5F;
        }

        .learnmorebtn.learnmorebtn--gradient:hover {
            background-color: white;
            border: 1px solid #14CF5F;
        }

        #slot_left_top_text {
            font-size: 2rem;
            color: #181a8a;
            font-family: "Eina01-SemiBold";
            margin-top: 20px;
        }

        #warning2 {
            margin-top: 10px;
        }

        /* changes */

        body {
            background: linear-gradient(to top right, #26289031, #F6F4FE, #F6F4FE);
        }

        .background-rev {
            padding: 0em 4em 0em 4em; 
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: linear-gradient(
                #181a8a, 
                #181a8a, 
                white 105%
            );
            min-height: 90vh;
            margin-top: 20px;
        }

        .background-rev h1 {
            font-weight: 700; 
            animation: slideFadeIn 1s ease-out forwards;
            color: #F6F4FE;
            font-family: 'Eina01-SemiBold';
        }

        .hop-text {
            display: flex; 
            justify-content: center;
            align-items: center;
            margin-top: 2em;
        }

        .powered {
            text-align: center;
            font-family: 'Eina01-SemiBold';
            text-transform: capitalize;
            font-size: 2.5rem;
            padding: 0em 8em;
            color: white;
            font-family: 'Eina01-SemiBold';
            margin-top: 1em;
            margin-bottom: 1em;
        }

        #warning, #warning-25 {
            font-size: 3.5rem;  
            font-weight: bold;
            width: 100%;
            color: red;
            animation: scaleView 2s ease-out forwards;
            text-align: center;
        }

        #warning2, #warning2-25 {
            color: #262890c6; 
            font-size: 4rem;
            display: inline-block;        
            font-family: 'Eina01-SemiBold'; 
            animation: float 1s ease-in-out infinite;
        }

        #timer-rev, #timer-rev-25 {
            text-align: center;
            font-family: "Eina01-SemiBold";
            font-weight: bold;
            font-size: 3.5rem;
            color: red;
        }

        #timer-rev2 {
            text-align: center;
            font-family: "Eina01-SemiBold";
            font-size: 2rem;
            color: #363535;
            color: red;
        }

        .warn_link {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            margin-top: 1em;
            gap: 10px;
        }

        .warn_link p {
            font-size: 2.2rem;
            font-family: "Eina01-SemiBold";
            color: #181a8a;
        }

        .background-rev div:first-child {
            display: flex;
            flex-direction: column;
            gap: 10px;
        }
        

        #warning2_link {
            font-size: 2rem;
            color: #181a8a;
            padding: 3px .8em;
            background-color: #F6F4FE;
            border-radius: 50px;
            animation: slideFadeIn 1s ease-out forwards; 
            display: inline-block;
            text-align: center;
            font-family: "Eina01-SemiBold";
        }

        #warning2_link span {
            font-size: 2rem;
        }

        .get-rev {
            display: flex;
            gap: 50px;
            align-items: center;
        }

        .get-rev div:first-child {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .get-rev div:first-child p:first-child {
            font-size: 3.5rem;
            font-family: 'Eina01-SemiBold';
            font-weight: bold;

        }

        .get-rev div:first-child p {
            font-size: 1.7rem;
        }

        .get-rev div:first-child p:nth-child(2) {
            font-size: 1.7rem;
            width: 90%;
        }

        .hero2 iframe {
                height: 400px;
                margin-bottom: 10px;
                border-radius: 5px;
            }

        .hero2 div div:last-child p {
            font-size: 1.5rem;
        }


        .hero3 section {
            padding: 10px 0;
        }

        .hero3 h2 {
            font-family: 'Eina01-SemiBold';
        }

        .hero3 section:first-child div:first-child {
            width: 100%;
        }
        
        .hero3 section:first-child img {
            width: 100%;
            height: 100%;
        }


        .hero3 section:first-child div:first-child p.take {
            margin-bottom: 3em;
            font-size: 1.7rem;
        }

        .hero3 section:first-child .learnmorebtn.learnmorebtn--small {
            margin:  5px 25px;
        }

        .hero3 section:last-child p {
            font-size: 1.7em;
        }

        .hero3 section:last-child figure {
            text-align: start;
        }

        .hero4 {
            display: flex;
            flex-direction: column;
            gap: 50px;
            align-items: center;
            justify-content: space-between;
        }

        .hero4 section {
            padding: 0px 0px;
        }

        .hero4 section p {
            font-size: 1.7rem;
        }


        .hero4 section:first-child p.trade {
            margin-bottom: 2em;
        }

        
        
        .hero4 section:first-child h2, .hero4 section:first-child p {
            text-align: start;
        }
        .hero4 section:last-child p {
            font-size: 1.5rem;
        }

        .hero5 section {
            padding: 20px 0;
        }

        .hero5 div {
            display: flex;
            justify-self: center;
        }

        .hero5 section {
            text-align: center;
        }

        .hero5 section p {
            margin-bottom: 1em;
        }

        .img_rev {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
        }

        .img_rev div img {
            border-radius: 10px;
        }

        .hero6 {
            background-image: linear-gradient(135deg,#000 15.6%,#181a8a 100.06%);
            margin-top: 40px;
        }

        .hero6 h2 {
            color: white;
        }

        .hero6 h2 span {
            color: white;
        }

        .hero6 section {
            display: flex;
            flex-wrap: wrap;
            align-items: start;
            justify-content: center;
            gap: 15px;
        }

        .hero6 section div {
            padding: 15px;
            max-width: 350px;
            min-height: 350px;
            border-radius: 10px;
            background-color: white;
            box-shadow: 0px 0px 2px #181a8a;
            display: flex;
            align-items: center;
            justify-content: center;

            background: #e0e0e0;
            border-radius: 20px;
            box-shadow: 8px 8px 15px #bebebe5e,
              -8px -8px 15px #ffffff6a;
        }

        .hero6 section div p {
            display: flex;
            flex-direction: column;
            gap: 20px;
        }

        .hero6 section div p span:first-child {
            
        }

        .hero6 section div p{
            
            font-size: 1.7rem;
        }

        .hero7 {
            text-align: center;
        }

        .foot-rev {
            display: flex;
            align-items: end;
            gap: 100px;
            justify-content: center;
            margin-bottom: 1em;
        }

        .foot-rev p {
            text-align: start;
        }

        #footer {
            background-image: linear-gradient(135deg,#000 15.6%,#181a8a 100.06%);
        }

        #footer p {
            text-align: start;
            font-size: 1.4rem;

        }

        #footer p span {
            font-size: 1.6rem;
            text-align: start;
            font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        }

        @keyframes zoom-in-zoom-out {
            0% {
                transform: scale(1, 1);
            }

            50% {
                transform: scale(1.2, 1.2);
            }

            100% {
                transform: scale(1, 1);
            }
        }

        @media (min-width: 1060px) {
            .learnmorebtn {
                min-height: 4.4rem;
                width: 100%;
                margin: 3.1rem 0;
            }

            .background-rev h1 {
                padding-left: 2em; 
                padding-right: 2em;
                font-size: 6rem; 
                padding-top: 1em;
                text-transform: capitalize;
            }

            #slot_left_top_text {
            font-size: 2.5rem;
            padding-left: 1.5em;
            padding-right: 1.5em;
            display: flex;
            flex-direction: column;
        }

        article {
            padding-top: 0em 0em;
            padding-left: 10em;
            padding-right: 10em;
            margin-top: 1em;
        }

        .warn_link p:last-child {
            font-size: 3.4rem;
        }

        #warning3_link {
            padding-left: 1em;
            padding-right: 1em;
        }

        .hero2 {
            padding-left: 10em;
            padding-right: 10em;
        }

        .hero3 section:first-child h2 {
            text-align: start;
            font-size: 3.5rem;
        }

        .hero3 section:first-child {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: row;
            gap: 50px;
        }

        .hero4 section:first-child h2 {
            font-size: 3.5rem;
        }
        .hero4 section:first-child h2, .hero4 section:first-child p {
            text-align: center;
        }

        .hero4 section:last-child p {
            font-size: 1.8rem;
        }

        .hero5 h2 {
            font-size: 3.5rem;
        }

         .hero6 section div:nth-child(4), .hero6 section div:nth-child(5) {
            min-width: 500px;
        }
        }

        @media screen and (max-width: 990px) {
            /* .img-group {
                grid-template-columns: 1fr;
            } */

            .img-group img:nth-child(2) {
                margin: 0 auto;
            }


            .form-modal {
                width: 100%;
            }

            input.form-input {

                font-size: 1.3rem;

            }

            h1 {
                font-size: 3rem;
            }

            h2 {
                font-size: 2rem;
            }

            h3 {
                font-size: 1.5rem;
            }

            .footer p {
                font-size: 1.2rem;
            }

            .price-card {
                width: 80%;
            }

            .hero1 div {
                padding: 0;
            }
        }

        @media screen and (max-width: 500px) {
            .price-card {
                width: 100%;
            }

            .price-card.price-card--white.sec {
                width: 90%;
            }

            h1 {
                font-size: 2.8rem;
            }

            h2 {
                font-size: 2rem;
            }

            h3 {
                font-size: 1.5rem;
            }

            .footer p {
                font-size: 1.0rem;
            }

            .outro {
                padding-bottom: 15px;
            }

            header .logo img#logo {
                max-width: none;
                margin-right: 10px;
            }

             .hero1 {
                padding: 0em 0em;
                height: auto;
                display: flex;
                align-items: center;
                justify-content: center;
                flex-direction: column;
            }

            .background-rev {
                padding: 2em .5em;
                min-height: auto;


            }

            
            .background-rev h1 {
                padding-left: 0.5em; 
                padding-right: 0.5em;
                width: 100%;
                font-size: 2rem;
                text-align: start;
            }

            #slot_left_top {
                text-align: start !important;
                font-size: 1.2rem;
            }

            .powered {
                text-align: start;
                padding: 0em .5em;
                font-size: 2rem;
            }

            #warning, #warning-25 {
                font-size: 1.8rem;
                padding-left: .5em;
                padding-right: .5em;
                text-align: start;
            }

            .warn_link {
                margin-top: 3em;
                justify-content: start;
                align-items: start;
            }

            #warning2, #warning2-25 {
                font-size: 1.8rem;
                padding-left: .5em;
                padding-right: .5em;
                text-align: start;
            }

            #warning2_link {
                font-size: 1.2rem;
                color: #262890;
                text-align: center;
            }

            #warning2_link span {
                font-size: 1.2rem;
            }

            #timer-rev, #timer-rev-25 {
            text-align: center;
            font-family: "Eina01-SemiBold";
            font-weight: 600;
            font-size: 2rem;
            color: red;
        }

        #timer-rev2 {
            text-align: center;
            font-family: "Eina01-SemiBold";
            font-weight: 600;
            font-size: 1.6rem;
            color: red;
        }

            article {
                padding-left: 1em;
                padding-right: 1em;
            }

            .hero2 {
                display: flex;
                flex-direction: column;
                justify-content: center; 
                align-items: center;
            }

            .hero2 .publish-info {
                width: 100%;
            }

            .hero2 iframe {
                width: 95%;
                height: 400px;
                margin-bottom: 10px;
            }

            .get-rev {
                display: flex;
                flex-direction: column;
                gap: 0;
            }

            .get-rev div:first-child p:first-child {
                font-size: 2rem;
                font-family: 'Eina01-SemiBold';
                font-weight: bold;
            }

                .hero3 section:first-child h2 {
                    text-align: start;
                    font-size: 2.5rem;
                }

                .hero3 section:first-child {
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    flex-direction: column;
                    gap: 50px;
                }

                .hero4 section:first-child h2 {
                font-size: 2.5rem;
            }

            .hero4 section:first-child h2, .hero4 section:first-child p {
                text-align: center;
            }

            .hero5 h2 {
                font-size: 2.5rem;
            }


            .img_rev {
            flex-direction: column;
            }

            .img_rev div img {
                border-radius: 10px;
            }


                .foot-rev {
                    display: flex;
                    gap: 20px;
                    flex-direction: column;
            }

        }


         /* Change2 */






        .background-rev section {
            display: flex;
            justify-content: center;
            padding: 0;
        }

         .promo-section {
            background: rgb(24, 26, 138, 0.1);
            backdrop-filter: blur(10px);
            border-radius: 16px;
            padding: 2rem 3rem;
            border: 1px solid rgba(255, 255, 255, 0.2);
            box-shadow: 0 8px 32px rgba(0,0,0,0.1);
            max-width: 500px;
            width: 100%;
            display: flex;
            justify-content: center;
            flex-direction: column;
            text-align: center;
        }

        .promo-text {
            color: rgba(255, 255, 255, 0.8);
            font-size: 2.5rem;
            font-weight: 500;
            font-weight: Eina01-SemiBold;
        }

        .promo-code {
            color: #ef4444;
            font-size: 2rem;
            font-weight: 700;
            margin-bottom: 1rem;
        }

        .promo-status {
            color: #10b981;
            font-size: 1.1rem;
            font-weight: 600;
            text-transform: uppercase;
            letter-spacing: 0.5px;
        }


         /* Act fast */
        container_6 {
            max-width: 1200px;
            background: linear-gradient(135deg, #f8f9fa, #e9ecef);
            padding: 80px 60px;
            text-align: left;
            border-radius: 20px;
            box-shadow: 0 15px 35px rgba(0, 0, 0, 0.3);
        }

        .main-headline {
            font-size: 3rem;
            font-weight: bold;
            color: #dc3545;
            margin-bottom: 10px;
            line-height: 1.2;
        }

        .sub-headline {
            font-size: 1.8rem;
            color: #28a745;
            font-weight: bold;
            margin-bottom: 40px;
            text-align: center;
            padding: 20px;
            background: rgba(40, 167, 69, 0.1);
            border-radius: 15px;
            border: 2px solid #28a745;
        }

        .description {
            font-size: 1.8rem;
            color: #2c3e50;
            margin-bottom: 30px;
            line-height: 1.6;
            text-align: center;
            padding: 0 20px;
        }

        .disclaimer {
            font-size: 1.8rem;
            color: #495057;
            font-style: italic;
            margin-bottom: 50px;
            line-height: 1.5;
            text-align: center;
            padding: 25px;
            background: linear-gradient(135deg, #fff3cd, #ffeaa7);
            border-radius: 12px;
            border-left: 5px solid #ffc107;
        }

        .offer-section-rev {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .offer-section {
            font-size: 2.2rem;
            font-weight: bold;
            color: #6c757d;
            text-align: center;
            padding: 30px;
            background: linear-gradient(135deg, #262890, #181a8a);
            color: white;
            border-radius: 15px;
            margin-top: 20px;
        }

        .discount-code {
            color: #ffc107;
            text-shadow: 0 0 10px rgba(255, 193, 7, 0.5);
        }