/* Generated by scripts/build-performance-assets.php. */

/* Source: new-home.css */
@font-face {
  font-family: "Gilroy-Bold";
  font-style: normal;
  font-weight: normal;
  src:
    local("Gilroy-Bold"),
    url("../fonts/gilroy/Gilroy-Bold.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Heavy";
  font-style: normal;
  font-weight: normal;
  src:
    local("Gilroy-Heavy"),
    url("../fonts/gilroy/Gilroy-Heavy.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Light";
  font-style: normal;
  font-weight: normal;
  src:
    local("Gilroy-Light"),
    url("../fonts/gilroy/Gilroy-Light.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Medium";
  font-style: normal;
  font-weight: normal;
  src:
    local("Gilroy-Medium"),
    url("../fonts/gilroy/Gilroy-Medium.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Gilroy-Regular";
  font-style: normal;
  font-weight: normal;
  src:
    local("Gilroy-Regular"),
    url("../fonts/gilroy/Gilroy-Regular.woff") format("woff");
  font-display: swap;
}
body {
  font-family: "Lato", sans-serif;
  font-display: swap;
  background: #fefbea;
  overflow-x: hidden;
}

p {
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* Offer */
.offer-section {
  width: 100%;
  background: rgb(0 0 0 / 53%);
  margin-bottom: 10px;
  padding: 8px 0px;
}
.offer-section p {
  font-size: 15px;
    width: 100%;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  display: flex;
}
.offer-section p strong,
.offer-section p a {
  font-weight: 600;
}


.offer-section .offer-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.offer-bookbtn{
    text-align: center;
    vertical-align: middle;
    position: relative;
    background: linear-gradient(270deg, #f0b100, #ba8900);
    text-transform: capitalize;
    transition: 0.2s ease;
    z-index: 1;
    padding: 8px 10px;
    font-size: 15px;
    color: #fff;
    border: 0;
    width: 110px;
  }

  .offer-bookbtn:hover{
    background: #ae8101;
    color: #fff;
  }



/*--------------- header ---------------*/

.header-area {
   /*padding: 8px 0px; */
  padding: 0 0 8px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

/*.stick{
position: fixed;
padding: 10px 0px;
background: rgb(0 0 0 / 70%);
border: 0;
}*/

.menu-logo a {
  display: inline-block;
}

.menu-logo a img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 80px;
  height: 100%;
}

.menu-links ul {
  margin: 0px;
  text-align: center;
}

.menu-links ul li {
  display: inline-block;
  margin: 0px 8px;
  line-height: 1;
}

.menu-links ul li:first-child {
  margin-left: 0px;
}

.menu-links ul li:last-child {
  margin-right: 0px;
}

.home-link {
  width: 15px;
  transition: all 0.2s ease-In;
}

.home-link:hover {
  filter: invert(56%) sepia(99%) saturate(594%) hue-rotate(8deg)
    brightness(102%) contrast(105%);
}

.menu-links ul li a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  transition: all 0.2s ease-In;
  position: relative;
  padding: 0;
}

.menu-links ul li a:hover {
  color: #f0b100;
}

.menu-links ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1.3px;
  width: 0;
  transition:
    width 0s ease,
    background 0.25s ease;
}

.menu-links ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 1.3px;
  width: 0;
  background: #f0b100;
  transition: width 0.5s ease;
}

.menu-links ul li a:hover:before {
  width: 100%;
  background: #f0b100;
  transition: width 0.5s ease;
}

.menu-links ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}
.book-stay-popup-img.newyear-offer {
  position: relative;
}
.book-stay-popup-img.newyear-offer img {
  height: 100%;
}
.newyear-offer button {
  position: absolute;
  right: 10px;
  top: 10px;
}
.book-stay-popup-img.newyear-offer .book-btn {
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.newyear-offer .close-icon {
  width: 20px !important;
  height: 20px !important;
}
/*-- menu dropdown --*/
.menu-item-box img {
  width: 100%;
  height: 130px;
  object-fit: cover;
}
.dropdown-menu.location-menu {
  left: -260%;
  top: 40px;
  min-width: 70rem;
  background: rgb(255 255 255 / 56%);
  backdrop-filter: blur(5px);
}
.dropdown-menu.location-menu .menu-item-box {
  padding: 20px 0;
}
li.dropdown.show .dropdown-menu.location-menu {
  left: -260% !important;
  top: 40px !important;
  transform: unset !important;
  min-width: 70rem;
  background: rgb(255 255 255 / 56%);
  backdrop-filter: blur(5px);
}

.menu-item-box .menu-desc {
  line-height: 22px;
  font-size: 14px;
}
.menu-item-box .menu-text {
  font-size: 20px;
  font-weight: 500;
  margin-top: 10px;
  margin-bottom: 5px;
}
.location-menu a:hover .menu-desc {
  text-decoration: none;
  color: #000;
}
/* .dropdown-menu.location-menu .menu-title {
    padding-bottom: 20px;
} */
.dropdown-menu.location-menu a:hover:before,
.dropdown-menu.location-menu a:hover:after {
  display: none;
}
.dropdown .nav-link i {
  margin-left: 5px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
}

.dropdown-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20%);
  transition: all 0.4s ease-out;
  padding: 10px 12px;
}

.dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(4%);
}

.dropdown-menu a {
  color: #000 !important;
  padding: 0 0 2px !important;
  margin-bottom: 15px;
  display: block;
}

.dropdown-menu a:hover {
  color: #f0b100 !important;
  background-color: transparent;
}

.dropdown-menu a:last-child {
  margin-bottom: 0px;
}

/*--*/

.datepicker.dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: none;
  transition: none;
  padding: 4px;
}

/*--*/

/*---sidebar menu dropdown----*/

.sidebar-menu ul {
  margin: 0;
  padding: 0;
}

.sidebar-link {
}

.sidebar-menu ul li a {
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 0.25rem 0rem;
}

.sidebar-menu ul li a i {
  margin-left: 10px;
  font-size: 14px;
  font-weight: 600;
}

.sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  padding-top: 8px;
  list-style: none;
}

.sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-dropdown .fa-angle-down {
  font-size: 14px;
}

.sidebar-dropdown.active .fa-angle-down {
  transform: rotate(180deg);
  font-size: 14px;
}

/*--*/

.menu-book {
  text-align: right;
}

