@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&family=Gilda+Display&display=swap');

body {
    font-family: "Barlow Condensed", sans-serif !important;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

i,
a {
    text-decoration: none !important;
    display: inline-block !important;

}

h1, h2 {
    font-family: "Gilda Display", serif;
    color: #222222;
}

p,
h5 {
    font-family: "Barlow Condensed", sans-serif;
    color: #666666;
}


/* back to top button */
#progress {
    position: fixed;
    bottom: 20px;
    right: 10px;
    height: 45px;
    width: 45px;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    z-index: 2;
}

#progress-value {
    display: block;
    justify-content: center;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
    color: #A1513A;
}


.navbar-nav li a {
    font-size: 18px;
    font-weight: 700;
    color: #A1513A;
}
.navbar-nav li a:hover{
    color: #dd7052;
}
.heading{
    z-index:1100 !important;

}
.deluxe-desc{
    z-index: 100 !important;
}

.fa-bars:before,
.fa-navicon:before {
    color: #A1513A !important;
    content: "\f0c9";
}
#offcanvas{
    width: 230px !important;
}
/* Custom CSS for dropdown */
.navbar-nav .dropdown:hover .dropdown-menu {
    display: block;
}
.navbar-nav .nav-link.active, .nav-link.focus, .navbar-nav .nav-link.show {
    color: #A1513A;
    
}
.navbar-nav .dropdown-menu {
    --bs-dropdown-border-color: #ccc;
    --bs-dropdown-border-radius: none !important;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    --bs-dropdown-link-active-bg: #fff;
}
@media (max-width:990px){
    .navbar-nav li a {
        font-size: 22px;
        padding-left: 20px;
        font-weight: 600;
        border-bottom: 1px solid #A1513A;
        width: 90%;
        padding-bottom: 20px;
    }
}

.hero {
    padding: 20px;
}
.hero .rounded-top-right{
    border-top-right-radius: 100px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

@media only screen and (min-width: 600px) {

    .hero {
        padding: 50px;
    }
}

@media only screen and (min-width: 800px) {
    .hero-text h1 {
        font-size: 72px;
        font-weight: 500;

    }

    .hero-text p {
        font-size: 18px;
        line-height: 28px;
        letter-spacing: 2px;

    }
}

.hero-btn {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 0.6em 1.4em;
    border: 2px solid #A1513A;
    position: relative;
    overflow: hidden;
    background-color: #A1513A;
    text-align: center;
    text-transform: uppercase !important;
    font-size: 16px !important;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: white;
    display: inline-block;
    /* Ensures inline elements respect padding and border */
}

.hero-btn::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: white;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.hero-btn:hover::before {
    width: 105%;
}

.hero-btn:hover {
    color: #A1513A;
}

.hero-btn a {
    color: white;
    text-decoration: none;
    /* Remove underline */
    display: block;
    /* Ensures the link fills the button */
}

.hero-btn:hover a {
    color: #A1513A;
}


.hero-btn1 {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    padding: 0.6em 1.4em;
    border: 2px solid #A1513A;
    position: relative;
    overflow: hidden;
    background-color: transparent;
    text-align: center;
    text-transform: uppercase !important;
    font-size: 16px !important;
    transition: .3s;
    z-index: 1;
    font-family: inherit;
    color: #A1513A;
    display: inline-block;
    /* Ensures inline elements respect padding and border */
}

.hero-btn1::before {
    content: '';
    width: 0;
    height: 300%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background: #A1513A;
    transition: .5s ease;
    display: block;
    z-index: -1;
}

.hero-btn1:hover::before {
    width: 105%;
}

.hero-btn1:hover {
    color: #ffffff;
}

.hero-btn1 a {
    color: #A1513A;
    text-decoration: none;
    /* Remove underline */
    display: block;
    /* Ensures the link fills the button */
}

.hero-btn1:hover a {
    color: #f8f8f8;
}


/* about-home */
.about {
    padding: 80px 0px;
}

.about h2 {
    font-size: 60px;
    margin-bottom: 20px;

}
@media  screen and (max-width:500px) {
    .about h2 {
        font-size: 40px;
       }
    
    
}

.about p {
    font-size: 18px;
    letter-spacing: 0.5px;
}


/* why section */

.why-us {
    background-image: url(../images/restshadow.png);
    background-size: cover;
    background-position: center;
}

.why-us-text {
    padding: 30px;

}

.why-us-text h2 {
    font-size: 82px;
}
@media only screen and (max-width: 500px) {
    .why-us-text h2 {
        font-size: 56px;
    }

}

.why-us-text p {
    font-size: 26px;
}

span {
    color: #A1513A;
    letter-spacing: 1px;
}



.feature-item {
    position: relative;
    padding: 20px;
    background: #f9f9f9;
    display: flex;
    /* Use Flexbox to align items horizontally */
    align-items: center;
    /* Center items vertically */
    overflow: hidden;
    /* Ensure large count doesn't overflow */
}

@media only screen and (max-width: 550px) {
    .feature-item {
        display: block !important;
    }

}

.features {
    position: relative;
    padding-top: 10px;
    /* Space above content */
}

.features::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 5px;
    background-color: #A1513A;
}

