
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&family=Mona+Sans:ital,wght@0,200..900;1,200..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
:root {
    --main_red: #eb1c21;
    --indigo: #6610f2;
    --black: #000;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --orange: #fd7e14;
    --yellow: #d4a017;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #eb1c21;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --main-font: Montserrat;
    --body-font: Montserrat;
    --Montserrat: Montserrat;
}
#scrollToTopBtn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    /* box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); */
    z-index: 999;
    cursor: pointer;
    display: none;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: var(--main_red);
}

#scrollToTopBtn svg {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg);
}

#scrollToTopBtn i {
    z-index: 2;
    position: relative;
}
@media screen and (max-width:763px) {
    #scrollToTopBtn {
    position: fixed;
    bottom:80px ; 
    right: 30px;
    
}
}

a{
    text-decoration: none !important;
}
.main_button_style_1{
    background:var(--white);
    color: var(--main_red);
    padding: 8px 10px;
    border-radius: 0px;
    text-decoration: none;
    transition: all ease-in 0.2s;
    border: solid var(--main_red) 2px;
    font-family: Montserrat;
font-weight: 600;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;

}
.main_button_style_1:hover{
    background: var(--main_red);
    color: #fff;
    
    text-decoration: none;
    border: solid var(--main_red) 2px;

}
.main_button_style_17{
    background:var(--main_red);
    color: var(--white);
    padding: 8px 10px;
    border-radius: 0px;
    text-decoration: none;
    transition: all ease-in 0.2s;
    border: solid var(--main_red) 2px;
    font-family: Montserrat;
font-weight: 600;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;

}
.main_button_style_17:hover{
    background:#fff;
    color:  var(--main_red);
    
    text-decoration: none;
    border: solid var(--main_red) 2px;

}
.main_button_style_77{
    background: #00000044;
    color: white;
    padding: 8px 10px;
    border-radius: 5px;
    text-decoration: none;
    transition: all ease-in 0.2s;
    border: solid #fff 2px;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;

}
.main_button_style_77:hover{
    background: var(--main_red);
    color: var(--white);
    border: solid var(--main_red) 2px;
    
    text-decoration: none;
    border: solid var(--main_red) 2px;

}
.main_button_style_2{
    background: var(--white);
    color: var(--main_red);
    padding: 10px 15px;
    border-radius: 10px;
    text-decoration: none;
    transition: all ease-in 0.2s;
    border: solid var(--main_red) 2px;
font-weight: 600;
font-size: 18px;
line-height: 100%;
letter-spacing: 0%;
font-family: Montserrat;
}
.main_button_style_2:hover{
    background: var(--main_red) ;
    color:var(--white) ;
    text-decoration: none;
    border: solid #fff 2px;
    
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0%;
 
    
}
.top_heading{
    
    font-weight: 500;
    font-size: 23px;
    line-height: 44px;
    letter-spacing: 0%;
    color: var(--main_red);
    margin-bottom: 0px;
    font-family: Montserrat;


    
}
.sub_heading{
    font-family: Montserrat;
font-weight: 600;
font-size: 36px;
line-height: 44px;
letter-spacing: 0%;

}
.sub_heading_white{
    color: var(--white);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0%;

}
.sub_heading_white-1{
    color: var(--white);
   font-family: Montserrat;
    font-size: 
    20px;
    font-weight: 600;
}
.sub_heading_small{
    color:var(--black);
    font-family: Montserrat;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: left;
    
}
.sub_heading_small_white{
    color: var(--white);
   font-family: Montserrat;
    font-size: 17px;
    font-weight: 600;
}
.para{
   
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    

}

.para_white{
   
    font-family: Montserrat;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 0%;
    

}
.kodai_style_p{
    font-size: 18px;
    font-family: Montserrat;
}
.para_white1{
    font-family: Montserrat;
font-weight: 400;
font-size: 16px;
line-height: 28px;
letter-spacing: 0%;
}
.navbar{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    transition: background-color 0.3s ease;
    
}
.navbar.sticky-header {
    background: white !important;
    background-color: white !important;
    
}
.nav-link{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-right: 30px;
    color: #fff !important;
    transition: all ease-in 0.3s;
}
.nav-link:hover{
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-right: 30px;
    color: var(--main_red) !important;
}
.navbar.sticky-header .nav-link {
    color: #000 !important;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    margin-right: 30px;
    /* color: #fff !important; */
    transition: all ease-in 0.3s;
}
.navbar.sticky-header .nav-link:hover {
    color: var(--main_red) !important;
}

/* Dropdown styles */
.dropdown-menu {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 8px;
    border: none;
    padding: 10px 0;
}
.dropdown-item {
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    font-family: Montserrat;
}
.dropdown-item:hover {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    color: #fff;
    font-family: Montserrat;
}
.navbar-light .navbar-toggler {
  
border-color:none !important;
border: none !important;
}
.navbar-toggler:focus {
   border: none !important;
}

button:focus{
    border: none !important;
        outline: none !important;
       
}
/* Re usable CSS OR Component end */
/* Re usable CSS OR Component end */
/* Re usable CSS OR Component end */
/* Re usable CSS OR Component end */
/* Sidebar Menu */
.menu_dropdown_submenu {
    display: none;
    list-style: none;
    padding-left: 0px !important;
    transition: all ease-in .5s;
  }
  
  li:hover .menu_dropdown_submenu {
    display: block;
    transition: all ease-in .5s;
  }
  
  .menu_dropdown_item {
    color: #333;
    text-decoration: none;
    transition: all ease-in .4s;
  }
  
  .menu_dropdown_item:hover {
    color: #000;
  }
  
/* header Styles */
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 60px;
    background: white;
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 1000;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
.sticky {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    position: fixed;
}
.logo img {
    height: 55px;
}
.menu-icon {
    cursor: pointer;
    font-size: 20px;
}
.header-btn-hide{
    margin-right: 10px;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0px;
    width: 300px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    overflow-y: auto;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 10011222;
    padding-top: 20px;
    font-family: Montserrat;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* Internet Explorer 10+ */
  }
  .sidebar::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
  }
  .sidebar_logo{
    text-align: center;
  }
  .sidebar.active {
    transform: translateX(0);
  }
  .sidebar .close-btn {
    font-size: 24px;
    cursor: pointer;
   
  }
  .menu{
    padding-left: 0px;
  }
  .menu li {
    list-style: none;
    margin: 2px 3px;
    font-family: var(--Montserrat);
  }
  .menu li a {
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 5px 10px ;
    color: #333;
    font-size: 16px;
    font-family:var(--Montserrat);
    text-decoration: none;
    border-radius: 10px;
    transition: background-color 0.3s ease;
    
  }
  .menu li a i {
    margin-right: 15px;
    
  }
  .menu li a:hover {
    background-color: #e63946;
    color: white;
  }
