/* agency-deal */

html {
    scroll-behavior: smooth;
}
body {
    font-family: "Nunito", sans-serif;
    color: #030D1F;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", cursive;
  }

  :root{
    --theme-gradient: linear-gradient(90deg, #FEB763 0%, #FD206C 100%);
    --theme-gradient1: linear-gradient(90deg, #FD206C 0%, #FEB763 100%);
}

.yellow-clr2 {
    color: #FFC633;
}
.orange-clr {
    color: #FF992E !important;
}
.white-clr {
    color: #ffffff;
}
.blue-clr {
    color: #00aaff;
}
.neon-clr{
    color: #FFCE51;
}
.clr-2{
    color: #FFCE51;
}
.clr-7{
    color: #FF5EE2;
}
.clr-4{
    color: #597EFF;
}
.theme-clr{
    background: var(--theme-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.theme-br {
    border-bottom: 3px solid transparent;
    border-image: var(--theme-gradient);
    border-image-slice: 1;
    width: 100%;
}
.blue-gradient{
    background: linear-gradient(90deg, #03BEE8 0%, #403FFB 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.black2-clr {
    color: #140014;
}
.under{
    border-bottom: 5px solid #22FFE4;
}
@media(min-width:768px) {
    .probtn1 a {
        font-size: 42px;
        padding: 28px 30px;
    }
}

/* Header Section CSS */
.header-section {
    background-color: #060405;
    padding: 30px 0px;
}
.pre-heading {
    border-radius: 42px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 5px;
}
.yellow-shape{
    border-radius: 10px;
    background: #FFC633;
    color: #0D0E14;
    padding: 0px 10px;  
}
.orange-shape{
    border-radius: 10px;
    padding: 0px 10px; 
    display: inline-block;
    border-radius: 10px;
    background: #FF361D;
}
.main-heading{
    padding: 15px;
    border: 1px solid #632329;
    background: #0f0506;
    border-radius: 10px;
    filter: drop-shadow(0px 3px 8px #FD5968);
    backdrop-filter: blur(10px);
}
@media(min-width:768px) {
    .main-heading{
        padding: 40px;
        background: url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/main-heading-shape.webp) no-repeat center center;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        filter: unset;
        backdrop-filter: unset;
    }
    .header-section {
        background: #060405 url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    .pre-heading {
        padding: 10px 55px;
    }
    .blue-text {
        background: url("https://cdn.oppyotest.com/launches/maildaddy/agency-deal/blue-shade.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 15px;
        color: #fff;
    }
    .orange-shape {
        background: url("https://cdn.oppyotest.com/launches/maildaddy/agency-deal/orange-shape.webp") no-repeat;
        background-size: 100% 100%;
        padding: 15px 45px;
        border-radius: 0;
    }
}
.fifth-section {
    padding: 30px 0px;
    background: #000000;
    position: relative;
}

.presenting-head {
    background: #FFF;
    display: inline-block;
    text-align: center;
    position: relative;
    padding: 10px;
    border-radius: 40px;
}

.thats-not-all-section {
    background: #f9f9f9;
    background-size: cover;
    padding: 30px 0px;
}

.one-time-shape {
    background: #597EFF;
    border-radius: 40px;
    padding: 9px 40px;
    display: inline-block;
    font-family: 'Caveat', cursive;
}
.amazing-software-section1 {
    background: #EFF5F9;
    padding: 30px 0;
}
@media(min-width:768px) {
    .presenting-head {
        padding: 15px 51px;
    }
    .fifth-section { 
        background: #f9f9f9 url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/proudlybg.webp) no-repeat center bottom;
        background-size: cover;      
        padding: 100px 0px 120px;
    }
}
@media(min-width:767px) {
    .one-time-shape {
        padding: 15px 60px;
        border-radius: 50px;
    }
    .thats-not-all-section {
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/white-section-bg.webp) no-repeat;
        padding: 100px 0px 100px;
        background-position: center center;
    }
    .imahe-h-300 {
        height: 400px;
    }
    .imahe-h-250 {
        height: 350px;
    }
    .amazing-software-section1 {
        background: #FCFEFF url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/step-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 120px;
    }
}
/********features*********/

.white-section {
    background: #f9f9f9;
    padding: 30px 0;
}
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
@media(min-width:768px) {
    .footer-section {
        padding: 70px 0px;
    }
}

/*Table CSS Start*/

.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox2 {
    background: #ffffff;
    width: 100%;
    float: left;
    border-radius: 10px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
}

.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox3 {
    width: 100%;
    float: left;
    background: #200d68;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 15%);
    position: relative;
}

ul.vgreytick {
    padding: 0px 0px;
}

ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
    color: #000;
}

ul.vgreytick li:nth-child(odd) {
    background-color: #ffefeee0;
}

ul.vgreytick li:nth-child(even) {
    background-color: #fff;
}

ul.vgreytick li:last-child {
    border-bottom: 0px;
}

ul.grey-tick-last {
    padding: 0px 0px;
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    background-position: 15px 22px;
}

ul.grey-tick-last li:last-child {
    border-bottom: 0px;
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #fff;
    color: #000;
}

ul.grey-tick-last li:nth-child(even) {
    background-color: #210002;
    color: #ffffff;
}

.tbbg2{
    background: #ffffff;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.tbbg3 {
    background:#210002;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}

@media (min-width:768px) {
    .tbbg2 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .tbbg3 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
    ul.vgreytick li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 20px;
    }
    ul.grey-tick-last li {
        padding: 20px 15px 20px 65px;
        background-position: 30px 20px;
    }
}

.myfeatureslast {
    float: left;
    padding: 30px;
    width: 100%;
    min-height: 69px;
    color: #000;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
    border-top: none;
}

.myfeatureslastborder {
    float: left;
    padding: 30px;
    width: 100%;
    border-radius: 0px 0px 10px 10px;
    min-height: 69px;
    background: #ffffff;
}

.thanks-button a {
    width: 100%;
    display: inline-block;
    text-decoration: none;
}

.thanks-button a:hover {
    color: #224cb0;
}

@media(min-width:768px) {
    .myfeatureslast {
        padding: 30px;
    }
    .f-md-70 {
        font-size: 70px;
    }
}


/*Table CSS End*/

.grey-section {
    background-color:#EFF5F9 ;
    padding: 30px 0;
}

.moneyback-section {
        background: #0c0918;
        padding: 60px 0 30px 0px;
}

.bonus-section {
    background: #EFF5F9;
    background-size: cover;
    padding: 30px 0;
}

.table-section {
    background: #f9f9f9;
    padding:30px 0px;
}

@media (min-width:768px) {
    .table-section {
        padding: 70px 0 100px 0px;
    }
    .bonus-section {
        padding: 100px 0px 120px 0px;
        border-bottom: 0px;
    }
    .moneyback-section {
        background: #0c0918 url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/moneyback-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0 100px;
    }
}

/*-------- Responsive ------------*/

@media (min-width:768px) {
    .white-section {
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/white-section-bg.webp) no-repeat;
        padding: 100px 0px 100px;
        background-position: center center;
    }
    .grey-section {
        padding: 100px 0px 100px;
    }
}

.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%);
    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;
}
.probtn1 a:hover {
    background: var(--theme-gradient1);
    text-decoration: none;
}
@media (min-width: 768px) {
    .probtn1 a {
        font-size: 37px;
        padding: 28px 30px;
    }
}



.second-section {
    padding: 30px 0px;
    background: #f9f9f9;
}

@media (min-width: 768px) {
    .second-section {
        padding: 100px 0 !important;
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/white-section-bg.webp) no-repeat !important;
        background-position: center center !important;
    }
}