.book-btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  background: linear-gradient(270deg, #f0b100, #ba8900);
  text-transform: capitalize;
  transition: 0.3s ease-out;
  z-index: 1;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
  border: 0;
  border-radius: 100px;
}
.exploer-slider-wrap .button-wrap .book-btn {
  width: 140px;
}
.book-btn:hover {
  color: #fff;
  border: 0px;
}

.book-btn:before {
  content: "";
  position: absolute;
  background: #ae8101;
  top: 0px;
  left: 0px;
  right: 0;
  width: 100%;
  height: 0;
  overflow: hidden;
  transition: 0.3s ease-out;
  z-index: -1;
  border-radius: 100px;
}

.book-btn:hover:before {
  height: 100%;
}

.mobilemenu-toogle {
  display: none;
}

.stick .book-btn {
  padding: 8px 20px;
}

/*--------------- banner ---------------*/

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.8);
    opacity: 0;
  }
}
.header-area.dark-header {
  background: #3e3e3e73;
}
.dark-header .menu-links ul li a {
  font-weight: 300;
  text-transform: capitalize;
}
/*----- mobile menu -----*/

.nonoverflow {
  overflow-x: unset !important;
  overflow-y: hidden !important;
}

.menu.open {
  opacity: 1;
  visibility: visible;
}

.menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 8;
  transition: all 0.9s cubic-bezier(0.17, 0.04, 0.03, 0.94);
  background: #5f3300;
}

.hamburger-menu {
  cursor: pointer;
  display: none;
}

.hamburger-menu .texts {
  display: inline-block;
  position: relative;
}
.hamburger-menu .texts b {
  color: #fff;
  font-weight: 600;
}
.hamburger-menu .texts b * {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.hamburger-menu .texts b:first-child {
  display: inline-block;
}
.hamburger-menu .texts b:last-child {
  position: absolute;
  left: 0;
  top: 0;
}
.hamburger-menu .texts b:last-child .char {
  transform: translateY(10px);
  opacity: 0;
}
.hamburger-menu .texts b .char {
  transition-delay: calc(10ms * var(--char-index));
}
.hamburger-menu .svg {
  margin-right: -10px;
}
.hamburger-menu.active .texts b:first-child .char {
  transform: translateY(-10px);
  opacity: 0;
}
.hamburger-menu.active .texts b:last-child .char {
  transform: translateY(0);
  opacity: 1;
}

/* SVG HAMBURGER MENU */
.hamburger-menu svg {
  transition: transform 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-menu svg path {
  transition:
    transform 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dasharray 500ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 500ms cubic-bezier(0.4, 0, 0.2, 1);
}
.hamburger-menu svg path:nth-child(1) {
  transform-origin: 36% 40%;
}
.hamburger-menu svg path:nth-child(2) {
  stroke-dasharray: 29 299;
}
.hamburger-menu svg path:nth-child(3) {
  transform-origin: 35% 63%;
}
.hamburger-menu svg path:nth-child(4) {
  stroke-dasharray: 29 299;
}
.hamburger-menu svg path:nth-child(5) {
  transform-origin: 61% 52%;
}
.hamburger-menu svg path:nth-child(6) {
  transform-origin: 62% 52%;
}
.hamburger-menu.active svg {
  transform: rotate(90deg);
}
.hamburger-menu.active svg path:nth-child(1) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}
.hamburger-menu.active svg path:nth-child(2) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.hamburger-menu.active svg path:nth-child(3) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.hamburger-menu.active svg path:nth-child(4) {
  stroke-dasharray: 225 299;
  stroke-dashoffset: -72px;
}
.hamburger-menu.active svg path:nth-child(5) {
  transform: translateX(9px) translateY(1px) rotate(-45deg);
}
.hamburger-menu.active svg path:nth-child(6) {
  transform: translateX(9px) translateY(1px) rotate(45deg);
}

.bigmenu-content {
  padding: 50px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.bigmenu-links ul {
  text-align: center;
  margin: 0;
}

.bigmenu-links ul li {
  margin-bottom: 19px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 500ms cubic-bezier(0, 0, 0.58, 1);
}

.menu.open .bigmenu-links ul li {
  opacity: 1;
  transform: translateY(0px);
}

.bigmenu-links ul li:last-child {
  margin-bottom: 0px;
}

.menu.open .bigmenu-links ul li:nth-child(1) {
  transition-delay: 0.3s;
}
.menu.open .bigmenu-links ul li:nth-child(2) {
  transition-delay: 0.6s;
}
.menu.open .bigmenu-links ul li:nth-child(3) {
  transition-delay: 0.9s;
}
.menu.open .bigmenu-links ul li:nth-child(4) {
  transition-delay: 1.2s;
}
.menu.open .bigmenu-links ul li:nth-child(5) {
  transition-delay: 1.5s;
}
.menu.open .bigmenu-links ul li:nth-child(6) {
  transition-delay: 1.8s;
}

.bigmenu-links ul li a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.2s ease-In;
  position: relative;
}

.bigmenu-links ul li a:hover {
  color: #f0b100;
  background-color: transparent;
}

.bigmenu-links ul li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  height: 1.3px;
  width: 0;
  transition:
    width 0s ease,
    background 0.25s ease;
}

.bigmenu-links ul li a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -3px;
  height: 1.3px;
  width: 0;
  background: #f0b100;
  transition: width 0.5s ease;
}

.bigmenu-links ul li a:hover:before {
  width: 100%;
  background: #f0b100;
  transition: width 0.5s ease;
}

.bigmenu-links ul li a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

.mobile-home {
  width: 18px;
  transition: all 0.2s ease-In;
}

.mobile-home:hover {
  filter: invert(56%) sepia(99%) saturate(594%) hue-rotate(8deg)
    brightness(102%) contrast(105%);
}

.section-gap {
  padding: 80px 0;
}
.section-detail {
  text-align: center;
}
.section-detail img {
  width: 458px;
  height: 12px;
}
.title {
  color: #5f3300;
  font-size: 40px;
  text-align: center;
  text-transform: capitalize;
  font-family: "Gilroy-Bold";
}
.sub-title {
  color: #5f3300;
  font-size: 26px;
  text-align: center;
  text-transform: capitalize;
}
.banner-section {
  position: relative;
  height: 780px;
  overflow: hidden;
}

