@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Inter", serif;
}
.number-box {
    text-align: right;
    /* margin-bottom: 10px; */
    transition: all linear .2s;
}
.contact-info {
    padding-top: 15px;
}
.contact-info img{
    width: 20px;
}
.number-box a {
    color: #030303;
    font-size: 14px;
    line-height: 22px;
    font-family: "Inter", serif;
    text-decoration: none;
    margin: 10px;
    color: #555551;
}
.logo img {
    height: 100px;
}
.row.mac-std {
    border-radius: 10px;
}
nav ul li {
    position: relative;
    padding: 0px 20px;
}
li.nav-item.cust-nav a {
    padding: 0 ;
    font-family: "Inter", serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    
}

.main-hdd {
    font-size: 52px;
    line-height: 56px;
    margin: 48px 0;
    font-weight: 800;
    font-family: "Inter", serif;
}

.bgg-std {
    background-color: #cfe3fe;
    border-radius: 22px;
    padding: 40px;
    align-items: center;
    font-weight: 500;
    color: #292929;
}
.bnr-txt {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px;
        letter-spacing: -0.3px;
        font-weight: 500;
        color: #3c3c3c;
}
button.btn-view {
    background: #feeb29;
    display: inline-block;
    font-weight: 800;
    text-align: center;
    vertical-align: middle;
  
    text-decoration: none;
    font-size: 18px;
    color: #242424;
    border: 3px solid #242424;
    border-radius: 40px;
    margin: 0;
    padding: 16px 30px;
    line-height: 1;
    outline: 0;
}
p.bnr-note {
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: -0.3px;
    margin-top: 14px;
}



/* --------------------------second section--------------------- */
    .pric-sec{
        background-color: #f4f1ed;
        padding: 50px 0px;
        margin: 60px 0px;
    }
    h4.hdd-top {
        font-size: 52px;
        line-height: 56px;
        margin: 48px 0;
        text-align: center;
        font-weight: 800;
    }
      /* Card Container */
      .card-price {
        background-color: #fff;
        padding: 25px;
        border-radius: 15px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        height: 100%;
    }

    .card-price h2 {
        font-size: 15px;
        color: #222;
    }
    .card-price h3 {
        font-size: 28px;
        font-weight: bold;
        margin-top: 5px;
    }

    /* Price */
    .price {
        font-size: 26px;
        font-weight: bold;
        color: #000;
        margin: 10px 0;
    }

    .sub-text {
        font-size: 12px;
        color: #666;
        font-weight: 500;
        font-size: 12px;
        line-height: 16px;
        margin: 8px 40px;
    }
    p.prc-par {
        padding-top: 5rem;
        color: #2e2e2e;
        font-size: 13px;
    }
    .sub-yr{
        background-color: #242424;
        color: #fff;
        border-color: transparent;
        margin: 0px 12rem;
        padding: 5px;
        
        }
    /* Subscription Link */
    .sub-text a {
        color: #0073e6;
        text-decoration: none;
    }

    .sub-text a:hover {
        text-decoration: underline;
    }

    /* Subscribe Button */
    .subscribe-btn {
        display: inline-block;
        background-color: #ffcc00;
        color: #000;
        font-weight: bold;
        padding: 12px 20px;
        border-radius: 25px;
        border: none;
        font-size: 16px;
        cursor: pointer;
        width: 100%;
        margin: 15px 0;
        transition: background 0.3s ease;
    }

    .subscribe-btn:hover {
        background-color: #e6b800;
    }

    /* Features List */
    .features {
        list-style: none;
        text-align: left;
        padding: 0;
        margin-top: 46px;
    }

    .features li {
        margin: 8px 0;
        display: flex;
        align-items: center;
        color: #333;

        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }

    .features li img {
        width: 16px;
        height: 16px;
        margin-right: 10px;
    }
    .vpn-section h4 {
        font-size: 44px;
        line-height: 56px;
        font-weight: 800;
        color: #242424;
        margin: 0 0 30px;
    }
    .vpn-section {
        margin-left: 110px;
        margin-right: 94px;
    }
    span {
        font-size: 20px;
        letter-spacing: -0.3px;
        line-height: 32px;
        margin-bottom: 10px;
    }
    .vpn-section p {
        font-size: 20px;
        letter-spacing: -0.3px;
        line-height: 32px;
        margin-bottom: 50px;
    }
    .padding-set{
        padding: 60px 0px;
    }


    /* -------------------------------------------------------- */
    .scc-set {
        background-image: url(./images/slider-img-1.webp);
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center center;
        border-radius: 29px;
    }
    .marg-set {
        margin: 80px 46px;
    }
    .trust-sec p {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 24px;
        font-weight: 500;
        color: #242424;
    }
    .trust-sec img {
        margin-bottom: 15px;
    }
    .trust-sec {
        text-align: center;
    }

