@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Gilda+Display&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 15px;
    font-family: "Barlow", sans-serif;
    overflow-x: hidden;
}



/* Animations */

.fadeinleft {
    opacity: 0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
}

.fadeinright {
    opacity: 0;
    transform: translateX(-200px);
    transition: all .8s ease-out;
}

.fadeindown {
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
}

.fadeinup {
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
}

.fade-in {
    opacity: 0;
    transition: opacity 1.3s ease-in;
}

.fadeinleft.active-left,
.fadeinright.active-right,
.fadeindown.active-down,
.fadeinup.active-up {
    opacity: 1;
    transform: translate(0);
}

.fade-in.active {
    opacity: 1;
}

p {
    color: #676977;
}

img {
    max-width: 100%;
    height: auto
}

.navbar img {
    max-width: 100px;
    height: auto;
}

.navbar-brand {
    padding: 10px;
}

.navbar {
    background-color: white;
}

.logo {
    width: 120px;
}

.nav-item .nav-link.active {
    border-bottom: 2px double #2095AE;
    width: fit-content;
}

.nav-link {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #0f2454;
    margin: 1px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.book-now {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    padding: 15px 40px;
    background: #2095AE;
    color: #fff;
    border: 1px solid #2095AE;
    border-radius: 0;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    transition: all .4s ease;
    z-index: 1;
}

.book-now::before {
    content: "";
    position: absolute;
    inset: 0;
    background: #0F2454;
    transform: translateX(100%);
    transition: transform .4s ease;
    z-index: -1;
}

.book-now:hover::before {
    transform: translateY(0);
}

.book-now:hover {
    color: #fff;
    border-color: #0F2454;
    transform: translateY(-3px);
    box-shadow: 0 15px 35px rgba(15, 36, 84, .25);
}

.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: 95vh;
    object-fit: cover;
}

.carousel-inner img {
    filter: brightness(0.6);
}

.carousel-control-prev,
.carousel-control-next {
    width: 65px;
    height: 65px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .25);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
    border-radius: 50%;
    opacity: 1;
    transition: .35s ease;
}

.carousel-control-prev {
    left: 35px;
}

.carousel-control-next {
    right: 35px;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #2095AE;
    border-color: #2095AE;
    transform: translateY(-50%) scale(1.08);
}

.carousel-title {
    position: relative;
    font-family: 'Gilda Display', serif;
    font-size: 75px;
    text-transform: uppercase;
    line-height: 1em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
    letter-spacing: 10px;
}

.carousel-caption h5,
.carousel-top {
    font-family: 'Barlow Condensed', serif;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 5px;
    color: #fff;
}

.carousel-caption p {
    color: white;
    font-size: 17px;
}

.carousel-top {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 18px;
}

.carousel-top span {
    width: 70px;
    height: 1px;
    background: #d8c3a5;
}

.book1 {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .9);
    border-radius: 0;
    color: white;
    padding: 14px 38px;
    letter-spacing: 3px;
    width: fit-content;
    transition: .45s;
}

.book1::before {
    content: "";
    position: absolute;
    inset: 0;
    background: white;
    transform: translateX(100%);
    transition: .45s;
    z-index: -1;
}

.book1:hover::before {
    transform: translateY(0);
}

.book1:hover {
    color: #0F2454;
}

.sector {
    padding: 100px 0;
}

.round {
    border-radius: 10px;
}

.title {
    font-size: 46px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #0f2454;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.detalis {
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    color: #2095AE;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 5px;
}

.img3 {
    width: 50%;
    object-fit: cover;
}

.img1 {
    width: 75%;
    margin-top: 20%;
    object-fit: cover;
}

.img4 {
    width: 75%;
    margin-bottom: 25%;
    object-fit: cover;
}

.img4 {
    width: 75%;
    object-fit: cover;
}

.rooms-sector {
    background-color: #F4F5F8;
}

.rooms-card {
    background-color: white;
    padding: 40px;
    margin-right: -90px;
    display: block;
    position: relative;
    z-index: 2;
    box-shadow: 0 18px 60px rgba(0, 0, 0, .08);
    transition: .4s;
}

