/*!
Theme Name: sunshine
Theme URI: https://www.sunshineresortpokhara.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: sunshine
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/


@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
@font-face {
  font-family: "trajan-Regular";
  src: url("./assets/fonts/TrajanPro-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "trajan-bold";
  src: url("./assets/fonts/TrajanPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "butler";
  src: url("./assets/fonts/Butler.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  --primary: #f8931e;
  --transition: all 0.3s linear;
  --primary-bold-font: "trajan-bold";
  --primary-regular-font: "trajan-Regular";
  --secondary-font: "Montserrat", sans-serif;
  --tertiary-font: "butler";
}
.container {
  max-width: 1800px;
  margin: 0 auto;
  padding: 0 20px;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: var(--secondary-font);
}
a,
a:hover {
  text-decoration: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: middle;
}
.section {
  padding: 100px 0;
}
.section-t {
  padding-top: 100px;
}
.section-m-t {
  margin-top: 100px;
}
.section-m-b {
  margin-bottom: 100px;
}
.section-b {
  padding-bottom: 100px;
}

.main__heading {
  font-family: var(--primary-regular-font);
  font-style: normal;
  font-weight: 400;
  font-size: 54px;
  line-height: 80px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}
.main__heading span {
  color: var(--primary);
}
.sub__main__heading,
.sub__main__heading a {
  font-size: 42px;
  font-family: var(--tertiary-font);
  color: #333;
}
.sub__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: rgba(0, 0, 0, 0.7);
}
.the__title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  color: #363636;
  font-family: var(--primary-font);
}
.content__wrapper {
  margin-top: 40px;
}

.the__content p {
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 34px;
  color: rgba(0, 0, 0, 0.6);
}

.custom__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1199px) {
  .custom__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}

.custom__maincontent,
.custom__sidebar {
  min-width: 0;
}

@media (min-width: 1199px) {
  .custom__maincontent {
    -webkit-box-flex: 0;
    padding-right: 40px;
  }
}

@media (min-width: 1199px) {
  .custom__sidebar {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 720px;
    flex: 0 0 720px;
  }
}

@media (max-width: 1199px) {
  .custom__sidebar {
    margin-top: 40px;
  }
}

.hover__img {
  overflow: hidden;
  position: relative;
}
.hover__img a img,
.hover__img img {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  width: 100%;
}
.hover__img:hover a img,
.hover__img:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.myarrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.myarrow img {
  width: 35px;
  height: 15px;
}

.arrow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.arrow__container .prevarrow {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.page-section {
  padding: 70px 0;
}
.page-section-t {
  padding-top: 70px;
}
/* header-main-section  */
.site-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}
.header-main-section {
  display: flex;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  padding: 0 10px;
  margin-top: 50px;
}
.scrolltop .header-main-section{
  margin-top: 0;
}
.header-main-section .whatsapp-message {
  justify-content: end;
}
.nav-btn {
  display: flex;
  align-items: center;
  gap: 30px;
}
.btn a {
  color: rgba(0, 0, 0, 0.6);
  background: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 700;
  transition: var(--transition);
  display: block;
  width: max-content;
}
.btn a:hover {
  background: var(--primary);
  color: white;
}
.site-header .custom-logo {
  width: 115px;
  filter: brightness(0) invert(1);
}
.whatsapp-message > a {
	color: white;
	font-size: 18px;
	font-weight: 600;
	font-family: var(--secondary-font);
}
.whatsapp-message > a i {
  font-size: 30px;
}
.whatsapp-message > a {
  display: flex;
  align-items: center;
  gap: 10px;
}
.whatsapp-message {
  display: flex;
  align-items: center;
  gap: 20px;
}

/* canvas  */
.ham-menu img {
  cursor: pointer;
}
.slide-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 18px;
  cursor: pointer;
  z-index: 10;
}
.slide-close i {
  color: var(--primary);
  font-size: 40px;
}
.slide-menu-nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.slide-menu {
  display: block;
  position: fixed;
  height: 100vh;
  overflow-y: auto;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
}
.slide-menu .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}