.banner-section .location-box {
  background-image: url(https://cdn.tiaraahotels.com/public/website/img/blur-loc.png);
  position: absolute;
  width: 210px;
  font-family: "Literata", serif;
  top: 20%;
  right: 0;
  text-transform: uppercase;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  /* background: #85640459; */
  padding: 5px;
  text-align: center;
}
.banner-section .location-box i {
  color: #f0b100;
}
.banner-section .chat-box {
  position: absolute;
  right: 0;
  bottom: 35%;
  width: 50px;
  height: 50px;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff4d9;
  cursor: pointer;
  transition: all 0.2s ease-In;
}
.banner-section .chat-box:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.banner-section .chat-box img,
.banner-section .social-box img {
  width: 25px;
  height: 25px;
  transition: all 0.2s ease-In;
}
.banner-section .social-box ul li {
  padding: 10px;
}
.banner-section .social-box ul li:nth-child(1),
.banner-section .social-box ul li:nth-child(2) {
  border-bottom: 1px solid #85640459;
}
.banner-section .social-box {
  position: absolute;
  right: 0;
  bottom: 17%;
  width: 50px;
  height: auto;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff4d9;
  cursor: pointer;
  transition: all 0.2s ease-In;
}
.banner-section .arrow-right {
  right: 5%;
  top: 50%;
}
.banner-section .arrow-left {
  left: 5%;
  top: 50%;
}

.banner-section .social-box li a:hover img {
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
}
.banner-slider .slide-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-slider {
  position: relative;
  margin: 0;
  padding: 0;
}

.banner-slider .slide-content {
  position: relative;
  height: auto;
  width: 100%;
  background: #fff;
}

.booking-form {
  background-image: url(https://cdn.tiaraahotels.com/public/website/img/form-bg.webp);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  min-height: 245px;
}
.booking-box {
  position: relative;
  top: 0;
  width: 100%;
  max-height: 147px;
  /* overflow: hidden; */
}
.booking-box form {
  width: 100%;
  margin: 0 auto;
}
.booking-box label {
  color: #fff;
}
.booking-box .container {
  background-color: rgb(0 0 0 / 60%);
  padding: 30px;
}
.booking-box .form-control {
  background-color: #fefbea;
  border-radius: 0;
}
.booking-box .book-date {
  position: relative;
  align-items: center;
}
.booking-box .book-date .input-group-addon {
  position: absolute;
  right: 5px;
}
.booking-box .book-date .input-group-addon img {
  width: 22px;
  height: 22px;
}
.booking-box .quantity-feild {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  background-color: #fefbea;
  padding: 7px 14px;
}
.booking-box .quantity-feild label {
  color: #000;
  margin-bottom: 0;
}
.quantity-feild .guest_quantity input {
  border: navajowhite;
  background: transparent;
  text-align: center;
}
.booking-box .book-button-wrap {
  display: flex;
  color: #fff;
  justify-content: center;
  align-items: center;
}
.booking-box .book-button-wrap a {
  margin-left: 10px;
  text-transform: uppercase;
  border-radius: 6px;
}
.booking-box .price-detail {
  margin-top: 20px;
  color: #fff;
}
.booking-box .price-detail span {
  font-size: 22px;
}
.offer-box {
  position: absolute;
  left: -73px;
  top: 30%;
  width: 200px;
  height: 50px;
  background-color: #ffdc81;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  transform: rotate(270deg);
}
.click-area {
  width: 50px;
  height: 40px;
  border-left: 1px solid;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer;
}
.offer-text span img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
.offer-text {
  width: 120px;
  font-size: 13px;
  text-align: center;
  display: flex;
  justify-content: center;
}

/* .sliderwrap { max-width:300px;height: 200px; padding: 10px;background-color: #fefbea;}
.slider-progress { width:100%; height:5px; background:#555; max-width:600px; position:relative; overflow:hidden; }
.slider-progress .progress { width:0%; height:5px; background:#000; position:absolute; } */
.offer-slider-wrap {
  position: absolute;
  top: 20.7%;
  left: 3%;
  display: flex;
}
.banner-book-wrapper {
  position: absolute;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.desktop-hide {
  display: none !important;
}
.mobile-hide {
  display: block;
}
.banner-content-wrapper p.offer-title {
  margin-bottom: 5px;
  font-weight: 700;
}
.banner-textWrap {
  padding: 1rem 2rem;
  background-color: #fff4d9;
  position: relative;
  width: 300px;
  height: 140px;
}
.banner-content-wrapper {
  overflow: hidden;
}
.banner-textBody {
  margin: 3rem;
  color: #000;
}

.bannerSliderWrap .banner-title {
  color: #00215b;
  font-size: 40px;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.bannerSliderWrap .banner-content {
  color: #121212;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.slider-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
}
.slider-progress span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0px;
  height: 100%;
  background-color: #5f3300;
  transition: all 0s linear;
}
.slider-progress span.active {
  width: 100%;
}
.banner-imageSlide.slick-slide img {
  height: 570px;
}
.banner-control-wrap {
  position: absolute;
  padding: 1rem 2rem;
  background-color: #fff4d9;
  bottom: -56px;
  display: flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  left: 0;
}
.banner-control-wrap .fa,
.banner-control-wrap span {
  color: #000;
  font-size: 16px;
  margin-right: 10px;
}
.banner-control-wrap .fa:hover {
  color: #5f3300;
  cursor: pointer;
}
.our-feature img {
  width: 100%;
  height: 100%;
}

.about-section {
  position: relative;
}
.about-section .about-wrap {
  display: flex;
  justify-content: space-between;
}
.about-section .about-wrap .title {
  font-size: 46px;
}
input.button-btn.quantityminus.quantity_button.disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.welcom-title {
  color: #fefbea;
  background: linear-gradient(to right, #5f3300 0%, #5f3328 80%);
  -webkit-background-clip: text;
  -webkit-text-stroke: 2px transparent;
  font-family: "Gilroy-Bold";
  letter-spacing: 3px;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 10px;
  font-weight: 600;
  position: relative;
}
.about-section .about-wrap .box .loc-name a {
  color: #000;
}
.about-section .about-wrap .box .loc-name a:hover {
  color: #c58e00;
}
.about-section .about-wrap .box.box1,
.about-section .about-wrap .box3 {
  width: 80%;
  min-height: 810px;
  position: relative;
}
.about-section .about-wrap .box img {
  width: 100%;
  height: auto;
}
.about-section .about-wrap .box .loc-name img {
  width: 30px;
  height: 100%;
  z-index: 10;
  position: relative;
}
.about-section .about-wrap .box .loc-name span {
  background: #fff;
  padding: 2px 8px;
}
.rishikesh {
  position: absolute;
  top: 26%;
  left: 10%;
}
.jimcorbett {
  position: absolute;
  top: 39%;
  left: 15%;
}
.bhimtal {
  position: absolute;
  top: 48%;
  left: 44%;
}
.manali {
  position: absolute;
  top: 40%;
  right: 19%;
}
.dharamshala {
  position: absolute;
  top: 45.4%;
  right: 38%;
}
.about-section .enqury-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.about-section .enqury-wrap div {
  width: 40%;
}
.about-section .enqury-wrap .book-btn {
  width: 100%;
  text-transform: lowercase;
}
.about-section .enqury-wrap p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #5f3300;
  font-family: "Gilroy-Medium";
}
.about-section .section-detail {
  text-align: center;
  position: relative;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.resort-slider .slide-item .resort-img {
  position: relative;
}
.resort-slider .slide-item .resort-img img {
  width: 100%;
  height: 100%;
}
.resort-slider .slide-item {
  margin: 20px;
  position: relative;
}
.resort-slider .arrow-left {
  top: 38%;
  left: 5%;
  border: 1px solid #fff;
}
.resort-slider .arrow-right {
  top: 38%;
  right: 5%;
  border: 1px solid #fff;
}
.resort-slider .slide-overlay {
  background: #232323a8;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
}
.resort-slider .slick-slide.slick-active.slick-center .slide-overlay {
  background: transparent;
  opacity: 0;
}
.book-btn.trans {
  background: transparent;
  border: 1px solid #c58e00;
  color: #8a6b1d;
  padding: 9px 20px;
}
.book-btn.trans:hover {
  color: #fff;
}
.resort-slider .resort-content {
  text-align: center;
  padding: 30px;
}
.resort-slider .slick-slide.slick-active.slick-center .resort-content {
}
.resort-slider .resort-content .resort-title {
  font-size: 25px;
  color: #5f3300;
  font-weight: 600;
}
.resort-slider .resort-content .button-wrap a.book-btn {
  width: 30%;
  margin: 0 20px;
}
.resort-slider .resort-content .button-wrap {
  text-align: center;
  margin: 20px 0 0;
}
.resort-slider .slide-item .slide-overlay .location {
  color: #ccc;
  left: 30px;
  position: absolute;
  bottom: 30px;
}

.explore-section {
  background-image: url(https://cdn.tiaraahotels.com/public/website/home/explore-header.webp);
  background-repeat: no-repeat;
  padding: 40px;
  height: 350px;
}
.explore-section .title {
  color: #fff;
}
.explore-slider .slide-item .slide-img {
  position: relative;
}
.explore-slider .slide-item .slide-img img {
  width: 100%;
  height: 100%;
}

.explore-slider .slide-item .slide-img .location {
  position: absolute;
  top: 20px;
  right: 20px;
  background: #fff;
  padding: 5px 20px;
  font-size: 14px;
  border-radius: 30px;
}
.explore-slider .slide-item .slide-img .location i {
  color: #c58e00;
}
.explore-slider .slide-item {
  margin: 10px;
}
.explore-slider .slide-item .slide-content {
  text-align: center;
  padding: 20px;
}
.explore-slider .slide-item .slide-title {
  font-size: 25px;
  color: #5f3300;
  font-weight: 600;
}
.explore-slider .arrow-left {
  top: 35%;
  left: -10px;
}
.explore-slider .arrow-right {
  top: 35%;
  right: -10px;
}
.exploer-slider-wrap {
  position: relative;
  top: -100px;
}

/* ========footer-modal====== */

.bookstay-pop .book-stay-popup-img img {
  width: 100%;
  height: 100%;
}

.bookstay-pop .modal-header {
  border-bottom: 0;
}

.bookstay-pop .modal-content .modal-header {
  align-items: center;
  padding: 30px 13px 5px;
}

.bookstay-pop .modal-content {
  overflow: hidden;
}

.bookstay-pop .stay-padding-reduce {
  padding-left: 0;
  padding-right: 25px;
}

.corbett_menu_list,
.corbett_menu_list_two {
  width: 100%;
  margin-bottom: 0;
}

/* =========== book stay popup from ========= */

.bookstay-pop {
  z-index: 999999999;
}

.bookstay-pop .modal-content .modal-header {
  align-items: center;
}

.bookstay-pop .modal-content .modal-header h3 {
  color: #212121;
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 0px;
  font-family: "Gilroy-Bold";
}

.bookstay-pop .modal-content .modal-header button img {
  width: 16px;
  position: absolute;
  top: 14px;
  right: 30px;
}

.bookstay-pop .modal-content .bookstay-field {
  margin-bottom: 18px;
}

.bookstay-pop .modal-content .bookstay-field label {
  color: #212121;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.bookstay-pop .modal-content .bookstay-field .form-control {
  background: none;
  outline: none;
  box-shadow: none;
  font-size: 12px;
  font-weight: 400;
  height: 38px;
  border: 1px solid #000;
}

.bookstay-pop .modal-content .bookstay-field textarea {
  min-height: 80px;
}

.bookstay-pop .modal-content .bookstay-field select {
  cursor: pointer;
}

.bookstay-pop .modal-content .pop-date {
  align-items: center;
}

.bookstay-pop .modal-content .pop-date .form-control {
  border-right: 0px;
  cursor: pointer;
}

.bookstay-pop .modal-content .pop-date .input-group-addon {
  height: 38px;
  display: flex;
  align-items: center;
  border: 1px solid #ced4da;
  border-left: 0px;
  border-radius: 0px 0.25rem 0.25rem 0px;
  padding-right: 10px;
  border: 1px 1px 1px 0;
  border-color: #000;
  color: #000;
}
.modal-lg {
  width: 900px;
}
span.input-group-addon.wedding-addon {
  position: absolute;
  right: 8px;
  top: 9px;
  z-index: 1;
}

/*---- rating ----*/

.home-rating{
    padding: 75px 0;
}

.homerate-box{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.homerate-box img{
    display: block;
    height: auto;
    max-width: 100%;
    width: 23.2%;
}


/*----*/



@media (max-width: 991px) {
  .book-stay-popup-img.newyear-offer img {
    height: 100%;
  }
  .bookstay-pop .modal-content .modal-header {
    padding: 30px 15px 33px;
  }

  .bookstay-pop .stay-padding-reduce {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bookstay-pop .book-stay-popup-img img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }

  .payment-failed-wrapper h1 {
    font-size: 30px;
  }

  .payment-failed-wrapper p {
    width: 100%;

    font-size: 13px;
  }
  .book-stay-popup-img.newyear-offer .book-btn {
    top: 60%;
  }
  .book-stay-popup-img.newyear-offer img {
    height: 100%;
  }
}

@media (max-width: 575px) {
  .mobile-hide {
    display: none !important;
  }
  .desktop-hide {
    display: block !important;
  }
  .bookstay-pop .modal-content .modal-header {
    padding: 17px 15px 9px;
  }
  .bhimtal-section .corbett-form {
    top: 0 !important;
    width: 100%;
    margin: 0 auto !important;
  }

  .bookstay-pop .modal-content .bookstay-field {
    margin-bottom: 11px;
  }

  .bookstay-pop .modal-content .bookstay-field label {
    font-size: 14px;
  }

  .bookstay-pop .modal-content .bookstay-field .form-control,
  .bookstay-pop .modal-content .pop-date .input-group-addon {
    height: 36px;
  }
  .book-stay-popup-img.newyear-offer img {
    height: 100%;
  }
}

@media (max-width: 380px) {
  .bookstay-pop .book-stay-popup-img img {
    width: 100%;
    height: 190px;
  }
  .book-stay-popup-img.newyear-offer img {
    height: 100%;
  }
}
.about-section .about-wrap .box .loc-name .ripple {
  opacity: 1;
}

.ripple {
  height: 3.5px;
  width: 15px;
  border-radius: 50%;
  /*background-color: #a5a5a5;*/
  background-color: #4567d2;
  position: absolute;
  top: calc(95%);
  left: 12%;
  transform: translateX(-50%);
  transition: 0.5s ease-in-out;
  z-index: 1;
}
/*.ripple::before{*/

/*}*/
/*.ripple::after{*/

/*}*/
.ripple:before,
.ripple:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ffae02;
  border-radius: 50%;
}

.ripple .c1,
.ripple .c2 {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ffae02;
  border-radius: 50%;
}

.ripple:before {
  animation: ripple 2s linear infinite;
}

.ripple:after {
  animation: ripple 2s linear 1s infinite;
}

.ripple .c1 {
  animation: ripple 2s linear 2s infinite;
}

.ripple .c2 {
  animation: ripple 2s linear 3s infinite;
}

@keyframes ripple {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3.3);
    opacity: 1;
  }
  100% {
    transform: scale(4.6);
    opacity: 0;
  }
}
/* Video Section */
.wedding-events .video-section {
  position: relative;
  margin-bottom: 40px;
}
.video-content {
  padding: 40px 0;
}
.wedding-events .video-section .video-bg {
  border-radius: 20px;
  position: relative;
}
.wedding-events .video-section .video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  animation: animate-pulse 3s linear infinite;
  cursor: pointer;
  border-radius: 50%;
}
.wedding-events .video-content .video-title {
  text-align: left;
  font-family: "Literata", serif;
  font-size: 45px;
  text-transform: uppercase;
}
.abs-section {
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  width: 100%;
}
.abs-section p {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}
.wedding-video {
  display: none;
}
.home-wedding-video {
  padding: 50px;
}
.home-wedding-video .video {
  width: 100%;
}
/* .pulse{
    width: 100px;
    height: 100px;
    background: #FF6D4A;
    border-radius: 50%;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer
} */
@keyframes animate-pulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(243, 241, 241, 0.7),
      0 0 0 0 rgba(232, 229, 228, 0.7);
  }
  40% {
    box-shadow:
      0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 0 rgba(251, 251, 251, 0.7);
  }
  80% {
    box-shadow:
      0 0 0 50px rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
  100% {
    box-shadow:
      0 0 0 0 rgba(255, 109, 74, 0),
      0 0 0 30px rgba(255, 109, 74, 0);
  }
}

.wedding-events .gallery-wrapper .gallery-box img {
  transition: all 0.6s ease-in;
}

.wedding-events .gallery-wrapper .gallery-box img:hover {
  transform: scale(1.03);
}
.wedding-events .gallery-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.wedding-events .gallery-wrapper .gallery-box img {
  padding: 10px;
}
.wedding-events .content-title {
  font-size: 25px;
  background-image: linear-gradient(to right, #5f3300 0%, #c58e00 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.wedding-events .content-subtitle {
  font-size: 25px;
  color: #5f3300;
  font-family: "Gilroy-Medium";
  margin-bottom: 20px;
}
.wedding-events .gallery-content {
  text-align: center;
  margin: 40px 0 80px;
  font-family: "Gilroy-Medium";
}
.wedding-events .main-content {
  margin-bottom: 30px;
}
.testimonials-section {
  padding-top: 60px;
}
.testimonials-section .testimonial-slider .slide-content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonials-section .testimonial-slider .cus-img {
  width: 20%;
  position: relative;
}
.testimonials-section .testimonial-slider .customer-content {
  width: 60%;
}
.testimonials-section .testimonial-slider .cus-img img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin: 0 auto;
}
.testimonials-section .testimonial-slider .customer-content .customer-name {
  font-size: 22px;
  text-transform: capitalize;
  font-family: "Gilroy-Bold";
  margin-bottom: 10px;
  color: #8c6c1c;
}
.testimonials-section .testimonial-slider .arrow-left {
  left: 0;
}

.testimonials-section .testimonial-slider .arrow-right {
  right: 0;
}
.arrow-left,
.arrow-right {
  transition: all 0.2s ease-In;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #5f330073;
  border: 1px solid #5f330073;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  z-index: 1;
}
.arrow-left:hover,
.arrow-right:hover {
  background: #5f3300;
}
.testimonials-section .testimonial-slider {
  position: relative;
}
.slick-dots li button:before {
  display: none;
}
.testimonials-section .testimonial-slider .slick-dots li,
.explore-slider .slick-dots li {
  width: 20px;
  height: 10px;
}
.testimonials-section .testimonial-slider .slick-dots button,
.explore-slider .slick-dots button {
  display: block;
  width: 8px;
  height: 8px;
  padding: 0;
  border: 1px solid #5f330073;
  border-radius: 100%;
  background-color: #5f330073;
  margin: 0px !important;
  opacity: 1;
}
.testimonials-section .testimonial-slider .slick-dots .slick-active button,
.explore-slider .slick-dots .slick-active button {
  background-color: #5f3300;
}
.button-wrap {
  text-align: center;
  margin: 50px 0 0;
}
.wedding-events {
  position: relative;
}
.wedding-events .wedding-bg {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* height: 650px; */
  z-index: -1;
}
.testimonials-section .testi-quote {
  position: absolute;
  top: 25%;
  left: 8%;
}
.wed-right-element {
  position: absolute;
  top: -100px;
  right: 0;
}
.wed-left-element {
  position: absolute;
  top: -100px;
  left: 0;
}
.footer-section {
  padding-top: 200px;
  position: relative;
}
.footer-section .footer-bg {
  position: absolute;
  bottom: 0;
  z-index: -1;
  height: 1100px;
  width: 100%;
}
.footer-section .enq-link {
  padding: 20px 0;
}
.footer-section .row {
  align-items: center;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-section .footer-social ul li {
  margin: 10px;
  transition: all 0.2s ease-In;
}
.footer-section .footer-social ul li a {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-In;
}
.footer-section .instagram {
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
}
.footer-section .facebook {
  background: #415894;
}
.footer-section .linkedin {
  background: #0a66c2;
}
.footer-section .youtube {
  background: #d40000;
}
.footer-section .enq-link ul li a {
  color: #fff;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease-In;
}
.footer-section .footer-logo img {
  width: 30%;
  height: 100%;
  margin: 0 auto;
  display: block;
}
.footer-section .enq-link ul li span {
  color: #fff;
  font-size: 20px;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-In;
}
.footer-section .enq-link ul li a:hover span {
  background-color: #c58e00;
}
.footer-section .footer-logo .footer-tag {
  text-align: center;
  color: hsl(0, 0%, 100%);
  font-size: 17px;
}
.footer-section .enq-link ul {
  display: flex;
}
.footer-section .enq-link ul li {
  width: 50%;
}
.footer-section .bottom-main-menu {
  background: #0c0c0c94;
  border-top: 1px solid #fff;
  padding: 20px 0 0;
}
.footer-section .bottom-menu ul {
  display: flex;
  justify-content: space-between;
  margin: 10px auto;
  color: #fff;
}
.footer-section .bottom-menu ul li {
  margin: 0 12px;
}
.footer-section .bottom-menu ul li a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-In;
}
.footer-section .bottom-credit {
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  transition: all 0.2s ease-In;
}
.footer-section .bottom-credit p a {
  color: #fff;
  font-size: 14px;
  transition: all 0.2s ease-In;
}
.footer-section .bottom-credit p {
  margin: 30px 40px 20px;
}
.footer-section a:hover {
  color: #c58e00 !important;
}
.footer-section .footer-social ul li:nth-child(1) a:hover {
  background: #006699;
  border-color: #006699;
  color: #fff !important;
}

.footer-section .footer-social ul li:nth-child(2) a:hover {
  background: #0f1419;
  border-color: #0f1419;
  color: #fff !important;
}

.footer-section .footer-social ul li:nth-child(3) a:hover {
  background: #ff0000;
  border-color: #ff0000;
  color: #fff !important;
}

.footer-section .footer-social ul li:nth-child(4) a:hover {
  background: #3b579d;
  border-color: #3b579d;
  color: #fff !important;
}
.banner-texts {
  height: 140px;
}
.banner-texts .slick-dots li button {
  position: relative;
  color: transparent;
  z-index: 1;
  font-size: 10px;
  background-color: #5f330073;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}
.banner-texts .slick-dots .slick-active button {
  background-color: #5f3300;
}
.award-section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;
}
.award-wrap {
  display: flex;
  padding-top: 40px;
}
.award-wrap .award-img {
  width: 20%;
  display: block;
  margin: 0 auto;
  height: 100%;
}

.banner-slider .slick-slide {
  transition: opacity 0.5s ease-in-out;

  transition-delay: 0.5s;
}

.banner-slider .slick-slide.slick-active {
  transition: opacity 0.5s ease-in-out;

  transition-delay: 0s;

  animation: scaleAnimation 4s ease-in-out forwards;
}

@keyframes scaleAnimation {
  0% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.wedding-events .gallery-wrapper .gallery-box img {
  transition: all 0.6s ease-in;
}

.wedding-events .gallery-wrapper .gallery-box img:hover {
  transform: scale(1.03);
}
.wedding-events .gallery-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.wedding-events .gallery-wrapper .gallery-box img {
  padding: 10px;
  width: 100%;
  height: 100%;
}
.wedding-events .content-title {
  font-size: 25px;
  background-image: linear-gradient(to right, #5f3300 0%, #c58e00 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.wedding-events .content-subtitle {
  font-size: 25px;
  color: #5f3300;
  font-family: "Gilroy-Medium";
  margin-bottom: 20px;
}
.wedding-events .gallery-content {
  text-align: center;
  margin: 40px 0 80px;
  font-family: "Gilroy-Medium";
}
.wedding-events .main-content {
  margin-bottom: 30px;
}
.box-gall {
  width: 40%;
}
.box-gall.second {
  width: 60%;
}
.d-flex.gall-box-inner {
  align-items: center;
}

#loader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.75) url(/website/img/loading2.gif) no-repeat
    center center;
  z-index: 99999999999;
}

.whatsapp-butn {
  position: fixed;
  z-index: 9999;
  bottom: 50px;
  right: 50px;
  height: 50px;
  width: 50px;
  border-radius: 25px;
  background-color: #1eac02;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 28px;
}
.bottom-accordian {
  margin: 50px 0 20px;
  border-top: 1px solid #fff;
}
.bottom-accordian a {
  color: #fff;
  display: block;
}

.bottom-accordian #faq .card {
  margin-bottom: 30px;
  border: 0;
}

.bottom-accordian #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.bottom-accordian #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  padding: 20px;
  text-transform: uppercase;
  width: 100%;
}
.bottom-accordian #faq .card .card-header .btn-header-link:focus {
  border: none;
  box-shadow: none;
  outline: none;
}

