@import url('https://fonts.googleapis.com/css2?family=Sora:wght@100..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    background-color: #FFF8E6;
    font-size: 16px;
    /* font-family: "Sora", sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
}

/* Animation Classes */
.fade,
.fade-left,
.fade-right,
.fade-up,
.fade-down,
.zoom-in {
    opacity: 0;
    animation-duration: 1.1s;
    animation-fill-mode: forwards;
    animation-timing-function: cubic-bezier(.22,1,.36,1);
}
.fade {
    animation-name: fadeIn;
}
.fade-left {
    animation-name: fadeInLeft;
}
.fade-right {
    animation-name: fadeInRight;
}
.fade-up {
    animation-name: fadeInUp;
}
.fade-down {
    animation-name: fadeInDown;
}
.zoom-in {
    animation-name: zoomIn;
}
.delay-1 {
    animation-delay: .2s;
}
.delay-2 {
    animation-delay: .4s;
}
.delay-3 {
    animation-delay: .6s;
}
.delay-4 {
    animation-delay: .8s;
}
.delay-5 {
    animation-delay: 1s;
}
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translateX(60px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-60px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        transform: scale(.85);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.animate-hover {
    transition:
        transform .5s cubic-bezier(.22,1,.36,1),
        box-shadow .5s cubic-bezier(.22,1,.36,1);
}
.animate-hover:hover {
    transform: translateY(-8px);
}

/* NAVBAR */
.navbar {
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    padding: 10px 0;
    /* transition: all .4s cubic-bezier(.22, 1, .36, 1); */
    z-index: 999;
}
.navbar.scrolled {
    background: #fff;
    box-shadow: 0 8px 30px rgba(0, 0, 0, .15);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 10px 0;
}
.navbar.scrolled .nav-link{
    color: #241C18 !important;
}
.navbar.scrolled .nav-link.active{
    color: #940501 !important;
}
.navbar.scrolled .nav-link:hover{
    color: #940501 !important;
}
.logo {
    width: 180px;
}
.navbar .nav-link,
.navbar .dropdown-toggle {
    color: rgba(255,255,255,.9) !important;
    font-family: 'Sora', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    letter-spacing: .2px;
    padding: 10px 15px !important;
    transition: all .3s ease;
    position: relative;
}
.nav-link.active, .nav-link:hover {
    color: #940501 !important;
    font-weight: 700;
}
.book-now {
    background: #940501;
    border-radius: 50px;
    color: #fff !important;
    padding: 8px 28px !important;
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    font-weight: 500;
    transition: all .35s ease;
    border: 1px solid transparent;
}
.book-now:hover {
    background: rgba(255,255,255,.15);
    border-color: #940501;
    color: #E4C783 !important;
    transform: translateY(-3px);
}
.dropdown-menu {
    background: #241C18;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 12px;
    padding: 8px;
    overflow: hidden;
}
.dropdown-item {
    color: rgba(255,255,255,.8);
    font-family: 'Sora', sans-serif;
    font-size: 14px;
    padding: 10px 15px;
    border-radius: 8px;
    transition: .3s ease;
}
.dropdown-item:hover {
    background: #940501;
    color: #fff;
}
.navbar-toggler {
    border: 1px solid rgba(255,255,255,.3);
    padding: 8px 10px;
}
.navbar-toggler:focus {
    box-shadow: none;
}

/* HERO CAROUSEL */
.hero {
    position: relative;
    width: 100%;
    height: 95vh;
    overflow: hidden;
}
.hero-slide {
    height: 95vh;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    position: relative;
}
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,.65);
}
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 90%;
    margin: auto;
    animation: heroFadeUp 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}
