* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    color: #333;
}

/* <!-- HEADER STARTS HERE --> */

.navbar-brand img {
    width: 100%;
    max-width: 200px;
}


.top-bar ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top-bar ul li {
    list-style: none;
}

.top-bar ul li span {
    margin: 0px 10px;
}

.top-bar ul li a {
    font-weight: 500;
    text-decoration: none;
    color: #fff;
}

.box-bg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.brand-image img {
    max-width: 150px;
    width: 100%;
}

.section-box {
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0)), to(rgba(0, 0, 0)));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -o-linear-gradient(bottom, rgba(0, 0, 0), rgba(0, 0, 0));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), linear-gradient(0deg, rgba(0, 0, 0), rgba(0, 0, 0));
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 10px;
    border-bottom: 4px solid rgb(114, 0, 255);
}



.top-bar span {
    color: #fff;
}

.top-bar a:hover {
    text-decoration: underline;
}


@media screen and (max-width:992px) {
    .box-bg {
        display: none;
    }
}

/* <!-- HEADER STARTS HERE --> */

/* <!-- ATTENTION BOX START HERE --> */
.attenton {
    max-width: 800px;
    margin: 20px auto;
    text-align: center;
    background-color: rgb(45, 45, 45);
    padding: 10px;
    border-radius: 100px;
    border: 1px dashed #fff;
}

.attenton p {
    font-size: 16px;
    color: #fff;
    letter-spacing: 0.03em;
    line-height: 1.2195;
    margin-bottom: 0;
}

/* <!-- ATTENTION BOX ENDS HERE --> */

/* text container starts here */
.graphics {
    text-align: center;
    max-width: 1180px;
    margin: 30px auto;
}

.graphics h3 {
    font-size: 40px;
    color: #fff;
    line-height: 1.2195;
    letter-spacing: 0.02em;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
}

.graphics h3 .turn {
    color: rgb(255, 199, 0);
}

.graphics h3 .click {
    text-decoration: underline;
}

.sell {
    background-color: rgb(228, 59, 44);
    margin: 10px 0px;
    border-radius: 100px;
}

.sell p {
    font-size: 60px;
    margin-bottom: 0;
    text-shadow: rgba(0, 0, 0, 0.2) 1px 1px 1px;
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 700;
}

.image-model p {
    font-size: 26px;
    letter-spacing: 0.02em;
    font-weight: 400;
    color: #fff;
}

.image-model .unlimited {
    color: rgb(255, 199, 0);
    font-weight: 700;
}

.image-model .latest {
    text-decoration: underline;
    color: rgb(255, 199, 0);
    font-weight: 700;
}


.Skeptical {
    background-color: rgb(255, 199, 0);
    padding: 5px;
    max-width: 640px;
    margin: 15px auto;
    border-radius: 100px;
}

.Skeptical p {
    font-size: 22px;
    color: rgb(45, 45, 45);
    letter-spacing: 0.02em;
    line-height: 1.2195;
    margin-bottom: 0;
    font-weight: 600;
}

.comm p {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.3125;
}

.comm p:nth-child(2) {
    color: rgb(255, 199, 0);
    text-decoration: underline;
}

.mesmerising {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 25px;
    margin-top: 20px;
    background-color: rgba(22, 22, 22, 0.69);
    padding: 30px 40px;
    border-radius: 10px;
}


.child_list ul li {
    position: relative;
    list-style: none;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1px;
    font-weight: 400;
    margin-bottom: 15px;
}

.child_list ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/checked-3-.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
}

.child_list .simple {
    color: rgb(255, 199, 0);
    font-weight: 700;
}

.child_list .latest {
    text-decoration: underline;
}

.video-conatiner iframe {
    border: 8px solid #000;
    border-radius: 5px;
}

@media screen and (max-width: 992px) {
    .mesmerising {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    .video-conatiner iframe {
        width: 100%;
    }

}

@media screen and (max-width:568px) {


    .video-conatiner iframe {
        width: 100%;
        height: 100%;
    }

    .sell p {
        font-size: 32px;
    }

    .graphics h3 {
        font-size: 32px;
    }

    .child_list ul li {
        font-size: 18px;
    }

    .mesmerising {
        padding: 30px 20px;
    }
}

/* <!-- CTA SECTION --> */
.cta-section {
    background-color: #F4F4F4;
    padding: 60px 0px;
    text-align: center;
}

.massive {
    max-width: 1140px;
    margin: auto;
}

.cta-section h3 {
    color: rgb(45, 45, 45);
    font-size: 40px;
    line-height: 1.2195;
    letter-spacing: 0.1px;
    font-weight: 700;
}

.cta-section h4 {
    color: rgb(45, 45, 45);
    font-size: 32px;
    line-height: 1.2195;
    letter-spacing: 0.1px;
    font-weight: 400;
}

.cta-section h4 i {
    color: rgb(228, 59, 44);
}

.timer {
    margin: 15px 0px;
}

.License {
    background-color: rgb(255, 199, 0);
    padding: 5px;
}

.License p {
    color: rgb(45, 45, 45);
    font-size: 23px;
    line-height: 1.2195;
    letter-spacing: 0.1px;
    font-weight: 700;
    margin-bottom: 0;
}

.button-section {
    margin: 20px 0px;
}

.button-section .btn-primary {
    color: rgb(255, 255, 255);
    background: rgb(226, 72, 30);
    border: none;
    padding: 10px 30px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.button-section .btn-primary span {
    font-size: 38px;
    font-weight: 700;
}



.button-section .btn-primary small {
    font-size: 14px;
    font-weight: 700;
}

.moneyg img {
    max-width: 700px;
    width: 100%;
}



@media screen and (max-width:568px) {


    .button-section .btn-primary span {
        font-size: 24px;
    }

    .button-section .btn-primary br {
        display: none;
    }

    .cta-section h3 {
        font-size: 32px;
    }
}

/* <!-- CTA SECTION --> */

/* <!-- IN JUST 3 SIMPLE STEPS: --> */
.steps {
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgg-min.png), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0)), to(rgba(0, 0, 0)));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgg-min.png), -o-linear-gradient(bottom, rgba(0, 0, 0), rgba(0, 0, 0));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgg-min.png), linear-gradient(0deg, rgba(0, 0, 0), rgba(0, 0, 0));
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 10px;
}

