/* Pro */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #030D1F;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", cursive;
}
.poppins {
    font-family: "Poppins", sans-serif;
}
.clr-1{
    color: #FFCE51;
}
.clr-2{
    color: #FF5EE2;
}
.clr-3{
    color: #52FFE9;
}
:root{
    --theme-gradient: linear-gradient(90deg, #FF5924 0%, #ED920E 100%);
    --theme-gradient1: linear-gradient(90deg, #ED920E 0%, #FF5924 100%);
    --blue-clr: #1D7EEB;
}
.green-clr {
    color: #16cf05;
}
.blue-clr {
    color: var(--blue-clr) !important;
}

html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--blue-clr);
  border-radius: 25px;
}

.black-clr {
    color: #000000;
}
.white-clr {
    color: #fff;
}
/* .blue-clr{
    color: #459EFF;
} */
.theme-clr {
    background: linear-gradient(268.12deg, #1D5FE9 12.87%, #1C93EC 57.6%, #1DCAF5 96.69%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
span.under {
    border-bottom: 4px solid;
}
.under{
    border-bottom: 2px solid transparent;
    border-image: linear-gradient(90deg, #FEB763 0%, #FD206C 100%);
    border-image-slice: 1;
}

.responsive-video {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}
.responsive-video iframe,
.responsive-video object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.header-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #92D5FF 100%);
    padding: 30px 0px 40px 0px;
}
.pre-heading {
    border-radius: 10px;
    /* border: 1px solid #5136E5; */
    background: linear-gradient(90deg, rgba(0, 89, 242, 0) 0%, rgba(0, 89, 242, 0.2) 50%, rgba(0, 89, 242, 0) 100%);
    /* backdrop-filter: blur(50px); */
    padding: 10px;
    display: inline-block;
}
.proudly-sec {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/proudly-head.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 10px;
}
.main-heading {
    display: inline-block;
    position: relative;
    background: rgb(255, 255, 255);
    border-width: 3px;
    border-style: solid;
    border-color: rgba(29, 202, 245, 0.5);
    border-image: initial;
    border-radius: 20px;
    padding: 10px;
}
.blue-wave {
    background: linear-gradient(268.12deg, #1D5FE9 12.87%, #1C93EC 57.6%, #1DCAF5 96.69%);
    border-radius: 10px;
    display: inline-block;
    padding: 4px 18px;
}

@media (min-width: 768px) {
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/header-bg.webp) no-repeat center center ;
        background-size: cover;
        padding: 30px 0px 100px 0px;
    }
    /* .pre-heading {
        padding: 10px 50px;
    } */
    .proudly-sec {
        padding: 6px 31px 8px;
    }
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/main-head.webp) 0% 0% / 100% 100% no-repeat;
        padding: 30px 30px 30px;
        border: unset;
        border-radius: unset;
    }
    
}
.probtn1 a {
    background: var(--theme-gradient);
    border-radius: 15px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 10px 20px;
    font-size: 24px;
    color: #ffffff !important;
    font-weight: 700;
    position: relative;
    overflow: hidden;
}

/* .probtn1 a::before{
    position: absolute;
    width: 100%;
    height: 44px;
    z-index: 1;
    background: linear-gradient(171.07deg, #FFFEFE -40.8%, rgba(255, 254, 254, 0) 93.21%);
    content: '';
    top: 0;
    left: 0;
    border-radius: 0px 0px 100% 100%;
} */

.probtn1 a:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
}
/* .main-heading{
    padding: 15px;
    border: 1px solid #632329;
    background: #0f0506;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 8px #FD5968);
    backdrop-filter: blur(10px);
} */
.post-head {
    background: #EDF9FF;
    border-radius: 10px;
    border: 1px dashed var(--blue-clr);
    padding: 8px 10px;
    display: inline-block;
}

