@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
input,
select,
button,
label {
    font-family: "Inter", sans-serif;
}

.primary-text {
    color: #155E95;
}

.form-control:focus {
    border-color: #000;
    outline: 0;
    box-shadow: none;
}


/************* header *****************/

.navbar-nav .header-link {
    color: #155E95;
    font-size: 16px;
    font-weight: 400;
}

.navbar-brand {
    padding: 15px;
    border-radius: 50%;
    background: #fff;
    margin: 0px;
}

.btn-book {
    background-color: #155E95;
    color: #FFFFFF;
    fill: #FFFFFF;
    font-size: 15px;
    border-style: none;
    padding: 13px 15px;
    border-radius: 10px;
    width: fit-content;
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), background-color 0.3s ease;
    will-change: transform;
}

.btn-book:hover {
    background-color: #155E95;
    color: #FFFFFF;
    font-size: 15px;
    transform: scale(1.08);
}

li.nav-item.header-item:hover {
    background: #f5f4f4;
    border-radius: 16px;
}

li.nav-item.header-item {
    transition: all 0.2s ease-in;
}


/* main section */

.main,
.features-section,
.works-section,
.about,
.contact-form {
    background-color: #F1F1F1;
}

.main-content,
.feature-content,
.howitworks-subtitle,
.news-heading {
    width: 60%;
}

.main h1 {
    font-size: 60px;
}

h2 {
    font-size: 44px;
}

.small-text {
    background-color: #FFFFFF;
    border-style: none;
    border-radius: 12px;
    padding: 3px 10px;
    width: fit-content;
}

.main-text {
    font-size: 18px;
    color: #23291FCC;
}

.main1,
.main2,
.main3,
.main4 {
    position: absolute;
    bottom: 0px;
}

.text-img {
    position: absolute;
    top: 65px;
    right: 0px;
}

.main4 {
    left: 100px;
}

.main3 {
    left: 50px;
    bottom: -105px;
}

.main1 {
    right: 70px;
}

.main2 {
    right: 200px;
}


/* ekyc section */

.ekyc,
.choose,
.ebook,
.news {
    background-color: #155E95;
}

.cdp-stat-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.cdp-tab-btn {
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    padding: 11px;
}

.nav.cdp-tabs {
    width: 100%;
    background-color: #FFFFFF12;
    color: #FFFFFF;
    border-radius: 15px;
}

.nav.cdp-tabs li {
    width: 33.33%;
}

.nav-link.cdp-tab-btn.active {
    background-color: #89C8E8;
    color: #155E95 !important;
}

.cdp-odometer {
    font-size: 48px;
    font-weight: bold;
    color: #fff;
    display: inline-block;
}

.cdp-odometer.plus::after {
    content: "+";
    margin-left: 4px;
    font-size: 24px;
}

.cdp-odometer.percent::after {
    content: "%";
    margin-left: 4px;
    font-size: 24px;
}

.odometer.odometer-auto-theme {
    display: flex;
    align-items: start;
}

.circle-img {
    position: absolute;
    top: -125px;
    left: -89px;
}

.circle-img2 {
    position: absolute;
    bottom: -125px;
    right: -89px;
}


/******** features  ********/

.cdp-feature-card {
    background-color: #fff;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    padding: 15px;
    height: 100%;
}

.cdp-feature-title {
    color: #000;
    font-weight: 600;
    font-size: 21px;
}

.cdp-feature-text {
    color: #23291FCC;
    font-weight: 400;
    font-size: 16px;
}


/******** choose  ********/

.it-feature-desc,
.it-feature-title {
    text-align: start;
}

.it-feature-title {
    font-size: 16px;
    font-weight: 600;
}

.it-feature-desc {
    font-size: 15px;
}


/******** works-section *****/

.nav-link.howitworks-tab-link {
    background-color: #fff;
    color: #155E95;
    padding: 15px 30px;
    border-radius: 0px;
}

.nav-link.howitworks-tab-link.active {
    background-color: #155E95;
    font-size: 16px;
    color: #fff;
}


/****** about ********/

.total {
    right: -75px;
    bottom: 150px;
}


/****** Latest News ********/

.news-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 16px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-text {
    font-size: 16px;
}

.circle-img3 {
    position: absolute;
    top: -9%;
    left: 0;
}

.circle-img4 {
    position: absolute;
    bottom: 15%;
    right: 0;
}

.news-image {
    overflow: hidden;
}

.news-image img {
    transition: transform 0.5s ease;
    border-radius: 16px;
}

.news-image:hover img {
    transform: scale(1.1);
    /* adjust zoom level */
}


/* modal  */

.modal-content {
    border-radius: 20px;
}

.modal-body input,
.modal-body textarea {
    border-radius: 10px;
}

.modal-header {
    padding-bottom: 0;
}


/* footer */

.rights {
    border-top: 1px solid #999898;
}


/* responsive css */

@media (max-width: 575.98px) {
    h1 {
        font-size: 28px !important;
    }
    h2 {
        font-size: 25px !important;
    }
    .howitworks-tab-item,
    .howitworks-tab-link,
    .nav.cdp-tabs li {
        width: 100%;
    }
    .nav.cdp-tabs {
        display: block;
    }
    .btn-book {
        font-size: 13px;
    }
    .howitworks-text {
        font-size: 14px;
    }
    .cdp-odometer {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {}

@media (max-width: 992px) {
    .navbar-brand {
        position: unset !important;
    }
    .navbar-toggler {
        border: none;
    }
    .navbar-toggler:focus {
        box-shadow: none;
    }
    .main-content,
    .feature-content,
    .howitworks-subtitle,
    .news-heading {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    h1 {
        font-size: 45px;
    }
    h2 {
        font-size: 32px;
    }
    .main1,
    .main2,
    .main3,
    .main4,
    .total,
    .text-img {
        display: none;
    }
    .cdp-tab-btn {
        font-size: 13px;
    }
    .main-text {
        font-size: 15px;
    }
    .cdp-feature-text {
        font-size: 14px;
    }
}