:root {
    --cv-new-color: #c6dff8;
    --btn-color: #004aad;
}

.w-90 {
    width: 90%;
    margin: 0 auto;
}

.f4-rem {
    font-size: 2rem;
}

.f5-rem {
    font-size: 3rem;
}

.f2-rem {
    font-size: 1.2rem;
}

.f3-rem {
    font-size: 2.5rem;
}

.f3-rem {
    font-size: 3rem;
}

.text-bold {
    font-weight: bold !important;
}



.paragraph {
    font-size: 1.5rem;
}

.paragraph-2 {
    font-size: 20px;
    color: var(--btn-color);
    line-height: 25px;
    font-weight: bold;
}

.paragraph-3 {
    font-size: 17px;
    text-align: center;
    font-weight: normal;
}

.f-13 {
    font-size: 1.3rem !important;
}

.cv-content-header {
    padding-top: 8rem;
}

.cv-content-header .top-heading {
    position: relative;
}

.cv-content-header .top-heading .img2 {
    width: 110px;
    position: absolute;
    right: 32%;
    bottom: -25px;
    transform: rotate(6deg);
}

/* Banner */
.banner-header {
    background-color: var(--btn-color);
    width: 85%;
    border-radius: 20px;
    padding: 20px 10px;
}

.banner-header .edit-template-btn-header {
    background: white;
    margin-right: 20px;
    border-radius: 8px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333 !important;
    font-size: 20px;
    text-decoration: none;
    margin-bottom: 25px;
}

.banner-header .edit-template-btn {
    color: #333;
    font-weight: bold;
    flex-direction: column;
    font-size: 18px;
}

.banner-header .other-template-info {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.banner-header .other-template-info svg {
    width: 20px !important;
    height: 20px !important;
    fill: white !important;
    position: absolute !important;
    right: 15px;
    top: 0;
}

/* Banner */


/* Card */
.cv-info-cards-header .card {
    border: 5px solid var(--btn-color);
    border-radius: 25px;
    overflow: hidden;
    background-color: var(--btn-color);
    border-bottom: 0px;
}

.cv-info-cards-header .card .card-img {
    height: auto;
    width: 100%;
    background-color: var(--btn-color);
    border-radius: 20px;
}

.cv-info-cards-header .card .card-body {
    background: var(--btn-color);
}

.cv-info-cards-header .card .card-body>p {
    color: #fff;
}

.cv-info-cards-header .card .card-body .cv-new-btn {
    padding: 11px 35px;
    font-size: 17px;
}

.cv-info-cards-header .f2-rem {
    font-size: 1.8rem;
}

/* Card */

.top-heading.second-heading .img1 {
    width: 35px;
    position: absolute;
    left: -32px;
    top: 0px;
    transform: rotate(50deg);
}

.top-heading.second-heading .img3 {
    width: 8%;
    position: absolute;
    top: -10px;
    right: -45px;
}

.second-heading {
    position: relative;
}

.subscribe-newsletter .input-group {
    width: 45%;
}



@media only screen and (max-width: 992px) {
    .new-navbar {
        background-color: #fff;
    }

    .cv-content-header .top-heading .img2 {
        width: 100px;
        bottom: -25px;
    }

    .cv-content-header .top-heading .img1,
    .cv-content-header .top-heading .img3 {
        display: none;
    }

    .cv-content-header {
        padding-top: 10rem;
    }

    .subscribe-newsletter .input-group {
        width: 70%;
    }

    .banner-header {
        padding: 0 2rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .cv-info-cards-header .f2-rem {
        font-size: 1.5rem;
    }

    .banner-header {
        margin-top: 4rem !important;
    }

    .cv-info-cards-header .card .card-img {
        height: 50vh;
    }
}

@media only screen and (max-width: 500px) {
    .f5-rem {
        font-size: 2rem;
    }

    .f3-rem {
        font-size: 1.3rem;
    }

    .f2-rem {
        font-size: 0.9rem !important;
    }


    .f4-rem {
        font-size: 1.8rem;
    }

    .paragraph {
        font-size: 0.8rem !important;
    }

    .paragraph-2 {
        font-size: 14px;
    }

    .paragraph-3 {
        font-size: 14px;
    }


    .banner-header {
        padding: 0 0.5rem !important;
    }

    .paragraph {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .banner-header {
        padding: 0 0.5rem !important;
    }

    .paragraph {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .cv-info-cards-header .card .card-img {
        height: 30vh;
    }

    .cv-info-cards-header .f2-rem {
        font-size: 1.3rem;
    }

    .cv-info-cards-header .card .card-body .cv-new-btn {
        padding: 10px 25px;
        font-size: 14px;
    }

    .cv-content-header .top-heading {
        font-size: 1.5rem !important;
    }

    .cv-content-header .top-heading .img2 {
        width: 60px;
        bottom: -18px;
    }

    .subscribe-newsletter {
        margin-top: 1.5rem !important;
    }

    .cv-info-cards-header {
        padding-top: 0 !important;
        padding-bottom: 0rem !important;
    }

    .cv-content-header {
        padding-bottom: 2rem !important;
    }

    .sm-f-14 {
        font-size: 14px;
    }

    .footer-main-container {
        padding-top: 0 !important;
    }

    .cv-content-header {
        padding-top: 8rem;
    }
}

.banner-header p {
    color: #fff;
    font-weight: normal !important;
    font-size: 15px;
}