.feature-item {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    /* Adjust as needed */
}

.icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(190, 173, 142, 0.2);
    text-align: center;
    line-height: 120px;
    font-size: 40px;
    /* Adjust as needed */
    color: #bead8e;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 2;
}

.icon i {
    transition: color 0.3s ease-out;
    /* Smooth transition for icon color change */
}

.icon:hover {
    background-color: brown;
    /* Background color on hover */
}

.icon:hover i {
    color: white;
    /* Change icon color on hover */
}

.cta-desc {
    flex: 1;
    padding-left: 20px;
    /* Space between icon and text */
}

.cta-desc h3 {
    margin-top: 0;
    font-size: 24px;
}

.cta-desc p {
    margin-bottom: 10px;
}

.icon {
    font-size: 60px;
    /* Adjust as needed */
    margin-right: 20px;
    /* Space between icon and text */
    flex-shrink: 0;
    /* Prevent icon from shrinking */
}


.icon {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 8px 16px 0px rgba(190, 173, 142, 0.2);
    text-align: center;
    line-height: 120px;
    font-size: 46px;
    color: #A1513A !important;
    transition: all 0.3s ease-out;
    position: relative;
    z-index: 5;
}
@media only screen and (max-width: 550px) {
    .icon {
        width: 80px;
        height: 80px;   
        line-height: 80px;
        font-size: 33px; }


}
.icon:hover {
    background-color: #A1513A;
    /* Background color on hover */
}

.icon:hover i {
    color: white !important;
    /* Change icon color on hover */
}

.icon i {
    transition: color 0.3s ease-out;
    /* Smooth transition for icon color change */
    color: #A1513A !important;
}


.cta-desc {
    position: relative;
    z-index: 2;
    /* Ensure it's above the background element */
    flex-grow: 1;
    /* Allow text to take remaining space */
}

.cta-desc:hover a {
    color: #A1513A !important;
}

.cta-desc h3 {
    font-size: 36px;
    font-weight: 400;
    letter-spacing: 1px;

}

.cta-desc a {
    color: #222222;
}

.cta-desc p {
    font-size: 22px;
    color: #878787;

}

.count {
    position: absolute;
    font-size: 120px;
    font-weight: 700;
    left: -32px;
    top: 0;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #111;
    z-index: 1;
    color: transparent;
    opacity: 0.1;
}

.why-us-head {
    padding: 100px 0px;
}



/* services */
.arrow {
    display: inline-block;
    width: 60px;
    height: 120px;
}

.image-wrapper {
    position: relative;
}

.image {
    overflow: hidden;
    position: relative;

}

.image img {
    transition: transform 0.3s ease;
    /* Add smooth transition */
}

.image:hover img {
    transform: scale(1.1);
    /* Zoom effect on hover */
}


.bottom-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #D3A478;
}

.item-attributes__item1 {
    color: #ffffff;
    background-color: #bb8a5f;
    font-size: 18px;
    line-height: 20px;
    font-weight: 700;
    text-decoration: none;
    width: 60px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.3s;
    /* Smooth transition for background color change */
}

.item-attributes__item1:hover {
    background-color: #A1513A;
    /* New background color on hover */
}

.item-attributes__link {
    color: #f8f8f8;
    font-size: 24px;
    text-align: center;
}

.desc {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center the description item */
    padding: 0 20px;
    color: #ffffff;

}

.desc h1 {
    margin: 0;
    font-size: 1.5em;
}

.arrows {
    font-size: 1.5em;
    /* Increase the icon size */
    margin-right: 40px;
    height: 45px;
    padding-right: 35px;
    border-right: 2px solid #a3784e;
    padding-top: 8px;
    color: #A1513A;

}


/* rooms */


@media only screen and (min-width: 1000px) {
    .rooms {
        padding-bottom: 80px;
    }
}




.nav-tabs-custom .nav-link {
    color: black;
    /* Customize the tab text color */
}