.step-simple {
    text-align: center;
}

.step-simple h4 {
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.01em;
    line-height: 1.2195;
    color: #fff;
}

.step-simple h3 {
    font-weight: 700;
    font-size: 56px;
    line-height: 1.2195;
    color: rgb(255, 199, 0);
}

.whitetriangle img {
    width: 30px;
    margin: 20px 0px;
}


.grid-steps {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    max-width: 1140px;
    margin: auto;
}

.simple-grid_steps {
    background-color: #fff;
    border: 4px solid rgb(114, 0, 255);
    border-radius: 10px;
    padding: 30px 20px;
}

.simple-grid_steps h5 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 40px;
    font-weight: 700;
    color: rgb(45, 45, 45);
}

.simple-grid_steps h5 i {
    color: rgb(114, 0, 255);
}


.simple-grid_steps img {
    width: 100%;
    max-width: 180px;
    height: 180px;
    margin: 20px 0px;
}

.simple-grid_steps p {
    font-size: 20px;
    font-weight: 700;
    color: rgb(45, 45, 45);
}

@media screen and (max-width: 992px) {
    .grid-steps {
        -ms-grid-columns: 1fr 20px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 568px) {
    .grid-steps {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

/* <!-- IN JUST 3 SIMPLE STEPS: --> */


/* REAL PROOF */
.game-proof {
    padding: 60px 0px;
    text-align: center;
}

.proof-real h4 {
    color: rgb(205, 24, 8);
    font-weight: 700;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-size: 40px;
}

.gallery-proof {
    background-color: rgb(228, 59, 44);
    border-radius: 100px;
    max-width: 600px;
    margin: 10px auto;
}

.gallery-proof p {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
}

.tri img {
    width: 30px;
}

.aigf {
    margin: 20px 10px 60px 10px;
}

.aigf img {
    width: 100%;
}


.gallery-proof {
    background-color: rgb(228, 59, 44);
    border-radius: 100px;
    max-width: 900px;
    margin: 10px auto;
}

.gallery-proofs p {
    font-size: 56px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
}

@media screen and (max-width: 568px) {
    .gallery-proof p {
        font-size: 40px;
    }

    .gallery-proofs p {
        font-size: 30px;
    }
}

/* REAL PROOF */


/* <!-- HUGELY DISRUPTED --> */
.industry {
    padding: 60px 0px;
    background-color: rgb(243, 243, 243);
}

.disrupted {
    text-align: center;
}

.disrupted p {
    font-size: 36px;
    color: rgb(45, 45, 45);
    font-weight: 700;
    margin-bottom: 0;
}

.hugely {
    background-color: rgb(216, 47, 32);
    margin: 10px auto;
    max-width: 850px;
    border-radius: 100px;
    padding: 5px 10px;
}

.hugely h3 {
    font-size: 70px;
    font-weight: 700;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
    margin-bottom: 0;
}

.hugely h3 span {
    text-decoration: underline;
}

.Wasting {
    padding: 10px 40px;
    background-color: rgba(0, 0, 0, 0.87);
    border: 3px dashed rgb(255, 199, 0);
    border-radius: 10px;
    margin: 20px auto;
    max-width: 1140px;
}

.Wasting p {
    font-size: 32px;
    color: #ffffff;
    font-weight: 400;
}

.Wasting .yellow-div {
    font-weight: 700;
}

.Wasting .out {
    text-decoration: underline;
}

.stuck-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 550px 30px 4fr;
    grid-template-columns: 550px 4fr;
    grid-gap: 30px;
    text-align: left;
    max-width: 1000px;
    margin: 30px auto;
}

.energy_gri h5 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 18px;
    line-height: 1.3195;
}

.energy_gri h5 span {
    font-weight: 700;
}

.energy_gri img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .stuck-grid {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width: 568px) {

    .hugely h3 {
        font-size: 40px;
    }

    .Wasting p {
        font-size: 22px;
    }

    .Wasting {
        padding: 10px;
    }

    .disrupted p {
        font-size: 22px;
    }
}


/* <!-- HUGELY DISRUPTED --> */

/* NO ENGAGEMENT */
.engagement {
    padding: 60px 10px;
    text-align: center;
}

.sales-leads h3 {
    font-size: 36px;
    font-weight: 700;
    color: rgb(21, 21, 21);
}

.desired {
    background-color: rgb(216, 47, 32);
    padding: 5px;
    border-radius: 100px;
    max-width: 1180px;
    margin: 15px auto;
}

.desired p {
    font-size: 58px;
    color: rgb(45, 45, 45);
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
}

.desired p span {
    text-decoration: underline;
}

.second {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 25px 4fr;
    grid-template-columns: 400px 4fr;
    max-width: 1080px;
    margin: 30px auto;
    grid-gap: 25px;
}

.feeling {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
}

.feeling p span {
    font-weight: 700;
}

.feeling p i {
    text-decoration: underline;
}

.feeling img {
    width: 100%;
}

@media screen and (max-width: 992px) {
    .second {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

}

@media screen and (max-width: 568px) {

    .sales-leads h3 {
        font-size: 22px;
    }

    .desired p {
        font-size: 30px;
    }
}

/* NO ENGAGEMENT */
/* <!-- CREATE GRAPHICS AND DESIGN --> */
.good-news {
    background-color: rgb(17, 2, 40);
    padding: 60px 10px;
    text-align: center;
}

.news-graphics {
    background-color: rgb(216, 47, 32);
    padding: 5px;
    max-width: 900px;
    margin: auto;
    border-radius: 100px;
}

.news-graphics p {
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 700;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
    color: #fff;
}

.create-design {
    max-width: 1100px;
    margin: auto;
}

.create-design h3 {
    color: #fff;
    margin: 20px 0px;
    font-size: 42px;
    font-weight: 700;
}

.create-design .for-ch {
    color: rgb(255, 199, 0);
}

.create-design .way {
    text-decoration: underline;
}

.create-design h5 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
}

.create-design h5 span {
    color: rgb(255, 199, 0);
    font-weight: 700;
}

@media screen and (max-width: 568px) {
    .create-design h3 {
        font-size: 30px;
    }
}

/* <!-- CREATE GRAPHICS AND DESIGN --> */

.innovation p {
    font-size: 32px;
}

.innovation .innovations {
    font-size: 40px;
}

.innovation .innovations span {
    text-decoration: underline;
}


.hugelys {
    background-color: rgb(228, 59, 44);
    margin: 10px auto;
    max-width: 1120px;
    border-radius: 100px;
    padding: 5px 10px;
}

.hugelys h3 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    text-shadow: rgba(0, 0, 0, 0.4) 1px 1px 2px;
    margin-bottom: 0;
}