.slide-menu .slide-menu-bar {
  height: 100vh;
  overflow-y: auto;
  position: relative;
  z-index: 1;

  transition: all 0.4s linear;
}
.slide-menu .slide-menu-bar-left {
  width: 60%;
  top: -100%;
  background: #fff;
}
.slide-menu .slide-menu-bar-right {
  width: 40%;
  right: -60%;
  background: #b7b7b7;
  transition-delay: 0.4s;
}
.slide-menu.slide-show {
  opacity: 1;
  visibility: visible;
}
.slide-menu.slide-show .slide-menu-bar-left {
  top: 0;
}
.slide-menu.slide-show .slide-menu-bar-right {
  right: 0;
}
#primary-menu1 {
  list-style: none;
  padding-bottom: 10px;
  padding-left: 0;
  width: 100%;
}
#primary-menu1 ul {
  list-style: none;
}
#primary-menu1 a {
  text-decoration: none;
  color: black;
  padding: 10px;
  display: block;
  font-size: 20px;
  width: 100%;
  font-weight: 500;
  transition: var(--transition);
}
#primary-menu1 > li:hover > a {
  color: var(--primary);
}
#primary-menu1 > li:hover > span i {
  color: var(--primary);
}
#primary-menu1 > li.menu-item-has-children a.show-active ~ span > i {
  transform: translate(-50%, 0%) rotate(90deg);
}
#primary-menu1 li.menu-item-has-children ul {
  display: none;
}

.slide-menu-logo {
  border-bottom: 1px solid #eee;
  text-align: center;
}
.slide-menu-logo img {
  width: 100px;
  padding: 20px 0;
}
#primary-menu1 li.menu-item-has-children {
  position: relative;
}
#primary-menu1 li.menu-item-has-children span {
  position: absolute;
  top: 15px;
  right: 0;
  cursor: pointer;
  padding: 0 15px;
}
#primary-menu1 li.menu-item-has-children span i {
  transition: transform 0.3s linear;
}
/* #primary-menu1 li.menu-item-has-children ul li.menu-item-has-children ul {
  background: #e7e7e7;
} */
#primary-menu1 > li.menu-item-has-children > a.newclass {
  background: #fa9b4e;
  color: #fff;
}
#primary-menu1 > li.menu-item-has-children > a.newclass ~ span i {
  transform: rotate(90deg);
  color: #fff;
}
#primary-menu1 > li.menu-item-has-children ul li > a.newclass ~ span i {
  transform: rotate(90deg);
}
.desktop__nav,
.desktop__nav .menu-menu-1-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  justify-content: center;
}
.desktop__nav > 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;
}

.desktop__nav > 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;
}
/* .desktop__nav > div > ul > li.menu-item-has-children {
   padding-right: 20px;
   } */
.desktop__nav > div > ul > li:last-child {
  padding-right: 0;
}

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

.desktop__nav > 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);
}

.desktop__nav > div > ul > li > a {
  font-weight: 500;
  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;

}
.scrolltop .desktop__nav > div > ul > li > a:hover{
  color: var(--primary);
}

/* .desktop__nav > 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;
 } */

.desktop__nav > div > ul > li > a:hover::after,
.desktop__nav > 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;
}
.desktop__nav > div > ul > li:last-child > a {
  margin: 0;
}
.desktop__nav > 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;
}
.desktop__nav > div > ul > li > ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% + 10px);
  left: 0;
  top: -10px;
}
.desktop__nav > 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;
}

.desktop__nav > 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;
}
.desktop__nav ul > li > ul > li {
  position: relative;
}
.desktop__nav 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;
}

.desktop__nav > div > ul > li > ul > li ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  height: 100%;
  width: calc(100% + 20px);
  top: 0;
  left: -20px;
}
.desktop__nav > 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;
}
.desktop__nav 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;
}

.desktop__nav > 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;
}
.desktop__nav > div > ul > li > ul li > a:hover,
.desktop__nav > div > ul > li.menu-item-has-children > ul li:hover > a {
  background: #3958802c;
  color: var(--primary);
}
.desktop__nav {
  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;
}
.desktop__nav > 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;
}
.desktop__nav > div > ul > li:hover > a {
  color: var(--primary);
}
.desktop__nav > div > ul > li.menu-item-has-children > a {
  padding-right: 27px;
}

