@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');
/* Base styles for headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-family: "Nunito Sans", sans-serif;
}

/* Default font sizes */
h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.text-white {
    color: white;
}

.btn-primary {
    background-color: #5c89c7 !important;
    border-color: #5c89c7 !important;
}

.btn-outline-primary {
    border-color: #5c89c7 !important;
    color: #5c89c7 !important;
}

.btn-outline-primary:hover {
    background: #5c89c7 !important;
    color: white !important;
}

.primary-text {
    color: #004097;
}

.secondary-text {
    color: #011E45;
}

.dark-text {
    color: #232323;
}

.grey-text {
    color: rgba(35, 35, 35, 0.8);
}

.fw-bold {
    font-weight: bold;
}

.custom-btn {
    width: 200.925px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #5C89C7;
    height: 54.653px;
    flex-shrink: 0;
    color: #FFF;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: 0.56px;
    border: 0px;
}

.custom-btn:hover {
    color: white;
    text-decoration: none;
}

/*Homepage */
#homesection2 {
    background-image: url('../img/homesection2-cover.png');
    background-size: cover;
    background-position: center;
}

#homesection3 {
    background-image: url('../img/homesection3-cover.png');
    background-size: cover;
    background-position: center;
}

#homesection4 {
    background-image: url('../img/homesection4-cover.png');
    background-size: cover;
    background-position: center;
}

#homesection5 {
    background-image: url('../img/homesection5-cover.png');
    background-size: cover;
    background-position: center;
}

#homesection6 {
    background-image: url('../img/homesection6-cover.png');
    background-size: cover;
    background-position: center;
}

#homesection7 {
    background-image: url('../img/homesection7-cover.png');
    background-size: cover;
    background-position: center;
}

#homesection8 {
    background-image: url('../img/homesection8-cover.png');
    background-size: cover;
    background-position: center;
}

#homesection9 {
    background-image: url('../img/homesection9-cover.png');
    background-size: cover;
    background-position: center;
}

#pagecover {
    background-image: url('../img/page-cover.png');
    background-size: cover;
    background-position: center;
}

.heading-top-text {
    color: #004097;
    font-family: "Nunito Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36.213px;
    /* 181.065% */
}

.section-heading {
    color: #011E45;
    font-family: "Nunito Sans";
    font-size: 48px;
    font-style: normal;
    font-weight: 800;
    line-height: 62px;
    /* 129.167% */
}

.content-heading {
    color: #232323;
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 40px;
    /* 222.222% */
}

.content-text {
    color: rgba(35, 35, 35, 0.80);
    font-family: "Nunito Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.list-text {
    color: #333;
    font-family: "Nunito Sans";
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22.356px;
    /* 216.778% */
}

.text-small {
    font-size: 13px;
}

/* FAQ */


.faq-container {
    width: 100%;
    margin: auto;
    background: white;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); */
    overflow: hidden;
}

.faq-item {
    border-bottom: 1px solid rgb(51, 51, 51, 0.20);
}

.faq-header {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-header:hover {
    background: #e9e9e9;
}

.faq-content {
    padding: 15px;
    display: none;
    /* Hide content by default */
}

.arrow {
    transition: transform 0.2s;
}

.faq-question {
    color: #004097;
    font-family: "Nunito Sans";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 29.356px;
    /* 144.518% */
}

.faq-content {
    color: rgba(35, 35, 35, 0.80);
    font-family: "Nunito Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 222.222% */
}

.progress-bar {
    border-radius: 13px !important;
    background: #5C89C7 !important;
}

.card-media {
    border-radius: 5px;
    background: #FFF;
    padding: 3%;
}

/* Testimonial */
.testimonial-container {
    background-color: #ffffff;
    /* Silver background */
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 400px;
    /* Max width for the box */
    margin: auto;
    /* Center the box */
}

.testimonial-box {
    position: relative;
    padding-top: 10%;
    padding-bottom: 4%;
}

.quote-icon {
    font-size: 100px;
    /* Size of the quote icon */
    color: #5C89C7;
    /* Light grey color */
    position: absolute;
    top: -50px;
    /* Positioning above the box */
    left: 10px;
    /* Positioning from the left */
}

.author {
    margin-top: 10px;
    /* Spacing above the author name */
    font-weight: bold;
    text-align: right;
    /* Right-align the author name */
}

/* #cover-carousel .owl-nav {
    display: none !important;
} */
#cover-carousel .owl-nav {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    height: -webkit-fill-available;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(-50px,0px);
    gap: 20px;
}
#second-carousel .owl-nav {
    display: flex !important;
    justify-content: center !important;
    flex-direction: column !important;
    align-items: center !important;
    height: -webkit-fill-available;
    position: absolute;
    top: 0px;
    right: 0px;
    transform: translate(120px,0px);
    gap: 20px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot  {
        line-height: normal !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
/* padding-top: 20px !important;
padding-left: 20px !important;
padding-right: 20px !important;
padding-bottom: 20px !important; */
}

