/*!
Theme Name: village-highland-resort
Theme URI: http://villagehighlandresort.com/
Author: Genesis Web Technology
Author URI: https://www.genesiswtech.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: village-highland-resort
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap");

@font-face {
  font-family: "NibPro";
  src: url("./assets/fonts/NibPro-Regular.woff2") format("woff2"),
    url("./assets/fonts/NibPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "NibPro";
  src: url("./assets/fonts/NibPro-SemiBold.woff2") format("woff2"),
    url("./assets/fonts/NibPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --primary: #681f00;
  --secondary: #f4960c;
  --base: #b34e0a;
  --light: #fff;
  --green: #1e2d06;
  --yellow: #fde28a;
  --light-yellow: #fef1c794;
  --counter-bg: #fffaeb;
  --opacity-button-color: #ffffff7d;
  --video-button-color: #fff0;
  --opacity-room-color: #ffffff0d;
  --text: #1b0a03;
  --dark: #000;
  --gradient: linear-gradient(
    90deg,
    rgba(244, 150, 12, 1) 13%,
    rgba(216, 112, 7, 1) 69%
  );
  --button-gradient: linear-gradient(
    90deg,
    rgba(122, 52, 22, 0.76) 0%,
    rgba(104, 31, 0, 1) 100%
  );
  --latest-gradient: linear-gradient(
    0deg,
    rgb(0, 0, 0) 0%,
    rgba(102, 102, 102, 0.03) 100%
  );
  --transition: all 0.5s linear;
  --transition-2: all 0.5s ease-in-out;
  --primary-font: "DM Sans", sans-serif;
  --secondary-font: "NibPro", sans-serif;
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
a,
a:hover,
a:active {
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
body {
  font-family: var(--primary-font);
  font-weight: 400;
  overflow-x: hidden;
  background-color: #fef1c7;
  position: relative;
  z-index: 0;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--secondary-font);
  font-weight: 600;
  margin: 0;
}
p {
  margin: 0 0 8px;
}
p:empty {
  display: none;
}

.btn {
  padding: 14px 28px;
  font-family: var(--primary-font);
  font-weight: 500;
  font-size: clamp(14px, 1vw, 18px);
  text-transform: uppercase;
  color: var(--light);
  background-color: var(--secondary);
  display: block;
  width: fit-content;
  transition: all ease-in-out 0.3s;
}
.btn:hover,
.btn:focus {
  background-color: var(--primary);
  color: var(--light);
}

.wrapper {
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

.flex {
  display: flex;
  align-items: center;
}

.slick-dots {
  padding: 0;
  list-style: none;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  display: none !important;
}
.slick-dots li button {
  font-size: 0;
  background-color: unset;
  border: 1px solid var(--light);
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
li.slick-active button {
  background-color: var(--light);
}

/* Header section css */
.site-header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 9999999;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.78) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}
/* .admin-bar .site-header.fixed {
	top: 32px;
} */
.site-header.fixed {
  position: fixed;
  background-color: var(--opacity-room-color);
  backdrop-filter: blur(20px);
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.site-header.fixed .site-branding img,
.site-header.header-default .site-branding img {
  filter: brightness(0) invert(1);
}
.site-header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-navigation .menu {
  list-style: none;
  display: flex;
  gap: 36px;
}
.main-navigation .menu li a {
  font-size: clamp(16px, 1vw, 18px);
  font-family: var(--primary-font);
  font-weight: 600;
  color: var(--light);
  align-items: center;
  transition: color 0.3s ease-in-out, text-decoration-thickness 0.3s ease-in-out,
    text-underline-offset 0.3s ease-in-out,
    text-decoration-color 0.3s ease-in-out;
}
.main-navigation .menu li.current_page_item a,
.main-navigation .menu li a:hover {
  color: var(--light);
  text-decoration: underline;
  text-underline-offset: 12px;
  text-decoration-thickness: 1.5px;
  text-decoration-color: var(--secondary);
}
.site-branding img {
  width: 125px;
  height: 104px;
  object-fit: contain;
}
.header-right {
  gap: 40px;
}
.header-right .social-icons {
  gap: 20px;
}
.header-right .social-icons a {
  display: flex;
}
.header-right .social-icons i {
  font-size: 24px;
  color: var(--light);
}
.header-right .social-icons svg {
  fill: var(--light);
}
.header-right .btn {
  background: var(--gradient);
}
.header-right .btn:hover,
.header-right .btn:focus {
  background: var(--button-gradient);
}
.hamburger-toggle {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  outline: none;
}

.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 40px;
  height: 24px;
}

.line {
  display: block;
  width: 100%;
  height: 3px;
  background-color: var(--light);
  border-radius: 500px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}

.line--middle {
  width: 60%;
}
.line--bottom {
  width: 100%;
}

.hamburger-menu:hover .line {
  width: 100%;
}

.main-navigation,
.main-navigation .menu-menu-1-container,
.main-navigation #primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.main-navigation > div > ul > li {
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-navigation > div > ul > li:last-child {
  padding-right: 0;
}

.main-navigation > div > ul > li i {
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
}

.main-navigation > div > ul > li:hover i {
  color: var(--primary);
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.main-navigation > div > ul > li > a {
  position: relative;
  z-index: 1000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  font-weight: 700;
  font-size: 16px;
  color: var(--light);
}
.site-header.fixed .main-navigation > div > ul > li:hover > a,
.header-default .main-navigation > div > ul > li:hover > a {
  color: #fff;
}
.site-header.fixed .main-navigation > div > ul > li > a::after,
.header-default .main-navigation > div > ul > li > a::after {
  background: #fff;
}
.site-header.fixed .header__grid > div:nth-child(2),
.header-default .header__grid > div:nth-child(2) {
  height: 100%;
}

/*  */
/*  */
.main-navigation > div > ul > li.menu-item-has-children > a {
  padding-right: 27px;
}
.main-navigation > div > ul > li.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: var(--primary);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a:hover::before,
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  > a::before {
  color: var(--light);
}
.site-header.fixed #primary-menu li.menu-item-has-children > ul {
  margin-top: -5px;
}

.main-navigation > div > ul > li.menu-item-has-children > a::after {
  content: "";
  width: 20px;
  height: 15px;
  background: #fff;
  left: calc(50% - 20px);
  position: absolute;
  display: none;
  top: 65px;
  z-index: -1;
  clip-path: polygon(50% 0, 0% 100%, 100% 100%);
}

.main-navigation > div > ul > li.menu-item-has-children:hover > a::after {
  display: block;
  -webkit-animation: fadeupArrow 0.4s ease-in-out forwards;
  animation: fadeupArrow 0.4s ease-in-out forwards;
}
.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::after,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::after {
  -webkit-animation: fadeupFixedArrow 0.4s ease-in-out forwards;
  animation: fadeupFixedArrow 0.4s ease-in-out forwards;
}

.main-navigation > div > ul > li.menu-item-has-children .sub-menu {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-width: 300px;
  max-width: 700px;
  z-index: 9999;
}
.main-navigation > div > ul > li.menu-item-has-children .sub-menu::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: calc(100% + 20px);
  left: 50%;
  top: -20px;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-navigation > div > ul > li.menu-item-has-children .sub-menu {
  background-color: var(--light);
  -webkit-box-shadow: 0 12px 40px 0 rgba(99, 153, 122, 0.2),
    0 70px 100px -60px rgba(99, 153, 122, 0.4);
  box-shadow: 0 12px 40px 0 rgba(99, 153, 122, 0.2),
    0 70px 100px -60px rgba(99, 153, 122, 0.4);
  pointer-events: initial;
  margin: 0 auto;
  padding: 16px 10px;
}
.sub-menu {
  padding: 16px 10px;
  margin: 0;
  list-style-type: none;
  border-radius: 10px;
}
.sub-menu > li > a {
  font-size: 15px;
  color: #666;
  font-weight: 600;
  display: inline-block;
  line-height: 22px;
  position: relative;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
  padding: 10px 40px 10px 25px;
  border-radius: 12px;
}

.sub-menu > li > a::before,
.sub-menu > li > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: 12px;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-menu > li > a::after {
  opacity: 0;
  visibility: hidden;
}

.sub-menu > li > a:hover::after {
  right: 10px;
  opacity: 1;
  visibility: visible;
}

.sub-menu > li > a:hover {
  background: #63997a2b;
  color: var(--primary);
}

@-webkit-keyframes fadeupArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: -30px;
  }
}
@keyframes fadeupArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: -30px;
  }
}

@-webkit-keyframes fadeup {
  from {
    opacity: 0;
    top: 140px;
  }
  to {
    opacity: 1;
    top: 72px;
  }
}
@keyframes fadeup {
  from {
    opacity: 0;
    top: 140px;
  }
  to {
    opacity: 1;
    top: 72px;
  }
}

@-webkit-keyframes fadeleft {
  from {
    opacity: 0;
    left: 500px;
  }
  to {
    opacity: 1;
    left: 290px;
  }
}
@keyframes fadeleft {
  from {
    opacity: 0;
    left: 500px;
  }
  to {
    opacity: 1;
    left: 290px;
  }
}

