/* Inbox Booster */

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #000000;
    font-size: 14px;
}
.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;
}
:root{
    --theme-gradient: linear-gradient(90deg, #FEB763 0%, #FD206C 100%);
    --theme-gradient1: linear-gradient(90deg, #FD206C 0%, #FEB763 100%);
}
.theme-clr {
    background: var(--theme-gradient);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.red-clr{
    color: #F8203D !important;
}
.yellow-clr1 {
    color: #FFC633;
}
.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: 38px;
        padding: 28px 30px;
    }
    .white-md-clr{
        color: #fff;
    }
}
/* button end */

/* warning start */
.warning-section{
    background-color: #059bf4;
    padding: 20px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
.red-bg {
    background-color: red;
    display: block;
    border-radius: 10px;
    padding: 8px 10px;
}
.sec-pd{
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 768px){
    .red-bg {
        background-color: red;
        border-radius: 10px;
        display: inline-block;
        padding: 8px 10px;
    }
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
    .sec-md-pd{
        padding-top: 100px;
        padding-bottom: 100px;
    }
}
/* warning end */

/* header start */
.header-sec {
    background-color: #000000;
    padding: 30px 0px;
}
@media (min-width: 768px){
    .header-sec {
       background: #000000 url("https://cdn.oppyotest.com/launches/maildaddy/inbox-booster/header-bg.webp") no-repeat bottom center;
       background-size: cover;
       padding: 40px 0px 120px 0px;
    }
}
/* header end */

/* congrats-sec start */
.congrats-sec{
    background-color: #fef3ff;
}
.congrats-text{
    border-radius: 100px;
    background: #FF361D;
    padding: 15px;
}
@media (min-width: 768px){
    .congrats-sec{
        background:#fef3ff url("https://cdn.oppyotest.com/launches/maildaddy/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-color: #F5F0F9;
}
@media (min-width: 768px){
    .poor-email-sec{
       background: #F5F0F9 url("https://cdn.oppyotest.com/launches/maildaddy/inbox-booster/poor-email-sec-bg.webp") no-repeat top center;
       background-size: cover;
    }
}
/* 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/maildaddy/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-color: #e3dfec;
}
.helps-you-text{
    border-radius: 10px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 10px;
    background: #000;
    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/maildaddy/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/maildaddy/inbox-booster/helps-you-sec-bg.webp") no-repeat top center;
        background-size: cover;
    }
    .helps-you-text{
        background: url(https://cdn.oppyotest.com/launches/maildaddy/inbox-booster/helps-you-text-bg.webp) no-repeat;
        background-size: 100% 100%;
        padding: 30px 85px;
        padding-right: 150px;
        border-radius: 0;
    }
    .helps-you-text::after{
        content: url(https://cdn.oppyotest.com/launches/maildaddy/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: #0c0521;
    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/maildaddy/inbox-booster/tick.png) no-repeat;
        padding: 0px 0px 10px 40px;
        margin-bottom: 10px;
        background-position: 0px 5px;
        text-align: left;
        list-style: none;
}
.presenting-head {
    background: #FFF;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 40px;
}
@media (min-width: 768px){
    .fifth-section {
        background: #fff url("https://cdn.oppyotest.com/launches/maildaddy/inbox-booster/proudlybg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 80px 0 250px 0px;
    }
    .caveat {
        font-family: 'Caveat', cursive;
    }
    .steps-card-inner {
        padding: 30px 37px;
    }
    .presenting-head {
        padding: 15px 51px;
    }

}

/* proudly end */

/* email-sec start */
.email-sec{
    background: #fff;
}
.box{
    padding: 20px;
    height: 100%;
    border-radius: 20px;
}
.box-1{
    background: linear-gradient(270deg, #FF7294 0%, #E52453 100%);
}
.box-2{
    background: linear-gradient(270deg, #FF88EA 0%, #D438BF 100%);
}
.box-3{
    background: linear-gradient(270deg, #CC86F3 0%, #993AD5 100%);
}
.box-4{
    background: linear-gradient(270deg, #A174FF 0%, #6224E5 100%);
}
.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/maildaddy/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: #000000;
}
@media (min-width: 768px) {
    .cta-section {
        background: #000000 url(https://cdn.oppyotest.com/launches/maildaddy/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: #fffdff;
    padding: 30px 0;
}
.features-card1 {
    border-radius: 20px;
    border: double 1px transparent;
    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(--theme-gradient);
    border-radius: 20px;
    padding: 20px 15px;
}
@media (min-width: 768px) {
    .steps-section {
        background: #fffdff url(https://cdn.oppyotest.com/launches/maildaddy/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: #F5F0F9;
}

.inbox-h{
    background: url(https://cdn.oppyotest.com/launches/maildaddy/inbox-booster/gragiant-bursh.webp) no-repeat;
    background-size: 100% 100%;
    padding: 10px;
}

.border-line{
    border: 1px dashed rgba(3, 21, 40, 1);
}

@media (min-width: 768px) {
    .inbox-h{
        padding: 6px 39px;
    }
}

/* inbox-sec end */


/* wait-sec start */

.wait-sec{
    background: #F5F0F9;
}

.pink-brush{
    background: url(https://cdn.oppyotest.com/launches/maildaddy/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/maildaddy/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/maildaddy/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/maildaddy/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: 100px 0 100px 0px;
    color: #ffffff;
    background: #0c0918;
}
@media (min-width: 768px){
    .moneyback-section {
        background: #0c0918 url(https://cdn.oppyotest.com/launches/maildaddy/inbox-booster/moneyback-bg.webp) no-repeat top center;
        background-size: cover;
        padding: 60px 0 30px 0px;
        color: #ffffff;
    }
}
/* moneyback end */
/* table sec start */
.tbbg2 {
    background: #210002;
    padding: 45px 20px 45px 20px;
    border-radius: 15px 15px 0px 0px;
}
.tablebox2 {
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
    width: 100%;
    float: left;
    border-radius: 15px;
}
ul.vgreytick {
    padding: 0px 0px;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/maildaddy/inbox-booster/tick.png) no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 40px;
    background-position: 15px 28px;
    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;
    }
}
/* 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-color: #fdf2ff;
    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/maildaddy/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: 35px;
    border: 1px solid #828290;
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
    padding: 10px;
}
.main-heading{
    padding: 15px;
    border: 1px solid #632329;
    background: #0f0506;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 8px #FD5968);
    backdrop-filter: blur(10px);
}
.header-ul li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/maildaddy/inbox-booster/tick.png) no-repeat;
    background-position: 0px 5px;
    padding: 0px 0px 24px 34px;
}
@media (min-width: 768px){
    .pre-heading {
        padding: 10px 50px;
    }
    .main-heading{
        padding: 50px 40px;
        background: url(https://cdn.oppyotest.com/launches/maildaddy/inbox-booster/main-heading-shape.webp) no-repeat center center;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        filter: unset;
        backdrop-filter: unset;
    }   
}