@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&family=Rakkas&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oleo+Script+Swash+Caps&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato&display=swap");

@font-face{
  src: url('public/condensedhand-webfont.eot');
  font-family: 'condensedhand-webfont'!important;
}
@font-face{
  src: url('RusticJack/OTF/RusticJack.otf');
  font-family: 'RusticJack'!important;
}
@font-face {
  font-family: 'vtksBold&Cool';
  src: url('vtksBold&Cool.ttf');
}
@font-face{
  src: url('RusticJack/OTF/RusticJackRough.otf');
  font-family: 'RusticJackRough'!important;
}
@font-face {
  font-family: 'Jost-Bold';
  src: url(Jost-Bold.ttf);
}
.rusticjackRoughes{
  font-family: 'RusticJackRough'!important;

}
.vtksBold{
  /* font-family: 'RusticJackRough'!important; */
  font-family: 'vtksBold&Cool';

}
.rusticjackRoughdatat{
  font-family: 'RusticJackRough'!important;
  font-size: 30px;
}
.rusticjack{
  font-family: 'RusticJack'!important;
  font-size: 30px;
}


* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  text-align: justify !important;
  font-family: "Lato", sans-serif !important;
  overflow-x: hidden;
  background-color: #2f2f2f !important;
}
p {
  font-size: 18px;
}

h5,
h4,
h6 {
  /* font-family: "Oleo Script Swash Caps", cursive !important; */
  font-family: condensedhand-webfont, sans-serif !important;
  font-size: 40px !important;
}

h5 {
  font-size: 25px !important;
}
button h5{
  margin: 0;
  padding: 10px;
}
h6 {
  font-size: 16px !important;
}

h1
,h2 {
  font-family: 'Jost-Bold';
  font-weight: 200; 
   color: #c0c0c0;
}
.section1-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.navbar-scroll {
  background-color: #231f20 !important;
}
.mobile_menu {
  display: none;
}
.navbar-nav .nav-link.active {
  text-decoration: underline;
}

.navbar-brand {
  height: fit-content !important;
  padding: 0 15px !important;
}
.navbar {
  margin-bottom: 0 !important;
}
.navbar-brand img {
  width: 150px !important;
}
/* for desktop menu */
.nav-item a {
  color: #fff !important;
  font-size: 15px;
  font-weight: 600;
}

.navbar-expand-lg .navbar-collapse {
  flex-direction: column;
  align-items: end !important;
}
#navbarSupportedContent {
  display: flex !important;
  justify-content: end;
}
.offcanvas-header img {
  height: 80px;
}
/* for banner */
.main_banner {
  /* background-image: url(images/main-banner.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative; */
  padding: 20px;
  padding-top: 100px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

/* animation */

@keyframes fadeIn {
  0% {
    opacity: 0; /* Start with opacity 0 (fully transparent) */
  }
  100% {
    opacity: 1; /* End with opacity 1 (fully opaque) */
  }
}
.main_banner h1,
.main_banner p,
.main_banner h2,
.main_banner h5 {
  position: relative;
  z-index: 5;
  /* color: #fff; */
  animation: fadeIn 2s ease-in-out;
}
.main_banner p {
  text-align: center;
  width: 80%;
  margin: auto;
  margin-bottom: 10px;
}
.carousel-ban-text-adj {
  position: absolute;
  width: 100%;
  display: flex;
  background-color: #000000a8;
  padding: 8px;
  height: 100%;
}
.section2-banner{
  width: 100%;
}
.carousel-header-adj {
  margin: 0;
  vertical-align: top;
  padding-left: 0px;
  text-align: left;
  left: -3px;
}
.carousel-paragraph {
  margin-left: 0;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-left: 0;
}
.carousel-img-fit {
  min-width: 980px;
  min-height: 700px;
  object-fit: cover;
  object-position: 50% 50%;
}
.carousel-banner {
  max-height: 650px !important;
  min-height: 500px;
}
/* .carousel-banner-indicator {
  margin-left: auto;
  margin-right: auto;
  transition: 1s;
} */

.carousel-swap-adjuster {
  bottom: -20px;
}
.carousel-banner.active {
  display: flex;
  justify-content: center;
}
.carousel-banner.carousel-item-next {
  display: flex;
  justify-content: center;
}
.carousel-banner.carousel-item-prev {
  display: flex;
  justify-content: center;
}
/* @media (max-width: 768px) {
  .carousel-swap-adjuster {
    bottom: -40px;
  }
}
@media (max-width: 550px) {
  .carousel-swap-adjuster {
    bottom: -75px;
  }
}
@media (max-width: 380px) {
  .carousel-swap-adjuster {
    bottom: -105px;
  }
} */
.background-overlay::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  opacity: 0.4 !important;
}
.contact_bg::before {
  opacity: 0.9 !important;
}