.desktop__nav > 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%;
  right: 8px;
  color: #fff;
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  font-size: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  /* margin-left: 2px; */
}
.desktop__nav > 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;
}
.desktop__nav
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a,
.desktop__nav
  > 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;
}
.desktop__nav
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after,
.desktop__nav
  > 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 */
/* canvas  */
/* header-main-section  */
/* main-banner - section  */
.banner__section {
  height: 100vh;
  background: #000;
  position: relative;
  overflow-x: hidden;
}

.banner__slider {
  position: relative;
  height: 100vh;
  overflow: hidden;
  margin: 0;
}
.banner__slider::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 25%;
	background: linear-gradient(to bottom, #000000a3, transparent);
}
.banner__slider picture {
  display: block;
  max-height: 100%;
  width: 100%;
  overflow: hidden;
}

.banner__slider img {
  position: absolute;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

@-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__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 > button {
	background: #fff !important;
	width: 50px;
	height: 50px;
  } */

.banner__section .owl-nav .owl-prev,
.banner__section .owl-nav .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  text-indent: 101%;
  outline: none;
  white-space: nowrap;
  width: 20%;
  z-index: 4;
}

.banner__section .owl-nav .owl-prev {
  left: 0;
  cursor: url("./assets/img/left.png") 0 0, pointer;
}

.banner__section .owl-nav .owl-next {
  right: 0;
  cursor: url("./assets/img/right.png") 0 0, pointer;
}
.check-in-out-section {
  position: absolute;
  left: 0;
  bottom: 100px;
  z-index: 10;
  width: 100%;
}
.checkin-section {
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 120px;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.checkin-section .btn a {
  color: white;
  background: var(--primary);
}
.checkin-section .btn a:hover {
  background: white;
  color: var(--primary);
}
/* main-banner - section  */
/* welcome-section-wrapper  */
.welcome-section {
  position: relative;
}
.welcome-small-section {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.welcome-small-section > div {
  overflow: hidden;
}
.welcome-small-section > div:first-child {
  width: 210px;
  height: 200px;
  object-fit: cover;
}

.welcome-small-section > div:nth-child(2) {
  width: 210px;
  height: 200px;
  object-fit: cover;
}
.welcome-small-section > div:last-child {
  width: 420px;
  height: 200px;
  object-fit: cover;
  grid-column: span 2;
  margin-top: -2px;
}
.welcome-img {
  padding-left: 210px;
  position: relative;
  height: 100%;
}

.welcome-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.welcome-img > img {
  width: 500px;
}
.welcome-text {
	max-width: 1000px;
	text-align: center;
	margin: 0 auto;
}
.welcome-small-section > div {
  position: relative;
}
.welcome-small-section > div::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  transition: var(--transition);
  pointer-events: none;
  z-index: 1;
}
.welcome-small-section > div:first-child:before {
  background: #f5750e66;
}
.welcome-small-section > div:nth-child(2):before {
  background: #d1212866;
}
.welcome-small-section > div:last-child:before {
  background: #00000066;
}
.welcome-small-title {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  pointer-events: none;
}
.welcome-small-title h2 {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.95);
  font-size: 25px;
  line-height: 45px;
  font-family: var(--primary-bold-font);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.welcome-small-title img {
  object-fit: contain;
  width: 63px;
  transition: all 0.5s cubic-bezier(0.98, 1.81, 0.32, 1.27);
}
.welcome-small-section > div > a {
  overflow: hidden;
  /* display: block; */
}
.welcome-small-section > div > a > img {
  transition: var(--transition);
}
.welcome-small-section > div:hover a > img {
  transform: scale(1.1);
}
.welcome-small-section > div:hover .welcome-small-title img {
  transform: translateX(10px);
}
.best-room-slider .owl-item .home__selling__page::after, .best-room-slider .owl-item .home__selling__page::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: var(--transition);
	-o-transition: var(--transition);
	transition: var(--transition);
	pointer-events: none;
}
.best-room-slider .owl-item .home__selling__page::before {
	background: linear-gradient( 180deg, rgba(0, 0, 0, 0) 46.88%, rgba(0, 0, 0, 0.65) 99.99%, rgba(0, 0, 0, 0.65) 100% );
}
.best-room-slider .owl-item .home__selling__page::after {
	background: rgba(255, 255, 255, 0.8);
}
/* welcome-section-wrapper  */
/* best-room-section  */
.text-room-header {
  text-align: center;
}
.text-room-header h2 {
  margin: 0;
}
.text-room-header p {
  margin: 0;
}
/* best-room-section  */
.best-room-slider .item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.best__selling__accomodation{
  margin-left: 18px;
}

