/*!
Theme Name: Hotel srinagar
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: hotel-srinagar
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Hotel srinagar is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> 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

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  font-family: "Plus Jakarta Sans", sans-serif;
  scroll-behavior: smooth;
}
:root {
  --primary: #395880;
  --secondary: #223444;
  --transition: all 0.3s ease;
}
.container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 40px;
}
.container__expand {
  margin-right: 0;
  padding: 0 0 0 0;
}
a,
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.section {
  padding: 100px 0;
}
.section-t {
  padding-top: 100px;
}
.section-b {
  padding-bottom: 100px;
}
.content__wrapper {
  margin-top: 100px;
}
.hover__img {
  overflow: hidden;
  position: relative;
}
.hover__img > a img {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
}
.hover__img > img {
  transition: var(--transition);
}
.hover__img:hover > a img,
.hover__img:hover > img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.btn {
  padding: 16px 22px 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.02em;
  color: var(--primary);
  background: white;
  border-radius: 50px;
  text-transform: inherit;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  border: 1px solid rgba(0, 0, 0, 0.5);
}
.btn img {
  width: 12px !important;
  margin-left: 10px;
  transition: var(--transition);
  -webkit-transition: var(--transition);
  -moz-transition: var(--transition);
  -ms-transition: var(--transition);
  -o-transition: var(--transition);
  display: inline-block !important;
}
.btn.small {
  padding: 10px 28px;
  font-size: 16px;
  border: none;
}

.scrolltop .btn.small,
.header-default .btn.small {
  padding: 10px 28px;
  font-size: 16px;
  border: 1px solid transparent;
  transition: var(--transition);
}
.scrolltop .btn.small:hover,
.header-default .btn.small:hover{
  border: 1px solid white;
}
.btn:hover {
  background: var(--primary);
  color: white;
}
.btn:hover img {
  filter: invert(1) brightness(3);
  -webkit-filter: invert(1) brightness(3);
}
.main__heading {
  font-weight: 600;
  font-size: 70px;
  line-height: 80px;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.main__heading.primary {
  color: var(--primary);
}
.main__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-decoration-line: underline;
  text-transform: uppercase;
  color: var(--primary);
}
.main__para {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.8);
}
.light__para {
  font-weight: 500;
  font-size: 24px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.8);
}

/* header section  */
.site-header {
  position: absolute;
  width: 100%;
  z-index: 1000;
  top: 0;
  left: 0;
  padding: 80px 0;
}
.logo__nav .custom-logo {
  width: 220px;
  filter: invert(0) brightness(15);
}
.logo__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav__menu {
  display: flex;
  align-items: end;
  gap: 30px;
  align-items: center;
}
.heading__nav__section {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.pdf__text.whatapps {
  display: flex;
  flex-direction: column;
}
.pdf__section {
  display: flex;
  align-items: center;
  gap: 10px;
}
.pdf__section .pdf__image img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}
.pdf__section .pdf__text span {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-decoration-line: underline;
  color: #ffffff;
  display: block;
}
.pdf__section .pdf__text a,
.pdf__text.whatapps a {
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 25px;
  color: #ffffff;
  transition: var(--transition);
}
.pdf__section .pdf__text a:hover,
.pdf__text.whatapps a:hover {
  text-decoration: underline;
}

/* navigation */