.explore_text,
.gallery-text {
  position: relative;
  animation: fadeIn 2s ease-in-out;
}

.explore_text::after,
.gallery-text::after {
  content: "";
  position: absolute;
  border: 2px solid #c0c0c0;
  width: 5%;
  top: 50%;
  right: 30%;
}
.explore_text::before,
.gallery-text::before {
  content: "";
  position: absolute;
  border: 2px solid #c0c0c0;
  width: 5%;
  top: 50%;
  left: 30%;
}
.custom_hr {
  border: 2px solid #c0c0c0;
  z-index: 10;
  position: relative;
  opacity: 1;
  animation: fadeIn 2s ease-in-out;
  width: 50%;
  margin: auto;
  margin-bottom: 30px;
}
.explore_item a {
  text-decoration: none;
  color: #fff;
}
.explore_item {
  width: fit-content;
  margin: auto;
}
.explore_item a:hover {
  text-decoration: none;
  color: #fff;
}
.button_container {
  display: flex;
  gap: 10px;
  justify-content: center;
  z-index: 10;
  position: relative;
}
.button_container button {
  width: fit-content;
  border: none;
  outline: none;
  padding: 10px 15px;
  font-weight: 700;
}

/* for carousel */
.gallry_carousel {
  display: none;
}

.section3-carousel {
  background: url("images/bg1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 20px;
}
.section3-carousel h1 {
  position: relative;
  z-index: 10;
  color: #fff;
  text-align: center;
}



.section3-carousel .carousel-item img {
  border-radius: 15px;
}

/* for drink menu */
.section4-menu {
  display: flex;
}

.food-drinks-menu-container {
  /* background-image: url("images/chef-img2.png"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px;
  width: 100%;
}
.drinks-menu-container {
  /* background-image: url("images/drink-background-img.jpg"); */
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px;
  width: 100%;
}
.food-drinks-menu ul {
  padding: 0;
  list-style: none;
}

.food-drinks-menu li {
  text-align: center;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 15px;
}
.food-drinks-menu li a,
.food-drinks-menu h1 {
  color: #fff;
  z-index: 10;
  position: relative;
  text-decoration: none;
}

.custom_border_bottom h1::after {
  content: "";
  position: absolute;
  /* border: 2px solid #c0c0c0; */
  width: 30%;
  top: 100%;
  left: 35%;
}
.explore_text_for_food_menu {
  text-align: end;
}
.explore_text_for_food_menu a {
  color: #fff;
  font-size: 20px;
  z-index: 10;
  position: relative;
}

/* for booking */
.section5-booking {
  background-image: url("images/booking.png");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px;
  width: 100%;
  opacity: 0.9 !important;
}
.booking_text {
  position: relative;
  text-align: center;
  z-index: 10;
  color: #c0c0c0;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 40px;
}

.location_booking {
  display: flex;
}
.location-box-for-mobile {
  display: none;
}

.icon_box {
  z-index: 10;
  position: relative;
  color: #c0c0c0;
  text-align: center;
  margin: 30px 0;
  font-size: 18px;
  width: 70%;
  /* margin: auto; */
}

/* for footer */
.section6-footer {
  /* background: url("images/gallery-banner.jpg"); */
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px;
  padding-bottom: 40px;
  width: 100%;
}
.follow-us p {
  font-size: 24px;
}

.footer_images {
  text-align: center;
  position: relative;
  z-index: 10;
}
.footer_images img {
  width: 300px;
}
.follow-us {
  z-index: 10;
  font-size: 25px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.sectio7-footer-menu {
  background-color: #000;
  padding: 10px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 90;
}
.footer-menu-icon {
  display: flex;
  justify-content: space-between;
}
.footer-menu-icon .fa-solid {
  color: #fff;
  font-size: 20px;
}

/* for booking popup */

.booking_container {
  display: none;
  position: relative;
  z-index: 10000;
}
.cose_popup {
  text-decoration: underline;
  cursor: pointer;
}
.cose_popup .fa-solid {
  font-size: 16px;
}
.booking_container_wrapper {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.438);
}
.booking_inner {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: fit-content;
  padding: 20px 100px;
  background-color: #858585;
  text-align: center;
  color: #fff;
}

.booking_inner a {
  text-decoration: none;
  color: #fff;
}
.booking_inner a:hover {
  text-decoration: none;
}

#button-section.animate-buttons {
  animation: slideRight 1s ease-in-out;
}