.bottom-accordian #faq .card .card-header .faq-arrow {
  color: #fff;
  margin-right: 40px;
  font-size: 30px;
}

.bottom-accordian #faq .card .card-header .btn-header-link.collapsed {
  color: #fff;
}

.bottom-accordian #faq .card .collapsing {
  line-height: 30px;
}

.bottom-accordian #faq .card .collapse {
  border: 0;
}

.bottom-accordian #faq .card .collapse.show {
  line-height: 30px;
  color: #fff;
}
.bottom-accordian #faq .card {
  background-color: rgba(0, 0, 0, 0.5);
}

/* Source: new-responsive.css */
@media (min-width: 1920px) and (max-width: 2560px) {
}

@media (min-width: 1681px) and (max-width: 1800px) {
}

@media (min-width: 1600px) and (max-width: 1680px) {
}

@media (min-width: 1441px) and (max-width: 1599px) {
  /* .banner-section .slide-content img{height: 650px; width: 100%;object-fit: cover;} */
  .offer-box {
    top: 35%;
  }
  .banner-section .location-box {
    top: 24%;
  }
  .banner-section {
    height: 675px;
  }
  .offer-slider-wrap {
    top: 23.7%;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    min-height: 650px;
  }
}

@media (min-width: 1400px) and (max-width: 1440px) {
  .banner-section {
    height: 655px;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    min-height: 625px;
  }
}