@-webkit-keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fadeupFixedArrow {
  from {
    opacity: 0;
    bottom: -140px;
  }
  to {
    opacity: 1;
    bottom: 0;
  }
}
@-webkit-keyframes fadeupFixed {
  from {
    opacity: 0;
    top: 150%;
  }
  to {
    opacity: 1;
    top: 85px;
  }
}
@keyframes fadeupFixed {
  from {
    opacity: 0;
    top: 150%;
  }
  to {
    opacity: 1;
    top: 85px;
  }
}
.main-navigation > div ul > li.menu-item-has-children:hover > .sub-menu {
  display: block;
  -webkit-animation: fadeup 0.3s ease-in-out forwards;
  animation: fadeup 0.3s ease-in-out forwards;
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > .sub-menu
  > li.menu-item-has-children:hover
  > .sub-menu {
  display: block;
  left: 100%;
  top: 0;
  opacity: 1;
  visibility: visible;
  animation: fadeleft 0.3s ease-in-out forwards;
  -webkit-animation: fadeleft 0.3s ease-in-out forwards;
}

.site-header.fixed
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .sub-menu,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children:hover
  .sub-menu {
  -webkit-animation: fadeupFixed 0.3s ease-in-out forwards;
  animation: fadeupFixed 0.3s ease-in-out forwards;
}

.main-navigation > div > ul > li .sub-menu > li {
  position: relative;
}

.main-navigation > div > ul > li:hover ul {
  display: block;
}

/* offcanvas */
.offcanvas {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999999;
  left: -100%;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  display: block;
}
.offcanvas.show {
  left: 0;
}
.offcanvas .offcanvas__bar {
  width: 100%;
  position: relative;
  z-index: 10;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.admin-bar .offcanvas .offcanvas__bar {
  top: 32px;
}
.offcanvas .offcanvas__bar .offcanvas__sidebar {
  width: 100%;
  background: #fff;
  position: relative;
  z-index: 10;
  height: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.offcanvas .offcanvas__bar .offcanvas__sidebar::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./assets/img/event-bg1.svg");
  background-attachment: fixed;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  pointer-events: none;
  z-index: 1;
  bottom: 0;
  opacity: 0.6;
}

.offcanvas .offcanvas__bar.showbar {
  left: 0;
}
.offcanvas__logo {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
}

.offcanvas__logo .custom-logo-link {
  padding: 10px 20px;
  display: block;
  text-align: center;
  background: var(--primary);
  border-bottom: 1px solid #ffffff45;
}
.offcanvas__logo a img,
.offcanvas__new__logo a img {
  width: 120px;
  margin: 0 auto;
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.offcanvas__new__logo a img {
  width: 250px;
}
.offcanvas__close {
  position: absolute;
  top: 40px;
  background: #fff;
  width: 50px;
  height: 50px;
  z-index: 100;
  right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  cursor: pointer;
}

.offcanvas__close .offcanvas__icon {
  width: 20px;
  line-height: 0;
}
.offcanvas__close .offcanvas__icon span {
  display: inline-block;
  position: relative;
  width: 25px;
  height: 2px;
  vertical-align: top;
  background: var(--primary);
}
.offcanvas__close .offcanvas__icon span + span {
  margin-top: 5px;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(1) {
  -webkit-animation: ease 0.7s 1s icon1 forwards;
  animation: ease 0.7s 1s icon1 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(2) {
  -webkit-animation: ease 0.7s 1s icon2 forwards;
  animation: ease 0.7s 1s icon2 forwards;
}

.offcanvas.show .offcanvas__close .offcanvas__icon span:nth-child(3) {
  -webkit-animation: ease 0.7s 1s icon3 forwards;
  animation: ease 0.7s 1s icon3 forwards;
}
@-webkit-keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@keyframes icon1 {
  0% {
    top: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    top: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    top: 7px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@-webkit-keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@keyframes icon2 {
  50% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
}
@-webkit-keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}
@keyframes icon3 {
  0% {
    bottom: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    bottom: 7px;
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    bottom: 7px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
}

.offcanvas .offcanvas__grid .uk-grid > div:nth-child(1) {
  width: 45%;
}
.offcanvas .offcanvas__grid .uk-grid > div:nth-child(2) {
  width: 55%;
  padding: 40px;
}
.offcanvas ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.offcanvas #menu-main-menu-2 > li > a,
.offcanvas #menu-main-menu-2 > li.menu-item-has-children ul li a {
  color: var(--text);
  display: block;
  font-weight: 300;
  font-size: 20px;
  position: relative;
}

#primary-menu > li > ul > li > a {
  position: relative;
}
.offcanvas #menu-main-menu-2 > li.menu-item-has-children > a::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: var(--text);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
.offcanvas #menu-main-menu-2 > li > ul > li,
.offcanvas .sub-menu > li > a:hover {
  background-color: unset !important;
  width: 100%;
}

#primary-menu > li > ul > li.menu-item-has-children::before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 14px;
  position: absolute;
  top: 10px;
  color: var(--primary);
  right: 10px;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
}
#primary-menu > li.menu-item-has-children a.show-active::before {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  color: var(--primary);
}

#primary-menu > li > ul > li.menu-item-has-children.active::before {
  transform: rotate(90deg);
  color: var(--primary);
}

.offcanvas #menu-main-menu-2 > li > ul,
.offcanvas #menu-main-menu-2 > li > ul > li > ul {
  display: none;
}
.offcanvas #menu-main-menu-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.offcanvas #menu-main-menu-2 li {
  position: relative;
  cursor: pointer;
  width: 42%;
}

.offcanvas #menu-main-menu-2 > li > a:hover,
#primary-menu > li a.show-active,
#primary-menu > li.menu-item-has-children ul li a.show-active,
.offcanvas #menu-main-menu-2 > li:hover > a {
  color: var(--primary);
}

#primary-menu > li > ul > li:hover {
  background-color: var(--light-yellow);
}
#primary-menu li.menu-item-has-children span {
  color: var(--primary);
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 20px;
  width: 38px;
  height: 38px;
  background-color: var(--light);
  right: 3px;
  border-radius: 12px;
}
#primary-menu li.menu-item-has-children span i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#primary-menu li.menu-item-has-children > ul {
  margin-top: 5px;
  border-bottom: 1px solid var(--light);
  padding-bottom: 10px;
}

#primary-menu li.menu-item-has-children > ul > li.menu-item-has-children > ul {
  background: var(--light);
  margin: 0;
  margin-top: 5px;
  padding: 0;
  border-bottom: 1px solid transparent;
}
#primary-menu > li.menu-item-has-children > span {
  top: 21px;
}
#primary-menu > li.menu-item-has-children ul li {
  border-radius: 12px;
}
#primary-menu > li.menu-item-has-children ul li a {
  font-size: 14px;
  color: var(--primary);
  font-weight: 600;
  padding: 10px 30px;
  display: block;
  text-transform: capitalize;
  border-radius: 12px;
}

#primary-menu > li.menu-item-has-children ul li.menu-item-has-children ul li a {
  padding-left: 40px;
}

#primary-menu
  > li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li.menu-item-has-children
  ul
  li
  a {
  padding-left: 60px;
}
.offcanvas__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -ms-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.offcanvas__nav > div {
  width: 100%;
}