.main-navigation,
.main-navigation .menu-menu-1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  justify-content: end;
}
.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 {
  /* padding: 0 10px 0 0; */
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* .main-navigation > div > ul > li.menu-item-has-children {
   padding-right: 20px;
   } */
.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: #fff;
  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 {
  font-weight: 600;
  font-size: 16px;
  position: relative;
  z-index: 1000;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  padding: 18px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: capitalize;
}

/* .main-navigation > div > ul > li > a::after {
   content: "";
   position: absolute;
   bottom: 0;
   left: 0;
   width: 0;
   height: 2px;
   background: var(--primary);
   transition: 0.3s all ease-in-out;
   -webkit-transition: 0.3s all ease-in-out;
   -moz-transition: 0.3s all ease-in-out;
   -ms-transition: 0.3s all ease-in-out;
   -o-transition: 0.3s all ease-in-out;
 } */

.main-navigation > div > ul > li > a:hover::after,
.main-navigation > div > ul > li.menu-item-has-children:hover > a::after {
  width: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.main-navigation > div > ul > li:last-child > a {
  margin: 0;
}
.main-navigation > div > ul > li > ul {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  width: 230px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  top: 170%;
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.main-navigation > div > ul > li > ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% + 10px);
  left: 0;
  top: -10px;
}
.main-navigation > div > ul > li > ul::after {
  content: " ";
  position: absolute;
  left: 10px;
  top: -7px;
  border-top: none;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #fff;
}

.main-navigation > div > ul > li:hover > ul {
  opacity: 1;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: visible;
  top: calc(100% + 10px);
  z-index: 1000;
}
.main-navigation ul > li > ul > li {
  position: relative;
}
.main-navigation ul > li > ul > li > ul {
  position: absolute;
  left: calc(100% + 10px);
  top: 20%;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  width: 230px;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  background: #fff;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.main-navigation > div > ul > li > ul > li ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(100% + 20px);
  top: 0;
  left: -20px;
}
.main-navigation > div > ul > li > ul > li ul::after {
  content: " ";
  position: absolute;
  left: -7px;
  top: 7px;
  border-top: 7px solid transparent;
  border-right: 7px solid #fff;
  border-left: none;
  border-bottom: 7px solid transparent;
}
.main-navigation ul > li > ul > li:hover > ul {
  top: 0;
  opacity: 1;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: visible;
  z-index: 1000;
}

.main-navigation > div > ul > li > ul li > a {
  font-family: var(--primary-bold-font);
  font-size: 15px;
  color: #666;
  display: inline-block;
  line-height: 1.9;
  position: relative;
  display: block;
  padding: 10px 20px;
  border-radius: 0;
  text-transform: capitalize;
}
.main-navigation > div > ul > li > ul li > a:hover,
.main-navigation > div > ul > li.menu-item-has-children > ul li:hover > a {
  background: #3958802c;
  color: var(--primary);
}
.main-navigation {
  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;
}
.main-navigation > div > ul > li {
  /* position: relative; */
  height: 100%;
  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;
}
.main-navigation > div > ul > li:hover > a {
  color: rgb(212, 212, 212);
}
.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: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 55%;
  right: 10px;
  color: #fff;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -moz-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  -o-transform: translateY(-50%) rotate(-45deg);
}
.main-navigation > div > ul > li.menu-item-has-children:hover > a::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  color: white;
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block !important;
  font-size: 10px;
}
/* navigation */

/* header section  */
/* banner section  */
.banner__section,
.banner__section .banner__slider img {
  height: 100vh;
  width: 100%;
  background: #000;
  object-fit: cover;
}

/* .banner__section .owl-nav {
   display: flex;
   width: 100%;
   justify-content: space-between;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
 }
 .banner__section .owl-nav .owl-prev {
   margin-left: 80px;
 }
 .banner__section .owl-nav .owl-next {
   margin-right: 80px;
 }
 .banner__section .owl-nav > button {
   background: #fff !important;
   width: 80px;
   height: 80px;
   border-radius: 50%;
 }
 .banner__section .prev-slide,
 .banner__section .next-slide {
   color: var(--primary);
 } */

.banner__section .item {
  position: relative;
}
.main__banner__text {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 1;
  line-height: 100%;
}
.banner__section .item::before {
  content: "";
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 52.6%,
    rgba(0, 0, 0, 0.5) 100%
  );
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.banner__section .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(34, 52, 68, 0) 70.6%, #223444 100%);
  width: 100%;
  height: 100%;
  z-index: 1;
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}

.banner__slider img {
  -webkit-animation: scale 40s ease infinite;
  animation: scale 40s ease infinite;
  -o-object-fit: cover;
  object-fit: cover;
}
.banner__slider {
  display: block;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
}
.item .banner-text span {
  font-weight: 700;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  letter-spacing: -0.01em;
  color: #ffffff;
}
.item .banner-text h2 {
  font-weight: 600;
  font-size: 120px;
  line-height: 130px;
  letter-spacing: -6px;
  color: #ffffff;
  margin-top: -30px;
}
/* banner section  */

