:root {
    --cv-new-color: #c6dff8;
    --btn-color: #004aad;
}

.w-90 {
    width: 90%;
    margin: 0 auto;
}

.w-95 {
    width: 95%;
    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;
}

.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;
}

.cv-new-btn.btn.btn-border {
    background: white;
    border-radius: 50px;
    padding: 12px 50px;
    color: #333;
    font-weight: bold;
    font-size: 18px;
    border: 2px solid var(--btn-color);
}

.cv-new-btn.btn {
    background: var(--btn-color);
    border-radius: 50px;
    padding: 12px 50px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

/* Main section */
.top-header-section .inner-heading {
    font-weight: bold;
}

.top-header-section .top-heading {
    line-height: 80px;
}

.top-header-section .top-heading,
._text-color {
    color: var(--btn-color) !important;
}

.top-header-section {
    background-image: linear-gradient(#c6dff8, #fff);
    padding-top: 180px;
    padding-bottom: 55px;
}


/* Main section */


/* Giude sectoin */
.sec-guide {
    margin: 30px;
    background: var(--btn-color);
    border-radius: 20px;
    height: 100vh;
}

.sec-guide .guide-sec-heading {
    font-size: 3rem;
    font-weight: bold;
    color: white;
}

/* Giude sectoin */

/* point-view-header */
.point-view-header h1,
.point-view-header h5 {
    font-weight: bold;
    color: var(--btn-color);
}

.point-view-header {
    margin-top: 7rem;
}

.point-view-header .single-card {
    background: var(--btn-color);
    border-radius: 15px;
    padding: 25px 35px;
    height: 300px;
    display: flex;
    justify-content: space-between;
}

.point-view-header .single-card .head i {
    color: var(--btn-color);
    height: 130px;
    width: 130px;
    background: white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 85px;
}

.point-view-header .single-card .card-clippath {
    clip-path: polygon(100% 0%, 67% 50%, 100% 100%, 0 100%, 0% 50%, 0 2%);
    width: 50px;
    height: 39px;
    position: absolute;
    background: white;
    transform: rotate(90deg);
    top: 0;
    right: 60px;
}

/* point-view-header */


/* Templates */
.templates-sec {
    margin-top: 7rem !important;
}

.templates-sec h1 {
    font-weight: bold;
    color: var(--btn-color);
}

.templates-sec .templates {
    background: var(--btn-color);
    border-radius: 25px;
    padding-left: 5.5rem;
    padding-right: 5.5rem;
}

.templates-sec .templates .owl-carousel .owl-item img {
    height: 55vh;
    width: 100%;
    object-fit: fill;
}

.px-4-rem {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

.templates-sec .templates .owl-carousel .owl-nav button.owl-prev,
.templates-sec .templates .owl-carousel .owl-nav button.owl-next {
    font-size: 7rem;
    color: white;
    position: absolute;
    top: calc(100% - 60%);
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none;
}

.templates-sec .templates .owl-carousel .owl-nav button.owl-prev {
    left: -88px;
}

.templates-sec .templates .owl-carousel .owl-nav button.owl-next {
    right: -88px;
}

/* Templates */


/* cv-info-section */
.cv-info-section h1 {
    font-weight: bold;
    color: var(--btn-color);
}

.cv-info-section {
    margin-top: 2rem;
    background: #f9f4f2;
    padding-top: 30px;
}

.cv-info-section .cv-info-header {
    background: var(--btn-color);
    margin: 0 20px 0 20px;
    border-radius: 25px;
}

.cv-info-section .cv-info-header h3,
.cv-info-section .cv-info-header p {
    color: white;
}

.cv-info-section .cv-info-header p {
    color: white;
    font-size: 14px;
}

/* cv-info-section */


/* Pricing Plan */
.pricing-plan-container {
    /* margin-top: 2rem; */
    /* background: #f9f4f2; */
    padding-top: 30px;
}

.pricing-plan-container .annual-plan-btn .pricing-per {
    position: absolute;
    background: #ffcc00;
    padding: 3px 22px;
    border-radius: 12px;
    font-size: 18px;
    color: black;
    bottom: -20px;
    left: 25%;
    font-weight: bold;
    opacity: 1;
}

.pricing-plan-container .annual-plan-btn {
    position: relative;
}

.pricing-plan-container .single-pricing-card {
    position: relative;
    height: 470px;
}

.pricing-plan-container .single-pricing-card .pricing-header {
    position: absolute;
    background: #9aa7b2;
    width: calc(100% - 18px);
    left: 9px;
    height: 160px;
    /* clip-path: polygon(0 67%, 0 0, 100% 0, 100% 67%, 50% 100%); */
    border-radius: 10px 10px;
    top: -3px;
}

.pricing-plan-container .single-pricing-card .pricing-header h1 {
    text-align: center;
    padding-top: 15px;
}

.pricing-plan-container .single-pricing-card .pricing-content {
    background: var(--btn-color);
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    padding-top: 170px;
    height: 100%;
}

.pricing-plan-container .single-pricing-card .point-list li {
    color: #ffff;
    font-size: 18px;
    padding-bottom: 10px;
}

.pull-away-flex-column {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}


/* Pricing Plan */

/* subscribe-newsletter */
.subscribe-newsletter .first-heading,
.subscribe-newsletter .second-heading {
    position: relative;
    display: inline-block;
    font-size: 2.5rem;
}

.subscribe-newsletter {
    margin-top: 5rem !important;
}

.subscribe-newsletter .second-heading .img1 {
    width: 35px;
    position: absolute;
    left: -45px;
    top: 22px;
}

.subscribe-newsletter .second-heading .img2 {
    width: 120px;
    position: absolute;
    right: -130px;
    top: 55px;
}

.subscribe-newsletter .first-heading img {
    width: 55px;
    position: absolute;
    top: -20px;
    right: -33px;
}

.subscribe-newsletter .input-group {
    width: 70%;
    margin: 0 auto;
}

.subscribe-newsletter .input-group i {
    font-size: 30px;
    color: #fff;
}

.subscribe-newsletter .input-group .input-group-text,
.subscribe-newsletter .input-group .form-control {
    border: 3px solid var(--btn-color);
}

.subscribe-newsletter .input-group .input-group-text {
    border-left: none !important;
    background-color: var(--btn-color);
}

/* subscribe-newsletter */

/* follow-icons-container */
.follow-icons-container .font-icon {
    font-size: 55px;
    color: var(--btn-color);
}

.follow-icons-container {
    margin-top: 3rem;
}

/* follow-icons-container */

/* Footer */
.footer-header {
    background-color: var(--btn-color);
    padding: 15px 20px;
    border-radius: 15px;
}

.footer-header .head-line {
    font-size: 18px;
    color: white;
    margin-bottom: 0px;
}

.footer-header ul {
    display: flex;
    justify-content: end;
    margin-bottom: 0px;
}

.footer-header ul li {
    margin-right: 100px;
    font-size: 18px;
    color: white;
}

/* Footer */

.subscribe-newsletter input::placeholder {
    /* font-size: 25px; */
    font-weight: bold;
    color: black;
    /* padding-left: 25px; */
}

.new-main-header {
    padding-top: 100px;
}

body.sticky .new-navbar {
    background-color: #fff !important;
}

.pricing-plan-container .single-pricing-card .buy-btn {
    display: none;
}

.pricing-plan-container .single-pricing-card .pricing-text,
.pricing-plan-container .single-pricing-card .buy-btn.header {
    display: block !important;
}


@media only screen and (max-width: 1400px) {
    .pricing-plan-container .single-pricing-card .pricing-header h1 {
        font-size: 2.2rem;
    }

    .pricing-plan-container .single-pricing-card .point-list li {
        font-size: 14px;
    }

    .pricing-plan-container .single-pricing-card {
        height: 430px;
    }

    .pricing-plan-container .single-pricing-card .pricing-header h1 {
        font-size: 1.6rem;
    }

    .pricing-plan-container .single-pricing-card .pricing-header {
        height: 140px;
    }

    .pricing-plan-container .single-pricing-card .pricing-content {
        padding-top: 160px;
    }
}

@media only screen and (max-width: 1250px) {
    .pricing-plan-container .single-pricing-card:nth-child(5) .pricing-header h1 {
        font-size: 1.6rem;
    }

    .pricing-plan-container .single-pricing-card .buy-btn.header {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1200px) {
    .pricing-plan-container .single-pricing-card {
        height: 435px;
    }
}

@media only screen and (max-width: 992px) {
    .new-navbar {
        background-color: #fff;
    }

    .templates-sec .templates .owl-carousel .owl-item img {
        height: 85vh;
    }
}

@media only screen and (max-width: 768px) {
    .paragraph {
        font-size: 1.1rem;
    }

    .cv-new-btn.btn.btn-border,
    .cv-new-btn.btn {
        padding: 10px 30px !important;
        font-size: 18px !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .sec-guide .cv-new-btn.btn.btn-border,
    .sec-guide .cv-new-btn.btn {
        display: inline-block !important;
    }

    .sec-guide .guide-sec-heading {
        font-size: 2.5rem;
    }

    .cv-info-btn-container {
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

    .pricing-plan-container .annual-plan-btn {
        padding: 15px 60px !important;
    }

    .top-header-section .top-heading {
        line-height: 50px;
    }

    .templates-sec h1 {
        text-align: center;
    }

    .templates-sec .templates .owl-carousel .owl-item img {
        height: 65vh;
    }
}

@media only screen and (max-width: 600px) {
    .select-template-btn {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .templates-sec .templates .owl-carousel .owl-item img {
        height: 55vh;
    }
}

@media only screen and (max-width: 500px) {
    .f5-rem {
        font-size: 2rem !important;
    }

    .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;
    }

    .cv-new-btn.btn.btn-border,
    .cv-new-btn.btn {
        padding: 5px 16px !important;
        font-size: 14px !important;
    }

    .pricing-plan-container .annual-plan-btn .pricing-per {
        bottom: -30px;
        left: 0%;
        font-size: 14px;
    }

    .follow-icons-container svg,
    .follow-icons-container .font-icon {
        font-size: 40px;
        width: 35px !important;
    }

    .subscribe-newsletter input::placeholder {
        font-size: 18px;
    }

    .subscribe-newsletter .input-group i {
        font-size: 20px;
    }

    .top-header-section .top-heading {
        font-size: 3rem;
    }

    .top-header-section .cv-new-btn.btn.btn-border,
    .top-header-section .cv-new-btn.btn {
        margin-right: 8px !important;
    }

    .sec-guide .guide-sec-heading {
        font-size: 1.5rem;
    }

    .sec-guide {
        height: 60vh;
    }

    .templates-sec .templates .owl-carousel .owl-item img {
        height: 45vh;
    }

    .pricing-plan-container .d-flex.mt-4 {
        margin-top: 0.5rem !important;
    }

    .pricing-plan-container .single-pricing-card {
        height: 400px;
    }

    .point-view-header {
        margin-top: 0rem !important;
        padding-top: 1.5rem !important;
    }

    .point-view-header .container.mt-5 {
        margin-top: 0 !important;
    }

    .point-view-header .single-card span {
        font-size: 14px;
    }

    .pricing-plan-container h1.f3-rem {
        font-size: 1.3rem !important;
    }

    .subscribe-newsletter .input-group {
        margin-top: 20px !important;
    }

    .follow-icons-container {
        margin-top: 1rem;
    }

    .footer-main-container {
        margin-top: 3rem;
    }

    .subscribe-newsletter input::placeholder {
        font-weight: normal;
    }


    .pricing-plan-container .single-pricing-card .pricing-header {
        height: 100px;
    }

    .pricing-plan-container .single-pricing-card .pricing-content {
        padding-top: 110px;
    }

    .pricing-plan-container .single-pricing-card .point-list li {
        font-size: 8px;
    }

    .pricing-plan-container .single-pricing-card .pricing-header h1 {
        font-size: 1.3rem;
    }

    .pricing-plan-container .single-pricing-card .buy-btn {
        font-size: 14px;
    }

    .pricing-plan-container .single-pricing-card .point-list {
        padding-left: 25px;
    }

    .pricing-plan-container .single-pricing-card:nth-child(4),
    .pricing-plan-container .single-pricing-card:nth-child(5) {
        margin-top: 1rem !important;
    }

    .pricing-plan-container .w-95 {
        width: 100%;
    }

    .footer-main-container .paragraph-2 {
        display: block;
    }

    .pricing-plan-container .single-pricing-card .pricing-text,
    .pricing-plan-container .single-pricing-card .buy-btn.header {
        display: none;
    }

    .pricing-plan-container .single-pricing-card:nth-child(2) .pricing-header h1,
    .pricing-plan-container .single-pricing-card:nth-child(4) .pricing-header h1 {
        margin: 0 10px;
    }

    .sm-mb-0 {
        margin-bottom: 0 !important;
    }

    .pricing-plan-container .single-pricing-card {
        height: 285px;
    }

    .point-view-header .single-card {
        padding: 20px 15px;
    }

    .point-view-header .single-card .head i {
        height: 80px;
        width: 80px;
        font-size: 55px;
    }

    .point-view-header .single-card .card-clippath {
        width: 35px;
        height: 30px;
        right: 54px;
    }

    .pricing-plan-container .single-pricing-card .pricing-text,
    .pricing-plan-container .single-pricing-card .buy-btn.header {
        display: none !important;
    }

    .cv-new-btn.btn.btn-border .buy-btn,
    .cv-new-btn.btn .buy-btn {
        display: flex !important;
    }
}

@media only screen and (max-width: 450px) {
    .templates-sec .templates .owl-carousel .owl-item img {
        height: 35vh;
    }
}

@media only screen and (max-width: 400px) {
    .templates-sec .templates .owl-carousel .owl-item img {
        height: 28vh;
    }
}

@media only screen and (max-width: 350px) {
    .templates-sec .templates .owl-carousel .owl-item img {
        height: 22vh;
    }
}