.owl-nav {
    margin-top: 4%;
    margin-bottom: 4%;
    display: flex !important;
    justify-content: center !important;
}

.owl-nav .owl-prev,
.owl-next {
    height: 40px !important;
    width: 40px !important;
    background-color: #5c89c7 !important;
    color: white !important;
    margin-left: 1%;
    margin-right: 1%;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 12px;

}

.blog-short-description {
    color: #232323;
    font-family: "Nunito Sans";
    font-size: 14px;
    margin-bottom: 0px;
    font-style: normal;
    font-weight: 400;
}

/* about page */
.step-icon {
    width: 70px;
    height: 70px;
    border: 1px solid #5C89C7;
    /* background-color: #007bff; Circle background color */
    border-radius: 50%;
    /* Makes the icon circular */
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5C89C7;
    font-size: 24px;
    margin: 0 auto 15px;
    /* Center the icon with auto margins */
}

.step {
    text-align: center;
    margin-bottom: 30px;
}

.step-number {
    color: #5C89C7;
    font-size: 35px;
    font-weight: bold;
}

.image-container {
    position: relative;
    display: inline-block;
    margin: 0 auto;
}

.play-image {
    width: 100%;
    /* Adjust as needed */
    max-width: 600px;
    /* Maximum width for the image */
    height: auto;
    /* Maintain aspect ratio */
}

.play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    background-color: #5C89C7;
    /* Background color for the icon */
    border-radius: 50%;
    /* Makes the icon circular */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 24px;
}

.contact-card {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px !important;
    padding-top: 3%;
    padding-bottom: 3%;
}

/* Blog */

.tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag {
    background-color: #5B82B8;
    color: white;
    padding: 8px 12px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: background-color 0.3s;
}

.tag:hover {
    background-color: #0056b3;
}


.footer {
    background-color: #F3F3F3;
    padding: 55px 0;
}
.text-footer{
    color: #5C83B9;
font-family: "Noto Sans";
font-size: 40px;
font-style: normal;
font-weight: 700;
line-height: 30px; /* 75% */
letter-spacing: 3px;
text-transform: uppercase;
}

.footer-links-ul a {
    color: #5B82B8;
    font-family: "Nunito Sans";
    font-size: 15.572px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    /* 33.244px */
}

.footer-social-ul li {
    height: 40px;
    width: 40px;
    background-color: white;
}

.footer-social-ul li a {
    margin: 8px auto;
    display: block;
    color: #5B82B8;
}
.footer-social-ul li:hover {
    background: #5B82B8;
}
.footer-social-ul li a:hover {
    color: #fff;
}

