/*!
Theme Name: Nepalitech
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: fifteenpeaks
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.

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

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

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

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

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

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

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

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

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

@import url("https://fonts.googleapis.com/css2?family=Mukta:wght@200;300;400;500;600;700;800&family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Poppins:wght@300..700&display=swap");

:root {
  --primary: #0a5ead;
  --secondary: #bf0101;
  --transition: all 0.3s linear;
  --primary-font: "Mukta", sans-serif;
}

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

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
a,
a:hover,
a:active {
  text-decoration: none;
}

body {
  font-family: var(--primary-font);
  overflow-x: hidden;
}

p {
  line-height: 1.5;
  color: #000;
}

h1,
h2,
h3,
h5,
h4,
h6 {
  font-family: var(--primary-font);
  color: #000;
  font-weight: 600;
}

img {
  -o-object-fit: cover;
  object-fit: cover;
}

.list__item ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.section-t {
  padding-top: 90px;
}
.section-b {
  padding-bottom: 90px;
}
.section {
  padding: 90px 0;
}
.page__section {
  padding: 40px 0 90px 0;
}
.s-section-t {
  padding-top: 80px;
}
.s-section-b {
  padding-bottom: 80px;
}
.s-section {
  padding: 80px 0;
}
.small__section {
  padding: 50px 0;
}
.pt-0 {
  padding-top: 0 !important;
}
.pb-0 {
  padding-bottom: 0 !important;
}
.mt-5 {
  margin-top: 5px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.mt-40 {
  margin-top: 40px;
}
.ml-10 {
  margin-left: 10px;
}
.mx-auto {
  margin: 0 auto;
}
.small-margin {
  margin: 20px 0;
}
.pb {
  padding-bottom: 20px;
}
.mb {
  margin-bottom: 20px;
}
.container-large {
  max-width: 1600px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  padding-left: 40px;
  padding-right: 40px;
}
.container-small {
  max-width: calc(1080px - 25%);
}

.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.resp__btn {
  display: none !important;
}
.content__wrapper {
  margin-top: 40px;
}
.the__content p,
.entry-content p,
.the__content li {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  line-height: 30px;
  margin: 10px 0;
  font-family: var(--primary-font);
}
.the__content.white p {
  color: #fff;
}
.the__content ul {
  margin: 10px 0;
}
.the__content li {
  line-height: 24px;
}
.the__content p:last-child {
  margin-bottom: 0;
}
.the__content p:first-child {
  margin-top: 0;
}

.the__content li:not(:last-child) {
  margin-bottom: 10px;
}
.the__content h1 {
  font-size: 32px;
  margin-bottom: 10px;
  line-height: 40px;
}
.the__content h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
}
.the__content h3 {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 28px;
}
.the__content h4 {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 26px;
}
.the__content img {
  width: 100%;
  margin: 10px 0;
}
.the__title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 20px;
  color: #232323;
  line-height: 22px;
  font-family: var(--primary-font);
}
.the__title.large {
  font-size: 22px;
  line-height: 26px;
}
.the__title.small {
  font-size: 17px;
  color: var(--secondary);
  opacity: 0.7;
  font-weight: 600;
  line-height: 20px;
}
.the__title.primary {
  color: var(--primary);
}
.pop__head {
  color: var(--primary);
  font-size: 30px;
  margin: 0;
  line-height: 34px;
}
.pop__head span {
  color: var(--primary);
  font-size: 24px;
}

.light__bg {
  background: #f2f2f2;
}

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

.hover__gallery::after {
  content: " ";
}
.hover__gallery {
  position: relative;
  overflow: hidden;
}
.hover__gallery img {
  width: 100%;
}
.hover__gallery:hover .hover__gallery__content {
  opacity: 1;
  height: 100%;
}
.hover__gallery__content {
  position: absolute;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 0;
  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;
  left: 0;
  cursor: pointer;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.hover__gallery__content p {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin: 0;
}
.hover__gallery__content p i {
  margin-left: 10px;
}

.overlay__card {
  position: relative;
  border-radius: 20px;
}
.overlay__card .hover__img img {
  width: 100%;
  height: 377px;
  border-radius: 20px;
}
.overlay__card::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 52.6%, #000 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(52.6%, rgba(0, 0, 0, 0)),
    to(#000)
  );
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 52.6%, #000 100%);
  position: absolute;
  z-index: 1;
  pointer-events: none;
}
.txt-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  z-index: 2;
  pointer-events: none;
  padding-bottom: 25px;
}
.txt-overlay .overlay__head {
  margin: 0;
  line-height: 0;
}
.txt-overlay .overlay__head a {
  color: #fff;
  text-align: right;
  font-size: 26px;
  font-weight: 600;
  line-height: 30px;
  text-transform: capitalize;
}
.txt-overlay .overlay__txt {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.badge {
  position: absolute;
  top: 15px;
  right: 13px;
  background: var(--primary);
  padding: 3px 13px;
  border-radius: 500px;
}
.badge span {
  color: #fff;
  text-align: right;
  font-size: 14px;
  font-weight: 500;
  display: block;
}

.sticky__top {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.main__heading.big {
  font-size: 300px;
  line-height: 170px;
  letter-spacing: -3%;
  margin: 0;
  color: #adcbe3;
  /* opacity: 0.3; */
}