.item:hover .rooms-card {
    transform: translateY(-6px);
}

.rooms-card hr {
    color: #676977;
}

.room-image {
    width: 100%;
    height: 480px;
    object-fit: cover;
    transition: transform .9s ease;
}

.statistics-section {
    background: #F4F5F8;
    position: relative;
}

.stat-box {
    padding: 40px 20px;
    border-right: 1px solid rgba(15, 36, 84, .08);
}

.stat-box:last-child {
    border-right: none;
}

.counter {
    font-family: 'Gilda Display', serif;
    font-size: 72px;
    color: #2095AE;
    font-weight: 400;
    margin-bottom: 12px;
    line-height: 1;
}

.stat-box p {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0F2454;
    margin: 0;
    font-size: 16px;
}

@media(max-width:991px) {

    .stat-box {
        border-right: none;
        border-bottom: 1px solid rgba(15, 36, 84, .08);
    }

    .counter {
        font-size: 58px;
    }
}

@media(max-width:576px) {

    .counter {
        font-size: 46px;
    }

    .stat-box {
        padding: 30px 15px;
    }
}

.room-name {
    font-size: 35px;
    font-family: 'Gilda Display', serif;
    font-weight: 400;
    color: #0f2454;
    margin-bottom: 20px;
    line-height: 1.25em;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background-color: #2095ae !important;
}

.owl-nav {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-top: 45px;
}

.owl-nav button {
    width: 58px;
    height: 58px;
    border: 1px solid rgba(15, 36, 84, .18) !important;
    border-radius: 50% !important;
    background: white !important;
    transition: .35s;
}

.owl-nav button span {
    font-size: 32px;
    /* line-height:50px; */
    color: #2095AE;
}

.owl-nav button:hover {
    background: #2095AE !important;
    border-color: #2095AE !important;
}

.owl-nav button:hover span {
    color: #fff;
}

.banner1 {
    background: url('image/img2.jpg');
    background-color: rgba(0, 0, 0, 0.589);
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    width: 100%;
    height: 50vh;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.carousel-title2 {
    position: relative;
    font-family: 'Gilda Display', serif;
    font-size: 40px;
    line-height: 1em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
    font-weight: 400;
}

.carousel-title2+p {
    color: white;
    padding-top: 10px;
    font-size: 17px;
}

.facilities-carousel {
    margin-top: 40px;
}

.facility-box {
    border: 1px solid rgba(15, 36, 84, .08);
    padding: 20px;
    text-align: center;
    transition: .4s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.facility-box:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, .08);
    border: 1px solid rgba(15, 36, 84, .08);
    border-color: #2095AE;
}

.facility-box i {
    font-size: 30px;
    color: #2095AE;
    margin-bottom: 25px;
    transition: .4s;
}

.facility-box:hover i {
    transform: scale(1.15);
    color: #246DB1;
}

.facility-box h5 {
    font-family: 'Gilda Display', serif;
    font-size: 22px;
    color: #0F2454;
    margin: 0;
    line-height: 1.4;
}

.testimonial-card {
    background: #fff;
    padding: 45px;
    text-align: center;
    border: 1px solid rgba(15, 36, 84, .08);
    box-shadow: 0 15px 45px rgba(0, 0, 0, .05);
    transition: .4s;
    height: 100%;
}

.testimonial-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .09);
}

.quote-icon {
    font-size: 42px;
    color: #2095AE;
    margin-bottom: 20px;
    display: block;
}

.stars {
    color: #d8c3a5;
    letter-spacing: 4px;
    font-size: 18px;
    margin-bottom: 25px;
}

.testimonial-card p {
    color: #676977;
    line-height: 1.9;
    margin-bottom: 30px;
    font-style: italic;
}

.testimonial-card h4 {
    font-family: 'Gilda Display', serif;
    color: #0F2454;
    font-size: 24px;
    margin-bottom: 5px;
}

.testimonial-card span {
    color: #2095AE;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 13px;
}

