:root {
  /* --primary-color: #0e175c; */
  --primary-color: #7f1619;
  --primary-gray: #444;
  --gold-color: #b28331;
  --gold-text-color: #c19d68;
  --grey-color: #f8f1ed;
  --white-color: #ffffff;
  --title-fonts: "STIX Two Text", serif;
  --body-fonts: "Montserrat", serif;
}

.room-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.room-bottom span {
  font-size: 14px;
  font-weight: 400;
  color: #616161;
  font-family: var(--body-fonts);
}

.room-bottom .coustomar-rating img {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(38%) sepia(0%) saturate(4766%)
    hue-rotate(87deg) brightness(95%) contrast(94%);
}

/* .footer-widget-contact .footer-widget-logo img {
    mix-blend-mode: hard-light;
} */
footer {
  background: #661214;
}

.footer-widget-contact {
  /* background: var(--primary-color); */
  background: rgb(0 0 0 / 67%);
  /* background: var(--primary-gray); */
  position: relative;
}

.footer-widget-contact .overlay-wrapper {
  position: relative;
  z-index: 2;
}

.footer-widget-contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/building.jpeg) no-repeat center center;
  background-size: cover;
  opacity: 0.2;
}

.book-now a {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-transform: uppercase;
}

.facilities-area .luxury-button:before {
  display: none;
}

#lightgallery .room-single-box {
  position: relative;
  margin: 0;
  background: none;
  padding-bottom: 1.5rem;
}

#lightgallery .room-single-box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.gallery.room-title-area {
  padding: 0;
  margin-top: 50px;
}

.gallery-inner {
     background: var(--white-color);
    padding: 6rem 0 0rem;
    /*height: unset !important;*/
}

.image-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

@media (max-width: 767px) {
  .image-gallery {
    flex-direction: column;
  }
}

.image-gallery img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

/* p {
  font-size: 1.25rem;
} */

.hall-amenities-icon {
  width: 30px;
  height: 30px;
  /* margin-right: 10px; */
  object-fit: contain;
  filter: invert(10%) sepia(93%) saturate(4373%) hue-rotate(351deg) brightness(72%) contrast(90%);
}

/* gallery */
.portfolio {
  padding: 0rem 0 6rem;
  /*padding-top: 14rem;*/
  background: var(--white-color);
}

.portfolio img {
  width: 100%;
  /*height: 250px;*/
  object-fit: cover;
}
.mtb-40 {
  margin: 40px 0;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  -o-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.portfolio {
  overflow: hidden;
}
.portfolio .filtering span {
  position: relative;
  z-index: 2;
  background: var(--white-color);
  border: transparent;
  border-radius: 10px;
  margin-right: 13px;
  text-transform: uppercase;
  color: #222222;
  font-weight: 400;
  font-family: var(--title-fonts);
  font-size: 15px;
  padding: 9px 25px;
  curser: pointer;
    border: 1px solid var(--primary-color);
}
.portfolio .filtering span.active {
  color: var(--white-color);
  background-color: var(--primary-color);
}
.portfolio .filtering span:before {
  content: "";
  width: 0;
  height: 2px;
  /* background: #111; */
  position: absolute;
  left: 0;
  bottom: -5px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: -1;
}
.portfolio .filtering .active:before {
  width: 95%;
}
.portfolio .items {
  padding: 0 15px;
  margin-bottom: 30px;
}
.portfolio .item-img {
  position: relative;
  overflow: hidden;
}
.portfolio .item-img:hover .item-img-overlay {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio .item-img:hover h6,
.portfolio .item-img:hover .icons {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.portfolio .item-img h6 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.portfolio .item-img .icon i {
  display: inline-block;
  color: #eee;
  font-size: 2rem;
}
.portfolio .item-img .icon i:hover {
  background: transparent;
  color: #000;
}
.portfolio .item-img-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
}

.contact.breadcumb-area {
  background: url("../images/home/building.jpeg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.contact.breadcumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* z-index: -1; */
}
.breadcumb-area .container {
  z-index: 2;
}

.about-thumb img {
  object-fit: cover;
  height: 550px;
  width: 600px;
}

.whatsapp-button {
  position: fixed;
  bottom: 40px;
  left: 20px;
  background-color: #25d366; /* WhatsApp green color */
  color: #ffffff;
  padding: 10px;
  border-radius: 50%;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000; /* Ensure it appears above other elements */
}

.whatsapp-icon {
  width: 30px;
  height: 30px;
  fill: #ffffff; /* WhatsApp icon color */
}

.filtering {
  display: grid;
  gap: 10px;
  /*padding: 0 15px;*/
}

@media screen and (max-width: 576px) {
  .filtering {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 577px) {
  .filtering {
    grid-template-columns: repeat(5, 1fr);
  }
}

.style-two.contact-area {
  background: var(--white-color);
}

.feature-content h5 {
  /* background: red; */
  padding: 0 !important;
  margin: 0 !important;
  padding-bottom: 10px !important;
  color: var(--primary-color);
}

.fixer {
  width: 60px;
  height: 60px;
  object-fit: contain;
  padding: 5px;
  filter: invert(10%) sepia(93%) saturate(4373%) hue-rotate(351deg) brightness(72%) contrast(90%);
}

.facilities.breadcumb-area,
.about.breadcumb-area {
  background: url("../images/banner/deCrown.jpeg") no-repeat top center;
  background-size: cover;
  position: relative;
}
.hall.breadcumb-area {
  background: url("../images/banner/2.jpeg") no-repeat top center;
  background-size: cover;
  position: relative;
}
.rooms.breadcumb-area {
  background: url("../images/rooms/1.jpeg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.deluxe.breadcumb-area {
  background: url("../images/rooms/1.jpeg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.superdeluxe.breadcumb-area {
  background: url("../images/rooms/2.jpeg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.semisuite.breadcumb-area {
  background: url("../images/rooms/3.jpeg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.dining.breadcumb-area {
  background: url("../images/dining/1.jpg") no-repeat center center;
  background-size: cover;
  position: relative;
}
.gallery_.breadcumb-area {
  background: url("../images/about/2.jpeg") no-repeat center center;
  background-size: cover;
  position: relative;
}

.room-detils-thumb img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.facilities-thumb img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}

.breadcumb-area::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70vh;
  background-color: rgba(0, 0, 0, 0.65);
  /* z-index: -1; */
}

/* .header-menu ul {
  background: red !important;
  z-index: 9999!important;
}
.breadcum-title h4 {
  position: absolute;
  background: blue;
  z-index: -999999999!important;
  top: 0;
} */

.breacumb-content {
  z-index: -1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

@media (max-width: 767px) {
  .contact-area .col-md-12 {
    background-color: var(--white-color);
  }
}

.service-time-list-item ul li {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
}
.service-time-list-item ul li {
      color: #222222;
    font-size: 15px;
    border-bottom: 1px solid #c9bbbb;
    padding-bottom: 15px;
    padding-top: 15px;
}
.service-time-list-item ul li b {
  text-transform: capitalize;
}

.item-img {
  cursor: zoom-in;
}

.link i {
  cursor: zoom-in;
  padding: 600px;
  opacity: 0;
}

.header-logo a img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}

.logo {
  width: 130px;
  height: 60px;
  object-fit: contain;
  padding: 10px;

  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

.footer-widget-logo a img {
  width: 150px;
  height: 100px;
  object-fit: contain;
}