/* for reservation */
.reservation_bg {
  background: url("images/hotel.jpg");
  background-position: left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 20px;
  padding-bottom: 40px;
  width: 100%;
}

.reservation_container {
  padding: 80px 10px 10px 10px;
  z-index: 10;
  position: relative;
  color: #fff;
  text-align: center;
}
.card-body {
  color: #fff;
  padding: 0 !important;
  background: #1d1d1d;
  border: 2px solid #000;
  /* border-bottom: 0px; */
}

.card-box {
  border-bottom: 2px solid #000;
  padding: 10px;
  font-size: 20px;
  font-weight: 600;
}
.card-box-button button {
  width: 100%;
  border: none;
  padding: 10px;
  color: #000;
  outline: none;
  background-color: #c0c0c0;
}
.card-box .fa-solid {
  margin-top: 30px;
  cursor: pointer;
  color: #c0c0c0;
}
.icon_box_reservation .fa,
.icon_box_reservation .fas {
  font-size: 25px;
  margin-bottom: 15px;
  color: #c0c0c0;
}
.icon_box_reservation a {
  text-decoration: none;
  color: #c0c0c0;
  font-size: 24px;
}
.icon_box_reservation {
  width: 100% !important;
  color: #c0c0c0;
}
.icon_box_reservation a:hover {
  text-decoration: none;
  color: #c0c0c0;
  cursor: pointer;
}

/* reservaiton form */
.reservation_form {
  background: #000;
}
.date_text {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding: 10px;
  justify-content: center;
}
.date_text .fa-chevron-left,
.date_text p {
  font-size: 20px;
  margin-bottom: 0;
}
.privacy_text {
  background: #2b2b2b;
  color: #fff;
  padding: 10px;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
}
.privacy_text p {
  margin-bottom: 0;
  font-size: 20px;
}

.form_box {
  padding: 15px;
}
.label_text {
  font-size: 20px;
  font-weight: 400;
  margin: 20px 0;
}

/* for reservation form  */
.reservation_form_box {
  background-color: #8a8b8b;
  border-radius: 10px;
  position: relative;
}

.contact_form_field input,
.contact_form_field textarea {
  border: none;
  outline: none;
  width: 100%;
  background-color: transparent;
  padding: 15px 10px;
}
.contact_form_field {
  border-bottom: 1px solid #000;
}
.contact_form_field select {
  border: none;
  outline: none;
  width: 30%;
  background-color: transparent !important;
  padding: 15px 10px;
  font-weight: 600;
}
.contact_form_field textarea {
  border-bottom: 0 !important;
  max-height: 120px;
  max-width: 100%;
  min-height: 120px;
  min-width: 100%;
}
.contact_form_field select option {
  color: #8a8b8b;
  font-weight: 600;
}
.contact_form_field input::placeholder,
.contact_form_field textarea::placeholder {
  color: #fff;
  font-weight: 600;
}