.nav-tabs-custom .nav-link:hover {
    color: #A1513A;
    /* Customize the tab text color */
}

.nav-tabs-custom .nav-link.active {
    color: #fff !important;
    background-color: #A1513A !important;
    /* Customize the active tab background color */
}

.tab-content-custom {
    border: 1px solid #A1513A;
    /* Customize the tab content border color */
    padding: 20px;
    border-top: none;
}

/* Custom CSS to remove the underline from nav-tabs */
.nav-tabs-custom .nav-link {
    border-bottom: none !important;
}

.nav-tabs {
    --bs-nav-tabs-border-color: none !important;
}

.nav-tabs-custom a {
    font-size: 28px;
    padding-left: 20px;
}
.nav-item a{
    font-weight: 500;
    letter-spacing: 0.8px;
}
.delux {
    padding: 20px;
}

.room-head h2{
    font-size: 48px;
    padding: 10px;

}

h4 span {
    color: #666666;
}

.splide__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: #333;
    margin: 0 5px;
    /* Add margin between slides */
}

/* review */

.review {

    background-image: url(../images/riviewbg.png);
    background-size: cover;
    background-position: center;

}

.review-head {
    padding-top: 80px;
}

.review-card {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #F2F2F2;
    margin-top: 20px;
    padding: 80px;
    /* Default padding for larger screens */
}

@media only screen and (max-width: 600px) {
    .review-card {
        padding: 20px;
        /* Adjusted padding for screens up to 600px wide */
    }
}

@media (max-width: 1190px) {
    .review-card {
        padding: 40px;
        /* Adjusted padding for screens between 990px and 1190px wide */
    }
}


.client-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.client-info h4 {
    margin: 0;
    font-size: 1.5em;
    color: #222222;
}

.client-info p {
    color: #222222;
}

.client-info .card-subtitle {
    margin-top: 5px;
    color: #222222;
    font-size: 0.9em;
}

.review-body p {
    font-size: 18px;
    line-height: 1.6;
    color: #666666;
    letter-spacing: 1px;
    margin: 0;
}

.review-footer .review-rating {
    font-size: 1.2em;
    color: #ffa500;
}



@media only screen and (min-width: 1000px) {
    .testimonial-carousel {
        position: absolute;
        right: 50%;
        width: 160%;
    }
}

.custom-controls {
    position: relative;
    text-align: center;
    margin-top: 20px;
    /* Adjust spacing */
}

.custom-prev-btn,
.custom-next-btn {
    margin-top: 20px;
    background-color: #f8f8f8f8;
    color: black;
    border: none;
    border: 1px solid #333;
    padding: 10px 20px;
    cursor: pointer;
}

.custom-prev-btn:hover,
.custom-next-btn:hover {
    background-color: #A1513A;
    color: #F2F2F2;

}

.custom-prev-btn {
    margin-right: 10px;
    /* Adjust spacing between buttons */
}

.custom-next-btn {
    margin-left: 10px;
    /* Adjust spacing between buttons */
}


.nearby {
    padding: 80px 20px;

}

.nearby-head h2 {
    font-size: 48px;
    margin-top: 10px;
}

.nearby-head p {
    margin-bottom: 20px;
    color: #777777;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.2px;
}

.dot-list {
    list-style-type: disc;
    padding-left: 20px;
}

.dot-list a {
    color: #111;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    text-decoration: none;
    position: relative;
    display: inline-block;
}

.dot-list a::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 1px;
    bottom: -2px;
    left: 0;
    background-color: #111;
    transform-origin: bottom right;
    transition: transform 0.3s ease-out;
}

.dot-list a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.nearby-image {
    position: relative;
    overflow: hidden;
    /* Hide overflow to ensure the image doesn't extend beyond its container */
}

.nearby-image img {
    transition: transform 0.3s ease;
    /* Smooth transition for the transform property */
    display: block;
    width: 100%;
    /* Ensure the image takes up the full width of its container */
    height: auto;
    /* Maintain the aspect ratio of the image */
}

.nearby-image::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px solid #A1513A;
    /* Initial border effect */
    opacity: 0;
    transition: opacity 0.3s ease;
    /* Smooth transition for the opacity */
}

.nearby-image:hover img {
    transform: scale(1.1);
    /* Scale up the image on hover */
}

.nearby-image:hover::after {
    opacity: 1;
    /* Show the overlay on hover */
}

.extra-content {
    background-image: url('../images/execrop.jpg');
    position: relative;
    height: 60vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: white;
}



.eventscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.eventscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/halls/hall-7.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
}

.eventscrool h1, .eventscrool p, .eventscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.eventscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.eventscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}

.activityscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.activityscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/restaurant/res-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
}

.activityscrool h1, .activityscrool p, .activityscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.activityscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.activityscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}
.hall{
    padding: 80px 0px;

}
.hall h1{
    font-size: 36px;
    margin-top: 30px;
    color:black;
    line-height: 38px;
    letter-spacing: 0.6px;
    padding: 15px;
}
.hall p{
    font-size: 22px;
}
@media only screen and (max-width: 600px) {
    .hall h1{
        font-size: 18px;
        line-height: 24px;

    }

}
.contactscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.contactscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/restaurant/res-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
}

.contactscrool h1, .contactscrool p, .contactscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.contactscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.contactscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}

.banquetscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.banquetscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/halls/hall-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.banquetscrool h1, .banquetscrool p, .banquetscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.banquetscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.banquetscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}

.meetingscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.meetingscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/halls/hall-4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.meetingscrool h1, .meetingscrool p, .meetingscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.meetingscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.meetingscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}

.roomscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.roomscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/rooms/executive/exe-13.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
}

.roomscrool h1, .roomscrool p, .roomscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.roomscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.roomscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}

.lodgescrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.lodgescrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/lodge/lodge-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.lodgescrool h1, .lodgescrool p, .lodgescrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.lodgescrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.lodgescrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}


.icecreamscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.icecreamscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/icecream/ice-cream1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.icecreamscrool h1, .icecreamscrool p, .icecreamscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.icecreamscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.icecreamscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}
.ice-text {
    padding: 30px;
}
.icecream{
    padding: 80px 0px;
}

.coffeescrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.coffeescrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/coffeepoint/cof-2.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.coffeescrool h1, .coffeescrool p, .coffeescrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.coffeescrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.coffeescrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}

.restscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.restscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/rest-new.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.restscrool h1, .restscrool p, .restscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.restscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.restscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}
.aboutscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.aboutscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/lodge/lodge-4.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
}

.aboutscrool h1, .aboutscrool p, .aboutscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.aboutscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.aboutscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}

.deluxescrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.deluxescrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/rooms/deluxe/del-7.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.deluxescrool h1, .deluxescrool p, .deluxescrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.deluxescrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.deluxescrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}



.executivescrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.executivescrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/rooms/executive/exe-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.executivescrool h1, .executivescrool p, .executivescrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.executivescrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.executivescrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}


.supscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.supscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/rooms/superior/sup-3.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.supscrool h1, .supscrool p, .supscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.supscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.supscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}





.lamjungscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.lamjungscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/lamjung-darbar.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;

}

.lamjungscrool h1, .lamjungscrool p, .lamjungscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.lamjungscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.lamjungscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}
.bhujungscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.bhujungscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/bhujung.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.bhujungscrool h1, .bhujungscrool p, .bhujungscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.bhujungscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.bhujungscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}
.ghalegaunscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.ghalegaunscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/ghalegaun.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.ghalegaunscrool h1, .ghalegaunscrool p, .ghalegaunscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.ghalegaunscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.ghalegaunscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}
.khaulepaniscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.khaulepaniscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/khaulepani-1.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.khaulepaniscrool h1, .khaulepaniscrool p, .khaulepaniscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.khaulepaniscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.khaulepaniscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}
.puranokotscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.puranokotscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/puranokot.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.puranokotscrool h1, .puranokotscrool p, .puranokotscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.puranokotscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.puranokotscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}
.rainaskotscrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.rainaskotscrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/rainaskot.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}

.rainaskotscrool h1, .rainaskotscrool p, .rainaskotscrool a {
    position: relative;
    z-index: 1;
    color: white;
}

.rainaskotscrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.rainaskotscrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}


.marriagescrool {
    position: relative;
    height: 80vh;
    width: 100%;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #191919;
}

.marriagescrool::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/halls/hall-8.jpg);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    z-index: 0;
    opacity: 0.5;
}


.marriagescrool h1, .marriagescrool p, .marriagescrool a, .marriagescrool h2 {
    position: relative;
    z-index: 1;
    color: white;
}

.marriagescrool h1 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}

.marriagescrool h2 {
    font-size: 46px;
    margin-bottom: 20px;
    color: white;
}
.marriagescrool p {
    font-size: 18px;
    margin-top: 10px;
    color: white;
}