.sidebar .close-btn {
    position: absolute;
    top: 0px;
    right: 10px;
    font-size: 35px;
    cursor: pointer;
}
.bread_crump_btn {
    background: #fff;
    color: black;
    padding: 6px 10px;
    text-decoration: none;
    transition: all ease-in 0.2s;
    font-family: Montserrat;
    font-weight: 600;
    font-size: 16px;
    line-height: 96%;
    letter-spacing: 0%;
   
}
.bread_crump_btn:hover {
    background: var(--main_red);
    color: var(--white);
    
}
/* Location Links */
.locations {
    background-color:#fcecec;
    margin: 10px 10px;
    padding: 10px 5px;
    border-radius: 15px;
}
    .locations a {
        display: flex;
        align-items: center;
        justify-content: start;
        text-decoration: none;
        color: #333;
        font-size: 16px;
        font-weight: 500;
        margin: 0px 20px 0px 0px;
        padding: 12px 8px;
        border-radius: 10px;
        font-family: Montserrat;
        transition: all ease-in-out .3s;
        transition: all ease-in-out .3s;
    }
.locations a:hover {
   
    background-color: #e63946;
    color:var(--white);
}
.locations a i {
  
    margin-right: 10px;
}

/* Overlay Effect */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
    z-index: 1000;
}
.overlay.active {
    visibility: visible;
    opacity: 1;
}



/* ==================*/
.cpb_3{
    padding-bottom: 30px;
}

/*  banner section*/
.offer-box-in_banner{
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    z-index: 9999 !important;
}

/* Base Styling */
.custom-welcome-section {
    background-color: #e32227;
  }
  
  .custom-subtitle {
    font-family: Montserrat;
font-weight: 400;
font-size: 22px;
line-height: 48px;
letter-spacing: 0%;
color: var(--white);
margin-bottom: 0px;
  }
  
  .custom-title {
    font-family: Montserrat;
font-weight: 400;
font-size: 40px;
line-height: 48px;
letter-spacing: 0%;
color: var(--white);
  }
  
  .custom-icon {
    height: 60px;
    margin-bottom: 1rem;
  }
  
  .custom-text {
    font-size: 1rem;
    font-weight: 400;
    font-family: var(--Montserrat);
  }
  
  .custom-btn {
    background-color: white;
    color: #e32227;
    border: none;
    padding: 0.75rem 1.5rem;
    font-size: 1rem;
    border-radius: 20px;
    cursor: pointer;
  }
  
  .custom-btn:hover {
    background-color: #f8d7da;
  }
  
  @media (max-width: 992px) {
    .container {
      flex-direction: column;
      text-align: center;
    }
  
    .icon-section {
      flex-direction: row;
      justify-content: center;
      gap: 2rem;
      margin-top: 2rem;
    }
  
    .custom-btn {
      margin-top: 2rem;
    }
  }
  
  @media (max-width: 576px) {
    .custom-icon {
      height: 50px;
    }
    .custom-text {
      font-size: 13px;
    }
    .icon-section {
      flex-wrap: wrap;
      gap: 1.5rem;
    }
    .custom-btn {
      padding: 0.5rem 1rem;
      font-size: 0.9rem;
    }
  }
/* Base Styling */
/* first*/
.first_sec {
    /* background: #fcecec; */
    background: #fff;
}
.image-box {
    position: relative;
}
.rating-badge {
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    top: 10px;
    left: 10px;
}
.stats-box div {
    flex: 1;
    min-width: 100px;
}
.first_inside_ico{
    background-color: var(--white);
    border-radius: 15px;
    /* box-shadow: 0 6px 25px #d4d3d3; */
}
.first_inside_odo h3{
    color: #000;
    font-weight: 700;
    font-size: 25px;
    font-family: Montserrat;
}
.first_inside_odo p{
    color:  #606060;
    font-weight: 500;

  font-family: 'Montserrat';
  font-size: 18px;
  margin-bottom: 0px !important;
}
.first_sec_p{
   
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;

}
/* first*/
.room_section_container{
    display: flex;
    justify-content: space-between;
    padding: 0px;
}
.room_section_btn{
    display: flex;
    justify-content: baseline;
}
.room_section_btn1{
    color: var(--main_red);
    font-family: var(--body-font);
    font-weight: 500;
    display: flex;
    align-items: center;
}
.room-service img{
  padding: 0px 5px;
}
.room_main_card{
    box-shadow: 0px 0px 15px -2px rgba(0,0,0,0.53);
}

/* Room section styles */
.room_sec_section {
    padding: 50px 0;
    background-color: #f8f8f8;
}

/* Room card container */
.room_sec_card {
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 25px #eee;
    margin-bottom: 30px;
    transition: transform 0.3s ease;
}

.room_sec_card:hover {
    transform: translateY(-5px);
}

/* Room image */
.room_sec_image {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

/* Room details */
.room_sec_details {
    /* padding: 20px; */
    border-radius: 15px;
    margin-bottom: 10px;
    /* border: solid black 2px; */
    position: relative;
    top: -10px;
    background: #fff;
    padding: 20px 30px;
}

.room_sec_title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.room_sec_desc {
    font-size: 14px;
    color: #666;
    line-height: 1.5;
}

/* Footer section */
.room_sec_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
 
}
.room_sec_footer1 {
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 15px 0px;
 
}
.b_btn{
    background: transparent;
    color: var(--white);
  
    text-decoration: none;
    transition: all ease-in 0.2s;
    border: solid var(--white) 2px;
    font-family: Montserrat;
font-weight: 600;
font-size: 14px;
line-height: 100%;
letter-spacing: 0%;
    padding: 4px 6px !important;
    border-radius: 2px !important;
    
}
.b_btn:hover{
    background: var(--main_red);
    color: var(--white);
    border: solid var(--main_red) 2px;
}
.room_sec_icons img {
    width: 25px;
    height: 25px;
    margin-left: 10px;
}

.head{
    text-align: center;
    color:#fff;
    margin: 5rem 0;
    a{
      color:#fff;
    }
    h3{
      font-size: 14px;
      font-weight: normal;
    }
  }

  
  .swiper{
    padding: 5rem 0;
    overflow: visible;
    .swiper-slide{
      width: 400px;
    }
  }
  
  .single{
    position: relative;
    pointer-events: none;
    user-select: none;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    img{
      width: 100%;
      height: auto;
      vertical-align: top;
      border-radius: 8px;
      pointer-events: none;
     }
  }

.poster_section {
    padding-top: 50px;
}


.poster_image_con {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.poster_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.poster_caption {
    position: absolute;
    bottom: 10px;
    left: 35px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 10px;
    font-size: 22px;
   font-weight: 600;
   font-family: 'Montserrat';
    /* border-radius: 3px; */
    border-left: solid #eb1c21 7px;
}

/*  Responsive CSS */
.features_sec1 {
    padding: 30px 0px 85px;
    margin-top: 30px;
}

.features_sec_container {
    background-color: #fff;
    padding: 40px;
    border-radius: 10px;
    color: #000;
    overflow: hidden !important;
}
.features_sec_image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image fills the space properly */
    border-radius: 15px;
}
.features_sec_container_meeting{
    display: flex;
    align-items: stretch;
    padding-right: 0px;
    padding-left: 0px;
}
.features_sec_title {
    font-size: 24px;
    font-weight: bold;
}
.features_sec_desc {
    font-size: 16px;
    margin-bottom: 20px;
}
/* .features_sec_rooms {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
} */
.room {
    background: white;
    color: black;
    padding: 10px;
    border-radius: 5px;
    display: inline-block;
}
.features_sec_splt {
    position:relative ;
    margin-bottom: 10px;
}
.features_sec_splt h6{
    color: var(--white);
   
    font-family: var(--Montserrat);
    font-weight: 500;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: 0%;
    padding-left: 50px;
    

}
.features_sec_splt p {
    color: var(--white);
    font-family: var(--Montserrat);
    font-weight: 400;
    font-size: 12px;
    line-height: 10px;
    letter-spacing: 0%;
    padding-left: 50px;
}
.features_sec_splt span{
    position: absolute;
    border-radius: 50%;
    overflow: hidden;
    border: solid #fff 3px;
}