.owl-testimonials .owl-stage {
    display: flex;
}

.owl-testimonials .owl-item {
    display: flex;
}

.owl-testimonials .testimonial-card {
    width: 100%;
}

.footer {
    background-color: #0F2454;
    padding: 70px 0 10px 0;
    color: white;
}

.footer-map {
    width: 100%;
}

a {
    text-decoration: none;
}

.footer p,
.footer a {
    color: white;
}

.footer-title {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.footer-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 2px;
    background: #2095AE;
}

.menu {
    padding-left: 60px;
}

.footer a {
    color: rgba(255, 255, 255, .85);
    transition: .35s ease;
    position: relative;
}

.footer a:hover {
    color: #d8c3a5;
    padding-left: 8px;
}

.footer-bottom a:hover {
    padding-left: 0px;
}

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, .12);
    margin-top: 45px;
    padding-top: 25px;
}

.topsection img {
    height: 60vh;
    width: 100% !important;
    filter: brightness(0.5);
    object-fit: cover;
    position: relative;
}

.hero-text {
    color: white;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.breadcrumb-item,
.breadcrumb-item a,
.breadcrumb-item+.breadcrumb-item::before {
    color: white !important;
    font-size: 18px;
}

.about2 {
    background-color: #0F2454;
    color: white !important;
}

.about2 p,
.about2 .title,
.about2 .detalis {
    color: white;
}

.map {
    width: 100%;
    height: 400px;
}

.footer-map {
    width: 100%;
}


.contact-info a {
    color: #676977;
}

.detalis2 {
    font-size: 15px;
    font-weight: 600;
    color: #2095AE;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 5px;
}

.room-section {
    padding: 100px 0;
}

.room-image-wrapper {
    position: relative;
    overflow: hidden;
}

.room-image {
    width: 100%;
    object-fit: cover;
    transition: .8s;
}

.room-image-wrapper:hover .room-image {
    transform: scale(1.08);
}

.room-image-wrapper::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            rgba(0, 0, 0, .45),
            transparent 45%);
}

.room-badge {
    position: absolute;
    left: 30px;
    bottom: 30px;
    background: rgba(255, 255, 255, .92);
    padding: 12px 22px;
    font-size: 14px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #0F2454;
    z-index: 5;
}

.room-badge i {
    color: #d8c3a5;
    margin-right: 8px;
}

.room-description {
    font-size: 17px;
    line-height: 1.9;
}

.room-features {
    margin-top: 10px;
}

.feature {

    display: flex;
    align-items: center;
    gap: 15px;

}

.feature i {
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(32, 149, 174, .18);
    color: #2095AE;
    font-size: 20px;
    transition: .35s;
}

.feature span {
    color: #0F2454;
    font-size: 15px;
    letter-spacing: 1px;
}

.feature:hover i {
    background: #2095AE;
    color: #fff;
    transform: translateY(-8px)
}



@media(max-width:800px) {
    .carousel-title {
        font-size: 60px;
    }

    .rooms-card {
        margin-right: 0px;
    }

    .room-image {
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media(max-width:500px) {
    .rooms-card {
        margin-right: 0;
    }

    .carousel-title {
        font-size: 50px;
    }

    .title {
        font-size: 36px;
    }

    .room-name {
        font-size: 28px;
    }

    .carousel-control-prev {
        left: 5px;
    }

    .carousel-control-next {
        right: 5px;
    }

    .carousel-control-prev,
    .carousel-control-next {
        width: 40px;
        height: 40px;
    }

    .carousel-control-next-icon,
    .carousel-control-prev-icon {
        width: 1rem;
        height: 1rem;
    }

    .menu {
        padding-left: 12px;
    }

}

@media(max-width:400px) {
    .carousel-title {
        font-size: 38px;
    }

    .rooms-card {
        padding: 20px;
    }

    .carousel-caption p {
        color: white;
        font-size: 14px;
        padding-top: 50px;
    }

    .img1 {
        display: none;
    }

    .banner1 {
        height: auto;
    }
}