/* Inbox Booster */

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-size: 14px;
}

html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--blue-clr);
  border-radius: 25px;
}

.caveat {
    font-family: "Caveat", cursive;
  }
  .poppins{
    font-family: "Poppins", sans-serif;
}

/* Color CSS */
.clr-1{
    color: #FFCE51;
}
.clr-2{
    color: #FF5EE2;
}
.clr-3{
    color: #52FFE9;
}
.blue-clr {
    color: var(--blue-clr);
}
:root{
    --theme-gradient: linear-gradient(90deg, #FF5924 0%, #ED920E 100%);
    --theme-gradient1: linear-gradient(90deg, #ED920E 0%, #FF5924 100%);
    --blue-clr: #1D7EEB;
}
.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;
}

.red-clr{
    color: #ff3c00 !important;
}
.yellow-clr1 {
    color: #FFC633;
}
.green-clr {
    color: #16cf05;
}
.orange-clr {
    color: #FF7E39;
}
.white-clr {
    color: #ffffff;
}
.black-clr{
    color: #010101;
}
.clr-7{
    color: #22FFE4;
}
.green-gradient{
    background: linear-gradient(90deg, #65BA8B 0%, #97CA55 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.purple-gradient{
    background: linear-gradient(90deg, #FF992E 0%, #DA1467 99.99%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 5px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}

/* button start */

.probtn1 a {
    border-radius: 10px;
    transition: all 0.3s ease-in-out;
    background: var(--theme-gradient);
    box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    -webkit-box-shadow: 0px 6px 14px -1px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px 6px 14px -1px rgba(0, 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: 16px; */
    line-height: 140%;
    position: relative;
}
.probtn1 a:hover {
    background: var(--theme-gradient1);
    text-decoration: none;
}
@media (min-width: 768px){
    .probtn1 a {
        font-size: 32px;
        padding: 28px 30px;
    }
    .white-md-clr{
        color: #fff;
    }
}
/* button end */

/* warning start */
.warning-section{
    background: linear-gradient(268.12deg, #1D5FE9 12.87%, #1C93EC 57.6%, #1DCAF5 96.69%);
    padding: 20px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
.sec-pd{
    padding-top: 30px;
    padding-bottom: 30px;
}
.money-text {
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}
@media (min-width: 768px){
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .money-text {
        padding: 0px 25px;
    }
}
/* warning end */

/* header start */
.header-sec {
    background: linear-gradient(180deg, #FFFFFF 0%, #92D5FF 100%);
    padding: 30px 0px;
}
@media (min-width: 768px){
    .header-sec {
       background: url("https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/header-bg.webp") no-repeat center center;
       background-size: cover;
       padding: 40px 0px 120px 0px;
    }
}
/* header end */

/* congrats-sec start */
.congrats-sec{
    background-color: #ffffff;
}
.congrats-text{
    border-radius: 100px;
    background: #FF361D;
    padding: 15px;
}
@media (min-width: 768px){
    .congrats-sec{
        background:#fef3ff url("https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/congrats-sec-bg.webp") no-repeat center center;
        background-size: cover;
    }
    .congrats-text{
        padding: 30px 50px;
    }
}
/* congrats-sec end */

/* poor-email-sec start */
.poor-email-sec{
    background: linear-gradient(270.29deg, #EAF1FF 17.42%, #71C9FF 211.43%);
}
/* poor-email-sec end */

/* high-demand-sec start */
.high-demand-sec{
    background-color: #ffffff;
}
.high-demand-text{
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    background: #FF361D;
}
@media (min-width: 768px){
    .high-demand-sec{
        background:#fff;
    }
    .high-demand-text{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/high-demand-text-img.webp) no-repeat;
        background-size: 100% 100%;
        padding: 15px 45px;
        border-radius: 0;
    }
}
/* high-demand-sec end */

/* helps-you-sec start */
.helps-you-sec{
    background: linear-gradient(270.29deg, #EAF1FF 17.42%, #71C9FF 211.43%);
}
.helps-you-text{
    border: 2px solid #ffffff;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    background: #1D5FE9;
    box-shadow: 0px 0px 15px rgba(28, 179, 234, 1);
    position: relative;
}
.gradient-radius-background{
    border-radius: 100px;
    padding: 10px 20px;
    background: var(--theme-gradient);
}
.white-radius-background{
    border-radius: 10px;
    border: 1px dashed rgba(255, 255, 255, 0.50);
    background: #FFF;
    padding: 25px;
}
.helps-you-sec-card{
    padding-top: 12px;       
    position: relative;
}
.helps-you-sec-card::after{
    content: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/no.webp);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
@media (min-width: 768px){
    /* .helps-you-sec{
        background:#e3dfec url("https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/helps-you-sec-bg.webp") no-repeat top center;
        background-size: cover;
    } */
    .helps-you-text{
        padding: 20px 80px;
        padding-right: 130px;
    }
    .helps-you-text::after{
        content: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/thumb-up.webp);
        position: absolute;
        top: -20%;
    }
}
/* helps-you-sec end */

/* list sec start */
.list-section {
    background-color: #fff;
    padding: 30px 0px;
    position: relative;
}
.proudly-list-bg {
    padding: 15px;
}
.proudly-list-bg-1 {
    border-radius: 20px;
    border: double 5px 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 rgba(0, 0, 0, 0.50);
}
@media (min-width: 768px) {
    .list-section {
        padding: 0px 0px 100px;
    }
    .proudly-list-bg {
        padding: 30px 25px;
    }
    .proudly-list-bg-1 {
        position: relative;
        margin-top: -240px;
    }
}
/* list sec end */

/* proudly start */
.fifth-section {
   background-color: #010304;
    padding: 30px 0 30px 0px;
}

.proud-text {
    display: inline-block;
    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;
}
.steps-card-inner {
    padding: 20px 15px;
}
.grey-ul{
    padding: 0px;
}
.grey-ul li{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/tick.webp) no-repeat;
        padding: 0px 0px 10px 40px;
        margin-bottom: 10px;
        background-position: 0px 5px;
        text-align: left;
        list-style: none;
}
.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/proudly-head.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 10px;
}
@media (min-width: 768px){
    .fifth-section {
        background: url("https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/proudlybg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px;
    }
    .caveat {
        font-family: 'Caveat', cursive;
    }
    .steps-card-inner {
        padding: 30px 37px;
    }
    .presenting-head {
        padding: 6px 31px 8px;
    }

}

/* proudly end */

/* email-sec start */
.email-sec{
    background: #fff;
}
.box{
    padding: 20px;
    height: 100%;
    border-radius: 20px;
}
.box-1{
    background:#49AFB9;
}
.box-2{
    background: #EE9B00;
}
.box-3{
    background:#FF3D5E;
}
.box-4{
    background: #4C9BE9;
}
.mail-sec-steps{
    display: inline-flex;
    align-items: center;
    background: #000;
    border-radius: 0px 10px 10px 10px;
    gap: 15px;
    padding-right: 20px;
}
@media (min-width: 768px) {
    .box{
        padding: 30px;
    }
    .email-sec-text{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/email-sec-text-bg.webp) no-repeat;
        background-size: 100% 100%;
        padding: 10px 45px;
        display: inline-block;
    }
}
/* email-sec end */

/* cta btn section start */
.cta-section {
    background: #ffffff;
}
@media (min-width: 768px) {
    /* .cta-section {
        background: #000000 url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/cta-bg.webp) no-repeat center center;
        background-size: cover;
    } */
}
/* cta btn section end */

/* limited time section start */
.limited-time-sec {
    padding: 10px 0px 10px 0px;
    background: #FF2C2C;
}
/* limited time section end */

/* feature start */
.steps-section {
    background: #0a162d;
    padding: 30px 0;
}
.features-card1 {
    background: #ffffff;
    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 10px 30px 0px rgba(186, 40, 40, 0.20);
}
.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/inbox-booster/steps-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
    }
    .features-card1-inner {
        padding: 30px 30px;
    }
    .features-card2 {
        padding: 30px 30px;
    }
}
/* feature end */

/* inbox-sec start */

.inbox-sec{
    background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/inbox-bg.webp) no-repeat center center;
    background-size: cover;
    padding: 30px 0px 0px;
}
.inbox-h{
    background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/blue-shade1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px;
}
.border-line{
    border: 1px dashed rgba(3, 21, 40, 1);
}
.calendar-wrap{
    display: inline-block;
    border-radius: 10px;
    border: double 1px transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(268.12deg, #1D5FE9 12.87%, #1C93EC 57.6%, #1DCAF5 96.69%);
    background-origin: border-box;
    background-clip: content-box, border-box;
}

.first,.second,.third, .fourth, .five{
    position: relative;
    z-index: 2;
    padding: 60px 0;
}
.first:after, .first::before, .second:after, .second::before,
.third:after, .third::before , .fourth:after, .fourth::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;
}

@media (min-width: 768px) {
    .inbox-sec{
        padding: 60px 0px 0px;
    }
    .inbox-h{
        padding: 6px 39px;
    }
    .first,.second,.third, .fourth, .five{
        position: relative;
        z-index: 2;
        padding: 140px 0;
    }
    .first:after, .first::before, .second:after, .second::before,
    .third:after, .third::before , .fourth:after, .fourth::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;
    }
}

/* inbox-sec end */


/* wait-sec start */

.wait-sec{
    background: #ffffff;
}

.pink-brush{
    background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/pink-brush.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 88px;
}

@media (min-width: 768px) {
    /* .wait-sec{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/wait-bg.webp) no-repeat center center;
        background-size: cover;
    } */
}

/* wait-sec end */

 /* limited-sec start  */

 .limited-sec{
    background: #ffffff;
 }

.limited-h{
    background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/limited-h.webp) no-repeat;
    background-size: 100% 100%;
    padding: 30px 62px;
}

 @media (min-width: 768px) {
    .limited-sec{
        background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/limited-bg.webp) no-repeat center center;
        background-size: cover;
    }
    .limited-h{
        padding-left: 20px;
        background-position-x: -20px;
    }
 }

 /* limited-sec end  */