.testimonial-container {
    max-width: 1200px;
    margin: 50px auto;
    padding: 20px;
}


.testimonial-left {
    padding-right: 50px;
}



/* Right Carousel Section */
.testimonial-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 15px;
    position: relative;
    height: 100%;
}

.testimonial-card h3 {
    color: #e32227;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    font-family: var(--Montserrat);
}

.testimonial-card p {
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    font-family: Montserrat;
    line-height: 30px;
}
.testimonial-card .author {
    font-weight: 500;
    margin-top: 10px;
    font-family: Montserrat;
}
.testimonials .owl-stage-outer .owl-stage .testimonial-card img{
    width: 70px;
}
/* Quote Image */
.quote-icon {
    position: absolute;
    bottom: 10px;
    right: 15px;
    width: 40px;
    opacity: 0.3;
    width: 40px;
}
/* Responsive */
@media (max-width: 992px) {
    .testimonial-left {
        text-align: center;
        padding-right: 10px;
        margin-bottom: 30px;
    }
    .testimonial-card{
        margin: 5px !important;
    
    }
}
/*  Responsive CSS */
/*  Responsive CSS */

.gallary-img {
    width: 100%;
    cursor: pointer;
    border-radius: 10px;
}
.modal-content img {
    width: 100%;
}
.modal-footer {
    display: flex;
    justify-content: space-between;
}



.last_section {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.8)), url(../imgs/new-last.jpg);
    background-attachment: fixed; /* For Parallax */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 30px;
    margin: 50px 0px 0px !important;
    text-align: left;
}

.footer_container {
    background-color: #333;
    color: #fff;
    padding: 70px 0px 30px;
    border-radius: 0px;
}
.footer_about p {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Montserrat';
    text-align: left;
}
.footer_contact h4, .footer_links h4, .footer_misc h4 {
    font-size: 22px;
    margin-bottom: 15px;
    font-weight: 400;
   font-family: var(--Montserrat);
    text-align: left;
}
.footer_contact p, .footer_links ul, .footer_misc ul {
    font-size: 16px;
    line-height: 28px;
    font-family: 'Montserrat';
    text-align: left;
}
.footer_links ul, .footer_misc ul {
    list-style: none;
    padding: 0;
    text-align: left;
}

.footer_links ul li, .footer_misc ul li {
    margin-bottom: 10px;
    font-family: 'Montserrat';
    text-align: left;
    font-size: 16px;
    line-height: 28px;
}
.footer_links ul li a, .footer_misc ul li a {
    color: #fff;
    text-decoration: none;
    text-align: left;
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 28px;
}
.footer_links ul li a:hover, .footer_misc ul li a:hover {
    text-decoration: underline;
    color: var(--main_red);
}
.footer_copy {
    padding-top: 20px;
    font-size: 16px;
    font-family: 'Montserrat';
   border-top: solid #eee 2px;
   margin: 0px !important;
   line-height: 28px;
}
.footer_copy p a{
    color: var(--white);
    transition: all ease-in .3s;
}
.footer_copy p a:hover{
    color: var(--main_red);
}
.icon_issue{
    position: relative;
    padding-left: 15px;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 28px;
}
.icon_issue i{
    position: absolute;
    left: -5px;
    top: 5px;
    color: var(--main_red);
}
.icon_issue_2 i{
    color: var(--main_red);
}
.icon_issue_2{
    font-family: Montserrat;
}
.para b{
    color: var(--main_red);
}
.main_button_style_3{
    background: var(--main_red);
    color: var(--white);
    padding: 11px 27px !important;
    text-decoration: none;
    transition: all ease-in 0.2s;
    font-family: Montserrat;
    font-size: 22px !important;
    border-radius: 0px !important;
    font-weight: 600   ;
    border: solid var(--main_red) 2px;
}
.main_button_style_3:hover{
    background: var(--white) ;
    color:var(--main_red) ;
    border: solid var(--main_red) 2px;
}
.round_slide_content_padd{
    padding: 20px 190px 55px;
}
.para1{
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}
.cm-4{
    margin: 24px;
}
@media screen and (max-width:764px){

    .header-btn-hide{
        display: none;
    }
   
    .locations a {
        font-size: 14px;
    }

    .sub_heading {
        color: var(--black);
       font-family: Montserrat;
        font-size: 25px;
        font-weight: 600;
        text-align: left;
        line-height: 36px;

    }
    .top_heading {
        color: var(--main_red);
       font-family: Montserrat;
        font-size: 17px;
        font-weight: 500;
        text-align: left;
        /* line-height: 10px; */
    }
    .sub_heading_white{
        font-size: 25px;
        text-align: left;
    }
    .sub_heading_white{
        font-size: 24px;
        text-align: left;
        line-height: 28px;
    }
    .para{
        text-align: left; 
    }
    .para_white{
        text-align: left; 
    }
    .para1{
        text-align: left;
    }
    .testimonial-container {
        max-width: 1200px;
        margin: 0px auto;
        padding: 20px;
    }
    .sub_heading_c {
        color: var(--black);
       font-family: Montserrat;
        font-size: 17px !important;
        font-weight: 600;
        text-align: left;
        
    }
    .mmt-3{
        margin-top: 15px;
    }
    .top_heading_c {
        color: var(--main_red);
       font-family: Montserrat;
        font-size: 14px !important;
        font-weight: 500;
        text-align: left;
        line-height: 20px;
    }
    
    .room_section_btn1 {
        display: none;
    }
    .testimonial-left {
        text-align: center;
        padding-right: 0;
        margin-bottom: 1px;
    }
    .testimonial-container {
        max-width: 1200px;
        margin: 0px auto;
        padding: 20px 20px 0px;
    }
    .cm-4{
        margin: 0px;
    }
    .sub_heading {
        color: var(--black);
        font-family: Montserrat;
        font-size: 22px;
        font-weight: 600;
        text-align: left;
        line-height: 27px;
    }
    .main_button_style_1 {
       
        padding: 7px 10px;
      
        text-decoration: none;
        transition: 0.2s ease-in;
        border: solid var(--main_red) 2px;
        font-size: 14px;
        font-weight: 700;
        font-family: Montserrat;
    }
    .custom_padding_issue{
        margin: 20px 10px !important;
    }
   
    .custom-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin-bottom: 0px;
    }
    .custom-subtitle {
        font-size: 15px;
        margin-bottom: 0.5rem;
        line-height: 2px;
    }
    .first_sec_p{
        text-align: left;
    }
    .first_inside_odo p {
        color: #606060;
        font-weight: 500;
        font-family: 'Montserrat';
        font-size: 10px;
        margin-bottom: 0px !important;
    }
    .menu-hide-text{
        display: none;
    }
    .sub_heading_white-1 {
        color: var(--white);
       font-family: Montserrat;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
    }
    .poster_caption {
       
        font-size: 16px;
      
    }
    .round_slide_content_padd{
        padding: 20px 20px 50px;
    }

   
}
@media screen and (min-width:764px){
    .custom_padding{
        padding-bottom: 122px;
    }
}