.signin-section {
    background: url('../img/sign-in-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 250px;
}

.form-bg-section {
    background: url('../img/form-bg-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: -webkit-fill-available;
    padding: 120px 50px;
    /* padding: 120px 80px;   */
}
.form-bg-section-signup {
    background: url('../img/form-bg-signup-img.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: -webkit-fill-available;
    padding: 120px 50px;
    /* padding: 120px 80px;   */
}

.text-sign {
    font-family: "Nunito Sans";
    color: #090914;
}

.para-sign {
    font-family: "Nunito Sans";
    font-style: normal;
    font-weight: 400;
}

.login-form-section {
    margin-top: -205px;
}

.btn-google {
    border: 1.2px solid rgba(198, 198, 198, 1) !important;
    padding: 12px 40px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center;
    gap: 5px;
}

.btn-google img {
    width: 25px;
}

.facebook-img-icon {
    width: 12px !important;
}

.gap-google-btn {
    gap: 30px;
}

.text-cont {
    font-family: "Nunito Sans";
    font-weight: 700;
    color: #52525B;
    width: max-content;
    margin: auto;
    margin-top: -37px !important;
}

.input-field {
    border-radius: 12px !important;
    border: 1px solid #C6C6C6 !important;
    background: #FFF !important;
    height: 60px !important;
}

.input-field:focus {
    border-radius: 12px !important;
    border: 1px solid #5C89C7 !important;
    background: #FFF !important;
    box-shadow: none !important;
}

.input-field::placeholder {
    color: rgba(35, 35, 35, 0.50);
    font-family: "Nunito Sans";
    font-weight: 400;
}

.show-icon {
    position: absolute;
    font-size: 24px;
    right: 0px;
    transform: translate(-15px, -40px);
    color: rgba(35, 35, 35, 0.5);
    cursor: pointer;
}

.text-password {
    color: rgba(0, 0, 0, 0.74);
    font-family: "Nunito Sans";
    font-weight: 600;
}

a:hover {
    text-decoration: none !important;
}

.btn-sign {
    border-radius: 10px !important;
    background: #5C89C7 !important;
    color: #fff !important;
    font-family: "Nunito Sans" !important;
    font-weight: 700 !important;
    padding: 18px !important;
    font-size: 18px !important;
}

.text-account {
    color: #71717A !important;
    font-family: "Nunito Sans" !important;
    font-size: 16px !important;
    font-weight: 400 !important;
}

.text-account a {
    color: #5B81B5 !important;
    font-family: 'Poppins' !important;
    font-weight: 600 !important;
}

.text-agree {
    color: rgba(0, 0, 0, 0.74) !important;
    text-align: center !important;
    font-family: "Nunito Sans" !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}

.text-agree b {
    font-weight: 700 !important;
}

.label-text {
    font-family: "Nunito Sans" !important;
    font-weight: 600 !important;
}

.input-otp {
    border-radius: 12px !important;
    border: 1px solid #C6C6C6 !important;
    background: #FFF !important;
    height: 60px !important;
    width: 15% !important;
    text-align: center !important;
    font-size: 22px !important;
}

.input-wrap {
    gap: 25px;
}

.input-otp:focus {
    border-radius: 12px !important;
    border: 1px solid #5C89C7 !important;
    background: #FFF !important;
    box-shadow: none !important;
}

.input-otp::placeholder {
    color: rgba(35, 35, 35, 0.50);
    font-family: "Nunito Sans";
    font-weight: 400;
}

.text-manage {
    color: rgba(35, 35, 35, 0.80) !important;
    font-family: "Nunito Sans" !important;
    font-weight: 600 !important;
}

.form-padding {
    padding: 3rem;
}

.privacy-policy-section {
    background: url('../img/privacy-policy-img.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 300px;

}

.text-privacy {
    color: #011E45;
    font-family: "Nunito Sans";
    font-weight: 800;
}

.para-privacy {
    color: #232323;
    font-family: "Nunito Sans";
    font-weight: 400;
}

.text-term {
    font-family: "Nunito Sans";
    font-weight: 600;
    color: #454545;
}

.text-reserve {
    color: #5B82B8;
    font-family: "Nunito Sans";
    font-weight: 600;
}

.text-service {
    color: #333323;
    text-align: justify;
    font-family: "Nunito Sans";
    font-weight: 600;
}
.list-privacy li::marker{
    color: #5B82B8;
}
.list-privacy li a {
    color: #232323;
    font-family: "Nunito Sans";
    font-weight: 600;
}
.list-privacy li a span {
    color: #5B82B8;
}
.para-privacy span{
    color: #5B82B8;
    
}
.right-side-content-form {
    padding: 3rem;
}
.btn-signin{
        filter: drop-shadow(0px 2.663px 5.326px rgba(0, 0, 0, 0.45));
    padding: 10px 26px;
    border-radius: 6.658px;
    background: #5C89C7;
    font-family: "Nunito Sans";
    font-weight: 800;
    color: #fff;
}
.btn-signin:hover{
    color: #fff;

}
.btn-outline-signup{
     box-shadow:0px 2.663px 5.326px rgba(0, 0, 0, 0.45);
    padding: 10px 26px;
    border-radius: 6.658px;
    background: transparent;
border: 1px solid #5C89C7;
    font-family: "Nunito Sans";
    font-weight: 800;
    color: #5C89C7;
}
.btn-outline-signup:hover{
     background: #5C89C7;
     color: #fff;
}
.gap-btn-sign{
    gap: 30px;
} 
.main-navbar{
    background: #FFF;
box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.27);
}
.main-navbar .navbar-nav{
    gap: 20px;
}
.main-navbar .navbar-nav .nav-item .nav-link{
    color: rgba(1, 30, 69, 1) !important;
    font-family: "Nunito Sans";
    font-weight: 400;
}
.main-navbar .navbar-nav .nav-item .nav-link.active-link{
    color: #5C89C7 !important;
   
    font-weight: 800;
}
.footer-links-ul{
    display: flex;
    gap: 45px;
    justify-content: center;
}
/* Responsive adjustments */
@media screen and (max-width: 1200px) {
    h1 {
        font-size: 2.2rem;
    }

    h2 {
        font-size: 1.8rem;
    }

    h3 {
        font-size: 1.6rem;
    }

    h4 {
        font-size: 1.4rem;
    }

    h5 {
        font-size: 1.2rem;
    }

    h6 {
        font-size: 0.9rem;
    }
}

@media screen and (max-width:991px) {
    .gap-google-btn {
        flex-direction: column;
    }
    #homesection8{
        padding-bottom: 0px !important;
        margin-top: 20px !important;
        margin-bottom: 10px !important;
    }
   #homesection2{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    }
   #homesection3{
    margin-bottom: 0px !important;
    padding-bottom: 0px !important;
    }
    #cover-carousel .owl-nav {
        height: auto;
        flex-direction: row !important;
        transform: none !important;
        margin-bottom: 30px !important;
        right: 15px;
    }
    #second-carousel .owl-nav{
 height: auto;
        flex-direction: row !important;
        transform: none !important;
        margin-bottom: 30px !important;
        right: 0px;
        width: -webkit-fill-available !important;
        top: inherit;
    }
    .owl-item{
        /* margin-right: 0px !important; */
    }
    .footer-links-ul {
            gap: 5px;
            margin-top: 10px !important;
    }