@media (min-width: 768px) {
    .probtn1 a {
        padding: 30px 45px;
        font-size: 32px;
    }
    /* .main-heading{
        padding: 50px 40px;
        background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/main-heading-shape.webp) no-repeat center center;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        filter: unset;
        backdrop-filter: unset;
    } */
    .post-head {
        padding: 17px 21px;
    }
}

.fifth-section {
    background: #010304;
}

.but-design {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/butthats-not-all.webp);
    padding: 20px 40px;
    display: inline-block;
    border-top: hidden;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

@media(min-width:768px) {
    .but-design {
        padding: 40px 50px 36px 51px;
        background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/butthats-not-all.webp);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
        border: hidden;
    }
    
    .fifth-section {       
        background: url("https://cdn.oppyotest.com/launches/mailempireai/lite/proudlybg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 180px;
    }
}






.kapblue {
    color: #0063eb;
}

.fourth-section {
    background: #fff;
    padding: 0;
}

.footer-section {
    background: #000000;
    padding: 30px 0px;
}

.footer-ul {
    padding: 0px;
    margin: 0px;
}

.footer-ul li {
    display: inline;
    line-height: 130%;
}

.footer-ul {
    padding: 0
}

.footer-ul li {
    display: inline;
}

.footer-ul li a {
    color: #ffffff;
    text-decoration: none;
}

@media(min-width:768px) {
    .footer-ul li {
        display: inline;
        line-height: normal;
    }
    .footer-section {
        padding: 70px 0px;
    }
    .xscenter {
        display: block;
        margin-right: auto;
        margin-left: 0;
    }
    .xs-text-center {
        text-align: left;
    }
    .xs-text-center1 {
        text-align: right;
    }
}



ul.grey-tick-last {
    padding: 0px 15px 10px;
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/grey-tick-last.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 40px;
    background-position: 0px 28px;
    line-height: 150%;
    border-bottom: 1px solid #090e2d;
    color: #ffffff;
}

ul.grey-tick-last li:last-child {
    border-bottom: 0px;
}

ul.vgreentick li {
    background: #ffffff url(https://cdn.oppyotest.com/launches/mailempireai/lite/vgreentick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 55px;
    background-position: 20px 25px;
    line-height: 150%;
    color: #000;
}



/* .tbbg3 {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/plan2.webp) no-repeat center top;
    padding: 30px 15px 57px;
    background-size: 100% 100%;
} */


@media (min-width: 768px) {
    ul.grey-tick-last li {
        padding: 20px 10px 20px 40px;
    }
    .mt-sm-170 {
        margin-top: 170px
    }
    .mt-sm-90 {
        margin-top: 90px
    }
    .probtn a {
        font-size: 38px;
        padding: 28px 30px;
        display: inline-block;
        width:auto;
    }
    .probtn1 a {
        font-size: 38px;
        padding: 28px 30px;
        display: inline-block;
        width:auto;
    }
}


.myfeatureslast {
    float: left;
    padding: 15px;
    width: 100%;
    min-height: 69px;
    /* background: #fff; */
    border-radius: 0px 0px 15px 15px;
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
    color: #0041b5;
}
/*Table CSS Enad*/

.grey-section {
    background: #e5eaf6 ;
    padding: 30px 0;
}

.moneyback-section {   
        padding: 30px 0px;
        background: #02182e;
}
.money-text {
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}

.bonus-section {
    background: #e5eaf6 ;
    background-size: cover;
    padding: 30px 0;
}

@media (min-width:768px) {
    .money-text {
        padding: 0px 25px;
    }
    .bonus-section {
        background: #e5eaf6 url(https://cdn.oppyotest.com/launches/mailempireai/lite/bonus-bg.webp) no-repeat;
        background-size: cover;
        background-position: center bottom;
        padding: 70px 0px 100px 0px;
    }
    .moneyback-section {       
        padding: 70px 0 70px 0px;
        background: #02182e url(https://cdn.oppyotest.com/launches/mailempireai/lite/moneyback-bg.webp) no-repeat bottom center;
        background-size: cover;
    }

    .mt-sm240 {
        margin-top: 240px;
    }
    .mt-sm0 {
        margin-top: 0px !important;
    }
}