.offcanvas__content {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow-y: auto;
  height: calc(100vh - 136px);
  margin-top: 30px;
}
.offcanvas__content .social-icons a {
  display: flex;
}
.offcanvas__content .social-icons i {
  font-size: 24px;
  color: var(--primary);
}
.offcanvas__content > div:not(:last-child) {
  border-bottom: 1px dotted #b9b9b9;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.offcanvas-label {
  font-size: 20px;
  font-weight: 300;
  color: #797979;
  opacity: 92%;
  margin-bottom: 25px;
  display: block;
}
.offcanvas__content .uk-grid {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: start;
  flex-direction: column;
  height: 100%;
}
.offcanvas__content .uk-grid > div > div {
  padding: 0;
}
.offcanvas__content .social-icons {
  gap: 15px;
}
.offcanvas__contact {
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.offcanvas__contact .header__contact {
  gap: 20px;
  flex-wrap: wrap;
}
.offcanvas__contact .header__contact:not(:last-child) {
  margin-bottom: 20px;
}
.offcanvas__contact .header__contact > div {
  justify-content: center;
  gap: 10px;
}
.offcanvas__contact .header__contact .icon {
  width: 41px;
  height: 38px;
  justify-content: center;
  background-color: var(--primary);
}
.offcanvas__contact .header__contact .icon i {
  color: var(--light);
}
.offcanvas__contact .header__contact strong img {
  width: 15px;
  margin-top: -1px;
}
.offcanvas__contact .header__contact strong i {
  color: var(--primary);
}
.offcanvas__contact .header__contact a {
  font-weight: 400;
  font-size: 16px;
  color: var(--text);
  opacity: 80%;
}
.offcanvas__contact .header__contact img {
  width: 25px;
  margin-top: -6px;
}
.offcanvas__contact .header__contact a:hover {
  color: var(--primary);
}

.offcanvas.show .offcanvas__new__logo a img,
.offcanvas.show .offcanvas__contact,
.offcanvas.show .offcanvas__nav,
.offcanvas.show .offcanvas__text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.offcanvas.show .offcanvas__new__logo a img {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
  width: 140px;
  height: 126px;
  object-fit: contain;
}

.offcanvas.show .offcanvas__nav {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.offcanvas.show .offcanvas__contact {
  -webkit-transition-delay: 1.5s;
  -o-transition-delay: 1.5s;
  transition-delay: 1.5s;
}

.sub-menu > li > a::before,
.sub-menu > li > a::after {
  display: none;
}
.offcanvas__grid {
  height: 100%;
  position: relative;
  z-index: 1;
}
.offcanvas__grid > div,
.offcanvas__grid > div > div,
.offcanvas__img {
  height: 100%;
}
.offcanvas__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
/* offcanvas */

/* Banner section css  */

.banner__section {
  position: relative;
}
.banner__section img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}
.banner-top-content {
  position: absolute;
  transform: translate(-50%, -55%);
  top: 46%;
  left: 50%;
  width: 100%;
}
.banner__section .video-button {
  width: 80px;
  height: 80px;
  background-color: var(--video-button-color);
  border-radius: 50%;
  justify-content: center;
  margin: 0 auto 40px;
  backdrop-filter: blur(80px);
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  position: absolute;
  z-index: 999999;
  pointer-events: auto;
  transition: none;
  transform: translate(-50%, -65%);
  top: 37%;
  left: 50%;
}
.video-button .video-close {
  display: none;
}
.video-button .video-close img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.banner-top-title {
  font-size: clamp(20px, 1.8vw, 28px);
  font-weight: 400;
  color: var(--light);
  text-transform: uppercase;
  text-align: center;
  position: relative;
}
.banner-top-title::before,
.banner-title::before,
.banner-content::before {
  content: url("assets/img/banner-bg-1.png");
  transform: translate(-50%, -55%);
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.banner-top-title span:nth-child(1) {
  font-style: italic;
  font-weight: 600;
}
.banner-container {
  position: absolute;
  bottom: 0;
  align-items: start;
  gap: 79px;
  padding: 0 30px 0 0;
}
.banner-title {
  font-size: clamp(36px, 6vw, 72px);
  color: var(--light);
  width: 50%;
  position: relative;
}
.banner-title::before {
  content: url("assets/img/banner-bg-1.png");
}
.banner-content {
  width: 50%;
  padding: 0 0 50px 60px;
  position: relative;
  z-index: 9999;
}
.banner-content::before {
  content: url("assets/img/banner-bg-1.png");
}
.banner-content p {
  font-size: clamp(15px, 1.6vw, 18px);
  color: var(--light);
  font-weight: 400;
  margin-bottom: 30px;
}
.banner-button {
  gap: 5px;
  background-color: var(--opacity-button-color);
  padding: 18px 40px;
  position: relative;
}
.banner-button::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  right: 8px;
  bottom: 8px;
  z-index: 9;
  border: 1px solid var(--light);
}
.banner-button svg {
  fill: var(--light);
}
.banner-overlay {
  position: fixed;
  background-color: var(--dark);
  opacity: 0.7;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.banner-video {
  display: none;
  width: 100%;
  max-width: 948px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 999999;
  padding: 0 30px;
}
.banner-video iframe {
  width: 100%;
  height: 500px;
  border: unset;
}
body.popup-video {
  overflow: hidden;
}
.popup-video .banner-overlay,
.popup-video .banner-video,
.popup-video .video-button .video-close {
  display: block;
}
.popup-video .video-button .video-icon {
  display: none;
}

/* Booking section css */

.booking__section {
  background-color: var(--base);
  padding: 105px 0;
}
.booking-wrapper {
  margin: 0 auto;
  background-color: var(--light);
  padding: 5px 5px 5px 70px;
  width: fit-content;
  gap: 40px;
  flex-wrap: wrap;
}
.booking-container {
  gap: 10px;
}
.booking-icon svg {
  fill: var(--base);
}
.booking-button .btn {
  background-color: var(--base);
  border: unset;
}
.booking-button .btn:hover,
.booking-button .btn:focus {
  background-color: var(--primary);
}
.booking-content label {
  font-size: 14px;
  font-weight: 400;
  color: var(--base);
  text-transform: uppercase;
  font-family: var(--secondary-font);
  display: block;
}
.booking-content select,
.booking-content input,
.booking-content .check-in-out span {
  background: unset;
  border: unset;
  padding: 0;
  appearance: none;
  font-size: 15px;
  font-weight: 400;
  color: var(--base);
  opacity: 90%;
  outline: unset;
  cursor: pointer;
}
.booking-content input::placeholder {
  color: var(--base);
}
.booking-content input[type="number"] {
  -moz-appearance: textfield;
}
.booking-content input[type="number"]:focus {
  -moz-appearance: number-input;
}
.booking-content input#guests {
  max-width: 130px;
}
.booking-content input#phone {
  max-width: 100px;
}
.booking-content .check-in-out span {
  margin-right: 5px;
}
.booking-content .date-input {
  transition: width 0.3s ease;
  font: inherit;
  padding-right: 10px;
  box-sizing: content-box;
}
.booking-content .hidden-width-checker {
  position: absolute;
  visibility: hidden;
  white-space: pre;
  font: inherit;
  padding: 0;
  box-sizing: content-box;
}

/* Room and suites section css */