.Turning {
    max-width: 1200px;
    margin: 30px auto;
}

.Turning p span {
    text-decoration: underline;
}

@media screen and (max-width: 568px) {
    .hugelys h3 {
        font-size: 32px;
    }

    .innovation p {
        font-size: 26px;
    }
}


/* <!-- From The Desk Of --> */
.Desk {
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0)), to(rgba(0, 0, 0)));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -o-linear-gradient(bottom, rgba(0, 0, 0), rgba(0, 0, 0));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), linear-gradient(0deg, rgba(0, 0, 0), rgba(0, 0, 0));
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 10px;
}

.tap-leads {
    text-align: center;
    max-width: 1100px;
    margin: auto;
}

.tap-leads h3 {
    color: #fff;
    font-size: 32px;
    line-height: 1.4195;
    font-weight: 400;
}

.tap-leads h3 span {
    color: rgb(255, 199, 0);
    font-weight: 700;
}

.aff-box {
    padding: 20px 30px;
    margin: auto;
    background-color: rgb(255, 255, 255);
    border: 4px solid rgb(114, 0, 255);
    border-radius: 10px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 30px 4fr;
    grid-template-columns: 300px 4fr;
    max-width: 1140px;
    grid-gap: 30px;
}

.yogesh {
    text-align: center;
}

.yogesh img {
    width: 250px;
}

.marketers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.marketers h3 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1.4195;
}

.marketers p {
    font-size: 20px;
    margin-top: 15px;
    color: rgb(71, 71, 71);
}

.marketers p i {
    text-decoration: underline;
}

.marketers p span {
    font-weight: 700;
}


