
html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif !important;
    color: #101010;
    font-size: 14px;
    overflow-x: hidden;
    /* overflow: auto; */
}
 
html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: linear-gradient(90deg, #015AF1 0%, #24DFBA 100%);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}
.caveat{
    font-family: 'Caveat', cursive;
}

:root {
    --black-clr:#050A19;
    --white-clr: #fff;
    --light-grey: rgba(0, 0, 0, 0.6);
    --orange-clr: #FF8252;
    --orange-clr1: #FB591B;
    --purple-clr: #7679FF;
    --lightpurple-clr: #71A2FB;
    --skyblue-clr:#3DC2EC;
    --red-clr:#FF2C2C;
    --blue-clr:#1479FF;
    --grey-clr:#555555;
    --lightgreen-clr: #4CDF9B;
    --pink-clr: #FF66B2;
    --green-clr: #21AF21;
    --green-clr2: #26D826;
    --green-clr3: #00f500;
    --theme-gradient: linear-gradient(90deg, #1650E5 0%, #00DFED 99.98%);
    --theme-gradient1: linear-gradient(90deg, #00DFED 0%, #1650E5 100%);
    --sky-gradient: linear-gradient(90deg, #43C5ED 0%, #43EDB8 100%);
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.white-clr,
a.white-clr {
    color: var(--white-clr);
}
.light-grey{
    color: var(--light-grey);
}
.orange-clr {
    color: var(--orange-clr);
}
.purple-clr {
    color: var(--purple-clr);
}
.lightpurple-clr {
    color: var(--lightpurple-clr);
}
.pink-clr{ color : var(--pink-clr);}
.skyblue-clr{color:var(--skyblue-clr);}
.lightgreen-clr{color: var( --lightgreen-clr);}
.red-clr{color:var(--red-clr);}
.blue-clr{color:var(--blue-clr);}
.grey-clr{color:var(--grey-clr);}
.green-clr{color:var(--green-clr)}
.green-clr2{color:var(--green-clr2)}
.green-clr3{color:var(--green-clr3)}
.theme-clr{
    background: linear-gradient(90deg, #015AF1 0%, #24DFBA 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-theme {
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #015AF1 0%, #24DFBA 100%);
    border-image-slice: 1;
    width: 100%;
}
.clr-1{
    color: #4494FF;
}
.clr-2{
    color: #0ABEFF;
}
.clr-3{
    color: #8978F0;
}
.clr-4{
    color: #1CCE8E;
}
.clr-5{
    color: #FF8352;
}
/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    backdrop-filter: blur(10px);
}

.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Section Padding Start */

.sec-pd{
    padding-top: 40px;
    padding-bottom: 40px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .f-md-70{
        font-size: 70px;
    }
}

/* Section Padding End */
img.vert-move {
    -webkit-animation: mover 1s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-10px); }
}

.gap20 {
    gap: 20px;
}


/* sticky bar start */

.cta-btn .timerbg,
.cta-btn .smmltd {
    color: #fff !important;
}



.stickybar {
    display: table;
    margin: 0% 0% 1% 3%;
    width: 94%;
    border-radius: 6px;
    float: left;
    background: #171717;
    opacity: .9;
    position: fixed;
    top: 15px;
    padding: 1%;
    z-index: 9999
}

.stickybar.subscribebox p {
    color: #fff;
    font-size: 13px;
    margin: 0;
    text-align: center
}
.subscribebox a {
    border-radius: 8px;
    background-image: -moz-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -webkit-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -ms-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    box-shadow: 0 10px 0 0 rgba(36,105,181,.004);
    border: 0;
    width: 100%;
    color: #fff;
    box-shadow: 3px 5px 2px 0 #2469ba;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 3px;
    background: rgb(26 168 255);
    box-shadow: 3px 5px 2px 0 rgb(23 146 255);
    font-size: 18px;
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none;
}
@media (min-width:768px) {
    .stickybar {
        display: table;
        margin: 0% 0% 1% 3%;
        width: 94%;
        border-radius: 6px;
        float: left;
        background: #171717;
        opacity: .9;
        position: fixed;
        bottom: 0;
        top: auto;
        padding: 1%;
        z-index: 9999
    }
    .stickybar.subscribebox p {
        color: #fff;
        font-size: 20px;
        margin: 0;
        text-align: center
    }
    
.subscribebox a {
    border-radius: 8px;
    background-image: -moz-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -webkit-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -ms-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    box-shadow: 0 10px 0 0 rgba(36,105,181,.004);
    border: 0;
    width: 100%;
    color: #fff;
    box-shadow: 3px 5px 2px 0 #2469ba;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 3px;
    background: rgb(26 168 255);
    box-shadow: 3px 5px 2px 0 rgb(23 146 255);
    font-size: 30px;
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none
    }
}
.text-new {
    color: #C735F7;
    text-transform: uppercase
}

.blink-soft {
    animation: blinker 1.5s linear infinite
}

@keyframes blinker {
    50% {
        opacity: 0
    }
}

.subscribebox a {
    border-radius: 8px;
    background-image: -moz-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -webkit-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    background-image: -ms-linear-gradient( 124deg,rgb(249,112,145) 0%,rgb(249,122,127) 42%,rgb(249,132,108) 100%);
    box-shadow: 0 10px 0 0 rgba(36,105,181,.004);
    border: 0;
    width: 100%;
    color: #fff;
    box-shadow: 3px 5px 2px 0 #2469ba;
    cursor: pointer;
    padding: 5px 0;
    margin-top: 3px;
    background: rgb(26 168 255);
    box-shadow: 3px 5px 2px 0 rgb(23 146 255);
    font-size: 30px;
    width: 100%;
    float: left;
    text-align: center;
    text-decoration: none
}
.text-new {
    color: #C735F7;
    text-transform: uppercase;
}
.blink-soft {
    animation: blinker 1.5s linear infinite;
}
/* stick bar end */

.theme-btn {
    background: var(--theme-gradient);
    padding: 15px 14px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.theme-btn:hover {
    background: var(--theme-gradient1);
    transition: all .3s ease;
}
@media (min-width: 768px){
    .theme-btn {
        padding: 30px 100px;
    }
}
/* header section start */
/* Header CSS */

.header-section {
    background: linear-gradient(180deg, #FFF 27.3%, #CDEFF6 100%);
    padding: 30px 0px;
}

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;
}

a.affiliate-link-btn {
	border-radius: 10px;
    border-radius: 10px;
    background:var(--theme-gradient);
    text-decoration: none;
    text-align: center;
    display: block;
    padding: 5px 20px;
    font-size: 18px;
    color: var(--white-clr);
    font-weight: 600 !important;
    transition: all .3s ease;
}
a.affiliate-link-btn:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
    color: var(--white-clr) !important;
}
.pre-heading{
    border-radius: 10px;
    border: 1px solid #FF8252;
    backdrop-filter: blur(25px);
    padding: 10px;
    display: inline-block;
}
.post-heading{
    border-radius: 10px;
    background: rgba(20, 121, 255, 0.10);
    backdrop-filter: blur(25px);
    padding:7px 10px;
    display: inline-block;
}

.header-li li{
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/header-li.webp) no-repeat;
    padding: 10px 0px 10px 32px;
    background-position: 0px 15px;
    list-style: none;
}
.review-card {
    background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/review-card-bg.webp") no-repeat;
    background-size: 100% 100%;
    padding: 20px 10px;
}
@media(min-width:768px){
    .f-md-54{
        font-size: 54px;
    }
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 30px 0px 120px 0px;
        position: relative;
    }
    .review-card {
        padding: 25px 40px;
    }
    a.affiliate-link-btn {
		padding: 8px 20px !important;
        font-size: 20px;
	}
    .pre-heading{
        padding: 10px 25px;
    }
    .post-heading{padding: 15px 25px;}

}
/* header section end */


/* forth section end */
.forth-section{background: #ffffff;}

.fe-card{
    border-radius: 10px;
    border: 1px solid rgba(20, 121, 255, 0.50);
    background: #FFF;
    padding: 10px;
    height: 100%;
}

@media(min-width:768px){
    .fe-card{
        padding:20px;
    }
}
/* forth section start */

/* wihtout-sec start */
.wihtout-sec{
    background: #E9F8FB;
    padding-bottom: 120px;
}
.without-box{
    border-radius: 10px;
    border: 1px solid rgba(20, 121, 255, 0.30);
    background: #FFF;
    padding: 10px;
    height: 100%;
}
@media(min-width:768px){
    .wihtout-sec{
        background:  url(https://cdn.oppyotest.com/launches/aipixelperfect/special/without-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 140px 0px 160px;
        /* position: relative; */
    }
    .without-box{
        padding: 20px;
    }
}
/* wihtout-sec end*/

/* btn-sec start */
.btn-sec{
    background: #010f16;
    position: relative;
}
.btn-box {
    border-radius: 20px;
    background: #FFF;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%231479FF' stroke-width='5' stroke-dasharray='10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
    padding: 10px;
    display: inline-block;
}
.btn-box-parent{
    margin-top: -160px;
}
@media(max-width:991px){
    .btn-box-parent{
        margin-top: -190px;
    }
}
@media(max-width:767px){
    .btn-box-parent{
        margin-top: -110px;
    }
}
@media(min-width:768px){
    .btn-sec{
        background: #010f16 url(https://cdn.oppyotest.com/launches/aipixelperfect/special/btn-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .btn-box {
        padding: 20px 30px;
    }
}
/* btn-sec end */


/* testimonial sec start */
.testimonial-sec{
    background: #FFFFFF;
}
.monial-card{
    padding: 20px 10px;
    border-radius: 20px;
}
.monial-card-1 {
    background: #FFF2EB;
    border: 1px solid #FCA474;
}
.monial-card-2 {
    background: #EEEEFD;
    border: 1px solid #9494FF;
}
.monial-card-3 {
    background: #FFF1F8;
    border: 1px solid #FF84C1;
}
.monial-card-4 {
    background: #E3F7FD;
    border: 1px solid #58C2E1;
}
.monial-card-5 {
    background: #E5EEFF;
    border: 1px solid #75A0F0;
}
.monial-card-6 {
    background: #FFF6DF;
    border: 1px solid #E3B53F;
}
.monial-card-7 {
    background: #F9FDE4;
    border: 1px solid #A9C900;
}
.monial-card-8 {
    background: #FFF2EB;
    border: 1px solid #FCA474;
}
@media(min-width:768px){
    .monial-card{
        padding: 40px 30px;
        height: 100%;
    }
}
/* testimonial sec end */

/* audience-sec start */
.audience-sec{
    background: #FFF2EB;
}
.blue-brush-1,.blue-brush-2 {
    color: #0093CE;
}
@media(min-width:768px){
    .f-md-66{
        font-size: 66px;
    }
    .blue-brush-1 {
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/blue-brush-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 34px 0px 20px;
        color: #fff;
    }
    .blue-brush-2{
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/blue-brush-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 34px 0px 20px;
        color: #fff;
    }
}
/* audience-sec end */

/* glimpse-sec start */
.glimpse-sec{
    background: #fff;
    padding-bottom: 130px;
}
.visual-text {
    background:#FFEEB0;
    border: 3px solid #FFD66B;
    border-radius: 15px;
    padding: 10px;
}
@media(min-width:768px){
    .glimpse-sec{
        padding-bottom: 170px;
    }
    .glimpse-img{
        position: relative;
    }
    .glimpse-img::before{
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 8px;
        background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/glimp-line.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .visual-text {
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/visual-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 12px 40px 45px 40px;
        border: unset;
        border-radius: 0px;
        display: inline-block;
    }
    .tip-text{
        position: relative;
    }
    .tip-text::before{
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 8px;
        background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/tip-line.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
/* glimpse-sec end */

/* secret sec start */
.secret-sec{
    background: #ffffff;
}
.secret-text{
    background: #CEEFF6;
    border-radius: 0px 0px 10px 10px;
    padding: 10px;
}

@media(min-width:768px){
    .bottom-border::before{
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 8px;
        background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/border-bottam.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .secret-text{
        padding: 40px 50px;
        border-radius: 20px;
    }
}
/* secret sec end */

/* brands sec start */
.brands-sec{
    background: linear-gradient(180deg, #CEEFF6 0%, #FFF 98.59%);
}
.brands-h{
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/brands-h.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 50px;
}
.mt-top{
    margin-top: -30px;
}
.brand-text{
    position: relative;
}

.brand-text p{
    background: linear-gradient(90deg, #D4ABC3 0%, #7D9BE4 100%);
    display: inline-block;
    border-radius: 13px;
    position: relative;
    padding: 3px 15px;
}
.brand-text::before {
    content: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/brands-border.webp);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.brand-image {
    /* background: white; */
    position: relative;
    z-index: 2;
    display: inline-block;
    /* border-radius: 20px; */
}

.brand-text p {
    z-index: 1;
    position: relative;
}
@media(min-width:768px){
    .brands-sec{
        /* background:#ffffff url(https://cdn.oppyotest.com/launches/aipixelperfect/special/brands-bg.webp) no-repeat top center;
        background-size: cover; */
        padding: 0px 0px 50px;
    }
}
/* brands sec end */

/* grabbing image sec start */
.grabbing-image{
    background: #ffffff;
    padding: 0px 0px 40px;
}

/* grabbing image sec end */

/* my-business sec start  */
.business-sec{
    background: #fff1e8;
}

.num1{
    border-radius: 10px;
    border: 1px solid rgba(255, 130, 82, 0.5);
    background: #FFFFFF;
    padding: 10px;
}
.num1-shape{
    background:#FF8252;
    border-radius: 50%;
    padding: 22px 12px;
}
.num2-shape{
    background:#FF8252;
    border-radius: 50%;
    padding: 22px 15px;
}
.num3-shape{
    background:#FF8252;
    border-radius: 50%;
    padding: 22px 23px;
}

@media(min-width:768px){
    .business-sec{
        background:#ffffff url(https://cdn.oppyotest.com/launches/aipixelperfect/special/business-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 260px 0px 120px;
    }
    .num1{
        border-radius: 70px;
        padding: 20px 30px 20px 20px;
    }
}
/* my-business sec end  */

/* results sec start */
.result-sec{
    background: #ffffff;
}

.red-brush{
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/red-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}

.blue-brush{
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/blue-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}

@media(min-width:768px){
    .result-b::before{
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 8px;
        background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/result-b.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* results sec end */

/* checkout sec start */
.checkout-sec{
    background: #E9F8FB;
}

.checkout-h{
    background: #FFEAEA;
    border: 1px solid rgba(255, 44, 44, 0.2);
    display: inline-block;
    position: relative;
    border-radius: 100px;
    padding: 10px;
}

@media(min-width:768px){
    .checkout-h{
        padding: 12px 130px 12px 30px;
    }
    .checkout-h::after{
        content: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/emoji-thanking.webp);
        position: absolute;
        top: -30px;
        right: 30px;
    }

    .checkout-b1::before{
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 8px;
        background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/checkout-border.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .checkout-b2::after{
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 8px;
        background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/checkout-border1.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* checkout sec end */


/* what-do-sec start */
@media(min-width:768px){
    .what-do-sec{
        padding: 100px 0px 0px;
    }
}
/* what-do-sec end */

/* lured-sec start */
.lured-sec{
    background: #FFF1E9;
}
.lured-h{
    background: #fff;
    border: 1px solid rgba(255, 44, 44, 0.2);
    display: inline-block;
    position: relative;
    border-radius: 100px;
    padding: 10px;
}
.lured-sec-card{
    border-radius: 10px;
    border: 2px solid rgba(255, 130, 82, 0.30);
    background: #FFF;
    box-shadow: -5px 5px 10px 0px rgba(255, 130, 82, 0.15);
    padding: 25px 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}
@media(min-width:768px){
    .lured-sec{
        background:#fff url(https://cdn.oppyotest.com/launches/aipixelperfect/special/Lured-sec-bg.webp) no-repeat top center;
        background-size: cover;
        padding-top: 250px;
    }
    .lured-h{
        padding: 12px 110px 12px 30px;
    }
    .lured-h::after{
        content: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/thinking-face-emoji.webp);
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
    }
}
/* lured-sec end */

/* expensive-section start */
.expensive-h{
    background: #0093CE;
    backdrop-filter: blur(25px);
    padding: 12px 30px;
    border-radius: 50px;
    display: inline-block;
}
.expensive-card{
    border-radius: 20px;
    border: 1px solid rgba(255, 44, 44, 0.40);
    background: #FFF;
    padding: 30px 20px;
    padding-top: 80px;
    position: relative;
}
.expensive-card::before {
    background: url('https://cdn.oppyotest.com/launches/aipixelperfect/special/expensive-logo.webp') no-repeat;
    content: '';
    position: absolute;
    width: 150px;
    height: 80px;
    top: 10px;
    left: 7px;
}
.expensive-red-box{
    padding: 30px;
    position: relative;
}
.expensive-red-box::after{
    position: absolute;
    content: '';
    border-radius: 20px;
    background: rgba(255, 44, 44, 0.10);
    height: 100%;
    width: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
}
.blue-brush-1.excited-emoji{
    display: inline-block;
    position: relative;
}
@media(min-width:768px){
    .blue-brush-1.excited-emoji{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 120px;
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/blue-brush-3.webp") no-repeat;
        background-size: 100% 100%;
    }
    .blue-brush-1.excited-emoji::after{
        content: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/excited-emoji.webp);
        position: absolute;
        top: 64%;
        left: 40px;
        transform: translateY(-50%);
    }
    .expensive-red-box{
        padding: 60px 0;
    }
    .expensive-red-box::after{
        width: calc(100% + 10%);
    }
}
@media(min-width:1400px){
    .expensive-red-box::after{
        width: calc(100% + 200px);
    }
}
/* expensive-section end */

/* not-anymore-sec start */
.not-anymore-sec{
    background: #E9F8FB;
}
.not-anymore-sec-card{
    border-radius: 10px;
    border: 1px solid rgba(20, 121, 255, 0.30);
    background: #FFF;
    padding: 25px;
    filter: drop-shadow(-5px 5px 15px rgba(0, 0, 0, 0.15));
    display: flex;
    align-items: center;
    gap: 20px;
    height: 100%;
}
/* not-anymore-sec end */

/* proudly sec start */
.clr-6{
    color: #04A5FF;
}
.proud-section{
    background: #020D11;
    padding: 30px 0px;
}
.proud-section .heading {
    background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/proudly-head.webp");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 12px;
}
body .theme-btn{
    outline: 5px solid rgba(20, 121, 255, 0.20);
}
@media (min-width: 768px) {
    .proud-section{
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/proudly-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 140px;
    }
    .proud-section .heading {
        padding: 9px 50px;
    }
    body .theme-btn{
        outline: 10px solid rgba(20, 121, 255, 0.20);
    }
}
/* proudly sec end */
/* fifth Section Start */

.fifth-section{
    background: #ffffff;
}

/* steps-card */
.heading-tabs:not(.collapsed) .steps-card,
.heading-tabs:not(.collapsed) .steps-icon{
    border-color: var(--blue-clr);
}
.steps-card .steps-icon{
    min-width: 80px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: white;
    fill: white;
    filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.25));
    transition: 0.5s ease-in-out;
    border: 2px solid transparent;
}

.steps-tabs{
    /* height: 750px; */
    overflow: hidden;
}
.steps-card{
    height: auto;
    transition: all 0.5s ease-in-out;
    border: 2px solid transparent;
}

@media (min-width: 768px) {
    .steps-card .steps-icon{
        min-width: 100px;
        min-height: 100px;   
    }
}
/*  */

.steps-card p{
    color: #101010;
}
.steps-section .media{
    position: relative;
    padding: 80px 0 ;
}
.steps-section .media img{
    position: relative;
    z-index: 2;
}

.steps-section .media::before{
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 100%;
    border-radius: 10px;
    background: url('https://cdn.oppyotest.com/launches/bookcreator/jv/demo.webp'), lightgray 50% / cover no-repeat;
    filter: blur(15px);
    z-index: 0;
    opacity: 0.4;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.steps-card{
    transition: all .8s ease-in-out;
    border-radius: 20px;
    background: #CEEFF6;
}
.heading-tabs{
    background: #CEEFF6;
    border: none;
    outline: none;
    padding: 0;
    text-align: left;
    border-radius: 20px;
}

.steps-section .nav-link.active .steps-card,
.steps-section .nav-link.active .steps-card .steps-icon{
    border: 1px solid var(--purple-clr);
}
.steps-section .nav-link.active .steps-card{
    height: 360px;
    border-left: 7px solid #0340f2;
}
.steps-section .nav-link.active .step-arrow{
    display:none !important;
}
/* 
.steps-section .nav-link.active .steps-card h4,
.steps-section .nav-link.active .steps-card p{
    color: #fff!important;
} */

/* fifth Section End */


/* demo section start */
.demo-sec{background:#F1FCFF;}
@media(min-width:768px){
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/demo.webp) no-repeat top center;
        background-size: cover;
    }
}
/* demo section end */

/* checkout sec start */
.check-sec{
    background: linear-gradient(90deg, rgb(3 13 35) 0%, rgb(1 32 35) 99.98%);
}
.check-text{
    color: var(--blue-clr);
}
.check-sec .container{
    position: relative;
    z-index: 1;
}
@media(max-width:1200px){
     .check-sec::after{
        display: none;
     }
}
@media(min-width:768px){
    .check-sec{
        background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/check-bg.webp) no-repeat center center;
        background-size: cover;
        position: relative;
    }
    .check-sec::after {
        content: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/monkey.webp");
        position: absolute;
        bottom: -33px;
        right: 0px;
        z-index: 0;
    }
    .check-text{
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/check-brush.webp") no-repeat;
        background-size: 100% 100%;
        padding: 5px 60px;
        display: inline-block;
        color: #000;
    }
}
/* checkout sec end */

/* benefites sec start */
.blue-brush-3, .blue-brush-4{
    color: #0093CE;
}
.orange-brush, .orange-brush-1{
    color: #FF8252;
}
@media(min-width:768px){
    .blue-brush-3 {
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/blue-brush-3.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 30px;
        color: #fff;
    }
    .blue-brush-4 {
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/blue-brush-4.webp") no-repeat;
        background-size: 88% 100%;
        padding: 10px 30px;
        display: inline-block;
        color: #fff;
    }
    .orange-brush{
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/orange-brush.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 30px;
        color: #fff;
    }
    .orange-brush-1{
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/orange-brush-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 10px 31px;
        color: #fff;
    }
}
.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;
}
/* benefites sec end */

/* slider-image-sec starts */
.slider-image-sec{
    background: linear-gradient(90deg, rgba(22, 80, 229, 0.08) 0%, rgba(0, 223, 237, 0.08) 99.98%), #000000;
}
.slider-image-sec-head{
    position: relative;
}
@keyframes slider-image-running {
    0% { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}
@keyframes slider-image-running-opposite {
    0% { transform: translateX(0); }
    100% { transform: translateX(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 50s linear infinite;
    width: 400%;
}

@media (min-width: 768px) {
    .slider-image-sec-head::before{
        content: '';
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 8px;
        background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/slider-image-sec-head.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .slider-main-image img {
        width: 250%;
    }
}
/* with style-2 */
.slider-image-sec.style-2{
    background: #fff;
}
.slider-main-image.style-2 img{
    animation: slider-image-running-opposite 50s linear infinite;
}
.slider-main-image-parent{
    position: relative;
}
.pixel-perfect{
    display: inline-flex;
    flex-direction: column;
    border-radius: 20px;
    border: 2px solid rgba(255, 255, 255, 0.50);
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(5px);
    padding: 50px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
@media (max-width : 1440px){
    .pixel-perfect{
        zoom: 0.6;
    }
}
@media (max-width : 768px){
    .pixel-perfect{
        zoom: 0.5;
    }
}
@media (max-width : 575px){
    .pixel-perfect{
        zoom: 0.3;
    }
}
/* with style-2 */
/* slider-image-sec ends */


/* saves sec start */
.green-brush{
    color: #21AF21;
}
@media(min-width:768px){
    .green-brush {
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/green-brush.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 30px;
        color: #fff;
    }
}
/* saves sec end */

/* everyone-sec starts */
.everyone-sec{
    background: #FFF5EF;
}
.everyone-sec-head{
    position: relative;
    display: inline-block;
}
.everyone-sec-card{
    border-radius: 10px;
    border: 1px solid rgba(255, 130, 82, 0.50);
    background: #FFF;
    padding: 20px;
    height: 100%;
}
@media (min-width: 768px) {
    .everyone-sec-card{
        padding: 25px;
    }
    .everyone-sec-head::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 8px;
        background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/everyone-sec-head.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
}
/* everyone-sec ends */

/* competition-sec starts */
.competition-sec{
    background: #fff;
}
.competition-sec-head{
    position: relative;
    display: inline-block;
}
@media (min-width: 768px) {
    .competition-sec-head::after{
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 8px;
        background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/competition-sec-head.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }
}

/* compare section start */
.compare-card1{
    border-radius: 20px 0px 0px 20px;
    border-top: 5px solid rgba(22, 80, 229, 0.3);
    border-bottom: 5px solid rgba(22, 80, 229, 0.3);
    border-left: 5px solid rgba(22, 80, 229, 0.3);
    background: #FFF;
    /* height: 100%; */
}
.compare-head {
    border-radius: 20px 0px 0px 0px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 21px 40px;
}
.compare-head4{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 31px 20px;
}
.compare-list li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 10px 20px;
    list-style: none;
}
.gradient-border{
    border-radius: 20px;
    border: double 2px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 0px 20px 1px rgba(5, 184, 233, 0.25);
    margin-top: -43px;
}

.compare-card2{
    border-radius: 20px;
}
.compare-head2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    padding: 30px 45px;
    border-radius: 20px 20px 0px 0px;
}
.compare-list2 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #fff;
    padding: 15px 20px;
    list-style: none;
    position: relative;
}

.compare-list2 li:nth-child(1) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(2) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(3) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(4) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(5) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(6) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(7) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(8) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(9) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(10) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(11) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(12) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(13) {
    padding: 28px 20px !important;
}
.compare-list2 li:nth-child(14) {
    padding: 14px 20px !important;
}
.compare-list2 li:nth-child(15) {
    padding: 14px 20px !important;
}
.compare-list2 li:nth-child(16) {
    padding: 14px 20px !important;
}
.compare-list2 li:nth-child(17) {
    padding: 10px 20px !important;
}
.compare-list2 li:nth-child(18) {
    padding: 10px 20px !important;
}
.compare-list2 li:nth-child(19) {
    padding: 14px 20px !important;
}
.compare-list2 li:nth-child(20) {
    padding: 14px 20px !important;
}

.compare-card3{
    border-top: 5px solid rgba(253, 32, 108, 0.3);
    border-bottom: 5px solid rgba(253, 32, 108, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    /* height: 100%; */
}
.compare-head3{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 25px 20px;
}
.compare-head5{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
    padding: 21px 20px 21px;
    border-radius: 0px 20px 0px 0px;
}
.compare-list3 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    background: #FFF;
    padding: 15px 20px;
    list-style: none;
}
.compare-list3 li:nth-child(1) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(2) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(3) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(4) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(5) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(6) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(7) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(8) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(9) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(10) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(11) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(12) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(13) {
    padding: 28px 20px !important;
}
.compare-list3 li:nth-child(14) {
    padding: 14px 20px !important;
}
.compare-list3 li:nth-child(15) {
    padding: 14px 20px !important;
}
.compare-list3 li:nth-child(16) {
    padding: 14px 20px !important;
}
.compare-list3 li:nth-child(17) {
    padding: 10px 20px !important;
}
.compare-list3 li:nth-child(18) {
    padding: 10px 20px !important;
}
.compare-list3 li:nth-child(19) {
    padding: 14px 20px !important;
}
.compare-list3 li:nth-child(20) {
    padding: 14px 20px !important;
}

.compare-card4{
    border-top: 5px solid rgba(253, 32, 108, 0.3);
    border-bottom: 5px solid rgba(253, 32, 108, 0.3);
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
}
.compare-card5 {
    border-radius: 0px 20px 20px 0px;
    border-top: 5px solid rgba(0, 223, 237, 0.3);
    border-bottom: 5px solid rgba(0, 223, 237, 0.3);
    border-right: 5px solid rgba(0, 223, 237, 0.3);
    background: #FFF;
    /* height: 100%; */
}
.compare-list3 li:nth-child(8),.compare-list3 li:nth-child(9) {
    padding: 13.3px 27px;
}
.compare-card4 .compare-list li:nth-child(10) {
    padding: 24.5px 27px;
}
.compare-bottom{
    background: #fff;
    padding: 15px 20px;
    border-radius: 0 0 0 15px;
}
.compare-bottom1{
    background: var(--theme-gradient);
    padding: 36px 20px;
    border-radius: 0 0 17px 17px;
}
.compare-bottom2{
    background: rgba(255, 54, 29, 0.15);
    padding: 30px 20px;
    /* border-radius: 0 0 17px 17px; */
}
.compare-bottom3{
    background: #fff;
    padding: 15px 20px;
    border-radius: 0 0 15px 0px;
}
.compare-hr{border: 1px solid #000000;}

/* comapre section end */

/* competition-sec ends */


/*compare section start*/
.compare-section{
    background:#D8F2FF;
}
.normal-chatbot{
    padding: 15px 30px 15px 30px;
    background: #FFFFFF;
    border-radius: 20px 20px 0 0 ;
}
.normal-chatbot-bullets{
    margin-bottom: 30px;
}
.normal-chatbot-bullets li {
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/thumb-up.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 10px 20px 10px 45px;
    background-position: 5px 10px;
    text-transform: capitalize;
    
}
.normal-chatbot-bullets li:nth-child(odd) {
    background-color: rgba(20, 121, 255, 0.12);
}
.normal-chatbot-bullets li:nth-child(even) {
    background-color: #FFFFFF;
}
.normal-chatbot-bullets li:last-child{
    border-radius: 0 0 0 20px;
}
.our-chatbox-design{
    border-radius: 20px;
    border: 1px solid #1479FF;
    background: #FFF;
    box-shadow: 10px 4px 30px 0px rgba(0, 0, 0, 0.15);
}
.our-chatbot{
    background: #FFFFFF;
    border: 1px solid rgba(255, 44, 44, 0.50);
    border-radius: 20px 20px 0 0;
    padding: 15px 10px 15px 10px;
}
.our-chatbot-bullets{
    border: 1px solid rgba(255, 44, 44, 0.50);
    border-top: none;
    border-radius: 0 0 20px 20px;
}
.our-chatbot-bullets li {
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/thumb-down.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 10px 20px 10px 45px;
    background-position: 5px 10px;
    text-transform: capitalize;
    background-color: #ffffff;
}
.our-chatbot-bullets li:last-child {
    border-radius: 0 0 20px 20px;
}
.our-chatbot-bullets li:nth-child(odd) {
    background-color: #FFE1DF;
}

@media(min-width:768px){
    .compare-section{
        background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/compare-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .customer-wall{
        padding: 45px 30px;
    }
    .normal-chatbot {
        padding: 54px 133px 54px 133px;
        background: #FFFFFF;
        border-radius: 20px 20px 0px 0px;
    }
    .normal-chatbot-bullets li {
        padding: 25px 30px 25px 74px;
        background-position: 26px 25px;
        /* min-height: 118px; */
    }

    .normal-chatbot-bullets li:nth-child(1) {
        background-position: 26px 23px;
        padding: 25px 30px 25px 74px;
    }
    .normal-chatbot-bullets li:nth-child(6), .normal-chatbot-bullets li:nth-child(9) {
        background-position: 26px 40px;
        padding: 42px 28px 42px 74px;
    }
    .our-chatbot-bullets{
        /* margin-bottom: 40px; */
        background: #FFFFFF;
        border-left: none;
        border-right: 1px solid rgba(255, 44, 44, 0.50);
        border-bottom: 1px solid rgba(255, 44, 44, 0.50);
        border-radius: 0 0 20px 0;
    }
    .our-chatbot {
        background: rgba(255, 255, 255, 1);
        border-radius: 0px 20px 0px 0px;
        padding: 39px 110px;
        border-top: 1px solid rgba(255, 44, 44, 0.50);
        border-right: 1px solid rgba(255, 44, 44, 0.50);
        border-left: none;
        border-bottom: none;
        margin-top: 31px;
    }
    .our-chatbot-bullets li {
        padding: 25px 30px 25px 74px;
        background-position: 26px 25px;
        /* min-height: 118px; */
    }
    .our-chatbot-bullets li:nth-child(2), .our-chatbot-bullets li:nth-child(3), .our-chatbot-bullets li:nth-child(7), .our-chatbot-bullets li:nth-child(10) {
        background-position: 26px 40px;
        padding: 42px 28px 36px 74px;
    }
    .our-chatbot-bullets li:nth-child(6),.our-chatbot-bullets li:nth-child(9){
        background-position: 26px 27px;
        padding: 28px 28px 28px 74px;
    }
}
/* compare section end */


/* bonus section start */
.bonus-headline {
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/bonus-heading.webp) no-repeat center center;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
    padding: 10px 20px;
}
.bonus-section-shape {
    display: inline-block;
    border-radius: 20px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    height: 100%;
}
.bonus-section-shape-inner {
    padding: 20px;
}
.bonus-headline-top {
    background: var(--theme-gradient);
    padding: 16px 40px 12px 40px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
}
@media (min-width: 768px){
    .bonus-headline {
        padding: 15px 105px 15px 50px;
    }
    .bonus-headline::before {
        position: absolute;
        top: -7px;
        right: -30px;
        content: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/bonus-gift.webp);
    }
    .bonus-section-shape-inner {
        padding: 30px;
    }
    .margin-t-60 {
        margin-top: -60px;
    }
    .bonus-headline-top {
        padding: 16px 40px 12px 40px;
    }
}
/* bonus section end */

/* risk free section start */
.riskfree-section {
    background: #010f18;
    padding: 30px 0px;
}
@media (min-width: 768px){
    .riskfree-section {
        padding: 100px 0px;
        background: #010f18 url(https://cdn.oppyotest.com/launches/aipixelperfect/special/moneyback-bg.webp) no-repeat center top;
        background-size: 100% 100%;
    }
}
/* risk free section end */

/* table section start */
.tablebox2 {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 20px;
    border: solid 10px #C7E5F8;;
}
.tbbg2 {
    background: linear-gradient(0deg, #C7E5F8 0%, #C7E5F8 100%);
    padding: 50px 30px 30px 30px;
}
ul.vgreytick {
    padding: 0;
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/header-li.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}
.personal{
    background: #fff;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
.vgreytick3 li.headline1{
    background: #FFDFDF;
    padding: 20px 0px 20px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #FF2C2C;
}
.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick3 li {
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/cross2.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.tablebox3 {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 20px;
    border: solid 10px #100D22;;
}
.tbbg3 {
    background: #100D22;
    padding: 50px 30px 30px 30px;
    position: relative;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 70px;
    display: inline-block;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-wrap: nowrap;
}
.commercial{
    background: #FCBB2F;
    border-radius: 48px;
    padding: 1% 5%;
    display: inline-block;
}
.vgreytick li.headline2{
    background: #100D22;
    padding: 20px 0px 20px 0px;
    background-position: 0px !important;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #ffffff;
}
@media (min-width: 768px){
    .tbbg2 {
        min-height: 280px;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    ul.vgreytick3 li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    .tbbg3 {
        min-height: 280px;
    }
}
/* table section end */

/* faq section start */
.faq-section {
    background: #ffffff;
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/faq-icon.webp) no-repeat top left;
    padding: 20px 15px 20px 40px;
    background-position: 10px 25px;
    border: 1px solid rgba(20, 121, 255, 0.50);
    border-radius: 10px;
}
/* faq section end */

/* Contact Section Start */
.contact-section{
    padding: 30px 0px;
    background: #F1F7FA;
}
.container-box{
    padding: 20px;
    position: relative;
    background: #030f28;
    border-radius: 30px;
}
.terms-list li {
    list-style: none;
    padding: 0 0 20px 0px;
}
@media(min-width:768px){
    .contact-section{
        padding: 100px 0px;
    }
    .container-box{
        padding: 80px;
        background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/contact-bg.webp) no-repeat center center;
        background-size: 100% 100%;
    }
}

/*  */

/* Footer Section Start */
.footer-section{
    background: var(--black-clr);
    padding: 30px 0px;
}
.footer-ul{
    padding: 0px;
    margin: 0px;
}
.footer-ul li{
    display: inline;
}
.agent{
    max-height: 140px;
    border-radius: 50%;
}
@media (min-width: 768px) {
    .footer-section {
        padding: 50px 0px;
    }
}
.cleint-frame {
    /* background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/client-frame.webp) no-repeat;
    background-size: 100% 100%; */
    border: 5px solid var(--blue-clr);
    border-radius: 12px;
    /* padding: 7px; */
}
/* Footer Section End */

/* drag and drop start */

.dragme{
    position: absolute;
    margin: 10px 0;
    top: 0;
    left: 0;
}

.drag-drop-sec .dragme:nth-child(2) {
    top: 20%;
    left: 3%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(3) {
    top: 20%;
    left: 15%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(4) {
    top: 60%;
    left: 17%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(5) {
    top: 18%;
    left: 50%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(6) {
    top: 55%;
    left: 84%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(7) {
    top: 15%;
    left: 79%;
    cursor: pointer;
}
.drag-drop-sec .dragme:nth-child(8) {
    top: 80%;
    left: 40%;
}

/* hover */
.drag-drop-sec .dragme:nth-child(2):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}
.drag-drop-sec .dragme:nth-child(3):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}
.drag-drop-sec .dragme:nth-child(4):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}
.drag-drop-sec .dragme:nth-child(5):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}

.drag-drop-sec .dragme:nth-child(6):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}
.drag-drop-sec .dragme:nth-child(7):hover{
    transform: scale(1.1);
    transition: all ease .5s;
}

@media (min-width: 768px) {
    .drag-drop-sec{
        background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/drag&drop-bg.webp") no-repeat center center;
        background-size: 100% 100%;
        height: 90vh;
        position: relative;
    }
}

/* drag and drop end */

/* Floating Btn */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:50px;
    height:50px;
    background: var(--theme-gradient);
    text-indent:-9999px;
    display:none;
    -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-gradient1);
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*  */

/* slider start  */

.swiper {
    /* width: 400px;
    height: 300px; */
    padding: 50px;
  }

  .swiper-slide {
    background-position: center;
    background-size: cover;
    /* width: 300px;
    height: 300px; */
    height: 100%;

  }
  .swiper-slide {
    overflow: hidden;
    border-radius: 6px 6px 10px 10px;
    background: #fff;

  }
  .swiper-slide img {
    display: block;
    width: 100%;
  }
.swiper-button-next:after,.swiper-button-prev:after {
    display: none;
}

/* timer start */
/* .timer-box{
    background: grey;
    border-radius: 20px;
    padding: 10px;
} */
/* timer end */

/* fingertips-sec starts */
.fingertips-sec{
    background: #fff;
}
.fingertips-sec-head{
    position: relative;
    padding: 10px 20px;
    display: inline-block;
    background: #0364ad;
    border-radius: 0 30px;
}
.fingertips-sec-card{
    border-radius: 10px;
    border: 1px solid rgba(20, 121, 255, 0.50);
    background: #FFF;
    padding: 20px;
    height: 100%;
}
@media (min-width: 768px) {
    .fingertips-sec-head{
        background: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/fingertips-sec-head.webp);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        padding: 20px 125px;
        border: unset;
    }
}
/* fingertips-sec ends */

/* hastag-one-sec starts */
.hastag-one-sec{
    position: relative;
    padding: 100px 0px 80px;
}
.hastag-one-sec img{
    position: relative;
    z-index: -1;
}
@media (min-width : 1201px){
    .hastag-one-sec .container{
        position: absolute;
        top: 240px;
        z-index: 5;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width : 1200px){
    .hastag-one-sec{
        background: #000;
    }
    .hastag-one-sec img{
        display: none;
    }
}
/* hastag-one-sec ends */

/* watermarks-sec starts */
.watermarks-sec{
    background: #E9F8FB;
}
.glimpse-img.style-2::before{
    background-image: url(https://cdn.oppyotest.com/launches/aipixelperfect/special/glimp-line2.webp);
}
.watermarks-head{
    padding: 10px 20px;
    border-radius: 10px;
    background: #21AF21;
    display: inline-block;
    display: inline-flex;
    gap: 15px;
    align-items: center;
}
/* watermarks-sec ends */

/* testimonial-sec */
.testimonial-sec{
    background: rgba(255, 245, 239, 1);
}
/* testimonial-sec */

/* ======================== */
.saves-sec{
    padding: 40px 0px 80px;
}
.red-box{
    border-radius: 10px;
    border: 1px solid rgba(255, 44, 44, 0.30);
    background: rgba(255, 44, 44, 0.10);
    padding: 10px;
}
.blue-box{
    border-radius: 10px;
    border: 1px solid #1479FF;
    background: rgba(20, 121, 255, 0.15);
    padding: 10px;
    height: 100%;
}
.one-time-text{
    background: url("https://cdn.oppyotest.com/launches/aipixelperfect/special/one-time-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 12px 30px;
}
@media (min-width: 768px) {
    .red-box{
        padding: 20px;
    }
    .blue-box{
        padding: 30px 20px 23px;
    }    
}