@media (min-width: 1200px) {
    .containern {
        max-width: 1600px  !important;
    }
    .container {
        max-width: 1550px !important;
    }
    .container_l{
        /* margin-top: -32px; */
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        /* padding-right: 0px; */
        padding-left: 0px;
    }
}
.container_l{
    /* margin-top: -32px; */
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    /* padding-right: 0px; */
    padding-left: 0px;
}    
.features_sec_content{
    padding-left: 25px;

    padding-right: 43px !important;
}


@media(max-width: 768px){
  


    .header {
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        padding: 15px 10px;
        background: white;
      
        width: 100%;
        z-index: 1000;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    }
}


.padding_red_sect{
    padding-left: 30px;
}
@media (max-width: 768px) {
    .carousel-caption {
        position: absolute;
        bottom: 8%;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
        width: 90%;
        padding: 20px;
    }
 
    /* .features_sec_rooms {
        display: flex
    ;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 0px 15px;
    } */
    .features_sec_content{
        padding: 10px 26px;

    }
    .padding_red_sect{
        padding-left: 0px !important;
    }
}
.main_btn_white11:hover {
    background-color: var(--white);
    border: none;
    color: var(--primary);
}

.abt_page_section_pd{
    padding: 100px 10px 60px;
}
.abt_slider_side{
    border-radius: 15px;
    overflow: hidden;
}
.abt_pg_mission_sec{
    background: #fcecec;
}
.abt_vision_card{
    background-color: var(--white);
    padding: 40px 40px;
    margin: 30px 20px;
    /* border: 2px outset #eb1c21; */
    border-radius: 20px;
    position: relative;
    box-shadow: 1px 1px 28px 0px rgb(0 0 0 / 15%);


}
.cm-0{
    margin-bottom: 5px !important;
}
.abt_mv_icon{
    position: absolute;
    right: 16px;
    top: 19px;
    opacity: 0.2;
    z-index: 1;
}
.abt_mv_icon .img-fluid{
    width: 100px;
}
.abt_mc_content{
    z-index: 100;
}
.mv_para{
    padding-bottom: 26px;
}
.abt_mv_pad_iss{
    padding:30px;
}
.qp_list{
   position: relative; 
   padding-left: 25px;
  
}
.qp_list span{
   position: absolute; 
   left: 0px;
  
    color: var(--main_red);
   font-size: 19px;
}

.qp_img_side .img-fluid{
    box-shadow: 10px 10px 5px 1px rgba(0,0,0,0.29);
}
.room_img_box .img-fluid{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    border-top-right-radius: 0px;
}
.room_img_box{
    padding-left: 0px !important;
}
.room_shadow{
    background: #fff;
    border-radius: 15px;
    margin-bottom: 45px ;

    box-shadow: 0 6px 25px #eee;
}
.room_bread{
    font-weight: 500;
    font-size: 60px;
   font-family: Montserrat;
    color: var(--white);
}
.w-100 {
    width: 100% !important;
    /* height: 410px; */
}
.btn_padding_top{
    position: relative;
    top: 15px;
}
.bgsec::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Adjust the opacity here */
    z-index: 1;
}
.bgsec {
    position: relative;
    padding: 100px 0;
    background: url('assets/img/rooms/firstrooms-bg.jpg') no-repeat center center / cover;
}
.room_br_tit{
    position: relative;
    z-index: 2;
    color: white;
}
.last_sect_padding{
    padding: 50px 10px 0px !important;
}
/* .p-l-r-n{
    padding: 0px !important;
    box-shadow: 0 6px 25px #eee;
} */
.service-icon ul {
    list-style: none;
    padding-inline-start: 0;
}
.service-icon ul li{
    list-style: none;
    /* font-family:font-family: 'Montserrat'; ; */
    font-family: 'Montserrat' ;
    font-size: 18px;
    text-align: left;
    margin-bottom: 7px;
}
.ftco-services{
    background-color: #fcecec;
    padding: 50px 10px;
}
.service-icon img {
    height: 50px;
}
.other_room .img-fluid{
    max-width: 106% !important;
}
.room_cus_img_box{
    gap: 42px;
    justify-content: center;
}
.custum-size{
    font-size: 22px !important;
}
.cus_other_padd{
    padding: 20px 20px 20px 20px;
}
.crimp_padding{
    padding: 30px 0px;
}
.first_inside_ico{
    position: relative;
    left: 13px;
    text-align: left;
}
.i_t_n{
    padding: 12px 18px;
    border-radius: 12px;
}
.seat-box {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}
.seat-box .img-fluid{
    height: 50px;
}
.seat-box h5 {
    font-family: Montserrat;

    font-size: 14px;
    text-align: left;
}
.seat-box h3 {
    font-family:Montserrat;
    font-weight: 400;
    color: var(--main_red);
    font-size: 17px;
}
.local_para{
    line-height: 28px;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    color: var(--black);
}
.local_att{
    padding: 70px  10px  0px ;
}
.lcl_content_side{
    padding-top: 10px;
}
.sub_f{
    font-size: 21px;

}
.contact_sec_card{
    position: relative;
    background-color: var(--white);
    border-radius: 15px;
    box-shadow: 0 6px 25px #eee;
    margin-top: 15px;
}
.cont_side_icon i{
    font-size: 40px;
   color: var(--white);
}
.cont_side_icon{
    background-color: var(--main_red);
   display: inline-block;
   padding: 20px;
   border-radius: 50%;
   position: absolute;
   top: 13px;
   left: 10px;
}
.cont_sec_content{
    padding: 20px 20px 20px 110px;
      /*     padding: 20px 20px 20px 110px;   */
}
.contact_box{
    padding: 60px 10px;
}
.cont_sec_content h4{
    color: var(--black);
    font-family: Montserrat;
    font-size: 18px;

   
    padding-bottom: 7px;
}
.cont_sec_content p a{
    color: var(--black);
    font-family: 'Montserrat';
    font-size: 18px;
    transition: all ease-in-out 0.3s;
 
  margin: 0px;
}
.cont_side_icon .img-fluid{
    width: 40px;
}

.cont_sec_content p{
    color: var(--black);
    font-family: 'Montserrat';
    font-size: 18px;
    transition: all ease-in-out 0.3s;
 
  margin: 0px;
}
.cont_sec_content p a:hover{
   color: var(--main_red);
 
   
}
.contact_form {
    font-family: Arial, sans-serif;
  }
  .contact_form_label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-family: 'Montserrat';
    font-size: 18px;
    text-align: left;
    
  }
  .contact_form_input, .contact_form_textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 4px;
    transition: border-color 0.3s ease;
  }
  .contact_form_input:focus, .contact_form_textarea:focus {
    border-color: var(--main_red);
    outline: none;
  }
  .form_title{
    color: var(--black);
    font-family: Montserrat;
    font-size: 28px;


    padding-bottom: 7px;
  }
  .contact_form{
    padding: 5px 15px;
  }
  .terms{
    padding: 60px 10px;
  }
  .terms_container h2{
    text-align: left;
  }
  .discl_cont h2{
    font-size: 25px;
  }
  .carousel-caption{
    display: flex !important;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: solid #fff 2px;
    width: fit-content;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.04);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(8.2px);