.rooms-suite__section {
  padding: 100px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.room-suite-section-title {
  font-size: clamp(28px, 4.5vw, 57px);
  color: var(--light);
}
.swiper-slide > a {
  padding: 110px 45px 60px;
  background-color: var(--opacity-room-color);
  backdrop-filter: blur(20px);
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
.room-suite-container img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.room-suite-title {
  font-size: clamp(20px, 2.5vw, 26px);
  text-transform: uppercase;
  text-align: center;
  border-bottom: 1px dotted var(--light);
  margin-bottom: 25px;
  padding-bottom: 10px;
  color: var(--light);
}
.room-suite-title a:hover,
.room-suite-title a:focus {
  color: var(--light);
}
.room-type {
  gap: 25px;
  margin: 18px 0 12px;
}
.room-type span {
  color: var(--light);
  font-size: 18x;
  gap: 8px;
}
.room-suite-container p {
  font-size: 16px;
  color: var(--light);
  text-align: left;
  max-height: 75px;
  overflow: hidden;
}
.room-suite-container p:empty {
  display: none;
}
.rooms-suite__section .room-button {
  position: absolute;
  top: 30%;
  left: 12%;
  transform: translate(-50%, -50%);
  z-index: 99;
  background-color: var(--opacity-room-color);
  backdrop-filter: blur(20px);
  gap: 10px;
  border-radius: 50px;
  padding: 28px;
}

.rooms-suite__section .room-button i {
  font-size: 22px;
  color: var(--light);
}
.swiper-pagination {
  position: absolute;
  bottom: 20%;
  left: 50% !important;
  top: unset !important;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: -1;
}
.swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: unset !important;
  border: 2px solid var(--light);
  opacity: unset;
}
.swiper-pagination-bullet-active {
  background-color: var(--light) !important;
}
html.is-scrolling-disabled {
  overflow: hidden;
}

.slider-section {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.room-background-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.room-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.room-bg-image.active {
  opacity: 1;
}

.content-wrapper {
  position: relative;
  z-index: 2;
  height: 85vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.slider-count {
  position: absolute;
  font-size: 18px;
  color: white;
  z-index: 5;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
}

.swiper-container.vertical-slider {
  height: 100%;
  width: 100%;
  position: relative;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  text-align: center;
  height: 100vh;
}
.swiper-button-next,
.swiper-button-prev {
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  background-color: var(--opacity-room-color);
  backdrop-filter: blur(20px);
}
.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 20px;
  font-weight: 600;
  margin-right: 4px;
}
.swiper-button-next::after {
  margin: 0 0 0 4px;
}

@media (min-width: 1024px) {
  .swiper-button-next,
  .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 1024px) {
  .slider-section {
    height: 90vh;
  }
}
@media (max-width: 767px) {
  .slider-section {
    height: 85vh;
  }
  .room-suite-container img {
    height: 250px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 38px;
    height: 38px;
  }
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 12px;
  }
  @media (max-width: 567px) {
    .swiper-button-next {
      right: -15px;
    }
    .swiper-button-prev {
      left: -15px;
    }
  }
}

/* About us section css */

.about__section {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.about-overlay {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary);
  opacity: 0.9;
}
.about-container {
  padding: 75px 0;
  gap: 40px;
  justify-content: center;
}
.about-title {
  font-size: clamp(30px, 4.5vw, 57px);
  color: var(--light);
}
.about-content p {
  font-size: 16px;
  color: var(--light);
  margin: 10px 0 30px;
  opacity: 80%;
}
.about-container > div {
  width: 45%;
  position: relative;
}
.about-container img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.about-container .about-image {
  height: 534px;
  position: relative;
}
.about-container .about-image > div {
  position: relative;
}
.about-container .about-image > div:before {
  content: "";
  width: 100%;
  height: 100%;
  border: 1.26px solid #fffaeb;
  position: absolute;
  top: 0;
  left: 0;
}
.about-image-one {
  max-width: 453px;
  height: 468px;
}
.about-container .about-image > .about-image-one::before {
  top: 35px;
  left: 35px;
  z-index: -1;
}
.about-image-one img {
  border-top-left-radius: 220px;
}
.about-image-two {
  position: absolute !important;
  bottom: 0;
  right: 0;
  height: 241px;
  max-width: 403px;
}

/* Services section css */

.service__section {
  padding: 65px 0 80px;
  background-color: var(--yellow);
  overflow: hidden;
}
.service-section-title,
.activities-section-title {
  font-size: clamp(30px, 4.5vw, 57px);
  color: var(--text);
  position: relative;
  margin-bottom: 50px;
}
.service-section-title:before,
.activities-section-title:before {
  content: url("assets/img/vector-2.png");
  width: 100%;
  height: 60px;
  display: block;
}
.service-container {
  position: relative;
  margin: 0 40px 0 0;
}
.service-container:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 20px;
  left: 20px;
  background-color: var(--primary);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.service-container:hover:before {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}
.service-container img {
  width: 100%;
  height: 540px;
  object-fit: cover;
  position: relative;
}
.service-content {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 25px;
  justify-content: space-between;
  background: var(--latest-gradient);
  gap: 15px;
}
.service-title {
  font-size: clamp(20px, 2.5vw, 26px);
}
.service-title a {
  color: var(--light);
}
.service-content .service-button a {
  width: 48px;
  height: 46px;
  border: 1px solid var(--light);
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.service-content .service-button a:hover,
.service-content .service-button a:focus {
  background-color: var(--primary);
  border-color: var(--primary);
}
.service-content svg {
  fill: var(--light);
}
.slick-arrow {
  position: absolute;
  top: -90px;
  right: 0;
  font-size: 0;
  width: 48px;
  height: 46px;
  border: 1px solid var(--primary);
  border-radius: 0;
  background-color: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}
.slick-arrow:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.slick-arrow:hover:before {
  filter: brightness(0) invert(1);
}
.slick-arrow:before {
  content: "";
  background-image: url("assets/img/right-arrow.png");
  background-repeat: no-repeat;
  width: 36px;
  height: 32px;
  display: block;
  transition: all ease-in-out 0.3s;
}
.slick-prev {
  right: 60px;
}
.slick-prev:before {
  transform: rotate(180deg);
}
.service-slider .slick-list {
  overflow: visible;
}
.slick-prev.slick-disabled {
  visibility: hidden;
}
.slick-next.slick-disabled {
  cursor: no-drop;
  opacity: 0.5;
}

/* Activities section css */

.activities__section {
  padding: 65px 0 80px;
  background-color: var(--green);
}
.activities-section-title {
  color: var(--light);
}
.activities-section-title:before {
  filter: brightness(0) invert(1);
}
.activities-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 50px;
}
.activities-title {
  color: var(--light);
  font-size: clamp(18px, 1.8vw, 24px);
}
.activities-content img {
  margin-bottom: 35px;
}
.activities-content p {
  color: var(--light);
  font-size: 16px;
  margin-top: 8px;
  position: relative;
  opacity: 0.8;
}
.activities-content p:after {
  content: url("assets/img/line.png");
  width: 100%;
  display: block;
}
.activities-content p:empty::after {
  content: unset;
}

/* Counter section css */

.counter__section {
  padding: 85px 0;
  background-color: var(--counter-bg);
  position: relative;
}
.counter__section > img:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.counter__section > img:nth-child(2) {
  position: absolute;
  top: 20%;
  right: 20%;
}
.counter-container {
  align-items: flex-end;
  justify-content: center;
}
.counter-content {
  width: 234px;
  height: 234px;
  background-color: var(--yellow);
  border-radius: 50%;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  justify-content: center;
}
.counter-container .counter-content.counter-rooms {
  margin-right: -80px;
  padding-right: 30px;
}
.counter-container .counter-content.counter-rooms:hover {
  transform: rotate(-12deg);
}
.counter-container .counter-content.counter-clients {
  margin-left: -50px;
  padding-right: 15px;
  z-index: 2;
}
.counter-container .counter-content.counter-clients:hover {
  transform: rotate(10deg);
}
.counter-container .counter-content.counter-years {
  margin-left: -30px;
  z-index: 3;
}
.counter-container .counter-content.counter-years:hover {
  transform: rotate(-12deg);
}
.counter-image {
  z-index: 1;
  position: relative;
}
.counter-image:before {
  content: "";
  width: 95%;
  height: 95%;
  border: 1.5px dotted var(--primary);
  display: block;
  position: absolute;
  border-radius: 50%;
  right: 50px;
  top: 20px;
}
.counter-image img {
  width: 502px;
  height: 502px;
  border-radius: 50%;
}
.counter-content h2 {
  font-size: clamp(22px, 4.5vw, 60px);
  font-weight: 700;
  color: var(--primary);
}
.counter-content p {
  font-size: clamp(12px, 1.5vw, 20px);
  color: var(--text);
  font-family: var(--secondary-font);
  opacity: 0.8;
}

/* Amenities section css */

.amenities__section {
  padding: 75px 0;
  background-color: var(--light-yellow);
  position: relative;
}
.amenities__section > img {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 30%;
}
.amenities-container {
  gap: 60px;
}
.amenities-container .amenities-image {
  width: 40%;
}
.amenities-container .amenities-content {
  width: 50%;
}
.amenities-image img {
  border-top-right-radius: 210px;
  height: 610px;
  object-fit: cover;
}
.amenities-section-title {
  font-size: clamp(30px, 4.5vw, 57px);
  color: var(--text);
  position: relative;
  margin-bottom: 12px;
}
.amenities-content-wrapper {
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 45px;
}
.amenities-content p {
  font-size: 16px;
  color: var(--text);
  opacity: 0.9;
}
.amenities-avialable {
  gap: 15px;
  width: 42%;
}
.amenities-title {
  font-size: clamp(20px, 1.8vw, 28px);
  color: var(--text);
  opacity: 85%;
}

/* Testimonial section css */

.testimonial__section {
  padding: 60px 0;
  background-color: var(--yellow);
}
.testimonial-subtitle {
  position: absolute;
  top: 50px;
  left: 0;
  font-size: clamp(14px, 1vw, 18px);
  font-style: italic;
  font-family: var(--secondary-font);
}
.testimonial-subtitle:before {
  content: url("assets/img/testimonial-arc.png");
  width: 100%;
  position: absolute;
  left: 6px;
  top: -20px;
}
.testimonial-section-title {
  font-size: clamp(30px, 4.5vw, 57px);
  color: var(--text);
  position: relative;
  margin-bottom: 40px;
  text-align: center;
}
.testimonial-slider {
  padding-top: 60px;
}
.testimonial-container {
  padding: 0 15px;
}
.testimonial-slider .slick-arrow {
  top: -115px;
}
.testimonial-wrapper {
  background-color: var(--light);
  padding: 65px 30px;
  text-align: center;
  position: relative;
  transition: all ease-in-out 0.3s;
}
.testimonial-wrapper:hover {
  background-color: var(--yellow);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px,
    rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
.testimonial-wrapper img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0px auto;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonial-name {
  font-size: clamp(18px, 1.2vw, 22px);
  opacity: 90%;
  color: var(--text);
  margin-bottom: 6px;
}
.testimonial-position {
  font-size: clamp(14px, 1vw, 18px);
  opacity: 80%;
  font-style: italic;
  color: var(--text);
  font-family: var(--secondary-font);
}
.testimonial-wrapper p {
  font-size: 16px;
  color: var(--text);
  opacity: 80%;
  margin-top: 38px;
}
.testimonial-slider .slick-list {
  overflow: unset;
  overflow-x: clip;
}
.testimonial-content {
  overflow: hidden;
}
.testimonial-slider a {
  color: var(--primary);
  display: block;
  margin-top: 5px;
}

/* Latest News section css */

.lastest-news__section {
  padding: 65px 0 80px;
  background-color: var(--green);
}
.latest-news-section-title {
  font-size: clamp(30px, 4.5vw, 57px);
  color: var(--light);
  position: relative;
  margin-bottom: 50px;
}
.latest-news-section-title:before {
  content: url("assets/img/vector-2.png");
  width: 100%;
  height: 50px;
  display: block;
  filter: brightness(0) invert(1);
}
.latest-news-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}
.latest-news-wrapper {
  position: relative;
  overflow: hidden;
}
.latest-news-wrapper:nth-child(1) {
  grid-row: span 2 / span 2;
  height: 634px;
}
.latest-news-wrapper {
  height: 305px;
}
.latest-news-wrapper:nth-child(3) {
  grid-column-start: 2;
}

.latest-news-wrapper img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  transition: all ease-in-out 0.5s;
}
.latest-news-wrapper:hover img {
  transform: scale(1.05);
}
.latest-news-content {
  background: var(--latest-gradient);
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
}
.latest-news-content-wrapper {
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
  border-top: 1px dotted var(--light);
  padding-top: 15px;
  gap: 20px;
}
.latest-news-content span {
  color: var(--light);
  font-weight: 600;
  font-size: 16px;
}
.latest-news-container:nth-child(1) .latest-news-content h2 {
  font-size: clamp(18px, 2vw, 28px);
}
.latest-news-content h2 {
  font-size: clamp(18px, 2vw, 24px);
}
.latest-news-content h2 a {
  color: var(--light);
}

.latest-news-content .latest-news-button a {
  width: 48px;
  height: 46px;
  border: 1px solid var(--light);
  justify-content: center;
  transition: all ease-in-out 0.3s;
}
.latest-news-content .latest-news-button a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
.latest-news-content .latest-news-button svg {
  fill: var(--light);
}

/* Inquiry section css */

