@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');

body{
    font-family: "Nunito Sans";
    font-weight: 600;
    background-color: #dfddd9;
}

.navbar-brand img {
    width: 155px;
    /*background-color: #fff;*/
}
.top-nav{
    /*border-bottom: 1px solid #0845c3;*/
    padding-bottom: 12px;
}
.navbar-toggler {
    background-color: #021130db;
    border: 1px solid #fff;
}
/* Custom Styles */
.top-bar {
    background-color: #021130;
    color: white;
    padding: 10px 0;
}

.top-bar a {
    color: #ffffff91;
    margin-right: 15px;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 400;
}

.navbar {
    background-color: #fff;
}
/* Show dropdown on hover */
.nav-item.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; /* Adjust the dropdown position */
}

/* Optional: smooth transition for the dropdown */
.dropdown-menu {
    transition: all 0.3s ease-in-out;
}
.no-underline::after{
    text-decoration: none;
    border: none;
}
.navbar-nav .nav-link:hover {
    color: #000;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 8px 20px;
}
.navbar-nav .nav-link {
    color: #000;
    position: relative;
}

.navbar-nav .nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #000;
    bottom: -5px;
    left: 50%; 
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
}

.navbar-nav .nav-link:hover::after {
    width: 52%;
    left: 24%;
}
.contact-btn {
    border: 2px solid white;
    color: white;
}

.contact-btn:hover {
    background-color: white;
    color: #00204a;
}

.contact-btn {
    background-color: transparent; 
    color: #000; 
    padding: 10px 20px;
    border: 2px solid #000; 
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    outline: none;
}

.contact-btn:hover {
    background-color: #684d12; 
    color: #fff; 
    border: 2px solid #684d12; 
}

#hero-section {
    padding: 55px 0;
    text-align: center;
}

#hero-section h1{
    font-size: 1rem;
    color: #7a5604;
    font-weight: 700;
}
#hero-section h2 {
    font-size: 2.25rem;
    color: #00204a;
    font-family: Rufina;
    font-weight: 400;
}

#hero-section p {
    font-size: 1.25rem;
    color: #00204a;
}

#hero-section .btn-primary {
    background-color: #a37311;
    border-color: #a37311;
    padding: 10px 20px;
    border-radius: 0px;
}

#hero-section .btn-primary:hover {
    background-color: #7a5610;
}
.hero-sec{
    padding: 40px 0px;
}
/* about us section css starts */
.hh-pic{
    width: 85%;
}
.sup-part h2{
    font-size: 1rem;
    font-weight: 700;
}
.sup-part h1{
    font-size: 2.5rem;
    font-style: normal;
    font-family: Rufina;
    font-weight: 400;
}
.bb-pic{
    width: 100%;
}
.book-section{
    background-color: #021130;
    color: #fff;
    padding-top: 270px;
    margin-top: -300px;
}
.sup-part{
    padding-top: 36px;
}
.about{
background-color: unset;
color: #fff;
padding: 40px 0px;
margin-top: 0px;
}
/* about us section css ends */
/* services section css starts */
.ser-sec h3{
   font-size: 1rem;
   font-style: normal;
   font-family: Nunito Sans;
   font-weight: 700;
   color: #7a5604;
}
.ser-sec h2{
    font-size: 2.25rem;
    font-style: normal;
    font-family: Rufina;
    font-weight: 400;
    color: #041d52;
 }
 .card-hover:hover h5 {
    color: #7a5604; /* Change this to the color you want */
    transition: color 0.3s ease; /* Optional: for smooth transition */
}
 .ser-sec p{
    font-size: 1.3rem;
    font-style: normal;
    font-family: Rufina;
    font-weight: 400;
    color: #424b5f;
 }
.card {
    border-radius: 0%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    margin-top: 20px;
}
.card a{
    text-decoration: none;
}

.card-hover:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.card-img-top{
    border-radius: 0%;
}
.card-title {
    color: #041d52;
    text-decoration: none;
    font-size: 1.5rem;
    font-style: normal;
    font-family: Rufina;
    font-weight: 700;
    text-align: justify;
}
.card-title span {
    font-size: 1.2rem;
}
.card-text {
    color: #6c757d;
    text-align: justify;
}
/* services section css ends */
.rrm-1 {
        background-image: url(../images/who-we-are.jpeg);
    background-position: top;
    height: 405px;
    width: 100%;
    background-size: cover;
    border-radius: 50%;
}
.stem-para-1{
    font-family: Nunito Sans;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
}

.stem-par-1 {
    font-size: 1.25rem;
    font-family: rufina;
    color: #fff;
    font-weight: 400;
}

.se-inn-section-1{
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #031844;
}

.supp-part-1{
    padding-top: 50px;
}