position: absolute;
left: 31%;
z-index: 2;
    
 
  }
  .carousel-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); /* Adjust opacity */
    z-index: 1;
}
 
  .carousel-caption .small_bn_box h3{
    font-family: Montserrat;
    font-size: 30px;
    font-weight: 600;
    

  }
  .carousel-caption .small_bn_box h3 span{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
   
  }
  .carousel-caption .small_bn_box{
    border-right: 2px solid #fff;
    padding-right: 16px;
  }
  .carousel-caption .large_bn_box h4{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
  }
  .carousel-caption .large_bn_box h4{
    font-family: Montserrat;
    font-size: 25px;
    font-weight: 500;
  }
  .carousel_bn_content{
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 150px;
  }
  .carousel_bn_content h2{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 30px;
    line-height: 48px;
    letter-spacing: 0%;
    color: var(--white);

  }
  .carousel_bn_content h1{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 60px;
    line-height: 48px;
    letter-spacing: 0%;
    color: var(--white);
    padding-bottom: 30px;
    
    
  }
  .carousel-control-prev.home-slider-preview{
    justify-content: start;
    z-index: 100;
    margin-left: 20px;
}
.carousel-control-next.home-slider-next{
  
    justify-content: end;
    margin-right: 20px;
    z-index: 110;
}
.carousel-control-prev.home-slider-mob-preview{
    justify-content: start;
    z-index: 500;
    margin-left: 3px;
}
.carousel-control-next.home-slider-mob-next{
  
    justify-content: end;
    margin-right: 3px;
    z-index: 500;
}
.carousel-indicators.mb_co_ind{
    z-index: 1000;
}
  .m-carousel-caption{
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 0px;
   
    z-index: 100 ;
    justify-content: space-between;
    align-items: center;
    gap: 5px;

    width: inherit;
    padding: 15px;
  
    background: #000000a2;
  
   
    margin: 0px;


  }
  .m-carousel-caption .small_bn_box{
    border-right: 2px solid #fff;
    padding-right: 7px;
  }
  .m-carousel-caption .small_bn_box h3{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    color: var(--white);
    

  }
  .m-carousel-caption  .small_bn_box h3 span{
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 500;
    color: var(--white);
   
  }
  .m-carousel-caption  .large_bn_box h4{
    font-family: Montserrat;
    font-size: 11px;
    font-weight: 500;
    color: var(--white);
    line-height: 17px;

  }
  .m-carousel-caption  .large_bn_box h5{
    font-family: Montserrat;
    font-size: 10px;
    font-weight: 500;
    color: var(--white);
    line-height: 17px;
    margin-bottom: 0px;

  }
  .sub_heading_white_cs_40{
    font-family: Montserrat;
font-weight: 600;
font-size: 40px;
line-height: 48px;
letter-spacing: 0%;

  }
  .sub_heading_white-cuc_40{
    font-family: Montserrat;
font-weight: 600;
font-size: 28px;
line-height: 48px;
letter-spacing: 0%;

  }
  .image-box_wel{
    position: relative;
  }
  .image-box_wel .img-fluid{
    border-radius: 25px;
    max-width: 100%;
    height: auto;
  }
  .wel_tag{
    position: absolute;
    top: 20px;
    left: -31px;
  }
  .wel_star{
    position: absolute;
    bottom: -73px;
    left: -70px;
  }
  .wel_star .star_png{
    width: 150px;
  }
  .first_sec{
    padding: 60px 10px 100px;
  }
  .room_pg_heading{
    font-family: Montserrat;
    font-weight: 600;
    font-size: 26px;
    line-height: 44px;
  }
  .deals{
    padding: 60px 40px;
  }
  .deal_icon{
    padding-bottom: 10px;
   
  }
  .deal_icon .img-fluid{
    width: 90px;
  }
  .deal-card{
    background-color: var(--white);
    border-radius: 15px;
    box-shadow: 0 6px 25px #eee;
    padding: 45px 10px;
    margin-bottom: 15px;
  }
  .deal_container{
    display: flex;
    justify-content: center;
  }
  .deal-card h4{
    font-family: Montserrat;
    color: var(--black);
    font-size: 26px;
    font-weight: 400;
  }
  .deal-card h4 span{
    font-family: Montserrat;
    color: var(--main_red);
    font-size: 30px;
  }
  .deal-card p{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #7e7d7d;
  }
  .gallery_product .lightbox-image .img-fluid{
    border-radius: 15px;
    margin-bottom: 25px;
    overflow: hidden;
  }
  .gallery{
    padding: 40px 10px;
  }
  .restaurant{
    padding: 40px 10px;
  }
  .restaurant_img_side .img-fluid{
    border-radius: 15px;
  }
  .lightbox-image .img-fluid{
    border-radius: 15px;
  }

  .discover-section {
    padding: 50px 0;
}
.disc-box {
    margin-bottom: 25px;
}
.disc-box img {
    border-radius: 15px;
}
.disc-box .main-tle {
    display: flex
;
    justify-content: space-between;
    margin: 15px 0 2px;
}
.disc-box .main-tle h5{
    font-family: Montserrat;
}
.disc-box .time {
    background: #fcecec;
    color: var(--main_red);
    font-size: 14px;
    display: flex;
    font-weight: 600;
    font-family: Montserrat;
    gap: 5px;
    align-items: center;
    padding: 0 10px;
    border-radius: 50px;
}
figure {
    position: relative;
    overflow: hidden;
    margin: 0;
    border-radius: 15px;
}
.b-15 .img-fluid{
    width: 100%;
    transition: all ease-in-out 0.4s;
}
.b-15 .img-fluid:hover{
    transform: scale(1.2);
}
.pm-5{
    padding-top:35px ;
}







/* EVENT SLIDER CSS */
.event-sec {
    width: 100%;
  
    margin: auto;
    padding: 40px 10px 90px;
    background-color: #fcecec;
  
  }

  /* .event-carousel .owl-stage-outer .owl-stage .owl-item .event-item{
    position: relative !important;
  } */
  .event-carousel img {
    width: 100%;
    border-radius: 10px;
  }
  .event-caption {
    position: absolute;
    bottom: 10px;
    left: 17px;
    /* transform: translateX(-50%); */
    color: white;
    padding: 10px 15px;
    background: rgba(255, 255, 255, 0.01);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(3.4px);
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    font-size: 18px;
    font-family: Montserrat  ;
    border-left: solid #eb1c21 7px;
  }
  .event-sec .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
  
  }
  .event-carousel .owl-nav button {
    background: rgba(0, 0, 0, 0.5);
    color: white;
    font-size: 20px;
    padding: 10px 15px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    background: #369616;
  }
  .event-carousel  .owl-nav .owl-prev{
    background:#369616 ;
  }
  .event-carousel .owl-controls .owl-nav .owl-next  {
    background:#369616 ;
  }
.cpt-5{
    padding-top: 50px;
}
.ccm-4{
    margin: 24px;
}

.meeting_content{
    padding-left: 34px;
    padding-right: 35px;
}

.r-btn-iss{
    padding: 8px 15px !important;
}



