@font-face {
    font-family: Proxim Nova Light;
    src: url(fonts/proximanova_light.ttf);
}

@font-face {
    font-family: Proxim Nova Regular;
    src: url(fonts/proximanova_regular.ttf);
}

@font-face {
    font-family: Proxim Nova Bold;
    src: url(fonts/proximanova_bold.ttf);
}

.banner-sec {
    padding: 3% 0;
    background-image: url(images/banner-bg.png);
    background-size: cover;
    background-attachment: fixed;
}

.logo-box {
    text-align: center;
}

.logo {
    width: 18%;
}

.darry-title {
    color: #FF0000;
    font-family: Proxim Nova Bold;
    font-size: 60px;
}

.darry-subtitle {
    font-family: Proxim Nova Regular;
    font-size: 37px;
    font-weight: 600;
}

.darry-info-desc {
    font-family: Proxim Nova Regular;
    font-size: 18px;
    margin-top: 30px;
}

.darry-img-box {
    text-align: center;
}

.darry-img {
    width: 65%;
}

.profile-card-sec {
    padding: 5% 0;
}

.profile-sec-title {
    font-family: Proxim Nova Regular;
    font-size: 60px;
    font-weight: 600;
    color: #220000;
}

.profile-cardbox {
    background-color: #EEEEEE;
    padding: 13px;
    border-radius: 22px;
}

.profile-card-number-img {
    width: 100%;
}

.profile-cardbox-title {
    font-family: Proxim Nova Regular;
    font-weight: 600;
}

.profile-cardbox-desc {
    font-family: Proxim Nova Regular;
    font-weight: 600;
    margin: 0;
}

.profile-txt-cardbox-desc {
    font-family: Proxim Nova Regular;
    font-size: 19px;
}

.btn-box {
    text-align: center;
}

.reg-btn {
    background: radial-gradient(circle, rgba(255, 0, 0, 1) 0%, rgba(111, 6, 6, 1) 100%);
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 1% 2%;
    border-radius: 13px;
    color: white;
    font-size: 20px;
    font-family: Proxim Nova Regular;
    font-weight: 600;
    width: 40%;
    border: none;
    transition: .5s;
}

.btn-icon {
    width: 8%;
}

.btn-underline {
    border: 2px solid;
    margin-top: 50px;
}

.btm-box {
    padding: 1%;
    border: 3px solid #dfdfdf;
    border-radius: 20px;
}

.profile-card-feature-img {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    width: 100%;
    border-radius: 20px;
}

.text-sec {
    padding: 5% 0 14%;
    background-image: url(images/gradient-bg.png);
    background-size: cover;
    background-attachment: fixed;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
}

.sec-txt {
    text-align: center;
    color: white;
    font-size: 18px;
    font-family: 'Proxim Nova Regular';
    line-height: 34px;
}

.text-box {
    width: 70%;
    margin: 0 auto;
}

.text-sec-line {
    margin: 3% 0;
}

.text-sec-line {
    margin: 3% 0;
    border: 2px solid white;
}

.text-sec-reg-btn {
    background: linear-gradient(90deg, rgba(255, 0, 0, 1) 0%, rgba(111, 6, 6, 1) 53%);
    box-shadow: rgba(255, 255, 255, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
    padding: 1% 2%;
    border-radius: 13px;
    color: white;
    font-size: 20px;
    font-family: Proxim Nova Regular;
    font-weight: 600;
    width: 45%;
    border: none;
    transition: .5s;
    border: 1px solid;
}

.ft-section {
    padding: 3% 0 0;
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
    background-color: white;
    margin-top: -100px;
}

.ft-logo-box {
    text-align: center;
}

.ft-logo {
    width: 22%;
}

.ft-info-cont {
    border-top: 3px solid #ff000052;
    margin-top: 50px;
}

.ft-info-box {
    padding: 7%;
}

.ft-contact-title {
    font-family: Proxim Nova Bold;
}

.info-txt {
    font-family: Proxim Nova Regular;
    font-size: 21px;
    color: black;
    margin: 0;
    text-decoration: none;
}

.info-list-icon {
    width: 10%;
    padding-right: 7px;
}

.rt {
    border-right: 3px solid #ff000052;
}

.unsub-sec {
    padding: 2% 0;
    background-color: #FF0000;
}

.unsub-txt {
    margin: 0;
    color: white;
    text-align: center;
    font-family: Proxim Nova Regular;
    font-size: 20px;
    font-weight: 600;
}

.unsub-txt a {
    margin: 0;
    color: white;
    text-align: center;
    font-family: Proxim Nova Regular;
    font-size: 20px;
    font-weight: 600;
}

/*---//--- MOBILE CSS ----//---*/
@media only screen and (max-width:576px) {

    .banner-sec {
        padding: 6% 3%;
    }

    .logo {
        width: 50%;
    }

    .darry-title {
        font-size: 45px;
        text-align: center;
    }

    .darry-subtitle {
        font-size: 26px;
        text-align: center;
    }

    .darry-info-desc {
        font-size: 15px;
        margin-top: 30px;
        text-align: center;
    }

    .darry-img {
        width: 100%;
    }

    .profile-card-sec {
        padding: 10% 3%;
    }

    .profile-card-textbox {
        text-align: center;
        margin-top: 5%;
    }

    .profile-sec-title {
        font-size: 35px;
        text-align: center;
    }

    .profile-card-numberbox {
        text-align: center;
    }

    .profile-card-number-img {
        width: 24%;
    }

    .cards-col-2 {
        margin-top: 25px !important;
    }

    .profile-txt-cardbox-desc {
        font-size: 17px;
        text-align: center;
    }

    .reg-btn {
        padding: 4% 2%;
        color: white;
        font-size: 15px;
        width: 100%;
    }

    .button-row {
        margin-top: 10px !important;
    }

    .btm-box {
        padding: 5%;
    }

    .profile-card-feature-img {
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        width: 24%;
        border-radius: 22px;
    }

    .text-sec {
        padding: 10% 0 24%;
        background-image: url(images/gradient-bg.png);
        background-size: cover;
        background-attachment: fixed;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .text-box {
        width: 90%;
        margin: 0 auto;
    }

    .sec-txt {
        text-align: center;
        color: white;
        font-size: 15px;
        line-height: 27px;
    }

    .text-sec-reg-btn {
        padding: 4% 2%;
        font-size: 14px;
        width: 100%;
    }

    .ft-section {
        padding: 8% 0 2%;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
        background-color: white;
        margin-top: -55px;
    }

    .ft-logo {
        width: 45%;
    }

    .info-txt {
        font-size: 17px;
    }

    .rt {
        border-right: 0;
        border-bottom: 3px solid #ff000052;
    }

    .unsub-txt {
        font-size: 15px;
    }

    .unsub-txt a {
        font-size: 15px;
    }


}