.main__heading.small,
.entry-title {
  margin-bottom: 30px;
  font-size: 64px;
  line-height: 64px;
  color: var(--primary);
}

.sub__title p {
  color: rgba(0, 0, 0, 0.9);
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.36px;
  margin: 0;
  margin-top: 30px;
}

.link__title {
  margin: 0;
  margin-top: 15px;
  line-height: 100%;
  font-family: var(--primary-font);
  max-width: 90%;
}
.link__title.big,
.link__title.medium,
.link__title.medium-large {
  font-family: var(--primary-font);
}
.link__title a {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 1%;
  color: var(--primary);
}
.link__title a:hover {
  color: var(--secondary);
}
.link__title.big a {
  font-size: 54px;
  line-height: 70px;
  letter-spacing: 0;
}
.link__title.medium-large a {
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0;
}
.link__title.medium a {
  font-size: 40px;
  line-height: 44px;
  letter-spacing: 0;
}
.link__title.primary a {
  color: var(--primary);
}
.link__title.primary a:hover {
  color: var(--secondary);
}
.link__title.black a {
  color: #000;
}
.link__title.black a:hover {
  color: var(--secondary);
}

.link__title.small a {
  font-size: 16px;
}
.small__txt {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  margin-top: 20px;
}
.small__txt.light {
  color: rgba(0, 0, 0, 0.8);
}
.small__txt.m-0 {
  margin-top: 0;
}
.small__txt span {
  color: var(--secondary);
}
.single__heading {
  color: var(--primary);
  font-size: 64px;
  line-height: 60px;
  letter-spacing: 0;
  margin: 10px 0;
  margin-top: 10px;
}
.single__heading.big {
  font-size: 120px;
  line-height: 120px;
  letter-spacing: -0.02em;
}
.single__img img {
  width: 100%;
  margin: 20px 0;
}
.map__section iframe {
  width: 100%;
  height: 500px;
  border: 0;
}
.grid__content {
  display: grid;
  grid-template-columns: 100px 1fr;
}
.author {
  color: var(--primary);
  font-weight: 700;
  font-size: 14px;
  font-family: var(--primary-font);
  margin-bottom: 10px;
  display: block;
}
.author i {
  margin-right: 5px;
  font-size: 13px;
}

/*  */

/*  */

.meta__info {
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  row-gap: 10px;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 20px;
}
.meta__info i,
.meta__info span {
  font-size: 14px;
  color: #555;
  opacity: 0.8;
}
.meta__info span {
  font-weight: 500;
  margin-left: 2px;
}
.sticky__blog__head {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  background: #fff;
  z-index: 1;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

/*  */

/*  */

/*  */

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: 18px;
}

input:not([type="submit"]),
select,
textarea {
  width: 100%;
  outline: none;
  font-size: 16px;
  padding: 12px 10px;
  border: 1px solid rgba(111, 200, 192, 0.2);
  border-radius: 4px;
  color: #333;
  margin-top: 7px;
  background: #f5fbfb;
}

:focus-visible {
  outline: 2px dotted transparent;
}

/*  */

.btn {
  position: relative;
  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;
  background: var(--primary);
  overflow: hidden;
  border: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border: 1px solid transparent;
}
.btn-secondary {
  background: var(--secondary);
  border: 1px solid transparent;
}
.btn-outline {
  border: 1px solid var(--secondary);
  background: transparent;
}
input[type="submit"],
button[type="submit"] {
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 10px 25px 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  z-index: 20;
  text-transform: uppercase;
  -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;
  outline: none;
  background: var(--primary);
  border: none;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
  background: var(--secondary);
  color: #fff;
}
.wpcf7-spinner {
  vertical-align: middle;
}

.btn::before {
  content: " ";
  width: 0%;
  height: 100%;
  background: #fff;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  right: 0;
}
.btn.btn-outline::before {
  background: var(--secondary);
}

.btn:hover::before {
  right: auto;
  left: 0;
  width: 100%;
}