.eyebrow {
    display: inline-flex;
    align-items: center;
    background: rgba(193,150,61,.18);
    border: 1px solid rgba(228,199,131,.5);
    color: #E4C783;
    font-family:'Sora', sans-serif;
    font-size:13px;
    font-weight:500;
    letter-spacing:.4px;
    padding:6px 16px;
    border-radius:30px;
    margin-bottom:22px;
}
.headline {
    color:#fff;
    font-family: 'Sora', sans-serif;
    font-style: italic;
    font-size:3rem;
    font-weight:700;
    line-height:1.15;
    letter-spacing:-.5px;
    text-shadow:0 2px 12px rgba(0,0,0,.25);
}
.headline span {
    display:inline-flex;
    font-family:'Libre Bodoni',serif;
    font-style:italic;
    font-weight:500;
    color:#E4C783;
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity 2.8s cubic-bezier(0.45, 0, 0.15, 1);
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.hero-slide {
    transform: scale(1.06);
    transition: transform 10s cubic-bezier(0.22, 1, 0.36, 1);
}
.carousel-item.active .hero-slide {
    transform: scale(1);
}
@keyframes heroFadeUp {
    from {
        opacity: 0;
        transform: translateY(25px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
#heroCarousel .carousel-inner {
    overflow: hidden;
}
.carousel-control-prev,
.carousel-control-next {
    width: 55px;
    height: 55px;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(228, 199, 131, 0.15);
    border: 1px solid rgba(228, 199, 131, 0.5);
    border-radius: 50%;
    opacity: 1;
    transition: all .35s ease;
    backdrop-filter: blur(6px);
}
.carousel-control-prev {
    left: 40px;
}
.carousel-control-next {
    right: 40px;
}
.carousel-control-prev:hover,
.carousel-control-next:hover {
    background: #E4C783;
    border-color: #E4C783;
    transform: translateY(-50%) scale(1.1);
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 18px;
    height: 18px;
    background-size: 100% 100%;
    filter: brightness(0) invert(1);
}
.carousel-control-prev:hover .carousel-control-prev-icon,
.carousel-control-next:hover .carousel-control-next-icon {
    filter: brightness(0);
}

/* ABOUT */
.about-section{
    padding:70px 0;
    background:#FFF8E6;
    overflow:hidden;
}
.about-images{
    position:relative;
    padding-right:90px;
}
.about-main{
    width:100%;
    border-radius:22px;
    box-shadow:0 25px 50px rgba(0,0,0,.15);
    transition:.5s;
}
.about-small{
    position:absolute;
    right:0;
    bottom:-35px;
    width:230px;
    border-radius:20px;
    border:8px solid #FFF8E6;
    box-shadow:0 20px 45px rgba(0,0,0,.18);
    transition:.5s;
}
.section-subtitle{
    display:inline-block;
    color:#940501;
    font-family:'Sora',sans-serif;
    font-size:14px;
    font-weight:600;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:18px;
}
.section-title{
    font-family:'Libre Bodoni',serif;
    font-size:52px;
    line-height:1.15;
    color:#241C18;
    margin-bottom:25px;
}
.section-title span{
    color:#940501;
    font-style:italic;
}
.about-text{
    font-family:'Sora',sans-serif;
    color:#666;
    line-height:1.9;
    font-size:16px;
    margin-bottom:35px;
}
.about-section .book-now{
    display:inline-block;
}
.about-main:hover{
    transform:scale(1.03);
}
.about-small:hover{
    transform:translateY(-8px);
}

/*  ROOMS  */
.rooms-section{
    padding:70px 0;
    background:#fdf9f1;
}
.room-card{
    background:#fff;
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 18px 45px rgba(0,0,0,.08);
    transition:all .4s cubic-bezier(.22,1,.36,1);
    height:100%;
}
.room-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 55px rgba(0,0,0,.14);
}
.room-card-img{
    overflow:hidden;
    position:relative;
}
.room-card-img img{
    width:100%;
    height:290px;
    object-fit:cover;
    transition:transform .7s ease;
}
.room-card:hover .room-card-img img{
    transform:scale(1.08);
}
.room-card-body{
    padding:30px;
}
.room-card-title{
    font-family:'Libre Bodoni',serif;
    font-size:30px;
    color:#241C18;
    margin-bottom:15px;
}
.room-card-desc{
    font-family:'Sora',sans-serif;
    color:#6d6d6d;
    line-height:1.8;
    margin-bottom:25px;
}
.icons-room{
    color:#940501;
    margin-right:8px;
    font-size:17px;
}
.room-card .row{
    font-family:'Sora',sans-serif;
    font-size:14px;
    color:#555;
    margin-bottom:10px;
}
.room-card hr{
    margin:25px 0;
    border-color:rgba(0,0,0,.08);
}
.room-card-footer{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}
.room-view-link{
    text-decoration:none;
    color:#940501;
    font-family:'Sora',sans-serif;
    font-weight:600;
    transition:.3s;
}
.room-view-link:hover{
    color:#241C18;
}
.room-card .book-now{
    margin-top:0;
}
.rooms-carousel .owl-stage{
    display:flex;
}
.rooms-carousel .owl-item{
    padding:12px;
}
.rooms-carousel .owl-nav{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:15px;
}
.rooms-carousel .owl-nav button{
    width:55px;
    height:55px;
    border-radius:50% !important;
    background:#940501 !important;
    color:#fff !important;
    font-size:20px !important;
    transition:.3s;
}
.rooms-carousel .owl-nav button:hover{
    background:#241C18 !important;
}
.rooms-carousel .owl-dots{
    margin-top:20px;
}
.rooms-carousel .owl-dot span{
    width:12px;
    height:12px;
    background:#d5d5d5 !important;
    transition:.3s;
}
.rooms-carousel .owl-dot.active span{
    background:#940501 !important;
    width:28px;
    border-radius:30px;
}

/* FACILITIES */
.facilities-section{
    padding:110px 0;
    background:#FFF8E6;
}
.facility-card{
    background:#fff;
    border-radius:20px;
    padding:40px 30px;
    text-align:center;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:.4s;
}
.facility-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 50px rgba(0,0,0,.12);
}
.facility-icon{
    width:80px;
    height:80px;
    margin:0 auto 25px;
    border-radius:50%;
    background:#940501;
    color:#fff;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    transition:.4s;
}
.facility-card:hover .facility-icon{
    background:#241C18;
    transform:rotateY(180deg);
}
.facility-card h4{
    font-family:'Libre Bodoni',serif;
    color:#241C18;
    margin-bottom:15px;
    font-size:28px;
}
.facility-card p{
    font-family:'Sora',sans-serif;
    color:#666;
    line-height:1.8;
    margin:0;
}

/* GALLERY */
.gallery-section{
    padding:70px 0;
    background:#FFF8E6;
}
.gallery-carousel .owl-stage{
    display:flex;
}
.gallery-carousel .owl-item{
    padding:10px;
}
.gallery-item{
    position:relative;
    overflow:hidden;
    border-radius:22px;
    height:420px;
    cursor:pointer;
    box-shadow:0 20px 45px rgba(0,0,0,.12);
}
.gallery-item img{
    width:100%;
    height:100%;
    object-fit:cover;
    transition:.7s ease;
}
.gallery-item:hover img{
    transform:scale(1.1);
}
.gallery-carousel .owl-nav{
    margin-top:40px;
    display:flex;
    justify-content:center;
    gap:15px;
}
.gallery-carousel .owl-nav button{
    width:55px;
    height:55px;
    background:#940501 !important;
    color:#fff !important;
    border-radius:50% !important;
    font-size:22px !important;
    transition:.3s;
}
.gallery-carousel .owl-nav button:hover{
    background:#241C18 !important;
}
.gallery-carousel .owl-dots{
    margin-top:25px;
}
.gallery-carousel .owl-dot span{
    background:#d8d8d8 !important;
}
.gallery-carousel .owl-dot.active span{
    background:#940501 !important;
    width:30px;
}

/* TESTIMONIAL SECTION */
.testimonial-section{
    padding:70px 0;
    background:#FFF8E6;
    overflow:hidden;
}
.testimonial-section .section-subtitle{
    color:#940501;
}
.testimonial-section .section-title{
    color:#241C18;
}
.testimonial-section .section-title span{
    color:#940501;
    font-style:italic;
}
.testimonial-card{
    background:#ffffff;
    padding:35px 30px;
    border-radius:22px;
    height:100%;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
    transition:all .4s cubic-bezier(.22,1,.36,1);
    position:relative;
    overflow:hidden;
}
.testimonial-card::before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:#940501;
    transform:scaleX(0);
    transform-origin:left;
    transition:.4s;
}
.testimonial-card:hover{
    transform:translateY(-10px);
    box-shadow:0 25px 55px rgba(0,0,0,.15);
}
.testimonial-card:hover::before{
    transform:scaleX(1);
}
.testimonial-stars{
    color:#E4C783;
    font-size:16px;
    margin-bottom:20px;
}
.testimonial-stars i{
    margin-right:3px;
}
.testimonial-quote{
    font-family:'Sora',sans-serif;
    color:#666;
    font-size:15px;
    line-height:1.9;
    font-style:italic;
    margin-bottom:30px;
}
.testimonial-person{
    display:flex;
    align-items:center;
    gap:15px;
}
.testimonial-avatar{
    width:60px;
    height:60px;
    border-radius:50%;
    background:#940501;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    font-family:'Sora',sans-serif;
    font-weight:600;
    font-size:18px;
}
.testimonial-name{
    font-family:'Libre Bodoni',serif;
    color:#241C18;
    font-size:21px;
    line-height:1.2;
}
.testimonial-loc{
    color:#777;
    font-family:'Sora',sans-serif;
    font-size:13px;
    margin-top:5px;
}
.testimonial-carousel .owl-stage{
    display:flex;
}
.testimonial-carousel .owl-item{
    padding:10px;
}
.testimonial-carousel .owl-nav{
    display:flex;
    justify-content:center;
    gap:15px;
    margin-top:35px;
}
.testimonial-carousel .owl-nav button{
    width:55px;
    height:55px;
    border-radius:50% !important;
    background:#940501 !important;
    color:#fff !important;
    font-size:20px !important;
    transition:.3s;
}
.testimonial-carousel .owl-nav button:hover{
    background:#241C18 !important;
}
.testimonial-carousel .owl-dots{
    margin-top:25px;
}
.testimonial-carousel .owl-dot span{
    width:12px;
    height:12px;
    background:#d8cfc0 !important;
    transition:.3s;
}
.testimonial-carousel .owl-dot.active span{
    background:#940501 !important;
    width:30px;
    border-radius:20px;
}