@media (min-width: 1300px) and (max-width: 1366px) {
  .banner-section {
    height: 600px;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    min-height: 560px;
  }
}

@media (min-width: 1201px) and (max-width: 1299px) {
  .booking-box form {
    width: 70%;
  }
  .about-section .enqury-wrap p {
    font-size: 16px;
  }
  .about-section .about-wrap .title {
    font-size: 40px;
  }
  .footer-section .bottom-menu ul {
    width: 100%;
  }
  .banner-section .arrow-left {
    left: 9%;
  }
  .banner-section .arrow-right {
    right: 9%;
  }
  .banner-section {
    height: 555px;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    min-height: 500px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .booking-box form {
    width: 90%;
    margin: 0 auto;
  }
  .banner-section .arrow-left {
    top: 60%;
  }
  .banner-section .arrow-right {
    top: 60%;
  }
  .about-section .about-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .about-section .section-detail {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
    padding: 10px 100px;
  }
  .wedding-events .gallery-wrapper {
    flex-direction: column;
  }
  section {
    overflow: hidden;
  }
  .footer-section .bottom-menu ul {
    width: 95%;
  }
  .footer-section {
    padding-top: 100px;
    margin-top: 40px;
    position: relative;
  }
  .wedding-events .gallery-wrapper .gallery-box img {
    padding: 10px;
    width: 300px;
    height: 300px;
    object-fit: cover;
  }

  .resort-slider .resort-content .button-wrap a.book-btn {
    padding: 9px 10px;
  }
  .banner-section {
    height: 455px;
  }
  .booking-form {
    min-height: 266px;
  }
  .booking-box {
    max-height: 166px;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    min-height: 500px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .booking-form {
    min-height: 266px;
  }
  .booking-box {
    max-height: 166px;
  }
  .booking-box form {
    width: 80%;
    margin: 0 auto;
  }
  .banner-section .arrow-left {
    left: 0;
    top: 70%;
  }
  .banner-section .arrow-right {
    right: 0;
    top: 70%;
  }
  .book-stay-popup-img.newyear-offer img {
    height: 100%;
  }
  .banner-section {
    height: 355px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .wedding-events .video-content .video-title {
    font-size: 36px;
  }
  .abs-section p {
    font-size: 30px;
    margin: 40px 0;
  }
  .abs-section {
    flex-direction: column;
    align-items: center;
  }
  .desktop-menu {
    display: none;
  }
  .wedding-events .gallery-wrapper {
    flex-direction: column;
  }
  .hamburger-menu {
    display: inline-block;
  }
  .about-section .about-wrap {
    display: flex;
    flex-direction: column;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .about-section .section-detail {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }

  .about-section .enqury-wrap {
    flex-direction: row;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .about-section .enqury-wrap .book-btn {
    width: 60%;
  }
  .about-section .enqury-wrap div {
    width: 80%;
    margin-bottom: 20px;
  }
  .about-section .about-wrap .title {
    font-size: 28px;
  }
  .welcom-title {
    line-height: 50px;
    margin-bottom: 0px;
  }
  .about-section {
    position: relative;
    padding: 20px 20px;
  }
  .banner-section .arrow-left {
    left: 5%;
    top: 60%;
  }
  .banner-section .arrow-right {
    right: 5%;
    top: 60%;
  }
  .booking-box form {
    width: 85%;
    margin: 0 auto;
  }
  .resort-slider .resort-content .button-wrap {
    display: flex;
    flex-direction: column;
  }
  .resort-slider .resort-content .button-wrap a.book-btn {
    width: 80%;
    margin: 10px 20px;
  }
  .resort-slider .resort-content .resort-title {
    font-size: 20px;
  }
  .resort-slider .arrow-left,
  .resort-slider .arrow-right {
    top: 22%;
  }
  .explore-slider .slide-item .slide-title {
    font-size: 22px;
  }
  .testimonials-section .testimonial-slider .slide-content {
    justify-content: space-evenly;
  }
  .footer-section {
    padding-top: 0;
    position: relative;
  }
  .footer-section .footer-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  .footer-section .enq-link ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-section .enq-link ul li {
    width: 100%;
  }
  .footer-section {
    padding-top: 50px;
    position: relative;
  }

  .footer-social ul {
    display: flex;
    justify-content: center;
  }
  .footer-section .enq-link ul li a {
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-In;
  }
  .footer-section .footer-logo .footer-tag {
    text-align: center;
    color: #000;
    font-size: 16px;
  }
  .footer-section .enq-link ul li span {
    color: #000;
    border: 1px solid #000;
  }
  .footer-section .enq-link ul li a,
  .footer-section .footer-social ul li a {
    color: #000;
    justify-content: center;
  }
  .our-feature img {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  .our-feature {
    margin-bottom: 20px;
  }
  .bottom-menu {
    display: none;
  }
  .footer-section .bottom-credit {
    flex-direction: column;
  }
  .footer-section .bottom-credit p {
    margin: 10px;
  }
  .wedding-events .gallery-wrapper .gallery-box img {
    padding: 10px;
    width: 300px;
    height: 300px;
    object-fit: cover;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    min-height: auto;
  }
}
@media (max-width: 768px) {
  .wedding-events .gallery-wrapper .gallery-box img {
    padding: 10px;
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
  .modal-dialog.modal-dialog-centered.modal-lg {
    width: auto !important;
  }
  .award-section {
    padding: 20px;
  }
  .about-section .enqury-wrap {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
}

@media (min-width: 601px) and (max-width: 767px) {
  .about-section .enqury-wrap {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }

  .booking-form {
    min-height: 410px;
  }
  .booking-box {
    max-height: 330px;
  }
  .banner-section {
    height: 282px;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    min-height: auto;
  }
}

@media (max-width: 600px) {
  .offer-bookbtn { padding: 6px 8px; font-size: 14px; width: 110px;}
  .offer-section p { font-size: 13px;}


  .banner-section {
    height: 100%;
  }
  .resort-slider .slide-item .resort-img img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .wedding-events {
    position: relative;
    margin-top: -50px;
  }
  .abs-section p {
    font-size: 24px;
    margin: 40px 0;
  }
  .abs-section {
    flex-direction: column;
    align-items: center;
  }
  .wedding-events .video-section .video-icon {
    width: 60px;
    height: 60px;
  }
  .wedding-events .video-content .video-title {
    font-size: 30px;
  }
  .video-content {
    padding: 20px 0;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    min-height: auto;
  }
  .booking-form {
    min-height: 420px;
  }
  .booking-box {
    max-height: 480px;
  }
  .banner-book-wrapper {
    position: absolute;
    top: 90%;
  }
  .wedding-events .gallery-wrapper {
    flex-direction: column;
    align-items: inherit;
  }
  .wedding-events .gallery-wrapper .gallery-box {
    text-align: center;
  }
  section {
    overflow: hidden;
  }
  .header-area.dark-header {
    background: #3e3e3e;
    /*padding: 8px;*/
  }
  .desktop-menu {
    display: none;
  }
  .banner-slider .slide-content img {
    height: 600px;
    object-fit: cover;
  }
  .hamburger-menu {
    cursor: pointer;
    display: block;
  }
  .menu-logo a img {
    width: 70px;
  }
  .menu-book {
    display: flex;
    justify-content: end;
    align-items: center;
  }
  .menu-book .book-btn {
    font-size: 12px;
  }
  .offer-box {
    top: 30%;
  }
  .offer-slider-wrap {
    top: 15%;
    left: 12%;
  }
  .booking-box .book-button-wrap {
    flex-direction: column;
  }
  .title {
    font-size: 28px;
  }
  .section-detail img {
    width: 60%;
    height: auto;
  }
  .wed-right-element,
  .wed-left-element {
    width: 150px;
  }
  .explore-section {
    height: 230px;
    background-size: cover;
  }
  .about-section {
    position: relative;
    padding: 50px 20px;
  }
  .about-section .about-wrap {
    display: flex;
    flex-direction: column;
  }
  .about-section .about-wrap .box.box1,
  .about-section .about-wrap .box3 {
    width: 80%;
    margin: 0 auto;
    position: relative;
  }
  .about-section .section-detail {
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    transform: unset;
  }

  .about-section .enqury-wrap {
    flex-direction: column;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
  }
  .about-section .enqury-wrap div {
    width: 80%;
    margin-bottom: 20px;
  }
  .about-section .about-wrap .title {
    font-size: 28px;
  }
  .welcom-title {
    line-height: 50px;
    margin-bottom: 0px;
  }
  .about-section {
    position: relative;
    padding: 20px 20px;
  }
  .banner-section .arrow-left {
    left: 5%;
    top: 60%;
  }
  .banner-section .arrow-right {
    right: 5%;
    top: 60%;
  }
  .booking-box form {
    width: 90%;
    margin: 0 auto;
  }
  .resort-slider .resort-content .button-wrap {
    display: flex;
    flex-direction: column;
  }
  .resort-slider .resort-content .button-wrap a.book-btn {
    width: 80%;
    margin: 10px 20px;
  }
  .resort-slider .resort-content .resort-title {
    font-size: 20px;
  }
  .resort-slider .arrow-left,
  .resort-slider .arrow-right {
    top: 30%;
  }
  .explore-slider .slide-item .slide-title {
    font-size: 22px;
  }
  .testimonials-section .testimonial-slider .slide-content {
    display: flex;
    flex-direction: column;
  }
  .testimonials-section .testimonial-slider .cus-img {
    width: 50%;
    position: relative;
  }
  .testimonials-section .testimonial-slider .customer-content {
    width: 60%;
    text-align: center;
  }
  .footer-section .footer-bg {
    position: absolute;
    bottom: 0;
    z-index: -1;
    height: 100%;
    width: 100%;
  }
  .footer-section .enq-link ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .footer-section .enq-link ul li {
    width: 100%;
  }
  .footer-section {
    padding-top: 50px;
    position: relative;
  }

  .footer-social ul {
    display: flex;
    justify-content: center;
  }
  .footer-section .enq-link ul li a {
    color: #000;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-In;
  }
  .footer-section .footer-logo .footer-tag {
    text-align: center;
    color: #fff;
    font-size: 16px;
  }
  /* .footer-social.mobile ul li a{
        border: 1px solid #000;
        color: #000 !important;
    } */
  .footer-section .footer-logo img {
    width: 50%;
  }
  .footer-section .enq-link ul li span {
    color: #fff;
    border: 1px solid #fff;
  }
  .footer-section .enq-link ul li a,
  .footer-section .footer-social ul li a {
    color: #fff;
    justify-content: center;
  }
  .our-feature img {
    width: 40%;
    margin: 0 auto;
    display: block;
  }
  .our-feature {
    margin-bottom: 20px;
  }
  .bottom-menu {
    display: none;
  }
  .footer-section .bottom-credit {
    flex-direction: column;
  }
  .footer-section .bottom-credit p {
    margin: 10px;
  }


  .home-rating {
    padding: 50px 0;
  }
  .homerate-box {
      flex-wrap: wrap;
      gap: 20px;
  }
  .homerate-box img{
    width: 47%;
  }
  
}
