@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

:root {
    --primary-clr: #154E9E;
    --yellow-clr: #F9B232;
    --dark-black: #002739;
    --dark-blue: #011D44;
}

body {
    position: relative;
    overflow-x: hidden;
    background: #fff;
}

html {
    scroll-behavior: smooth;
}

@font-face {
    /* ---Font weight-bold-- */
    font-family: 'manrope-700';
    src: url(../public_page/fonts/Manrope/Manrope-700.ttf);
}

@font-face {
    /* ---Font weight-semibold-- */
    font-family: 'manrope-600';
    src: url(../public_page/fonts/Manrope/Manrope-600.ttf)
}

@font-face {
    /* ---Font weight-medium-- */
    font-family: 'manrope-500';
    src: url(../public_page/fonts/Manrope/Manrope-500.ttf);
}

@font-face {
    /* ---Font weight-regular-- */
    font-family: 'manrope-400';
    src: url(../public_page/fonts/Manrope/Manrope-400.ttf);
}


h1,
h2,
h3,
h4,
h5 {
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

ul {
    margin-bottom: 0px;
    padding: 0px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    color: white;
}

button,
textarea,
input {
    border: 0;
    outline: none;
}

.flex {
    display: flex;
}

.item-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

img {
    width: auto;
}

.sec-heading {
    font-family: manrope-700;
    font-size: 40px;
    line-height: 64px;
    letter-spacing: -0.02em;
    text-align: center;
    color: var(--dark-black);
    margin-bottom: 40px;
}

h3.sec-title {
    font-family: manrope-600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
}

.sec-para {
    font-family: manrope-400;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-black);
}

.sec-cmn-padding {
    padding: 100px 0;
}

.img-fill {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.grey-background {
    background: #FBF8FF;
}

/* ---navbar-- */

#navbar {
    padding-block: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    transition: .2s linear;
}

.navbar {
    padding: 5px 0;
}

.navbar-scrolled {
    background: var(--dark-blue);
}

.auth-btn {
    font-family: manrope-700;
    font-size: 15px;
    line-height: 20px;
    min-height: 40px;
    background: var(--yellow-clr);
    transition: .3s ease-in-out;
    min-width: 110px;
    border-radius: 25px;
}

.auth-btn:hover {
    background: var(--dark-blue);
    color: white;
}

.navbar-scrolled .auth-btn:hover {
    background: var(--primary-clr);
}

.hero-area {
    background-color: var(--primary-clr);
}

.hero-inner {
    margin-top: 177px;
    margin-bottom: 80px;
}

.left-hero-col {
    flex-direction: column;
    justify-content: flex-start;
    max-width: 490px;
}

.logo img {
    max-width: 133px;
}

.hero-para {
    font-family: manrope-600;
    margin: 20px 0 0;
    font-size: 26px;
    line-height: 42px;
}

.hero-area .container {
    position: relative;
}

.hero-img-box {
    position: absolute;
    right: 0;
    top: 144px;
}

/* ---About Section-- */
.about-area {
    padding-top: 113px;
}

.sec-right-col .sec-para:not(:last-of-type) {
    margin-bottom: 16px;
}

.ab-left-col {
    max-width: 557px;
    min-height: 387px;
    overflow: hidden;
    border-radius: 20px;
}

.sec-right-col .content {
    padding-left: 28px;
}

.sec-right-col {
    height: 100%;
    display: flex;
    align-items: center;
}

.sec-right-col img {
    width: 100%;
}

/* ---vision section-- */

.ft-cus-card .icon {
    margin-bottom: 20px;
    height: 80px;
}

.ft-cus-card .icon img {
    height: 100%;
}

.ft-cus-card .content .title {
    font-family: manrope-600;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    color: var(--dark-black);
    margin-bottom: 12px;
}

.ft-cus-card .content .para {
    font-family: manrope-400;
    font-size: 16px;
    line-height: 24px;
    color: var(--dark-black);
}

.ft-cus-card .content .para:not(:first-of-type) {
    margin-top: 16px;
}

.ft-cus-card .content {
    max-width: 353px;
}

/* ---Benefits section-- */

.card-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.card-wrapper .card-main {
    padding: 25px;
    color: white;
}

.card-wrapper .card-main:nth-of-type(1) {
    background: #124C9E;
}

.card-wrapper .card-main:nth-of-type(2) {
    background: #2065C6;
}

.card-wrapper .card-main:nth-of-type(3) {
    background: #3A7CD8;
}

.cd-header .title {
    font-family: manrope-700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: -0.02em;
    margin-top: 14px;
}

.card-wrapper .card-main .cd-content {
    margin-top: 16px;
}

.card-wrapper .card-main .cd-content ul li {
    display: flex;
    gap: 10px;
}

.card-wrapper .card-main .cd-content ul li .text {
    font-family: manrope-500;
    font-size: 16px;
    line-height: 24px;
    opacity: 80%;
}

.card-wrapper .card-main .cd-content ul li .icon {
    background: url("../public_page/images/list-arrow.svg") no-repeat;
    width: 12px;
    height: 18px;
    display: inline-block;
    background-size: contain;
    min-width: 12px;
    filter: brightness(100) contrast(100);
    transform: translateY(2px);
}

.card-wrapper .card-main .cd-content ul li p{
    font-family: manrope-500;
    font-size: 16px;
    line-height: 24px;
}

.card-wrapper .card-main .cd-content ul li:not(:last-of-type) {
    margin-bottom: 12px;
}

