/* 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, #FF5924 0%, #ED920E 100%);
    --theme-gradient1: linear-gradient(90deg, #ED920E 0%, #FF5924 100%);
    --blue-clr: #1D7EEB;
}

html::-webkit-scrollbar {
    width: 8px;
 }
 
html::-webkit-scrollbar-track {
  background-color: #eee;
}
 
html::-webkit-scrollbar-thumb {
  background: var(--blue-clr);
  border-radius: 25px;
}
.red-clr {
    color: #ff3c00;
}
.green-clr {
    color: #16cf05;
}
.yellow-clr2 {
    color: #FFC633;
}
.orange-clr {
    color: #FF992E !important;
}
.white-clr {
    color: #ffffff;
}
.blue-clr {
    color: var(--blue-clr);
}
.neon-clr{
    color: #FFCE51;
}
.clr-2{
    color: #FFCE51;
}
.clr-7{
    color: #FF5EE2;
}
.clr-4{
    color: #597EFF;
}
.theme-clr{
    background: linear-gradient(268.12deg, #1D5FE9 12.87%, #1C93EC 57.6%, #1DCAF5 96.69%);
    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: 32px;
        padding: 28px 30px;
    }
} */

/* Header Section CSS */
.header-section {
    background: linear-gradient(180deg, #FFFFFF 0%, #92D5FF 100%);
    padding: 30px 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;
}
.yellow-shape{
    border-radius: 10px;
    background: #FFC633;
    color: #0D0E14;
    padding: 0px 10px;  
}
.orange-shape{
    background: #EDF9FF;
    border-radius: 10px;
    border: 1px dashed var(--blue-clr);
    padding: 8px 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;
}
.purple-brush {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/agency/blue-shade.webp) no-repeat;
    background-size: 100% 100%;
    padding: 0 14px;
    color: #ffffff;
    display: inline-block;
}
.blue-text {
    background: linear-gradient(283.38deg, #FFB01D 0%, #DA8D0F 47.6%, #B16700 100%);
    border-radius: 10px;
    padding: 10px;
    color: #fff;
    display: inline-block;
}
.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) {
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/agency/main-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 30px 22px;
        border: unset;
        border-radius: unset;
    }
    .header-section {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/agency/header-bg.webp) no-repeat bottom center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    .blue-text {
        background: url("https://cdn.oppyotest.com/launches/mailempireai/agency/blue-shade.webp") no-repeat;
        background-size: 100% 100%;
        display: inline-block;
        padding: 0px 15px;
        color: #fff;
    }
    /* .pre-heading {
        padding: 10px 55px;
    } */
    
    .orange-shape {
        padding: 17px 21px;
    }
    .purple-brush {
        padding: 5px 25px;
    }
}
.fifth-section {
    padding: 30px 0px;
    background: #010304;
}

.presenting-head {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/agency/proudly-head.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 10px;
}

.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: 6px 31px 8px;
    }
    .fifth-section { 
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/mailempireai/agency/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/mailempireai/agency/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/mailempireai/agency/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; */
        border: 10px solid #1D7EEB1A;
    width: 100%;
    float: left;
    border-radius: 25px;
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
}

.tablebox3 ul {
    padding-left: 0;
    color: #010101;
}

.tablebox3 {
    width: 100%;
    float: left;
    border: 10px solid #031866;
    /* background: #200d68; */
    border-radius: 25px;
    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/mailempireai/agency/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: #1D7EEB1A;
}

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/mailempireai/agency/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: #031866;
    color: #ffffff;
}

.tbbg2{
    background: #ffffff;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    border-radius: 10px 10px 0px 0px;
}

.tbbg3 {
    background:#031866;
    padding: 50px 30px 30px 30px;
    background-size: 100% 100%;
    border-radius: 10px 10px 0px 0px;
}
.table-sale {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/agency/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
.mt-top {
    margin-top: -26%;
}

@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;
    }
    .table-sale {
        padding: 11px 70px;
    }
    .mt-top {
        margin-top: -20.80%;
    }
}

.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: #02182e;
        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: #02182e url(https://cdn.oppyotest.com/launches/mailempireai/agency/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/mailempireai/agency/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: 22px;
    line-height: 140%;
    position: relative;
}
.probtn1 a:hover {
    background: var(--theme-gradient1);
    text-decoration: none;
}
@media (min-width: 768px) {
    .probtn1 a {
        font-size: 30px;
        padding: 28px 20px;
    }
}



.second-section {
    padding: 30px 0px;
    background: #f9f9f9;
}
.money-text {
    background: #21AF211A;
    border: 1px dashed #21AF21;
    color: #59ff4a;
    border-radius: 10px;
    padding: 0px 10px;
    display: inline-block;
}

@media (min-width: 768px) {
    .second-section {
        padding: 100px 0 !important;
        background:#f9f9f9 url(https://cdn.oppyotest.com/launches/mailempireai/agency/white-section-bg.webp) no-repeat !important;
        background-position: center center !important;
    }
    .money-text {
        padding: 0px 25px;
    }
}


.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: 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;
}
.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: 2px solid var(--blue-clr);
    /* background-image: linear-gradient(#fff, #fff), var(--theme-gradient);
    background-origin: border-box;
    background-clip: content-box, border-box; */
}
/* steps */
.steps-section {
    background: #0a162d;
    padding: 30px 0;
}
.steps-card {
    background: #ffffff;
    border-radius: 20px;
    border: 10px solid var(--blue-clr);
    /* 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(--blue-clr);
    border-radius: 20px;
    padding: 20px 15px;
}
.steps-card-inner {
    padding: 20px 15px;
}

@media (min-width: 768px){
    .steps-section {
        background: #0a162d url(https://cdn.oppyotest.com/launches/mailempireai/agency/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: 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/agency/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 */