/*!
Theme Name: merhaba kailash adventures
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: merhaba-kailash-adventures
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.

merhaba kailash adventures 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
--------------------------------------------- */

@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400..800&display=swap");

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

@font-face {
  font-family: "NyghtSerifItalic";
  src: url("./assets/fonts/NyghtSerif-RegularItalic.woff2") format("woff2"),
    url("./assets/fonts/NyghtSerif-RegularItalic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

:root {
  --primary: #004449;
  --secondary: #63ab45;
  --light: #fffef0;
  --dark: #1d1d1d;
  --gradient: linear-gradient(179.36deg, #05c7c4 0.51%, #63ab45 99.41%);
  --primary-font: "Sen", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  font-size: 62.5%;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  background: #fffef0;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  font-weight: bold;
}

.site-header {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
}

.site-header.fixed,
.site-header.default-header.fixed {
  position: fixed;
  background: var(--light);
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
  border-bottom: 2px solid var(--primary);
}
.site-header.default-header.fixed
  > div
  > div
  > nav
  > .main-navigation
  > div
  > ul
  > li
  > a {
  color: #000;
}

.site-branding .custom-logo {
  padding: 20px 0;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
.site-header.default-header .site-branding .custom-logo {
  filter: none;
}

.site-header.fixed .site-branding .custom-logo {
  filter: none;
  -webkit-filter: none;
}

.main-navigation > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

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

.main-navigation > div > ul > li:not(:last-child) {
  margin-right: 3rem;
}

.main-navigation > div > ul > li.menu-item-has-children > ul {
  position: absolute;
  top: 150%;
  left: 0;
  margin: 0;
  list-style: none;
  width: 300px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: 5;
  padding: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}

.main-navigation > div > ul > li.menu-item-has-children > ul > li:hover {
  background: #0000000e;
}

.main-navigation > div > ul > li.menu-item-has-children > ul > li > a {
  color: #000000b9;
  display: block;
  padding: 8px 25px;
  font-size: 17px;
  line-height: 1.3;
  font-weight: 600;
  border-bottom: 1px solid #ffffff17;
  border-top: 1px solid #0000001f;
}

.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li:first-child
  > a {
  border-top: none;
}

.main-navigation > div > ul > li.menu-item-has-children:hover > ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
}

.main-navigation > div > ul > li.menu-item-has-children {
  position: relative;
}

.main-navigation > div > ul > li.menu-item-has-children i {
  position: absolute;
  right: 6px;
  top: 8px;
  font-size: 14px;
  color: #fff;
}
.main-navigation > div > ul > li.menu-item-has-children a {
  padding-right: 30px;
}

.main-navigation > div > ul > li > a {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #fff;
}

.site-header.fixed .main-navigation > div > ul > li > a,
.site-header.fixed .main-navigation > div > ul > li.menu-item-has-children i {
  color: var(--primary);
}

.btn {
  position: relative;
  /*box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
  */
  padding-block: 1.2rem;
  padding-inline: 2.5rem;
  background-color: var(--primary);
  border-radius: 9999px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #ffff;
  gap: 10px;
  width: max-content;
  /*border: 3px solid #ffffff4d;
  */
  letter-spacing: -0.03em;
  outline: none;
  overflow: hidden;
  font-size: 15px;
  font-weight: bold;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn:hover {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.btn > a {
  color: #fff;
}

.btn:hover::before {
  animation: shine 1.5s ease-out infinite;
  -webkit-animation: shine 1.5s ease-out infinite;
}

.btn::before {
  content: "";
  position: absolute;
  width: 100px;
  height: 100%;
  background-image: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 30%,
    rgba(255, 255, 255, 0.8),
    rgba(255, 255, 255, 0) 70%
  );
  top: 0;
  left: -100px;
  opacity: 0.6;
}
.btn-center > a {
  margin: auto;
}
.btn-center > a:hover {
  color: #fff;
}
.blog__container .btn-center {
  margin-top: 40px;
}

@keyframes shine {
  0% {
    left: -100px;
  }

  60% {
    left: 100%;
  }

  to {
    left: 100%;
  }
}

.btn.btn-white {
  background-color: #fff;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.btn.btn-white:hover {
  background-color: var(--primary);
  color: #fff;
  border: 1px solid #fff;
}
.btn.btn-white:hover svg path {
  fill: #fff;
}
.btn.btn-gradient {
  background: var(--gradient);
  color: #fff;
}

@media (min-width: 960px) {
  .uk-container-expand-left.uk-container-large,
  .uk-container-expand-right.uk-container-large {
    max-width: calc(50% + (1400px / 2) - 0px);
  }
}

.banner__section {
  position: relative;
  background: var(--light);
  height: 100vh;
}

.banner__slider {
  height: 100%;
}

.banner__section .banner__img {
  height: 100vh;
}

.banner__section .banner__img figure {
  display: block;
  margin: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner__section .banner__img figure::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 25%;
  left: 0;
  top: 0;

  background: linear-gradient(
    0,
    rgba(0, 0, 0, 0) 0.24%,
    rgba(0, 0, 0, 0.5) 99.6%
  );
}

.banner__section .banner__img figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: inherit;
  max-width: inherit;
}

.banner__content {
  /* position: absolute;
  left: 0;
  top: 15%;
  width: 100%; */

  padding: 40px 0;
  display: flex;
  align-items: center;
}

.banner__img {
  position: relative;
}

.banner__section::before {
  content: "";
  width: 100%;
  height: 175px;
  background: url("./assets/img/mountain-bg.svg") no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.banner__section::after {
  content: "";
  background: linear-gradient(to bottom, #000000c7, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.single__banner .banner__img::before {
  display: none;
}

.single__banner,
.banner__section.single__banner .banner__img {
  height: 800px;
  min-height: 800px;
}

.banner__text {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 150px;
  z-index: 11;
}

.single__banner .banner__text {
  bottom: 170px;
}

.banner__text .banner__title,
.banner__text h1,
.activity__content h2 {
  font-weight: 600;
  font-size: 5.8rem;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.25);
}

.banner__text .banner__title span,
.activity__content h2 span {
  font-family: "NyghtSerifItalic";
  font-weight: 400;
  color: var(--secondary);
}

.home .banner__text .banner__title {
  width: 60%;
  margin: auto;
  text-align: center;
  display: block;
}

.banner__text p,
.activity__content p {
  font-size: 2rem;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.banner__content {
}

.act__slider {
  padding: 20px;
  background: rgba(255, 255, 255, 0.21);
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(7.2666px);
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.act__slider > a {
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  display: block;
  width: 100%;
  height: 270px;
}

.act__slider > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.act__slider__content {
  margin-top: 12px;
}

.act__slider__content h2 {
  margin: 0;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 25px;
  letter-spacing: -0.04em;
}

.act__slider__content h2 a {
  color: #fff;
}

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

.total__act {
  padding: 0 15px;
  margin: 0 15px;
  border-left: 3px solid #ffffff80;
  color: #fff;
  border-right: 3px solid #ffffff80;
}

.circ-btn {
  width: 40px;
  height: 40px;
  line-height: 35px;
  text-align: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.14);
  backdrop-filter: blur(4.78011px);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}

.about__img {
  /* -webkit-mask-image: url("./assets/img/about-mask.svg");
  mask-image: url("./assets/img/about-mask.svg");
  mask-repeat: no-repeat; */
  /* clip-path: polygon(
    6.726% 100%,
    93.274% 100%,
    93.274% 100%,
    94.364% 99.896%,
    95.399% 99.594%,
    96.364% 99.111%,
    97.245% 98.464%,
    98.029% 97.668%,
    98.701% 96.741%,
    99.249% 95.698%,
    99.657% 94.556%,
    99.912% 93.332%,
    100% 92.042%,
    100% 28.912%,
    100% 28.912%,
    99.732% 25.399%,
    98.988% 22.786%,
    97.863% 20.91%,
    96.447% 19.608%,
    94.835% 18.717%,
    93.119% 18.071%,
    91.39% 17.508%,
    89.742% 16.865%,
    88.268% 15.977%,
    87.061% 14.682%,
    87.061% 14.682%,
    86.147% 12.968%,
    85.483% 11.096%,
    84.946% 9.146%,
    84.409% 7.198%,
    83.749% 5.331%,
    82.839% 3.624%,
    81.556% 2.158%,
    79.775% 1.012%,
    77.369% 0.266%,
    74.215% 0%,
    6.726% 0%,
    6.726% 0%,
    5.636% 0.104%,
    4.601% 0.406%,
    3.636% 0.889%,
    2.755% 1.536%,
    1.971% 2.332%,
    1.299% 3.259%,
    0.751% 4.302%,
    0.343% 5.444%,
    0.088% 6.668%,
    0% 7.958%,
    0% 92.042%,
    0% 92.042%,
    0.088% 93.332%,
    0.343% 94.556%,
    0.751% 95.698%,
    1.299% 96.741%,
    1.971% 97.668%,
    2.755% 98.464%,
    3.636% 99.111%,
    4.601% 99.594%,
    5.636% 99.896%
  ); */
  position: relative;
}

.about__img::after {
  content: "";
  background: url("./assets/img/about-right-top.svg");
  width: 189px;
  height: 94px;
  position: absolute;
  right: -1px;
  top: 0;
  background-size: 189px;
}
.about__img .about__span {
  position: absolute;
  right: -8px;
  top: -16px;
  padding: 15px;
  background: #004449;
  border-radius: 21.6361px;
  z-index: 1;
  font-size: 14px;
  font-weight: 500;
  color: var(--light);
  line-height: 101%;
}

.about__img .about__span span {
  display: block;
  font-weight: 700;
  font-size: 25px;
  line-height: normal;
  text-align: right;
}

.about__img img {
  height: 526px;
  width: 100%;
  object-fit: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.heading-wrap {
  margin-bottom: 30px;
}

.heading-wrap h2,
.heading-wrap h1 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
  letter-spacing: -0.05em;
  margin: 0;
  margin-top: 12px;
  color: #004449;
}

.heading-wrap > span {
  display: inline-block;
  padding: 15px 25px;
  font-size: 14px;
  font-weight: bold;
  color: var(--secondary);
  background: #ffffff;
  box-shadow: 0px 93px 37px rgba(115, 154, 62, 0.01),
    0px 52px 31px rgba(115, 154, 62, 0.05),
    0px 23px 23px rgba(115, 154, 62, 0.09), 0px 6px 13px rgba(115, 154, 62, 0.1);
  border-radius: 24px;
}

.heading-wrap h2 > span,
.heading-wrap h1 > span,
.page-content__area h2 span {
  font-family: "NyghtSerifItalic";
  font-weight: 400;
  color: var(--secondary);
}

.heading-wrap p,
.heading__text {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #004449;
  opacity: 0.8;
  margin-top: 6px;
  margin-left: auto;
}

.about__why__listing ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.about__why__listing ul li {
  display: flex;
  align-items: center;
}

.about__why__listing ul li:not(:last-child) {
  margin-bottom: 30px;
}
.about__icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  margin-right: 15px;
  text-align: center;
  line-height: 55px;
  background: linear-gradient(179.36deg, #05c7c4 0.51%, #63ab45 99.41%);
  border-radius: 17px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
}

.icon__text h3 {
  margin: 0;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #004449;
}

.icon__text p {
  margin: 0;

  font-size: 15px;
  line-height: 20px;
  margin-top: 5px;
  letter-spacing: -0.03em;

  color: #004449d0;
}

.bg-light {
  padding: 50px 0;
  background: #f5e9dd;
  border-top: 1px solid var(--primary);
  border-bottom: 1px solid var(--primary);
}

.trip__card--img {
  position: relative;
}

.trip__card--img > a {
  display: block;
  width: 100%;
  height: 275px;
  /* clip-path: polygon(
    6.772% 0%,
    93.228% 0%,
    93.228% 0%,
    94.326% 0.099%,
    95.367% 0.386%,
    96.339% 0.846%,
    97.226% 1.463%,
    98.016% 2.22%,
    98.693% 3.103%,
    99.244% 4.096%,
    99.655% 5.182%,
    99.911% 6.348%,
    100% 7.576%,
    100% 72.475%,
    100% 72.475%,
    99.73% 75.82%,
    98.982% 78.307%,
    97.848% 80.093%,
    96.423% 81.332%,
    94.8% 82.182%,
    93.072% 82.796%,
    91.332% 83.332%,
    89.673% 83.944%,
    88.189% 84.789%,
    86.973% 86.023%,
    86.973% 86.023%,
    86.053% 87.654%,
    85.385% 89.436%,
    84.844% 91.292%,
    84.304% 93.147%,
    83.639% 94.925%,
    82.723% 96.55%,
    81.431% 97.945%,
    79.638% 99.036%,
    77.216% 99.746%,
    74.041% 100%,
    6.772% 100%,
    6.772% 100%,
    5.674% 99.901%,
    4.633% 99.614%,
    3.661% 99.154%,
    2.774% 98.537%,
    1.984% 97.78%,
    1.307% 96.897%,
    0.756% 95.904%,
    0.345% 94.818%,
    0.089% 93.652%,
    0% 92.424%,
    0% 7.576%,
    0% 7.576%,
    0.089% 6.348%,
    0.345% 5.182%,
    0.756% 4.096%,
    1.307% 3.103%,
    1.984% 2.22%,
    2.774% 1.463%,
    3.661% 0.846%,
    4.633% 0.386%,
    5.674% 0.099%,
    6.772% 0%
  ); */
}

.trip__card--img > a:first-child::before {
  content: "";
  position: absolute;
  right: -2px;
  bottom: 0;
  background: url("./assets/img/mask-second-right.svg");
  width: 66px;
  height: 72px;
  z-index: 2;
}

.trip__card--img > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}
.trekking_package_two .trip__card--img > a:first-child::before {
  background: url("./assets/img/mask-first-right.svg");
}

.trip__card--img > a.trip__card--btn {
  background: var(--secondary);
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  position: absolute;
  right: -1px;
  bottom: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  z-index: 3;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.trip__card:hover .trip__card--img > a.trip__card--btn {
  background: var(--primary);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}
.trip__card--content {
  margin-top: 12px;
}

.trip__card--content h3 {
  font-size: 23px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--primary);
}

.trip__card--content h3 a {
  color: var(--primary);

  &:hover {
    color: var(--secondary);
  }
}

.trip__cat {
  position: relative;
  display: inline-block;
}

/* .trip__cat::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 97%;
  height: 2px;
  border-top: 2px dotted #004449;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} */

.trip__cat span {
  padding: 10px 15px;
  background: #f5e9dd;
  border: 1px solid #004449;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #004449;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  margin-right: 5px;
  margin-bottom: 8px;
  display: inline-block;
  line-height: 100%;
  position: relative;
}

.trip__date {
  padding: 7px 19px;
  background: #fffef0;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  font-size: 22px;
  color: var(--primary);
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
  padding-left: 12px;
  width: max-content;
}

.trip__date > span {
  width: 30px;
  height: 30px;
  background: #f5e9dd;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  display: inline-block;
  line-height: 25px;
  text-align: center;
}

.trip__date small {
  font-weight: bold;
  font-size: 10px;
  line-height: 17px;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #004449;
  opacity: 0.5;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  vertical-align: middle;
  margin-top: 2px;
  margin-left: -5px;
}

.category__card {
  background: #71aebb;
  padding: 30px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.category__card > a {
  display: block;
  padding: 30px;
  background: rgba(255, 255, 255, 0.17);
  border: 0.873047px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4.97637px);
  border-radius: 20.9531px;
}

.category__card h3 {
  font-weight: 500;
  font-size: 26px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #fffef0;
  margin: 0;
  margin-bottom: 7px;
}

.category__card p {
  margin: 0;
  line-height: 22px;
  letter-spacing: -0.03em;
  width: 60%;
  color: #fffef0;
  margin-bottom: 30px;
}

.cat__imgs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 15px;
}

.cat__imgs img {
  height: 200px;
  width: 100%;
  object-fit: cover;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.tour__category .uk-grid > div:nth-child(3) {
  margin-top: -380px;
}

.tour__category .uk-grid > div:nth-child(3) .category__card {
  background: #004449;
}

.tour__category .uk-grid > div:nth-child(4) .category__card {
  background: #d08e67;
}

.cat__imgs {
  position: relative;
}

.cat__numb {
  position: absolute;
  right: 70px;
  bottom: 50px;
  position: absolute;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(8.51384px);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  color: #fefefe;
  line-height: 100%;
  font-size: 13px;
  font-weight: 500;
  text-transform: uppercase;
}

.cat__numb span {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 6px;
}

.trekking__packages .trip__card--content h3 {
  font-size: 21px;
  margin-bottom: 12px;
}

.trip__card--content p {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.03em;
  color: #004449;
  opacity: 0.7;
  margin: 0;
}

.trekking__packages .trip__cat {
  margin-bottom: 17px;
}

.trip__card--content p {
  margin-bottom: 12px;
}

.stats__num > div {
  font-weight: 600;
  font-size: 68px;
  line-height: 58px;
  letter-spacing: -0.03em;
  color: var(--secondary);
}

.stats__num p {
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: var(--primary);
  margin: 0;
  margin: 10px 0;
}

.stats__num span {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #004449;
  opacity: 0.8;
  width: 90%;
  display: block;
}

.cta__container {
  background: var(--primary);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.cta__img img {
  height: 600px;
  width: 100%;
  object-fit: cover;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
}

.cta__content {
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.cta__content h2 {
  font-weight: 700;
  font-size: 43px;
  line-height: 50px;
  letter-spacing: -0.03em;
  color: #fffef0;
  margin: 0;
  margin-bottom: 12px;
}
.cta__content p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.03em;
  color: #fffef0;
  opacity: 0.8;
  margin: 0;
  margin: 15px 0;
  width: 80%;
  margin-bottom: 22px;
}

.cta__container {
  margin-top: 70px;
}

.tailor__section {
  padding: 150px 0;
  background: #f5e9dd;
  border-radius: 42px 42px 0px 0px;
}

.tailor__content {
  max-width: 470px;
  width: 100%;
  height: 300px;
  background: var(--primary);
  display: inline-block;
  padding: 30px;
  border-radius: 22px;
  -webkit-border-radius: 22px;
  -moz-border-radius: 22px;
  -ms-border-radius: 22px;
  -o-border-radius: 22px;
  transform: rotate(9deg);
  -webkit-transform: rotate(9deg);
  -moz-transform: rotate(9deg);
  -ms-transform: rotate(9deg);
  -o-transform: rotate(9deg);
}

.tailor__imgs {
  position: relative;
}

.tailor__imgs > img {
  position: absolute;
  right: 30px;
  bottom: -130px;
  transform: rotate(-13.26deg);
  -webkit-transform: rotate(-13.26deg);
  -moz-transform: rotate(-13.26deg);
  -ms-transform: rotate(-13.26deg);
  -o-transform: rotate(-13.26deg);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  z-index: 1;
}

.tailor__imgs::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -80px;
  background: url("./assets/img/merhaba-man.svg") center no-repeat;
  width: 100%;
  height: 286px;
  z-index: 1;
}

.tailor__form form {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 15px;
}

.tailor__form form p {
  grid-column: span 12;
  margin: 0;
  margin-bottom: 6px;
}

.tailor__form form p:nth-child(2),
.tailor__form form p:nth-child(3) {
  grid-column: span 6;
}

.quick__inquiry__form form label {
  font-size: 14px;
  font-weight: bold;
  color: #111;
}

.tailor__form form input,
.tailor__form form select,
.quick__inquiry__form form input,
.quick__inquiry__form form select,
.quick__inquiry__form form textarea {
  width: 100%;
  background: #fffef0;
  font-family: var(--primary-font);
  font-weight: 500;
  border: 1px solid #004449;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #004449;
  height: 45px;
  padding: 10px 15px;
  border-radius: 42px;
  -webkit-border-radius: 42px;
  -moz-border-radius: 42px;
  -ms-border-radius: 42px;
  -o-border-radius: 42px;
  margin-top: 4px;
}

.quick__inquiry__form form textarea {
  height: 150px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.wpcf7-not-valid-tip {
  font-size: 14px;
  font-weight: 600;
  margin-top: 5px;
}

.tailor__form form input[type="submit"],
.quick__inquiry__form form input[type="submit"] {
  width: auto;
  height: auto;
  line-height: 100%;
  padding: 14px 34px;
  box-shadow: 2px 3px 0 var(--primary);
  border: none;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  cursor: pointer;

  &:hover {
    background: var(--primary);
    color: #fff;
    box-shadow: none;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
  }
}

.tailor__section .heading-wrap p {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 12px;
}

.review__container {
  display: flex;
}

.review__container > .review__img {
  width: 175px;
  height: 175px;
  min-width: 175px;
  margin-right: 20px;
}

.review__container > .review__img img {
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
}

.review__content p {
  margin: 0;
  color: var(--primary);
  font-size: 15px;
  font-weight: 500;
}

.review__ratings {
  margin-bottom: 15px;
}

.review__ratings i {
  color: #63ab45;
  font-size: 15px;
}

.review__person {
  margin-top: 15px;
}

.review__person span {
  font-weight: bold;
  color: var(--primary);
  font-size: 15px;
}

.review__person small {
  color: #004449e5;
}

.review__carousel .owl-nav {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 100%;
}

.review__carousel .owl-nav button.owl-prev,
.review__carousel .owl-nav button.owl-next {
  position: absolute;
}

.review__carousel .owl-nav button.owl-prev {
  left: -75px;
}

.review__carousel .owl-nav button.owl-next {
  left: auto;
  right: -75px;
}

.review__carousel .owl-nav button > div {
  width: 45px;
  height: 45px;
  background: transparent;
  border: 1px solid var(--secondary);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--secondary);

  &:hover {
    background: var(--secondary);
    color: #fff;
  }
}

.review__carousel .owl-nav button.disabled {
  opacity: 0.5;
}

.blog__container {
  padding: 50px;
  border: 1px solid var(--primary);
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  background: #f5e9dd;
}

.blog__card > a {
  display: block;
  width: 100%;
  height: 330px;
}

.blog__card > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 14px;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
}

.post__meta {
  padding: 12px 22px;
  background: #fff;
  color: var(--primary);
  font-weight: 600;
  line-height: 100%;
  border-radius: 24px;
  display: inline-block;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  font-size: 12px;
  letter-spacing: -0.03em;
  color: #63ab45;
}

.blog__content {
  margin-top: 20px;
}

.blog__content h3 {
  font-size: 22px;
  margin: 0;
  line-height: 1.2;
  letter-spacing: -0.03em;
  margin-top: 12px;
}

.blog__content h3 a {
  color: var(--primary);

  &:hover {
    color: var(--secondary);
  }
}

.blog__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #004449;
  opacity: 0.8;
  margin: 0;
  margin-top: 12px;
}

.blog__section {
  margin-bottom: -100px;
  position: relative;
  z-index: 1;
}

.site-footer {
  position: relative;
  padding: 50px 0;
  padding-bottom: 0;
  padding-top: 150px;
  background: var(--primary);
  border-radius: 42px 42px 0px 0px;
  -webkit-border-radius: 42px 42px 0px 0px;
  -moz-border-radius: 42px 42px 0px 0px;
  -ms-border-radius: 42px 42px 0px 0px;
  -o-border-radius: 42px 42px 0px 0px;
}

body:not(.home) .site-footer {
  padding-top: 50px;
  margin-top: 50px;
}

.site-footer::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 667px;
  background: url("./assets/img/footer-bg.svg") 0 0 no-repeat;
  background-size: cover;
  opacity: 0.25;
  pointer-events: none;
}
.site-footer > div {
  position: relative;
  z-index: 1;
}

.footer__logo > a {
  display: block;
  width: 150px;
}

.footer__logo > a img {
  width: 100%;
  height: 100%;
}

.footer__logo p {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #fffef0;
  width: 80%;
}

.footer__heading {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #fffef0;
  margin: 0;
  margin-bottom: 18px;
}

.quick__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.quick__links ul li {
  margin-bottom: 8px;
}

.quick__links ul li a {
  color: #f5f6e9;
  font-size: 15px;
  font-weight: 500;
  &:hover {
    color: #fff;
  }
}

.footer__contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer__contact ul li {
  margin-bottom: 20px;
}

.footer__contact ul li span {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.17);
  border: 1px solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(8.40909px);
  border-radius: 8.9697px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-align: center;
}