.best-room-slider .item::before {
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 46.88%,
    rgba(0, 0, 0, 0.65) 99.99%,
    rgba(0, 0, 0, 0.65) 100%
  );
}
.best-room-slider .owl-item .item::after {
  background: rgba(255, 255, 255, 0.8);
}
.best-room-slider .owl-item .item {
  pointer-events: none;
}
.best-room-slider .owl-item.center .item::after {
  background: rgba(255, 255, 255, 0);
  z-index: -1;
}
.best-room-slider .owl-item.center .item {
  pointer-events: auto;
}

.best-room-slider .owl-item .item .best-selling-text {
  opacity: 0;
  transform: translateY(300px);
  transition: all 0.5s linear;
}
.best-room-slider .owl-item.center .item .best-selling-text {
  opacity: 1;
  transform: translateX(0);
}

.best-room-slider .owl-item .item .hover__img img {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.best-selling-text h3 a {
  font-size: 32px;
  line-height: 100%;
  font-family: var(--tertiary-font);
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 10px;
  text-transform: capitalize;
}
.best-selling-text p {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  margin: 0;
}

.best-selling-text {
  position: static;
  bottom: 0;
  width: 100%;
  padding: 70px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  z-index: 1;
}

.best-selling-text img {
  width: 53px;
}
.best-selling-text > div:first-child {
  flex: 1;
  max-width: 500px;
}
.best-selling-text.accomodation-text p {
  font-weight: 400px;
  color: rgba(0, 0, 0, 0.7);
}

.carousel__wrapper .owl-dots {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.carousel__wrapper .owl-dots .owl-dot {
  background: #d9d9d9;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.carousel__wrapper .owl-dots .owl-dot.active {
  background: var(--primary);
}
.best-room-dot {
  display: flex;
  gap: 5px;
}
.new-dots {
  width: 10px;
  height: 10px;
}
.best-room-slider .owl-dots {
  margin-top: 40px;
}
.best-room-arrow {
  position: relative;
  top: -13px;
  z-index: 1;
}
.best-room-slider .arrow__container {
  pointer-events: none;
}
.best-room-slider .owl-dots {
  width: max-content;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
}
/* Dining & Cuisines section  */

.dinning-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  margin-top: 60px;
}
.dinning-line img {
  width: 60px;
}
.dining-img-text h3 {
  margin: 20px 0 0 0;
}
.dinning-wrapper .dining-img-text .hover__img > a img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

/* Dining & Cuisines section  */
/* our-best-amenities-section  */
.our-best-amenities-section {
  background: url(assets/img/Our-Best-Amenities.png);
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.best-amenities-header h2 {
  margin: 0 0 5px 0;
}
.best-amenities-header .sub__title p {
  display: inline-block;
  margin: auto;
  max-width: 800px;
}
.amentities-section {
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 20px;
  text-align: center;
}
.amentities-section img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
/* our-best-amenities-section  */

/* book us section  */
.book-us-header h2 {
  margin: 0 0 5px 0;
}
.book-us-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
.book-us-wrapper img {
  width: 230px;
}
.book-us-wrapper .sub-img {
  width: 150px;
  margin-top: 30px;
}

/* book us section  */
/* main-footer-section  */
.main-footer-section {
  background: url(./assets/img/footer-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
.footer-section-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.footer-logo-section a img {
  width: 150px;
}
.footer-logo-section .sub__title {
  font-size: 15px;
  font-weight: 500;
  width: 300px;
  margin: auto;
  margin-top: 20px;
  line-height: 25px;
}
.footer-logo-section .btn a {
  color: var(--primary);
  border: 1px solid var(--primary);
  transition: var(--transition);
}
.footer-logo-section .btn a:hover {
  color: white;
}
.social-media-icon {
  margin-top: 30px;
}
.social-media-icon a {
  color: rgba(0, 0, 0, 0.664);
  transition: var(--transition);
}
.social-media-icon a:hover {
  color: var(--primary);
}
.social-media-icon i {
  font-size: 20px;
  margin: 0 5px;
}
.nav-newsletter {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
.whatsapps-num {
  color: #d12128;
}
.whatsapps-num a,
.footer__email a {
  color: #d12128;
  font-size: 18px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.whatsapps-num i,
.footer__email i {
  font-size: 30px;
}
.footer-menu ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  list-style: none;
  row-gap: 2px;
  column-gap: 30px;
  padding: 0;
  margin: 0;
}
.footer-menu ul li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
}
.footer-menu ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
}
.footer-menu ul li a::before {
  content: "";
  position: absolute;
  right: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: var(--primary);
  transition: var(--transition);
}

.footer-menu ul li a:hover::after,
.footer-menu ul li a:hover::before {
  width: 50%;
}

.contact-form input {
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  padding: 10px 0;
  background: transparent;
  font-size: 16px;
  max-width: 300px;
}
.contact-form [type="submit"] {
  color: var(--primary);
  border: 1px solid var(--primary);
  background: white;
  padding: 10px 15px;
  border-radius: 5px;
  text-transform: uppercase;
  font-family: var(--secondary-font);
  font-size: 14px;
  font-weight: 700;
  transition: var(--transition);
  cursor: pointer;
}
.contact-form [type="submit"]:hover {
  background: var(--primary);
  color: white;
}

.footer__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: rgba(0, 0, 0, 0.6);
}
.footer__text p {
  max-width: 270px;
  margin: 0 auto;
  margin-top: 20px;
}
/* main-footer-section  */
.scrolltop,
.header-default {
  background: white;
  position: fixed;
  top: 0;
  left: 0;
  transition: all 0.5s linear;
  border-bottom: 1px solid #eee;
  width: 100%;
  z-index: 20;
  margin: 0;
  padding: 10px 0;
}
.ham-menu img {
  width: 35px;
}
.scrolltop .ham-menu img,
.header-default .ham-menu img {
  filter: invert(1);
}
.scrolltop .btn a,
.header-default .btn a {
  border: 1px solid var(--primary);
}
.scrolltop .custom-logo,
.header-default .custom-logo {
  filter: none;
  width: 80px;
  display: none;
}
.scrolltop .whatsapp-message a,
.header-default .whatsapp-message a {
  color: rgb(0, 0, 0);
}
.scrolltop .second-logo ,.header-default .second-logo{
  display: block;
}
.mobile-only {
  display: none;
}
.site-default {
  margin-top: 100px;
}

/* 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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
}
.location-icon i,
.contact-wrapper .social__icons a i {
  background: #294d9112;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  color: var(--primary);
  transition: var(--transition);
}
.contact-wrapper .social__icons a i:hover {
  background: var(--primary);
  color: #fff;
}
.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: 500;
}
.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: 500;
}
.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;
}

/* contact-form */

/* gallery page  */
.gallery__content {
  position: relative;
}
.gallery__content::before {
  content: "";
  background: url(./assets/img/fullscreen.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  z-index: 20;
  filter: brightness(0) invert(1);
  height: 20px;
  transition: all 0.3s linear;
  transition-delay: 0.3s;
  transform: scale(0);
  pointer-events: none;
}
.gallery__content img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.gallery__content:hover::before {
  transform: scale(1);
}
.gallery__content::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  transition: all 0.3s linear;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.24);
  pointer-events: none;
}
.gallery__content:hover::after {
  height: 100%;
}
/* gallery page  */

/* accomodation__content  */
.accomodation__wrapper .item .best-selling-text {
	display: flex;
	align-items: flex-start;
	padding: 40px 0;
	bottom: -20px;
	background: #f8931e0f;
	padding: 20px;
	flex: 1;
}
.accomodation__wrapper .item .hover__img img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.accomodation__wrapper .best-selling-text h3 {
  font-size: 40px;
  line-height: 45px;
  color: white;
}
/* accomodation__content  */

/* 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;
  margin: 0 auto;
}
.big-btn.primary-btn a:hover {
  background: var(--primary);
}
/* error content  */

/* accomodation__single  */
.accomodation__single img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.accomodation__single .item {
  position: relative;
  width: 100%;
  height: auto;
}
.accomodation__single .item::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 220px;
  background: linear-gradient(rgba(0, 0, 0, 0.5) 10%, transparent);
}