/*  CTA BAND  */
.cta-band {
    position:relative;
    width:100%;
    background-image:
    linear-gradient(
        rgba(0,0,0,.65),
        rgba(0,0,0,.65)
    ),
    url('image/cover-bg.jpg');
    background-position:center;
    background-size:cover;
    background-repeat:no-repeat;
    text-align:center;
    color:#fff;
    padding:130px 0;
    overflow:hidden;
}
.cta-band::before{
    content:"";
    position:absolute;
    inset:0;
    background:inherit;
    z-index:0;
    transform:scale(1.05);
}
.cta-band .container{
    position:relative;
    z-index:2;
}
.cta-band .detalis{
    color:#E4C783;
    font-family:'Sora',sans-serif;
    text-transform:uppercase;
    letter-spacing:3px;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;
}
.cta-band .title{
    color:#fff;
    font-family:'Libre Bodoni',serif;
    font-size:52px;
    font-weight:500;
    line-height:1.2;
    margin-bottom:25px;
}
.cta-band .title span{
    color:#E4C783;
    font-style:italic;
}
.cta-band p{
    color:rgba(255,255,255,.82);
    max-width:620px;
    margin:18px auto 38px;
    line-height:1.9;
    font-family:'Sora',sans-serif;
    font-size:16px;
}
.cta-band .detalis,
.cta-band .title,
.cta-band p,
.cta-band .book-now{
    animation:ctaFadeUp 1s ease forwards;
    opacity:0;
}
.cta-band .detalis{
    animation-delay:.2s;
}
.cta-band .title{
    animation-delay:.4s;
}
.cta-band p{
    animation-delay:.6s;
}
.cta-band .book-now{
    animation-delay:.8s;
}
@keyframes ctaFadeUp{
    from{
        opacity:0;
        transform:translateY(40px);
    }
    to{
        opacity:1;
        transform:translateY(0);
    }
}


