/* Automation */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Nunito", sans-serif;
    color: #030D1F;
    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;
}

.sec-pd {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media (min-width: 768px) {
    .sec-md-pd {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

.caveat {
    font-family: "Caveat", cursive;
}
.poppins {
    font-family: "Poppins", sans-serif;
}

:root{
    --theme-gradient: linear-gradient(90deg, #FF5924 0%, #ED920E 100%);
    --theme-gradient1: linear-gradient(90deg, #ED920E 0%, #FF5924 100%);
    --blue-clr: #1D7EEB;
}
.clr-1{
    color: #FFCE51;
}
.clr-2{
    color: #FF5EE2;
}
.clr-3{
    color: #52FFE9;
}
.green-clr {
    color: #16cf05;
}
.red-clr{
    color: #ff3c00;
}
.black-clr {
    color: #000000;
}
.white-clr {
    color: #fff;
}
.lightblue-clr{
    color: #459EFF;
}
.blue-clr {
    color: var(--blue-clr);
}
.blue-gradient {
    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: var(--theme-gradient);
    border-image-slice: 1;
}
.text-nowrap {
    background: var(--theme-gradient);
    padding: 10px 20px;
    border-radius: 40px;
    display: inline-block;
}
.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 {
    padding: 30px 0px;
    background: linear-gradient(180deg, #FFFFFF 0%, #92D5FF 100%);
}
.pre-heading {
    border-radius: 35px;
    border: 1px solid #828290;
    background: rgba(255, 255, 255, 0.10);
    display: inline-block;
    padding: 10px;
}
.brown-frame1 {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/brown-frame1.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 10px 20px;
}
.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/automation/header-bg.webp) center center no-repeat;
        background-size: cover;
        padding: 30px 0px 100px 0px;
    }
    .pre-heading {
        padding: 10px 50px;
    }
    .brown-frame1 {
        padding: 0px 20px;
    }   
}


/* Header Section CSS */


.proudly-section {
    background: #010304;
    padding: 30px 0px 80px 0px;
}
.f22 {
    font-size: 22px;
}
@media(min-width:768px){
    .f-md-30 {
        font-size: 30px !important;
    }
}
.but-design {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/butthats-not-all.png);
    padding: 20px 40px;
    display: inline-block;
    border-top: hidden;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10px;
}

.but-design .skew-normal {
    -webkit-transform: skew(200deg);
    -moz-transform: skew(200deg);
    transform: skew(200deg);
}

@media(min-width:768px) {
    .but-design {
        padding: 40px 60px 35px 70px;
        background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/butthats-not-all.png);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: 100% 100%;
        border: hidden;
        margin-bottom: 20px;
        color: #fff;
    }
    .proudly-section {
        background: url("https://cdn.oppyotest.com/launches/mailempireai/automation/proudlybg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px 180px;
    }
}
.white-clr {
    color: #ffffff;
}
.header-section ul.leader-ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.header-section ul.leader-ul li {
    display: inline-block;
    padding: 0px 5px;
    font-weight: 200;
}

.popup-btn a:hover,
.popup-btn input[type="submit"]:hover,
.af-btn a:hover {
    background: #4f5db5;
}

.second-section {
    padding: 30px 0px;
    background: #f3f3f3;
}
.proudly-sec {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/proudly-head.webp) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    padding: 5px 10px;
}
.header-list-block {
    background: #ffffff;
    border-radius: 20px;
    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-section {
        background: #f3f3f3 url(https://cdn.oppyotest.com/launches/mailempireai/automation/second-sec-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0;
    }
    .proudly-sec {
        padding: 6px 31px 8px;
    }
}
::-webkit-input-placeholder {
    color: #797979 !important;
}

::-moz-placeholder {
    color: #797979 !important;
}

:-ms-input-placeholder {
    color: #797979 !important;
}

:-moz-placeholder {
    color: #797979 !important;
}

.kapblue,
a.kapblue {
    color: #0041b5;
    text-decoration: none;
    padding: 0px 0px 30px;
}

.pre-box {
    background-color: rgb(251, 251, 251);
    box-shadow: 0px 0px 9px 0px rgba(113, 113, 113, 0.17);
}

.h-line {
    background-color: rgb(206, 212, 216);
    height: 2px;
    width: 100%;
}

.pl-tick li {
    background: url("https://cdn.oppyotest.com/launches/mailempireai/automation/pl-tick.png") no-repeat;
    background-position: 0 2px;
    list-style: none;
    padding: 0px 0 20px 45px;
}

.l-tick li {
    background: url("https://cdn.oppyotest.com/launches/mailempireai/automation/l-tick.png") no-repeat;
    background-position: 0 2px;
    list-style: none;
    padding: 0px 0 20px 45px;
}

html {
    scroll-behavior: smooth;
}

.leader-ul li a,
.leader-ul li a:hover,
.leader-ul li a:focus {
    text-decoration: none;
}

a.alink,
a.alink:hover,
a.alink:focus {
    text-decoration: none;
    color: #5c6ac4;
}

.lightcolor {
    color: #eaab26;
}

.kaptick li {
    list-style: none;
    background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/kap-tick.png) no-repeat;
    background-position: 0 2px;
    padding: 0 0 36px 55px;
}