.inquiry-background img {
  width: 100%;
}
.inquiry-container {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 70px;
  max-width: 390px;
}
.inquiry-title {
  font-size: clamp(26px, 3.5vw, 57px);
  color: var(--text);
  position: relative;
  margin-bottom: 10px;
}
.inquiry-title::before {
  content: url("assets/img/vector-2.png");
  width: 100%;
  display: block;
}
.inquiry-container p {
  color: var(--text);
  opacity: 80%;
}
.inquiry-buttons {
  gap: 30px;
  margin-top: 40px;
}
.inquiry-buttons .btn:nth-child(1) {
  background: var(--gradient);
}
.inquiry-buttons .btn:nth-child(1):hover,
.inquiry-buttons .btn:nth-child(1):focus {
  background: var(--button-gradient);
}
.inquiry-buttons .btn:nth-child(2) {
  background: unset;
  color: var(--primary);
  border: 1px solid var(--primary);
  padding: 12px 28px;
}
.inquiry-buttons .btn:nth-child(2):hover,
.inquiry-buttons .btn:nth-child(2):focus {
  background: var(--primary);
  color: var(--light);
}

/* Footer css */

.footer-widget {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 60px;
  padding: 60px 0;
}
.footer-logo img {
  width: 160px;
  height: 145px;
  object-fit: contain;
}
.footer-widget .widget:not(:first-child) {
  padding-top: 70px;
}
.footer-widget p {
  font-size: 16px;
  padding: 20px 0 30px;
  color: var(--text);
  opacity: 80%;
}
.footer-widget p:empty {
  display: none;
}
.footer-widget .social-icons {
  gap: 12px;
}
.footer-widget .social-icons a {
  display: flex;
}
.footer-widget .social-icons i {
  font-size: 24px;
  color: var(--primary);
}
.footer-widget .widget-title {
  font-size: clamp(20px, 2.5vw, 26px);
  margin-bottom: 40px;
}
.footer-widget .widget li {
  list-style: none;
}
.footer-widget .widget ul {
  padding: 0;
}
.footer-widget .widget li:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget .widget li a,
.footer-widget .widget.contact-details > span,
.footer-widget .widget.contact-details > span a {
  font-size: clamp(14px, 1vw, 18px);
  font-family: var(--secondary-font);
  font-weight: 600;
  font-style: italic;
  color: var(--text);
  opacity: 80%;
}
.footer-widget .widget.contact-details > span,
.footer-widget .widget.contact-details > span a {
  font-style: normal;
  gap: 10px;
  word-break: break-all;
}
.footer-widget .widget.contact-details > span:not(:last-child) {
  margin-bottom: 20px;
}
.footer-widget .widget.contact-details .icon {
  min-width: 41px;
  min-height: 38px;
  justify-content: center;
  background-color: var(--primary);
}