.room_bread.room_bread_btn{
    padding-bottom: 20px;
    text-align: left;
}
.room_other_rooms_btn{
    position: relative !important;
    
   bottom: -30px;
}
.accordion .card .card-header{
    margin: 0px !important;
    padding: 0px;
    background: #333333;
}
.accordion .card{
    background: none;
    border: none;

}
.accordion{
    border: none;
    padding: 0px 0px 20px;
}
.mb-0{
    font-family: Montserrat;
}
.btn-link{
    color: var(--white);
    text-decoration: none;
    font-family:var(--Montserrat);
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 500;
   font-family: Montserrat;
    text-align: left;
    margin-bottom: 0px;
}
.btn-link:hover{
    color: var(--white);
    text-decoration: none;
}
.btn-link i{
    font-size: 16px;
}
.btn-link:active{
    color: var(--white);
    text-decoration: none;
    border: none;
}
.btn-link:focus{
    color: var(--white);
    text-decoration: none;
    border: none;
    outline: none !important;
}
.btn.focus, .btn:focus{
    box-shadow:none;
}
:focus-visible {
    outline: none;
}
.indidual_room{
    padding: 15px 15px
}
.rooms-table {
    font-weight: 500;
    font-size: 20px;
    font-family: Montserrat;
}
.room-table-body tr td{
    padding: 15px;
}
.single_banquet{
    background-color: var(--white);
    box-shadow: 0 6px 25px #eee;
    padding: 20px 30px;
    border-radius: 20px;
}
.single_bnt_list{
    margin-top: -12px;

}
.deals_sub{
    font-weight: 400;
    font-size: 20px;
    line-height: 44px;
    letter-spacing: 0%;
    color: var(--main_red);
    margin-bottom: 0px;
    font-family: var(--Montserrat);
}
.deals_titile{
    font-family: Montserrat;
    font-weight: 400;
    font-size: 26px;
    line-height: 9px;
}
.deal_head{
    font-weight: 400;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #333;
    margin-bottom: 0px;
    font-family: var(--Montserrat);
    font-weight: 600;
    font-style: italic  ;
    padding-bottom: 25px;
}
.room_img_box2 .img-fluid{
    width: 100%;
    height: 100%;
}
/* .deals_price_box{
    display: flex;
    justify-content: space-between;
    align-items: center;
} */
.deal_price{
    font-weight: 500;
    font-size: 20px;
    font-family: Montserrat;
}
.indidual_deal{
    padding: 0px 10px 30px;
}

.room_img_box2 {
    padding-left: 0px;
    overflow: hidden;
    border-radius: 20px;
}
.modal-title.deals_modal_title{
    font-family: var(--main-font);
    color: var(--white);
}
.modal-body{
    font-family: var(--Montserrat);
}
.modal-header.deals_modal_header{
    background-color: var(--main_red);
}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}
.indidual_room.ind_deals{
    padding: 30px 10px 30px;
}
.ind_deals{
    padding: 30px 10px 30px !important;
}
.form-control:disabled, .form-control[readonly] {
    background-color: #fcecec;
    opacity: 1;
}
.form-control:focus {
    color: #333;
    background-color: #fff;
    border-color: #eb1c1fb9;
    outline: 0;
    box-shadow: 0 0 0 .2rem #eb1c1f41;
}
.deals-call p a{
    font-family: var(--Montserrat);
    font-size: 16px;
    color:#333;
    transition: all ease-in .3s;
}
.deals-call p a:hover{
    color: var(--main_red);
}
.footer_bar_menu_fixed{
    position: fixed;
    bottom: 0px;
    z-index: 100;
    background: var(--main_red);
}
.footer_bar_menu_item a img{
    width: 45px;
}

/*   efuiheifhwew*/
/*   efuiheifhwew*/
/*   efuiheifhwew*/
.fbmf_footer_bar_menu_fixed {
    position: fixed;
    bottom: 10px;
    width: 95%;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    margin: 0px 10px;
    z-index: 600;
    box-shadow: rgba(0, 0, 0, 0.5) 0px 2px 22px;
    
}
.fbmf_one{
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: #b20004;
}

.fbmf_one a{
    color: white;
    padding: 2px 15px !important;
    transition: all ease-in .3s;
    font-family: var(--Montserrat);
}
.fbmf_one a{
    color: white;
    padding: 2px 15px;
    text-decoration: underline;
}
.cbr-r{
    border-right: solid #fff 2px;
}
.fbmf_two{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px;
}
.fbmf_menu_item {
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    /* flex-direction: column; */
    cursor: pointer;
       margin: 0 2px;

    cursor: pointer;
}
.fbmf_menu_item2{
    display: flex;
    align-items: center;
    color: white;
    text-align: center;
    /* flex-direction: column; */
    cursor: pointer;
       margin: 0 2px;

    cursor: pointer;
}
.fbmf_menu_item2 img{
    width: 160px;
    height: 40px;
}

.fbmf_btn{
    background: var(--main_red);
    color:#fff;
    padding: 4px 15px !important;
    text-decoration: none;
    transition: all ease-in 0.2s;
    font-family: Montserrat;
    font-size: 13px !important;
    border-radius: 3px !important;
    font-weight: 600;
    border: solid var(--main_red) 2px;
    
}
.fbmf_btn:hover{
    background: var(--main_red);
    color:var(--main_red);
    border: solid var(--main_red) 2px;
    background-color: #fff;
}
.fbmf_menu_item img {
    width: 30px;
    
    height: 30px;
}
.fbmf_menu_item span{
    font-size: 16px;
    font-family: var(--Montserrat);
    padding: 0px 8px 0px 8px;
}
.border_right{
    border-right: solid #fff 2px !important;

}
.round_slider_name{
    position: absolute;
    bottom: 30px;
    left: 20px;
    background: rgba(12, 12, 12, 0.541);
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 2px );
-webkit-backdrop-filter: blur( 2px );
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-left: solid #e32227 5px;
padding: 5px 10px;
}
.round_slider_name h2{
    font-family: var(--main-font);
    color: #fff;
    font-size: 22px;
    margin: 0px !important;
}
/*   efuiheifhwew*/

/*==============New fac Styles =========*/
.new_fac{
    padding: 60px 20px ;
}
.new_fac_slider {
    background: #e0e0e0;
    padding: 80px 20px;
    font-size: 24px;
    border-radius: 8px;
  }

  /* Hide default owl dots */
  .owl-dots {
    display: none !important;
  }

  /* Manual dots container */
  .manual-dots {
    margin-top: 20px;
    text-align: center;
  }

  .manual-dot {
    display: inline-block;
    width: 20px;
    height: 4px;
    background-color: rgba(255, 0, 0, 0.3);
    margin: 0 2px;
    border-radius: 2px;
    transition: all 0.3s ease;
    cursor: pointer;
  }

  .manual-dot.active {
    width: 50px;
    height: 4px;
    background-color: #ff0000;
  }
  .img-fluid.new_fac_img{
    border-radius: 15px;
  }
  .img-fluid.gal_sl_img{
    border-radius: 15px;
  }
  .fac-item-new{
    padding: 60px 10px 30px;
}
/*==============New fac Styles =========*/
/*   efuiheifhwew*/
@media (min-width: 1200px) {
   .abt_page_container_cus{
        max-width: 1450px;
    }
 
}