.bonus-section {
    background: #e5eaf6;
    background-size: cover;
    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;
}
@media (min-width:768px) {
    .moneyback-section {
        padding: 100px 0 100px 0px;
        background: #02182e url(https://cdn.oppyotest.com/launches/mailempireai/automation/moneyback-bg.webp) no-repeat bottom center;
        background-size: cover;
    }
    .money-text {
        padding: 0px 25px;
    }
    .bonus-section {
        background: #e5eaf6 url(https://cdn.oppyotest.com/launches/mailempireai/automation/bonus-bg.webp) no-repeat center bottom;
        background-size: cover;
        padding: 70px 0px 100px 0px;
    }
}

.footer-section {
    background: #000000;
    padding: 30px 0;
}

.footer-ul {
    padding: 0
}

.footer-ul li {
    display: inline;
    line-height: 130%;
}

.white-section {
    background: #fff;
    padding: 30px 0;
}

.grey-section {
    background: #e5eaf6;
    padding: 30px 0;
}

@media(min-width:768px) {
    .footer-section {
        padding: 50px 0px;
    }

    .footer-ul li {
        display: inline;
        line-height: normal;
    }
    .white-section {
        padding: 100px 0px 100px;
    }
    .grey-section {
        padding: 100px 0px;
    }
}

.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:hover {
    transition: all .3s ease;
    background: var(--theme-gradient1);
}

@media (min-width: 768px) {
    .probtn1 a {
        padding: 30px 45px;
        font-size: 32px;
    }
}
.tablebox2 ul {
    padding-left: 0;
    color: #010101;
}
.tbbg2{
    background: #ffffff;
    padding: 50px 30px 30px 30px;
    background-size: cover;
    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;
    }

}
.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%;
    border: 10px solid #031866;
    float: left;
    border-radius: 25px;
    box-shadow: 0px 0px 22px 0px rgb(38 23 70 / 40%);
    position: relative;
    height: 100%;
}

ul.grey-tick-last li {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/tick.webp) no-repeat;
    list-style: none;
    text-align: left;
    padding: 15px 15px 15px 50px;
    color: #000;
    background-position: 15px 15px;
    line-height: 150%;
    text-transform: capitalize;
}
ul.vgreytick li {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/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;
}
@media (min-width: 768px) {
    ul.vgreytick li {
        padding: 15px 15px 15px 50px;
        background-position: 15px 15px;
    }
}
ul.grey-tick-last li:nth-child(even) {
    background-color: #031866;
    color: #ffffff;
}

ul.grey-tick-last li:nth-child(odd) {
    background-color: #fff;
}