.village-payment {
  justify-content: center;
  gap: 20px;
  padding: 30px 0;
  border-top: 2px dotted var(--text);
  border-bottom: 2px dotted var(--text);
}
.village-payment span {
  font-size: clamp(18px, 1.8vw, 24px);
  font-weight: 600;
  font-family: var(--secondary-font);
  position: relative;
  border-right: 2px solid var(--primary);
  padding-right: 15px;
}
.site-footer .site-info {
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  padding: 25px 0 20px;
}
.site-footer .site-info span {
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
  font-family: var(--secondary-font);
  color: var(--text);
  opacity: 80%;
}
.site-footer .site-info a {
  color: var(--text);
  opacity: 80%;
}
.site-footer .site-info a:hover,
.site-footer .site-info a:focus {
  color: var(--primary);
}
.site-footer .custom-logo-link img {
  max-width: 160px;
}
.site-footer .footer-number {
  word-break: unset;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .footer-widget {
    display: flex;
  }
  .footer-widget .widget:nth-child(1) {
    width: 25%;
  }
  .footer-widget .widget:nth-child(2) {
    width: 22%;
  }
  .footer-widget .widget:nth-child(3) {
    width: 22%;
  }
  .footer-widget .widget:nth-child(4) {
    width: 31%;
  }
  .banner-title {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1200px) {
  .main-navigation,
  .header-right {
    width: 41%;
  }
  .site-branding {
    width: 18%;
    text-align: center;
  }
  .header-right {
    justify-content: end;
  }
}
@media screen and (max-width: 1600px) {
  .room-suite-section-title {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1200px) {
  .main-navigation,
  .header-right .social-icons {
    display: none;
  }
  .btn,
  .banner-button {
    padding: 13px 26px;
  }
  .inquiry-buttons .btn:nth-child(2) {
    padding: 12px 26px;
  }
}
@media screen and (max-width: 1024px) {
  .rooms-suite__section .room-button {
    top: 48%;
    left: 50%;
    transform: translate(-50%, -52%);
    padding: 20px;
  }
  .counter-container .counter-content.counter-clients {
    margin-left: -35px;
  }
  .counter-container .counter-content.counter-rooms {
    margin-right: -50px;
  }
  .counter-content {
    width: 200px;
    height: 200px;
  }
  .counter-image img {
    width: 400px;
    height: 400px;
  }
  .booking-wrapper {
    padding: 15px 15px 15px 70px;
  }
  .inquiry-container {
    margin-bottom: 40px;
  }
  .inquiry-buttons {
    margin-top: 30px;
  }
  .slider-count,
  .swiper-pagination {
    display: none;
  }
  .swiper-slide > a {
    padding: 35px;
  }
  .service-content .service-button a,
  .latest-news-content .latest-news-button a {
    width: 40px;
    height: 40px;
  }
  .service-content svg,
  .latest-news-content .latest-news-button svg {
    width: 18px;
    height: 18px;
  }
  .service__section,
  .testimonial__section {
    padding: 50px 0;
  }
  .booking__section,
  .rooms-suite__section,
  .about-container,
  .counter__section,
  .amenities__section {
    padding: 70px 0;
  }
  .lastest-news__section {
    padding: 60px 0 70px;
  }
  .service-container img {
    height: 420px;
  }
  .activities-content img {
    height: 85px;
  }
}

@media screen and (max-width: 767px) {
  .banner-container {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
    padding: 0 40px 60px;
  }
  .banner-title,
  .banner-content {
    width: unset;
    padding: 0;
  }
  .banner__section .video-button {
    transform: translate(-50%, -68%);
    top: 33%;
    left: 50%;
  }
  .about-container,
  .amenities-container {
    flex-direction: column;
    gap: 40px;
  }
  .about-container > div,
  .amenities-container .amenities-content,
  .amenities-container .amenities-image {
    width: 100%;
  }
  .counter-content {
    width: 150px;
    height: 150px;
  }
  .counter-image img {
    width: 300px;
    height: 300px;
  }
  .counter-image::before {
    right: 20px;
    top: 9px;
  }
  .inquiry-container {
    margin-bottom: 30px;
  }
  .inquiry-buttons {
    margin-top: 20px;
  }
  .inquiry-container {
    position: unset;
    margin: 30px auto 0;
  }
  .footer-widget .widget:not(:first-child) {
    padding-top: 0;
  }
  .slick-dots {
    display: flex !important;
  }
  .slick-arrow {
    display: none !important;
  }
  .offcanvas .offcanvas__grid .uk-grid > div:nth-child(1) {
    display: none;
  }
  .offcanvas .offcanvas__grid .uk-grid > div:nth-child(2) {
    width: 100%;
    padding: 50px;
  }
  .offcanvas__content {
    padding: 0 20px;
  }
  .offcanvas__close {
    top: 70px;
  }
  .footer-widget {
    gap: 40px;
  }
  .footer-widget .widget-title {
    margin-bottom: 22px;
  }
  .activities-content img {
    height: 75px;
  }
  .amenities-image img {
    height: 500px;
  }
  .latest-news-container {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .latest-news-wrapper {
    height: 380px !important;
  }
  .latest-news-wrapper:nth-child(1) {
    grid-row: unset;
  }
  .latest-news-wrapper:nth-child(3) {
    grid-column-start: unset;
  }
}
@media screen and (max-width: 567px) {
  .counter-content {
    width: 110px;
    height: 110px;
  }
  .counter-image img {
    width: 220px;
    height: 220px;
  }
  .counter-image::before {
    right: 13px;
  }
  .slick-arrow,
  .testimonial-slider .slick-arrow {
    top: 50%;
    z-index: 99;
  }
  .slick-prev {
    left: -15px;
    right: auto;
  }
  .slick-arrow {
    right: -15px;
  }
  .swiper-slide > a {
    padding: 25px 15px;
  }
  .btn,
  .banner-button {
    padding: 16px 18px;
  }
  .inquiry-buttons .btn:nth-child(2) {
    padding: 12px 11px;
  }
  .inquiry-buttons {
    gap: 10px;
  }
  .inquiry-buttons .btn {
    padding: 13px 12px;
  }
  .service-container img {
    height: 380px;
  }
  .banner__section img {
    height: 60vh;
  }
  .banner-top-content {
    transform: translate(-50%, -57%);
    top: 43%;
  }
  .banner__section {
    background-color: var(--primary);
  }
  .banner-container {
    position: unset;
    padding: 0;
  }
  .banner-container .banner-title {
    position: absolute;
    top: -190px;
    text-align: center;
    padding: 0 15px;
  }
  .banner-content {
    padding: 25px 0;
  }
  .amenities-image img {
    height: 400px;
  }
}

/* Room Page css */

/* Room Banner css */
.rooms-banner__section {
  padding: 430px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.rooms-banner__section .wrapper {
  position: relative;
}
.rooms-banner-container {
  position: absolute;
  margin-top: 150px;
}
.rooms-banner-title {
  font-size: clamp(36px, 4.5vw, 68px);
  color: var(--light);
  margin-bottom: 25px;
}
.rooms-banner-title::before,
.rooms-banner-button::before {
  content: url("assets/img/banner-bg-1.png");
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
}
.rooms-banner-button {
  color: var(--light);
  font-size: 16px;
  font-weight: 500;
  position: relative;
  gap: 5px;
  width: fit-content;
  overflow: hidden;
}
.rooms-banner-button::before {
  height: 150px;
  background-image: url("assets/img/vector.png");
}
.rooms-banner-button:hover {
  color: var(--yellow);
}
.rooms-banner-button svg {
  width: 16px;
  height: 16px;
  fill: #fff;
  transform: rotate(133deg);
  transition: all 0.3s ease-in-out;
}
.rooms-banner-button:hover svg {
  fill: var(--yellow);
}

/* Rooms section css */
.rooms__section {
  padding: 70px 0;
}
.rooms-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row-reverse;
  gap: 65px;
  width: 95%;
}
.rooms-container:nth-child(even) {
  direction: rtl;
  margin: 0 0 55px auto;
}
.rooms-container:not(:last-child) {
  margin-bottom: 55px;
}
.rooms-container:nth-child(even) .rooms-facilities > div {
  direction: ltr;
}
.rooms-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.rooms-content {
  width: 80%;
  padding: 40px 0;
}
.rooms-title {
  align-items: end;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 30px;
}
.rooms-title h2 {
  font-size: clamp(30px, 3.5vw, 54px);
  font-weight: 600;
}
.rooms-title h2 a {
  color: var(--text);
}
.rooms-title h2 a:hover {
  color: var(--primary);
}
.rooms-title h2 span {
  font-style: italic;
  font-weight: 400;
}
.rooms-price {
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 600;
  font-family: var(--secondary-font);
  color: var(--secondary);
}
.rooms-facilities {
  background-color: var(--counter-bg);
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  border: 1px solid var(--dark);
  position: relative;
}
.rooms-facilities::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  background-color: var(--dark);
  display: block;
  z-index: -1;
}
.rooms-container:nth-child(even) .rooms-facilities::before {
  left: -10px;
}
.rooms-facilities div {
  gap: 10px;
  font-size: clamp(18px, 1.5vw, 23px);
  font-weight: 400;
  color: var(--text);
}
.rooms-facilities img {
  width: 28px;
  height: 28px;
  object-fit: contain;
}
.rooms-content p {
  font-size: 16px;
  color: var(--text);
  opacity: 80%;
  margin: 35px 0 40px;
}
.rooms-button span {
  width: 48px;
  height: 46px;
  border: 1px solid var(--text);
  opacity: 60%;
  justify-content: center;
  transition: all ease-in-out 0.3s;
  justify-content: center;
}
.rooms-button {
  font-size: clamp(18px, 1.5vw, 24px);
  font-weight: 600;
  color: var(--text);
  opacity: 70%;
  font-family: var(--secondary-font);
  gap: 12px;
}
.rooms-button span {
  fill: var(--text);
}
.rooms-button:hover {
  color: var(--primary);
}
.rooms-button:hover span {
  border-color: var(--primary);
  background-color: var(--primary);
}
.rooms-button:hover span svg {
  fill: var(--light);
}

/* Rooms gallery section css */
.rooms-gallery_section {
  padding: 60px 0;
}
.rooms-gallery-image {
  margin: 0 25px 0 0;
}
.rooms-gallery-image img {
  height: 517px;
  width: 100%;
  object-fit: cover;
}
.rooms-gallery-slider .slick-arrow {
  display: none !important;
}
.rooms-gallery-slider .slick-list {
  overflow: visible;
}

@media (max-width: 1200px) {
  .rooms-content {
    width: 100%;
  }
  .rooms-gallery_section {
    padding: 30px 0;
  }
}
@media (max-width: 1024px) {
  .rooms-container {
    width: 100%;
    gap: 45px;
  }
}
@media screen and (max-width: 980px) {
  .banner__section img {
    height: 70vh;
  }
  .content-wrapper {
    height: 50vh;
  }
  .rooms-banner__section {
    padding: 390px 0;
  }
}
@media (max-width: 767px) {
  .rooms-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
  }
  .rooms-content {
    padding: 0;
  }
  .rooms-gallery_section {
    padding: 10px 0;
  }
  .rooms-banner__section {
    padding: 340px 0;
  }
}
@media (max-width: 567px) {
  .rooms-banner__section {
    padding: 265px 0;
  }
  .rooms-banner-container {
    margin-top: 20px;
  }
}

/* About us page css */
.page-template-template-about .about__section {
  padding: 0 0 120px;
}
.page-template-template-about .about-title,
.page-template-template-about .about-content p {
  color: var(--text);
}
.page-template-template-about .about-overlay {
  background-color: var(--light-yellow);
}
.page-template-template-about .about-container {
  padding: 85px 0;
}
.our-story-content {
  width: 80%;
  padding-bottom: 85px;
}

/* Our Mission section */
.our-mission__section {
  margin-top: -130px;
}
.our-mission-container {
  background-color: var(--base);
  padding: 50px 40px;
  max-width: 70%;
  margin: 0 auto;
}

.our-mission-ttitle h2 {
  font-size: clamp(30px, 4.5vw, 50px);
  color: var(--light);
  text-align: center;
}
.our-mission-content p {
  color: var(--light);
  font-size: clamp(16px, 2vw, 18px);
  font-weight: 400;
  margin: 20px 0 0;
  text-align: center;
}

/* Our value section  */
.our-value__section {
  padding: 70px 0;
}
.our-value-wrapper {
  gap: 60px;
  align-items: start;
}
.our-value-section-title {
  width: 22%;
}
.our-value-section-title h2 {
  font-size: clamp(30px, 4.5vw, 57px);
  color: var(--text);
}
.our-value-section-title p {
  font-size: 16px;
  color: var(--text);
  opacity: 80%;
  margin: 0;
}
.our-value-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  width: 78%;
}
.our-value-container article {
  background-color: var(--yellow);
  padding: 20px;
  transition: all 0.3s ease-in-out;
}
.our-value-container article:nth-child(2) {
  background-color: #b34e0a9e;
}
.our-value-container article:nth-child(3) {
  background-color: #681f0085;
}
.our-value-container article img {
  width: 32px;
  height: 32px;
  object-fit: contain;
}
.our-value-content {
  margin-top: 150px;
}
.our-value-ttitle {
  font-size: clamp(20px, 2vw, 30px);
  color: var(--text);
  margin-bottom: 10px;
}
.our-value-content p {
  font-size: 16px;
  color: var(--text);
  opacity: 80%;
}
.team-photo__section {
  padding: 45px 0 75px;
}
.team-photo__section h2 {
  font-size: clamp(30px, 4.5vw, 57px);
  margin-bottom: 45px;
}
.team-photo-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 20px;
}
.team-photo-container img {
  height: 331px;
  object-fit: cover;
  width: 100%;
}
.team-photo-container img:hover {
  transform: rotate(2deg) !important;
  transition: all 0.1s ease-in-out !important;
}
.team-photo-container img:hover:nth-child(even) {
  transform: rotate(-2deg) !important;
}

/* About inquiry section css */
.about-inquiry__section {
  margin-bottom: 30px;
}
.about-inquiry-wrapper {
  background-color: var(--yellow);
  padding: 100px 25px 80px;
}
.about-inquiry__section .inquiry-container {
  position: relative;
  margin: 0 auto;
  text-align: center;
}

.about-inquiry__section .inquiry-buttons {
  justify-content: center;
}
@media (max-width: 1024px) {
  .page-template-template-about .about-container {
    padding: 85px 0 40px;
  }
}
@media (max-width: 767px) {
  .our-story-content,
  .our-mission-container {
    width: 100%;
  }
  .our-value-wrapper {
    flex-direction: column;
  }
  .our-mission-ttitle,
  .our-mission-content,
  .our-value-section-title,
  .our-value-container {
    width: 100%;
  }
  .our-mission-content p {
    margin: 0;
  }
  .our-value-wrapper {
    gap: 40px;
  }
}

/* Contact us page css */

.contact-us__section {
  padding: 80px 0;
}
.contact-us-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 25px;
  width: 100%;
  margin: 0 auto;
}
.contact-us-container {
  text-align: center;
  padding: 35px 25px;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
}
.form-container .wpcf7-form {
  margin-top: 30px;
}
.contact-us-container .icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: var(--light);
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #808080;
  margin: 0 auto 25px;
}
.contact-us-container .icon img {
  width: 36px;
  height: 36px;
}
.contact-us-container .icon i {
  font-size: 30px;
  font-weight: 600;
  color: var(--primary);
}
.contact-us-container h2,
.contact-us-container span,
.contact-us-container span a,
.contact-us-container p {
  font-size: clamp(20px, 2vw, 23px);
  color: var(--text);
  opacity: 85%;
}
.contact-form-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 60px;
  width: 80%;
  margin: 0 auto;
}
.contact-form-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact-us-container span,
.contact-us-container span a {
  font-size: clamp(15px, 1.5vw, 17px);
  font-weight: 400;
  margin: 2px 0 8px;
  display: block;
  word-break: break-all;
}
.contact-us-container p {
  font-size: 14px;
}
.form-container h1 {
  font-size: clamp(26px, 3.5vw, 57px);
  color: var(--text);
}
.form-container p {
  font-size: clamp(16px, 1.5vw, 20px);
  color: var(--text);
  opacity: 70%;
}