.form-bg-section-signup {
    padding: 10px 10px;
}
.right-side-content-form{
    padding: 20px 12px;
}
    .form-padding {
        padding: 15px !important;
    }

    .input-otp {
        height: 55px !important;
        width: 20% !important;
    }

    .input-wrap {
        gap: 12px !important;
    }
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 2rem;
    }

    h2 {
        font-size: 1.6rem;
    }

    h3 {
        font-size: 1.4rem;
    }

    h4 {
        font-size: 1.2rem;
    }

    h5 {
        font-size: 1rem;
    }

    h6 {
        font-size: 0.8rem;
    }


}

@media screen and (max-width: 768px) {
    h1 {
        font-size: 1.8rem;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.3rem;
    }

    h4 {
        font-size: 1.1rem;
    }

    h5 {
        font-size: 0.9rem;
    }

    h6 {
        font-size: 0.7rem;
    }
}

@media screen and (max-width: 576px) {
    h1 {
        font-size: 1.6rem;
    }

    h2 {
        font-size: 1.4rem;
    }

    h3 {
        font-size: 1.2rem;
    }

    h4 {
        font-size: 1rem;
    }

    h5 {
        font-size: 0.8rem;
    }

    h6 {
        font-size: 0.6rem;
    }

    .heading-top-text {
        color: #004097;
        font-family: "Nunito Sans";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: 20px;
        /* 181.065% */
    }

    .section-heading {
        color: #011E45;
        font-family: "Nunito Sans";
        font-size: 22px;
        /* font-size: 36px; */
        font-style: normal;
        font-weight: 800;
        /* line-height: 48px; */
        line-height: normal;
        /* 129.167% */
    }

    .content-text {
        color: rgba(35, 35, 35, 0.80);
        font-family: "Nunito Sans";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 26px;
    }

    .custom-btn {
        /* width: 100.925px; */
        width: -webkit-fill-available;
        border-radius: 5px;
        /* height: 34.653px; */
        font-size: 18px;
        padding: 15px 0px !important;
        margin-left: 20px;
        margin-right: 20px;
    }

}