/* ---FOOTER-- */

.footer {
    background: var(--dark-blue);
    padding: 90px 0;
}

.ft-logo img {
    width: 125px;
}

.footer-inner {
    flex-direction: column;
}

.footer .mailTo {
    font-family: manrope-400;
    font-size: 20px;
    line-height: 14px;
    text-align: center;
    margin-top: 14px;
    transition: color .3s;
}

.footer .mailTo:hover {
    color: var(--yellow-clr);
}

.ft-link-copyright {
    color: #fff;
    font-family: manrope-400;
    font-size: 14px;
    line-height: 21px;
    margin-top: 13px;
    text-align: center;
    opacity: 60%;
}


@media screen and (min-width:1400px) {
    .ab-left-col {
        max-width: 95%;
    }

    .sec-para {
        font-size: 20px;
        line-height: 32px;
    }

    .sec-left-col img {
        width: 100%;
    }
}

@media screen and (max-width:1199px) {
    .hero-img-box img {
        max-width: 486px;
    }

    .left-hero-col {
        max-width: 445px;
    }

    .hero-para {
        font-size: 22px;
        line-height: 36px;
    }

    .hero-inner {
        margin-bottom: 70px;
    }
}

@media screen and (max-width:991px) {
    .hero-para {
        margin: 0;
    }

    .hero-img-box {
        position: relative;
        text-align: center;
        top: unset;
        bottom: -40px;
    }

    .hero-area {
        height: auto;
    }

    .hero-inner {
        margin-top: 170px;
        margin-bottom: 30px;
    }

    .left-hero-col {
        max-width: 100%;
        text-align: center;
    }

    .abt-sec-head {
        margin-bottom: 30px;
    }

    .ab-left-col {
        max-width: 100%;
        min-height: auto;
        text-align: center;
    }

    .ab-left-col img {
        max-width: 490px;
        margin: auto;
    }

    .sec-right-col {
        margin-top: 20px;
    }

    .sec-cmn-padding {
        padding: 80px 0;
    }

    .about-area.sec-cmn-padding {
        padding: 100px 0;
    }

    .ft-cus-card .content {
        max-width: 206px;
    }

    .vsn-row {
        row-gap: 50px;
    }

    .sec-right-col .content {
        padding-left: 0;
    }

}

@media screen and (max-width:767px) {
    .card-wrapper {
        grid-template-columns: repeat(1, 1fr);
    }

    .ft-cus-card .content {
        max-width: 100%;
    }

    .ft-cus-card .icon,
    .ft-cus-card .content {
        text-align: center;
    }

    .sec-right-col {
        margin-top: 40px;
        height: auto;
    }

    .card-wrapper .card-main {
        min-height: 403px;
    }
}

@media screen and (max-width:575px) {
    .auth-btn {
        font-size: 14px;
        min-height: 36px;
        min-width: 100px;
    }

    .logo img {
        max-width: 80px;
    }

    .ft-logo img {
        width: 105px;
    }

    .footer .mailTo {
        font-size: 17px;
        margin-top: 9px;
    }

    .ft-link-copyright {
        font-size: 13px;
        line-height: 15px;
        margin-top: 8px;
    }

    .footer {
        background: var(--dark-blue);
        padding: 80px 0;
    }

    .sec-right-col {
        margin-top: 30px;
    }

    .card-wrapper .card-main {
        min-height: 375px;
    }
}

@media screen and (max-width:480px) {
    .ft-logo img {
        width: 85px;
    }

    .footer {
        padding: 60px 0;
    }

    .footer .mailTo {
        font-size: 15px;
        margin-top: 15px;
    }

    .ft-link-copyright {
        font-size: 11px;
        line-height: 13px;
    }

    .card-wrapper .card-main .cd-header .icon img {
        width: 55px;
    }

    .cd-header .title {
        font-size: 22px;
        line-height: 27px;
    }

    .card-wrapper .card-main .cd-content ul li .text {
        font-size: 15px;
        line-height: 23px;
    }

    .card-wrapper .card-main .cd-content ul li p {
        font-size: 15px;
        line-height: 23px;
    }

    .card-wrapper .card-main .cd-content ul li .icon {
        width: 10px;
        height: 16px;
        min-width: 10px;
    }

    .hero-para {
        font-size: 18px;
        line-height: 27px;
    }

    .hero-inner {
        margin-top: calc(86px + 48px);
        margin-bottom: 40px;
    }

    .hero-img-box {
        bottom: -34px;
    }

    .hero-img-box img {
        width: 90%;
    }

    .ab-left-col img {
        width: 100%;
        height: 230px;
        object-fit: cover;
        border-radius: 20px;
    }

    h3.sec-title {
        font-size: 20px;
        line-height: 29px;
    }

    .sec-para {
        font-size: 14px;
        line-height: 22px;
    }

    .sec-heading {
        font-size: 29px;
        line-height: 36px;
    }

    .ft-cus-card .icon {
        margin-bottom: 15px;
        height: 70px;
    }

    .ft-cus-card .content .para {
        font-size: 14px;
        line-height: 23px;
    }

    .sec-cmn-padding {
        padding: 60px 0 !important;
    }

    .abt-sec-head {
        margin-top: 30px;
    }
}

@media screen and (max-width:420px) {
    .hero-inner {
        margin-bottom: 20px;
    }

    .hero-img-box {
        bottom: -28px;
    }
}