.bonus-count {
    background: #5c6ac4;
    display: inline-block;
    padding: 10px 29px;
    border-radius: 15px;
}
.third-section {
    padding: 30px 0;
}

.grey-clr {
    color: #d6d6d6;
}
/*-------- Responsive ------------*/

@media (min-width:768px) {
    .white-section {
        padding: 50px 0px 100px 0px;
    }
    .third-section {
        padding: 100px 0;
    }
    .grey-section {
        padding: 100px 0;
    }
}



.red-clr,
a.red-clr {
    color: #ff3c00;
}

.blue-head {
    color: #0041b5;
}

ul.template-lists {
    padding: 0px 0px;
}

ul.template-lists li {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/launch-tick-blue.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 10px 15px 40px;
    background-position: 0px 18px;
    line-height: 150%;
    color: #000;
}

.amazing-section {
    padding: 30px 0;
    background: #033183 url(https://cdn.oppyotest.com/launches/mailempireai/lite/reason-sec-bg.webp) no-repeat bottom center;
    background-size: cover;
}
@media (min-width: 768px){
.amazing-section {    
    padding: 80px 0px;
}
}

.features-title {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 15px;
}
.features-title .size {
    max-height: 100px;
}
.button-shape {
    background: var(--theme-gradient);
    padding: 15px 30px;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
    display: inline-block;
}