/* FOOTER */
.footer{
    position:relative;
    background:
    linear-gradient(
        rgba(0,0,0,.88),
        rgba(0,0,0,.88)
    ),
    url('image/footer-bg.jpg');
    background-position:bottom;
    background-size:cover;
    background-repeat:no-repeat;
    padding:90px 0 10px;
    color:#fff;
    overflow:hidden;
}
.footer::before{
    content:"";
    position:absolute;
    inset:0;
    background:rgba(0,0,0,.15);
}
.footer .container{
    position:relative;
    z-index:2;
}
.footer-logo{
    width:190px;
    margin-bottom:25px;
}
.footer-about{
    color:rgba(255,255,255,.75);
    font-family:'Sora',sans-serif;
    font-size:14px;
    line-height:1.9;
    max-width:360px;
    margin-bottom:25px;
}
.footer-social{
    display:flex;
    gap:12px;
}
.footer-social a{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:rgba(255,255,255,.1);
    color:#fff;
    font-size:16px;
    transition:.35s;
    text-decoration:none;
}
.footer-social a:hover{
    background:#940501;
    color:#E4C783;
    transform:translateY(-5px);
}
.footer-heading{
    font-family:'Libre Bodoni',serif;
    color:#E4C783;
    font-size:25px;
    margin-bottom:25px;
    position:relative;
}
.footer-heading::after{
    content:"";
    display:block;
    width:45px;
    height:2px;
    background:#940501;
    margin-top:12px;
}
.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}
.footer-links li{
    margin-bottom:10px;
}
.footer-links a{
    text-decoration:none;
    color:rgba(255,255,255,.75);
    font-family:'Sora',sans-serif;
    font-size:14px;
    transition:.3s;
}
.footer-links a:hover{
    color:#E4C783;
    padding-left:6px;
}
.footer-contact a{
    display:flex;
    align-items:flex-start;
    gap:12px;
    margin-bottom:18px;
    color:rgba(255,255,255,.75);
}
.footer-contact i{
    color:#E4C783;
    font-size:15px;
    margin-top:4px;
}
.footer iframe{
    width:100%;
    height:230px;
    border:0;
    border-radius:15px;
    filter:grayscale(20%);
    opacity:.9;
}
.footer-bottom{
    margin-top:15px;
}
.copyright-divider{
    width:100%;
    height:1px;
    background:rgba(255,255,255,.15);
    margin-bottom:10px;
    margin-top: 10px;
}
.copyright{
    display:flex;
    align-items:center;
    justify-content:space-between;
    flex-wrap:wrap;
    gap:20px;
}
.copyright p{
    margin:0;
    color:rgba(255,255,255,.65);
    font-family:'Libre Bodoni',serif;
    font-size:.9rem;
}
.copyright a{
    color:#E4C783;
    text-decoration:none;
}
.designer-logo{
    width:80px;
    margin-left:8px;
    vertical-align:middle;
}
.copyright img{
    transition:.3s;
}
.copyright img:hover{
    transform:scale(1.08);
}



