@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    font-size: 16px;
    /* background-color: #F8F8F8; */
    background-color: #3f444810;
    font-family: "Jost", sans-serif;
    font-weight: normal;
}

.nav-link,
.nav-link:hover {
    color: black;
}

a {
    text-decoration: none;
}

.navbar {
    background-color: white;
}

.book-now {
    background-color: #3F4448;
    color: white;
    border-radius: 10px;
    padding: 10px 15px;
    width: fit-content;
}

.sector {
    padding: 50px 0;
}

.facilization {
    background-color: #011132;
    height: auto;
    padding: 70px 0;
}

.card-facilzation {
    background-color: #ffffff !important;
    border-radius: 10px;
    padding: 20px;
    color: black;
    text-align: center;
}

.testimonials-items {
    border: solid 2px #011132;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
}

.super-title {
    font-family: "Playfair Display", serif;
    font-size: 4rem;
    line-height: 2;
    color: #011132;
    font-weight: 800;
}

.title {
    font-family: "Playfair Display", serif;
    font-size: 1.8rem;
    font-weight: 600;
}

.detalis {
    width: fit-content;
    display: block;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 10px;

}

.footer {
    background-color: #011132;
    padding: 80px 0 20px 0;
    color: white !important;
}

.footer a {
    color: white;
}

.logo-footer {
    width: 120px;
}

.footer-title {
    font-size: 1.3rem;
    font-family: "Playfair Display", serif;
}

.bg1 {
    background-color: #01113271;
    height: 30vh;
    display: flex;
    align-items: center;
}

@media(max-width:900px) {

    .hero-section img,
    .about {
        height: 500px;

    }

    .super-title {
        font-size: 3rem;
    }

    .bg1 {
        height: 20vh;
    }
}

@media (max-width: 500px) {

    .hero-section img,
    .about {
        height: auto;
    }
    .logo-footer{
        width:90px;
    }
}