.icon_form_field {
  display: flex;
  gap: 10px;
  padding: 10px 20px;
  border-bottom: 1px solid #000;
  align-items: baseline;
}
.icon_form_field label {
  font-weight: normal;
  text-align: left;
  padding-right: 15px;
}
.icon_form_field .fa-circle-exclamation {
  position: absolute;
  right: 10px;
}
.check_box_field {
  border-bottom: 0 !important;
}
.submit_button {
  width: 100%;
  border: none;
  color: #000;
  outline: none;
  background-color: #c0c0c0;
}

/* for gallery page */

.gallery_bg {
  background: url("new_image/492753928.jpg");
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  width: 100%;
  padding: 20px;
}
.event_bg {
  background: url("new_image/492753928.jpg") ;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  position: relative !important;
  width: 100%;
  padding: 20px;
}

.contact_bg{
  background-image: url('images/NH_23-09-07_0015.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 20px;
}
.food_bg {
  background: url("images/2309_KNIGHT0716.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 20px;
}
.drink_bg {
  /* background: url("images/drink-background-img.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 20px;
}
.room_bg {
  /* background: url("images/room-bg.jpg"); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  padding: 20px;
}
#carouselExample .carousel-inner {
  left: 50% !important;
  transform: translate(-50%, 0%) !important;
  height: 300px !important;
  width: 300px !important;
  position: relative !important;
}

@keyframes slideRight {
  from {
    transform: translateY(100%); /* Start from the right */
  }
  to {
    transform: translateY(0); /* Move to the original position */
  }
}
@keyframes slideBottom {
  from {
    transform: translateY(100%); /* Start from the right */
  }
  to {
    transform: translateY(0); /* Move to the original position */
  }
}

@media only screen and (max-width: 768px) {
  .for-desktop {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  #carouselExample,
  #carouselExample2 {
    display: none !important;
  }
  .page-event .gallry_carousel,
  .page-event #carouselExample {
    display: inline !important;
  }
  .section5-booking .custom_border_bottom h1::after {
    width: 8% !important;
    left: 46%;
  }
}

@media only screen and (max-width: 992px) and (min-width: 767px) {
  .desktop_menu {
    display: none;
  }

  .mobile_menu {
    display: block;
  }
  .section1-navbar .container .row .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333% !important;
  }
  .toggle_menu .fa-bars {
    color: #c0c0c0;
    font-size: 20px;
    margin-top: 7px;
  }
  .logo {
    display: flex;
    justify-content: center;
    height: 60px;
  }
  .offcanvas {
    background-color: #313131;
  }
  .btn-close {
    background-color: #fff;
  }
  .mobile_menu ul {
    padding: 0;
    list-style: none;
    padding-left: 20px;
  }
  .mobile_menu ul a {
    text-decoration: none;
    color: #fff;
    font-size: 18px;
  }
  .mobile_menu ul li {
    margin-bottom: 15px;
  }
  .get_a_call {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: end;
  }
  .get_a_call .call_us img {
    font-size: 25px;
    color: #c0c0c0;
  }

  .book_now_btn {
    border: none;
    outline: none;
    background-color: #9b9b9b;
    border-radius: 5px;
    padding: 5px 20px;
    color: #fff;
    font-family: Oleo Script Swash Caps;
  }
}

.dropdown-toggle {
  background: transparent !important;
  border: 0 !important;
  color: #fff !important;
  top: 10px !important;
  outline: none !important;
}

/* for contact us  */
.contact-icon-box {
  margin-bottom: 40px;
}
.contact-icon-box i,
.icon_box i {
  font-size: 25px;
}
.icon_box {
  margin-bottom: 10px;
}

/* for food page */
.menu_item_list {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  position: relative;
  margin-top: 20px;
  color: #c0c0c0;
  width: 100%;
}

.menu_list_box {
  border-left: 1px solid #fff;
  text-align: center;
  margin-bottom: 20px;
}
.nav-tabs .nav-link {
  padding: 0 15px !important;
  border: none !important;
}
.nav-tabs .nav-link.active {
  background-color: transparent !important;
  border: none;
  color: #fff !important;
}
.nav-tabs .nav-link:hover,
.nav-tabs > li.active > a {
  background-color: transparent !important;
  border: none !important;
  color: #fff !important;
}
.nav-tabs {
  border-bottom: 0 !important;
}