.btn span {
  padding: 10px 26px 10px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}
.btn-outline span {
  color: var(--secondary);
}

.btn-secondary span {
  color: #fff;
}
.btn__center {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn:hover span {
  color: var(--primary);
  -webkit-animation: scaleUp 0.3s ease-in-out;
  animation: scaleUp 0.3s ease-in-out;
}
.btn-outline:hover span {
  color: #fff;
}
@-webkit-keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

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

@keyframes scaleUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*  */

/* 404 not found page */

.error-404 {
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  padding-top: 213px;
  text-align: center;
}
.error-404 .error-watermark {
  position: absolute;
  top: calc(50% - 170px);
  left: 0;
  display: block;
  width: 100%;
  font-size: 320px;
  line-height: 1;
  color: var(--primary);
  opacity: 0.13;
}
.error-404 .error-title {
  margin: 0;
  font-family: var(--primary-font);
  color: var(--primary);
  font-size: 50px;
  word-wrap: break-word;
}
.error-404 .error-text {
  display: block;
  margin: 23px auto 5px;
  color: #232323;
  font-weight: 600;
}

/* 404 not found page */

/* 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: 300px;
  -o-object-fit: cover;
  object-fit: cover;
}
.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}
/*  */

/* Table */
.wp-block-table {
  overflow-x: auto;
}
.wp-block-table table {
  border-collapse: collapse;
  width: 100%;
}
.wp-block-table td,
.wp-block-table th {
  border: 1px solid;
  padding: 0.5em;
}
/* Table */
/*  */

.site-header {
  background: #fff;
  /* border-bottom: 1px solid #eee; */
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

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

.main-navigation > div > ul > li {
  /* padding: 0 10px 0 0; */
  position: relative;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
/* .main-navigation > div > ul > li.menu-item-has-children {
  padding-right: 20px;
} */
.main-navigation > div > ul > li:last-child {
  padding-right: 0;
}

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

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

.main-navigation > div > ul > li > a {
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
  font-weight: 700;
  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: var(--primary);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

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

.main-navigation > div > ul > li > a:hover::after,
.main-navigation > div > ul > li.menu-item-has-children:hover > a::after {
  width: 100%;
  transition: 0.3s all ease-in-out;
  -webkit-transition: 0.3s all ease-in-out;
  -moz-transition: 0.3s all ease-in-out;
  -ms-transition: 0.3s all ease-in-out;
  -o-transition: 0.3s all ease-in-out;
}
.main-navigation > div > ul > li:last-child > a {
  margin: 0;
}
.main-navigation > div > ul > li > ul {
  position: absolute;
  left: 0;
  margin: 0;
  padding: 16px 10px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  -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: 16px;
}
.main-navigation > div > ul > li > ul::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: calc(100% + 10px);
  left: 0;
  top: -10px;
}
.main-navigation > div > ul > li:hover > ul {
  opacity: 1;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  visibility: visible;
  top: calc(100% + 10px);
  z-index: 1000;
}
.main-navigation ul > li > ul > li > ul {
  position: absolute;
  left: calc(100% + 10px);
  top: 20%;
  margin: 0;
  padding: 16px 10px;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  width: 250px;
  -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: 16px;
}

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

.main-navigation > div > ul > li > ul li > a {
  font-size: 15px;
  color: #666;
  font-weight: 400;
  display: inline-block;
  line-height: 1.9;
  position: relative;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear;
  display: block;
  padding: 5px 25px;
  border-radius: 12px;
  text-transform: capitalize;
}
.main-navigation > div > ul > li > ul li > a:hover,
.main-navigation > div > ul > li.menu-item-has-children > ul li:hover > a {
  background: #0058880d;
  color: var(--primary);
}
.main-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul > li {
  /* position: relative; */
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}
.main-navigation > div > ul > li:hover > a {
  color: var(--primary);
}
.main-navigation > div > ul > li.menu-item-has-children > a {
  padding-right: 27px;
}
.main-navigation > div > ul > li.menu-item-has-children > a::before {
  content: "\f078";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: var(--primary);
}
.main-navigation > div > ul > li.menu-item-has-children:hover > a::before {
  color: var(--primary);
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after,
.main-navigation
  > div
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > ul
  > li.menu-item-has-children
  > a::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: block !important;
  font-size: 10px;
}

/*  */
.custom__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 1;
  width: 100%;
  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;
  pointer-events: none;
}

.custom__arrow .arrow {
  pointer-events: auto;
  background: #fff;
  padding: 30px;
  cursor: pointer;
}

.custom__arrow .nextarrow:hover img {
  -webkit-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
}
.custom__arrow .prevarrow:hover img {
  -webkit-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  transform: translateX(-5px);
}

.custom__arrow .arrow.prevarrow,
.custom__arrow.flip__arrow .arrow.nextarrow {
  border-radius: 0 100px 100px 0;
}
.custom__arrow .arrow.nextarrow,
.custom__arrow.flip__arrow .arrow.prevarrow {
  border-radius: 100px 0 0 100px;
}

.custom__arrow .arrow img {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  -webkit-filter: invert(1) brightness(0);
  filter: invert(1) brightness(0);
  opacity: 0.7;
}

.slick__carousel .item {
  margin: 0 15px;
}
.carousel__container {
  position: relative;
}
.carousel__container .content__wrapper {
  position: relative;
  z-index: 1;
}

/*  */
.search__icon {
  margin-left: 20px;
}
.search__icon a {
  color: var(--primary);
}
/*  */
.banner__section {
  height: 100%;
  background: var(--primary);
  position: relative;
  overflow: hidden;
}
.banner__section::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 600px;
  height: 250px;
  background-image: url("./assets/img/mountain.png");
  background-repeat: no-repeat;
  pointer-events: none;
  background-position: bottom;
  background-size: contain;
}
.banner__section .item {
  position: relative;
}
.banner__slider img {
  height: 700px;
  width: 100%;
}
.banner__content {
  z-index: 10;
  width: 100%;
  padding: 60px 0 60px 0;
}
.banner__heading {
  color: #fff;
  font-family: var(--primary-font);
  font-size: 64px;
  line-height: 60px;
}
.banner__txt {
  margin-top: 30px;
}

.banner__wrapper {
  max-width: 900px;
}
.banner__carousel .item.slick-active .banner__heading {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.banner__carousel .item.slick-active .banner__txt {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.banner__section .custom__arrow {
  top: calc(700px - 51px);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  left: 0;
}
.banner__section .custom__arrow .arrow img {
  -webkit-filter: none;
  filter: none;
  opacity: 1;
}

.banner__section .custom__arrow .nextarrow:hover img {
  margin-right: 10px;
}
.banner__section .custom__arrow .prevarrow:hover img {
  margin-left: 10px;
}

/*  */
.latest__container {
  margin-top: 60px;
}
.latest__sidebar .wrapper:not(:last-child) {
  margin-bottom: 30px;
}
.latest__sidebar .wrapper img {
  aspect-ratio: 1 / 1;
}
.latest__main img {
  aspect-ratio: 5 / 3;
}

/*  */

.special__section {
  background: #f5fbfb;
  border-top: 1px solid rgba(111, 200, 192, 0.2);
  border-bottom: 1px solid rgba(111, 200, 192, 0.2);
}

.special__carousel .item img,
.destination__carousel .item img {
  aspect-ratio: 1/1;
}
.special__arrow,
.destination__arrow {
  width: 113.4%;
}

.destination__carousel .slick-list {
  overflow: visible;
}
.destination__carousel .slick-slide {
  opacity: 0.3;
  pointer-events: none;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.destination__carousel .slick-slide.slick-active {
  opacity: 1;
  pointer-events: auto;
}
.destination__carousel .slick-slide .destination__content {
  opacity: 0;
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.destination__carousel .slick-slide.slick-active .destination__content {
  opacity: 1;
}
.destination__carousel .slick-dots {
  bottom: -50px;
}
.slick-dots li {
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  width: 15px;
  height: 7px;
}
.slick-dots li.slick-active {
  width: 25px;
}
.slick-dots li button::before {
  font-size: 15px;
  width: 15px;
  height: 7px;
  content: "";
  color: var(--secondary);
  background: var(--secondary);
  -webkit-transition: var(--transition);
  -o-transition: var(--transition);
  transition: var(--transition);
  border-radius: 100px;
}
.slick-dots li.slick-active button::before {
  width: 25px;
}
/*  */

.places__section {
  background-image: url("./assets/img/bg.png");
  border-radius: 20px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.places__section .custom__arrow {
  z-index: 10;
  width: 101%;
}
.places__section .container-small {
  padding: 0 20px;
}
.places__carousel .item img {
  aspect-ratio: 4/6;
}
.big__section {
  padding-top: 15px;
}
.big__container {
  margin-top: 95px;
}

.updates__container .wrapper:not(:last-child) {
  margin-bottom: 40px;
}

.updates__container .wrapper {
  display: grid;
  grid-template-columns: 600px 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px;
}
.updates__container .wrapper img {
  aspect-ratio: 9/6;
}

.top__footer {
  background: var(--primary);
  padding: 15px 0 12px;
}
.top__bg img {
  display: block;
  max-width: 50%;
  margin: 0 auto;
}
.social__icons a {
  color: #fff;
  font-size: 18px;
}

/* .site-footer {
  margin-top: 130px;
} */
.footer__logo {
  margin-top: -142px;
}
.footer__logo img {
  width: 200px;
}
.bottom__footer {
  background: #e5f0f6;
}
.footer__info {
  text-align: center;
  padding: 40px 0;
}
.footer__info p {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}
.footer__info p strong {
  font-size: 16px;
}
.footer__menu ul {
  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;
  background: rgba(255, 255, 255, 0.3);
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__menu ul li a {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 500;
  color: #000;
  padding: 15px;
  display: block;
}
.footer__menu a:hover {
  background: #e5f0f6;
  color: var(--secondary);
}
.copyright {
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
.copyright a {
  color: rgba(0, 0, 0, 0.8);
}
.copyright a:hover {
  color: var(--secondary);
}

/*  */

.hamburger-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 28px;
  height: 18px;
  cursor: pointer;
  margin-left: 15px;
}

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

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

.sidebar__title {
  font-weight: 700;
  font-size: 40px;
  line-height: 40px;
  color: var(--primary);
  position: relative;
  border-top: 2px solid var(--primary);
  padding-top: 15px;
  padding-bottom: 10px;
}
.sidebar__title::after {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  padding-top: 15px;
  padding-bottom: 10px;
}
#st-1 .st-btn {
  padding: 0 5px !important;
}
.share__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -70px;
  padding-bottom: 20px;
}
.padding-right {
  padding-right: 150px;
}
.padding-left {
  padding-left: 200px;
  padding-right: 90px;
}
.sidebar .sidebar__wrapper:not(:last-child) {
  margin-bottom: 60px;
}
.most__popular .wrapper {
  margin-bottom: 30px;
}
.most__popular .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  row-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.most__popular .wrapper img {
  aspect-ratio: 4/3;
  width: 130px;
}
.most__popular .wrapper div:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.related__section {
  margin-top: 70px;
}
.bordered__section-t {
  border-top: 2px solid var(--primary);
  padding-top: 60px;
}
.bordered__section-b {
  border-bottom: 2px solid var(--primary);
  margin-top: 90px;
}

.more__category .wrapper {
  margin-top: 50px;
}
.border__heading {
  border-top: 2px solid var(--primary);
  padding-top: 40px;
}

.search__txt {
  font-family: var(--primary-font);
  font-size: 40px;
  line-height: 44px;
  color: rgba(0, 0, 0, 0.4);
}
.search__txt span {
  color: var(--secondary);
}
.search__input {
  margin-top: 30px;
  position: relative;
}
.search__input input {
  border-radius: 20px;
  height: 60px;
  padding: 12px 20px;
  padding-right: 54px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.5);
  margin: 0;
}

.search__input input::-webkit-input-placeholder {
  font-family: var(--secondary-medium-font);
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.search__input input::-moz-placeholder {
  font-family: var(--secondary-medium-font);
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.search__input input:-ms-input-placeholder {
  font-family: var(--secondary-medium-font);
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.search__input input::-ms-input-placeholder {
  font-family: var(--secondary-medium-font);
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}

.search__input input::placeholder {
  font-family: var(--secondary-medium-font);
  font-size: 24px;
  color: rgba(0, 0, 0, 0.8);
}
.search__input button {
  background: transparent !important;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
}

.contact__info .wrapper {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
}
.contact__info .wrapper i {
  font-size: 20px;
  margin-top: 3px;
}
.contact__info .wrapper .txt p,
.contact__info .wrapper .txt a {
  margin-bottom: 10px;
  margin-top: 0;
  font-size: 14px;
  line-height: 22px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.7);
}
.contact__info .wrapper .txt a:hover {
  color: var(--secondary);
}
.contact__info .wrapper .txt p strong {
  font-size: 16px;
}
.contact__info .wrapper .txt p:last-child {
  margin-bottom: 0;
}
.contact__info .wrapper .txt p:first-child {
  font-weight: normal;
  color: #000;
}
.contact__info .wrapper:not(:last-child) .txt {
  margin-bottom: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
}

/*  */
.article__navigation {
  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;
  gap: 20px;
  margin-top: 50px;
}
.article__navigation .wrapper img {
  width: 160px;
  aspect-ratio: 4/3;
}
.article__navigation .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.article__navigation .next__article .wrapper > div:first-child {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.article__navigation .next__article .wrapper > div:last-child {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}
.article__navigation .wrapper .nav__arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.article__navigation .wrapper .nav__arrow i {
  color: #fff;
  font-size: 30px;
}
