@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@400..700&family=IBM+Plex+Sans:wght@300;400;500;600;700&display=swap');

html {
    scroll-behavior: smooth;
}
body {
    font-family: "IBM Plex Sans", sans-serif;
    color: #031528;
    font-size: 14px;
}
.caveat {
    font-family: "Caveat", cursive;
  }
.yellow-clr2 {
    color: #FFC633;
}
.black-clr{
    color: #031528;
}
.orange-clr {
    color: #FF703C;
}
.red-clr{
    color: #FF361D;
}
.white-clr {
    color: #ffffff;
}
.neon-clr{
    color: #05E7FD;
}
.orange-gradient{
    background: linear-gradient(90deg, #FD3739 0%, #FD813B 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.br-gradient {
    border-bottom: 4px solid transparent;
    border-image: linear-gradient(90deg, #FD3739 0%, #FD813B 100%);
    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;
}


/* Header Section CSS */

.warning-section{
    background-color: #1F1756;
    padding: 20px 0px;
}
.offer {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
    flex-direction: column;
}
.header-section {
    background-color: #0D0E14;
    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;
}


@media (max-width: 767px) {
    .yellow-shape {
        color: #FFC633;
    }
}
@media(min-width:768px) {
    .offer {
        display: flex;
        align-items: center;
        gap: 15px;
        justify-content: center;
        flex-direction: row;
    }
    .header-section {
        background: #F3F3F3 url(https://cdn.oppyotest.com/launches/hostdaddy/security/header-bg.webp);
        background-repeat: no-repeat;
        background-position: bottom center;
        background-size: cover;
        padding: 40px 0px 100px 0px;
    }
    .yellow-shape{
        border-radius: 10px;
        background: #FFC633;
        color: #0D0E14;
        padding: 0px 2px;  
    }
    .pre-heading {
        padding: 10px 30px;
    }
}
/* header end */

/* feature sec start */
.feature-sec{
    background: #F3F3F3;
    padding: 40px 0px;
}
.blue-text{
    color: #000000;
}
.feature-box{
    background: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
    padding: 15px;
    height: 100%;
}
@media (min-width:768px) {
    .feature-sec{
        padding: 100px 0px;
    }
    .blue-text{
        background: url("https://cdn.oppyotest.com/launches/hostdaddy/security/blue-shade.webp") no-repeat;
        background-size: 100% 100%;
        padding: 0px 15px;
        color: #fff;
    }
    .feature-box{
        padding: 30px 20px;
    }
}
/* feature sec end */

/* CTA section start */
.cta-section-white {
    background: #0c0e14;
    padding: 30px 0;
}
.countdown-container {
    padding: 10px;
    border: 2px dashed #FFFFFF;
    border-radius: 15px;
}
@media (min-width: 768px) {
    .cta-section-white {
        background: #0c0e14 url(https://cdn.oppyotest.com/launches/hostdaddy/security/cta-bg.webp) no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
}

.limited-time-sec {
    padding: 15px 0px;
    background: #FF361D;
}
/* CTA section end */

/* upgrade sec start */
.thankyou-sec{
    background: #ffffff;
    padding: 40px 0px;
}
.thankyou-text {
    background: url("https://cdn.oppyotest.com/launches/hostdaddy/security/thankyou-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px 10px 15px;
    display: inline-block;
}

@media (min-width:768px) {
    .thankyou-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/hostdaddy/security/thankyou-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 100px 0px;
    }
    .thankyou-text {
        padding: 10px 60px 16px 48px;
        position: relative;
    }
    .thankyou-text::after{
        content: url("https://cdn.oppyotest.com/launches/hostdaddy/security/thumbsup-emoji.webp");
        position: absolute;
        top: 0px;
        right: -53px;
    }
}
/* upgrade sec end */

/* critical-sec start */
.critical-sec{
    background: #F3F3F3;
    padding: 40px 0px;
}
.critical-text {
    background: url("https://cdn.oppyotest.com/launches/hostdaddy/security/red-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px 15px;
    display: inline-block;
}

@media (min-width:768px) {
    .critical-sec{
        background: #F3F3F3 url("https://cdn.oppyotest.com/launches/hostdaddy/security/critical-bg.webp") no-repeat top center;
        background-size: cover;
        padding: 100px 0px;
    }
    .critical-text {
        padding: 20px 33px 21px 32px;
    }
}
/* critical-sec end */

/* crime sec start */
.crime-sec{
    background: #ffffff;
    padding: 40px 0px;
}
.crime-box {
    border-radius: 20px;
    background: rgba(255, 54, 29, 0.3);
    border: 1px solid rgba(255, 54, 29, 0.2);
    padding: 15px 15px 20px 15px;
}
@media (min-width:768px) {
    .crime-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/hostdaddy/security/crime-bg.webp") no-repeat center center;
        background-attachment: fixed;
        background-size: cover;
        padding: 100px 0px;
    }
    .crime-box{
        padding: 20px 15px 20px 15px;
    }
}
/* crime sec end */

/*  goodbye-sec start */
.goodbye-sec{
    background: #f3f3f3;
    padding: 40px 0px;
}
.goodbye-text{
    background: url("https://cdn.oppyotest.com/launches/hostdaddy/security/godbye-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px 10px 10px 10px;
    display: inline-block;
}
.license-text{
    background: url("https://cdn.oppyotest.com/launches/hostdaddy/security/license-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
}
@media (min-width:768px) {
    .goodbye-sec{
        background: #f3f3f3 url("https://cdn.oppyotest.com/launches/hostdaddy/security/goodbye-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    
    .license-text{
        padding: 17px 68px 17px 30px;
    }
    .license-text::after{
        content: url("https://cdn.oppyotest.com/launches/hostdaddy/security/thinking-emoji.webp");
        position: absolute;
        top: -5px;
        right: -16px;
    }
}
/*  goodbye-sec end */

/* presenting sec start */
.presenting-sec{
    background: #041116;
    padding: 40px 0px;
}
.present-text{
    background: url("https://cdn.oppyotest.com/launches/hostdaddy/security/frame-1.webp") no-repeat;
    background-size: 100% 100%;
    padding: 15px 45px;
    display: inline-block;
}
@media (min-width:768px) {
    .presenting-sec{
        background: #ffffff url("https://cdn.oppyotest.com/launches/hostdaddy/security/presenting-bg.webp") no-repeat bottom center;
        background-size: cover;
        padding: 100px 0px;
    }
}
/* presenting sec end */



/* owner sec start */
.owner-sec{
    background: #ffffff;
    padding: 40px 0px;
}
.need-head {
    background: #ffffff url("https://cdn.oppyotest.com/launches/hostdaddy/security/blue-brush.webp") no-repeat center center;
    background-size: 100% 100%;
    padding: 15px 33px;
    display: inline-block;
}
.border-line {
    border: 1px dashed #031528;
}
@media (min-width:768px) {
    .owner-sec{
        padding: 100px 0px;
    }
}
/* owner sec end */

/* without sec start */
.without-sec{
    background: #F3F3F3;
    padding: 40px 0px;
}
.without-text {
    background: url("https://cdn.oppyotest.com/launches/hostdaddy/security/red-frame.webp") no-repeat;
    background-size: 100% 100%;
    padding: 5px 10px;
    display: inline-block;
}
.final-wall{
    border-radius: 15px;
    border: 2px solid #FF361D;
    background: #031528;
}
.final-img{
    position: relative;
}
.final-img::before{
    position: absolute;
    top: 24px;
    left: -5px;
    content: url('https://cdn.oppyotest.com/launches/hostdaddy/security/without-img.webp');
}
.final-content{
    padding: 30px 20px;
}
@media (min-width:768px) {
    .without-sec{
        background: #F3F3F3 url("https://cdn.oppyotest.com/launches/hostdaddy/security/without-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
    .without-text {
        padding: 0px 12px 0px 12px;
    }
    .final-wall{
        height: 100%;
    }
}
/* without sec end */

/* moneyback sec start */
.moneyback-sec{
    background: #06181b;
    padding: 40px 0px;
}
@media (min-width:768px) {
    .moneyback-sec{
        background: #06181b url("https://cdn.oppyotest.com/launches/hostdaddy/security/moneyback-bg.webp") no-repeat center center;
        background-size: cover;
        padding: 100px 0px;
    }
}
/* moneyback sec end */


/* table-sec start */
.table-section {
    background: #f3f3f3;
    padding: 30px 0px;
}
.tablebox2 {
    /* border: 1px solid #074281; */
    box-shadow: 0px 0px 22px 0px rgb(0 0 0 / 20%);
    width: 100%;
    float: left;
    border-radius: 20px;
}
.tbbg2 {
    background: url("https://cdn.oppyotest.com/launches/hostdaddy/security/premium-table.webp") no-repeat;
    background-size: 100% 100%;
    padding: 80px 20px 80px 20px;
    border-radius: 15px 15px 0px 0px;
    min-height: 500px;
}
ul.vgreytick {
    padding: 0px 0px;
    margin: 0px;
}
ul.vgreytick li {
    background: url("https://cdn.oppyotest.com/launches/hostdaddy/security/vgreytick.webp") no-repeat;
    list-style: none;
    text-align: left;
    padding: 20px 10px 20px 40px;
    background-position: 20px 28px;
    line-height: 150%;
    border-bottom: 1px solid #e7e7e7;
    color: #000;
}
ul.vgreytick li:nth-child(odd) {
    background-color: #EFF5F9;
}
ul.vgreytick li.headline {
    background: linear-gradient(90deg, #FD3739 0%, #FD813B 100%);
    padding: 26px 0px 20px 0px;
    background-position: 0px 18px;
    list-style: none;
    margin: 0px;
    border-bottom: none !important;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
}
@media (min-width: 768px) {
    .table-section {
        padding: 100px 0px;
    }
    ul.vgreytick li {
        padding: 24px 10px 24px 60px;
    }
}
/* table-sec end */

/* success start */

.success-sec{
    background-color: #F3F3F3;
    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/hostdaddy/security/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: 15px 30px;
    }
}
/* succes sec end */

/* footer start */
.footer-section {
    background: #000000;
    padding: 30px 0px;
}
.footer-ul {
    padding: 0px;
    margin: 0px;
}
.footer-ul li {
    display: inline;
}
.footer-ul .t-decoration-none:hover {
    color: #fff;
}
@media(min-width:768px) {
    .footer-section {
        padding: 70px 0px;
    }
}

/* footer end */

.probtn1 {
    border-radius: 10px;
    transition: all 0.3s ease-in-out ;
    background: linear-gradient(90deg, #FD3739 0%, #FD813B 100%);
    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:hover {
    background: linear-gradient(90deg, #FD813B 0%, #FD3739 100%);
    text-decoration: none;
    color: #ffffff;
}
@media (min-width: 768px) {
    .probtn1 {
        font-size: 26px;
        padding: 21px 12px;
    }
}

