@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=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 16px;
    font-family: "Jost", sans-serif;
    line-height: 1.2;
}

img {
    max-width: 100%;
    height: auto
}

.navbar img {
    max-width: 100px;
    height: auto;
}

.navbar-brand {
    padding: 10px;
}

a {
    text-decoration: none;
}

.navbar {
    background-color: #0078B7;
}

.navbar-toggler {
    border: 0;
}

.logo {
    width: 100px;
    height: 50px;
}

.nav-link,
.nav-link:hover {
    color: white;
}

.dropdown,
.dropdown:hover {
    color: white;
}

.nav-link.show {
    color: white !important;
}

.carousel-item {
    position: relative;
}

.carousel-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* Override Bootstrap default */
    bottom: auto;
    right: auto;
    color: white;
}

.carousel-inner,
.carousel-inner img {
    height: 90vh;
    width: 100%;
}

.carousel-caption h1 {
    font-size: 4rem;
    font-family: "Literata", serif;
}

.carousel-caption p {
    font-size: 1rem;

}

.carousel-inner img {
    filter: brightness(0.6);
}

.main-btn,
.main-btn:hover {
    padding: 5px 20px;
    border: 3px white solid;
    font-weight: 300;
    border-radius: 0;
    color: white;
}

.sector {
    padding: 80px 0;
}

.buton-btn,
.buton-btn:hover {
    background-color: #0078B7;
    color: white;
    padding: 5px 15px;
    border-radius: 0;
}

.title {
    font-size: 3rem;
    font-family: "Literata", serif;
    text-align: center;
}

.sec-btn,
.sec-btn:hover {
    padding: 5px 20px;
    border: 3px #0078B7 solid;
    font-weight: 400;
    border-radius: 0;
    color: #0078B7;
}

.butona {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.detalis {
    display: block;
    width: fit-content;
    padding: 5px;
    margin: 0 auto;
    border-radius: 50px;
    background-color: #0077b773;
    color: white;

}

.about-img {
    border-radius: 15px;
    filter: brightness(0.8);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room-card {
    padding: 10px;
    background-color: white;
}

.room-section {
    background-color: #0077b741;
}

.facilities {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('../image/facilities-bg.PNG');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 70vh;
    filter: brightness(0.7);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: 50px;
}

.facilities-row {
    color: white;
    align-items: flex-end;
}

.facilities p {
    font-size: 16px;
}

.facilites-card {
    border: solid white 2px;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
}

.testimonials-carousel .item {
    text-align: center;
}

.author {
    color: #0078B7;
    font-style: italic;
}

.footer {
    background-color: #0078b7;
    padding: 50px 0 30px 0;
    color: white;
    font-weight: 300 !important;
}

.footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.footer-links a {
    color: white;
}

.footer-logo {
    width: 100px;
}

.footer h6 {
    font-weight: 300;
}

.logo-footer {
    width: 100px;
}

.footer-map {
    width: 100%;

}

.page-hero {
    height: 60vh;
    position: relative;
    overflow: hidden;
    display: flex;
}

.page-hero img {
    filter: brightness(0.6);
}

.hero-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2;
}

.hero-row {
    align-items: flex-end;
    padding-bottom: 50px;
    color: white;
    position: relative;
    z-index: 1;
}

.page-hero a {
    color: white;
}

.contact-card {
    background-color: #0077b741;
    padding: 40px;
    border-radius: 20px;
    color: #001232;
    text-align: center;
}

.contact-icon {
    font-size: 2rem;

}

.map {
    width: 100%;
    height: 400px;
}

.card-2 {
    background-color: #0077b741;
}

.rooms-container .buton-btn {
    display: block;
    width: fit-content;
    margin: 0 auto;
}

/* Page Cover */
.room-head {
    background: linear-gradient(rgba(0, 0, 0, 0.458), rgba(0, 0, 0, 0.488)), url('../image/room-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
}

.gallery-head {
    background: linear-gradient(rgba(0, 0, 0, 0.458), rgba(0, 0, 0, 0.488)), url('../image/gallery-bg.PNG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
}

.contact-head {
    background: linear-gradient(rgba(0, 0, 0, 0.458), rgba(0, 0, 0, 0.488)), url('../image/contact-bg.PNG');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 400px;
}

.about-head {
    background: linear-gradient(rgba(0, 0, 0, 0.658), rgba(0, 0, 0, 0.658)), url('../image/about-ng.PNG');
    background-size: cover;
    background-position: center;
    background-position: center;
    position: relative;
    min-height: 400px;
}

@media(max-width:500px) {
    .carousel-caption h1 {
        font-size: 3rem;
    }

    .title {
        font-size: 2rem;
    }
}

@media(max-width:320px) {
    .carousel-caption h1 {
        font-size: 2rem;
    }
}