/* footer css starts */
.footer{
    background: #021130;
}
.bottom-details {
    width: 100%;
    /* background: #021130; */
}
.bottom-details .bottom_text {
    max-width: 1250px;
    margin: auto;
    padding: 20px 0px;
    display: flex;
    justify-content: space-between;
}
.bottom-details .bottom_text span, .bottom-details .bottom_text a {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    /* opacity: 0.8; */
    text-decoration: none;
}
.policy_terms{
    float: right;
}
/* .bottom-details .bottom_text a {
    margin-right: 10px;
} */
.sv-pic {
    width: 81px;
    margin-top: -19px;
}
.copyright_text ul {
    display: flex;
    margin: 0px;
}
.copyright_text ul li{
    list-style-type: none;
    margin-left: 5%;
}
/* footer css ends */


.rrm img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.se-inn-section{
    padding-top: 44px;
    padding-bottom: 40px;
    /* margin-bottom: 200px; */
}


.supp-part{
    padding-top: 80px;
}


.se-lon-section{
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #7a5604;
    color: #fff;
}


.stem-para{
    color: #7a5604;
    text-transform: uppercase;
    font-size: 1rem;
    font-style: normal;
    font-family: Nunito Sans;
    font-weight: 700;
}

.stem-par{
    font-size: 1.25rem;
    font-style: normal;
    font-family: Rufina;
    font-weight: 400;
    color: #424b5f;
}

.we-head{
    font-size: 45px;
    font-style: normal;
    font-family: Rufina;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0px;
    text-transform: none;
}


.get-bt{
    margin-top: 48px;
}

/* contact us page css starts */

.sam-part{
    margin-bottom: 20px;
}
.ddt{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
}
.get-button{
    background-color: #684d12;
    color: white;
    padding: 10px 20px;
    border: 2px solid #fff;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s;
    outline: none;
    width: 100%;
}
.gg-part{
    font-size: 20px;
    margin-top: 20px;
}

.pk-space{
    margin-right: 10px;
    font-size: 20px !important;
}


.get-space{
    padding-top: 220px;
    padding-left: 200px;
}
.contact{
    padding: 40px 0px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--bs-body-color);
    background-color: #dfddd9;
    /* background-clip: padding-box; */
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* appearance: none; */
    border-radius: 0%;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.form-control:focus {
    color: var(--bs-body-color);
    background-color: unset;
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.contact h1{
    font-size: 2.25rem;
    font-style: normal;
    font-family: Rufina;
    font-weight: 400;
    color: #041d52;
}
.contact h2{
font-size: 1rem;
    font-style: normal;
    font-family: Nunito Sans;
    font-weight: 700;
    color: #7a5604;
}
@media (max-width: 1300px) {
    .rrm-1 {

    height: 340px;
    width: 100%;
}
}
@media (max-width: 1200px) {
    .hero-sec img{
        width: 100%;
    }
    .sup-part {
        padding: 30px 0px;
    }
    .sup-part h1 {
        font-size: 2rem;
    }
    .card-title {
        font-size: 1.2rem;
        text-align: left;
    }
    .card-text {
        font-size: 14px;
        text-align: left;
    }
    .card {
        height: 300px;
    }
    .rrm-1 {
    height: 360px;
    width: 100%;
}
}
@media (max-width: 1024px) {
    .rrm-1 {
        height: 320px;
        width: 100%;
    }
}

@media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        border-bottom: 1px solid #000;
    }
    .bwm {
        width: 100%;
    }
    .rrm-1 {
        height: 315px;
        width: 140%;
        margin-top: 26%;
    }
}
@media (max-width: 768px) {

.bb-pic {
    width: 100%;
    height: 500px;
    object-fit: cover;
}
.rrm-1 {
    height: 254px;
    width: 115%;
    margin-top: 42%;
}
.get-space {
     padding-top: 0px; 
     padding-left: 0px; 
}
}

@media (max-width: 767px) {
    .card {
        height: auto;
    }
    .rrm-1 {
        height: 340px;
        width: 100%;
        margin-top: 0%;
    }
    .bottom-details .bottom_text {
        display: block;
        text-align: center;
    }
    .copyright_text ul {
        display: flex;
        margin: 0px;
        justify-content: center;
    }
    .policy_terms {
        float: none;
    }
    .pp-terms{
        margin-top: 20px;
    }
    .book-section {
    background-color: #021130;
    color: #fff;
    padding-top: 138px;
    margin-top: -178px;
}
.about {
    background-color: unset !important;
    color: #fff;
    padding: 40px 0px;
    margin-top: 0px;
}


}

@media (max-width: 376px) {
#hero-section .btn-primary {
    margin-bottom: 40px;
}
}
.abt-cnt h2{
    color: #7a5604;
}

.abt-cnt h1{
    color: #021130;
}
.abt-cnt p{
    color: #000;
}
.supp-part-1 i{
    font-size: 30px; color: #031844; background-color: #fff; padding: 10px; border-radius: 10px;
}
.bwm{
    float: right;
}
.sec{
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
}