.form-container .wpcf7-submit,
.form-container form label {
  font-size: clamp(14px, 1.5vw, 16px);
  font-weight: 500;
  color: var(--text);
  opacity: 80%;
  display: block;
  margin-bottom: 4px;
}
.form-container input,
.form-container textarea {
  background-color: var(--light);
  padding: 12px;
  border: unset;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 8px;
  outline: unset;
  width: 100%;
}
.form-container input::placeholder,
.form-container select {
  font-size: 14px;
  color: var(--text);
  font-weight: 400;
  opacity: 30%;
}
.form-container textarea {
  height: 143px;
  resize: none;
  overflow: auto;
}
.form-container select {
  position: absolute;
  top: 10px;
  left: 12px;
  opacity: 80%;
  font-weight: 600;
  background-color: unset;
  border: unset;
}
.wpcf7-spinner {
  position: absolute;
  bottom: 10px;
  left: 12px;
}
.form-container .wpcf7-submit {
  background: var(--gradient);
  color: var(--light);
  opacity: unset;
  margin: 0;
}
.form-container .wpcf7-submit:hover {
  background: var(--button-gradient);
}
.form-container form > p:not(:last-child) {
  margin-bottom: 20px;
}
.map__section {
  padding: 60px 0 40px;
}
.map__section iframe {
  outline: unset;
  width: 100%;
  height: 600px;
}
@media (max-width: 1024px) {
  .contact-form-wrapper {
    width: 90%;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .contact-us-wrapper,
  .contact-form-wrapper {
    width: 100%;
    gap: 30px;
  }
  .map__section iframe {
    height: 400px;
  }
}

/* Facilities pages css  */
.facilities__section {
  padding: 80px 0 110px;
}
.facilities-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(380px, 1fr));
  gap: 40px;
}
.facilities__section .service-container {
  margin: 0;
}

/* Facilities single page css  */
.facilities-single__section {
  padding: 60px 0 80px;
}
.facilities-single__section p {
  color: var(--text);
  opacity: 80%;
  font-size: 16px;
  font-weight: 400;
  word-break: normal;
}
.facilities-full-width {
  gap: 60px;
  margin-bottom: 60px;
}
.facilities-full-width p {
  width: 35%;
  padding: 0 9px 0 5px;
}
.facilities-full-width-image {
  width: 65%;
}
.facilities-full-width-image img {
  width: 100%;
  height: 524px;
  object-fit: cover;
}
.facilities-single-wrapper {
  align-items: start;
  flex-wrap: wrap;
  gap: 30px;
}
.facilities-single-container {
  width: calc(33.33% - 30px);
}
.facilities-single-container img {
  width: 100%;
  height: 410px;
  object-fit: cover;
}
.facilities-single-title {
  font-size: clamp(24px, 2.1vw, 32px);
  font-weight: 600;
  opacity: 85%;
  margin: 26px 0 5px;
}
.facilities-single-title a {
  color: var(--text);
}
.facilities-single-title a:hover {
  color: var(--primary);
}

@media (min-width: 1024px) {
  .facilities-single-content {
    max-width: 376px;
  }
  .facilities-single-container:nth-child(3n + 2) {
    text-align: center;
    margin-top: 80px;
  }
  .facilities-single-container:nth-child(3n + 2) .facilities-single-content {
    margin: 0 auto;
  }
  .facilities-single-container:nth-child(3n + 3) {
    text-align: right;
  }
  .facilities-single-container:nth-child(3n + 3) .facilities-single-content {
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1024px) {
  .facilities-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }
}
@media (max-width: 767px) {
  .facilities-single-container {
    width: calc(50% - 30px);
  }
  .facilities-full-width {
    flex-direction: column;
    gap: 30px;
  }
  .facilities-full-width-image,
  .facilities-full-width p {
    width: 100%;
    padding: 0;
  }
  .facilities-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  }
}
@media (max-width: 567px) {
  .facilities-single-container {
    width: 100%;
  }
  .facilities-single-content {
    max-width: 100%;
  }
  .team-photo-container img {
    height: 280px;
  }
}

/* Latest new page css  */
.latest-news-page__section {
  padding: 70px 0;
}
.latest-news-page-container {
  position: relative;
}
.latest-news-page-container img {
  height: 634px;
  width: 100%;
  object-fit: cover;
}
.latest-news-page-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(510px, 1fr));
  gap: 30px;
}
@media (max-width: 1200px) {
  .latest-news-page-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(430px, 1fr));
  }
}
@media (max-width: 1024px) {
  .latest-news-page-wrapper {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .latest-news-page-container img {
    height: 400px;
  }
}

/* Single Post css  */
.site-header.header-default {
  background: unset;
  background-color: var(--base);
  position: relative;
}
.site-header.header-default.fixed {
  position: fixed;
}
.single-post-breadcrumb__section {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 2px;
  padding: 15px 0;
}
.single-post-breadcrumb__section .breadcrumb-container {
  gap: 15px;
}
.single-post-breadcrumb__section .breadcrumb-container span {
  font-size: 16px;
  font-weight: 500;
  color: #b2b2b2;
  position: relative;
}
.single-post-breadcrumb__section
  .breadcrumb-container
  span:not(:last-child)::after {
  content: "";
  width: 2px;
  height: 16px;
  position: absolute;
  background-color: #b2b2b2;
  right: -9px;
  top: 5px;
}
.breadcrumb-container span a {
  color: var(--base);
}
.breadcrumb-container span a:hover {
  color: var(--secondary);
}
.single-post-content__section {
  padding: 40px 0;
}
.single-post-content__section .latest-news-content h2 {
  font-size: clamp(18px, 2vw, 23px);
}
.single-post-content__section .latest-news-content .latest-news-button a {
  width: 40px;
  height: 40px;
}
.facilities-mobile {
  display: none;
}
.wrapper-default {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
}
.single-post-content-wrapper .featured-image img {
  width: 100% !important;
  height: 634px;
  object-fit: cover;
  margin: 0 0 30px;
  border-radius: 0;
}
.single-post-content-wrapper img {
  margin: 30px 0 20px;
  height: 450px;
  width: 100% !important;
  object-fit: cover;
  border-radius: 24px;
}
.single-post-content-wrapper h2 {
  font-size: clamp(24px, 5vw, 57px);
  color: var(--text);
}
.single-post-content-wrapper h2:nth-of-type(2) {
  margin: 50px 0 30px;
}
.single-post-content-wrapper p {
  color: var(--text);
  opacity: 80%;
  font-size: clamp(17px, 1.5vw, 20px);
}
.single-post-content-wrapper .post-date {
  margin: 20px 0 30px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.single-post-content-wrapper .post-date span {
  position: relative;
  color: var(--text);
  opacity: 50%;
  font-size: 16px;
  font-weight: 500;
}
.single-post-content-wrapper .post-date span:not(:last-child) {
  margin-right: 15px;
}
.single-post-content-wrapper .post-date span:not(:last-child):after {
  content: "";
  width: 2px;
  height: 14px;
  position: absolute;
  top: 6px;
  right: -11px;
  background-color: var(--text);
  opacity: 50%;
}

.single-related-post__section {
  padding: 30px 0 60px;
}
.related-post-title,
.rooms-gallery-title {
  font-size: clamp(28px, 4.5vw, 57px);
  color: var(--text);
  margin-bottom: 20px;
}
.single-related-post__section .latest-news-page-wrapper {
  grid-template-columns: repeat(auto-fill, minmax(380px, 1fr)) !important;
}
.single-related-post__section .latest-news-page-container img {
  height: 420px;
}

/* Single room page css  */
.single-post-content-wrapper .rooms-price {
  display: block;
  margin: 25px 0 40px;
  border-bottom: 1px dotted var(--dark);
  padding-bottom: 10px;
}
.single-post-content-wrapper .room-features {
  padding: 45px;
  margin: 20px 0 35px;
  background-color: var(--yellow);
  border-radius: 24px;
}
.single-post-content-wrapper .room-features p {
  font-size: clamp(18px, 1.5vw, 20px);
  color: var(--text);
  opacity: 60%;
  font-weight: 500;
}
.single-post-content-wrapper .room-features ul {
  padding: 0 0 0 28px;
  margin: 22px 0 0 0;
}
.single-post-content-wrapper .room-features li {
  font-size: clamp(16px, 1.5vw, 18px);
  color: var(--text);
  opacity: 60%;
  font-weight: 500;
  list-style: disc;
  margin-bottom: 18px;
}
.single-post-content__section .rooms-gallery_section .slick-list {
  overflow: visible;
}
.single-post-content__section .rooms-gallery_section {
  padding: 50px 0;
}
.single-room-content__section .single-post-content-wrapper {
  align-items: start;
  gap: 60px;
  position: relative;
}
.single-room-content__section .single-post-container {
  width: 62%;
}
.single-room-content__section .single-post-sidebar {
  width: 38%;
}
.single-page-more-room {
  padding: 25px 25px 45px 25px;
  background-color: var(--yellow);
  border-radius: 24px;
  position: relative;
  max-width: 90%;
}
.single-page-more-room:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--text);
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 24px;
  z-index: -1;
}
.single-post-sidebar h3 {
  font-size: clamp(18px, 1.5vw, 20px);
  color: var(--text);
  opacity: 80%;
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--primary-font);
  margin-bottom: 16px;
}
.single-page-more-room ul {
  padding: 0 0px 7px 26px;
  margin: 0 0 26px 0;
  border-bottom: 1px solid #0003;
}
.single-page-more-room li {
  list-style: decimal;
  margin-bottom: 14px;
}
.single-page-more-room li a {
  color: var(--text);
  opacity: 60%;
  font-size: 16px;
  font-weight: 500;
  justify-content: space-between;
}
.single-page-more-room li a .icon {
  justify-content: center;
  width: 26px;
  height: 25px;
  border: 1px solid var(--text);
  transition: all 0.3s ease-in-out;
}
.single-page-more-room li a .icon svg {
  width: 14px;
  height: 14px;
  fill: var(--text);
  transition: all 0.3s ease-in-out;
}
.single-page-more-room li a:hover .icon svg {
  fill: var(--light);
}
.single-page-more-room li a:hover .icon {
  background-color: var(--secondary);
}
.single-page-rooms-facilities .rooms-facilities img {
  width: 28px !important;
  height: 28px;
  object-fit: contain;
  margin: 0;
}
.single-page-rooms-facilities .rooms-facilities div {
  font-size: clamp(18px, 1.5vw, 20px);
}
.single-room-sidebar-wrapper > div:not(last-child) {
  margin-bottom: 60px;
}