/* about section  */
.divided__section {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.about__section__text .main__para {
  max-width: 900px;
}
.about__section__text .main__para p {
  margin: 0;
}
.view__hotel__content,
.about__content.home__about__section {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.about__content {
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.view__hotel__wrapper {
  padding-top: 100px;
}
.about__content .btn {
  width: max-content;
}
.home__about {
  position: relative;
}
.view-carousel .view__slide__wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/* about section  */
/* home room section  */
/* .home__room__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
} */
.home__room__section {
  background: url(./assets/img/room__background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
}
.home__room__title {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.home__room__title h2 {
  text-align: center;
  margin-top: -20px;
}
.super__deluxe__room .room__image {
  width: 100%;
}
.super__deluxe__room .room__image .hover__img img {
  width: 100%;
  height: 800px;
  object-fit: cover;
}
.home__room__right .light__para {
  color: white;
  max-width: 550px;
}
.home__room__title .light__para {
  text-align: left;
  max-width: 550px;
  margin-top: 20px;
  color: white;
}

.super__deluxe__room .room__image,
.home__room__right .room__image {
  position: relative;
}
.super__deluxe__room .room__image .btn,
.home__room__right .room__image .btn {
  position: absolute;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: max-content;
}
.super__deluxe__room {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px;
}
.home__section__button {
  text-align: center;
}
.home__section__button .btn {
  background: black;
  color: white;
}
.home__section__button .btn img {
  filter: invert(1) brightness(3);
  -webkit-filter: invert(1) brightness(3);
}
.home__section__button .btn:hover {
  color: black;
  background: white;
}
.home__section__button .btn:hover img {
  filter: invert(0) brightness(0);
  -webkit-filter: invert(0) brightness(0);
}
.super__deluxe__room .room__image:first-child {
  margin-top: -100px;
  height: max-content;
}
.lower__content .light__para:first-child {
  margin-top: -150px;
  margin-left: 230px;
}
.lower__content .light__para {
  max-width: 550px;
}
.lower__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.lower__content .light__para p {
  margin: 0;
  color: white;
}

/* home room section  */
/* history section  */
.history__section {
  background: url(./assets/img/history__background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}
.history__section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(to right, rgb(255, 255, 255), transparent);
  width: 100%;
  height: 100%;
}
.history__left__section {
  position: relative;
  z-index: 1;
}
.history__right__section {
  position: relative;
  z-index: 1;
}
.history__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}
.history__left__section p {
  margin-top: 40px;
}
.history__left__section .history__sticky {
  position: sticky;
  top: 230px;
}
.history__left__section .main__para {
  max-width: 580px;
}
.history__content__wrapper.active .history__date {
  display: flex;
  align-items: flex-start;
  border-radius: 15px 15px 0 0;
  background: var(--primary);
  padding: 40px;
  height: 100%;
}

.history__content__wrapper.active .history__date .light__para {
  color: white;
  flex: 1;
}
.history__content__wrapper.active .history__date .light__para p {
  display: block;
}
.history__content__wrapper.active .history__year {
  font-weight: 700;
  font-size: 80px;
  line-height: 101px;
  letter-spacing: -0.01em;
  color: #ffffff;
  width: 250px;
  margin-top: -10px;
}
.history__content__wrapper .history__year {
  font-weight: 600;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.01em;
  color: var(--primary);
  width: 250px;
  transition: var(--transition);
}
.history__content__wrapper {
  margin-bottom: 20px;
  transition: var(--transition);
}
.history__content__wrapper.active .history__image img {
  border-radius: 0 0 15px 15px;
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.history__date h3 {
  margin: 0;
}

.history__content__wrapper .history__date {
  display: flex;
  align-items: center;
  padding: 40px;
  border-radius: 15px;
  cursor: pointer;
  transition: var(--transition);
  background: rgb(255, 255, 255);
  height: 114px;
}
.history__content__wrapper .history__date .light__para {
  color: black;
  transition: var(--transition);
  flex: 1;
}
.history__content__wrapper .history__date .light__para p {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.history__content__wrapper .history__image {
  height: 0;
}
.history__content__wrapper .history__image img {
  transform: scale(0);
  height: 0;
  opacity: 0;
  pointer-events: none;
  transition: var(--transition);
}
.history__content__wrapper.active .history__image img {
  transform: scale(1);
  height: 100%;
  opacity: 1;
  pointer-events: auto;
}
.history__content__wrapper.active .history__image {
  height: 100%;
}
.history__section
  .history__content
  .history__content__wrapper.active:nth-child(odd)
  .history__date {
  background-color: var(--primary);
}
.history__section
  .history__content
  .history__content__wrapper.active:nth-child(even)
  .history__date {
  background-color: var(--primary);
}
.history__section
  .history__content
  .history__content__wrapper:nth-child(odd)
  .history__date {
  background-color: #c8d9ee;
}
/* history section  */
/* MEETINGS AND EVENTS  */
.left__section {
  width: 30%;
}
.right__section {
  width: 70%;
}
.meeting__event__wrapper > a img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.meeting__event__wrapper {
  position: relative;
}
.meeting__event__wrapper .meeting__btn .btn {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.btn span {
  color: rgba(0, 0, 0, 0.6);
  transition: var(--transition);
}
.btn:hover span {
  color: white;
}
.meeting__right__wrapper{
  margin-top: 20px;
}
.meeting__right__wrapper .light__para {
  max-width: 870px;
}

.meeting__event__slider .main__para strong {
  color: var(--primary);
}
.meeting-event-carousel .owl-item.active.center {
  opacity: 1;
  pointer-events: visible;
  width: 15% !important;
}
.meeting-event-carousel .owl-item {
  position: relative;
  left: 150px;
  transition: all 0.5s linear;
}
.meeting-event-carousel .owl-item .meeting__btn {
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s linear;
}
.meeting-event-carousel .owl-item.active.center .meeting__btn {
  opacity: 1;
  transform: translateY(0);
}
.meeting-event-carousel .owl-stage {
  display: flex;
}
.meeting-event-carousel .owl-item {
  opacity: 0.2;
  pointer-events: none;
  cursor: default;
}
/* MEETINGS AND EVENTS  */
/* about__palpa section  */
.about__palpa {
  background: url(./assets/img/about__palpa.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-bottom: 800px;
}
.about__right__palpa .main__para {
  max-width: 750px;
}
.about__point__btn {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  max-width: 850px;
}
.multipurpos__section .right__section strong {
  color: var(--primary);
}
.multipurpos__section .right__section .main__para {
  max-width: 900px;
}
.about__palpa__wrapper {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 40px;
}

/* about__palpa section  */
/* facilities section  */
.facilities__section {
  background: url(./assets/img/facilities__background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.facilities__section .facilities__container {
  text-align: center;
}
.facilities__wrapper {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
}
.facilites__image {
  padding: 30px;
}
.facilites__image img {
  width: 45px;
  height: 60px;
  object-fit: contain;
}
.facilites__image p {
  margin-top: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #ffffff;
}

/* .facilities__container .uk-grid > div:nth-of-type(1n + 7){
  border-bottom: 1px solid #fff;
} */
/* .facilities__container .uk-grid > div .facilites__image:first-child ,.facilities__container .uk-grid > div .facilites__image:nth-child(2),.facilities__container .uk-grid > div .facilites__image:nth-child(3),.facilities__container .uk-grid > div .facilites__image:nth-child(4),.facilities__container .uk-grid > div .facilites__image:nth-child(5),.facilities__container .uk-grid > div .facilites__image:nth-child(6){
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
} */
.facilities__section .uk-grid-divider > :not(.uk-first-column)::before {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.facilites__icon{
  display: grid;
  grid-template-columns: repeat(6,1fr);
}
.facilites__icon .facilites__image:first-child,.facilites__icon .facilites__image:nth-child(2),.facilites__icon .facilites__image:nth-child(3),.facilites__icon .facilites__image:nth-child(4),.facilites__icon .facilites__image:nth-child(5),.facilites__icon .facilites__image:nth-child(6){
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.facilites__icon .facilites__image:first-child,.facilites__icon .facilites__image:nth-child(2),.facilites__icon .facilites__image:nth-child(3),.facilites__icon .facilites__image:nth-child(4),.facilites__icon .facilites__image:nth-child(5),.facilites__icon .facilites__image:nth-child(7),.facilites__icon .facilites__image:nth-child(8),.facilites__icon .facilites__image:nth-child(9),.facilites__icon .facilites__image:nth-child(10),.facilites__icon .facilites__image:nth-child(11){
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.facilites__icon .facilites__image:nth-child(13),.facilites__icon .facilites__image:nth-child(14),.facilites__icon .facilites__image:nth-child(15),.facilites__icon .facilites__image:nth-child(16),.facilites__icon .facilites__image:nth-child(17),.facilites__icon .facilites__image:nth-child(18){
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.facilites__icon .facilites__image:nth-child(18){
  border-right: none;
}

/* facilities section  */

/* footer section  */
.footer__logo {
  width: 320px;
}
.main__footer__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 40px;
  column-gap: 100px;
}
.footer__logo__contact {
  display: flex;
  justify-content: space-between;
}
.footer__contact {
  text-align: right;
}
.main__footer__wrapper p,
.main__footer__wrapper h3 {
  margin: 0;
}
.location p {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-align: right;
  color: #000000;
  opacity: 0.8;
}
.footer__phone h3,
.footer__email h3 {
  margin: 0;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-decoration-line: underline;
  color: rgba(0, 0, 0, 0.8);
  text-transform: capitalize;
}
.footer__phone a,
.footer__email__wrapper a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
}
.footer__phone a:hover,
.footer__email__wrapper a:hover {
  color: var(--primary);
}
.footer__logo {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.footer__phone,
.footer__email {
  margin-top: 20px;
}
.footer__email__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__quick__links {
  display: flex;
  justify-content: space-between;
}
.social__media__icon a {
  font-weight: 700;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: rgba(0, 0, 0, 0.7);
  padding-left: 10px;
}
.social__media__icon a:hover {
  color: var(--primary);
}
.social__media__icon {
  position: relative;
}
.social__media__icon a::after {
  content: "\f09a";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
}

.links__heading {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--primary);
}
.sub__menu__links {
  text-align: end;
}
.main__footer__wrapper ul {
  margin: 0;
  padding: 0;
}
.sub__menu__links ul li {
  list-style: none;
}
.sub__menu__links ul li a {
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.7);
  text-transform: capitalize;
}
.links__wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.accommodation__link {
  display: flex;
  justify-content: space-between;
}
.links__gap {
  margin-top: 100px;
}
.links__wrapper .links__heading {
  max-width: 258px;
}
/* footer section  */
.copyright {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
.copyright p {
  margin: 0;
}
.copyright p,
.copyright a {
  font-weight: 500;
  font-size: 14px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.6);
}
.footer__logo__contact,
.footer__quick__links {
  border-bottom: 2px dashed rgba(0, 0, 0, 0.3);
  padding-bottom: 40px;
}
.scrolltop,
.header-default {
  background: var(--primary);
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s linear;
  width: 100%;
  z-index: 20;
  margin: 0;
  padding: 15px 0;
}

.scrolltop .custom-logo,
.header-default .custom-logo {
  width: 200px;
  padding: 15px 0;
}
.scrolltop,
.header-default .main-navigation > div > ul > li > a {
  padding: 0 16px;
}
.scrolltop .header-default .nav__menu {
  padding: 20px 0;
}
.scrolltop .main-navigation > div > ul > li.menu-item-has-children > a::before,
.header-default
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > a::before {
  top: 55%;
}
.scrolltop .main-navigation {
  gap: 40px;
}
.scrolltop .main-navigation .btn.small {
  padding: 8px 28px;
  font-size: 16px;
  border: 2px solid transparent;
}
.scrolltop .main-navigation .btn.small:hover {
  background: transparent;
  border: 2px solid white;
}
.links__wrapper .btn.small {
  border: 2px solid rgba(0, 0, 0, 0.6);
  color: rgba(0, 0, 0, 0.6);
}
.links__wrapper .btn.small span {
  color: var(--primary);
  transition: var(--transition);
}
.links__wrapper .btn.small:hover span {
  color: white;
}
.links__wrapper .btn.small:hover {
  color: white;
  border: 2px solid transparent;
}
.header-default .nav__menu {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-default .logo__nav {
  padding: 10px 0;
}
.ham-menu {
  display: none;
}
.offcanvas {
  display: none;
}

.site-default {
  margin-top: 100px;
}
.page-section {
  padding: 70px 0;
}
.page-section-t {
  padding-top: 70px;
}
/* contact-information */

.form-section .wrapper {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  background: #ffffff4d;
  padding: 40px;
}
.contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.con-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.contact-info .con-info {
  width: 100%;
  background-color: white;
  padding: 20px 0;
}
.contact-info .con-info a {
  color: black;
}
.contact-info .con-info a:hover {
  color: rgba(0, 0, 0, 0.8);
}
.con-info i {
  font-size: 25px;
  color: var(--primary);
}
.con-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.contact-info .con-info img {
  width: 30px;
}

.con-info p {
  margin: 0;
  color: rgba(0, 0, 0, 0.5);
  font-size: 14px;
}
.con-info span,
.con-info a {
  font-size: 16px;
  color: black;
}
.con-info .social-icon i {
  font-size: 16px;
}
.contact-info .con-info:last-child {
  border-bottom: none;
}

.location-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.location-icon i,
.contact-wrapper .social__icons a {
  font-size: 14px;
  background: #00000012;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: var(--primary);
  transition: var(--transition);
  /* padding: 13px; */
  font-weight: 700;
  display: inline-block;
}
.contact-wrapper .social__icons a:hover {
  background: var(--primary);
  color: #ffffff;
}
.location-icon .location p {
  margin: 0;
  font-size: 16px;
}
.location-icon.contact-phone .location p {
  margin-bottom: 5px;
}
.location-icon .location p strong {
  color: rgba(0, 0, 0, 0.8);
}
.location-icon .location span,
.location-icon .location p a {
  color: rgba(0, 0, 0, 0.6);
  font-family: var(--primary-font);
  font-weight: 400;
}
.location-icon .location p a:hover {
  color: var(--primary);
}
.location a {
  color: rgba(0, 0, 0, 0.6);
  font-family: var(--primary-font);
  font-weight: 400;
}
.location a:hover {
  color: var(--primary);
}
.contact-heading {
  font-family: var(--primary-bold-font);
  font-weight: 600;
  font-size: 26px;
  line-height: 36px;
  color: #363636;
}
.contact-us .contact-wrapper {
  margin-bottom: 30px;
}
.contact-wrapper .location-icon {
  margin-bottom: 25px;
}
.location-icon.contact-phone {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

label {
  font-weight: 500;
  font-family: var(--primary-font);
}

.wpcf7 form .wpcf7-response-output {
  margin: 1em 0em 1em;
  font-family: var(--primary-font);
  font-size: 16px;
  color: #555;
}

input:not([type="submit"]),
select,
textarea {
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 12px 14px;
  border: none;
  color: #555;
  margin-top: 7px;
  background: #ffffff12;
  font-family: var(--primary-font);
  background: #0000000c;
  font-family: var(--primary-font);
  border-bottom: 1px solid var(--primary);
}
textarea {
  height: 130px;
  width: 100% !important;
}
:focus-visible {
  outline: 2px dotted transparent;
}

input[type="submit"] {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  z-index: 20;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  border: none;
  color: white;
  background: #333;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 600;
}
input[type="submit"]:hover {
  background: var(--primary);
  color: white;
}
.wpcf7-spinner {
  vertical-align: middle;
}
.location.page p {
  text-align: left;
}
.contact-container iframe {
  width: 100%;
  height: 500px;
  margin-top: 30px;
}
/* contact-form */
.the__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #363636;
}
/* error content  */
.error-404 {
  margin-top: 150px;
}
.error-content {
  text-align: center;
  width: 100%;
}

.error-content p {
  font-size: 60px;
  font-weight: 600;
  /* line-height: 55px; */
  letter-spacing: -0.03em;
  color: var(--primary);
}
.error-content div {
  font-size: 20px;
  padding-bottom: 20px;
  color: var(--secondary);
}
.error-content .btn {
  justify-content: center;
}
.big-btn.primary-btn a {
  padding: 12px 20px;
  background: #eee;
}
.big-btn.primary-btn a:hover {
  background: var(--primary);
}
.error-404 .btn.small {
  border: 1px solid var(--primary);
}
/* error content  */
.home__about .palpa img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.about__page .about__img__section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about__page .divided__section {
  align-items: left;
}

.main__accomodation__section .room__image > img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
/* gallery page */
.hotel-gallery-main {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
.gallery h2{
  margin-top: 30px;
}
.hotel-gallery-main .gallery-img {
  grid-column: span 4;
}
/* .hotel-gallery-main .gallery-img:first-child {
  grid-column: span 6;
} */
.hotel-gallery-main .gallery-img:nth-of-type(8n + 2) {
  grid-column: span 8;
}

.hotel-gallery-main .gallery-img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.gallery-img {
  position: relative;
}
.gallery-img::before {
  content: "";
  background: url(./assets/img/fullscreen.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 50px;
  z-index: 20;
  filter: brightness(0) invert(1);
  height: 20px;
  transition: all 0.3s linear;
  transition-delay: 0.3s;
  pointer-events: none;
}
.gallery-img:hover::before {
  transform: translate(-50%, -50%) scale(1);
}
.gallery-img::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  transition: all 0.3s linear;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.29);
  pointer-events: none;
}
.gallery-img:hover::after {
  height: 100%;
}
/* gallery page */
.accommodation__single__section {
  background: black;
  width: 100%;
  height: 100%;
}
.accommodation__single__section picture img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
.single__banner {
  position: relative;
}
.single__banner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 52.6%,
    rgba(0, 0, 0, 0.5) 100%
  );
}
.single__banner .main__heading {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
  font-size: 75px;
  line-height: 85px;
  z-index: 1;
}

/* .accommodation__single__section::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0.2) 52.6%,
    rgba(0, 0, 0, 0.5) 100%
  );
} */

.accommodation__single__text p {
  margin-bottom: 10px;
}
.facilities__ammenities {
  background: url(./assets/img/room__background.png);
  height: 100%;
  width: 100%;
  background-attachment: fixed;
}
.facilities__ammenities ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.facilities__ammenities ul li {
  padding: 20px 30px;
  font-size: 18px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.4);
  position: relative;
  color: white;
}
.facilities__ammenities ul li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 23px;
  left: 0;
  height: 10px;
  width: 10px;
  object-fit: contain;
  color: rgb(60, 255, 60);
  margin-right: 15px;
  font-size: 15px;
}

.example-2 {
  display: flex;
  align-items: center;
}
.example-2 .icon-content {
  margin: 0 2px;
  position: relative;
}
.text {
  font-size: 16px;
  color: black;
  font-weight: 700;
}
.example-2 .icon-content .tooltip {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  padding: 6px 10px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
  font-size: 14px;
  transition: all 0.3s ease;
  background: #4267b2;
}
.example-2 .icon-content:hover .tooltip {
  opacity: 1;
  visibility: visible;
  top: -50px;
}
.example-2 .icon-content a {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #4d4d4d;
  background-color: whitesmoke;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover {
  box-shadow: 3px 2px 45px 0px rgb(0 0 0 / 12%);
}
.example-2 .icon-content a svg {
  position: relative;
  z-index: 1;
  width: 30px;
  height: 30px;
}
.example-2 .icon-content a:hover {
  color: white;
}
.example-2 .icon-content a .filled {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #4267b2;
  transition: all 0.3s ease-in-out;
}
.example-2 .icon-content a:hover .filled {
  height: 100%;
}

.example-2 .icon-content a[data-social="linkedin"] .filled,
.example-2 .icon-content a[data-social="linkedin"] ~ .tooltip {
  background-color: #0274b3;
}

.example-2 .icon-content a[data-social="twitter"] .filled,
.example-2 .icon-content a[data-social="twitter"] ~ .tooltip {
  background-color: #000;
}
.example-2 .icon-content a[data-social="instagram"] .filled,
.example-2 .icon-content a[data-social="instagram"] ~ .tooltip {
  background: linear-gradient(
    45deg,
    #405de6,
    #5b51db,
    #b33ab4,
    #c135b4,
    #e1306c,
    #fd1f1f
  );
}
.example-2 .icon-content a[data-social="youtube"] .filled,
.example-2 .icon-content a[data-social="youtube"] ~ .tooltip {
  background-color: #ff0000;
}
.filled i {
  text-align: center;
  line-height: 50px;
  padding-left: 16px;
  font-size: 20px;
}
.room__image .btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.scrolltop .heading__nav__section {
  display: none;
}
.nav__menu .main-navigation .btn {
  display: none;
}
.scrolltop .nav__menu .main-navigation .btn {
  display: block;
}
.contact__page__wrapper {
  display: flex;
  flex-direction: column;
}
.footer__phone__wrapper {
  display: flex;
  flex-direction: column;
}

/* Galleries
		--------------------------------------------- */

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

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.gallery-item img {
  width: 100%;
  height: 150px;
  -o-object-fit: cover;
  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;
}
#book-now h2 {
  margin: 0;
}
#book-now {
  z-index: 12000;
}
.post-thumbnail {
  margin-bottom: 20px;
}
.footer__social__icon ul {
  list-style: none;
}

#book-now form {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(12, 1fr);
}
#book-now form p {
  grid-column: span 12;
  margin: 0;
}
#book-now form p:nth-child(3) {
  grid-column: span 12;
}
#book-now form p:nth-child(4),
#book-now form p:nth-child(5),
#book-now form p:nth-child(6),
#book-now form p:nth-child(7),
#book-now form p:nth-child(8),
#book-now form p:nth-child(9),
#book-now form p:nth-child(11),
#book-now form p:nth-child(12) {
  grid-column: span 6;
}
.form-main-heading {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-top: 20px;
}
.main__footer__section {
  background: whitesmoke;
}
.copyright {
  padding-bottom: 20px;
}
.popup__form .wpcf7-list-item {
  text-align: center;
}
.popup__form input:not([type="submit"]),
select,
textarea {
  margin-top: 0;
}
#book-now form .label {
  font-weight: 700;
  font-family: var(--primary-font);
}
#book-now form .label span {
  font-weight: 500px;
}
.about__section__text .main__para p {
  margin-bottom: 15px;
}
.about__section__text.right__section .main__para p {
  margin-bottom: 15px;
}
.main__section__page .container {
  padding: 0 0;
}
.footer__icon {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer__icon i {
  font-size: 20px;
}
.footer__icon a {
  color: rgba(0, 0, 0, 0.5);
}

.colored__social a i.fa-facebook {
  color: var(--primary);
}
.colored__social a i.fa-instagram {
  color: var(--primary);
}
.colored__social a i.fa-x-twitter {
  color: var(--primary);
}
.colored__social a i.fa-linkedin {
  color: var(--primary);
}
.history__content__wrapper .light__para p {
  margin: 0;
}
.contact-container {
  padding: 0 0 70px 0;
}
.home__about__wrapper .about__img__section img {
  margin-top: 10px;
}
.home__about__wrapper .about__content {
  position: sticky;
  top: 150px;
}
.home__about.about__page .sub__heading.main__para {
  text-align: center;
}

/* new__about__section  */
.new__about__section {
  background: var(--secondary);
  position: relative;
}
.about__heading {
  font-weight: 700;
  font-size: 70px;
  line-height: 80px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #ffffff;
}
.about__heading.primary {
  color: var(--primary);
}
.new__about__section h2{
  margin: 0;
}
.about__heading span {
  font-weight: 800;
  font-size: 50px;
  line-height: 63px;
  letter-spacing: -0.03em;
  color: #ffffff;
  display: block;
}
.about__heading .about__span {
  color: rgba(0, 0, 0, 0.7);
}
.about__para.light__black p {
  color: rgba(0, 0, 0, 0.8);
}
.about__para p {
	max-width: 1224px;
	text-align: center;
	color: white;
	font-weight: 500;
	font-size: 30px;
	line-height: 50px;
	text-align: center;
	letter-spacing: -0.01em;
	color: rgba(255, 255, 255, 0.8);
	margin: 30px auto 40px auto;
}
.about__btn .btn {
  margin: 0 auto;
  display: block;
  width: max-content;
}
.new__about__section::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 100%;
  height: 285px;
  background: url(./assets/img/about__bg__logo.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}
/* new__about__section  */
/* intrest__slider  */
.intrest__section {
  background: #eceff5;
}
.intrest__slider .intrest__wrapper > a img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.intrest-carousel .intrest__wrapper {
  position: relative;
}
.intrest-carousel .intrest__wrapper .meeting__btn {
  position: absolute;
  left: 50%;
  bottom: 50px;
  transform: translateX(-50%);
}
.meeting__btn .btn {
  display: block;
  width: max-content;
}
.intrest__main__wrapper {
  position: relative;
}
.intrest__main__wrapper .owl-nav {
  position: absolute;
  top: -100px;
  left: 48%;
  transform: translateX(-50%);
}
.intrest__section .owl-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
}
.intrest-carousel .prev-slide,
.intrest-carousel .next-slide {
  position: relative;
}
.intrest-carousel .prev-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(./assets/img/left__arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 30px;
}
.intrest-carousel .next-slide::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url(./assets/img/right__arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 60px;
  height: 30px;
}
.intrest__content {
  padding-bottom: 650px;
  background: url(./assets/img/intrest__section__bg.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
}
/* intrest__slider  */

/* footer new  */
.footer__logo__text {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.footer__text {
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.8);
  max-width: 370px;
}
.footer__text p {
  margin: 0;
}
.footer__logo__text .btn {
  width: max-content;
  display: block;
  margin-top: 25px;
}
.text__btn {
  margin-left: 115px;
  display: block;
}
.footer__add__links {
  display: grid;
  grid-template-columns: 400px 380px auto;
  align-items: flex-end;
  border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
  gap: 20px;
}
.footer__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
}
.address__wrapper h3,
p,
.phone__wrapper h3 {
  margin: 0;
}
.footer__para,
.phone__wrapper a,
.footer__email__section a {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  transition: var(--transition);
}
.phone__wrapper a:hover{
  color:var(--primary);
}
.footer__email__section a:hover{
  color: var(--primary);
}
.phone__wrapper a:not(:last-child)::after {
  content: "/";
}
.footer__email__section h3 {
  margin: 0;
}
.footer__email__section a {
  display: block;
}
.footer__social__icon h3 {
  margin: 0;
}
.footer__social__icon ul {
  margin: 0;
  padding: 0;
  margin-top: 5px;
}
.quick__links {
  display: grid;
  grid-template-columns: 400px 380px auto;
  margin-top: 20px;
  gap: 20px;
}
.quick__links__menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
}
.quick__links__menu h3 {
  margin: 0;
}
.links__heading {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  color: #395880;
}
.links__title a {
  font-weight: 500;
  font-size: 18px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.8);
  transition: var(--transition);
}
.links__title a:hover{
  color: var(--primary);
}
.acc__meeting{
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.quick__links{
  border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
  padding-bottom: 20px;
}
.copyright{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top:20px;
}
.address__section {
	display: flex;
	flex-direction: column;
	gap: 15px;
}
/* footer new  */
.main__accomodation__section h2{
  margin: 0;
  margin-bottom: 30px;
}
.main__accomodation__section > img,.gallery__section > img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.galler__main__page h2{
  margin-bottom: 30px;
}