@media only screen and (max-width: 700px) {

    .imgscrool {
        padding: 30px;
    }

    .imgscrool h1 {
        font-size: 32px;
    }
}
.contact {
    padding: 20px;
}

.contact iframe {
    width: 100%;
    height: 400px;
    border: 0;
}

.contact-desc {
    display: flex;
    align-items: center;
}

.contact-desc h1,
.contact-desc h2 {
    font-size: 32px;
    color: #333;
}

@media (min-width: 992px) {
    .contact iframe {
        height: 600px;
    }
}

.co-icon {
    font-size: 42px;
    color: #333;
    margin-right: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    /* Adjust as necessary */
}

.co-desc {
    display: flex;
    flex-direction: column;
}

.co-desc a {
    color: #333;
}

.co-title {
    font-size: 26px;
    margin-bottom: 5px;
    color: #333;
    font-weight: 400;

}

.co-desc p {
    font-size: 18px;
    letter-spacing: 0.5px;
    margin-bottom: 2px !important;
}

.contact-form-container {
    background-color: #f8f9fa;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-form .form-control {
    margin-bottom: 15px;
}

.contact-form {
    padding: 20px;
}

@media only screen and (min-width: 1000px) {
    .contact-form {
        padding: 100px;
    }
}


.contact-head {
    padding: 20px;
}

label {
    font-size: 16px;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 8px;
    letter-spacing: 0.8px;

}

.contact-form .form-control {
    margin-bottom: 20px;
    border-radius: 0px;
    padding: 10px;
}

.form-group textarea {
    padding: 10px !important;
}

.contact-form .form-control:focus {
    border-color: black !important;
    outline: none !important;
    box-shadow: none !important;
}

.room-details{
    padding: 80px 0px;
}
.room-link {
    position: relative;
    display: inline-block;
    text-decoration: none; /* Remove underline from link */
}

.room-link img.img-fluid {
    display: block;
    width: 100%; /* Ensure image takes up the full width of the parent */
    height: auto;
}

.room-link .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    transition: background-color 0.3s ease; /* Smooth transition for background color */
}

.room-link:hover .overlay {
    background-color: #a3784e; /* Darker background on hover */
}

.room-link .overlay h1,
.room-link .overlay h2 {
    color: white !important;
    font-size: 24px;
    text-align: center;
    margin: 0;
}

/* rooms and suites */
.room-services .room-item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap; /* Allow items to wrap on smaller screens */
    gap: 10px; /* Adjust the gap between items */
    margin-top: 15px; /* Add some space between items */
}

.room-services .room-service-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    line-height: 35px;
    border: 1px  #dedede;
    border-radius: 50%; /* Make the items circular */
    cursor: pointer;
    font-size: 18px; /* Adjust the icon size */
    background-color: white;
}

.roomsnsuites {
   background-color: #F3EEEA;
}
.roomsnsuites-head{
    padding: 80px 20px;
}

.card {
    box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.3);
    border: none;
    margin-bottom: 30px;
}

.amenities h1 {
    font-size: 26px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.facilities .aminities {
    font-size: 26px;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.aminities .row {
    display: flex;
    flex-wrap: wrap;
}
.aminities .col-lg-6 {
    width: 50%;
    padding: 0 10px;
}
.aminities p {
    font-size: 17px;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #666666;
    letter-spacing: 0.5px;
}
.aminities p i {
    margin-right: 10px;
    color:#bb8a5f;
    font-size: 22px;
}
.tittle-head{
    padding: 80px 0px;
}
.similar-room h2,
.similar-room h1{
    font-size: 26px;
    margin-bottom: 10px;
}

.events {
    padding: 80px;
}

@media only screen and (max-width: 600px) {
    .events {
        padding: 20px;
    }
}

.events p{
    font-size: 22px;
    letter-spacing: 0.6px;
}
.events-desc p{
    font-size: 18px;
    letter-spacing: 0.6px;
    line-height: 28px;

}

.footer a:hover{
    color: #A1513A;
}

#fixed-social {
    position: fixed;
    top: 40%;
    right: 0px;
}

#fixed-social div {
    margin: 5px;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 30px;
    position: relative;
    text-align: center;
    line-height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-bottom: 1px;
    z-index: 2;
}

#fixed-social a:hover {
    transform: scale(1.1);
}

.fixed-facebook {
    background-color: #a1513a;
}


.fixed-twitter {
    background-color: #a1513a;
}


.fixed-linkedin {
    background-color: #a1513a;
}


.fixed-instagrem {
    background-color: #a1513a;
}



#fixed-social a:hover i {
    transform: scale(1.01);
}

#fixed-social .fab {
    color: white;
}