.footer__contact ul li a {
  display: inline-block;
  color: #fffef0;
  margin-left: 5px;
  font-size: 15px;
  font-weight: 500;
}

.copyright {
  background: #f5e9dd;
  padding: 10px 0;
  margin-top: 50px;
}

.copyright p {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: var(--primary);
}

.copyright p a {
  color: var(--primary);
  font-weight: bold;
}

.social__icons > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  margin-right: 5px;
  color: var(--primary);

  &:hover {
    background: var(--primary);
    color: #f5e9dd;
  }
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
  line-height: 1.1;
}

.scale {
  overflow: hidden;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.scale img {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.scale:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.footer__sticky {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background: var(--primary);
  padding: 10px;
}

.footer__sticky > div {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  margin-right: 20px;
  padding-left: 40px;
  position: relative;
  text-transform: uppercase;
}

.footer__sticky svg {
  height: 32px;
  left: 0;
  position: absolute;
  top: 3px;
  width: 32px;
}

.footer__sticky a {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  text-transform: none;
}

.offcanvas,
.footer__sticky {
  display: none;
}

.burger__menu {
  margin-left: 15px;
}

.breadcrumb {
  padding: 0;
  padding-bottom: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.breadcrumb > li > a {
  color: var(--dark);
  letter-spacing: -0.03em;
  font-size: 14px;
  font-weight: 500;

  &:hover {
    color: var(--primary);
  }
}
.breadcrumb li:not(:last-child):after {
  content: "";
  display: inline-block;
  margin: 0 12px;
  width: 4px;
  height: 7px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNCIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgNCA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuMTM3MzI0IDYuODYyOTFDMC4zMTk3OTggNy4wNDU3IDAuNjEzOTkxIDcuMDQ1NyAwLjc5NjQ2NSA2Ljg2MjkxTDMuODkxMDcgMy43NjI5OUM0LjAzNjMxIDMuNjE3NTEgNC4wMzYzMSAzLjM4MjQ5IDMuODkxMDcgMy4yMzcwMUwwLjc5NjQ2NSAwLjEzNzA5QzAuNjEzOTkxIC0wLjA0NTY5NjYgMC4zMTk3OTkgLTAuMDQ1Njk2NiAwLjEzNzMyNCAwLjEzNzA5Qy0wLjA0NTE0OTMgMC4zMTk4NzcgLTAuMDQ1MTQ5MyAwLjYxNDU3NSAwLjEzNzMyNCAwLjc5NzM2MkwyLjgzMzQ3IDMuNTAxODdMMC4xMzM2MDEgNi4yMDYzN0MtMC4wNDUxNDkzIDYuMzg1NDIgLTAuMDQ1MTQ5OCA2LjY4Mzg1IDAuMTM3MzI0IDYuODYyOTFaIiBmaWxsPSIjOTA5MDkxIi8+Cjwvc3ZnPgo=");
}

.banner__title {
  margin: 0;
  position: relative;
  font-size: 45px;
  line-height: 1.1;
  font-weight: bold;
  color: var(--primary);
  display: inline-block;
  letter-spacing: -0.03em;
}

.breadcrumbs .trip__ratings {
  font-size: 14px;
  margin-top: 5px;
  color: #222;
}

.trip__facts {
  margin-bottom: 40px;
  padding: 30px;
  background: #f5e9dd;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  box-shadow: 6px 6px 0 var(--primary);
  border: 1px solid var(--primary);
}

.facts__item {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -12px;
}

.facts__item > div {
  flex: 0 0 50%;
  margin-bottom: 25px;
  padding: 0 12px;
}

.fact__card {
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  background: #fffef0;
  box-shadow: 0px 1.57848px 2.36771px rgba(0, 0, 0, 0.25);
  border-radius: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  -ms-border-radius: 45px;
  -o-border-radius: 45px;
}

.fact__icon {
  margin-right: 10px;
}

.fact__card span {
  display: block;
  line-height: 1.1;
  margin-top: 3px;
}

.fact__title {
  color: var(--dark);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 22px;
}

.fact__content {
  color: var(--secondary);
  font-weight: bold;
  font-size: 17px;
  position: relative;
}

.iti__title {
  position: relative;
  display: inline-block;
  background: #f5e9dd;
  padding: 9px 25px;
  border: 1px solid var(--primary);
  font-weight: 700;
  font-size: 24px;
  letter-spacing: -0.03em;
  text-transform: capitalize;
  color: #63ab45;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.trip__facts .iti__title,
.quick__inquiry__form .iti__title {
  margin-left: -35px;
  background: #fffef0;
}

.iti__title::before {
  content: "";
  width: 12px;
  height: 100%;
  background: #f5e9dd;
  border: 1px solid var(--primary);
  position: absolute;
  left: -2px;
  top: 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
}

.trip__facts .iti__title::before,
.quick__inquiry__form .iti__title::before {
  background: #fffef0;
}

.quick__inquiry__form .iti__title {
  margin-bottom: 0;
  font-size: 20px;
}

.page-content__area,
.page-content__area p {
  font-size: 17px;
  padding: 0;
  line-height: 180%;
  font-weight: 500;
  color: var(--dark);
  margin-top: 0;
}
.page-content__area figure {
  width: auto !important;
  margin: 0;
}
.page-content__area p:last-child {
  margin-bottom: 0;
}
.page-content__area ul,
.page-content__area ol {
  padding-left: 20px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.page-content__area a {
  color: var(--primary);
  text-decoration: underline;
}
.page-content__area {
  margin-top: 10px;
}
.page-content__area ul li,
.page-content__area ol li {
  font-size: 18px;
  margin-bottom: 6px;
}
.page-content__area h1 {
  font-size: 33px;
}
.page-content__area h2 {
  font-size: 30px;
}
.page-content__area h3 {
  font-size: 25px;
}
.page-content__area h1,
.page-content__area h2,
.page-content__area h3,
.page-content__area h4,
.page-content__area h5,
.page-content__area h6 {
  color: var(--primary);
  margin-top: 0;
  letter-spacing: -0.03em;
  font-weight: bold;
}
.page-content__area h4 {
  font-size: 22px;
}
.page-content__area h5 {
  font-size: 20px;
}
.page-content__area h6 {
  font-size: 20px;
}
.page-content__area img {
  margin-bottom: 15px;
  margin-top: 14px;
  width: 100%;
}

.page-content__area figcaption {
  font-size: 14px;
  text-align: center;
  color: #555;
  line-height: 1.5;
}

.iti__section {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #004449;
}

.iti__hightlights ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.iti__hightlights ul li {
  margin-bottom: 13px;
  position: relative;
  padding-left: 26px;
  font-weight: 500;
  color: #212121;
  line-height: 26px;
}

.iti__hightlights ul li::before {
  position: absolute;
  left: 0;
  top: 5px;
  /* border: 1px solid #0000004f; */
  width: 18px;
  content: "";
  background: url("./assets/img/icon-check.svg") no-repeat center center;
  height: 18px;
  border-radius: 100%;
  text-align: center;
  background-size: 16px;
}

.iti__list {
  padding-left: 28px;
  border-left: 1px dashed #111;
}

.iti__list .iti__title {
  margin-left: -35px;
}

.iti__header {
  display: flex;
  align-items: end;
}

.iti__header .iti__date {
  display: flex;
  align-items: center;
  background: #f5e9dd;
  border: 1px dashed #004449;
  padding: 10px;
  border-radius: 8px 30px 8px 8px;
  -webkit-border-radius: 8px 30px 8px 8px;
  -moz-border-radius: 8px 30px 8px 8px;
  -ms-border-radius: 8px 30px 8px 8px;
  -o-border-radius: 8px 30px 8px 8px;
  color: var(--secondary);
  font-weight: 600;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: -0.03em;
  text-transform: uppercase;
  min-width: 80px;
  position: relative;
}

.iti__header .iti__date span {
  font-size: 14px;
  vertical-align: middle;
  display: inline-block;
  writing-mode: vertical-lr;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: vertical-lr;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.iti__header h3 {
  margin: 0;
  background: #f5e9dd;
  border: 1px dashed #004449;
  border-radius: 24px;
  flex: 1;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -0.03em;
  color: #004449;
  padding: 8px 15px;
  margin-left: -20px;
  padding-left: 28px;
}
.iti__item {
  margin-left: -30px;
}

.iti__content {
  padding-left: 35px;
  margin-top: 15px;
}

.iti__content p {
  font-weight: 400;
  font-size: 17px;
  line-height: 26px;
  color: #275d5e;
  margin: 0;
  margin-bottom: 12px;
  letter-spacing: -0.03em;
}

.quick__inquiry__form {
  padding: 30px;
  background: #f5e9dd;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  box-shadow: 6px 6px 0 var(--primary);
  border: 1px solid var(--primary);
}

.sticky__top {
  position: sticky;
  top: 130px;
}

.photo__item > a {
  display: block;
  height: 250px;
  width: 100%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.photo__item > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.activities__section {
  padding: 100px 0;
  background-attachment: fixed;
  background-size: cover;
  position: relative;
}

.activities__section::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #00000038;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.activities__section > div {
  position: relative;
  z-index: 1;
}
.site-header.default-header {
  position: static;
  left: 0;
  width: 100%;
  z-index: 99;
  background: var(--light);

  border-bottom: 2px solid #000;
}

/* .site-header::before {
  content: "";
  background: linear-gradient(to bottom, #000000c7, transparent);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
} */
.blog__section__temp {
  margin: 60px 0;
}
.blog__section__temp h1 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 64px;
  color: var(--primary);
  margin-bottom: 20px;
}
.blog__section__temp span {
  display: block;
  border-bottom: 1px solid #275d5e;
  font-weight: 600;
  padding-bottom: 10px;
}
.featured__img {
  margin: 40px 0;
}
.meta__date {
  font-weight: 600;
}

.the__content__img {
  width: 100%;
}
.the__content__img img {
  width: 100%;
  object-fit: cover;
}
.footer__blog--meta {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #275d5e;
  padding-bottom: 10px;
  margin-top: 40px;
}
.meta__socials i {
  color: #000000a1;
}
.related__blogs {
  margin: 40px 0;
}
.related__blogs h2 {
  font-size: 28px;
  color: var(--primary);
  text-align: center;
}
.related__blog_card {
  /* border:1px solid #004449b4; */
  padding: 10px;
  border-radius: 18px;
}
.related__blog_card_img {
  width: 100%;
  height: 200px;
}
.related__blog_card_img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.related__blog_section {
  margin: 40px 0;
}
.related__blog_section > div > .heading-wrap {
  text-align: center;
}
.related__blog_section > div > .heading-wrap h2 {
  margin-bottom: 30px;
}
.banner__section.trip_section::before {
  display: none;
}

.banner__section.trip_section::after {
  content: "";
  background: linear-gradient(to top, transparent, #00000094);
  position: absolute;
  left: 0;
  bottom: 0;
  height: 25%;
  width: 100%;
}

.banner__section.trip_section .banner__text {
  z-index: 111;
  bottom: 100px;
}
.banner__section.trip_section {
  height: 100dvh;
}

.banner__section.trip_section .banner__img,
.banner__section.trip_section {
  height: 100dvh;
}
.banner__section.trip_section .banner__img img {
  width: 100%;
  height: 100dvh;
  object-fit: cover;
}
.trip__section {
  background: #00444918;
  padding: 40px 0;
  margin-bottom: 40px;
}
.trip__section > div > .heading-wrap h2 {
  padding-bottom: 20px;
}
.header-right > .btn.btn-white {
  margin: 5px 0;
}
.trekking__packages.section > div {
  margin-bottom: 60px;
}
.contact__section {
  padding: 60px 0;
}
.contact__section h1 {
  text-align: center;
  color: #004449;
  font-size: 32px;
}
.contact__container h2 {
  color: var(--primary);
}
.contact__container h3 {
  color: var(--dark);
  font-size: 27px;
  padding-bottom: 13px;
}
.contact__container {
  margin-top: 20px;
}
.contact__container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-bottom: 40px;
}
.contact__container ul li {
  margin: 20px 0;
}

.contact__container ul li a {
  color: #111111d4;
  font-size: 18px;
  font-weight: 600;
}
.contact-container {
  background: var(--primary);
  padding: 20px;
  color: #fff;
  border-radius: 12px;
}
.contact-container h2 {
  color: #fff;
}
.wpcf7-submit {
  padding: 10px 15px;
  border-radius: 14px;
  background: var(--light);
  color: #000000ad;
  border: none;
  letter-spacing: 1;
  font-size: 12px;
  font-weight: 600;
}
.wpcf7-form p {
  font-size: 14px;
}
iframe {
  margin: 40px 0;
  width: 100%;
}
.wpcf7-text,
.wpcf7-textarea {
  padding: 10px;
  border-radius: 8px;
  width: 100%;
  border: none;
  resize: vertical;
}

.contact__container ul li span {
  width: 40px;
  height: 40px;
  background: #004449cf;
  border: 1px solid rgba(221, 238, 204, 0.836);
  backdrop-filter: blur(8.40909px);
  border-radius: 8.9697px;
  display: inline-block;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.social__icons h4 {
  color: var(--dark);
  font-size: 24px;
}
.the__content.page__content {
  margin: 40px 0;
}
.about__section {
  margin: 60px 0;
}
.review__carousel .item {
  margin: 60px 0;
}
.return-btn {
  border: 1px solid #eee;
  background: var(--primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  padding: 10px 20px;
  align-items: center;
  border-radius: 25px;
  font-family: var(--primary-font);
}
.error-404 {
  margin: 70px 0;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 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;
}

.site-header.default-header .main-navigation > div > ul > li > a {
  color: var(--primary);
}
.social__icons.a {
  visibility: hidden;
}

.site-header.default-header
  .main-navigation
  > div
  > ul
  > li.menu-item-has-children
  i {
  color: #000;
}

.mv__card {
  background: #fff;
  border: 1px solid rgba(0, 68, 73, 0.46);
  padding: 30px;
  border-radius: 20px;
  height: 100%;
  position: relative;
  transition: all 0.3s linear;
}
.mv__card::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  background: url("./assets/img/icon-mission.png") center/contain no-repeat;
  width: 75px;
  height: 75px;
  opacity: 0.3;
}
.mv__grid .column-6:last-child .mv__card::after {
  background: url("./assets/img/icon-vision.png") center/contain no-repeat;
}

.page__title h1,
.page__title h2 {
  color: #222;
  display: inline-block;
  font-size: 40px;
  letter-spacing: -0.03em;
  line-height: 50px;
  margin-bottom: 7px;
}

.mv__card h2 {
  color: var(--primary);
}

.chairman__img {
  width: 100%;
  height: 100%;
}



/* popup css */
.custom__popup {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 1000;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s linear;
}
.custom__popup .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.custom__popup .custom__popup__model {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  min-height: 210px;
  overflow-y: auto;
  width: 90%;
  max-width: 400px;
  background: #f5f5f5;
  top: 40%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0;
  visibility: hidden;
}

.custom__popup .custom__popup__model .custom__popup__content {
  padding: 20px;
  text-align: center;
}
.custom__popup .custom__popup__model .close__popup {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 5px;
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.custom__popup .custom__popup__model .close__popup:hover {
  opacity: 0.8;
}
.custom__popup .custom__popup__model .close__popup i {
  color: #cd201f;
}

.custom__popup.active {
  opacity: 1;
  visibility: visible;
}
.custom__popup.active .custom__popup__model {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.success-animation {
  -webkit-transform: scale(0.3s);
  -ms-transform: scale(0.3s);
  transform: scale(0.3s);
}
.checkmark {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #4bb71b;
  stroke-miterlimit: 10;
  box-shadow: inset 0px 0px 0px #4bb71b;
  animation: fill 0.7s ease-in-out 0.7s forwards,
    scale 0.6s ease-in-out 1.2s both;
  position: relative;
  top: 5px;
  right: 5px;
  margin: 0 auto;
}
.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #4bb71b;
  fill: #fff;
  animation: stroke 0.8s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  animation: stroke 0.5s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes scale {
  0%,
  100% {
    transform: none;
  }

  50% {
    transform: scale3d(1.1, 1.1, 1);
  }
}

@keyframes fill {
  100% {
    box-shadow: inset 0px 0px 0px 30px #4bb71b;
  }
}
.custom__popup__content .primary__content {
  margin: 25px 0 0;
}
.custom__popup__content p {
  font-size: 18px;
  font-weight: 600;
  color: var(--text);
}


.own-review__section {
  position: relative;
}

.own-review__section form {
  display: flex;
  gap: 15px;
  row-gap: 10px;
  margin: 25px 0 0;
  flex-wrap: wrap;
}
.own-review__section form p {
  margin: 0;
  position: relative;
}
.own-review__section form p:nth-of-type(1) {
  width: 40%;
}
.own-review__section form p:nth-of-type(2) {
  width: 45%;
}
.own-review__section form p:nth-of-type(3) {
  width: 25%;
}
.own-review__section form p:nth-of-type(4) {
  width: 30%;
}
.own-review__section form p:nth-of-type(5) {
  width: 70%;
}
.own-review__section form p:nth-of-type(6) {
  width: 100%;
}
.own-review__section form label {
  font-family: var(--primary-font);
  font-weight: 700;
  font-size: 14px;
  letter-spacing: -1%;
  color: var(--text-2);
}
.own-review__section form input,
.own-review__section form select,
.own-review__section form textarea {
  background-color: var(--light);
  border: 1px solid #00000033;
  padding: 10px 16px;
  border-radius: 50px;
  width: 100%;
  margin: 4px 0 0;
  font-family: var(--primary-font);
  font-size: 14px;
  font-weight: 700;
}
.own-review__section form select {
  appearance: none;
  background-image: url("../img/down-arrow-1.png");
  background-repeat: no-repeat;
  background-position: 94% center;
}
.own-review__section form textarea {
  border-radius: 20px;
  height: 150px;
  resize: unset;
}
.own-review__section form input:focus-visible,
.own-review__section form textarea:focus-visible {
  outline: 1px solid var(--secondary);
  border-color: var(--light);
}
.own-review__section form label:has(.wpcf7-not-valid-tip),
.wpcf7-not-valid-tip,
.wpcf7 form.invalid .wpcf7-response-output {
  color: #fb0e0e;
}
.own-review__section form input.wpcf7-not-valid,
.own-review__section form select.wpcf7-not-valid,
.own-review__section form textarea.wpcf7-not-valid {
  border-color: #fb0e0e;
}
.own-review__section form input[type="submit"] {
  cursor: pointer;
  background: linear-gradient(90deg, #73b55f 0%, #327b90 100%);
  color: var(--light);
  border: unset;
}
.own-review__section form .wpcf7-spinner {
  position: absolute;
  top: 12px;
  right: -22px;
  margin: 0;
}