@media only screen and (max-width: 991px) {
  .page-main-sec .blog-sub-sec {
    flex-direction: column-reverse !important;
  }
  .blog-main-content {
    padding-top: 30px !important;
  }
}
.font-heading-45 {
  font-family: "Argesta Display";
  font-size: 45px;
}
.font-heading-30 {
  font-family: "Argesta Display";
  font-size: 30px;
}
.font-heading-18 {
  font-family: "Argesta Display";
  font-size: 18px;
}
.font-heading-16 {
  font-family: "Argesta Display";
  font-size: 16px;
}
.font-heading-14 {
  font-family: "Argesta Display";
  font-size: 14px;
}
.news-box .content .author img {
  height: 35px;
}
.font-size-14 {
  font-size: 14px;
}
.blog-link-color:hover {
  color: #856d47;
}
.read-more-link {
  color: #997c4f;
}

/* Gallery Page Style */
.grid-wrapper > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.grid-wrapper > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.grid-wrapper {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}
.grid-wrapper .wide {
  grid-column: span 2;
}
.grid-wrapper .tall {
  grid-row: span 2;
}
.grid-wrapper .big {
  grid-column: span 2;
  grid-row: span 2;
}
.grid-wrapper img:hover {
  scale: 1.05;
}
/* .grid-wrapper img {
  position: relative;
}
.grid-wrapper img::before {
  position: absolute;
  content: "";
  background-color: red;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999;
} */
.gallary-img {
  overflow: hidden;
}

.gallary-img img {
  transition: 0.5s ease;
}
/* .gallary-img {
  position: relative;
   
}
.gallary-img::before {
  position: absolute;
  background-color: red;
  opacity: 1;
  scale: 0;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}
.gallary-img:hover::before {
  scale: 1;
  opacity: .5;
   transform: all 0.7 ease;
} */
.gallary-img a {
  width: 100%;
}
.gallary-img a img {
  width: 100%;
}

/* 1199 991 */

@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .about-page-style {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 1200px) {
  .about-parallax-sec {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 600px) {
  .about-spacing {
    height: 50px;
  }
  .about-parallax-sec {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(190px, 1fr));
    grid-auto-rows: 170px;
    grid-auto-flow: dense;
  }
  .m-pt-24 {
    padding-top: 24px !important;
  }
}
@media only screen and (max-width: 500px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-auto-rows: 100px;
    gap: 5px;
  }
}
@media only screen and (max-width: 470px) {
  .grid-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    grid-auto-rows: 80px;
    gap: 5px;
  }
}
@media only screen and (max-width: 350px) {
  .home-facility-link > div {
    padding: 10px 5px;
    min-width: 100px;
  }
  .data-tab-facility a span {
    font-size: 28px;
  }
}
@media only screen and (max-width: 450px) {
  .m-pt-50px {
    padding-top: 50px !important;
  }
  .m-pb-50px {
    padding-bottom: 50px !important;
  }
  .m-pb-0px {
    padding-bottom: 0px !important;
  }
  .m-f-35 {
    font-size: 35px !important;
  }
  .m-mt-15px {
    margin-top: 15px !important;
  }
  .m-mb-20px {
    margin-bottom: 20px !important;
  }
  .width-50 {
    width: 50% !important;
  }
  .home-room-sec-padding {
    padding-top: 50px !important;
  }
  .facility-new-sec {
    padding-top: 50px;
  }
  .facility-home-wrapper {
    margin-top: 50px;
  }
  .home-facility-sec-main {
    padding-top: 50px !important;
  }
  .side-hotel-box.right {
    padding: 50px 0px;
  }
  .side-content.text-left {
    padding: 50px 0px;
  }
  .room-inner-facility-sec .room-info-box {
    padding: 30px 0;
  }
  .room-box .content {
    top: -15px;
  }
  .room-box .content {
    margin-bottom: 0px;
  }
  .rooms-list {
    gap: 50px;
  }
  .hamburger-navigation-active .hamburger-navigation .nav-menu {
    position: relative;
    top: -40px;
  }
  .hamburger-navigation .info-box span {
    font-size: 16px;
  }
  .gallery-title-sec {
    padding-top: 10px !important;
  }
}

/* Gallery Button style */
.gallery-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
}
.gallery-btn-main {
  padding: 45px 0;
  /* background-color: red; */
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}
.gallery-img-btn.active {
  background-color: #856d47;
  color: #fff;
}
.gallery-video-btn.active {
  background-color: #856d47;
  color: #ffff;
}
.gallary-img-main.view {
  display: grid;
}
.gallary-img-main {
  display: none;
}
.gallery-video-sec {
  display: none;
}
.gallery-video-sec.view {
  display: block;
}
.video-main-sec {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.video-main-sec img {
  border-radius: 5px;
}
.video-sec {
  position: relative;
}
.video-sec i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffff;
  border-radius: 50%;
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .video-main-sec {
    grid-template-columns: 1fr 1fr;
    gap: 15px;
  }
}
@media only screen and (max-width: 450px) {
  .video-main-sec {
    grid-template-columns: 1fr;
  }
  .gallery-btn-main {
    padding-top: 0px;
  }
  .facility-home-icon-sec .facility-home-icon h6 {
    text-align: center;
  }
  .about-content-sec .custom-button {
    padding: 0 25px;
  }
}

/* Room slider nav */
.room-gallery-top .swiper-button-next {
  background-color: #ffffff8d;
  padding: 25px;
  border-radius: 50%;
  background-image: url(../images/icons/slider-arrow.svg);
  background-size: 15px;
  transform: translateY(-50%);
}
.room-gallery-top .swiper-button-prev {
  background-color: #ffffff8d;
  padding: 25px;
  border-radius: 50%;
  background-image: url(../images/icons/slider-arrow.svg);
  transform: rotate(180deg) translateY(50%);
  background-size: 15px;
}

@media only screen and (max-width: 767px) {
  .room-gallery-top .swiper-button-next {
    padding: 20px;
    background-size: 10px;
  }
  .room-gallery-top .swiper-button-prev {
    padding: 20px;
    background-size: 10px;
  }
}

input[type="tel"] {
  height: 80px;
}
form textarea {
  height: 80px;
}


.price-new-font{
  font-weight: 500 !important;
}
.room-price-new{
  display: flex;
  flex-direction: column;
gap: 5px;
margin-bottom: 5px;
}
.extra-bed-price span{
  /* color: red; */
  color: #141414;
    opacity: 0.7;

}
.extra-bed-price{
  color: #856d47;
  font-size: 14px;
}