.home__selling__page {
  position: relative;
}
.home__selling__page .hover__img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 46.88%,
      rgba(0, 0, 0, 0.65) 99.99%,
      rgba(0, 0, 0, 0.65) 100%
    );
    pointer-events: none;
}

.accomodation__single .best-selling-text {
  position: static;
  bottom: 50px;
  display: flex;
  justify-content: center;
}
.best-selling-text.home__selling h3 {
  font-family: var(--tertiary-font);
  font-style: normal;
  font-weight: 400;
  font-size: 48px;
  line-height: 55px;
  color: rgba(255, 255, 255, 0.95);
}
.home__selling > div:first-child {
  flex: 1;
  max-width: 100%;
}
.best-selling-text.home__selling {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  z-index: 1;
  pointer-events: none;
}

.accomodation__single h1 {
  font-size: 70px;
  z-index: 1;
  position: relative;
  margin-bottom: 0;
  color: rgba(0, 0, 0, 0.7);
  font-family: var(--tertiary-font);
}
.accomodation__single__text p {
  font-size: 20px;
}
.accomodation__content__section {
  margin-bottom: 40px;
}
.blog__content{
  margin-top: 20px;
}
.accomodation__single__text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}
.facilities__amenities {
  background: url(./assets/img/Our-Best-Amenities.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.facilities__amenities ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style-type: none;
  gap: 10px;
}
.facilities__amenities ul li {
  position: relative;
  font-size: 20px;
}
.facilities__amenities ul li::after {
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  left: -30px;
  top: 4px;
  width: 100%;
  font-size: 15px;
  color: green;
}

/* accomodation__single  */
.main__nav__logo {
  text-align: center;
}
.main__nav__logo .custom-logo {
  max-width: 120px;
  padding-top: 20px;
}
.main__nav {
  margin-top: 40px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.main__nav .menu-main-container {
  width: 100%;
  display: flex;
  justify-content: center;
}
.slide-menu-bar.slide-menu-bar-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.book-now__whatsapps {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  gap: 50px;
}
.book-now__whatsapps .whatsapp-message a {
  color: #333;
}
.book-now__whatsapps .btn a {
  color: white;
  background: #333;
}
.book-now__whatsapps .btn a:hover {
  background: var(--primary);
}
.footer-nav-section .whatsapps-num {
  display: flex;
  align-items: center;
  gap: 15px;
}
.entry-content {
  margin-top: 20px;
}
.footer-newsletter-section .whatsapps-num {
  margin-bottom: 10px;
}
.footer-newsletter-section .footer__email {
  margin-bottom: 30px;
}
.footer-nav-section .sub__title {
  margin-bottom: 20px;
}
.footer-newsletter-section {
  height: 100%;
}
.footer-newsletter-section .social-media-icon {
  margin-top: 40px;
}

.footer-newsletter-section .btn a:hover {
  background: rgba(0, 0, 0, 0.664);
}
.footer-logo-section .sub__title {
  margin-top: 30px 0;
}
.footer-newsletter-section .sub__title p {
  margin: 0;
  font-size: 18px;
}
.footer__section {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #d12128;

  opacity: 0.7;
}
.footer__section__right {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
  margin-bottom: 30px;
}
.footer-newsletter-section p,
.footer__contact a,
.footer__mail a {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  transition: var(--transition);
}
.footer__contact a:hover,
.footer__mail a:hover {
  color: #d12128;
}
.footer-newsletter-section img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}
.footer__location,
.footer__contact,
.footer__mail {
  display: grid;
  grid-template-columns: 50px 1fr;
}
.footer__location > img {
  margin-top: 3px;
}
.footer-newsletter-section .btn a {
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: var(--primary);
  background: white;
  border: 1px solid #d12128;
  transition: var(--transition);
  display: block;
  max-width: conte;
  width: max-content;
  margin: 20px 0 20px 50px;
}
.footer-newsletter-section .btn a:hover {
  background: var(--primary);
  color: white;
  border: 1px solid transparent;
}
.footer__contact {
  margin-bottom: 15px;
}
.copyright p {
  border-top: 2px dashed rgba(0, 0, 0, 0.1);
  padding-top: 30px;
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.copyright strong {
  color: var(--primary);
}
.footer__menu__section {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  height: 100%;
}
.footer__content {
  margin-top: 30px;
}

/* 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: auto;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}
.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;
}
.gallery-icon{
  height: 100%;
}
.book-us-section {
  margin-bottom: 200px;
}
.contact-container iframe {
  width: 100%;
  height: 500px;
}
.scrolltop .desktop__nav > div > ul > li > a {
  color: #000000;
  transition: var(--transition);
}
.header-default .desktop__nav > div > ul > li > a {
  color: #000000;
}

.scrolltop .desktop__nav > div > ul > li.menu-item-has-children > a::before {
  color: #000000;
}
.header-default
  .desktop__nav
  > div
  > ul
  > li.menu-item-has-children
  > a::before {
  color: #000000;
}
.ham-menu {
  display: none;
}
.dining__btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dining__btn .btn a {
  border: 1px solid var(--primary);
  display: block;
  margin-top: 50px;
}
.dining-img-text .hover__img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.new__banner {
  position: relative;
}

.new__banner .new__banner__txt {
  position: absolute;
  left: 200px;
  bottom: 200px;
}
.new__banner__txt h1 {
  font-family: var(--primary-regular-font);
  font-size: 64px;
  line-height: 80px;
  letter-spacing: -0.05em;
  color: rgba(0, 0, 0, 0.6);
  text-shadow: 1px 1px 2px #ffffff;
  max-width: 722px;
}
.new__banner__txt h1 span {
  color: #d12128;
}
.new__banner .item::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	height: 220px;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0.5) 10%, transparent);
	z-index: 1;
}
.welcome-section.about__site{
  background: url(./assets/img/about__section.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100% 50%;
  width: 100%;
  height: 100%;
}
.youtube__video__section{
  text-align: center;
  margin: 50px 0 100px 0;
}
/* blogs-section  */
.blogs-wrapper .main-heading {
  width: 100%;
}
.blogs-wrapper .main-heading span {
  max-width: 300px;
}
.blogs-carousel .blog__img img {
  display: block;
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.hover__img {
  overflow: hidden;
}
.hover__img img {
  transition: var(--transition);
}
.hover__img:hover img {
  transform: scale(1.1);
}
.blogs-text span {
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.02em;
  text-transform: initial;
  color: #f3b329;
  font-family: var(--primary-bold-font);
}
.blogs-section .myarrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  pointer-events: auto;
}
.blogs-section .myarrow img {
  width: 35px;
  height: 15px;
}

.blogs-section .arrow__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.blogs-section .arrow__container .prevarrow {
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.blogs__section__wrapper{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 30px;
}
.blogs__section__wrapper .blog__img img{
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.blog-contain .blogs-text {
	margin-top: 10px;
	margin-bottom: 20px;
}
.blogs-text h3{
  margin: 0;
}
.blogs-text .blog__title a{
  color: rgba(0, 0, 0, 0.7);
}
.blogs-text .blog__title a:hover{
  color: var(--primary);
}

/* blogs-section  */

.blogs-wrapper.heading-wrapper{
  text-align: center;
}
.metainfo {
  padding: 16px 0;
  margin: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
}
.metainfo .wrapper {
  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;
  gap: 5px;
}
.metainfo .wrapper p {
  font-weight: 500;
  margin: 0;
}
.metainfo .wrapper p,
.metainfo .wrapper i {
  font-size: 14px;
  color: #454545;
}

.blogs__section__wrapper .dining__btn .btn a {
	border: 1px solid var(--primary);
	display: block;
	margin-top: 30px;
}
.second-logo{
  display: none;
}
.welcome-section .main__heading{
  text-align: left;
}
.welcome-section .the__content p{
  text-align: left;
}
.blogs-text i{
  color: rgba(0, 0, 0, 0.7);
  margin-right: 10px;
}
.blogs-section.section-t{
  margin-bottom: 40px;
}
.blogs-section.section-t .dining__btn .btn a {
	margin-top: 10px;
}
.header-default .header-main-section{
  margin: 0;
}
.the__content iframe{
  display: block;
  margin: 0 auto;
}

#block-search {
	margin-bottom: 37px !important;