.gallery-filter__section .gallery-tab-lists {
  background-color: var(--base);
  padding: 20px 0;
}
.gallery-tab-lists .tabs {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  gap: 25px;
}
.gallery-tab-lists .tabs li {
  background-color: #fef1c7;
  padding: 10px 28px;
  border-radius: 50px;
  cursor: pointer;
  color: var(--base);
  font-size: 16px;
  font-weight: 500;
  min-width: 85px;
  text-align: center;
  transition: all ease-in-out 0.3s;
}
.gallery-tab-lists .tabs li.active,
.gallery-tab-lists .tabs li:hover {
  background-color: var(--yellow);
}
.gallery-filter__section .tab-content {
  display: none;
}
.gallery-filter__section .tab-content.active {
  display: block;
}
.gallery-filter__section .tab-content-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  gap: 30px;
}
.gallery-filter__section .tab-content img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.gallery-filter__section .tab-wrapper {
  padding: 35px 0 80px;
}

.error404 .site-main {
  background-color: var(--light);
}
.error-404.not-found {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
  text-align: center;
  padding: 20px;
  max-width: 700px;
  margin: 0 auto;
}
.error-404.not-found h1,
.error-404.not-found p {
  text-align: center;
}
.error-404.not-found p {
  margin: 20px 0 30px;
}
.error-404.not-found .btn {
  margin: 0 auto;
  padding: 13px 26px;
}

.menu-filter__section {
  padding: 70px 0;
  max-width: 70%;
  margin: 0 auto;
}
.menu-filter__section .gallery-tab-lists {
  margin-bottom: 40px;
}
.menu-filter__section .gallery-tab-lists .tabs {
  justify-content: center;
  gap: 10px;
}
.menu-filter__section .menu {
  font-size: clamp(16px, 1vw, 18px);
  color: var(--text);
  opacity: 80%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 60px;
  row-gap: 10px;
}
.menu-filter__section .menu-row {
  display: flex;
  justify-content: space-between;
}
.menu-filter__section .item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}
.menu-filter__section .item span {
  display: inline-block;
}
.menu-filter__section .item .dots {
  flex-grow: 1;
  border-bottom: 2px dotted var(--dark);
  opacity: 50%;
  margin: 0 30px;
  height: 1px;
}
.tab-wrapper .tab-content {
  display: none;
}
.tab-wrapper .tab-content.active {
  display: block;
}

.testimonial__section .btn {
  margin: 40px auto 0;
}
.testimonial-blog__section {
  padding: 120px 0;
}
.testimonial-blog__section .testimonial-slider-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
  gap: 40px;
  row-gap: 80px;
}
.testimonial-blog__section .testimonial-container {
  padding: 0;
}

@media (min-width: 767px) {
  .single-post-content__section {
    padding: 50px 0;
  }
}
@media (min-width: 1024px) {
  .single-post-content__section {
    padding: 60px 0;
  }
}
@media (min-width: 1600px) {
  .single-post-content__section {
    padding: 90px 0 60px;
  }
}
@media (max-width: 1200px) {
  .menu-filter__section {
    max-width: 90%;
  }
}
@media (max-width: 1024px) {
  .single-room-content__section .single-post-content-wrapper {
    flex-direction: column;
    gap: 10px;
  }
  .single-room-content__section .single-post-container,
  .single-room-content__section .single-post-sidebar {
    width: 100%;
  }
  .single-page-rooms-facilities {
    display: none;
  }
  .single-page-rooms-facilities.facilities-mobile {
    display: block;
    margin-bottom: 45px;
  }
  .single-page-rooms-facilities.facilities-mobile h3 {
    margin-bottom: 10px;
  }
  .single-page-more-room {
    max-width: 100%;
  }
  .menu-filter__section {
    max-width: 100%;
  }
}
@media (max-width: 980px) {
  .menu-filter__section .menu {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }
}
@media (max-width: 767px) {
  .gallery-filter__section .tab-content-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  }
  .menu-filter__section {
    max-width: 100%;
  }
  .testimonial-blog__section {
    padding: 90px 0;
  }
}
@media (max-width: 567px) {
  .gallery-tab-lists .tabs {
    gap: 15px;
  }
  .gallery-filter__section .tab-content-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
  .testimonial-blog__section .testimonial-slider-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  }
}

.gallery {
  margin: 1.5em 0;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin: 0;
}
.gallery-item img {
  height: 350px;
  width: 100%;
  object-fit: cover;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}
.default-template-wrapper {
  padding: 40px 0;
  background-color: var(--light);
}
.default-template-wrapper .wrapper {
  max-width: 60%;
}

.swiper-slide * {
  pointer-events: auto;
}

@media screen and (max-width: 1200px) {
  .about-image-one {
    max-width: 90%;
  }
}
@media screen and (max-width: 767px) {
  .default-template-wrapper .wrapper {
    width: 80%;
  }
  .single-post-content-wrapper .featured-image img {
    height: 480px;
  }
}
@media screen and (max-width: 567px) {
  .single-related-post__section .latest-news-page-wrapper {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  }
  .single-post-content-wrapper .featured-image img {
    height: 380px;
  }
  .latest-news-content {
    padding: 20px;
  }
  .single-post-breadcrumb__section {
    display: none;
  }
  .about-container .about-image > .about-image-one::before {
    content: unset;
  }
  .about-image-one {
    max-width: 90%;
    height: 400px;
  }
  .about-image-two {
    max-width: 70%;
    height: 200px;
  }
  .about-container .about-image {
    height: 450px;
  }
}
@media screen and (max-width: 400px) {
  .counter-image img {
    width: 160px;
    height: 160px;
  }
  .counter-content {
    width: 100px;
    height: 100px;
  }
  .counter-content h2 {
    font-size: 18px !important;
  }
  .default-template-wrapper .wrapper {
    width: 100%;
  }
}
.single-post-sidebar {
  position: relative;
}
#sticky-sidebar {
  transition: none !important; /* prevent fading */
  width: 100%;
}

/* RoadBLock */

.roadblock {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  z-index: 9999999;
  padding: 0;
  background: #0000009d;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.roadblock-wrap {
  height: 100%;
  /* overflow: scroll; */
  /* height: 100%; */
  width: 100%;
  overflow: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
  place-items: center;
}

.skipAd {
  /* margin-bottom: 15px; */
  background: var(--primary);
  text-align: center;
  padding: 6px 19px;
  color: #fff;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 6px 20px 6px 20px;
  border-radius: 22px;
  vertical-align: middle;
  display: inline-block;
}
.skipAd:hover {
  color: #fff;
}

.roadblock-news-wrap .primary {
  color: #fff;
  background-color: #002c3e;
}
.roadblock-news-wrap h3 {
  font-size: 30px;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
}
.roadblock-news-wrap h3 a:hover {
  color: #fff;
  opacity: 0.9;
}
.roadblock-news-wrap p {
  font-size: 20px;
  line-height: 32px;
}

.roadblock-news-wrap {
  margin-bottom: 30px;
}

.roadblock-ad {
  overflow: hidden;
}

.roadblock-remove .roadblock {
  opacity: 0;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  visibility: hidden;
  -ms-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.aligncenter {
  text-align: center;
}
.roadblock__ad .container {
  width: 100%;
}

.roadblock__ad img {
  height: 500px;
  object-fit: contain;
}

.roadblock__ad .date-holder {
  margin-bottom: 15px;
  margin-right: 25px;
}

.align-right {
  text-align: right;
  margin-bottom: 15px;
}

.roadblock__ad {
  text-align: center;
}

.mobile-view {
  display: none;
}