/* HERO SECTION */
.hero-about {
    position: relative;
    width: 100%;
    background: url('image/about-bg.jpg');
    background-color: rgba(0, 0, 0, 0.5);
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    height:50vh;
    padding: 130px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-room {
    position: relative;
    width: 100%;
    background: url('image/rooms-bg.jpg');
    background-color: rgba(0, 0, 0, 0.5);
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    height:50vh;
    padding: 130px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-gallery{
        position: relative;
    width: 100%;
    background: url('image/gallery-bg.jpg');
    background-color: rgba(0, 0, 0, 0.5);
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    height:50vh;
    padding: 130px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hero-contact{
        position: relative;
    width: 100%;
    background: url('image/contact-bg.jpg');
    background-color: rgba(0, 0, 0, 0.5);
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    height:50vh;
    padding: 130px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.top-section{
 font-size: 56px;
    font-family: 'Libre Bodoni', serif;
    font-style: italic;
    font-weight: 500;
    color: #E4C783;
    display: block;
}
.breadcrumb-item a, .breadcrumb-item.active{
    text-decoration: none;
    color:white !important;
}



/* ROOMS.HTML */
.room-page-section{
    background:#fff;
}
.room-page-item{
    padding:40px 0;
    border-bottom:2px solid #ececec;
    /* background-color: #FFF8E6; */
}
.room-page-item:last-child{
    border-bottom:none;
}
.room-page-image{
    overflow:hidden;
    border-radius:18px;
    box-shadow:0 15px 40px rgba(0,0,0,.12);
}
.room-page-image img{
    width:100%;
    height:380px;
    object-fit:cover;
    transition:.5s;
    display:block;
}
.room-page-image:hover img{
    transform:scale(1.05);
}
.room-page-content h3{
    font-size:32px;
    font-weight:700;
    margin-bottom:20px;
    color:#1b1b1b;
}
.room-page-content p{
    color:#666;
    line-height:1.9;
    margin-bottom:30px;
}
.room-page-info{
    margin-bottom:15px;
}
.room-page-info div{
    font-size:16px;
    color:#444;
    font-weight:500;
}
.room-page-info i{
    color:#c89b3c;
    margin-right:8px;
    width:22px;
}

/*  GALLERY PAGE */
.gallery-page-section .row > div {
    overflow: hidden;
}
.gallery-page-section a {
    display: block;
    overflow: hidden;
    border-radius: 15px;
    position: relative;
}
.gallery-page-img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    display: block;
    border-radius: 15px;
    transition: all .5s ease;
}
.gallery-page-section a:hover .gallery-page-img {
    transform: scale(1.08);
}
.gallery-page-section a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    transition: .4s ease;
    z-index: 1;
    border-radius: 15px;
}
.gallery-page-section a:hover::before {
    background: rgba(0,0,0,0.18);
}
.gallery-page-section .fade-up {
    opacity: 0;
    transform: translateY(40px);
    animation: galleryFadeUp .8s ease forwards;
}
.gallery-page-section .delay-1 {
    animation-delay: .15s;
}
.gallery-page-section .delay-2 {
    animation-delay: .3s;
}
.gallery-page-section .delay-3 {
    animation-delay: .45s;
}
@keyframes galleryFadeUp {
    from {
        opacity: 0;
        transform: translateY(40px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* CONTACT PAGE SECTION */
.contact-page-card{
    display:flex;
    flex-direction:column;
    gap:25px;
}
.contact-page-item{
    display:flex;
    align-items:center;
    gap:20px;
    padding:25px;
    background:#f8f8f8;
    border-radius:15px;
    transition:.4s ease;
}
.contact-page-item:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}
.contact-page-icon{
    width:60px;
    height:60px;
    min-width:60px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#b89255;
    color:#940501;
    border-radius:50%;
    font-size:22px;
}
.contact-page-item h4{
    margin-bottom:8px;
    font-size:18px;
    font-weight:600;
}
.contact-page-item a{
    color:#555;
    text-decoration:none;
    transition:.3s;
}
.contact-page-item a:hover{
    color:#b89255;
}
.contact-map-box{
    width:100%;
    height:550px;
    overflow:hidden;
    border-radius:20px;
    box-shadow:0 10px 35px rgba(0,0,0,.12);
}
.contact-map-box iframe{
    width:100%;
    height:100%;
    border:0;
}



/* MEDIA QUERIES */
@media (max-width: 991px) {
    .navbar {
        background: rgba(36,28,24,.95);
        padding: 12px 0;
        backdrop-filter: blur(10px);
    }
    .navbar.scrolled {
        padding: 8px 0;
    }
    .logo {
        width: 150px;
    }
    .navbar-collapse {
        margin-top: 15px;
        background: rgba(36,28,24,.98);
        padding: 20px;
        border-radius: 15px;
        box-shadow: 0 15px 40px rgba(0,0,0,.25);
    }
    .navbar-nav {
        text-align: center;
    }
    .navbar .nav-link,
    .navbar .dropdown-toggle {
        padding: 12px !important;
    }
    .navbar .nav-link::after {
        display: none;
    }
    .book-now {
        display: block;
        width: fit-content;
        margin: 15px auto 0;
    }
    .dropdown-menu {
        text-align: center;
        border-radius: 10px;
    }
}
@media (max-width: 576px) {
    .logo {
        width: 130px;
    }
    .navbar-toggler {
        padding: 6px 8px;
    }
    .navbar-collapse {
        padding: 15px;
    }
}
@media (max-width: 1200px) {
    .hero,
    .hero-slide {
        height: 80vh;
    }
    .hero-content {
        max-width: 85%;
    }
    .headline {
        font-size: 2.7rem;
    }
}
@media (max-width: 991px) {
    .hero,
    .hero-slide {
        height: 65vh;
    }
    .hero-slide {
        background-position: center;
    }
    .hero-overlay {
        background: rgba(0,0,0,.6);
    }
    .hero-content {
        max-width: 90%;
        padding: 0 15px;
    }
    .eyebrow {
        font-size: 12px;
        padding: 6px 14px;
        margin-bottom: 18px;
    }
    .headline {
        font-size: 2.4rem;
        line-height: 1.2;
    }
    .headline span {
        display: inline;
    }
    .book-now {
        margin-top: 20px;
        padding: 8px 25px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        width: 10%;
    }
}
@media(max-width:768px){
    .carousel-control-prev,
    .carousel-control-next {
        width:40px;
        height:40px;
    }
    .carousel-control-prev {
        left:15px;
    }
    .carousel-control-next {
        right:15px;
    }
    .carousel-control-prev-icon,
    .carousel-control-next-icon {
        width:14px;
        height:14px;
    }
}
@media (max-width: 767px) {
    .hero,
    .hero-slide {
        height: 60vh;
    }
    .hero-slide {
        background-position: center;
    }
    .hero-content {
        max-width: 100%;
        padding: 0 20px;
    }
    .eyebrow {
        font-size: 11px;
        letter-spacing: .3px;
        padding: 5px 12px;
        margin-bottom: 15px;
    }
    .headline {
        font-size: 2rem;
        line-height: 1.2;
        letter-spacing: 0;
    }
    .headline span {
        display: block;
        margin-top: 3px;
    }
    .book-now {
        font-size: 14px;
        padding: 8px 24px;
    }
    .carousel-control-prev,
    .carousel-control-next {
        display: none;
    }
}
@media (max-width: 480px) {
    .hero,
    .hero-slide {
        height: 55vh;
    }
    .hero-overlay {
        background: rgba(0,0,0,.65);
    }
    .headline {
        font-size: 1.7rem;
    }
    .eyebrow {
        max-width: 90%;
        text-align: center;
        justify-content: center;
    }
    .book-now {
        margin-top: 18px;
    }
}
@media (max-width:991px){
    .about-section{
        padding:80px 0;
    }
    .about-images{
        padding-right:0;
        margin-bottom:60px;
    }
    .about-small{
        width:170px;
        right:15px;
        bottom:-20px;
    }
    .section-title{
        font-size:38px;
    }
}
@media (max-width:576px){
    .section-title{
        font-size:30px;
    }
    .about-small{
        width:140px;
    }
}
@media(max-width:991px){
    .room-card-title{
        font-size:24px;
    }
    .room-card-img img{
        height:240px;
    }
}
@media(max-width:767px){
    .room-card-body{
        padding:25px;
    }
    .room-card-footer{
        flex-direction:column;
        align-items:flex-start;
    }
    .room-card-footer .book-now{
        width:100%;
        text-align:center;
    }
    .room-card .row > div{
        margin-bottom:12px;
    }
}
@media(max-width:991px){
    .gallery-item{
        height:350px;
    }
}
@media(max-width:576px){
    .gallery-item{
        height:280px;
    }
}
@media(max-width:767px){
    .testimonial-section{
        padding:50px 0;
    }
    .testimonial-card{
        padding:30px 25px;
    }
    .testimonial-name{
        font-size:19px;
    }
}
@media(max-width:991px){
    .cta-band{
        padding:100px 0;
    }
    .cta-band .title{
        font-size:42px;
    }
}
@media(max-width:767px){
    .cta-band{
        padding:80px 20px;
        background-attachment:scroll;
    }
    .cta-band .detalis{
        font-size:12px;
        letter-spacing:2px;
    }
    .cta-band .title{
        font-size:34px;
        line-height:1.25;
    }
    .cta-band p{
        font-size:14px;
        line-height:1.8;
        margin-bottom:30px;
    }
    .cta-band .book-now{
        padding:12px 30px !important;
    }
}
@media(max-width:400px){
    .cta-band .title{
        font-size:29px;
    }
}
@media (max-width: 1199px){
    .footer{
        padding:80px 0 20px;
    }
    .footer-logo{
        width:170px;
    }
    .footer-heading{
        font-size:23px;
    }
    .footer-about{
        max-width:100%;
    }
    .footer iframe{
        height:220px;
    }
}
@media (max-width: 991px){
    .footer{
        text-align:left;
    }
    .footer .row{
        row-gap:45px;
    }
    .footer-logo{
        width:180px;
    }
    .footer-about{
        font-size:14px;
    }
    .footer-heading{
        margin-bottom:20px;
    }
    .footer-contact a{
        font-size:14px;
    }
    .footer iframe{
        height:250px;
    }
    .copyright{
        justify-content:center;
        text-align:center;
        flex-direction:column;
        gap:15px;
    }
}
@media (max-width: 767px){
    .footer{
        padding:70px 20px 20px;
        text-align:center;
        background-position:center;
    }
    .footer .container{
        width:100%;
    }
    .footer-logo{
        width:160px;
        margin-bottom:20px;
    }
    .footer-about{
        max-width:400px;
        margin-left:auto;
        margin-right:auto;
        font-size:14px;
        line-height:1.8;
    }
    .footer-social{
        justify-content:center;
        margin-bottom:10px;
    }
    .footer-heading{
        font-size:22px;
        margin-bottom:20px;
    }
    .footer-heading::after{
        margin-left:auto;
        margin-right:auto;
    }
    .footer-links li{
        margin-bottom:12px;
    }
    .footer-links a{
        font-size:14px;
    }
    .footer-contact a{
        justify-content:center;
        align-items:center;
        text-align:left;
    }
    .footer-contact i{
        min-width:18px;
    }
    .footer iframe{
        height:220px;
        margin-top:5px;
    }
    .footer-bottom{
        margin-top:35px;
    }
    .copyright-divider{
        margin-bottom:20px;
    }
    .copyright p{
        font-size:13px;
    }
    .designer-logo{
        width:75px;
    }
}
@media (max-width: 400px){
    .footer{
        padding-left:15px;
        padding-right:15px;
    }
    .footer-logo{
        width:140px;
    }
    .footer-about{
        font-size:13px;
    }
    .footer iframe{
        height:200px;
    }
    .footer-social a{
        width:38px;
        height:38px;
        font-size:15px;
    }
}
@media(max-width:991px){
    .room-page-item{
        padding:45px 0;
    }
    .room-page-image img{
        height:320px;
    }
    .room-page-content{
        text-align:center;
    }
    .room-page-content h3{
        font-size:28px;
    }
}
@media(max-width:991px){
    .gallery-page-img {
        height:260px;
    }
}
@media(max-width:767px){
    .gallery-page-img {
        height:230px;
    }
}
@media(max-width:575px){
    .gallery-page-img {
        height:260px;
    }
}
@media(max-width:991px){
    .contact-map-box{
        height:400px;
    }
}
@media(max-width:575px){
    .contact-page-item{
        padding:20px;
    }
    .contact-page-icon{
        width:50px;
        height:50px;
        min-width:50px;
        font-size:18px;
    }
    .contact-map-box{
        height:300px;
    }
}
