@import url('https://fonts.googleapis.com/css2?family=Cormorant+Infant:ital,wght@0,300..700;1,300..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');

* {
    margin: 0;
    padding: 0;
}

body {
    color: black !important;
    font-size: 16px;
    line-height: 1.6;
    font-family: "Jost", sans-serif;
    font-weight: 300;
}

.navbar {
    background-color: white;

}

.nav-link,
.nav-link:hover {
    color: #EB6F3C;
    font-weight: 600;
    text-transform: uppercase;
}

.book-now {
    border: 2px solid #EB6F3C;
    background-color: #EB6F3C;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    border-radius: 0;
    padding: 10px 20px;
    width: fit-content;
}

.book-now:hover {
    background-color: #ccc;
    color: #EB6F3C;
}


.line {
    flex: 1;
    height: 1px;
    background: #ffffff98;
    margin: 0 10px;
}

.hero-section {
    background-color: black;
    height: 100vh;
    width: 100%;
    color: white;
}

.hero-section .container {
    height: 100%;
    display: flex;
    align-items: center;
}


.super-title {
    font-family: "Roboto Condensed";
    font-size: 3.5rem;
}

.title {
    font-family: "Roboto Condensed";
    font-size: 2.5rem;
    color: #EB6F3C;
}

.facilities-section {
    background-color: #F2EFE8;
}

.quotes {
    width: 50px !important;
    height: 50px;
}

.top, .top img{
    width:100%;
    height:50vh;
    object-fit:cover;
    position: relative;

}
.hover{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    text-align: center;
}
.testimonials-card {
    background-color: #F2EFE8;
    padding: 15px;
    border-radius: 20px;
}

.abouttt img {
    border-radius: 20px;
}

.about2 {
    margin-left: -60px;
    border: solid 5px white;
    border-radius: 20px;
}

.super-title+p {
    font-size: 18px;
}

.sector {
    padding: 80px 0;
}

.sub-title {
    font-family: "Roboto Condensed";
    font-size: 2rem;
}

.facilities-card {
    background: #eb6e3c71;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 20px 10px;
    border-radius: 20px;
    border: 1px solid white;
}

.facilities-card p {
    font-size: 20px;
    text-align: center;
}

.facilities-card:hover {
    border: 1px solid #F7DEB2;
    box-shadow: 0 0 2px rgba(247, 222, 178, 0.5);
    transition: all 0.3s ease;
    transform: translateY(-5px);
}

.footer {
    background-color: #160b07;
    padding: 50px 0 20px 0;
    color: white;
}

.logo-footer {
    width: 100px;
}
.map-contact{
    width:100%;
    height:500px;
}
a {
    color: white;
    text-decoration: none;
}

.map {
    height: 200px;
    width: 100%;
}

@media(max-width:900px) {

    .super-title {
        font-size: 3rem;
    }

    .super-title2 {
        font-size: 4rem;
    }

    .detalis {
        margin-top: 0;
    }

    .sector {
        padding: 50px 0;
    }

    .title {
        font-size: 3rem;
    }

    .sub-title {
        font-size: 2rem;
    }
    .about2{
        margin:0;
    }
}

@media(max-width:500px) {
    .super-title {
        font-size: 2rem;
    }

    .super-title+p {
        font-size: 16px;
    }
    .title{
        font-size:2rem;
    }

}