/* fastpass */
html {
    scroll-behavior: smooth;
}
body {
    font-family: "Poppins", sans-serif;
    color: #000000;
    font-size: 14px;
    overflow-x: hidden;
}
.patua-font {
    font-family: "Patua One", serif;
}
.italic {
    font-style: italic;
}
.oswald {
    font-family: "Oswald", sans-serif;
}
.rocknroll{
  font-family: "RocknRoll One", sans-serif;
}
.Passero {
    font-family: "Passero One", sans-serif;
}
.playfair-font {
    font-family: "Playfair Display", serif;
}
.under {
    border-bottom: 2px solid #000000;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-thumb {
    background: var(--theme-gradient);
    border-radius: 25px;
}

/* Section Padding Start */
.sec-pd{
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* Section Padding End */

/* Color CSS */

:root {
    --black-clr:#010101;
    --white-clr: #fff;
    --grey-clr:#555555;
    --grey-clr1:#FFFFFF99;
    --brown-clr: #DF6A00;
    --blue-clr: #5BC0FF;
    --light-white1: rgba(255, 255, 255, 0.6);

    --red-clr:#fa2e2e;
    --yellow-clr:#f8cc1b;
    --pink-clr: #FF3278;
    --red-clr1:#ff3637;
    --theme-bg:#A5FF4A;
    --blue-clr: #5BC0FF;
    --green-clr:#21AF21;
    --purple-clr: #8037FF;
    --purple-clr2:#B070FF;
    --orange-clr2: #FFA515;
    --green-clr1:#57ca00;
    --theme-gradient: linear-gradient(113.88deg, #685FB7 -9.49%, #C4238F 30.77%, #EC4A47 60.18%, #F89B1B 91.41%);
    --theme-clr: linear-gradient(113.88deg, #685FB7 -9.49%, #C4238F 30.77%, #EC4A47 60.18%, #F89B1B 91.41%);
    /* --theme-gradient1: #ffd431 !important; */
}
/* Color CSS */
.black-clr {color: var(--black-clr)}
.light-white {
    color: var(--light-white);
}
.pink-clr {
    color: var(--pink-clr);
}
.white-clr,a.white-clr {color: var(--white-clr);}
.light-white1 {
    color: var(--light-white1);
}
.brown-clr{color:var(--brown-clr);}

.blue-clr {color: var(--blue-clr);}
.blue-clr1 {color: var(--blue-clr1);}
.blue-clr3 {color: var(--blue-clr3);}

.light-white{color: var(--light-white);}

.yellow-clr {color: var(--yellow-clr);}
.yellow-clr1 {color: var(--yellow-clr1);}

.green-clr {color: #00c40d;}
.green-clr1 {color: var(--green-clr1);}


.red-clr{color: var(--red-clr);}
.red-clr1{color: var(--red-clr1);}
.red-clr2{color: var(--red-clr2);}
.red-clr3{color: var(--red-clr3);}

.grey-clr1 {color: var(--grey-clr1);}
.purple-clr {color: var(--purple-clr);}
.purple-clr2 {color: var(--purple-clr2);}
.orange-clr {color: var(--orange-clr);}
.orange-clr-1 {color: var(--orange-clr-1);}
.orange-clr2 {color: var(--orange-clr2);}

.theme-clr {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.yellow-line {
    border-bottom: 2px dashed #f8cc1b;
}

.br-gradient {
    border-image-slice: 1;
    width: 100%;
    border-bottom: 2px solid var(--blue-clr);
}

.text-success {
    color: #21AF21 !important;
}

.white-box{
    background: #ffffff;
    padding: 30px 0px 30px;
}
.feature-box{
    background: #00000008;
    border: 1px solid #FFFFFF33;
    box-shadow: 0px 0px 50px 0px #FFFFFF4D inset;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}

.theme-btn {
    background: var(--theme-gradient);
    padding: 15px 16px;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s linear;
    border: 3px solid var(--white-clr);
}
.theme-btn:hover {
    transition: all .3s linear;
    background-size: 150% 150%;
    /* background: var(--theme-gradient1); */
    transform: scale(1.03);
    color: #fff;
}
.theme-btn1 {
    /* border: 2px solid #130d18; */
    background: var(--theme-gradient);
    padding: 15px 6px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    /* background-size: 150% 100%; */
    transition: all 0.6s ease-in-out;
    outline: 0;
}
.theme-btn1:hover{
    color: #000000;
    background: var(--theme-gradient);
}
.blue-clr{
    color: var(--blue-clr);
}

.btn-border:hover{
    transform: scale(1.1);
}

a.affiliate-link-btn {
	border-radius: 10px;
	border-radius: 10px;
    background: var(--theme-gradient);
    border: 2px solid #ffffff;
	text-decoration: none;
	text-align: center;
    display: inline-block;
	padding: 10px 28px;
	font-size: 18px;
	color: #ffffff;
	transition: all .3s ease;
	/*animation: blink 1.5s linear infinite;*/
}
.post-head{
    border-radius: 10px;
    border: 1px dotted #5289EF;
    background: #FFFFFF;
    backdrop-filter: blur(25px);
    display: inline-block;
    padding: 10px;
}


/* @keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
}  */
@media (min-width: 768px){
.theme-btn {
    padding: 26px 30px;
}
.theme-btn1 {
    padding: 35px 30px;
}
a.affiliate-link-btn {
    padding: 10px 28px !important;
    font-size: 24px;
}
.img-width img{
    max-width: 80%;
}
.white-box{
    /* background:#010224 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/feature-bg.webp) no-repeat center center;
    background-size: cover; */
    padding: 30px 0px 60px;
}
}

/* top header  */
.warning-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.warning-box img {
    min-width: 52px;
    max-height: 50px;
    margin-right: 14px;
}
.btn-accent {
    background: var(--theme-gradient);
    color: #000000;
}
.btn-medium {
    padding: 0px 18px;
    border: 2px solid #6137F7 !important;
    font-size: 18px;
    line-height: 33px;
    border-radius: 10px;
    text-transform: uppercase;
    border: 0;
    /* animation: blink 1.5s linear infinite; */
}

.fixed-top-bar {
    background: var(--theme-gradient);
    padding: 5px 0;
    position: sticky;
    top: 0;
    z-index: 99
}

.fixed-top-bar div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
}

.fixed-top-bar img {
    max-width: 295px;
    margin-right: 15px
}

.fixed-top-bar a {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    fill: #000;
    color: #000;
    background-color: #ffffff;
    border-radius: 5px 5px 5px 5px;
    padding: 6px 15px 4px;
    animation: blink 1.5s linear infinite;
}

.fixed-top-bar div p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0;
    margin-right: 15px
}
@media (min-width: 768px){
    .fixed-top-bar div {
    flex-direction: row;
}
}
/*.fixed-top-bar div p span {*/
/*    text-decoration-line: line-through*/
/*}*/



/* .mainheading-text{
    font-style: italic;
    background: linear-gradient(90deg, #72F3E9 0%, #CFA8FF 50%, #FACEAB 100%);
    border-radius: 10px;
    padding: 0px 10px;
} */

/* button border animation css start */
@property --border-gradient-angle {
    syntax: "<angle>";
    inherits: true;
    initial-value: 0turn;
  }
  .btn-border{
    /* border: 10px solid #A5FF4A4D; */
    display: inline-block;
    border-radius: 20px;
    transition: ease 0.3s;
    }
    .btn-border:hover{
        transform: scale(1.1);
    }
    .btn-border {
        /* padding: 4px;
        border-radius: 10px; */
        transition: ease 0.3s;
        /* display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #FFC401 14%,  #C90DF8 19%, #3538FF 23%, transparent 17%);
        background-size: contain;
        background-color:transparent;
        animation: rotateBG 5s linear infinite; */
    }
    .btn-border1 {
        /* padding: 4px;
        border-radius: 10px; */
        transition: ease 0.3s;
        /* display: inline-block;
        position: relative;
        background-image: conic-gradient(from var(--border-gradient-angle) at 50% 50%, transparent, #FFC401 14%,  #C90DF8 19%, #3538FF 23%, transparent 17%);
        background-size: contain;
        background-color:#ffffff;
        animation: rotateBG 5s linear infinite; */
    }
  
  @keyframes rotateBG {
    0% {
      --border-gradient-angle: 0turn;
    }
    100% {
      --border-gradient-angle: 1turn;
    }
  }

 .mainheadline{
    background: linear-gradient(180deg, #4D0027 0%, rgba(33, 0, 17, 0.5) 95.07%);
    border: 2px solid #D7356C;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 10px;
    display: inline-block;
}
 .mainheadline1{
    background: linear-gradient(180deg, #4D0027 0%, rgba(33, 0, 17, 0.5) 95.07%);
    border: 2px solid #D7356C;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 10px;
    display: inline-block;
}
 .mainheadline2{
    background: linear-gradient(180deg, #4D0027 0%, rgba(33, 0, 17, 0.5) 95.07%);
    border: 2px solid #D7356C;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 10px;
    display: inline-block;
}

.benefits{
    background: #FFF6F4;
    padding: 30px 0px;
}
/* .magically-text {
    background: #ffffff;
    border: 1px solid #5289EF;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
} */

  /* button border animation css end */

@media (min-width: 768px){
    .warning-box {
        font-size: 16px;
    }
    .btn-medium {
        padding: 10px 28px;
        font-size: 24px;
    }
    .mainheadline{
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/main-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 40px 50px;
        border-radius: unset;
        border: unset;
    }
    /* .magically-text {
        border-radius: 100px;
        padding: 12px 20px;
    } */
    /* .mainheadline::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    } */
    .mainheadline1{
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/main-heading.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 20px 30px 30px;
        display: inline-block;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .mainheadline1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    }
    .mainheadline2{
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/main-heading.webp) no-repeat center center;
        background-size: 100% 100%;
        padding: 20px 40px 30px;
        display: inline-block;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .mainheadline2::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    }
    .benefits{
        padding: 100px 0px;
    }
}

 @keyframes blink {
  0%{
    color: #fff;
  }  
  100%{
    color: #000;
  }
} 
.btn-accent:hover {
    color: #000;
}
/* top header  */

.clr-1 {
    color: #4494FF;
}
.green-clr2 {
    color: #00da23;
}
.caveat {
    font-family: 'Caveat', cursive;
}
.play {
    font-family: 'Play', sans-serif;
}
/* a:hover {
    color: #fff;
} */
/* --- Global Css Start--- */
.blue-gradient{
    --blue-gradient: var(--theme-gradient);
}
.white-clr {
    color: #fff;
}
.black-clr {
    color: #010101;
}
.orange-clr {
    color: #f6841f;
}
/* .red-clr{
    color: #ff0506;
} */
.sky-blue {
    color: #01dffb;
}

.neon-clr {
    color: var(--theme-gradient);
}
.relative {
    position: relative;
}

.support-link:hover{
        color: #0a58ca;
}
.img-shadow {
    box-shadow: 0px 0px 15px 0px rgb(73 76 80 / 25%);
}
.uppercase {
    text-transform: uppercase;
}

.instant-btn1 a {
    font-size: 20px;
}
.instant-btn1 a {
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 20px;
    font-size: 18px;
    line-height: 100%;
    color: #ffffff;
    font-weight: 600;
    transition: all .3s ease;
     background: var(--theme-gradient);
    backdrop-filter: blur(10px);
}
.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.20);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.10) 0%, rgba(0, 0, 0, 0.03) 100%);
    backdrop-filter: blur(10px);
}
.close-img {
    width: 50px;
}
/* --- Global Css End--- */
/* --- Header Section Start--- */
.header-section {
    background: linear-gradient(180deg, #000000 0%, #4D0027 100%);
    padding: 30px 0px;
}

.pre-heading {
    background: #5289EF1A;
    border: 1px dashed #5289EF;
    border-radius: 50px;
    padding: 5px 10px;
    display: inline-block;
}

.textbox{
    background: #ffffff;
    border: 1px solid transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    border-radius: 10px;
    height: 100%;
}
.textbox-1{
    padding: 0px 10px 20px;
}
.textbox-inner{
    border-radius: 5px;
    background: #191919;
    display: inline-block;
    padding: 10px 16px;
}
.orange-brush{
    background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/orange-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}

.blue-brush{
    background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/blue-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}

.purple-brush1{
    background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/purple-brush1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}
ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
ul.leader-ul li {
    display: inline-block;
    padding: 0px 10px;
    font-weight: 500;
	color: var(--white-clr);
}
.leader-ul li a{
    position: relative;
  transition: all .5s;
}


.header-section ul.leader-ul li a {
    text-decoration: none;
    font-weight: 800;
    padding:10px 10px;
}
/* .header-section ul.leader-ul li a:hover{
    color: black;
} */

.mt-top{
    margin-top: -15px;
}


@media(min-width:768px) {
    .header-section {
        background:#fff url(https://cdn.oppyotest.com/launches/instaengineai/bundle/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    .textbox-1{
        padding: 0px 16px 24px 15px;
    }
    .mt-top{
    margin-top: -48px;
}

    /* .textbox-inner{
        padding: 10px;
    } */
    .pre-heading {
        border-radius: 100px;
        padding: 12px 30px;
    }
    .f-md-70 {
        font-size: 70px !important;
    }
}
/* --- Header Section End--- */
/* --- New Section Start--- */
.new-section {
    background: #ffffff;
    padding: 30px 0px;
}

.menu-list {
    border: 3px solid #ffadb3;
    box-shadow: -5px 5px 15px rgb(0 0 0 / 15%);
    border-radius: 15px;
    background-color: #FFFFFF;
    padding: 15px 15px 15px 30px;
    /* margin-top: 30px; */
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}
@media (max-width: 767px) {
    /* .content-mbl-space {
        padding: 30px 15px;
    } */
    .f-md-70 {
        font-size: 70px;
    }
}
/* --- New Section End--- */

/* --- Second Section Start--- */
.elite-section {
    padding: 30px 0;
    background: #000000;
}
.enterprise-section {
    padding: 30px 0;
    background: #000000;
}
.studio-section {
        background:#000000 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/header-bg.webp ) no-repeat top center;
        background-size: cover;
        padding: 30px 0px;
}
.agency-section {
    padding: 30px 0;
    background: #000000;
}
.plan1-shape {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgb(96 145 169 / 19%);
}
.plan2-shape {
    border-radius: 10px;
    padding: 20px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 0px 12px 0px rgba(96, 145, 169, 0.19);
}
@font-face {
    font-family: 'handsean';
    src: url(../fonts/handsean.ttf);
}
.title-shape {
    background: var(--theme-gradient);
    padding: 5px;
    border-radius: 20px;
    display: inline-block;
}
.title-shape1 {
    background: var(--theme-gradient);
    padding: 10px;
    border-radius: 65px;
    display: inline-block;
}
.kaptick li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/kap-tick.webp) no-repeat;
    background-position: 10px 3px;
    padding: 0 0 15px 45px;
    color: #000000;
    line-height: 150%;
    font-size: 18px;
}
.kaptick1 li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/kap-tick.webp) no-repeat;
    background-position: 10px 3px;
    padding: 0 0 15px 45px;
    color: #000000;
    line-height: 150%;
    font-size: 18px;
}
.kaptick li:last-child {
    padding-bottom: 0px;
}
.kaptick1 li:last-child {
    padding-bottom: 0px;
}
.moneyback-section {
    background: linear-gradient(180deg, #000000 0%, #4D0027 100%);
    padding: 30px 0 30px;
}
.second-header-section {
    padding: 30px 0;
    background: #111;
}
.step-shape {
    border-width: 3px;
    border-color: #f6841f;
    border-style: solid;
    border-radius: 15px;
    background-color: transparent;
    position: relative;
    width: 100%;
    float: left;
    padding: 20px;
    height: 100%;
    color: #fff;
}
.section-margin {
    margin-top: 40px !important;
}
.ved_search_box {
    position: relative;
    overflow: hidden;
    height: 30px;
    width: 100%;
}
.ved_search_box .ved_search_placeholders {
    animation: text2 5s ease 3s infinite normal none;
}
.ved_search_box .ved_search_placeholders {
    position: absolute;
    top: 0;
    left: 0;
    right: 0px;
    pointer-events: none;
    animation: text2 5s ease 3s infinite normal none;
}
.blue-gradient {
    background: var(--blue-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* .orange-frame-1 {
    background: #DF6A00;
    border: 1px solid #ffffff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.pink-frame {
    background: #D15DFF;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.blue-frame-1 {
    background: #5e80f1;
    border: 1px solid #010101;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
} */

.gradient-frame{
    background: var(--theme-gradient);
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}
.yellow-border-card {
    background: #FFF1F1;
    border-top: 2px solid #F48129;
    border-right: 2px solid #F48129;
    border-bottom: 10px solid #F48129;
    border-left: 2px solid #F48129;
    /* box-shadow: 0px 0px 50px 0px #FC884C4D inset; */
    border-radius: 10px;
    padding: 10px 20px;
    height: 100%;
}
.features-title .size {
    max-height: 50px;
}
.features-card1 {
    background: #FFF1F1;
    border-radius: 20px;
        border-top: 2px solid #F48129;
    border-right: 2px solid #F48129;
    border-bottom: 10px solid #F48129;
    border-left: 2px solid #F48129;
    /* background-image: linear-gradient(#ffffff,#ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    /* box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50); */
    height: 100%;
}
.features-card1-inner {
    padding: 20px 15px;
}
.features-card2 {
    background: #FFF1F1;
    border-top: 2px solid #F48129;
    border-right: 2px solid #F48129;
    border-bottom: 10px solid #F48129;
    border-left: 2px solid #F48129;
    border-radius: 20px;
    padding: 20px 15px;
    height: 100%;
}

@media(min-width:768px) {
    .title-shape {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/purple-brush1.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 0px;
        padding: 5px 30px;
    }
        .features-card1-inner {
        padding: 20px 30px;
    }
        .features-card2 {
        padding: 20px 30px;
    }
    .title-shape1 {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/purple-brush1.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 0px;
        padding: 5px 30px;
    }
    .tablebox-inner-bg {
        padding: 30px 0px 0px;
        border-radius: 30px;
    }
    .tablebox-bottom {
        padding: 10px 0px 30px;
        border-radius:0px 0px 27px 27px;
    }
    .section-margin {
        margin-top: 300px !important;
    }
        .elite-section{
        background:#000000 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 30px 0px;
    }
        .enterprise-section {
         background:#000000 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 30px 0px;
    }
    /* .studio-section {
        padding: 40px 0 60px;
    } */
    .agency-section {
        background:#000000 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 30px 0px;
    }
    /* .orange-frame-1 {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/orange-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        border: unset;
        border-radius: unset;
    }
    .pink-frame {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/pink-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 10px 26px;
        border: unset;
        border-radius: unset;
    }
    .blue-frame-1 {
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 26px;
        display: inline-block;
        border: unset;
        border-radius: unset;
    } */
    .new-section {
        padding: 80px 0px 100px;
    }
    .main-box,.main-box-2,.main-box-3,.main-box-4{
        padding: 50px 100px;
    }
    /* .pimg {
        margin-top: -255px;
    } */
    .section1 {
        padding: 40px 0 60px;
    }
    .enterprise-section {
        padding: 40px 0 60px;
    }
    /* .studio-section {
        padding: 40px 0 60px;
    } */
    /* .agency-section {
        padding: 40px 0 60px;
    } */
    /* .instant-btn a {
        font-size: 34px;
        padding: 28px 30px 30px 30px;
    } */
    .kaptick li {
        padding: 5px 0 30px 45px;
        background-position: 5px 6px;
    }
    .kaptick1 li {
        padding: 5px 0 7px 40px;
        background-position: 5px 8px;
    }
    .img-shadow {
        box-shadow: 0px 0px 15px 0px rgb(0 0 0 / 25%);
    }
    .moneyback-section {
        padding: 100px 0 100px 0px;
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/moneyback-bg.webp) no-repeat;
        background-position: center center;
        background-size: cover;
    }
    .yellow-border-card {
        border-radius: 20px;
        padding: 20px;
    }
}
/* --- Second Section End--- */

/* --- Third Section Start--- */
.section2 {
    padding: 30px 0;
    background: #ffffff;
}
.tablebox1 {
    border: 3px solid var(--pink-clr);
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    width: 100%;
    float: left;
    border-radius: 30px;
}
.tablebox-inner-bg {
background: #ffdddd;
    border-radius: 27px;
}
.tablebox-bottom {
    background: #fff;
    padding: 10px;
    border-radius:0px 0px 27px 27px;
}
.table-headline-shape {
    background: #f8d13e;
    display: inline-block;
    border-radius: 48px;
    padding: 1% 5%;
}
.odd-shape {
background: #ffdddd;

    padding: 10px 15px;
}
.bottom-border{
    border-bottom: 2px solid #746868c0;
}
.even-shape {
    background: #ffffff;
    padding: 10px 15px;
    color: #000000 !important;
}
.price-shape {
    background: #ffdddd;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 5px 4px 5px;
}
.price-shape1 {
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 5px 4px 5px;
}
/* .now-price {
    background: var(--theme-gradient);
    padding: 12px 10px;
    border-radius: 22px;
} */
.myfeatures {
    float: left;
    /* padding: 25px 6px; */
    width: 100%;
    min-height: 69px;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
@media (min-width: 768px) {
    .section2 {
        padding: 60px 0;
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/table-bg.webp) center center;
        background-size: cover;
        background-attachment: fixed;
    }
            .table-sale {
        padding: 11px 70px;
    }
}
/* --- Third Section End--- */
footer{
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
@media(min-width:768px){
    footer{padding: 50px 0px;}
}

/* ============ */
.purple-brush {
    background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/purple-brush.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0px 14px;
}
.border-field {
    background: #000;
    padding: 20px;
    border: 1px solid #ffffff;
}
@media (min-width: 768px){
    .purple-brush{
        padding: 5px 25px;
    }
}
/* Floating Btn */

/* monthly box start */
.monthly-box {
    background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/montly-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 3px 15px 30px;
    position: relative;
}
.One-Time-text{
    background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/one-time-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 12px 59px;
    display: inline-block;
    margin: -10px;
}
@media (min-width: 768px) {
    .pl-md75 {
        padding-left: 75px !important;
    }
    .monthly-box{
        padding: 0px 106px 40px;
    }
}
/* monthly box end */

#scroll {
    background: var(--theme-gradient);
    background-size: 150% 100%;
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    text-indent:-9999px;
    display:none;
    transition: all 0.6s ease-in-out;
    outline: 0;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#fff;
}
#scroll:hover {
    background: var(--theme-gradient);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*  */

a.nothank {
    color: #EF3E3A;
    text-decoration: none;
    letter-spacing: 2px;
}

/* slider-sec start */
.slider-sec{
    background: linear-gradient(180deg, #190416 0%, #050517 100%);
}
.slider-main-image {
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    align-items: center;
    width: 100%;
}
.slider-main-image img {
    display: block;
    animation: slider-image-running 60s linear infinite;
    width: 250%;
    max-width: unset;
    /* min-height: unset; */
}
@keyframes slider-image-running {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
/* @media (min-width:768px) {
    .slider-sec{
        background: #351a08 url(https://cdn.oppyotest.com/launches/kidsbookai/elite/slider-bg.webp) no-repeat center center;
        background-size: cover;
    }
} */
/* slider-sec end */

.twentytwenty-wrapper .twentytwenty-handle {
    height: 40px;
    width: 40px;
    border: 0;
    background: var(--theme-gradient);
    transform: translate(-50%, -50%);
    margin: 0;
}
.twentytwenty-container{
    border: 1px solid rgb(202, 224, 255);
    border-radius: 5px;
}
.twentytwenty-horizontal .twentytwenty-handle:before, .twentytwenty-horizontal .twentytwenty-handle:after{
    width: 2px;
}
.bg-remover-twenty .twentytwenty-handle{
    height: 60px !important;
    width: 60px !important;
}
.bg-remover-twenty .twentytwenty-handle:before{
    bottom: 70% !important;
}
.bg-remover-twenty .twentytwenty-handle::after{
    top: 70% !important;
}

/* Fe sections Start */

/* --- Header Section Start --- */
/* Header CSS */

/* cta btn */
a.cta-link-btn-1 {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 25px;
    font-size: 22px;
    line-height: 160%;
    color: #000000;
    font-weight: 800;
    transition: all .3s ease;
    background: var(--neon-clr);
    border-radius: 10px;
}
a.cta-link-btn-1:hover {
    border-radius: 8px;
    background: var(--theme-gradient);
    color: var(--white-clr);
}
/* .cta-btn-border {
    border: 3px dashed #ffffff;
    border-radius: 10px;
    padding: 0px;
} */

.cta-btn-bg {
    background: #0B0809;
    border: 1px dashed #fff;
    padding: 20px 10px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    a.cta-link-btn-1 {
        font-size: 38px;
        padding: 20px 100px;
        display: inline-block;
    }

    .cta-btn-border {
        /* border-radius: 13px; */
        padding: 0px;
    }
    
    .cta-btn-bg {
        background: url('https://cdn.oppyotest.com/launches/instaengineai/bundle/cta-btn-border.webp') no-repeat center center;
        background-size: 100% 100%;
        padding: 35px 26px 40px;
        border-radius: 10px;
        border: unset;
    }
}
/* cta btn */

/* cta btn section start */
.cta-section {
    background: #0b0809;
}
a.cta-link-btn {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 10px;
    font-size: 24px;
    line-height: 140%;
    color: var(--white-clr);
    font-weight: 400;
    transition: all .3s ease;
    background: var(--theme-gradient);
    border-radius: 100px;
    border: 3px solid #FFFFFF;
}
a.cta-link-btn:hover{
    transition: all .3s linear;
    background-size: 150% 150%;
    /* background: var(--theme-gradient1); */
    transform: scale(1.03);
}
.purple-box{
    background: var(--purple-clr);
    border-radius: 35px;
    padding: 10px;
    display: inline-block;
}
.col-12:has(.purple-box) {
    margin-top: -60px;
}
@media (min-width: 768px) {
    .cta-section {
        background: #0b0809 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/cta-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 70px 0;
    }
    .cta-text{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/cta-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 9px 41px;
    }
    a.cta-link-btn {
        font-size: 38px;
        padding: 32px 48px;
        display: inline-block;
    }
    .purple-box{
        padding: 6px 35px;
    }
    .col-12:has(.purple-box){
        margin-top: -115px;
    }
}
/* cta btn section end */

/* fe section start */

/* header section start */
.fe-sec{
    background: linear-gradient(180deg, #000000 0%, #4D0027 100%);
}
.pre-head {
    background: #ffffff2b;
    border: 1px solid #FFFFFF4D;
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 6px 15px;
    display: inline-block;
}
.main-heading {
    background: linear-gradient(180deg, #4D0027 0%, rgba(33, 0, 17, 0.5) 95.07%);
    border: 2px solid #D7356C;
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 20px 10px;
    display: inline-block;
}
.main-text {
    background: var(--theme-gradient);
    border-radius: 20px 20px 20px 20px;
    padding: 10px 20px;
    display: inline-block;
}
.yellow-line{
    border-bottom: 2px dashed var(--yellow-clr);
}
.post-heading{
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid #FFFFFF4D;
    backdrop-filter: blur(15px);
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
.header-side-box{
    background: #FFFFFF;
    border: 2px solid #FD6D294D;
    backdrop-filter: blur(100px);
    border-radius: 10px;
    padding: 20px 10px;
}
.header-ul{
    padding: 20px 15px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid #FFFFFF4D;
    backdrop-filter: blur(15px);
    border-radius: 15px;
}
.header-ul li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/tick.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 20px 37px;
}
.header-ul li:last-child{
    padding-bottom: 0px;
}
.Exclusive-text{
    background: #151515;
    border: 1px dashed var(--red-clr);
    border-radius: 10px;
    padding: 10px;
}
.red-frame-1 {
    background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/red-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 15px;
}
/* .blue-box {
    border-radius: 10px;
    background: transparent;
    border: 1px solid #3F3F3E;
    background: #080808;
    padding: 20px 10px;
} */
.header-white-box {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.06) 100%);
    border: 1px solid #FFFFFF4D;
    border-radius: 10px;
    padding: 15px 20px;
    /* box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(15px);
    height: 100%;
    align-items: center;
}
@media(min-width:768px){
    .fe-sec{
        background: #000000 url("https://cdn.oppyotest.com/launches/instaengineai/bundle/header-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    .pre-head {
        border-radius: 30px;
    }
    .main-heading{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/main-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 47px 0px;
        border: unset;
        border-radius: unset;
        backdrop-filter: unset;
    }
    .main-text {
        padding: 12px 40px;
        border-radius: 20px 20px 0px 0px;
    }
    .header-ul{
        padding: 30px 20px;
    }
    .header-ul li {
        padding: 0px 0px 25px 37px;
    }
    .purple-arrow{
        position: relative;
    }
    .purple-arrow::after{
        content: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/purple-left-arrow.webp);
        position: absolute;
        left: -85px;
        top: 18px;
    }
    .purple-arrow::before{
        content: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/purple-right-arrow.webp);
        position: absolute;
        right: -85px;
        top: 18px;
    }
    .post-heading{
        padding: 20px 45px;
        border-radius: 100px;
    }
    .header-side-box{
        padding: 30px 28px 60px;
    }
    .Exclusive-text{
        padding: 14px;
    }
    .theme-btn {
        padding: 21px 25px;
    }
    .theme-btn:hover {
        transform: scale(1.04);
    }
    /* .blue-box {
        border-radius: 20px;
        padding: 30px;
    } */
}
/* header section end */
/* fe section end */


/* step sec start */
.step-sec{
    background: #FFF6F4;
}
.step-text{
    border: double 2px transparent;
    background-image: linear-gradient(#FFFFFF, #FFFFFF), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.step-inner {
    padding: 10px 15px;
}
.step-card{
    background: #FFFFFF;
    border-radius: 15px;
    padding: 20px 15px;
    display: inline-block;
    border: 1px solid #F48129;
    border-bottom: 3px solid #F48129;
    /* height: 100%; */
}
@media (max-width:767px) {
    .step-card img{
        max-height: 90px;
    }
}
@media (min-width:768px) {
    .step-sec{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/step-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .step-text{
        border-radius: 100px;
    }
    .step-inner {
        padding: 13px 28px;
    }
    .step-card {
        padding:35px 20px 30px;
        border: unset;
        border-radius: unset;
    }
    .step-card-1{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/step-card-1.webp") no-repeat;
        background-size: 100% 100%;
    }
    .step-card-2{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/step-card-2.webp") no-repeat;
        background-size: 100% 100%;
    }
    .step-card-3{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/step-card-3.webp") no-repeat;
        background-size: 100% 100%;
    }
}
/* step sec end */
/* future-sec start */
.future-sec{
    background: #ffffff;
}
.future-text {
    background: #ffffff;
    border: 2px solid #EC4A47;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 1px;
}
.future-box {
    background: linear-gradient(180deg, #FFEFEB 0%, rgba(255, 239, 235, 0.1) 97.55%);
    border: 1px solid #F48129;
    border-bottom: unset;
    border-radius: 10px;
    padding: 20px 10px 20px;
}


.fu-frame {
    background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/fu-frame.webp") no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
    position: relative;
}
.fu-frame video {
    height: 100%;
    object-fit: cover;
    width: 100%;
    display: block;
    border-radius: 20px;
}
@media (min-width: 768px) {
    .future-sec{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/future-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .future-box{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/future-box.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 70px 50px 20px;
    }
    .future-text {
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/future-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 0px 30px;
    }
}
/* future-sec end */

/* viral-sec start */
.viral-sec{
    background: #FFF6F4;
}
.viral-sec1{
    background: #ffffff;
}
.viral-box {
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0.1) 97.55%);
    border: 1px solid #F48129;
    border-bottom: unset;
    border-radius: 10px;
    padding: 20px 10px 20px;
}
.viral-frame{
    background: url("https://cdn.oppyotest.com/launches/instaengineai/special/viral-frame.webp") no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 4px 2px;
}
.viral-text {
    border: double 1px transparent;
    border-bottom: double 3px transparent;
    background-image: linear-gradient(#FFF6F4, #FFF6F4), var(--theme-clr);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.viral-text-inner {
    padding: 5px 10px;
}

.viral-text-1{
    border: double 1px transparent;
    border-bottom: double 3px transparent;
    background-image: linear-gradient(#FFFFFF, #FFFFFF), var(--theme-clr);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.viral-text-1-inner {
    padding: 10px 15px;
}
.viral-box-1{
    border: 1px solid #F48129;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 15px 10px;
    height: 100%;
}
@media (min-width: 768px) {
    .viral-sec {
        background: #FFF6F4 url(https://cdn.oppyotest.com/launches/instaengineai/special/viral-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .viral-box{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/special/viral-box.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 70px 50px 20px;
    }
    .viral-frame{
        padding: 12px 12px 20px;
    }
    .viral-box-1 {
        background: url("https://cdn.oppyotest.com/launches/instaengineai/special/viral-1.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 30px 15px;
    }
    .viral-text {
        border-radius: 50px;
    }
    .viral-text-inner {
        padding: 4px 100px;
    }
    .viral-text-1{
        border-radius: 20px;
    }
    .viral-text-1-inner {
        padding: 15px 35px;
    }
}
/* viral-sec end */

/* channel-sec start */
.channel-sec{
    background: linear-gradient(180deg, #000000 0%, #4D0027 100%);
}
.channel-text{
    background: #685FB733;
    border: 1px solid #EC4A47;
    border-radius: 20px;
    display: inline-block;
    padding: 7px 10px;
}
.channel-head {
    background: linear-gradient(180deg, #4D0027 0%, rgba(33, 0, 17, 0.5) 92.21%);
    border: 1px solid #D7356C;
    border-bottom: unset;
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 20px;
}

.channel-box{
    background: #FFFFFF;
    border: 2px solid #FC01134D;
    box-shadow: 0px 10px 20px 0px #0000004D;
    padding: 0px 20px 20px;
    border-radius: 20px;
}
.sub-text{
    background: #6BB22D;
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
    display: inline-block;
    padding: 0 20px
}
.why-text{
    background: var(--red-clr);
    border-radius: 100px;
    display: inline-block;
    padding: 5px 20px;
}

@media (min-width: 768px) {
    .channel-sec {
        background: #000000 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/channel-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .channel-head{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/channel-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 70px 50px;
        border: unset;
        border-radius: unset;
        backdrop-filter: unset;
    }
    .channel-text{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/channel-text.webp") no-repeat;
        background-size: 100% 100%;
        padding: 9px 42px;
        border: unset;
        border-radius: unset;
    }
    .why-text{
        padding: 0px 85px 0px 35px;
        position: relative;
    }
    .why-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/you-icon.webp");
        top: 10px;
        right: -25px;
    }
    /* .white-aarow{
        position: relative;
    }
    .white-aarow::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/white-arrow-down.webp");
        bottom: -90px;
        left: -30px;
    } */
}
/* channel-sec end */

/* without-sec start */
.without-sec{
    background: #FFF6F4;
}
.without-box{
    background: #FFFFFF;
    border: 1px solid #EC4A47;
    border-radius: 20px;
    padding: 10px 0px 15px;
    height: 100%;
}
.without-box-inner {
    display: flex;
    gap: 10px;
    align-items: center;
    border-radius: 10px;
    padding: 5px 10px;
}
@media (min-width: 768px) {
    .without-sec {
        background: #FFF6F4 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/without-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .without-box{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/without-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 1px 35px;
        border: unset;
        border-radius: unset;
    }
    .without-box-inner{
        padding: 0px 16px 0px;
    }
}
/* without-sec end */

/* final sec start */
.final-sec {
    background: #FFFFFF;
}
.final-shape {
    background: #FA2E2E;
    border: 2px dashed #FFFFFF;
    padding: 15px 0px;
    border-radius: 30px;
}
.red-box-final {
    border-radius: 10px;
    background: #FA2E2E1A;
    border: 3px solid #FA2E2E;
    box-shadow: 0px 0px 50px 0px #FA2E2E inset;
    padding: 20px 10px;
}
.blue-box-final {
    border-radius: 10px;
    background: #FFFFFF;
    border: 3px solid #28B800;
    box-shadow: 0px 0px 50px 0px #28B800 inset;
    padding: 30px 10px;
}
.one-time-text {
    background: var(--green-clr1);
    border-radius: 10px;
    display: inline-block;
    padding: 12px 15px;
}
@media (min-width: 768px) {
    .final-sec {
        background: #FFFFFF url("https://cdn.oppyotest.com/launches/instaengineai/bundle/final-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .final-shape {
        padding: 13px 110px 13px 30px;
        display: inline-block;
        position: relative;
    }
    .final-shape:after {
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/final-vector.webp");
        top: -15px;
        right: -66px;
        position: absolute;
    }

    .red-box-final {
        padding: 40px 30px;
    }
    .blue-box-final {
        padding: 45px 20px;
        height: 100%;
    }
}
/* final sec end */

/* gold-sec start */
.gold-sec{
    background: #FFF6F4;
}
.gold-text{
    border: double 1px transparent;
    border-bottom: double 3px transparent;
    background-image: linear-gradient(#FFF6F4, #FFF6F4), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.gold-text-inner {
    padding: 5px 10px;
}
.gold-box{
    background: linear-gradient(180deg, #FFFFFF 9.37%, rgba(255, 255, 255, 0.1) 97.55%);
    border-radius: 10px;
    padding: 20px 10px 5px;
}
.gold-box-inner {
    background: #FFFFFF;
    border: 1px solid #EC4A47;
    border-radius: 20px;
    padding: 10px 0px 15px;
    height: 100%;
}
.px7{
    padding: 0px 7px 0px;
}
@media (min-width: 768px) {
    .gold-sec{
        background: #FFF6F4 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/gold-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .gold-text{
        border-radius: 30px;
    }
    .gold-text-inner {
        padding: 20px 57px;
    }
    .gold-box{
        border-radius: 100px;
        padding: 50px 50px 5px;
    }
    .gold-box-inner {
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/gold-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 1px 30px;
        border: unset;
        border-radius: unset;
    }
}
/* gold-sec end */

/* star-sec start */
.star-sec{
    background: #ffffff;
}
.star-text{
    border: double 2px transparent;
    background-image: linear-gradient(#FFF6F4, #FFF6F4), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.star-text-inner {
    padding: 5px 10px;
}
.star-text-1{
    border: double 2px transparent;
    background-image: linear-gradient(#FFF6F4, #FFF6F4), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.star-text-inner-1 {
    padding: 10px 10px;
}
.star-text-2{
    border: double 2px transparent;
    background-image: linear-gradient(#FFF6F4, #FFF6F4), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.star-text-inner-2 {
    padding: 10px 10px;
}


.star-box-1{
    background: linear-gradient(180deg, rgba(244, 129, 41, 0.3) 0%, rgba(244, 129, 41, 0) 100%);
    border: 1px solid #F48129;
    border-bottom: unset;
    border-radius: 20px;
    padding: 15px 15px 10px;
}
.star-box-2{
    background: linear-gradient(180deg, rgba(40, 184, 0, 0.3) 0%, rgba(40, 184, 0, 0) 100%);
    border: 1px solid #28B800;
    border-bottom: unset;
    border-radius: 20px;
    padding: 15px 15px 10px;
}
.star-box-3{
    background: linear-gradient(180deg, rgba(255, 50, 120, 0.3) 0%, rgba(255, 50, 120, 0) 100%);
    border: 1px solid #FF3278;
    border-bottom: unset;
    border-radius: 20px;
    padding: 15px 15px 10px;
}
@media (min-width: 768px) {
    .star-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/instaengineai/bundle/star-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .star-text{
        border-radius: 30px;
    }
    .star-text-inner {
        padding: 25px 30px;
    }
    .star-text-1{
        border-radius: 100px;
    }
    .star-text-inner-1 {
        padding: 20px 80px;
    }
    .star-text-2{
        border-radius: 30px;
    }
    .star-text-inner-2 {
        padding: 20px 40px;
    }
    .star-box-1{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/star-box-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 30px 20px;
        border: unset;
        border-radius: unset;
    }
    .star-box-2{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/star-box-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 30px 20px;
        border: unset;
        border-radius: unset;
    }
    .star-box-3{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/star-box-3.webp") no-repeat;
        background-size: 100% 100%;
        padding: 30px 30px 20px;
        border: unset;
        border-radius: unset;
    }
}
/* star-sec end */

/* million-sec start */
.million-sec{
    background: linear-gradient(180deg, #000000 0%, #4D0027 100%);
}
.million-text{
    background: linear-gradient(180deg, #4D0027 0%, rgba(33, 0, 17, 0.5) 92.21%);
    border: 2px solid #D7356C;
    border-radius: 20px;
    display: inline-block;
    padding: 20px 15px;
}
@media (min-width: 768px) {
    .million-sec{
        background: #000000 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/million-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .million-text{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/million-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 147px;
        border: unset;
        border-radius: unset;
    }
}
/* million-sec end */

/* turn-sec start */
.turn-sec{
    background: #FFF6F4;
}
.turn-text{
    background: #FFFFFF;
    border: 2px solid #C4238F;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 12px;
}
.turn-box{
    background: #FFFFFF;
    border: 2px solid #EC4A47;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 15px;
}
.turn-box img{
    border-radius: 15px 15px 0 0;
}
.turn-text-1{
    background: #FF3278;
    border-radius: 15px;
    padding: 10px 15px;
    display: inline-block;
}
@media (min-width: 768px) {
    .turn-sec{
        background: #FFF6F4 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/turn-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .turn-text{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/turn-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 40px;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .turn-text::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/megaphone-left.webp");
        top: -8px;
        left: -75px;
    }
    .turn-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/megaphone-right.webp");
        top: -8px;
        right: -75px;
    }
    .turn-box{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/turn-box.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 15px 30px;
        border: unset;
        border-radius: unset;
    }
    .turn-text-1{
        border-radius: 30px;
        padding: 15px 60px;
        position: relative;
    }
    .turn-text-1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/stars-icon.webp");
        top: 40px;
        left: -40px;
    }
    .turn-text-1::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/stars-icon.webp");
        top: 40px;
        right: -40px;
    }
}
/* turn-sec end */

/* freelancer-sec start */
.freelancer-sec{
    background: #ffffff;
}
.freelancer-text{
    border: double 2px transparent;
    background-image: linear-gradient(#FFF6F4, #FFF6F4), var(--theme-clr);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.freelancer-text-inner {
    padding: 10px 10px;
}

.freelancer-sec-1{
    background: #FFFFFF;
}
.freelancer-text-1{
    border: double 2px transparent;
    background-image: linear-gradient(#FFF6F4, #FFF6F4), var(--theme-clr);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.freelancer-text-inner-1 {
    padding: 10px 10px;
}

@media (min-width: 768px) {
    .freelancer-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/instaengineai/bundle/freelancer-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .freelancer-text{
        border-radius: 30px;
    }
    .freelancer-text-inner {
        padding: 15px 50px;
    }

    .freelancer-sec-1 {
        background: #ffffff url(https://cdn.oppyotest.com/launches/instaengineai/bundle/freelancer-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .freelancer-text-1{
        border-radius: 30px;
    }
    .freelancer-text-inner-1 {
        padding: 20px 28px;
    }
}
/* freelancer-sec end */

/* expensive-section start */
.expensive-section{
    background: #FFF4F4;
}
.purple-frame {
    background:  var(--red-clr);
    border-radius: 5px;
    display: inline-block;
    padding: 10px;
}
.expensive-h{
   border-top: 2px solid var(--red-clr);
   border-left: 2px solid var(--red-clr);
   border-right: 2px solid var(--red-clr);
   background: #fff;
   padding: 20px;
   display: inline-block;
   border-radius: 10px 10px 5px 5px;
}

.expensive-card, .expensive-card-main{
    border-radius: 20px;
    border: 2px solid var(--red-clr);
    background: #FFFFFF80;
    padding: 20px;
    height: 100%;
}

.expensive-card-1{
    border-radius: 20px;
    border: 2px solid var(--red-clr);
    background: #FFFFFF80;
    padding: 20px;
    display: inline-block;
    height: 100%;
}
.expensive-boxes {
    background: var(--red-clr);
    backdrop-filter: blur(50px);
    border-radius: 5px;
    padding: 8px 15px;
}
.expensive-black-box {
    background: #090A0B;
    padding: 20px;
    border-radius: 10px;
}
.felt-text{
    background: var(--red-clr);
    display: inline-block;
    border-radius: 20px;
    padding: 10px 15px;
}
.red-line{
    border-bottom: 2px dashed var(--red-clr);
}
.expensive-text{
    background: var(--red-clr);
    border-radius: 10px;
    padding: 10px 20px;
    display: inline-block;
}
@media(min-width:768px){
    .f-md-80{
        font-size: 80px;
    }
    .felt-text{
        padding: 20px 45px;
    }
    .expensive-black-box {
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/heroes-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px;
        border-radius: 0px;
    }
    .purple-frame {
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/purple-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: 0px;
        padding: 16px 65px;
        position: relative;
    }
    .purple-frame::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/think-emoji-2.webp");
        top: -30px;
        right: -45px;
    }
    .red-wave{
        position: relative;
    }
    .red-wave::after{
        position: absolute;
        content: "";
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/red-wave.webp") no-repeat center center;
        width: 100%;
        height: 7px;
        bottom: -4px;
        left: 0;
    }
    .expensive-h{
       background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/expensive-h.webp") no-repeat;
       background-size: 100% 100%;
       padding: 36px 47px 20px;
       display: inline-block;
       border: unset;
       border-radius: 0;
    }
    .expensive-card{
        padding: 60px 100px;
    }
    .expensive-card-main{
        padding: 80px 100px 0px;
    }
    .expensive-card-1{
        padding: 30px;
    }
    .red-box{
        background: var(--red-clr);
        border-radius: 5px;
        padding: 0px 5px;
    }
    .red-circle-1{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/red-circle-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 54px;
        display: inline-block;
    }
    .red-circle-2{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/red-circle-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 14px 76px;
        display: inline-block;
    }
}
/* expensive-section end */

/* not-anymore-sec start */
.not-anymore-sec{
   background: linear-gradient(113.88deg, rgba(104, 95, 183, 0.2) -9.49%, rgba(196, 35, 143, 0.2) 30.77%, rgba(236, 74, 71, 0.2) 60.18%, rgba(248, 155, 27, 0.2) 91.41%);
}
.not-anymore-sec-card{
    border-radius: 100px;
    border: 1px solid rgba(255, 44, 44, 0.5);
    background: #FFF;
    padding: 10px;
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}
.notanymore-text {
    padding: 10px 20px;
    background: var(--theme-clr);
    border-radius: 20px;
    display: inline-block;
    position: relative;
}
.not-red-text{
    background: #FC0113;
    border: 1px dashed #FFFFFF;
    display: inline-block;
    padding: 0px 5px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    /* .not-anymore-sec{
        background: #fff url("https://cdn.oppyotest.com/launches/instaengineai/bundle/not-anymore-bg.webp") no-repeat top center;
        background-size: cover;
        padding-top: 130px;
    } */
    .not-anymore-sec-card{
        padding: 20px 21px;
    }
    .notanymore-text {
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/notanymore-frame.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        padding: 10px 21px 10px 121px;
    }
    .notanymore-text::after {
        content: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/excited-emoji.webp);
        position: absolute;
        top: -2px;
        left: 20px;
    }
}
/* not-anymore-sec end */

/* proudly-section start */
.proudly-sec{
    background: #000000;
    padding: 30px 0px;
}
.presenting-head {
    border-radius: 30px;
    background: linear-gradient(113.88deg, rgba(104, 95, 183, 0.2) -9.49%, rgba(196, 35, 143, 0.2) 30.77%, rgba(236, 74, 71, 0.2) 60.18%, rgba(248, 155, 27, 0.2) 91.41%);
    border: 1px solid #F89B1B;
    backdrop-filter: blur(4px);
    display: inline-block;
    padding: 8px 20px;
}
@media (min-width: 768px) {
    .proudly-sec {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/proudlybg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 30px;
        position: relative;
    }
    .presenting-head {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/presenting-frame.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 18px 50px;
    }
}
/* proudly-section end */

/* demo sec start */
.demo-sec{
    background: #ffffff;
    overflow: hidden;
}
.purple-shade{
    background: var(--pink-clr);
    box-shadow: 0px 10px 10px 0px #FFFFFF33 inset;
    padding: 0px 15px;
    border-radius: 20px;
    display: inline-block;
}
.border-frame{
    background: #FFFFFF;
    border: 2px solid #FF327880;
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}
.tons-border {
    background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/demo-box.webp") no-repeat bottom center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
    gap: 15px;
    /* border-radius: 10px; */
    padding: 15px 20px;
    height: 100%;
}
@media (min-width: 768px) {
    /* .demo-sec{
        background: #FDF6F4 url(https://cdn.oppyotest.com/launches/instaengineai/bundle/demo-bg.webp) no-repeat top center;
        background-size: cover;
    } */
    .border-frame {
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/demo-video-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 50px 20px 20px;
        border-radius: 0;
        border: unset;
        backdrop-filter: unset;
    }
    .purple-shade{
        padding: 0px 50px;
    }
    .tons-border {
        padding: 15px;
    }
}

/* demo sec end */

/* earning-sec start */
.earning-sec{
    background: #FFFFFF;
}
.earning-text{
    background: #FFF6F4;
    border: 2px solid #EC4A47;
    border-radius: 20px;
    display: inline-block;
    padding: 10px;
}
.earning-box{
    background: linear-gradient(180deg, rgba(244, 129, 41, 0.3) 0%, rgba(244, 129, 41, 0) 100%);
    border: 1px solid var(--orange-clr);
    border-radius: 15px;
    padding: 12px 10px;
}
@media (min-width: 768px) {
    .earning-sec{
        background: #FFFFFF url(https://cdn.oppyotest.com/launches/instaengineai/bundle/earning-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .earning-text{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/earning-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 20px 50px;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .earning-text::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/earning-icon.webp");
        top: 28px;
        left: -80px;
    }
    .earning-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/earning-icon.webp");
        top: 28px;
        right: -80px;
    }
    .earning-box{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/earning-box.webp") no-repeat;
        background-size: 100% 100%;
        padding: 25px 18px 30px;
        border: unset;
        border-radius: unset;
    }
}
/* earning-sec end */

/* ultimate-sec start */
.ultimate-sec{
    background: #000000;
}
.ultimate-text {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 3px dashed #140207;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 15px;
}
.pd-box{
    padding: 10px;
    height: 100%;
    border-radius: 20px;
}
.ind-box {
    background: #FFFFFF1A;
    border: 2px solid #6C6C6C80;
    backdrop-filter: blur(10px);
    /* box-shadow: 0px 0px 50px 0px #FFFFFF4D inset; */
}
@media (min-width: 768px) {
    .ultimate-sec{
        background: #000000 url("https://cdn.oppyotest.com/launches/instaengineai/bundle/ultimate-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .ultimate-text {
        padding: 10px 30px;
    } 
   .pd-box{
        padding: 40px 30px 0px;
    }
    .features-heading{
        position: relative;
    }
    .features-heading:before{
       background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/power-icon-left.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       left:130px;
       content: '';
   }
   .features-heading:after{
       background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/power-icon-right.webp) no-repeat;
       position: absolute;
       width: 65px;
       height: 65px;
       top:12px;
       right:130px;
       content: '';
   }
}
/* ultimate-sec end */

/* crazy sec start */
.crazy-sec{
    background: #ffffff;
}
.crazy-text{
   background: #f48129;
    border-radius: 100px;
    display: inline-block;
    padding: 0px 20px;
}
@media (min-width: 768px) {
    /* .crazy-sec{
        background: #FDF6F4 url("https://cdn.oppyotest.com/launches/instaengineai/bundle/crazy-bg.webp") no-repeat center center;
        background-size: cover;
    } */
    .crazy-text{
        padding: 6px 55px 6px 20px;
        position: relative;
    }
    .crazy-text::after {
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/glasses-emoji.webp");
        position: absolute;
        top: 0px;
        right: -65px;
    }
    .theme-wave{
        position: relative;
    }
    .theme-wave::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/theme-wave.webp");
        top: 10px;
        left: 10px;
    }
}
/* crazy sec end */

/* freelancer-sec start */
.freelancer-sec{
    background: #ffffff;
}
.freelancer-text{
    border: double 2px transparent;
    background-image: linear-gradient(#FFF6F4, #FFF6F4), var(--theme-clr);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.freelancer-text-inner {
    padding: 10px 10px;
}

.freelancer-sec-1{
    background: #FFFFFF;
}
.freelancer-text-1{
    border: double 2px transparent;
    background-image: linear-gradient(#FFF6F4, #FFF6F4), var(--theme-clr);
    background-origin: border-box;
    background-clip: content-box, border-box;
    display: inline-block;
    border-radius: 10px;
}
.freelancer-text-inner-1 {
    padding: 10px 10px;
}

@media (min-width: 768px) {
    .freelancer-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/instaengineai/bundle/freelancer-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .freelancer-text{
        border-radius: 30px;
    }
    .freelancer-text-inner {
        padding: 15px 50px;
    }

    .freelancer-sec-1 {
        background: #ffffff url(https://cdn.oppyotest.com/launches/instaengineai/bundle/freelancer-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
    }
    .freelancer-text-1{
        border-radius: 30px;
    }
    .freelancer-text-inner-1 {
        padding: 20px 28px;
    }
}
/* freelancer-sec end */

/* everyone sec start */
.everyone-sec{
    background: #FDF6F4;
}
.everyone-text{
    background: #FFFFFF;
    border: 2px solid #EC4A47;
    border-radius: 20px;
    display: inline-block;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .everyone-sec{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/everyone-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .everyone-text{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/everyone-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 17px 38px;
        border: unset;
        border-radius: unset;
        position: relative;
    }
    .everyone-text::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/love-icon.webp");
        top: 0px;
        right: -50px;
    }
}
/* everyone sec end */

/* testimonial sec start */
.testimonial-sec{
    background: #FFF6F4;
}
.pink-text {
    background: var(--pink-clr);
    border-radius: 15px;
    padding: 10px 15px;
    display: inline-block;
}
@media (min-width: 768px) {
    /* .testimonial-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/instaengineai/bundle/testimonial-bg.webp") no-repeat center center;
        background-size: cover;
    } */
    .pink-text {
        border-radius: 30px;
        padding: 20px 30px;
    }
}
/* testimonial sec end */

/*compare section start*/
.compare-section{
    background: #FDF6F4;
}

.winning-box{
    padding: 36px 110px;
    border-top: 1px solid #378E00;
    border-left: 1px solid #378E00;
    border-right: 1px solid #378E00;
    border-width: 1px, 0px, 1px, 1px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #378E00;
    border-radius: 20px 20px 0px 0px;
    box-shadow: -5px 4px 30px 0px #00000026;
    margin-top: -24px;
}
.compare-list-1{
    box-shadow: -5px 4px 30px 0px #00000026;
    border-radius: 0px 0px 0px 20px;
}
.compare-list-1 li {
    list-style: none;
    text-align: left;
    padding: 25px 25px 25px 70px;
    background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/happy-tick.webp") no-repeat;
    background-position: 23px 25px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-left: 1px solid #378E00;
    background-color: #FFFFFF;
}
.compare-list-1 li:nth-child(odd){  
    background-color: #E6FFC7;
}
.compare-list-1 li:last-child{
     border-bottom: 1px solid #378E00;
    /*background-image: none;
    padding-top: 45px; */
    border-radius: 0px 0px 0px 20px;
}
.losing-box {
    padding: 24px 110px;
    background: #FF361D;
    border: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0px 20px 0px 0px;
    /* margin-top: -71px; */
}
.compare-list-2 li{
    list-style: none;
    text-align: left;
    background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/sad-tick.webp") no-repeat;
    background-position: 23px 25px;
    padding: 25px 41px 25px 65px;
    border-right: 1px solid #FF361D;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background-color: #FCDDDA;
    
}
.compare-list-2 li:nth-child(even){  
    background-color: #FFEBE9;
}
/* .compare-list-2 li:nth-child(3){
    padding: 38px 41px 38px 65px;
    background-position: 23px 36px;
} */
.compare-list-2 li:last-child{
    border-radius: 0px 0px 20px 0px;
    border-bottom: 1px solid #FF361D;
    padding: 38px 41px 38px 65px;
    background-position: 23px 36px;
}
.c-green-box {
    background: #378E00;
    border: 6px solid #E6FFC7;
    border-radius: 20px;
    padding: 12px 18px;
    display: inline-block;
}
.c-red-box {
    background: #FF361D;
    border: 6px solid #FCDDDA;
    border-radius: 20px;
    padding: 12px 18px;
    display: inline-block;
}
@media (min-width:768px) {
    .compare-section{
        background: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/compare-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .c-green-box {
        border-radius: 100px;
        padding: 14px;
    }
    .c-red-box {
        border-radius: 100px;
        padding: 12px 36px;
    }
}
@media (max-width: 1124px) {
    .table-1 {
        overflow-x: scroll;
        /* padding: 0px 15px; */
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }
}

/* compare section end */

/* Contact Section Start */
/* Contact Section Start */
.contact-section{
    padding: 30px 0px;
    background: linear-gradient(180deg, rgba(255, 239, 235, 0.1) 0%,  #FFEFEB 97.55%);
}
.inside-text {
    background: var(--theme-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media(min-width:768px){
    .contact-section{
        background: #ffffff url(https://cdn.oppyotest.com/launches/instaengineai/bundle/contact-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px;
    }
    .inside-text {
        border-radius: 100px;
        display: inline-block;
        padding: 11px 90px 9px 30px;
        position: relative;
    }
    .inside-text::after {
        content: url("https://cdn.oppyotest.com/launches/instaengineai/bundle/phone-call.webp");
        position: absolute;
        top: -20px;
        right: -50px;
    }
}

/* Contact Section end */

/* faq sec start */
.faq-section {
    background: #ffffff;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/faq-icon.webp) no-repeat top left;
    background-color: #fff0f169;
    padding: 20px 15px 20px 55px;
    background-position: 15px 25px;
    border: 1px solid var(--red-clr);
    border-radius: 20px;
}
@media (min-width: 768px){
    /* .faq-section {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/bundle/result-sec-bg.webp) no-repeat center center;
        background-size: cover;
    } */
}
/* faq sec end */

/* Header CSS */