ul.grey-tick-last li:last-child {
    border-bottom: 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/automation/table-sale.webp) no-repeat;
    background-size: 100% 100%;
    padding: 11px 35px;
    display: inline-block;
}
.mt-top {
    margin-top: -26%;
}

@media (min-width: 768px) {
    .tbbg3 {
        padding: 80px 30px 80px 30px;
        background-size: 100% 100%;
        border-radius: 10px 10px 0px 0px;
    }
    .table-sale {
        padding: 11px 70px;
    }
    .mt-top {
        margin-top: -20.80%;
    }
}

.buypad {
    padding: 4% 3%;
}

.myfeatureslast {
    float: left;
    padding: 0px 30px 30px;
    width: 100%;
    min-height: 69px;
    background: #ffffff;
    border-radius: 0px 0px 10px 10px;
}

.myfeatureslast-com {
    float: left;
    padding: 15px;
    width: 100%;
    min-height: 69px;
    background: #fff;
    border-radius: 0px 0px 15px 15px;
}

@media(min-width:768px) {
    .myfeatureslast {
        padding: 0px 20px 30px;
    }
}

/*Table CSS Enad*/

a.link {
    color: #337ab7;
}

.blue-head {
    color: #0041b5;
}


.table-section {
    background: #f9f9f9;
}

@media(min-width:768px){
    .table-section {
        padding: 70px 0 100px 0px;
    }
}

.footer-ul li:hover a {
    color: #fff;
}

.proudly-tick li {
    background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/tick.png) no-repeat;
    background-position: 0 4px;
    list-style: none;
    padding: 0 0 20px 30px;
}

span.under {
    border-bottom: 4px solid;
}

.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;
}
.but-design-border {
    border: solid 1px #0f0f0f;
    position: relative;
    display: inline-flex;
    border-radius: 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);
} */
.main-heading {
    background: #ffffff;
    border: 3px solid rgba(29, 202, 245, 0.5);
    border-radius: 20px;
    padding: 10px;
    display: inline-block;
    position: relative;
}
.post-head {
    background: #EDF9FF;
    border-radius: 10px;
    border: 1px dashed var(--blue-clr);
    padding: 8px 10px;
    display: inline-block;
}
@media(min-width:768px){
    .post-head {
        padding: 8px 50px;
    }
    .button-shape {
        padding: 15px 60px;
    }
    .main-heading {
        background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/main-head.webp) no-repeat;
        background-size: 100% 100%;
        padding: 30px 30px;
        border: unset;
        border-radius: unset;
    }
    /* .main-heading{
        padding: 50px 80px;
        background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/main-heading-shape.webp) no-repeat center center;
        background-size: 100% 100%;
        border-radius: unset;
        border: unset;
        filter: unset;
        backdrop-filter: unset;
    } */
}

.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;
    }
}

/* 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/automation/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 */

/* 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 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/automation/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 */

/* reason-section  starts*/
.reason-section{
    background-color: #fff;
    padding: 30px 0px;
}
.reason-text{
    background: var(--theme-gradient);
    padding: 10px;
    border-radius: 20px;
    display: inline-block;
}

@media (min-width: 768px){
    .reason-section{
        background: #fff url("https://cdn.oppyotest.com/launches/mailempireai/automation/reason-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .reason-text{
        background: url("https://cdn.oppyotest.com/launches/mailempireai/automation/frame-1.webp") no-repeat;
        background-size: 100% 100%;
        padding: 11px 35px 9px 40px;
        border-radius: 0px;
    }
    .f-md-100 {
        font-size: 100px !important;
    }
}
/* reason-section ends*/

.features-list{
    padding: 0;
}
.features-list li{
    padding-left: 35px;
    background-position: 0px 0px;
    background: url(https://cdn.oppyotest.com/launches/mailempireai/automation/launch-tick-blue.webp) no-repeat;
    list-style: none;
}