html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #010101;
    font-size: 14px;
    /* overflow-x: hidden; */
}

/* font-family */
.caveat{
    font-family: "Caveat", system-ui;
}
.mina {
    font-family: "Mina", sans-serif;
}
.italic{
    font-style: italic;
}
.passero {
    font-family: "Passero One", sans-serif;
  }
/* font-family */

html::-webkit-scrollbar {
    width: 10px; 
 }

html::-webkit-scrollbar-track {
  background-color: #eee;
}

html::-webkit-scrollbar-thumb {
  background: var(--blue-theme);
  border-radius: 25px;
}
.object-fit-contain{
    object-fit: contain;
}

:root {
    --black-clr: #010101;
    --black-clr-2: #010101B2;
    --white-clr: #fff;
    --light-white: #01010199;
    --pink-clr: #F75282;
    --purple-clr: #8346BF;
    --red-clr:#FF4E4E;
    --red-clr1:#FF373C;
    --red-clr2:#FF462F;
    --red-clr3:#FF5E4A;
    --red-clr4:#FF2C2C;
    --red-clr5:#FF361D;
    --green-clr: #33952A;
    --green-clr1: #36B82A;
    --green-clr2: #3AC43F;
    --blue-clr:#1D5FE9;
    --blue-clr1:#1D7EEB;
    --orange-clr: #F37941;
    --orange-clr1: #FF4D00;
    --orange-clr2: #F56523;
    --orange-clr3: #FF4C00;
    --orange-clr4: #FF824D;
    --orange-clr5: #FF5924;


    --yellow-clr: #FFEA00;
    --blue-theme: linear-gradient(268.12deg, #1D5FE9 12.87%, #1C93EC 57.6%, #1DCAF5 96.69%);
    --theme-clr: linear-gradient(90deg, #FF5924 0%, #ED920E 100%);
    --theme-clr-1: linear-gradient(90deg, #ED920E 0%, #FF5924 100%);
    --light-gradient: linear-gradient(180deg, #FFFFFF 20%, rgba(255, 255, 255, 0) 100%);
    /*--yellow-clr1: #FFCB34;*/
}
/* Color CSS */

.black-clr {color: var(--black-clr)}
.black-clr-2 {color: var(--black-clr-2)}
.white-clr,a.white-clr { color: var(--white-clr);}
.light-white{color: var(--light-white);}
.pink-clr{color: var(--pink-clr);}
.blue-clr{color:var(--blue-clr)} 
.blue-clr1{color:var(--blue-clr1)} 
.purple-clr{color: var(--purple-clr);}
.red-clr{color:var(--red-clr);}
.red-clr1{color:var(--red-clr1);}
.red-clr2{color:var(--red-clr2);}
.red-clr4{color:var(--red-clr4);}
.red-clr5{color:var(--red-clr5);}
.green-clr1{color:var(--green-clr1)}
.green-clr2{color:var(--green-clr2)}
.orange-clr{color:var(--orange-clr);}
.orange-clr1{color:var(--orange-clr1);}
.orange-clr2{color:var(--orange-clr2);}
.orange-clr3{color:var(--orange-clr3);}
.orange-clr4{color:var(--orange-clr4);}
.orange-clr5{color:var(--orange-clr5);}




.red-clr3{color:var(--red-clr3);}
.green-clr{color:var(--green-clr)}
.yellow-clr{color:var(--yellow-clr);}

/* 
.yellow-clr1{color:var(--yellow-clr1);}*/

.blue-theme{
    background: var(--blue-theme);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-clr{
    background: var(--theme-clr);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-br {
    border-bottom: 3px solid transparent;
    border-image: var(--theme-clr);
    border-image-slice: 1;
    width: 100%;
}
.light-gradient{
    background: var(--light-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
/* Responsive Video CSS */

.responsive-video {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    /* border: 5px solid #A0D3FF; */
    /* 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: 30px;
    padding-bottom: 30px;
}
@media (min-width:768px){
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* 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;
}

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-clr-1);
    color: var(--white-clr);
}
.cta-btn-border {
    border: 3px dashed #000000;
    border-radius: 10px;
    padding: 0px;
}

.cta-btn-bg {
    background: url('https://cdn.oppyotest.com/launches/mailempireai/special/cta-btn-border.webp') no-repeat center center; 
    background-size: cover; 
    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 {
        padding: 30px;
        border-radius: 10px;
    }
}
/*  */



/* header section start */

/* sticky bar start */

.fixed-top-bar {
    background: #000;
    padding: 10px 0;
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99
}
.fixed-top-bar a {
    font-size: 18px;
    font-weight: 600;
    /* text-transform: uppercase; */
    color: #ffffff;
    background: var(--theme-clr);
    border-radius: 5px 5px 5px 5px;
    padding: 12px 9px 12px;
    text-decoration: none;
}

/* stick bar end */
.theme-btn {
    background: var(--theme-clr);
    padding: 15px 15px;
    border-radius: 10px;
    display: inline-block;
    text-decoration: none;
    transition: all .3s ease;
}
.theme-btn:hover {
    transition: all .3s ease;
    background: var(--theme-clr-1);
    color: var(--white-clr) !important;
}


.header-sec{
    background: linear-gradient(180deg, #FFFFFF 0%, #92D5FF 100%);
    position: relative;
}
.post-head{
    padding: 10px;
    background: linear-gradient(90deg, rgba(0, 89, 242, 0) 0%, rgba(0, 89, 242, 0.2) 50%, rgba(0, 89, 242, 0) 100%);
    display: inline-block;
}
.main-heading {
    background: #ffffff;
    border: 3px solid rgba(29, 202, 245, 0.502);
    border-radius: 10px 10px 5px 5px;
    padding: 20px 10px;
    display: inline-block;
}
.gradiant-frame{
    background: var(--blue-theme);
    padding: 0px 15px;
    display: inline-block;
    border-radius: 10px;
}
.zero-text{
    background: #F37941;
    border-radius: 0 0 20px 20px;
    padding: 13px 20px 7px 19px;
    display: inline-block;
}
.heading-gradiant{
    background: var(--theme-clr);
    border-radius: 10px;
    display: inline-block;
    padding: 4px 18px;
}
.post-heading{
    border: 1px dashed #1D7EEB;
    background: #1D7EEB1A;
    border-radius: 10px;
    display: inline-block;
    padding: 15px;
}
.header-ul{
    padding: 20px 15px;
    background: var(--white-clr);
    border: 1px solid #1D7EEB33;
    border-radius: 15px;
}
.header-ul li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/tick.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 20px 37px;
}
.header-ul li:last-child{
    padding-bottom: 0px;
}
.green-frame{
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/green-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
.exclusive-text{
    background: #ffffff;
    border: 1px dashed var(--red-clr1);
    border-radius: 10px;
    padding: 10px;
}
.red-frame-1{
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/red-frame-1.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 2px 15px;
}
.clr-1{
    color: #36B82A;
}
.clr-2{
    color: #009FBB;
}
.clr-3{
    color: #DD33D0;
}
.clr-4{
    color: #FF9B08;
}
.clr-5{
    color: #FF5924;
}
@media(min-width:768px){
    .header-sec{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/header-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 100px;
    }
    .post-head {
        padding: 8px 40px;
    }
    .main-heading {
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/main-head.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 34px 25px;
        border: unset;
        border-radius: unset;
    }

    .post-heading{
        padding: 16px 21px 17px;
    }
    .exclusive-text{
        padding: 14px;
    }
    .theme-btn {
        padding: 22px 100px;
    }
    .theme-btn:hover {
        transform: scale(1.04);
    }
    .green-frame{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/green-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 4px 8px;
    }
}
/* header section end */

/* step sec start */
.step-sec{
    background: var(--white-clr);
}
.step-frame{
    background: #4B76BA;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}
.step-card{
    padding: 10px 15px 20px;
    display: inline-block;
}
.step-card-1 {
    background: #ffffff;
    border-radius: 20px;
    border-top: 10px solid #2B9EDE;
    border-right: 1px solid #2B9EDE;
    border-bottom: 10px solid #2B9EDE;
    border-left: 1px solid #2B9EDE;
}
.step-card-2{
    background: #ffffff;
    border-radius: 20px;
    border-top: 10px solid #1D7EEB;
    border-right: 1px solid #1D7EEB;
    border-bottom: 10px solid #1D7EEB;
    border-left: 1px solid #1D7EEB;
}
.step-card-3{
    background: #ffffff;
    border-radius: 20px;
    border-top: 10px solid #FD346E;
    border-right: 1px solid #FD346E;
    border-bottom: 10px solid #FD346E;
    border-left: 1px solid #FD346E;
}
@media (min-width:768px) {
    .step-sec{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/step-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .step-frame{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/step-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 11px 43px 8px 40px;
        border-radius: unset;
    }
    .step-card{
        padding: 32px 18px 60px;
    }
}
/* step sec end */

/* cta btn section start */
.cta-section {
    background: #020b26;
}
.cta-btn-border {
    /* border: 3px dashed #FFFFFF4D; */
    border-radius: 10px;
    padding: 0px;
}
.cta-btn-bg {
    background: url('https://cdn.oppyotest.com/launches/mailempireai/special/cta-btn-border.webp') no-repeat center center;
    background-size: 100% 100%;
    padding: 20px 10px;
    border-radius: 10px;
}
a.cta-link-btn {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 28px;
    font-size: 22px;
    line-height: 160%;
    color: var(--white-clr);
    font-weight: 800;
    transition: all .3s ease;
    background: var(--theme-clr);
    border-radius: 10px;
    /* border: 5px solid rgba(255, 255, 255, 0.30); */
}
a.cta-link-btn:hover{
    background: var(--theme-clr-1);
    color: var(--white-clr);
}
.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: #020b26 url(https://cdn.oppyotest.com/launches/mailempireai/special/cta-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .cta-text{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/cta-frame.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 9px 41px;
    }
    .cta-btn-border {
        border-radius: 13px;
        padding: 0px;
    }
    .cta-btn-bg {
        padding: 80px 23px;
        border-radius: 10px;
    }
    a.cta-link-btn {
        font-size: 38px;
        padding: 22px 84px;
        display: inline-block;
    }
    .purple-box{
        padding: 6px 35px;
    }
    .col-12:has(.purple-box){
        margin-top: -115px;
    }
}
/* cta btn section end */

/* limited time section start */
.limited-time-sec {
    padding: 10px 0px 10px 0px;
    background: var(--red-clr5);
}
/* limited time section end */

/* chatbot-sec start */
.chatbot-sec{
    background: #d1ebff;
}
.chatbot-text{
    background: #FFFFFFCC;
    border: 3px dashed #1D7EEB66;
    border-radius: 10px;
    padding: 10px;
    display: inline-block;
}
.chatbot-box-1 {
    background: #ffffff;
    padding: 25px 35px;
    border-radius: 15px;
}
.chatbot-frame-1{
    background: #FF361D;
    border-radius: 100px;
    padding: 5px 17px;
    display: inline-block;
}
.red-text{
    background: #FF361D;
    border-radius: 10px;
    padding: 7px 25px 10px;
}

.chatbot-box-2 {
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/chatbot-box-1.webp") no-repeat;
    background-size: cover;
    padding: 25px 26px;
    border-radius: 15px;
}
.chatbot-frame-2{
    background: var(--blue-theme);
    border-radius: 100px;
    padding: 9px 52px;
    display: inline-block;
}
.blue-text{
    background: #1D7EEB;
    border-radius: 10px;
    padding: 8px 2px;
}
.chatbot-text-2 {
    background: #3AC43F;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    border-radius: 10px;
    display: inline-block;
    position: relative;
    padding: 0px 30px;
}
@media (min-width: 768px) {
    .chatbot-sec{
        background: #d1ebff url("https://cdn.oppyotest.com/launches/mailempireai/special/chatbot-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .chatbot-text{
        padding: 14px 110px;
    }
    .chatbot-text-2 {
        padding: 0px 30px;
    }
    .chatbot-text-2::after {
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/cofuse-img.webp");
        position: absolute;
        bottom: -40px;
        right: -65px;
    }
    .chatbot-box-1{
        padding: 0px 65px 35px;
        border-radius: 20px 0px 0px 20px;
        position: relative;
    }
    .chatbot-box-1::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/vs-img.webp");
        top: 40%;
        right: -8%;
    }
    .chatbot-box-2{
        padding: 0px 76px 60px 65px;
        border-radius: 20px;
        margin-top: -35px;
    }
}
/* chatbot-sec end */

/* profit-sec start */
.profit-sec{
    background: #ffffff;
}
.blue-frame-1{
    background: #1D7EEB1A;
    border: 1px dashed #1D7EEB;
    border-radius: 10px;
    padding: 5px 10px;
    display: inline-block;
}
.orange-frame{
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/orange-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 20px;
    display: inline-block;
}
.profit-main-box{
    background: #090317;
    border-radius: 20px;
    padding: 20px;
}
.orange-frame {
    background: #F37941;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px) {
    .profit-sec{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/profit-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .blue-frame-1{
        padding: 5px 20px;
    }
    .profit-main-box{
        background: #090317 url("https://cdn.oppyotest.com/launches/mailempireai/special/profit-box-bg.webp") no-repeat;
        background-size: cover;
        border-radius: 20px;
        padding: 60px 80px;
        margin: auto;
        max-width: 1330px;
    }
    .orange-frame {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/orange-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 9px 0px 11px;
        border-radius: unset;
        border: unset;
    }
}
@media (min-width: 767px) and (max-width: 1400px) {
    .profit-main-box{
        max-width: 1230px;
    }
}
/* profit-sec end */

/* future-sec start */
.future-sec{
    background: #ffffff;
}
.future-text{
    background: #1D5FE9;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 10px;
}
.first, .second, .third, .fourth, .five,
.six, .seven, .eight, .nine, .ten{
    position: relative;
    z-index: 2;
    padding: 60px 0;
}
.first:after, .first::before,
.second:after, .second::before,
.third:after, .third::before,
.fourth:after, .fourth::before,
.five:after, .five::before,
.six:after, .six::before,
.seven:after, .seven::before,
.eight:after, .eight::before,
.nine:after, .nine::before,
.ten:after, .ten::before {
    position: absolute;
    content: "";
    background: #4C9BE9;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}
.first::before {
    right: 0;
    left: auto;
    background: #e4f0fc;
}
.second:after {
    background: #EE9B0026;
}
.second::before {
    right: 0;
    left: auto;
    background: #EE9B00;
}
.third:after {
    background: #FF3D5E;
}
.third::before {
    right: 0;
    left: auto;
    background: #FF3D5E26;
}
.fourth:after {
    background: #49AFB926;
}
.fourth::before {
    right: 0;
    left: auto;
    background: #49AFB9;
}
.five:after {
    background: #999594;
}
.five::before {
    right: 0;
    left: auto;
    background: #99959426;
}
.six:after {
    background: #4C9BE926;
}
.six::before {
    right: 0;
    left: auto;
    background: #4C9BE9;
}

.seven:after {
    background: #EE9B00;
}
.seven::before {
    right: 0;
    left: auto;
    background: #EE9B0026;
}

.eight:after {
    background: #FF3D5E26;
}
.eight::before {
    right: 0;
    left: auto;
    background: #FF3D5E;
}

.nine:after {
    background: #49AFB9;
}
.nine::before {
    right: 0;
    left: auto;
    background: #49AFB926;
}

.ten:after {
    background: #99959426;
}
.ten::before {
    right: 0;
    left: auto;
    background: #999594;
}
@media (min-width: 768px) {
    .future-sec{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/future-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0 0;
    }
    .future-sec-1{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/future-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 80px 0;
    }
    .future-text{
        padding: 0px 20px;
    }
    .first, .second, .third, .fourth, .five,
    .six, .seven, .eight, .nine, .ten{
        position: relative;
        z-index: 2;
        padding: 125px 0;
    }
    .first:after, .first::before,
    .second:after, .second::before,
    .third:after, .third::before,
    .fourth:after, .fourth::before,
    .five:after, .five::before,
    .six:after, .six::before,
    .seven:after, .seven::before,
    .eight:after, .eight::before,
    .nine:after, .nine::before,
    .ten:after, .ten::before {
        position: absolute;
        content: "";
        background: #4C9BE9;
        width: 50%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: -1;
    }
    .first::before {
        right: 0;
        left: auto;
        background: #e4f0fc;
    }
    .second:after {
        background: #EE9B0026;
    }
    .second::before {
        right: 0;
        left: auto;
        background: #EE9B00;
    }
    .third:after {
        background: #FF3D5E;
    }
    .third::before {
        right: 0;
        left: auto;
        background: #FF3D5E26;
    }
    .fourth:after {
        background: #49AFB926;
    }
    .fourth::before {
        right: 0;
        left: auto;
        background: #49AFB9;
    }
    .five:after {
        background: #999594;
    }
    .five::before {
        right: 0;
        left: auto;
        background: #99959426;
    }
    /*  */
    .six:after {
        background: #4C9BE926;
    }
    .six::before {
        right: 0;
        left: auto;
        background: #4C9BE9;
    }
    
    .seven:after {
        background: #EE9B00;
    }
    .seven::before {
        right: 0;
        left: auto;
        background: #EE9B0026;
    }
    
    .eight:after {
        background: #FF3D5E26;
    }
    .eight::before {
        right: 0;
        left: auto;
        background: #FF3D5E;
    }
    
    .nine:after {
        background: #49AFB9;
    }
    .nine::before {
        right: 0;
        left: auto;
        background: #49AFB926;
    }
    
    .ten:after {
        background: #99959426;
    }
    .ten::before {
        right: 0;
        left: auto;
        background: #999594;
    }
    .orange-line{
        position: relative;
    }
    .orange-line::after {
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/orange-line.webp");
        position: absolute;
        top: 14px;
        right: 0px;
    }
}
/* future-sec end */

/* tester-sec start */
.tester-sec{
    background: #fff;
}
.tester-text{
    background: #1D5FE9;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    display: inline-block;
    border-radius: 10px;
    padding: 0 10px;
}
.blue-shade{
    border: 1px solid #1D5FE9;
    background: #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    border-radius: 10px;
    padding: 4px 20px;
    display: inline-block;
}
@media (min-width: 768px) {
    .tester-sec{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/tester-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .blue-shade {
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/blue-shade.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 35px 20px;
        border: unset;
        box-shadow: unset;
        border-radius: unset;
    }
}
/* tester-sec end */

/* outclass sec start */
.outclass-sec{
    background: linear-gradient(0.05deg, #DFE9FF -5.27%, #CFEAFF 93.91%);
}

/* compare section start */
.compare-card1{
    border-radius: 20px 0px 0px 20px;
    border-top: 5px solid #1D7EEB4D;
    border-bottom: 5px solid #1D7EEB4D;
    border-left: 5px solid #1D7EEB4D;
    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: 15px 20px;
    list-style: none;
}
.gradient-border{
    border-radius: 20px;
    border: double 2px transparent;
    background-image: linear-gradient(#ffffff, #ffffff), var(--blue-theme);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 0px 20px 1px rgba(5, 184, 233, 0.25);
    margin-top: -59px;
}

.compare-card2{
    border-radius: 20px;
}
.compare-head2{
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 20px 1px #05B8E940;
    background: #EAF4FF;
    padding: 25px 20px 15px;
    border-radius: 20px 20px 0px 0px;
}
.compare-list2 li{
    border-bottom: 1px solid rgba(0, 0, 0, 0.20);
    box-shadow: 0px 0px 20px 1px #05B8E940;
    background: #EAF4FF;
    padding: 15px 20px;
    list-style: none;
    position: relative;
}

.compare-list2 li:nth-child(1) {
    padding: 29px 20px !important;
}
.compare-list2 li:nth-child(2) {
    padding: 29px 20px !important;
}
.compare-list2 li:nth-child(4) {
    padding: 43px 20px !important;
}
.compare-list2 li:nth-child(5) {
    padding: 29px 20px !important;
}
.compare-list2 li:nth-child(6) {
    padding: 29px 20px !important;
}
.compare-list2 li:nth-child(7) {
    padding: 43px 20px !important;
}
.compare-list2 li:nth-child(8) {
    padding: 43px 20px !important;
}
.compare-list2 li:nth-child(9) {
    padding: 29px 20px !important;
}
.compare-list2 li:nth-child(13) {
    padding: 29px 20px !important;
}
.compare-list2 li:nth-child(14) {
    padding: 43px 20px !important;
}
.compare-list2 li:nth-child(15) {
    padding: 43px 20px !important;
}


.compare-card3{
    border-top: 5px solid #1D7EEB4D;
    border-bottom: 5px solid #1D7EEB4D;
    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: 29px 20px !important;
}
.compare-list3 li:nth-child(2) {
    padding: 29px 20px !important;
}
.compare-list3 li:nth-child(4) {
    padding: 29px 20px !important;
}
.compare-list3 li:nth-child(5) {
    padding: 29px 20px !important;
}
.compare-list3 li:nth-child(6) {
    padding: 29px 20px !important;
}
.compare-list3 li:nth-child(7) {
    padding: 43px 20px !important;
}
.compare-list3 li:nth-child(8) {
    padding: 43px 20px !important;
}
.compare-list3 li:nth-child(9) {
    padding: 29px 20px !important;
}
.compare-list3 li:nth-child(12) {
    padding: 29px 20px !important;
}
.compare-list3 li:nth-child(13) {
    padding: 29px 20px !important;
}
.compare-list3 li:nth-child(14) {
    padding: 43px 20px !important;
}
.compare-list3 li:nth-child(15) {
    padding: 43px 20px !important;
}

.compare-card4{
    border-top: 5px solid #1D7EEB4D;
    border-bottom: 5px solid #1D7EEB4D;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    background: #FFF;
}
.compare-card5 {
    border-radius: 0px 20px 20px 0px;
    border-top: 5px solid #1D7EEB4D;
    border-bottom: 5px solid #1D7EEB4D;
    border-right: 5px solid #1D7EEB4D;
    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: rgba(255, 54, 29, 0.15);
    padding: 15px 20px;
    border-radius: 0 0 0 15px;
}
.compare-bottom1{
    background: var(--blue-theme);
    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: rgba(255, 54, 29, 0.15);
    padding: 30px 20px;
    border-radius: 0 0 15px 0px;
}
.compare-hr{border: 1px solid #000000;}

/* comapre section end */

.darkpink-brush {
    background: #1D5FE9;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 15px;
}

@media (min-width:768px) {
    .darkpink-brush {
        padding: 0px 55px;
        position: relative;
    }
    .darkpink-brush::before {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/star-emoji.webp");
        top: 3px;
        left: -35px;
    }
    .darkpink-brush::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/star-emoji.webp");
        top: 3px;
        right: -35px;
    }
}

@media (max-width:1124px) {
    .table-1{
        overflow-x: scroll;
        padding: 0px 15px;
    }
    .table-1>div{
        width:1170px;
        /* overflow-x: scroll; */
    }

}

/* outclass sec end */

/* maildaddy without sec start */

.without-sec {
    background: #ffffff;
}
.without-head{
    background: #FF361D;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    border-radius: 10px;
    display: inline-block;
    padding: 0 15px;
}
.without-box-1{
    background: var(--blue-theme);
    height: 100%;
    border-radius: 10px;
}
.without-text {
    padding: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (min-width: 768px) {
    .without-sec {
        background: #ffffff url(https://cdn.oppyotest.com/launches/mailempireai/special/without-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .without-head{
        padding: 0 83px 0 23px;
        position: relative;
    }
    .without-head::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/emotion-emojji.webp");
        top: -1px;
        right: -30px;
    }
    .without-text{
        padding: 10px 30px;
    }
}
/* maildaddy without sec end */

/* email marketing start  */

.emial-marketing{
    background: #d1ebff;
}
.emial-text{
    background: #FFFFFF;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1D7EEB;
    display: inline-block;
    border-radius: 10px;
    padding: 15px;
}
@media (min-width: 768px) {
    .emial-marketing{
        background: #d1ebff url(https://cdn.oppyotest.com/launches/mailempireai/special/email-markeing-bg.webp) no-repeat center center;
        background-size: cover;
    }

    .emial-text{
        padding: 30px 38px;
    }
    
}
/* email marketing end  */

/* paying start */
.paying-section{
    background: #ffdfdb;
}
.money-box{
    background: #ffffff;
    border: 2px solid rgba(255, 54, 29, 0.5);
    padding: 10px;
    border-radius: 10px;
    height: 100%;
}
@media (min-width: 768px) {
    .paying-section{
        background: #ffdfdb url(https://cdn.oppyotest.com/launches/mailempireai/special/money-sec-bg.webp) no-repeat center center;
        background-size: cover;
    }
}
/* paying end */

/* with sec start */
.with-section{
    background: #fff;
}
.with-text{
    background: #1D5FE9;
    border: 2px solid #FFFFFF;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 8px;
}
.with-text-1{
    background: #1D7EEB1A;
    border: 1px dashed #1D7EEB;
    display: inline-block;
    border-radius: 10px;
    padding: 5px 10px;
}
@media (min-width:768px) {
    .with-section{
        background: #fff url("https://cdn.oppyotest.com/launches/mailempireai/special/with-sec-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .with-text{
        padding: 5px 8px;
    }
    .with-text-1{
        padding: 5px 12px 5px 18px;
    }
}
/* with sec end */

/* choice sec start */
.choice-sec{
    background: #dfe9ff;
}
.choicebox-1{
    background: #FF5E4A;
    padding: 20px 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}
.choicebox-2{
    background: var(--blue-theme);
    padding: 20px 10px;
    border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    height: 100%;
}
.choicetext-1{
    background: #FFFFFF;
    padding: 15px 82px;
    display: inline-block;
    border-radius: 100px;
}
ul.choise-list, ul.choise-list-1 {
    background: #fff;
    padding: 15px 15px 20px !important;
    border-radius: 10px;
}
.choise-list li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/choice-cross.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 15px 30px;
}

.choise-list-1 li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/choice-right.webp") no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 15px 30px;
}
.choise-list li:last-child, .choise-list-1 li:last-child{
    background: none;
}
@media (min-width: 768px) {
    .choice-sec{
        background: #dfe9ff url("https://cdn.oppyotest.com/launches/mailempireai/special/choice-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .theme-line{
        position: relative;
    }
    .theme-line::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/theme-line.webp");
        bottom: -20px;
        right: -7px;
    }
    .choicebox-1{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/choicebox-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 10px 50px;
        box-shadow: none;
        /* transform-origin: top; */
        /* scale: 0.9; */
    }
    .choicebox-2{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/choicebox-2.webp") no-repeat;
        background-size: 100% 100%;
        padding: 40px 10px 50px;
        box-shadow: none;
    }
}
/* choice sec end */ 

/* warning section start */
.warning-section{
    background: #FFF1EC;
}
.warning-card{
    background: #ffffff;
    border: 5px dotted #FF361D;
    border-radius: 20px;
    padding: 0px 10px 10px;
}
.warning-shape{
    background: #FF361D;
    border-radius: 41px;
    padding: 0px 36px 8px;
    display: inline-block;
    margin-top: -20px;
}
@media (min-width: 768px) {
    .warning-section{
        background: #FFF1EC url(https://cdn.oppyotest.com/launches/mailempireai/special/warning-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .warning-card{
        padding: 0px 50px 35px;
        position: relative;
    }
    .warning-shape{
        margin-top: -40px;
    }
}
/* warning section end */

/* banned sec start */
.banned-sec{
    background: #FFFFFF;
}
.google-box{
    background: #000000;
    border-radius: 10px;
    padding: 20px;
}
.google-text {
    background: #1D7EEB;
    padding: 10px;
    display: inline-block;
    border-radius: 10px;
}
.banned-text{
    background: #F37941;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #F37941;
    padding: 0px 10px;
    display: inline-block;
 }
@media (min-width: 768px) {
    .banned-sec{
        background: #FFFFFF url(https://cdn.oppyotest.com/launches/mailempireai/special/banned-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .red-brush1{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/red-brush1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 50px;
    }
    .banned-text{
       background: url("https://cdn.oppyotest.com/launches/mailempireai/special/orange-frame-1.webp") no-repeat;
       background-size: 100% 100%;
       padding: 20px 35px;
       box-shadow: unset;
       border: unset;
    }
    .google-box{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/google-box.webp") no-repeat;
        background-size: 100% 100%;
        border-radius: 20px;
        padding: 60px 50px 80px;
    }
}
/* banned sec end */

/* global-sec start */
.global-sec{
    background: #e8f7ff;
}
.global-box{
    border: 2px solid #1D5FE9;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    border-radius: 10px;
    gap: 10px;
    padding: 10px;
}
@media (min-width: 768px) {
    .global-sec{
        background: #e8f7ff url(https://cdn.oppyotest.com/launches/mailempireai/special/global-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .global-box{
        gap: 15px;
        padding: 15px;
    }
}
/* global-sec end */

/* influance-sec start */
.influance-sec{
    background: #ffffff;
}
.influance-text{
    background: #FF4C00;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 10px;
}
.influance-text-1{
    background: #FF4C00;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 10px;
}
.infu-list li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/round-check.webp") no-repeat;
    background-position: 0px 2px;
    padding: 0px 0px 20px 57px;
}
.influance-text-2 {
    border: 1px dashed #1D7EEB;
    background: #1D7EEB1A;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}
@media (min-width: 768px) {
    .influance-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/mailempireai/special/influance-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .influance-text{
        padding: 0px 25px;
    }
    .influance-text-1 {
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/red-brush11.webp") no-repeat;
        background-size: 100% 100%;
        box-shadow: none;
        border-radius: unset;
        padding: 26px 30px;
    }
    .influance-text-2 {
        padding: 5px 21px;
    }
    .infu-list li{
        padding: 0px 0px 30px 57px;
    }
}
/* influance-sec end */

/* freelancer-sec start */
.freelancer-sec-1{
    background: #d9eaff;
    padding: 30px 0px;
}
.freelancer-text{
    background: #1D5FE9;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 10px;
}
.red-brush{
    background: var(--red-clr2);
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .freelancer-sec-1 {
        background: #d9eaff url(https://cdn.oppyotest.com/launches/mailempireai/special/freelancer-bg.webp) no-repeat bottom center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0px;
    }
    .freelancer-text{
        padding: 0px 40px;
    }
    .red-brush{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/red-frame-2.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 20px;
        border-radius: unset;
    }
}
/* freelancer-sec end */

/* lives-sec stat */
.lives-sec{
    background: #fff;
}
.lives-box{
    background: #1D7EEB1A;
    border: 1px dashed #1D7EEB;
    display: inline-block;
    padding: 0px 15px;
    border-radius: 10px;
    position: relative;
}
.lives-list li{
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/check-mark.webp") no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 13px 50px;
}
.lives-card{
    display: flex;
    gap: 10px;
    align-items: center;
    background: #ffffff;
    border: 1px solid #1D7EEB;
    border-radius: 10px;
    padding: 10px;
    height: 100%;
}
.lives-text{
    background: #E9F3FD;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    border-radius: 20px;
    padding: 10px 15px;
    display: inline-block;
}
@media(min-width:768px){
    .lives-sec{
        background: #fff url(https://cdn.oppyotest.com/launches/mailempireai/special/lives-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .lives-box{
        padding: 0px 119px 0px 50px;
    }
    .lives-box::after{
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/lives-icon.webp");
        position: absolute;
        top: -11px;
        right: 15px;
    }
    .lives-card{
        padding: 15px 20px;
    }
    .lives-text{
        border-radius: 100px;
        padding: 10px 62px;
        display: inline-block;
    }
}
/* lives-sec end */


/* expensive-section start */
.expensive-section{
    background: linear-gradient(180deg, #FFF1F1 0%, #FFF1F1 97.68%);
}
.blue-frame{
    background: #1D7EEB;
    border-radius: 10px;
    border: 1px solid #23A1F4;
    display: inline-block;
    padding: 10px;
}
.expensive-card{
    border-radius: 20px;
    background: #FFF1F1;
    border: 1px solid #FF2C2C;
    padding: 15px;
    height: 100%;
}
.expensive-card-1{
    border-radius: 20px;
    background: #FFF1F1;
    border: 1px solid #FF2C2C;
    padding: 15px;
    height: 100%;
}
@media(min-width:768px){
    .expensive-section{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/expensive-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding-bottom: 130px;
    }
    .expensive-2{
        padding: 50px 0 100px;
    }
    .blue-frame{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/blue-frame.webp") no-repeat;
        background-size: 100% 100%;
        border: unset;
        border-radius: unset;
        padding: 0 42px 0 18px;
        position: relative;
    }
    .blue-frame::after {
        position: absolute;
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/think-emoji.webp");
        top: -20px;
        right: -25px;
    }
    .expensive-card{
        padding: 50px 30px;
    }
    .expensive-card-1{
        padding: 20px 15px 30px;
    }
}
/* expensive-section end */

/* not-anymore-sec start */
.not-anymore-sec{
    background: linear-gradient(0.05deg, #DFE9FF -5.27%, #CFEAFF 93.91%);
}
.not-anymore-sec-card{
    border-radius: 100px;
    border: 1px solid #FF2C2C80;
    background: #FFFFFF;
    padding: 10px;
    box-shadow: 0px 5px 20px 0px #00000026;
    display: flex;
    align-items: center;
    gap: 15px;
    height: 100%;
}
.blue-brush {
    padding: 10px 20px;
    background: url(https://cdn.oppyotest.com/launches/mailempireai/special/blue-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: relative;
}
.green-box{
    background: #21AF211A;
    border: 1px dashed #21AF21;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}
@media (min-width: 768px) {
    /* .not-anymore-sec{
        background: #fff url("https://cdn.oppyotest.com/launches/mailempireai/special/not-anymore-bg.webp") no-repeat top center;
        background-size: cover;
        padding-top: 130px;
    } */
    .not-anymore-sec-card{
        padding: 20px 14px;
    }
    .blue-brush {
        padding: 10px 41px 10px 141px;
    }
    .blue-brush::after {
        content: url(https://cdn.oppyotest.com/launches/mailempireai/special/excited-emoji.webp);
        position: absolute;
        top: 40px;
        left: 40px;
        transform: translateY(-50%);
    }
}
/* not-anymore-sec end */
















































/* people-sec start */
.people-sec{
    background: #c9edfd;
}
.people-text{
    background: #3AC43F;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    display: inline-block;
    padding: 0px 10px;
    border-radius: 10px;
}
.people-1{
    background: #F37941;
    border-radius: 0 0 15px 15px;
    display: inline-block;
    padding: 10px;
}
.people-2 {
    background: #4B9CD6;
    border-radius: 0 0 15px 15px;
    display: inline-block;
    padding: 10px;
}
.people-3{
    background: #60B211;
    border-radius: 0 0 15px 15px;
    display: inline-block;
    padding: 10px;
}
.people-4 {
    background: #EA9B24;
    border-radius: 0 0 15px 15px;
    display: inline-block;
    padding: 10px;
}
.red-frame{
    background: #FF361D;
    border-radius: 10px;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    .people-sec {
        background: #c9edfd url(https://cdn.oppyotest.com/launches/mailempireai/special/people-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .people-text{
        padding: 0px 19px;
    }
    .margin-top-32{
        margin-top: -32px;
    }

    .people-1{
        padding: 10px 20px;
    }
    .people-2 {
        padding: 10px 20px;
    }
    .people-3{
        padding: 10px 20px;
    }
    .people-4 {
        padding: 10px 20px;
    }
    .red-frame{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/red-frame.webp) no-repeat;
        background-size: 100% 100%;
        padding: 0px 20px;
        border-radius: unset;
    }
}
/* people-sec end */

/* proudly-section start */
.proudly-sec{
    background: #010304;
    padding: 30px 0px;
}
.presenting-head{
    border-radius: 30px;
    background: #ffffff;
    border: 1px solid #1D5FE9;
    backdrop-filter: blur(4px);
    display: inline-block;
    padding: 8px 26px;
}
.main-heading-1 {
    background: linear-gradient(268.12deg, rgba(29, 95, 233, 0.15) 12.87%, rgba(28, 147, 236, 0.15) 57.6%, rgba(29, 202, 245, 0.15) 96.69%);
    border: 3px solid rgba(29, 202, 245, 0.5);
    border-radius: 20px;
    padding: 45px 10px 0px;
    display: inline-block;
    position: relative;
}
@media (max-width: 767px) {
    .proudly-logo{
        max-height: 90px;
    }
}
@media (min-width: 768px) {
    .proudly-sec {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/proudlybg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 120px;
        /* margin-top: -120px; */
    }
    .presenting-head {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/presenting-frame.webp) no-repeat;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        padding: 6px 31px 8px;
    }
    .main-heading-1 {
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/main-head-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 55px 34px 40px;
        border: unset;
        border-radius: unset;
    }
}
/* proudly-section end */

/* step-2 sec start */
.step-section-1 {
    background: #ffffff;
}
.step-head{
    background: #46C84B;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px #46C84B;
    display: inline-block;
    border-radius: 10px;
    padding: 10px;
}
.steps-frame {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/special/steps-frame.webp) no-repeat;
    background-size: 100% 100%;
    padding: 6px 21px 12px 21px;
    display: inline-block;
    margin-top: -26px;
}
.step-card-11 {
    border-radius: 10px;
    border: 1px solid #1D5FE9;
    background: #1D5FE926;
    padding: 4px 15px 20px;
}
.step-card-22 {
    border-radius: 10px;
    border: 1px solid #1D5FE9;
    background: #1D5FE926;
    padding: 4px 15px 20px;
}
.video-frame {
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/video-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 9px 54px 40px 57px;
}
@media (min-width: 768px) {
    .step-section-1 {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/step-section-1-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .step-head{
        padding: 10px 54px;
    }
    .steps-frame {
        padding: 6px 20px 12px 23px;
        margin-top: -7px;
    }
    .step-card-11{
        padding: 0 30px 30px;
        border-radius: 30px 0px 30px 30px;
    }
    .step-card-22 {
        padding: 0 30px 30px;
        border-radius: 0px 30px 30px 30px;
    }
    .video-frame {
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/video-frame.webp") no-repeat;
        background-size: 100% 100%;
        padding: 18px 110px 79px 112px;
    }
}
/* step-2 sec end */

/* demo sec start */
.demo-sec{
    background: #d1ebff;
    overflow: hidden;
}
.purple-shade{
    background: #1D5FE9;
    padding: 0px 15px;
    border-radius: 10px;
}
.border-frame{
    background: linear-gradient(90deg, rgba(255, 89, 36, 0.2) 0%, rgba(246, 169, 57, 0.2) 100%);
    border: 2px solid #FD6D29;
    backdrop-filter: blur(10px);
    padding: 20px;
    border-radius: 10px;
}
@media (min-width: 768px) {
    .demo-sec{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/demo-bg.webp) no-repeat top center;
        background-size: cover;
    }
    .border-frame {
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/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 45px;
    }
}
/* demo sec end */

/* tons-sec start */
.tons-border {
    border-radius: 15px;
    background: #fff;
    backdrop-filter: blur(20px);
    border: double 1px #1D5FE9;
    display: flex;
    padding: 15px 10px;
    gap: 15px;
    align-items: center;
}
@media (min-width: 768px) {
    .tons-border{
        padding: 15px;
    }
}
/* tons-sec end */

/* the rest  sec start */
.rest-sec{
    background: linear-gradient(0.05deg, #DFE9FF -5.27%, #CFEAFF 155.9%);
}
/* the rest  sec end */

/* Powerfull sec start */
.powerfull-ai{
    background: #FFFFFFCC;
}
@media (min-width: 768px){
    .powerfull-ai{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/power-bg.webp) no-repeat center center;
        background-size: cover;
    }
}
/* Powerfull sec end */

/* Earning sec start */
.earning-sec{
    background: linear-gradient(0.05deg, #DFE9FF -5.27%, #CFEAFF 93.91%);
}
.earning-head{
    border: 3px dashed var(--blue-clr);
    background: #ffffff;
    border-radius: 10px;
    display: inline-block;
    padding: 10px;
}

@media (min-width: 768px){
    .earning-sec{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/earning-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .earning-head{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/earning-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 20px 40px;
        border: unset;
        border-radius: unset;
    }
}

/* Earning sec start */

/* freelancing sec start */
.freelancing-sec{
    background: #000;
}
.believe-text{
    background: var(--blue-clr);
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    border-radius: 10px;
    display: inline-block;
    padding: 10px 15px;
}
@media (min-width: 768px) {
    .freelancing-sec{
        background: #000 url("https://cdn.oppyotest.com/launches/mailempireai/special/freelancing-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .believe-text{
        padding: 15px 30px;
    }
}
/* freelancing sec end */

/* crazy sec start */
.crazy-sec{
    background: #fff;
}
.crazy-text{
    background: #1D5FE9;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    .crazy-sec{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/crazy-bg.webp") no-repeat bottom center;
        background-size: cover;
    }
    .crazy-text{
        position: relative;
        padding: 0px 48px 0px 30px;
    }
    .crazy-text::after {
        content: url("https://cdn.oppyotest.com/launches/mailempireai/special/crazy-emoji.webp");
        position: absolute;
        top: 5px;
        right: -40px;
    }

}
/* crazy sec end */

/* everyone sec start */
.everyone-sec{
    background: #ffffff;
}
.everyone-text {
    background: #1D5FE9;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 10px;
}
@media (min-width: 768px) {
    .everyone-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/mailempireai/special/everyone-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .everyone-text {
        padding: 0px 30px;
    }
}
/* everyone sec end */

/* problem sec start */

.problem-sec{
    background: #E6FAF1;
}
.problem-ul{
    padding: 0px;
}
.problem-ul li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/x-icon.webp") no-repeat;
    padding: 0px 0px 20px 40px;
}
.problem-ul li:nth-last-child(1){
    padding-bottom: 0px;
}

@media (min-width: 768px) {
    .problem-sec{
        background: #E6FAF1 url(https://cdn.oppyotest.com/launches/mailempireai/special/problem-bg.webp) no-repeat center center;
        background-size: cover;
    }
}

/* problem sec end */

/* excel-sec start */
.excel-sec{
    background: #ffffff;
}
.holding-text{
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/holding-frame.webp") no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 0px 12px;
}
@media (min-width: 768px) {
    .excel-sec{
        background: #ffffff url(https://cdn.oppyotest.com/launches/mailempireai/special/excel-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .holding-text{
        padding: 0px 20px;
    }
}
/* excel-sec end */

/* worries sec start */

.worries-sec{
    background: #EFF5F9;
}
.worries-ul{
    padding: 0px;
}
.worries-ul li {
    list-style: none;
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/x-icon.webp") no-repeat;
    padding: 0px 0px 20px 40px;
}
.worries-ul li:nth-last-child(1){
    padding-bottom: 0px;
}
@media (min-width: 768px) {
    .worries-sec{
        background: #EFF5F9 url(https://cdn.oppyotest.com/launches/mailempireai/special/worries-bg.webp) no-repeat center center;
        background-size: cover;
    }
}

/* worries sec end */

/* fear sec start */
.fear-sec{
    background: #fff;
}
.fair-text {
    border: 2px solid #FF361D;
    background: #FF462F1A;
    border-radius: 20px;
    display: inline-block;
    padding: 0px 58px;
}
.fear-text-1{
    background: #1D5FE9;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 5px;
}
@media (min-width: 768px) {
    .fear-sec{
        background: #fff url(https://cdn.oppyotest.com/launches/mailempireai/special/fair-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .fair-text{
        border-radius: 40px;
        padding: 0px 30px;
    }
    .fair-text{
        padding: 0px 10px;
    }
}
/* fear sec end */

/* bonusess-sec start */
.bonusess-sec{
    background: #010a25;
}
@media (min-width: 768px) {
    .bonusess-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/mailempireai/special/bonusses-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 50px 0px 100px;
    }
}
/* bonusess-sec end */

/* bonus sec start */
.bonus-sec {
    background: #ffffff;
}
.bonus-section-shape {
    /* display: inline-block; */
    border-radius: 10px;
    border: 1px solid var(--blue-clr);
    background: #e9f0ff;
    height: 100%;
    padding: 20px;
}

.margin-t-30 {
    margin-top: -30px;
}
.bonus-headline-top {
    padding: 4px 55px;
    display: inline-block;
    text-align: center;
    background: url(https://cdn.oppyotest.com/launches/mailempireai/special/bonus-head.webp) no-repeat center center;
    background-size: 100% 100%;
}
@media (min-width: 768px){
    .margin-t-78 {
        margin-top: -66px;
    }
    .bonus-section-shape {
        padding: 55px 30px 30px;
    }
}
/* bonus sec end */

/* moneyback sec start */
.moneyback-sec{
    background: #010717;
}
.green-box-1 {
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}
@media (min-width:768px) {
    .moneyback-sec{
        background: #010717 url("https://cdn.oppyotest.com/launches/mailempireai/special/moneyback-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .green-box-1 {
        padding: 0px 25px;
    }
}
/* moneyback sec end */

/* table section start */
.table-section {
    background: #fff;
}
.table-text{
    background: #1D5FE9;
    border: 2px solid #FFFFFF;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    border-radius: 10px;
    display: inline-block;
    padding: 0px 5px;
}
.tablebox2 {
    background: #fff;
    width: 100%;
    float: left;
    border-radius: 10px;
    border: 1px solid #232323;
}
.tbbg2 {
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/white-table.webp") no-repeat center center;
    background-size: cover;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    border-radius: 10px 10px 0 0;
}
ul.vgreytick {
    padding: 0;
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/special/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
}
ul.cross-ul li {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/special/cross.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
}
.tablebox2 ul.vgreytick li:nth-child(even) {
    background-color: #a19fff45;
}
.tablebox2 ul.vgreytick li:nth-child(15) {
    background-color: #a19fff45;
}
.tablebox3 ul.vgreytick li:nth-child(odd) {
    background-color: #e9f0ff;
}
/* ul.cross-ul li:nth-child(1) {
    background-color: #e6e5ff ;
} */
ul.cross-ul li:nth-child(1) {
    background-color: #e6e5ff;
}
ul.cross-ul li:nth-child(2) {
    background-color: #ffffff !important;
}
ul.cross-ul li:nth-child(3) {
    background-color: #e6e5ff;
}
ul.cross-ul li:nth-child(4) {
    background-color: #ffffff !important;
}
ul.cross-ul li:nth-child(5) {
    background-color: #e6e5ff;
}
ul.cross-ul li:nth-child(6) {
    background-color: #ffffff !important;
}
.tablebox3 {
    width: 100%;
    float: left;
    border-radius: 10px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 15%);
    position: relative;
    border: 1px solid #232323;
    padding-bottom: 20px;
    /* background-color: #080E20; */
   
}
.tbbg3 {
    /* background: #080E20; */
    background: url("https://cdn.oppyotest.com/launches/mailempireai/special/table-frame.webp") no-repeat bottom center;
    background-size: cover;
    padding: 11px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0 0;
    min-height: 250px;
}
ul.vgreytick li:nth-child(even) {
    background-color: #fff;
}

.myfeatureslast{
    background: #fff;
    border-radius: 0 0 9px 9px;
}
.table-sale{
    background: var(--green-clr);
    border-radius: 48px;
    padding: 2% 5%;
    display: inline-block;
}
.vgreytick li.headline {
    background: var(--blue-theme);
    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;
}
.br-sec{
    border: 1px solid #43C5ED;
    border-radius: 10px;
}
.table-border-content {
    background: #fff;
    border: 3px dashed #999;
    max-width: 95%;
    margin: 0 auto;
    height: auto;
    overflow: auto;
    padding-bottom: 10px;
}
.tb-check {
    background: #FEFE9B;
    padding: 18px 18px 18px 10px;
}
@media (min-width: 768px){
    .table-text{
        padding: 0px 20px;
    }
    .tbbg2 {
        padding: 50px 30px 0px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0 0;
        min-height: 294px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    ul.cross-ul li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 22px;
    }
    .tablebox3 {
        padding-bottom: 40px;
        border-radius: 30px;
    }
    .tbbg3 {
        padding: 25px 30px 25px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0 0;
        min-height: 550px;
    }
    .table-border-content {
        max-width: 80%;
    }
}
/* table section end */

/* ticking sec start */
.ticking-sec{
    background: linear-gradient(0.05deg, #DFE9FF -5.27%, #CFEAFF 93.91%);
}
.ticking-text{    
    background: #FF4C00;
    box-shadow: 0px 5px 15px 0px #1CB3EA;
    display: inline-block;
    border-radius: 10px;
    padding: 0px 10px;
}
@media (min-width:768px) {
    .ticking-text{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/special/red-brush11.webp") no-repeat;
        background-size: 100% 100%;
        box-shadow: none;
        border-radius: unset;
        padding: 26px 30px;
    }
}
/* ticking sec end */

/* inside-sec start */
.inside-section {
    background: #ffffff;
}
/* inside-sec end */

/* faq sec start */
.faq-section {
    background: linear-gradient(0.05deg, #DFE9FF -5.27%, #CFEAFF 93.91%);
}
.faq-list {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/special/faq-icon.webp) no-repeat top left;
    background-color: #ffffff;
    padding: 20px 15px 20px 55px;
    background-position: 15px 25px;
    border: 1px solid var(--blue-clr);
    border-radius: 20px;
}
@media (min-width: 768px){
    /* .faq-section {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/special/result-sec-bg.webp) no-repeat center center;
        background-size: cover;
    } */
}
/* faq sec end */

/* final-call start */
.cta-section-white {
    background: #ffffff;
    padding: 30px 0;
}
@media (min-width: 768px){
    .cta-section-white {
        background: #ffffff url(https://cdn.oppyotest.com/launches/mailempireai/special/fair-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 80px 0px;
    }
}
/* final-call end */

/* footer start */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.footer-ul .t-decoration-none:hover {
    color: #fff;
}
@media(min-width:768px) {
    .footer-section {
        padding: 70px 0px;
    }
}

/* footer end */


@media (min-width: 768px) {
    .f-md-54 {
        font-size: 54px;
    }
    .f-md-58{
        font-size: 58px;
    }
    .f-md-66{
        font-size: 66px;
    }
    .f-md-80 {
        font-size: 80px;
    }
    .f-md-55 {
        font-size: 55px;
    }
    .f-md-70 {
        font-size: 70px;
    }
    .f-md-74 {
        font-size: 74px;
    }
    .f-md-90 {
        font-size: 90px;
    }
    .f-md-100 {
        font-size: 100px;
    }
}
/*  */