.black-design {
    background: linear-gradient(90deg, #B931FA 0%, #7E34FF 100%);
    padding: 15px 30px;
    -webkit-transform: skew(-200deg);
    -moz-transform: skew(-200deg);
    transform: skew(-200deg);
    display: inline-block;
}

@media (min-width: 768px) {
    .black-design {
        padding: 15px 60px;
    }
}

.black-design .skew-normal {
    -webkit-transform: skew(200deg);
    -moz-transform: skew(200deg);
    transform: skew(200deg);
}

.footer-ul .t-decoration-none:hover {
    color: #fff;
}

.kapblue {
    color: #150de1  !important;
}
.warning-section{
    background-color: #371418;
    padding: 20px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
.proudly-list-bg {
    background-color: #ffffff;
    padding: 15px;
    border-radius: 20px;
    border: 2px solid #B931FA;
    background: #080414;
}

@media(min-width:768px){
    .proudly-list-bg {
        padding: 25px;
    }
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
}
.header-list-block {
    border-radius: 20px;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.15);
    border: double 2px transparent;
    background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
}
/* steps */
.steps-section {
    background: #07000c;
    padding: 30px 0;
}
.steps-card {
    border-radius: 20px;
    border: double 10px transparent;
    background-image: linear-gradient(#F3F3F3,#F3F3F3), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.50);
}
.steps-card-1 {
    background: var(--theme-gradient);
    border-radius: 20px;
    padding: 20px 15px;
}
.steps-card-inner {
    padding: 20px 15px;
}

@media (min-width: 768px){
    .steps-section {
        background: #07000c url(https://cdn.oppyotest.com/launches/maildaddy/agency-deal/steps-bg.webp) no-repeat center center;
        background-size: cover;
        background-attachment: fixed;
        padding: 100px 0;
        margin-top: -50px;
    }
    .steps-card-inner {
        padding: 50px 30px;
    }
    .steps-card-1 {
        padding: 50px 30px;
    }
}
/* 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: #fdf2ff url("https://cdn.oppyotest.com/launches/maildaddy/agency-deal/goodbye-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;
    }
}
/* succes sec end */