@media screen and (max-width: 992px) {
    .aff-box {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:568px) {
    .tap-leads h3 {
        font-size: 28px;
    }
}

/* <!-- From The Desk Of --> */


.wake-up {
    padding: 50px 10px;
}

.call-container {
    background-color: rgb(227, 31, 14);
    padding: 5px;
    text-align: center;
    max-width: 800px;
    margin: auto;
    border-radius: 100px;
}

.call-container h3 {
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 700;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.down {
    text-align: center;
    margin: 10px 0px 30px 0px;
}

.wake-up h4 {
    font-weight: 700;
    font-size: 36px;
}

.grid-wake {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 600px 4fr;
    grid-template-columns: 600px 4fr;
    max-width: 1100px;
    margin: auto;
}

.grid-wake img {
    max-width: 400px;
    width: 100%;
    margin: auto;
}

.grid-wake p {
    font-size: 20px;
}

.grid-wake p span {
    font-weight: 700;
}

.image-dm {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .grid-wake {
        -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:568px) {
    .wake-up h4 {
        font-size: 28px;
    }

    .call-container h3 {
        font-size: 36px;
    }
}


/* <!-- I WAS AFRAID --> */

.afraid {
    padding: 50px 10px;
    background-image: url('https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/back-long-min.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.afraid-container {
    background-color: rgb(216, 47, 32);
    padding: 5px;
    max-width: 600px;
    margin: auto;
    text-align: center;
    border-radius: 100px;
}

.afraid-container h3 {
    margin-bottom: 0;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

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

.trouble {
    text-align: center;
    margin: 15px 0px 30px 0px;
}

.trouble p {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2195;
    color: #fff;
}

.trouble p span {
    color: rgb(255, 199, 0);
}

.grph-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 450px 20px 4fr;
    grid-template-columns: 450px 4fr;
    grid-gap: 20px;
}

.photoshop img {
    max-width: 429px;
    width: 100%;
}


.photoshop p {
    font-size: 20px;
    color: #fff;
}

.photoshop p span {
    font-weight: 700;
}

.gp-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.photoimg {
    text-align: center;
}

@media screen and (max-width: 992px) {
    .grph-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:568px) {
    .trouble p {
        font-size: 32px;
    }

}

/* <!-- I WAS AFRAID --> */
/* <!-- THE "AHA" MOMENT   --> */

.projects {
    padding: 50px 10px;
}

.cl-movement {
    max-width: 1140px;
    margin: auto;
}

.prompting {
    background-color: rgb(216, 47, 32);
    text-align: center;
    border-radius: 100px;
    max-width: 800px;
    margin: auto;
    padding: 10px;
}


.prompting h3 {
    font-size: 54px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 0;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.generated {
    margin: 30px 0px;

}

.generated p {
    font-size: 20px;
}

.generated h3 {
    font-size: 28px;
    font-weight: 700;
}

.competition {
    text-align: center;
}

.technology img {
    width: 100%;
}

.generated p span {
    font-weight: 700;
}

.generated p i {
    text-decoration: underline;
}


@media screen and (max-width:568px) {
    .prompting h3 {
        font-size: 30px;
    }
}

/* <!-- THE "AHA" MOMENT   --> */

/* <!-- I WAS "SHOCKED" TO DISCOVER --> */
.discover {
    padding: 50px 10px;
    background-image: url('https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/storiebackground-min.png');
    background-repeat: no-repeat;
    background-size: cover;
}

.affiliate-cont {
    background-color: rgb(228, 59, 44);
    padding: 10px 0px;
    border-radius: 100px;
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.blowing {
    max-width: 1100px;
    margin: auto;
}

.affiliate-cont h3 {
    color: #fff;
    font-size: 52px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
    margin-bottom: 0;
    font-weight: 700;
}

.blow-box {
    text-align: center;
    margin: 20px 0px;
}

.blow-box h4 {
    color: #fff;
    font-weight: 700;
    line-height: 1.3195;
    font-size: 36px;
}

.blow-box h4 span {
    color: rgb(255, 199, 0);
}

.auth-cont {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 450px 30px 4fr;
    grid-template-columns: 450px 4fr;
    margin: 20px 0px;
    grid-gap: 30px;
}

.teams {
    text-align: center;
}

.teams img {
    width: 100%;
    max-width: 400px;
}

.difficult p {
    font-size: 20px;
    color: #fff;
}

.difficult p span {
    font-weight: 700;
    color: rgb(255, 199, 0);
}

@media screen and (max-width: 992px) {
    .auth-cont {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:568px) {
    .affiliate-cont h3 {
        font-size: 30px;
    }
}

/* <!-- I WAS "SHOCKED" TO DISCOVER --> */


/* The BEST & GO-TO SOLUTION */
.enter {
    padding: 50px 10px;
}

.enough {
    background-color: rgb(227, 31, 14);
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    max-width: 1000px;
    margin: auto;
}

.enough h3 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.marketer-business {
    max-width: 1140px;
    margin: auto;
}

.Ownerss {
    text-align: center;
    margin: 20px 0px;
}

.Ownerss h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3195;
}

.announcement {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 50px;
    margin-top: 30px;
}

.ann-grid p {
    font-size: 20px;
}

.ann-grid p span {
    font-weight: 700;
}

.ann-grid p i {
    text-decoration: underline;
}

.ann-grid img {
    width: 100%;
}


@media screen and (max-width: 992px) {
    .announcement {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width:568px) {
    .enough h3 {
        font-size: 30px;
    }


    .Ownerss h4 {
        font-size: 26px;
    }
}

/* The BEST & GO-TO SOLUTION */

.Generate {
    padding: 50px 10px;
    background-color: rgb(10, 0, 55);
}

.forword {
    max-width: 1140px;
    margin: auto;
}

.Stunning {
    background-color: rgb(227, 31, 14);
    text-align: center;
    border-radius: 100px;
    padding: 10px;
    max-width: 1000px;
    margin: auto;
}

.Stunning h3 {
    font-size: 58px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.Renders {
    text-align: center;
    margin: 20px 0px;
}

.Renders h4 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.4195;
    color: #fff;
}

.banners {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 600px 20px 4fr;
    grid-template-columns: 600px 4fr;
    grid-gap: 20px;
}

.mockups p {
    font-size: 20px;
    color: #fff;
}

.mockups img {
    width: 100%;
    max-width: 400px;
    margin: auto;
}

.imagesmo {
    text-align: center;
}

@media screen and (max-width:992px) {
    .banners {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:568px) {
    .Stunning h3 {
        font-size: 30px;
    }


    .Renders h4 {
        font-size: 26px;
    }
}


.amazing {
    padding: 50px 10px;
}

.using-app {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.using-app h4 {
    color: rgb(205, 24, 8);
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3195;
}

.seconds-cont {
    background-color: rgb(227, 31, 14);
    padding: 10px;
    border-radius: 100px;
    text-align: center;
    max-width: 900px;
    margin: 20px auto;
}

.seconds-cont h3 {
    font-size: 58px;
    color: #fff;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    margin-bottom: 0;
    font-weight: 700;
}

.using-app img {
    width: 100%;
    margin: 10px 0px;
}


@media screen and (max-width:568px) {
    .seconds-cont h3 {
        font-size: 30px;
    }


    .using-app h4 {
        font-size: 26px;
    }
}

/* skyrocket */

.skyrocket {
    padding: 50px 10px;
    background-color: rgba(0, 1, 30, 0.9);
}

.ways {
    max-width: 1080px;
    margin: auto;
}

.few-days {
    text-align: center;
}

.ways h4 {
    font-size: 34px;
    color: #fff;
    font-weight: 700;
}

.website {
    background-color: rgb(227, 31, 14);
    padding: 10px;
    border-radius: 100px;
    text-align: center;
    margin: 15px 0px 30px 0px;
}

.website h3 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.banners-ads {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 650px 20px 4fr;
    grid-template-columns: 650px 4fr;
    grid-gap: 20px;
}


.list-design ul li {
    position: relative;
    list-style: none;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1px;
    font-weight: 400;
    margin-bottom: 25px;
}

.list-design ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/checkX32.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
}

.list-design .simple {
    color: rgb(255, 199, 0);
    font-weight: 700;
}

.rocket-image {
    text-align: center;
    margin-top: 30px;
}

.rocket-image img {
    width: 100%;
    max-width: 350px;
}

.presentation p {
    color: #fff;
    font-size: 20px;
}

.presentation p span {
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    .banners-ads {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:568px) {
    .website h3 {
        font-size: 30px;
    }


    .ways h4 {
        font-size: 26px;
    }
}

/* skyrocket */

.Revolution {
    padding: 50px 10px;
}

.massive-cont {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.massive-cont h3 {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3195;
}

@media screen and (max-width: 568px) {
    .massive-cont h3 {
        font-size: 26px;
    }
}

/* <!-- introduction section --> */

.Introducing {
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0)), to(rgba(0, 0, 0)));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -o-linear-gradient(bottom, rgba(0, 0, 0), rgba(0, 0, 0));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), linear-gradient(0deg, rgba(0, 0, 0), rgba(0, 0, 0));
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 10px;
    border-top: 4px solid rgb(114, 0, 255);
    border-bottom: 4px solid rgb(114, 0, 255);
}

.unlimited-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr;
    grid-template-columns: repeat(2, 1fr);
    max-width: 1000px;
    margin: auto;
    grid-gap: 30px;
}

.graphics-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.graphics-box img {
    width: 100%;
    max-width: 400px;
}

.intor-div {
    background-color: #fff;
    border-radius: 10px;
    border: 5px solid rgb(114, 0, 255);
    padding: 30px 30px;
    text-align: center;
}


.intor-div h3 {
    color: rgb(44, 62, 80);
    font-size: 32px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    font-weight: 700;
}

.black-logo {
    margin: 20px 0px;
}

.black-logo img {
    width: 100%;
    max-width: 300px;
    margin: auto;
}

.intor-div p {
    font-size: 23px;
    font-weight: 700;
    color: rgb(45, 45, 45);
}

@media screen and (max-width: 992px) {
    .unlimited-container {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 568px) {
    .intor-div h3 {
        font-size: 26px;
    }

    .intor-div {
        padding: 20px 10px;
    }

    .intor-div p {
        font-size: 18px;
    }
}

/* <!-- introduction section --> */

/* steps  */

.Audience {
    background-image: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/4853160.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 10px;
}

.Audience h4 {
    color: #000;
    font-size: 48px;
}

.brown-box {
    background-color: rgb(227, 31, 14);
    padding: 10px;
    border-radius: 100px;
    text-align: center;
    max-width: 900px;
    margin: auto;
}

.brown-box h3 {
    color: #fff;
    margin-bottom: 0;
}

.illustrations {
    text-align: left;
    max-width: 1140px;
    margin: 20px auto;
}

.illustrations p {
    font-size: 20px;
}


@media screen and (max-width: 568px) {
    .step-simple h3 {
        font-size: 30px;
    }
}

/* steps */

/* <!-- demo video --> */

.demo-video {
    padding: 60px 10px;
    background-color: #000;
}

.quick-demo {
    max-width: 1000px;
    margin: auto;
    text-align: center;
}

.quick-demo h3 {
    color: #fff;
    font-weight: 700;
    font-size: 40px;
}

.quick-demo h4 {
    color: rgb(255, 199, 0);
    font-weight: 700;
    font-size: 58px;
}


.video-containerss {
    margin-top: 20px;
}

.video-containerss iframe {
    border: 5px solid;
    border-radius: 10px;
}


@media screen and (max-width: 992px) {
    .video-containerss iframe {
        width: 100%;
        border: none;
        height: 300px;
    }
}

/* <!-- demo video --> */

.awesome-features-wrapper {
    padding: 40px 10px 40px 10px;
}

.awesome-features-wrapper>.container>h3 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
}

.awesome-features-wrapper>.container>h3>span {
    color: rgb(227, 31, 14);
}

.awesome-feature-bg {
    text-align: center;
    margin-top: 10px;
}

.awesome-feature-bg>h4 {
    font-weight: 800;
    padding: 8px 50px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    background-color: rgb(227, 31, 14);
    border-radius: 50px;
    color: rgb(255, 255, 255);
    font-size: 60px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.awesome-features-grid-row,
.awesome-features-left-image-grid-row {
    margin-top: 80px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

.download {
    text-align: center;
}

.awesome-features-grid-row>div,
.awesome-features-left-image-grid-row>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.awesome-features-grid-row>div>img,
.awesome-features-left-image-grid-row>div>img {
    width: 100%;
}

.awesome-features-grid-row>div>h4,
.awesome-features-left-image-grid-row>div>h4 {
    font-weight: 700;
    font-size: 36px;
    color: rgb(45, 45, 45);
    text-align: center;
}


.awesome-features-grid-row>div>h4>span,
.awesome-features-left-image-grid-row>div>h4>span {
    color: rgb(218, 26, 9);
}

.awesome-features-grid-row>div>p,
.awesome-features-left-image-grid-row>div>p {
    font-size: 20px;
    font-weight: 400;
    margin-top: 10px;
}

.left-image-grid-row-wrapper {
    background-color: rgb(244, 244, 244);
    padding: 40px 0px 70px 0px;
}

.left-image-container-row {
    max-width: 1140px;
    margin: auto;
}


.three-listing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
    grid-template-columns: repeat(3, 1fr);
    margin: 40px 30px;
    grid-gap: 30px;
}


.three-listing ul li {
    position: relative;
    list-style: none;
    color: #333;
    font-size: 20px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.1px;
    font-weight: 700;
    margin-bottom: 15px;
}

.three-listing ul li:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    left: -40px;
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 0px;
}

@media screen and (max-width: 992px) {
    .awesome-feature-bg>h4 {
        font-size: 42px;
    }

    .three-listing {
        -ms-grid-columns: 1fr 30px 1fr;
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 714px) {

    .awesome-features-grid-row,
    .awesome-features-left-image-grid-row {
        -ms-grid-columns: (minmax(0, 1fr))[1];
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .three-listing {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 640px) {
    .awesome-feature-bg>h4 {
        font-size: 35px;
        margin-top: 20px;
    }

}

@media screen and (max-width: 576px) {
    .awesome-features-grid-row, .awesome-features-left-image-grid-row {
        margin-top: 25px;
    }

    .awesome-feature-bg>h4 {
        font-size: 18px;
    }

    .awesome-features-wrapper>.container>h3 {
        font-size: 24px;
    }

    .awesome-features-grid-row>div>h4, .awesome-features-left-image-grid-row>div>h4 {
        font-size: 26px;
    }


    .three-listing ul li {
        font-size: 16px;
    }

}


/* why ai factory graphics */
.bg_blue {
    background-color: rgb(1, 25, 48);
    padding: 60px 10px;
}

.benifits_div {
    max-width: 1100px;
    margin: auto;
}


.factory_div {
    background-color: rgb(228, 59, 44);
    padding: 10px;
    max-width: 950px;
    margin: auto;
    text-align: center;
    border-radius: 100px;
}

.factory_div h3 {
    color: #fff;
    font-size: 54px;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}

.dominate {
    margin: 20px 0px 40px 0px;
}

.dominate h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 400;
    text-align: center;
}

.dominate h4 span {
    color: rgb(255, 199, 0);
    font-weight: 700;
}


.advantages_ql {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 100px 4fr;
    grid-template-columns: 300px 4fr;
    grid-gap: 100px;
    max-width: 1080px;
    margin: 80px auto;
}


.grid_advant h4 {
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    text-align: center;
}

.grid_advant p {
    color: #fff;
    margin-top: 20px;
    font-size: 20px;
}

.grid_advs {
    text-align: center;
}

.grid_advant {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.grid_advs img {
    width: 100%;
    max-width: 240px;
    margin: auto;
    height: 240px;
}

.grid_advant h4 span {
    color: rgb(255, 199, 0);
}


@media screen and (max-width: 992px) {
    .advantages_ql {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width: 568px) {
    .factory_div h3 {
        font-size: 30px;
    }

    .dominate h4 {
        font-size: 26px;
    }

    .grid_advant h4 {
        font-size: 26px;
    }
}

/* bonuses */
.limited-time {
    background-image: url('https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/4853160.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 10px;
}


.limit_red {
    background-color: rgb(228, 59, 44);
    padding: 10px;
    max-width: 550px;
    margin: auto;
    text-align: center;
    border-radius: 100px;
}


.limit_red h3 {
    color: #fff;
    font-size: 60px;
    margin-bottom: 0;
    font-weight: 700;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
}


.action_bonuses {
    max-width: 1140px;
    margin: auto;
}

.fas_bonuses {
    text-align: center;
    margin: 20px 0px;
}

.fas_bonuses h4 {
    font-size: 54px;
    font-weight: 700;
}

.action_bonuses {
    font-size: 20px;
    font-weight: 400;
}


.Commercial_bonus {
    max-width: 100%;
    padding: 40px 50px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 600px 60px 4fr;
    grid-template-columns: 600px 4fr;
    grid-gap: 60px;
    border-radius: 10px;
    background-color: rgb(0, 0, 42);
    border-color: rgb(228, 59, 44);
    border-width: 4px;
    border-style: solid;
    margin: 40px 0px;
}

.Webclass {
    background-color: rgb(228, 59, 44);
    padding: 10px;
    max-width: 550px;
    text-align: center;
    margin: auto;
    border-radius: 100px;
}

.clients img {
    width: 100%;
    max-width: 300px;
}

.Webclass h3 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0;
}

.common {
    text-align: center;
    margin: 20px 0px;
}

.common h4 {
    font-weight: 700;
    font-size: 42px;
    color: rgb(255, 199, 0);
    margin-bottom: 0;
    line-height: 1.2195;
}

.common h3 {
    font-weight: 700;
    font-size: 36px;
    color: rgb(255, 199, 0);
    margin-bottom: 0;
    line-height: 1.2195;
}

.Commercial_bonus p {
    color: #fff;
}

.value-site {
    text-align: right;
}

.value-site h5 {
    color: rgb(228, 59, 44);
    font-size: 32px;
    font-weight: 700;
}

.commlicense {
    text-align: center;
}

@media screen and (max-width:1199.98px) {
    .Commercial_bonus {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}

@media screen and (max-width:568px) {
    .limit_red h3 {
        font-size: 32px;
    }

    .Commercial_bonus {
        padding: 40px 20px;
    }

    .fas_bonuses h4 {
        font-size: 32px;
    }

    .value-site h5 {
        font-size: 26px;
    }

    .common h3 {
        font-size: 26px;
    }

    .common h4 {
        font-size: 26px;
    }

    .Webclass h3 {
        font-size: 26px;
    }
}

/* bonuses */

/* perfect choice */
.factory_choice {
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0)), to(rgba(0, 0, 0)));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -o-linear-gradient(bottom, rgba(0, 0, 0), rgba(0, 0, 0));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), linear-gradient(0deg, rgba(0, 0, 0), rgba(0, 0, 0));
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 10px;
}

.Bloggers {
    max-width: 1100px;
    margin: auto;
}

.Bloggers h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}

.Owners {
    background-color: rgb(228, 59, 44);
    padding: 10px;
    max-width: 800px;
    text-align: center;
    margin: 20px auto;
    border-radius: 100px;
}

.Owners h4 {
    font-size: 58px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;

}

.YouTubers {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 600px 30px 4fr;
    grid-template-columns: 600px 4fr;
    grid-gap: 30px;
    margin-top: 30px;
}

.Startups {
    text-align: center;
}

.Startups img {
    width: 100%;
    max-width: 400px;
}

@media screen and (max-width:992px) {
    .YouTubers {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width: 568px) {
    .Owners h4 {
        font-size: 30px;
    }


    .Bloggers h3 {
        font-size: 30px;
    }
}


/* low one time price */

.create_one {
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/back-long-min.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 10px;
}

.so_inc h3 {
    font-size: 40px;
}


.so_inc h3 span {
    color: rgb(255, 199, 0);
}

.Filmmakers p {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}

/* low one time price */



.Dashboard {
    background-color: #ffffff;
    padding: 50px 0px;
}


.Possibled {
    text-align: center;
}

.Possibled h4 {
    color: #000000;
    font-size: 40px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.5;
}


.Net-Value {
    max-width: 800px;
    border: 5px solid rgba(194, 191, 191, 0.7);
    border-radius: 15px;
    background-color: rgb(250, 250, 250);
    padding: 40px 60px;
    margin: 40px auto;
}

.Net-Value img {
    max-width: 627px;
    width: 100%;
    margin: auto;
}

.contentss {
    text-align: center;
    background-color: rgba(255, 234, 65, 0.91);
    padding: 5px;
    margin-bottom: 20px;
}

.contentss h3 {
    font-size: 23px;
    color: rgb(233, 48, 31);
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2195;
}

.divagag {
    background-color: rgba(206, 206, 206, 0.31);
    padding: 5px;
    max-width: 750px;
    margin: 10px auto;
    text-align: center;
}


.divagag h4 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 0;
}



.Never {
    max-width: 1100px;
    margin: 40px auto;
}

.Never h4 {
    font-size: 48px;
    font-weight: 900;
    font-family: "Oswald", sans-serif;
    color: #333;
    line-height: 1.1295;
}


.ssjsj ul li {
    color: #333;
}

.ssjsj hr {
    background-color: rgba(0, 0, 0, 0.1);
    opacity: 0.9;
}

.at_bonus {
    color: rgb(219, 42, 26);
    font-weight: 700;
}



.Imagine {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 400px 40px 4fr;
    grid-template-columns: 400px 4fr;
    max-width: 1100px;
    margin: 30px auto;
    grid-gap: 40px;
}

.single_stock {
    text-align: center;
}

.single_stock img {
    width: 100%;
    max-width: 400px;
}

.infringement p {
    font-size: 20px;
    font-weight: 400;
}

.premium-cont {
    background-color: rgb(228, 59, 44);
    padding: 10px;
    text-align: center;
    max-width: 900px;
    border-radius: 100px;
    margin: 30px auto;
}

.premium-cont h3 {
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 0;
    color: #fff;
}

.brand-net {
    text-align: center;
}

.brand-net img {
    width: 100%;
    max-width: 300px;
    margin-bottom: 20px;
}

.Until {
    text-align: center;
}

.Until .mssg {
    font-weight: 700;
    font-size: 56px;
    color: rgb(228, 59, 44);
}


.Until p {
    font-size: 26px;
    font-weight: 400;
    color: #3b3737;
    line-height: 1.2196;
    margin-bottom: 0;
}

.massivess_amt h4 {
    font-size: 32px;
    font-weight: 400;
}

.massivess_amt h4 i {
    color: rgb(205, 24, 8);
}

.hrruu {
    margin: 20px 0px;
}

.hrruu h5 {
    font-size: 38px;
    color: rgb(228, 59, 44);
    font-weight: 700;
}

@media screen and (max-width: 992px) {
    .Imagine {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }

    .Net-Value {
        padding: 20px;
    }
}


@media screen and (max-width: 568px) {
    .premium-cont h3 {
        font-size: 30px;
    }

    .Never h4 {
        font-size: 26px;
    }

    .massivess_amt h4 {
        font-size: 26px;
    }


    .Until p {
        font-size: 20px;
    }

    .Until .mssg {
        font-size: 30px;
    }

    .divagag h4 {
        font-size: 24px;
    }
}


/* money */

.moneyg {
    padding: 50px 0px;
}

.coverr h3 {
    font-size: 36px;
    font-weight: 700;
    color: rgb(45, 45, 45);
}

.coverr {
    text-align: center;
}


.coverr h5 {
    font-weight: 700;
    font-size: 48px;
    color: rgb(228, 59, 44);
}

.make-sense p {
    font-size: 20px;
    font-weight: 400;
    color: #fff;
}

.Guarantee {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 300px 2em 4fr;
    grid-template-columns: 300px 4fr;
    grid-gap: 2em;
    max-width: 1140px;
    margin: auto;
    background-color: #000;
    margin-top: 40px;
    padding: 30px 30px;
    border-top: 5px solid #3446db;
}

.mgssr img {
    max-width: 200px;
    margin: auto;
    width: 100%;
}

.mgssr {
    text-align: center;
}

@media screen and (max-width: 1080px) {
    .Guarantee {
        -ms-grid-columns: 1fr;
        grid-template-columns: repeat(1, 1fr);
    }
}


@media screen and (max-width: 568px) {
    .Guarantee {
        padding: 30px 10px;
    }

    .coverr h5 {
        font-size: 30px;
    }

    .coverr h3 {
        font-size: 26px;
    }

    .make-sense p {
        font-size: 16px;
    }
}


.Frequently {
    padding: 50px 0px;
    background-color: rgb(25, 25, 25);
    border-top: 3px solid rgb(114, 0, 255);
}

.frequent {
    text-align: center;
}

.frequent h2 {
    font-size: 56px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}

.qut {
    max-width: 1140px;
    margin: auto;
    padding: 30px 20px;
    margin-top: 30px;
}

.qut h6 {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    font-weight: 700;
    color: rgb(255, 199, 0);
    line-height: 1.5;
}

.qut p {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 0.2px;
    margin-bottom: 0px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
}


.qut a {
    color: rgb(255, 199, 0);
    font-weight: 700;
    text-decoration: none;
    word-wrap: break-word;
}

@media screen and (max-width: 767px) {
    .frequent h2 {
        font-size: 30px;
    }
}

.yoge_cont {
    text-align: left;
    max-width: 1100px;
    margin: auto;
}

.yoge_cont h3 {
    font-size: 22px;
    font-weight: 700;
}

.succ img {
    max-width: 200px;
    width: 100%;
    margin: 20px 0;
}

.yoge_cont p {
    font-size: 16px;
    font-weight: 400;
}



/* footer */

.GraphicsFactory-footer {
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0)), to(rgba(0, 0, 0)));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), -o-linear-gradient(bottom, rgba(0, 0, 0), rgba(0, 0, 0));
    background: url(https://instantaibiz.vip/Aininjakit_sales_page/Assetsnew/bgtest9-min.png), linear-gradient(0deg, rgba(0, 0, 0), rgba(0, 0, 0));
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 10px;
}

.footer-section {
    max-width: 1100px;
    margin: auto;
    text-align: center;
}

.footer-section img {
    width: 100%;
    max-width: 200px;
}

.style ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0px;
}

.style ul li {
    margin: 0px 10px;
}

.style ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.footer-section p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
    line-height: 1.2195;
}

@media screen and (max-width: 992px) {
    .style ul {
        display: initial;
        margin-bottom: 20px;
    }
}


.modal-headers .btn-close {
    --bs-btn-close-color: #000;
    --bs-btn-close-bg: none !important;}