.border-15{
    border-radius: 15px;
}

    footer.fot-secc {
        background: #f4f1ed;
        padding-top: 120px;
    }
    .fot-para {
        padding-bottom: 120px;
    }
    .set-last ul {
        list-style: none;
        padding: 0px;
    }
    .set-last h5 {
        font-size: 27px;
        font-weight: 800;
        margin-bottom: 24px;
    }
    .set-last ul li {
        font-size: 18px;
        padding-bottom: 14px;
        font-weight: 500;
    }
    .socl-para ul {
        display: flex    ;
        gap: 31px;
        list-style: none;
        padding: 0px;
    }
    .socl-para li {
        font-size: 16px;
        border-right: 1px solid;
        padding: 0px 10px;
        font-weight: 500;
    }
    a.request-quote img {
        width: 19px;
    }





    .search-form {
        right: 200px;
        top: 200px;
    }
    
     .search-field {
        background-color: transparent;
        background-image: url(./images/icon_ui_search.png);
        background-position: 5px  center;
        background-repeat: no-repeat;
        background-size: 24px 24px;
        border: none;
        cursor: pointer;
        height: 40px;
        margin: 3px 0;
        padding: 0 0 0 34px;
        position: relative;
        -webkit-transition: width 400ms ease, background 400ms ease;
        transition:         width 400ms ease, background 400ms ease;
        width:0px;
       cursor: pointer;
       
    }
    
    .search-field:focus {
        background-color: #000;
        border: 2px solid #c3c0ab;
        cursor: text;
        outline: 0;
        width: 250px;
      color:#000000;
      background-color: #fffffc;
      border-radius: 5px;
    }
    .search-form
    .search-submit { 
    display:none;
    }
   

    .mac-std {
        background-image: url(./images/bnr.png);
        padding: 80px 30px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        position: relative;
        background-position: center center;
        /* border-radius: 29px; */
    }
a.request-find {
    background: #fff;
    color: #475467 !important;
    border: 1px solid #475467 !important;
    padding: 10px 18px !important;
    transition: all .25s ease-out;
    font-weight: 800;
    cursor: pointer;
    border-radius: 31px;
    text-decoration: none;
    font-size: 15px;
}
.btn-mc{
    background: #af0707;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    font-size: 17px;
    color: #ffffff;
    border: 3px solid transparent;
    border-radius: 40px;
    margin: 0;
    padding: 16px 30px;
    line-height: 1;
    outline: 0;
}
.margin-spc{
    margin: 90px 0px;
}
.header-text-container {
    height: auto !important;
}
.header-text {
    color: #000;
   
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0.98px;
    text-transform: uppercase;
    font-family: "Inter", serif;

}