/* moneyback start */
.moneyback-section {
    padding: 30px 0px;
    color: #ffffff;
    background: #02182e;
}
@media (min-width: 768px){
    .moneyback-section {
        background: #02182e url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/moneyback-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 100px 0px;
        color: #ffffff;
    }
}
/* moneyback end */
/* table sec start */
.tbbg2 {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/premium-table.webp) no-repeat;
    background-size: 100% 100%;
    padding: 15px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    min-height: 250px;
}
.tablebox2 {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    border: 10px solid #031866;
    float: left;
    border-radius: 27px 27px 20px 20px;
}
ul.vgreytick {
    padding: 0px 0px;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 40px;
    background-position: 15px 25px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
/* ul.vgreytick li:nth-child(even) {
    background-color: #210002;
    color: #fff;
} */
.kapblue, a.kapblue {
    color: #150de1;
    text-decoration: none;
}
@media (min-width: 768px){
    ul.vgreytick li {
        padding: 24px 10px 24px 50px;
    }
    .tbbg2 {
        background: #ffffff url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/premium-table.webp) no-repeat;
        background-size: 100% 100%;
        padding: 60px 20px 80px 20px;
        border-radius: 27px 27px 0px 0px;
        min-height: 500px;
    }
    .tablebox2 {
        border-radius: 40px 40px 20px 20px;
    }
    
}
/* table sec end */

/* footer start */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.footer-ul li a:hover{
    color: #fff;
}
@media (min-width: 768px){
    .footer-section {
        padding: 45px 0px 50px;
    }
}
/* footer 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: url("https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/success-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 60px 0px 100px;
    } 
    .inter-btn a , .inter-btn-1 a {
        font-size: 30px;
        padding: 28px 30px;
    }
}

.myfeatureslast{
    padding: 30px;  
}
.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;
}
.main-heading {
    background: #ffffff;
    border: 3px solid rgba(29, 202, 245, 0.5);
    border-radius: 20px;
    padding: 10px;
    display: inline-block;
    position: relative;
}
.header-ul li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/tick.webp) no-repeat;
    background-position: 0px 0px;
    padding: 0px 0px 24px 34px;
}
.header-ul li:nth-last-child(1) {
    padding-bottom: 0px;
}
.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){
    /* .pre-heading {
        padding: 10px 50px;
    } */
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/inbox-booster/main-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 30px 30px;
        border: unset;
        border-radius: unset;
    } 
}