/* 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;
}
.oswald {
    font-family: "Oswald", sans-serif;
}
.rocknroll{
  font-family: "RocknRoll One", sans-serif;
}
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-thumb {
    background: var(--theme-gradient);
    border-radius: 25px;
}

/* Color CSS */
:root{
        --purple-clr: #5289EF;
    --theme-gradient: linear-gradient(113.88deg, #685FB7 -9.49%, #C4238F 30.77%, #EC4A47 60.18%, #F89B1B 91.41%);
    /* --theme-gradient1: #ffd431 !important; */
    --orange-clr: #F35F1F;
    --blue-clr: #0095FF;
    --pink-clr: #FF3278;
	/* --theme-gradient: linear-gradient(91.28deg, #6137F7 0%, #4D7FFA 100%);
    --theme-gradient1: linear-gradient(91.28deg, #4D7FFA 0%, #6137F7 100%); */
}
.green-clr{
    color: #21AF21;
}
.red-clr{
    color: #EF3E3A;
}
.yellow-clr {
    color: #f8cc1b;
}
.yellow-line{
    border-bottom: 2px dashed #f8cc1b;
}
.orange-clr{
    color: var(--orange-clr);
}
.blue-clr{
    color: var(--blue-clr);
}
.pink-clr{
    color: var(--pink-clr);
}
.theme-clr {
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.br-gradient {
    border-image-slice: 1;
    width: 100%;
    border-bottom: 2px solid var(--theme-gradient);
}

.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 #ffffff;
}
.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);
}

.purple-clr{
    color: var(--purple-clr);
}

.btn-border:hover{
    transform: scale(1.1);
}

a.affiliate-link-btn {
	border-radius: 10px;
	border-radius: 10px;
	background: #fff;
	text-decoration: none;
	text-align: center;
    display: inline-block;
	padding: 10px 28px;
	font-size: 18px;
	color: var(--black-clr);
	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: 35px 30px;
}
a.affiliate-link-btn {
    padding: 8px 20px !important;
    font-size: 24px;
}
.img-width img{
    max-width: 80%;
}
.white-box{
    padding: 30px 0px 60px;
}
}

/* top header  */
.warning-box {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 24px;
}

.fixed-top-bar{
    position: sticky;
    top: 0;
    z-index: 99;
}
.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; */
}

/* .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 #A6FF004D; */
    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: #5289EF1A;
    border: 1px dashed #5289EF;
    border-radius: 50px;
    padding: 5px 15px;
    display: inline-block;
}
.blue-wave {
    background: linear-gradient(180deg, #FC0013 0%, #FC0013 100%);
    border: 1px dashed #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}
  /* 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/fastpass/mainheadline.webp) 0% 0% / 100% 100% no-repeat;
        padding: 24px;
        border: unset;
        border-radius: unset;
    }
    .magically-text {
        border-radius: 100px;
        padding: 12px 20px;
    }
    /* .mainheadline::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/fastpass/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    } */
    .mainheadline1{
        background: url(https://cdn.oppyotest.com/launches/instaengineai/fastpass/mainheadline.webp) 0% 0% / 100% 100% no-repeat;
        padding: 24px;
        border: unset;
        border-radius: unset;
    }
    /* .mainheadline1::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/fastpass/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    } */
    .mainheadline2{
        background: url(https://cdn.oppyotest.com/launches/instaengineai/fastpass/mainheadline.webp) 0% 0% / 100% 100% no-repeat;
        padding: 24px;
        border: unset;
        border-radius: unset;
    }
    /* .mainheadline2::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/instaengineai/fastpass/blue-shade-main.webp");
        top: -22px;
        left: -20px;
    } */
    .benefits{
        /* background:#000000 url(https://cdn.oppyotest.com/launches/instaengineai/fastpass/feature-bg.webp) no-repeat bottom center;
        background-size: cover; */
        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: #ffffff2b;
    border: 1px solid #FFFFFF4D;
    backdrop-filter: blur(15px);
    border-radius: 15px;
    padding: 6px 15px;
    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/fastpass/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/fastpass/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/fastpass/purple-brush1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}


.mt-top{
    margin-top: -15px;
}


@media(min-width:768px) {
    .header-section {
        background:#fff url(https://cdn.oppyotest.com/launches/instaengineai/fastpass/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    .textbox{
        /* padding: 0px 16px 24px 15px; */
        /* min-height: 397px; */
    }
    .textbox-1{
        padding: 0px 16px 24px 15px;
    }
    .mt-top{
    margin-top: -48px;
}

    /* .textbox-inner{
        padding: 10px;
    } */
    .pre-heading {
        border-radius: 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/fastpass/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/fastpass/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/fastpass/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: 1px dashed #FFFFFF; */
    border-radius: 5px;
    display: inline-block;
    padding: 0px 18px;
}
.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-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%;
}
.features-title .size {
    max-height: 50px;
}
@media(min-width:768px) {
    .title-shape {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/fastpass/purple-brush1.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: 0px;
        padding: 5px 30px;
    }
    .elite-section{
        background:#000000 url(https://cdn.oppyotest.com/launches/instaengineai/fastpass/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 30px 0px;
    }
            .features-card1-inner {
        padding: 20px 30px;
    }
        .features-card2 {
        padding: 20px 30px;
    }
    .title-shape1 {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/fastpass/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;
    }
    /* .orange-frame-1 {
        background: url(https://cdn.oppyotest.com/launches/instaengineai/fastpass/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/fastpass/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/fastpass/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 {
         background:#000000 url(https://cdn.oppyotest.com/launches/instaengineai/fastpass/feature-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/fastpass/header-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 30px 0px;
    }
    /* .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/fastpass/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 #FF3278;
    /* 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: #ffffff;
    padding: 10px 15px;
}
.bottom-border{
    border-bottom: 2px solid #746868c0;
}
.even-shape {
    background: #ffdddd;
    padding: 10px 15px;
    color: #ffffff !important;
}
.price-shape {
    background: #ffffff;
    display: inline-block;
    border-radius: 5px;
    padding: 4px 5px 4px 5px;
}
.price-shape1 {
    background: #ffdddd;
    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/fastpass/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/fastpass/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;}
}

.container-box {
    padding: 20px;
    position: relative;
    background: #282759;
    border-radius: 30px;
}

/* ============ */
.purple-brush {
    background: url("https://cdn.oppyotest.com/launches/instaengineai/fastpass/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/fastpass/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/fastpass/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:#ffffff;
}
#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;
}