/* Extra small devices (phones, 0px to 576px) */
  @media only screen and (max-width: 576px) {
    .mob_hide{
        display: none;
    }
      .btn_wdt_100{
        width: 100% !important;
    }
   
    .footer_desk{
        display: none;
    }
    .single_banquet{
        padding: 20px 10px;
    }
    .meeting_content {
        padding: 30px 20px;
    }
    .icon-section {
        flex-wrap: nowrap;
        gap: 1.5rem;
        margin-top: 10px;
    }
    .testimonial-left {
        text-align: center;
        padding-right: 10px;
        margin-bottom: 30px;
    }
    .custom-text {
        font-size: 10px;
    }
    .mob_first_adjust{
        margin-right: 0px !important;
        margin-left: -3px !important;
        text-align: center;
    
    }
    .crimp_padding {
        padding: 13px 0px;
    }
    .top_heading_c {
        color: var(--main_red);
        font-family: Montserrat;
        font-size: 14px !important;
        font-weight: 500;
        text-align: left;
        line-height: 32px;
    }
    .features_sec1 {
        padding: 30px 15px 30px;
        margin-top: 30px;
    }
    .features_sec{
        padding: 30px 15px;
        margin-top: 10px;
    }
     .features_sec_content {
        padding: 20px 0px 30px 0px;
    }
    .cus_other_padd {
        padding: 15px 10px 25px 10px;

    }
    
    .sub_heading_white-cuc_40 {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
    }
    .main_button_style_3 {
      
        padding: 8px 15px !important;
        text-decoration: none;
        transition: all ease-in 0.2s;
        font-size: 17px !important;
        border-radius: 15px;
        font-weight: 600;
        font-family: Montserrat;
    }
    .second_sec_t_hide{
        display: none;
    }
    .last_section{
        margin: 30px 0px  0px!important;
    }
    .footer_container{
        padding: 15px 0px 120px !important;
    }
    .event-sec {
        width: 100%;
        margin: auto;
        padding: 40px 10px 40px;
        background-color: #fcecec;
    }
    

.testimonial-card {
    background: white;
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 0px !important;
    position: relative;
    height: 100%;
    margin: 5px !important;
}
.m-carousel-caption .large_bn_box h5{
    font-size: 17px;
}
}
  
  
  /* Small devices (landscape phones, 576px to 768px) */
  @media only screen and (min-width: 577px) and (max-width: 768px) {
     .mob_hide{
        display: none;
    }
      .btn_wdt_100{
        width: 100% !important;
    }
    
    .main_button_style_2.i_t_n {
        padding: 12px 18px;
        border-radius: 15px;
        font-size: 14px !important;
    }
    .r-btn-iss{
        padding: 8px 15px !important;
    }
    .custom_padding_issue{
        margin: 20px 0px !important;
      
        
    }
    .cont_sec_content p a {
        color: var(--black);
        font-family: 'Montserrat';
        font-size: 16px;
        transition: all ease-in-out 0.3s;
        margin: 0px;
    }
    .room_sec_footer1 {
        display: flex;
        justify-content: end;
        align-items: center;
        padding: 15px 0px;
     
    }
    .mob_hide{
        display: none;
    }
    .round_slide_content_padd{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sub_heading_white-cuc_40 {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0%;
        text-align: center;
    }
    .features_sec_splt p {
   
        font-size: 12px !important;
     
    }
    .small_ban{
        font-size: 12px !important;
    }
    .room_other_rooms_btn{
        position: absolute !important;
        right: 10px !important;
        bottom: 51px !important;
    }
    .flex_ed{
        display: flex;
        justify-self: flex-end;
    }
    .testimonial-card{
        margin: 5px !important;
    
    }
   
  }
  
  /* Medium devices (tablets, 768px to 992px) */
  @media only screen and (min-width: 769px) and (max-width: 992px) {
    .carousel_bn_content {
        position: absolute;
        z-index: 100;
        top: 23%;
        left: 47px;
    }
    .sidebar {
        display: none;
    }
    .fbmf_footer_bar_menu_fixed{
        display: none;
    }
    .desk_hide{
        display: none;
    }
    .footer_mob{
        display: none;
    }
    .carousel-caption {
        display: flex !important
    ;
        justify-content: center;
        align-items: center;
        gap: 20px;
        border: solid #fff 2px;
        width: max-content;
        padding: 15px;
        border-radius: 15px;
        background: rgba(255, 255, 255, 0.04);
        border-radius: 16px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
        backdrop-filter: blur(8.2px);
        position: absolute;
        left: 15px;
        z-index: 2;
    }
    .para{
        text-align: left;
    }
    .round_slide_content_padd{
        padding: 40px 30px;
    }
    .first_sec_p{
        text-align: left;
    }
    .custom_padding_issue{
        margin: 20px 0px !important;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    
    .cpt-5 {
        padding-top: 20px;
    }
    .padding_red_sect{
        padding-left: 0px;
    }
    .main_button_style_1 {
        background: var(--main_red);
        color: white;
        padding: 8px 15px;
        border-radius: 10px;
        text-decoration: none;
        transition: all ease-in 0.2s;
        border: solid var(--main_red) 2px;
        font-family: Montserrat;
        font-weight: 600;
        font-size: 13px;
        line-height: 100%;
        letter-spacing: 0%;
    }
    .features_sec_splt p {
        color: var(--white);
        font-family: Montserrat;
        font-weight: 400;
        font-size: 12px;
        line-height: 10px !important;
        letter-spacing: 0%;
        padding-left: 50px;
    }
  }
  .cmb-30{
    margin-bottom: 30px;
  }
  .cus_room_table_td{
    width: 33.33%;
     text-align: left;
  }
  .space_top_bottom{
    padding-top: 45px;
  }
  @media screen and (max-width:767px){
    .cus_room_table_td{
    width: 53.33%;
     text-align: left;
  }

  .rooms-table {
    font-weight: 500;
    font-size: 18px;
    font-family: Montserrat;
}
    .navbar{
        background: white !important;
        background-color: white !important;
        transition: background-color 0.3s ease;
    }
    .mainnav{
        display: none !important;
    }
    .bgsec {
        padding: 85px 0 35px 0 !important;
        margin-top: 0px !important;
    }
    .cp-0{
        padding: 0px !important;
    }
    .cp-0.cp0{
        padding: 20px 0px !important;
    }
    .fac-item-new {
        padding: 0px 10px 30px;
    }
    .ind_deals{
        padding: 30px 20px 30px !important;
    }
    .navbar.sticky-header {
        background: white !important;
        background-color: white !important;
        
    }
    .deals_titile {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 22px;
        line-height: 9px;
    }
    .deals_sub {
        font-weight: 400;
        font-size: 18px;
    }
    .deal_head {
        
        font-size: 16px;
    }
    .room_img_box2 {
        padding-left: 0px;
        padding-right: 0px;
        overflow: hidden;
        border-radius: 20px;
    }
    .dropdown-menu {
        background-color: none;
        background: none;
        border-radius: 8px;
        border: none;
        padding: 10px 0;
    }
    .dropdown-item {
        color: #000000;
        padding: 10px 20px;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        font-family: Montserrat;
        transition: all ease-in 0.3s;
    }
    .footer_container{
        padding: 30px 10px 20px;
    }
    .dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.2);
        border-radius: 8px;
        color: var(--main_red);
        font-family: Montserrat;
    }
    .sidebar {
        position: fixed;
        top: 0;
        left: 0;
        width: 260px;
        height: 100%;
        background-color: #fff;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
        transform: translateX(-300%);
        transition: transform 0.3s ease;
        z-index: 10011222;
        padding-top: 20px;
        font-family: Montserrat;
    }
      .local_att {
        padding: 20px 10px;
      }
      .discover-section{
        padding: 20px 10px;
      }
      .room_sec_footer1 {
        display: flex
    ;
        justify-content: end;
        align-items: center;
        padding: 15px 0px;
    }
      .cpt-5{
        padding-top: 10px;
    }
    .m_hide{
        display: none;
    }
    .room_other_rooms_btn{
        position: absolute !important;
        right: 10px !important;
        bottom: 20px !important;
    }
    .event-caption{
        font-size: 10px;
    }
    .room_img_box .img-fluid{
        border-top-left-radius: 15px;
        border-bottom-left-radius: 0;
        border-top-right-radius: 15px;
    }
    .ccm-4{
        margin: 0px 0px 24px 0px;
     
    }
    .room_bread {
        font-weight: 500;
        font-size: 35px;
       font-family: Montserrat;
        color: var(--white);
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    .bgsec {
        padding: 42px 0;
    }
    .abt_page_section_pd {
        padding: 50px 0px;
    }
    .room_img_box {
        padding: 0px 0px 0px 0px !important;
    }
    .cus_other_padd {
        padding: 20px 10px 25px 10px;

    }
    .cont_sec_content p {
        color: var(--black);
        font-family: Montserrat;
        font-size: 16px;
        transition: all ease-in-out 0.3s;
        margin: 0px;
    }
    .cont_sec_content p a {
        color: var(--black);
        font-family: Montserrat;
        font-size: 16px;
        transition: all ease-in-out 0.3s;
        margin: 0px;
    }
    .first_inside_ico{
        position: relative;
        left: 0px;
        text-align: center;
    }
    .cont_side_icon{
        background-color: var(--main_red);
       display: inline-block;
       padding: 20px;
       border-radius: 50%;
       position: absolute;
       top: 25%;
       left: 10px;
    }
    .terms{
        padding: 30px 10px;
      }
      .terms_container h2{
        text-align: center;
      }
      .carousel-caption{
        display: none !important;
      }
      .wel_img_container{
        padding: 0px 40px;
      }
      .wel_tag .tag_png{
        width: 90px;
        border-radius: none !important;
      }
      .wel_tag{
        left: -18px;
      }
      .first_sec{
        padding: 40px 0px 55px;
      }
      .wel_star .star_png {
        width: 100px;
    }
    .wel_star {
        position: absolute;
        bottom: -45px;
        left: -42px;
    }
    .wel_img_container{
        padding-bottom: 40px;
    }
    .sub_heading_white_cs_40 {
        font-family: Montserrat;
        font-weight: 600;
        font-size: 21px;
        line-height: 30px;
        letter-spacing: 0%;
        text-align: center;
    }
  
    
    .pm-5{
        padding-top:15px ;
    }
    .deals {
        padding: 60px 0px 10px;
    }
    .deal-card h4 {
        font-family: Montserrat;
        color: var(--black);
        font-size: 18px;
        font-weight: 400;
    }
    .con-pad-top{
        padding-top: 40px;
    }
  
    .sub_heading.sub_heading_c{
        font-size: 26px    !important  ;
    }
    .abt_vision_card {
        background-color: var(--white);
        padding: 40px 11px;
        margin: 18px -1px;
        /* border: 3px outset #eb1c21; */
        border-radius: 15px;
        position: relative;
    }
    .abt_mv_pad_iss {
        padding: 0px;
    }
    .carousel_bn_content h2 {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 15px;
        letter-spacing: 0%;

        letter-spacing: 0%;
        color: var(--white);
    }
    .carousel_bn_content h1 {
        font-family: Montserrat;
        font-weight: 400;
        font-size: 26px;
        line-height: 0px;
        color: var(--white);
        padding-bottom: 19px;
    }
    .carousel_bn_content {
        position: absolute;
        z-index: 100;
        top: 120px;
        left: 30px;
        width: max-content;
    }
    .banner_btn{
        padding: 6px 12px !important;
        font-size: 17px;
    }
    .room_sec_details {
      
        padding: 20px 17px 0px;
    }
    .deal_icon .img-fluid {
        width: 65px;
    }
    .rooms_btn_position{
        position: absolute;
        bottom: 20px !important;
        right: 10px;
    }
    .cpb_3 {
        padding-bottom: 45px;
    }
}
@media screen and (max-width:1000px){
    .navbar{
        background: white !important;
        background-color: white !important;
        transition: background-color 0.3s ease;
    }
    .navbar.sticky-header {
        background: white !important;
        background-color: white !important;
        
    }
    .nav-link{
        font-family: Montserrat;
        font-style: normal;
        font-weight: 500;
        font-size: 18px;
        line-height: 26px;
        margin-right: 30px;
        color: #000000 !important;
    }
}
  /* Large devices (laptops/desktops, 992px to 1200px) */
  @media only screen and (min-width: 993px) and (max-width: 1200px) {
    .desk_hide{
        display: none;
    }
    .sidebar {
        display: none;
    }
    .fbmf_footer_bar_menu_fixed{
        display: none;
    }
    .features_sec_content {
        padding-left: 38px;
        padding-right: 43px !important;
    }
    .footer_mob{
        display: none;
    }
.carousel-caption {
    display: flex !important
;
    justify-content: center;
    align-items: center;
    gap: 20px;
    border: solid #fff 2px;
    width: max-content !important;
    padding: 15px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.04);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(8.2px);
    position: absolute;
    left: 34%;
    z-index: 2;
}
.meeting_content{
    padding-left: 34px;
}
.indidual_room{
    padding: 30px 10px 60px;
}
.b_btn{
    padding: 2px 1px !important;
    border-radius: 35px !important;
}
  }
  /* Extra large devices (large desktops, 1200px and above) */
  @media only screen and (min-width: 1201px) {
    .desk_hide{
        display: none;
    }
    .fbmf_footer_bar_menu_fixed{
        display: none;
    }
    .meeting_content{
        padding-left: 40px;
    }
    .ind_deals{
        padding: 30px 10px 30px !important;
    }
    .indidual_room{
        padding: 30px 10px 37px;
    }
    .footer_mob{
        display: none;
    }
    .sidebar {
        display: none;
    }
    
  }

  .cap{
    text-transform: uppercase !important;
}
.cur{
    cursor: pointer !important;
}
.fas_a_tag{
    text-decoration: none !important;
    color: #333;
    transition: all ease-in 0.3s;
}
.fas_a_tag:hover{
    text-decoration: none !important;
    color: var(--main_red);
}


.main_sample_logo {
    display: none;
    position: fixed;
    top: 0px;
    padding: 8px 0px;
    z-index: 900;
    background-color: #fff;
    margin: 0px;
}

.sample_logo {
    width: 125px;
}

@media screen and (max-width:763px) {
    .main_sample_logo {
        display: block;
        width: 100%;
    }
}


.fbmf_menu_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    text-align: center;
    /* flex-direction: column; */
    cursor: pointer;
    margin: 0 2px;
    cursor: pointer;
    width: 100%;
}


.chatbot-toggle-btn {
    position: fixed;
    bottom: 90px !important;
    right: 40px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    animation: glow 2s infinite;
    z-index: 99997;
}

.speech-bubble {
    position: fixed;
    color: white;
    padding: 15px;
    bottom: 170px !important;
    right: 20px;
    z-index: 99997;
    background: #00aabb;
    border-radius: .4em;
}