.drink_menu_list {
  width: fit-content;
  padding: 0 15px;
}
.menu_list_box p {
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 16px !important;
  padding: 0 10px;
}
.food_details_container {
  position: relative;
  color: #fff;
}
.food_details_box {
  border-bottom: 1px solid;
  margin-bottom: 40px;
}
.food_details_box .food_name {
  justify-content: space-between;
  display: flex;
}
.menu_btn {
  border: none;
  color: #000;
  outline: none;
  width: fit-content;
  background-color: #c0c0c0;
  padding: 5px 15px;
  margin-left: auto;
  display: flex;
}

/* for room  */
.reservation_container .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}
.mobile_room_carousel .card {
  margin: 20px 0px;
  width: 320px;
  height: auto;
  background-color: #8a8b8b !important;
  color: #fff;
}

.card2 {
  padding: 10px 50px;
}

.date_selector_field {
  background-color: transparent;
  border: none;
  outline: none;
  text-align: center;
}
.date_selector_field::placeholder {
  color: #fff;
  text-align: center;
}
.room_book_btn {
  border: none;
  color: #000;
  outline: none;
  width: fit-content;
  margin-top: 20px !important;
  background-color: #c0c0c0;
  padding: 0px 30px;
  margin: auto;
  display: flex;
}
.card .carousel-item img {
  border-radius: 0 !important;
}
.mobile_room_carousel {
  justify-content: center;
  /* display: none; */
  flex-wrap: wrap;
  gap: 40px;
  display: flex;
}

/* for room read more */

.room_facilities,
.slideshow_gallery {
  position: relative;
  color: #fff;
}

.slideshow_gallery {
  width: 500px;
  margin: auto;
  margin-top: 0px;
}

.reservation_container .col-sm-12 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.reservation_form_bg {
  padding: 0 !important;
}
.filter-option.pull-left {
  font-size: 0;
}

.filter-option.pull-left i {
  font-size: 16px; /* Adjust the font size of the flag icon as needed */
}
.reservation_form .text {
  display: none !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 60px !important;
}

/* for time picker */

#timing {
  background: transparent;
  border: none;
  color: #fff;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: none;
  padding: 0 60px;
}
#timing.select2-container .select2-dropdown {
  max-height: 200px; /* Adjust the height as needed */
}
#timing option {
  background-color: #1d1d1d;
}
#timing::-ms-expand {
  display: none !important;
}
#timing::-webkit-scrollbar {
  display: none !important;
}

/* for guest modal */
.guest_modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
  background-color: #1d1d1d;
  width: 300px;
  height: 300px;
  overflow: auto;
  margin: 150px auto;
  border-radius: 5px;
}

.close {
  float: right;
  cursor: pointer;
}

/* Dropdown styles */
.guest-dropdown {
  display: flex;
  flex-direction: column;
  padding-top: 80px;
  background-color: #1d1d1d;

}

.guest-option {
  padding: 5px;
  cursor: pointer;
}
.select_modal_box {
  display: grid;
  position: fixed;
  background-color: #1d1d1d;
  z-index: 10;
  width: 300px;
}


/* for contact us form */
.contact_form_contact{
  border: 1px solid #fff;
  padding: 20px;
}
.first_box{
  display: flex;
  gap: 10px;
}
.contact_form_contact input, .contact_form_contact textarea{
  width: 100%;
  margin-bottom: 10px;
  padding: 15px;
  background-color: transparent;
  border: 1px solid #c0c0c0;
  outline: none;
  color: #fff;
}
.contact_form_contact input::placeholder, .contact_form_contact textarea::placeholder{
  color: #fff;
  font-size: 18px;
}
.submit_btn{
  border: none;
  color: #000;
  outline: none;
  background-color: #c0c0c0;
}
.mobile_main_banner{
  display: none;
}