@media(min-width:768px){
    .button-shape {
        padding: 15px 60px;
    }
}
.warning-section {
    background: linear-gradient(268.12deg, #1D5FE9 12.87%, #1C93EC 57.6%, #1DCAF5 96.69%);
    padding: 20px 0px;
}
.lg30 {
    font-size: 30px;
}
.font-weight-bold {
    font-weight: 700 !important;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
@media (min-width: 768px) {
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}

/* new css start */
.sec-pd {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .sec-md-pd {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

/* second sec start */
.second-sec{
    background: #f3f3f3
}
.header-list-block {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: 2px solid var(--blue-clr);
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
@media (min-width: 768px) {
.second-sec {
    background: #f3f3f3 url("https://cdn.oppyotest.com/launches/mailempireai/lite/second-sec-bg.webp") no-repeat center center;
    background-size: cover;
}
}

/* second sec end */

/* third sec start */
.third-section {
    background: #ffffff;
}
.exciting-inner-sec {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/exiciting-inner-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 20px 15px;
    backdrop-filter: blur(3px);
    border-radius: 15px;
    max-width: 95%;
    margin: 0px auto;
}
.purple-brush {
    background: url("https://cdn.oppyotest.com/launches/mailempireai/lite/blue-shade1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 0 14px;
    color: #ffffff;
    display: inline-block;
}
@media (min-width: 768px) {
    .exciting-inner-sec {
        padding: 100px 30px;
        border-radius: 50px;
        width: 85%;
    } 
    .purple-brush {
        padding: 5px 25px;
    }
}
/* third sec end */

/* feature start */
.steps-section {
    background: #0a162d;
    padding: 30px 0;
}
.features-card1 {
    background: #fff;
    border-radius: 20px;
    border: 10px solid var(--blue-clr);
    /* background-image: linear-gradient(#ffffff,#ffffff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
}
.features-card1-inner {
    padding: 20px 15px;
}
.features-card2 {
    background: var(--blue-clr);
    border-radius: 20px;
    padding: 20px 15px;
}
@media (min-width: 768px) {
    .steps-section {
        background: #0a162d url(https://cdn.oppyotest.com/launches/mailempireai/lite/steps-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
    }
    .features-card1-inner {
        padding: 50px 30px;
    }
    .features-card2 {
        padding: 50px 30px;
    }
}
/* feature end */

.text-nowrap {
    background: var(--theme-gradient);
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
}

/* tabel sec start */
.table-section {
    background: #ffffff;
}
.tablebox2 {
    /* border: 1px solid #074281; */
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    width: 100%;
    float: left;
    border-radius: 20px;
}
.tbbg2 {
    background: #ffffff;
    padding: 80px 30px 60px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}
ul.vgreytick {
    padding: 0px 0px;
    margin: 0px;
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
ul.vgreytick li {
    background: url("https://cdn.oppyotest.com/launches/mailempireai/lite/vgreytick.png") no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 20px 28px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
ul.vgreytick li:nth-child(odd) {
    background-color: #ffefeee0;
}


/* ================= */

.tablebox3 {
    width: 100%;
    float: left;
    border: 10px solid #031866;
    border-radius: 27px 27px 20px 20px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    position: relative;
}
.tbbg3 {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/lite/premium-table.webp) no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    min-height: 250px;
}
ul.vgreytick-1 li {
    background: url("https://cdn.oppyotest.com/launches/mailempireai/lite/tick.webp") no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 50px;
    background-position: 15px 24px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
/* ul.vgreytick-1 li:nth-child(odd) {
    background-color: #fff;
    color: #000;
}
ul.vgreytick-1 li:nth-child(even) {
    background-color: #210002;
    color: #ffffff;
} */
@media (min-width: 768px) {
    .table-section {
        padding: 70px 0 100px 0px;
    }
    ul.vgreytick li {
        padding: 24px 10px 24px 50px;
    }
    .tbbg3 {
        background: #ffffff url(https://cdn.oppyotest.com/launches/mailempireai/lite/premium-table.webp) no-repeat;
        background-size: 100% 100%;
        padding: 60px 20px 80px 20px;
        border-radius: 27px 27px 0px 0px;
        min-height: 500px;
    }
    ul.vgreytick-1 li {
        padding: 24px 10px 24px 50px;
    }
    .tablebox3 {
        border-radius: 40px 40px 20px 20px;
    }
}
/* tabel sec end */

/* success start */
.success-sec{
    background: linear-gradient(0.05deg, #DFE9FF -5.27%, #CFEAFF 93.91%);
    padding: 30px 0px;
}

.inter-btn a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: #03CF0B;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}
.inter-btn a:hover{
    color: #fff;
}
.inter-btn-1 a {
    background-color: #FF2929;
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    text-decoration: none;
    text-align: center;
    display: inline-block;
    padding: 15px 12px;
    color: #ffffff;
    border: none;
    font-weight: 700;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    position: relative;
}

.inter-btn-1 a:hover{
    color: #fff;
}
.inter-btn a:hover{
    background-color: #00a806;
}
.inter-btn-1 a:hover{
    background-color: #eb0a0a;
}
@media (min-width: 768px){
    .success-sec{
        background: #fdf2ff url("https://cdn.oppyotest.com/launches/mailempireai/lite/goodbye-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 60px 0px 100px;
    } 
    .inter-btn a,.inter-btn-1 a {
        font-size: 24px;
        padding: 28px 30px;
    }
}
/* succes sec end */

/* reason-section  starts*/
.reason-section{
    background-color: #fff;
    padding: 30px 0px;
}
.reason-text{
    display: inline-block;
    border-radius: 10px;
    background: linear-gradient(268.12deg, #1D5FE9 12.87%, #1C93EC 57.6%, #1DCAF5 96.69%);
    padding: 10px;
}

@media (min-width: 768px){
    .reason-section{
        background: #fff url("https://cdn.oppyotest.com/launches/mailempireai/lite/reason-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .reason-text{
        padding: 11px 35px 9px 40px;
        border-radius: 0px 50px;
    }
    .f-md-100 {
        font-size: 100px !important;
    }
}
/* reason-section ends*/

.thank-section {
    background: linear-gradient(270.29deg, #EAF1FF 17.42%, #71C9FF 211.43%);
    padding: 30px 0px;
}

@media (min-width: 768px) {
    .thank-section {
        padding: 100px 0px;
    }
}