.header-text-container {
    position: absolute;
    top: 69px;
    z-index: 5;
    width: 100%;
    text-align: center;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: rgba(255, 255, 255, 0.33);
    height: 40px;
    padding: 4px 0px;
    font-family: "Inter", serif;

}
.mc-hdd {
    height: 83px;
    margin-top: 13px;
}
.font-color-brand-red-dark{
    color: #af0707;
    text-decoration: none;
}
.idps-homepage-container {
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 24px;
    border: 2px solid #af0707;
    background: #FFF;
    width: 100%;
    box-shadow: 4px 8px 48px 0px rgba(0, 0, 0, 0.14);
}
.idps-homepage-main {
    display: flex
;
    padding: 50px 85px 68px 85px ;
    flex-direction: column;
    align-items: flex-start;
    gap: 32px;
    align-self: stretch;
    width: 100%;
}
.breach-found-container {
    display: flex
;
    padding: 50px 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
    flex: 1 0 0;
}
.heading-and-supporting-text {
    display: flex;
    font-family: "Inter", serif;
    padding: 0px 80px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    align-self: stretch;
    font-style: normal;
    color: #000;
    text-align: center;
}
.actions-fine-print {
  text-align: center;
    padding: 0px 176px;
}
.actions {
    width: 100%;
}
.input-with-label {
    display: flex
;
font-family: "Inter", serif;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    flex: 1 0 0;
    position: relative;
}
.input-with-label>label {
    color: #000;
    font-size: 17px;
    font-weight: 500;
    line-height: 46px;
    font-family: "Inter", serif;
}
.fine-print {
    padding-top: 30px;
}
.modal-input {
    display: flex
;
    height: 50px;
    padding: 8px 12px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}
.input-with-btn>button {
    display: flex
;
    padding: 10px 33px;
    justify-content: center;
    align-items: center;
    gap: 18px;
    border-radius: 50px;
    border: 1px solid #af0707;
    background: #af0707;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    font-family: "Inter", serif;
}
.heading-and-supporting-text h3 {
    FONT-SIZE: 30px;
    padding-bottom: 10px;
}
p.supporting-text {
    font-size: 18px;
}

.side-div-des {
    border-left: 3px solid #af0707;
    padding-left: 49px;
    padding-right: 30px;
}
.equal-set h3 {
    color: #af0707;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 40px !important;
}
.equal-set  p{
    color: #454545;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;

}
.equal-set {
    padding: 20px 0px;
}
    /* -------------------------------------------mobile----------------- */
    @media (max-width: 475px) {
    .socl-para ul {
        display: block;
    }
    .main-hdd {
        font-size: 29px;
        line-height: 40px;
        margin: 18px 0;
        font-weight: 800;
        font-family: "Inter", serif;
    }
    .vpn-section {
        margin: 10px;
    }
    .vpn-section h4 {
        font-size: 32px;
        line-height: 39px;
    }
    .scc-set{
        background-color: beige!important;
        background-image: none;
    }
    .socl-para li{
        border: none;
    }
    .fot-para{
        padding-bottom: 20px;
    }
    .set-last h5 {
        font-size: 19px;
    }
    .set-last ul li {
        font-size: 14px;
        padding-bottom: 8px;
        font-weight: 500;
    }
    .mc-hdd {
        height: 100px;
        margin-top: 2px;
    }
    .header-text {
        color: #000;
       
        font-size: 11px;

        line-height: 18px;
       
        font-family: "Inter", serif;
    }
    .mac-std {
        padding: 2px 13px;
    }
    .idps-homepage-main{
        padding: 10px;
    }
    .heading-and-supporting-text{
        padding: 0px 35px;
    }
    .actions-fine-print{
        padding: 0px 35px;
    }
    .heading-and-supporting-text h3 {
        FONT-SIZE: 18px;
    }
    .actions{
        display: block;
    }
    .input-with-btn>button{
        margin-top: 12px;
    }.search-form{
        display: none;
    }
    nav ul li {
        position: relative;
        padding: 10px 20px;
    }
    .main-nav {
        /* background: black; */
        position: absolute;
        width: 98%;
        background: #adadad;
        border-radius: 5px;
        top: 73px;
        z-index: 9;
        color: white;
    }
    a.request-find{
        display: none;
    }
}