/*!*******************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./assets/src/css/meanmenu.css ***!
  \*******************************************************************************/
/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	padding: 3px 0;
	min-height: 0;
	z-index: 999999;
}

.mean-container .meanmenu-reveal {
	border-radius: 2px;
	display: block;
	height: 35px;
	position: absolute;
	right: -10px !important;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 40px;
}

.mean-container .meanmenu-reveal span {
	background: #fff;
	border-radius: 4px;
	display: block;
	height: 3px;
	position: absolute;
	width: 35px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

}

.mean-container .meanmenu-reveal span:before,
.mean-container .meanmenu-reveal span:after {
	border-radius: 4px;
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 9px;
	background: #fff;
	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-delay: 0.3s, 0s;
	-moz-transition-delay: 0.3s, 0s;
	-ms-transition-delay: 0.3s, 0s;
	-o-transition-delay: 0.3s, 0s;
	transition-delay: 0.3s, 0s;
	-webkit-transition-property: top, transform;
	-moz-transition-property: top, transform;
	-ms-transition-property: top, transform;
	-o-transition-property: top, transform;
	transition-property: top, transform;
}

.mean-container .meanmenu-reveal span:after {
	top: -9px;
}

.mean-container .meanmenu-reveal.meanclose span:after {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-ms-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mean-container .meanmenu-reveal.meanclose span:before {
	top: 0;
	-webkit-transition-delay: 0s, 0.3s;
	-moz-transition-delay: 0s, 0.3s;
	-ms-transition-delay: 0s, 0.3s;
	-o-transition-delay: 0s, 0.3s;
	transition-delay: 0s, 0.3s;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.mean-container .meanmenu-reveal.meanclose span {
	background: transparent;
}


.mean-container .mean-nav {
	float: left;
	width: 100%;
}

.mean-container .mean-nav>ul {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	/*height: 200px;*/
	left: -15px;
	list-style-type: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 0;
	position: absolute;
	width: 100%;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 94%;
	padding: 12px 3%;
	margin: 0;
	text-align: left;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	text-decoration: none;
}

.mean-container .mean-nav ul li li a {
	width: 90%;
	padding: 12px 5%;
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 86%;
	padding: 12px 7%;
}

.mean-container .mean-nav ul li li li li a {
	width: 80%;
	padding: 12px 10%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 74%;
	padding: 12px 13%;
}

.mean-container .mean-nav ul li a:hover {
	color: rgb(255, 255, 255);
}

.mean-container .mean-nav ul li a.mean-expand {
	border: none;
	margin-top: 1px;
	width: 26px;
	height: 24px;
	padding: 9px 12px !important;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	border-left: 1px solid rgba(255, 255, 255, 0.5);
}


.mean-container .mean-nav ul li a.mean-expand.mean-clicked::before {
	content: "\f106";
}

.mean-container .mean-nav ul li a.mean-expand:hover {
	background: #FFC79D;
}

.mean-container .mean-push {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
/*!****************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/src/css/main.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.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

html :where(.wp-block) {
  max-width: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  background: #fff;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: "Albert Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 700;
  margin: 0 0 15px;
  line-height: 1.25;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

p {
  margin: 0 0 20px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 20px 0;
  padding: 0;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
  line-height: normal;
}

/* Links --------------------------------------------- */
a {
  color: var(--primary);
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 0.1em;
}

a:visited {
  /* color: var(--white); */
}

a:hover,
a:focus,
a:active {
  color: inherit;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border-radius: 5px;
  background: var(--primary);
  color: var(--white);
  line-height: 1;
  padding: 0.6em 1em 0.6em;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.3se ease 0s;
  transition: all 0.3se ease 0s;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background: var(--secondary);
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 10px;
  max-width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* ------------- Navigation ---------------- */
.main-navigation {
  display: block;
  width: 58%;
}

.menu-primary-menu-container > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}

.menu-primary-menu-container > ul > li {
  margin: 0 18px;
}

.menu-primary-menu-container > ul > li:first-child {
  margin-left: 0;
}

.menu-primary-menu-container > ul > li:last-child {
  margin-right: 0;
}

.main-navigation ul ul ul {
  left: 100%;
  top: 0px;
}

.main-navigation li {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin-bottom: 0;
  padding: 0;
  position: relative;
}

.main-navigation li li {
  border-bottom: 1px solid #e7e7e7;
  display: block;
  float: none;
  padding: 0;
  text-align: left;
}

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

.main-navigation li:hover li ul {
  display: none;
}

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

.main-navigation li li:hover li ul {
  display: none;
}

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

.main-navigation li li li:hover li ul {
  display: none;
}

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

.main-navigation ul > li > a {
  display: block;
  text-decoration: none;
}

.main-navigation ul li a {
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  z-index: 99;
  color: var(--black-color);
  font-weight: 600;
  padding: 4px 0;
}

.main-navigation ul li li a {
  color: var(--text-color);
}

.site-header ul li:hover > a {
  color: var(--primary);
}

.main-navigation ul ul > li > a {
  padding: 10px 25px;
}

.main-navigation ul ul li a {
  font-size: 16px;
  border: none;
}

.main-navigation ul li ul li a:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  background: var(--primary);
  color: var(--white);
}

.main-navigation ul li li:after {
  display: none;
}

.main-navigation li.current-menu-item:after,
.main-navigation ul li.current_page_item:after {
  width: 100%;
}

.main-navigation ul li.menu-item-has-children > ul > li.menu-item-has-children > a:before {
  content: "\f078";
  display: inline-block;
  font-size: 12px;
  right: auto;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 19px;
}

.main-navigation ul li.menu-item-has-children > a::before {
  content: "\f078";
  display: inline-block;
  font-size: 12px;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  right: -16px;
}

.main-navigation ul ul {
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -ms-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  -webkit-transform-origin: center top 0;
          transform-origin: center top 0;
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  margin: 0;
  position: absolute;
  top: 66;
  z-index: 999;
  background: var(--white);
  min-width: 200px;
  -webkit-box-shadow: 1px 8px 16px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 1px 8px 16px 0 rgba(0, 0, 0, 0.4);
}

.sticky-header .main-navigation ul ul {
  top: 68px;
}

.main-navigation ul li:hover ul,
.main-navigation ul li:focus-within ul {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

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

.main-navigation li li:last-child {
  border-bottom: none;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 0 0 15px 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

body.en .widget-ru,
body.ru .widget-en {
  display: none;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

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

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/* New Styles -------------------------------------------- */
:root {
  --primary: #1387AC;
  --secondary: #184D9A;
  --bg: #1A1F32;
  --white: #fff;
  --black-color: #1A1F32;
  --text-color: #4D5567;
  --success-color: #40CC82;
  --error-color: #FF6D7E;
  --high-light-color: #F6C531;
  --grey-color: #DDE7F8;
  --light-grey-color: #F1F6FE;
  --btn-bg: #CECCCB;
  --Helvetica_Regular: "Helvetica-Neue";
  --Helvetica_Bold: "Helvetica-Bold";
}

.no-grid-gap {
  gap: 0;
}

.no-margin {
  margin: 0 auto;
}

.container,
.site-footer .footer-widget-area,
.site-footer .site-info {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}

/* header styling starts from here */
.site-header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.site-header-group > .container {
  position: absolute;
  background: var(--white);
  padding: 16px 20px;
  left: 10px;
  right: 10px;
  margin: auto;
  top: 0;
  border-radius: 0 0 10px 10px;
  z-index: 9;
  -webkit-box-shadow: 0 4px 12px 0 rgba(149, 157, 165, 0.2);
          box-shadow: 0 4px 12px 0 rgba(149, 157, 165, 0.2);
}

.admin-bar .site-header-group > .container {
  top: 32px;
}

.site-header-right,
.header-chat-wrap ul,
.header-btn-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.header-chat-wrap ul,
.header-btn-wrap ul {
  margin: 0;
  list-style: none;
}

.site-header .site-branding {
  width: 100px;
}

.site-header .site-header-right {
  width: 92%;
  width: calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
}

.site-header .site-title {
  font-size: 22px;
  margin: 0;
}

.header-chat-wrap li a {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-chat-wrap li a.wtsapp-link {
  background: #25D366;
}

.header-chat-wrap li a.messenger-link {
  background: #DDE7F8;
}

.header-widget-area .widget {
  margin: 0;
}

.header-widget-area .wp-block-button a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: var(--primary);
  padding: 10px;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 14px;
  color: var(--white);
}

.header-widget-area .wp-block-button a:hover {
  background: var(--secondary) !important;
  color: var(--white) !important;
}

.header-chat-wrap ul,
.header-btn-wrap ul {
  margin: 0;
  list-style: none;
}

.site-header .site-title {
  font-size: 22px;
  margin: 0;
}

.header-chat-wrap li a {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-chat-wrap li a.wtsapp-link {
  background: #25D366;
}

.header-chat-wrap li a.messenger-link {
  background: #DDE7F8;
}

.header-btn-wrap li a.header-lang {
  min-width: 100px;
  background: var(--light-grey-color);
  color: var(--black-color);
}

/* slider section styling from here */
.hero-slider {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  /* z-index: 0; */
}

.hero-slider .swiper-slide {
  overflow: hidden;
}

.hero-slider .swiper-container {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-slider .slide-inner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background-size: cover;
  background-position: center;
  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;
  text-align: left;
}

.hero-slider .swiper-button-prev,
.hero-slider .swiper-button-next {
  background: transparent;
  width: 55px;
  height: 55px;
  line-height: 53px;
  margin-top: -30px;
  text-align: center;
  border-radius: 55px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: var(--white);
}

.hero-slider .swiper-button-prev:hover,
.hero-slider .swiper-button-next:hover {
  background: var(--primary);
}

.hero-slider:hover .swiper-button-prev,
.hero-slider:hover .swiper-button-next {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.hero-slider .swiper-button-prev {
  left: 25px;
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.hero-slider .swiper-button-next {
  right: 25px;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.featured-slider-section {
  height: 850px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 10px 0px;
          box-shadow: rgba(149, 157, 165, 0.2) 0px 4px 10px 0px;
}

.featured-slider-section .swiper-button-next::after,
.featured-slider-section .swiper-button-prev::after {
  font-size: 24px;
  color: var(--primary);
}

.featured-slider-section .swiper-button-next:hover:after,
.featured-slider-section .swiper-button-prev:hover:after {
  color: var(--white);
}

.featured-slider-section .slider-item {
  position: relative;
}

.featured-slider-section .slider-text-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
  width: 830px;
  max-width: 100%;
  padding: 0 15px;
}

.featured-slider-section .slider-text-wrap :where(h2, h3, h4, h5, p) {
  color: var(--white);
}

.slider-subtitle {
  font-size: 28px;
  line-height: 1.15;
  text-transform: uppercase;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

.featured-slider-section .slider-text-wrap .slider-subtitle {
  color: #A5E4F8;
}

.slider-title {
  font-size: 56px;
  line-height: 1.2;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.3);
}

.slider-image img {
  width: 100%;
}

figure {
  margin: 0;
  line-height: 0;
}

.tour-search-section {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 8;
}

.tour-search-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  background: var(--white);
  padding: 20px 10px;
  border-radius: 10px 10px 0 0;
}

.tour-search-wrap ul li {
  width: 25%;
  list-style: none;
  padding: 0 10px;
}

.select2-container {
  width: 100% !important;
}

.select2-container--default .select2-selection--single {
  height: 50px;
  border: 1px solid rgba(34, 42, 65, 0.0784313725);
  background: #E9EFFB;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 50px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  height: 44px;
}

input.tour-search-btn {
  background: var(--primary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

input.tour-search-btn:hover {
  background: var(--secondary);
  color: var(--white);
}

/* recommended tour section styling from here */
.recommended-tour-section .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 30px;
}

.recommended-tour-section .post-wrapper .post {
  width: 25%;
  padding: 15px;
  position: relative;
  margin: 0;
  overflow: hidden;
}

.recommended-tour-section .post .featured-image {
  position: relative;
  line-height: 0;
  border-radius: 5px;
  overflow: hidden;
  aspect-ratio: 3/4;
}

.recommended-tour-section .post .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.recommended-tour-section .post .featured-image::before {
  position: absolute;
  display: block;
  content: "";
  opacity: 0.75;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #1A1F32;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(26, 31, 50, 0.2)), to(rgba(26, 31, 50, 1)));
  background: linear-gradient(180deg, rgba(26, 31, 50, 0.2) 0%, rgba(26, 31, 50, 1) 100%);
}

.recommended-tour-section .post:hover .featured-image::before {
  opacity: 0.9;
}

.entry-header.heading {
  text-align: center;
  margin-bottom: 25px;
}

.entry-header.heading .entry-subtitle {
  font-size: 20px;
  margin-bottom: 0;
  color: var(--secondary);
  text-transform: uppercase;
}

.entry-header.heading .entry-title {
  font-size: 36px;
  color: var(--black-color);
}

.site-main > section {
  padding: 70px 0;
  position: relative;
  overflow: hidden;
}

.recommended-tour-section .post-wrapper .post .post-content {
  position: absolute;
  bottom: -5px;
  width: 100%;
  padding: 15px;
  z-index: 2;
}

.recommended-tour-section .post-wrapper .post:hover .post-content {
  bottom: 20px;
}

.recommended-tour-section .post-wrapper .post-content :where(*) {
  color: var(--white);
}

.recommended-tour-section .post-wrapper .post .entry-content {
  position: absolute;
  max-width: 100%;
  bottom: -60px;
}

.recommended-tour-section .post-wrapper .post:hover .entry-content {
  bottom: -10px;
}

.recommended-tour-section .entry-meta .category a,
.top-categories-content .entry-meta .category a {
  background: var(--primary);
  font-weight: 700;
  padding: 4px 8px;
  border-radius: 4px;
  color: var(--white);
}

.recommended-tour-section .entry-meta .category a:hover,
.top-categories-content .entry-meta .category a:hover {
  background: var(--secondary);
  color: var(--white);
}

.post .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.post .post-activities a {
  padding-top: 2px;
}

.recommended-tour-section .post-wrapper .post .entry-title {
  font-size: 24px;
}

.recommended-tour-section .post-wrapper .post .entry-title a:hover {
  color: var(--primary);
}

.recommended-tour-section .post .view-detail-btn {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.recommended-tour-section .post .view-detail-btn:hover {
  color: var(--primary);
}

.recommended-tour-section .post .view-detail-btn::before {
  content: "\f054";
  display: inline-block;
  font-size: 11px;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 16px;
  right: -13px;
}

.recommended-tour-section .post .featured-image img {
  /* margin-left: 30px; */
  -webkit-transform: scale(1.19);
          transform: scale(1.19);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.recommended-tour-section .post:hover .featured-image img {
  -webkit-transform: scale(1.35);
          transform: scale(1.35);
  margin-left: 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.recommended-tour-section .post .featured-image::before,
.recommended-tour-section .post:hover .featured-image::before,
.recommended-tour-section .post-wrapper .post .post-content,
.recommended-tour-section .post-wrapper .post:hover .post-content,
.recommended-tour-section .post-wrapper .post:hover .entry-content,
.recommended-tour-section .post-wrapper .post .entry-content {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/* 
  .slide-inner.slide-bg-image {
	height: 700px;
	width: 100%;
	background-size: 100%;
  }
  .hero-slider .swiper-slide {
	overflow: hidden;
	color: #fff;
  } */
.btn-wrapper {
  text-align: center;
}

.box-btn {
  background: var(--primary);
  display: inline-block;
  color: var(--white);
  text-transform: capitalize;
  padding: 13px 40px 13px 15px;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.box-btn::before,
.box-btn::after {
  content: "\f054";
  display: inline-block;
  font-size: 13px;
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  height: 16px;
  right: 23px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.box-btn::after {
  right: auto;
  left: -10px;
}

.box-btn:hover:before {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  right: -10px;
}

.box-btn::before {
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.box-btn:hover:after {
  right: auto;
  left: 16px;
  -webkit-transition: all 0.3s ease 0.3s;
  transition: all 0.3s ease 0.3s;
}

.box-btn:hover {
  background: var(--secondary);
  color: var(--white);
  padding: 13px 20px 13px 35px;
}

/* home aboutus section styles from here */
.home-aboutus-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.home-aboutus-wrapper {
  width: 425px;
}

.home-aboutus-content-wrapper {
  width: 67%;
  width: calc(100% - 425px);
  width: -webkit-calc(100% - 425px);
  padding-left: 30px;
}

.home-aboutus-image-wrap .featured-image:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: -114px;
  padding-left: 100px;
}

.home-aboutus-image-wrap .featured-image:first-child {
  padding-right: 70px;
}

.home-aboutus-image-wrap .featured-image img {
  border-radius: 15px;
  overflow: hidden;
  width: auto;
}

.home-aboutus-content-wrapper .entry-header.heading {
  text-align: left;
}

.home-aboutus-experiance ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.home-aboutus-experiance ul li {
  padding: 0 10px;
  list-style: none;
  width: 25%;
}

.home-aboutus-experiance li h3 {
  font-size: 36px;
  font-weight: 500;
  color: var(--primary);
  margin-bottom: 0;
}

.home-aboutus-experiance li h3 span {
  font-size: 60px;
}

.home-aboutus-experiance li > span {
  font-size: 22px;
  font-weight: 400;
  color: var(--black-color);
}

.home-aboutus-experiance {
  margin-bottom: 35px;
}

.home-aboutus-content-wrapper .btn-wrapper {
  text-align: left;
}

.why-with-us-content-item > figure {
  width: 50px;
  margin: 0 auto 10px;
}

/* top categories section styles from here */
.top-categories-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top-categories-section .swiper-pagination {
  bottom: 0px;
}

.top-categories-slider-wrapper.swiper {
  padding-bottom: 55px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
  background: #A5E4F8;
  border-radius: 10px;
  opacity: 1;
}

.swiper-pagination-bullet-active {
  width: 100px;
}

.swiper-pagination-bullet-active,
.swiper-pagination-bullet:hover {
  background: var(--primary);
}

.top-categories-slide-item {
  position: relative;
}

.top-categories-slide-item::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background: rgb(26, 31, 50, 0.3);
  /* background: linear-gradient(180deg, rgba(26, 31, 50, 0) 0%, rgba(26, 31, 50, 1) 100%); */
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  z-index: 5;
}

.top-categories-slide-item:hover:before {
  background: rgb(26, 31, 50, 0.8);
  /* background: linear-gradient(180deg, rgba(26, 31, 50, 0.5) 0%, rgba(26, 31, 50, 1) 100%); */
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.top-categories-content {
  position: absolute;
  bottom: -8.5%;
  text-align: center;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}

.top-categories-slide-item:hover .top-categories-content {
  bottom: 35%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-categories-content h3 {
  font-size: 24px;
}

.top-categories-content h3 a {
  color: var(--white);
}

.top-categories-content h3 a:hover {
  opacity: 0.6;
}

.top-categories-slide-item:hover .featured-image img {
  -webkit-transform: rotate(-18deg);
          transform: rotate(-18deg);
  scale: 1.5;
}

.top-categories-slide-item:hover .featured-image img,
.top-categories-slide-item .featured-image img {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-categories-slide-item .featured-image {
  overflow: hidden;
  height: 550px;
}

.top-categories-slide-item .featured-image img,
.package-post-wrapper .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.package-post-wrapper .featured-image {
  height: 300px;
}

/* why with us section styles from here */
.why-with-us-content-wrapper {
  overflow: hidden;
  margin: 0 -15px;
}

.why-with-us-content-item {
  width: 33.33%;
  float: left;
  text-align: center;
  padding: 0 15px 10px;
}

.why-with-us-content-item:nth-child(2n+2) {
  float: right;
}

.why-with-us-content-item:nth-child(2n+1) {
  clear: both;
}

.why-with-us-wrapper {
  position: relative;
  padding-top: 30px;
}

.why-with-us-image-wrapper {
  width: 33.33%;
  padding: 0 15px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  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;
}

/* popular tours section styles starts from here */
.popular-tours-section .package-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 30px;
}

.package-post-wrapper .post {
  width: 31.8%;
  width: calc(33.33% - 20px);
  width: -webkit-calc(33.33% - 20px);
  padding: 15px;
  background: var(--white);
  border: 1px solid #EDEEF0;
  border-radius: 16px;
  -webkit-box-shadow: 0 12px 26px -14px rgba(0, 0, 0, 0.2);
          box-shadow: 0 12px 26px -14px rgba(0, 0, 0, 0.2);
  margin-bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popular-tours-section {
  background: var(--light-grey-color);
}

.post img {
  width: 100%;
}

.package-post-wrapper .featured-image {
  border-radius: 10px;
  overflow: hidden;
  background: var(--bg);
}

.package-post-wrapper .post:hover .featured-image img {
  opacity: 0.2;
  scale: 1;
}

.package-post-wrapper .post .featured-image img {
  scale: 1.25;
}

.tour-price-wrap {
  background: var(--primary);
  display: inline-block;
  color: var(--white);
  border-radius: 4px;
  padding: 2px 7px;
  position: absolute;
  bottom: 15px;
  z-index: 9;
  left: 15px;
  font-size: 16px;
  font-weight: 700;
}

.tour-price-wrap .tour-price-amount {
  font-size: 22px;
}

.package-post-wrapper .post .featured-image-wrapper {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}

.package-post-wrapper .post .btn-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  scale: 0;
  opacity: 0;
}

.package-post-wrapper .post:hover .btn-wrapper {
  scale: 1;
  opacity: 1;
}

.package-post-wrapper .post:hover .featured-image img,
.package-post-wrapper .post .featured-image img,
.package-post-wrapper .post:hover .btn-wrapper,
.package-post-wrapper .post .btn-wrapper,
.package-post-wrapper .featured-image,
.package-post-wrapper .post:hover .featured-image {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.package-post-wrapper .btn-wrapper .box-btn {
  background: var(--bg);
}

.package-post-wrapper .post .entry-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.package-post-wrapper .post .entry-title a {
  color: var(--black-color);
}

.package-post-wrapper .post .entry-title a:hover {
  color: var(--secondary);
}

.post .entry-meta a {
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  position: relative;
  padding-left: 18px;
}

.popular-tours-section .post .entry-meta a,
.upcoming-tours-section .post .entry-meta a {
  padding-left: 0;
}

.post .entry-meta a::before {
  position: absolute;
  font-family: "FontAwesome";
  left: 0;
  top: 2px;
  line-height: 1;
}

.popular-tours-section .post .entry-meta a::before,
.upcoming-tours-section .post .entry-meta a::before {
  opacity: 0;
  visibility: hidden;
}

.post .entry-meta a:has(.entry-date)::before {
  content: "\f073";
}

.post .entry-meta a.url::before {
  content: "\f007";
}

article .entry-footer > span:before {
  display: inline-block;
  font-size: 12px;
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 19px;
  left: 0;
}

.post .entry-meta .post-activities {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}

.post .entry-image {
  max-width: 30px;
  line-height: 0;
}

.popular-tours-section .post .entry-meta a:hover {
  color: unset;
}

article .entry-meta span.comments-link::before,
article .entry-footer > span.comments-link:before {
  content: "\f075";
}

article .entry-footer > span.cat-links:before,
article .entry-meta > span.cat-links:before {
  content: "\f03a";
}

article .entry-footer > span.edit-link:before,
article .entry-meta > span.edit-link:before,
article .entry-footer > span.edit-link:before {
  content: "\f044";
}

.post .entry-meta .post-tags a::before,
article .entry-footer > span.tags-links:before,
article .entry-meta > span.tags-links:before {
  content: "#";
}

article .entry-footer > span {
  position: relative;
  padding-left: 17px;
  margin-right: 12px;
}

.moretag {
  margin-left: 5px;
}

.popular-tours-section .entry-header.heading {
  position: relative;
}

.popular-tours-section .entry-header.heading::before {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  background: var(--text-color);
  top: -30px;
  opacity: 0.2;
}

.archive .tour .post-rating,
.post .post-rating {
  background: var(--text-color);
  display: inline-block;
  padding: 3px 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--white);
  border-radius: 4px;
  margin-top: 14px;
}

.archive .tour .post-rating {
  margin-top: 0;
}

.archive .tour .post-rating i,
.post .post-rating i {
  color: #F1C644;
}

/* reviews section styles starts from here */
.star-ratings {
  color: var(--white);
  font-size: 23px;
  /* width: 95px; */
  position: relative;
}

.star-ratings-top {
  color: #eeac00;
  padding: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.star-ratings-bottom {
  padding: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews-section-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reviews-image-wrapper {
  width: 425px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  height: 750px;
  overflow: hidden;
}

.reviews-image-item,
.reverse-reviews-image-item {
  width: 47.6%;
  width: calc(50% - 10px);
  width: -webkit-calc(50% - 10px);
}

.reviews-image-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
  height: 710px;
}

.reviews-image-item {
  will-change: transform;
}

.reviews-image-item .featured-image,
.reverse-reviews-image-item .featured-image {
  margin-bottom: 20px;
  border-radius: 16px;
  overflow: hidden;
}

.reviews-image-item .featured-image img,
.reverse-reviews-image-item .featured-image img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.reviews-image-item .featured-image:hover img,
.reverse-reviews-image-item .featured-image:hover img {
  -webkit-filter: grayscale(0%);
          filter: grayscale(0%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.reviews-content-wrapper {
  width: 67%;
  width: calc(100% - 425px);
  width: -webkit-calc(100% - 425px);
  padding-left: 30px;
}

.reviews-content-wrapper .entry-header.heading {
  text-align: left;
}

.author-info-wrap .author-img {
  width: 50px;
  border-radius: 100px;
  overflow: hidden;
}

.author-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.author-info {
  width: 60%;
  padding-left: 12px;
}

.author-info-wrap .author-name {
  font-size: 16px;
  font-weight: 600;
  color: var(--secondary);
  margin-bottom: 4px;
  line-height: 1.1;
}

.reviews-slider-section-wrapper .btn-wrapper {
  text-align: left;
}

.reviews-slider-section {
  padding-bottom: 40px;
}

.author-info-wrap .author-address {
  color: var(--primary);
  font-size: 14px;
  font-weight: 600;
}

.reviews-slider-section .swiper-pagination {
  bottom: 25px;
  text-align: left;
}

.reviews-item {
  background: var(--light-grey-color);
  padding: 15px;
  border: 1px solid #E0E6EF;
  border-radius: 8px;
  margin-bottom: 30px;
}

.reviews-slider-item {
  width: 48%;
}

.reviews-item .entry-title {
  font-size: 24px;
  font-weight: 600;
  color: var(--black-color);
  margin-bottom: 2px;
}

.reviews-rating-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}

.reviews-rating-wrap .post-rating-text {
  font-size: 14px;
  font-weight: 600;
  color: var(--black-color);
}

/* upcoming tours section styles starts from here */
.package-post-slider-section {
  padding-bottom: 55px;
  margin-bottom: 0;
  /* margin-left: -30px; */
}

.promo-section {
  text-align: center;
  position: relative;
}

.promo-section :where(h2, h3, h4, h5, h6, p),
.promo-section .entry-header.heading .entry-subtitle,
.promo-section .entry-header.heading .entry-title {
  color: var(--white);
}

.promo-content-wrap {
  background: url("http://mountain-nepal.local/wp-content/themes/mountain-nepal/assets/build/images/promo-img.png");
  background-size: cover;
  background-attachment: fixed;
  padding: 85px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.promo-content-wrap::before {
  position: absolute;
  display: block;
  content: "";
  background: var(--secondary);
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.promo-content-wrap * {
  position: relative;
}

.promo-content-wrap .entry-content h3 {
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 25px;
}

.promo-btn {
  background: var(--primary);
  padding: 13px 38px 13px 18px;
  display: inline-block;
  color: var(--white);
  font-weight: 500;
  border: 1px solid #429FBD;
  border-radius: 4px;
  position: relative;
}

.promo-btn::after {
  content: "\f15c";
  display: inline-block;
  font-size: 13px;
  font-family: FontAwesome;
  position: absolute;
  top: -1px;
  bottom: 0;
  margin: auto;
  height: 17px;
  right: 16px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.promo-btn:hover {
  background: var(--secondary);
  color: var(--white);
}

.promo-content-wrap .entry-header.heading {
  max-width: 990px;
  margin: 0 auto;
}

.promo-content-wrap .entry-header.heading .entry-title {
  line-height: 1.15;
}

.promo-section::before {
  position: absolute;
  display: block;
  content: "";
  background: var(--light-grey-color);
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
}

.site-main > section.promo-section {
  padding: 15px 0;
}

/* blog section styles starts from here */
.blog-section .post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 40px;
}

.blog-section .post-wrapper .post {
  width: 31.7%;
  width: calc(33.33% - 20px);
  width: -webkit-calc(33.33% - 20px);
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 0;
}

.blog-section .post .entry-title {
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 22px;
}

.blog-section .post .entry-title a {
  color: var(--black-color);
}

.blog-section .post .entry-title a:hover {
  color: var(--primary);
}

.blog-section .post .post-content {
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  padding: 12px 15px 0;
  border-radius: 8px;
}

.blog-section .post .post-content::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--white);
  left: 0;
  top: 0;
  z-index: 1;
  border-radius: 8px;
}

.blog-section .post:hover .post-content::before {
  -webkit-filter: blur(48px);
          filter: blur(48px);
}

.blog-section .post .featured-image {
  background: var(--black-color);
  aspect-ratio: 3/4;
}

.blog-section .post .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.blog-section .post .post-content * {
  position: relative;
  z-index: 2;
}

.blog-section .post-wrapper .post:hover .featured-image img {
  scale: 2;
  opacity: 0.4;
}

.blog-section .post-wrapper .post:hover .featured-image img,
.blog-section .post-wrapper .post .featured-image img,
.blog-section .post:hover .post-content::before,
.blog-section .post .post-content::before {
  -webkit-transition: 0.2s all ease-out;
  transition: 0.2s all ease-out;
}

/* single page starting here */
.single-tour-template-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 40px;
  padding-bottom: 30px;
}

.single-tour .hentry {
  padding: 0;
  margin-bottom: 0;
}

.tour-sidebar-wrap {
  width: 30%;
}

.tour-content-wrap {
  width: 70%;
  padding-right: 30px;
}

.tour-header-wrap .entry-header {
  position: absolute;
  max-width: 1380px;
  top: 55%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0 15px;
}

.tour-header-wrap {
  position: relative;
}

.tour-overview-information ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tour-overview-information ul li {
  list-style: none;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  gap: 10px;
}

.tour-overview-information ul li:first-child,
.tour-overview-information ul li:nth-child(2),
.tour-overview-information ul li:nth-child(5),
.tour-overview-information ul li:nth-child(6),
.tour-overview-information ul li:nth-child(9),
.tour-overview-information ul li:nth-child(10),
.tour-overview-information ul li:nth-child(13),
.tour-overview-information ul li:nth-child(14) {
  background: #F0F0F0;
}

.tour-overview-information ul li small {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.tour-overview-information ul li i {
  width: 25px;
  color: var(--secondary);
}

.tour-overview-information ul li span {
  width: 90%;
  width: calc(100% - 35px);
  width: -webkit-calc(100% - 35px);
}

.tour-overview-information ul li:nth-child(2n+1) {
  border-right: 1px solid #CFCFD0;
}

.tour-overview-information ul li:nth-child(2n+2) {
  border-left: 1px solid #CFCFD0;
}

.tour-overview-activity ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit--flex-wrap: wrap;
  flex-wrap: wrap;
}

.tour-overview-activity li {
  width: 25%;
  text-align: left;
  list-style: none;
}

.tab-content h3 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.tour-overview-activity h4 {
  font-size: 14px;
  text-transform: uppercase;
}

.tour-overview-activity .featured-image {
  margin-bottom: 15px;
}

.tour-header-wrap .post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.tour-header-wrap .post-thumbnail {
  height: 100vh;
  position: relative;
}

.tour-header-wrap .post-thumbnail::before {
  position: absolute;
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  background: var(--secondary);
  opacity: 0.4;
}

.tour-header-wrap .entry-header .entry-title {
  color: var(--white);
  font-size: 42px;
}

.tour-gallery-item {
  margin-bottom: 10px;
  line-height: 1;
}

/* tabs styling here */
.tabs .tab {
  display: none;
}

.tabs .tab.active {
  display: block;
}

.tabs .tab-links {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs .tab-links li {
  list-style: none;
  margin-bottom: 10px;
}

.tabs .tab-links li:not(:last-child) {
  margin-right: 10px;
}

.tabs .tab-links li a {
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 600;
  border: 1px solid var(--secondary);
}

.tabs .tab-links li a:visited {
  color: var(--primary);
}

.tabs .tab-links li.active a,
.tabs .tab-links li a:hover {
  border-color: var(--secondary);
  background: var(--secondary);
  color: var(--white);
}

.tabs .tab-links li:last-child a {
  border-right: 1px solid var(--secondary);
}

.tabs .tab-content {
  padding: 25px 0;
}

.tour-gallery-slider-wrap .swiper-button-next,
.tour-gallery-slider-wrap .swiper-button-prev {
  background: var(--secondary);
  width: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tour-gallery-slider-wrap .swiper-button-next:hover,
.tour-gallery-slider-wrap .swiper-button-prev:hover {
  background: var(--primary);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tour-gallery-slider-wrap .swiper-button-next::after,
.tour-gallery-slider-wrap .swiper-button-prev::after {
  color: var(--white);
  font-size: 14px;
}

.tour-gallery-slider-wrap .swiper-button-next {
  right: 0;
}

.tour-gallery-slider-wrap .swiper-button-prev {
  left: 0;
}

/* accordion */
.accordion {
  border: 2px solid #AEAFB1;
  background: #FFF;
}

.accordion li {
  list-style: none;
}

.accordion li:first-child .accordion-toggle {
  border-top: none;
}

.accordion .accordion-toggle {
  cursor: pointer;
  display: block;
  padding: 15px 15px 15px 20px;
  font-size: 18px;
  font-weight: 700;
  border-top: 2px solid #CCC;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-transform: uppercase;
  color: var(--black-color);
  overflow: hidden;
}

.accordion .accordion-toggle::before {
  display: block;
  position: absolute;
  content: "";
  height: 20px;
  width: 2px;
  background: var(--black-color);
  right: 20px;
  top: 18px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion .accordion-toggle::after {
  display: block;
  position: absolute;
  content: "";
  width: 20px;
  height: 2px;
  background: var(--black-color);
  right: 11px;
  top: 27px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.accordion .accordion-toggle.new-show::before {
  /* transform: rotate(45deg); */
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  opacity: 0;
  /* top: -20px; */
  /* scale: 0; */
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.accordion-inner {
  padding: 15px 15px 15px 20px;
  margin: 0;
  display: none;
}

.itinerary-time {
  width: 115px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  vertical-align: top;
}

.itinerary-detail {
  width: 82%;
  width: calc(100% - 120px);
  width: -webkit-calc(100% - 120px);
  display: inline-block;
}

.accordion-inner li {
  margin-bottom: 15px;
}

.accordion-inner li:last-child {
  margin-bottom: 5px;
}

.tour-tab-faq-content .accordion .accordion-toggle {
  text-transform: inherit;
  border: none;
}

.tour-tab-faq-content .accordion {
  border: none;
}

.tour-tab-faq-content .accordion > li {
  margin-bottom: 15px;
  border: 1px solid rgba(174, 175, 177, 0.3764705882);
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.1);
}

.tour-tab-faq-content .accordion-inner {
  padding-top: 4px;
  padding-bottom: 0;
}

.tab-content .package-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
}

.tab-content .package-post-wrapper .post {
  width: 48%;
  margin: 0 10px;
  width: calc(50% - 20px);
  width: -webkit-calc(50% - 20px);
}

.tour-tab-faq-content {
  padding-bottom: 15px;
}

.tour-review-info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.tour-review-info ul li {
  list-style: none;
  width: 33.33%;
  text-align: center;
  padding: 0 15px;
}

.review-detail {
  position: relative;
  margin-bottom: 15px;
}

.review-count {
  color: #D7D7D8;
  font-size: 70px;
  font-weight: 800;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  top: -25px;
  left: 53%;
}

.review-detail .fa {
  font-size: 55px;
  color: var(--primary);
}

.review-text {
  font-size: 14px;
  text-transform: uppercase;
}

.tour-review-info {
  margin-bottom: 20px;
}

.tour-comment-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tour-comment-author {
  width: 90px;
  height: 90px;
  float: left;
  margin: 0 20px 0 0;
}

.tour-comment-body {
  width: 84%;
  width: calc(100% - 110px);
  width: -webkit-calc(100% - 110px);
  float: right;
}

.commenter-name {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.comment-rating {
  display: block;
  color: var(--secondary);
  margin: 0 0 5px;
}

.tour-comment-item .comment-content {
  margin-top: 5px;
  width: 100%;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  margin-bottom: 0;
  position: static;
}

.comment-content p {
  font-size: 15px;
  margin-bottom: 15px;
  width: 100%;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.comment-content p.stars {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.comment-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.comment-author .fn a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.comment-content p:last-child {
  margin-bottom: 10px;
}

.widget .wp-block-heading,
.widget_search .wp-block-search__label {
  font-size: 22px;
  margin-bottom: 10px;
}

.widget ul li {
  list-style: none;
}

.widget ul li a,
.widget a {
  color: var(--text-color);
}

.widget ul li a:hover,
.widget a:hover {
  color: var(--secondary);
}

.wp-block-search .wp-block-search__inside-wrapper button {
  margin: 0;
  border-radius: 0 5px 5px 0;
  border-color: var(--primary);
  background: var(--primary);
  color: var(--white);
  height: 50px;
}

.wp-block-search .wp-block-search__inside-wrapper button:hover {
  border-color: var(--secondary);
  background: var(--secondary);
}

.wp-block-search .wp-block-search__inside-wrapper input {
  border-radius: 5px 0 0 5px;
  border-color: var(--primary);
  padding: 10px;
}

.wpcf7 input[type=submit] {
  background: var(--primary);
  width: 100%;
  height: 50px;
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
}

.wpcf7 input[type=submit]:hover {
  background: var(--secondary);
}

.error-404.not-found {
  text-align: center;
  background: url("https://dev.rigorousweb.com/demo/mountainnepal/wp-content/themes/mountain-nepal/assets/build/images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  padding: 200px 0 150px;
  min-height: 70vh;
}

.error-404.not-found::before {
  position: absolute;
  display: block;
  content: "";
  background: #000;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.5;
}

.error-404-wrapper {
  position: relative;
  z-index: 9;
}

.error-404-wrapper .page-header .page-title {
  font-size: 190px;
  color: var(--white);
  line-height: 1;
}

.error-404-wrapper p {
  font-size: 24px;
  color: var(--white);
}

.error-404-wrapper .search-form input {
  height: 45px;
  padding: 11px;
}

.error-404-wrapper .search-form {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-form input {
  height: 45px;
  padding: 11px;
  border: 2px solid var(--primary);
}

.search-form input[type=submit] {
  background: var(--primary);
  border: 2px solid var(--primary);
  color: var(--white);
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  -moz-border-radius: 0 5px 5px 0;
  -ms-border-radius: 0 5px 5px 0;
  -o-border-radius: 0 5px 5px 0;
}

.error-404-wrapper .search-form input[type=search] {
  border-radius: 5px 0 0 5px;
}

.error404 .featured-slider-section {
  display: none;
}

.booking_price-tail {
  font-size: 20px;
  font-weight: 700;
  margin-left: 5px;
}

#site-content .content-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#site-content .site-main {
  width: 70%;
  padding-right: 30px;
}

#site-content .widget-area {
  width: 30%;
}

.search-post-wrapper,
.archive-post-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px;
}

.search-post-wrapper article,
.archive-post-wrapper article {
  width: 50%;
  padding: 0 15px;
}

.page-header {
  margin-bottom: 40px;
}

.page-header .page-title {
  font-size: 36px;
  line-height: 1;
}

article .entry-header .entry-title {
  font-size: 24px;
}

.widget .enquiry-form {
  padding-top: 15px;
}

.site-content:not(.home .site-content) {
  padding-top: 120px;
}

.entry-header .entry-meta {
  padding-bottom: 5px;
}

.widget.widget_tour_booking {
  padding: 15px;
  background: var(--white);
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.widget_book_with_us {
  background: #F5F5F5;
  padding: 15px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
          box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#secondary .widget ul li {
  margin-bottom: 10px;
}

#secondary .widget ul li:last-child,
#secondary .widget ul {
  margin-bottom: 0;
}

.widget_book_with_us ul {
  padding-left: 15px;
}

.widget_book_with_us ul li {
  margin-bottom: 10px;
  list-style: disc;
}

.page-title-wrap {
  padding: 150px 0;
  text-align: center;
}

.page-title-wrap .page-title {
  font-size: 48px;
  text-transform: uppercase;
  color: var(--white);
}

.contact-info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.contact-info-item {
  width: 33.33%;
  text-align: center;
  padding: 0 15px;
}

.contact-info-item .featured-image {
  margin-bottom: 30px;
}

.contact-info-item .featured-image i {
  font-size: 35px;
}

.contact-info-item .entry-title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-info-item p {
  margin-bottom: 10px;
}

.contact-form-section {
  background: url("https://dev.rigorousweb.com/demo/mountainnepal/wp-content/themes/mountain-nepal/assets/build/images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.contact-form-section::before {
  position: absolute;
  display: block;
  content: "";
  background: #fff;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.88;
}

.contact-form-section .container {
  position: relative;
  z-index: 2;
}

.contact-form-section .wpcf7 {
  max-width: 700px;
  margin: 0 auto;
  padding-top: 30px;
}

.contact-form-section .wpcf7 input {
  width: 100%;
}

.map-location iframe {
  width: 100%;
}

.site-main > section.contact-map-section {
  padding: 0;
}

/* footer start from here */
.site-footer .widget .wp-block-heading {
  color: var(--white);
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}

.site-footer :where(*) {
  color: var(--white);
}

.site-footer ul li {
  list-style: none;
}

.site-footer .widget-area ul li {
  margin-bottom: 10px;
}

.site-footer ul li a:hover,
.site-footer ul li a:hover span,
.site-footer a:hover {
  color: var(--primary);
}

.mc4wp-form input {
  width: 100%;
  padding: 11px;
  border-radius: 4px;
  border: 1px solid #D9DFEC;
  background: #E9EFFB;
  color: var(--text-color);
  opacity: 1;
}

.mc4wp-form input[type=submit] {
  background: var(--primary);
  border: 1px solid #429FBD;
  line-height: 1.5;
  color: var(--white);
  cursor: pointer;
}

input :-ms-input-placeholder {
  opacity: 1;
}

.site-footer .site-info {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-footer {
  background: url("https://dev.rigorousweb.com/demo/mountainnepal/wp-content/themes/mountain-nepal/assets/build/images/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}

.site-footer::before {
  position: absolute;
  display: block;
  content: "";
  background: #052859;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0.88;
}

.site-footer > * {
  position: relative;
  z-index: 2;
}

.site-footer .widget,
.site-footer .wp-block-image,
.site-footer .wp-block-social-links,
.site-footer .wp-block-columns {
  margin-bottom: 0;
}

.site-footer .footer-widget-area {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}

.site-footer .footer-widget-area__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 60px 0 40px 0;
}

/* single page */
.site-content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 50px 0;
}

.site-content .row #primary {
  width: 70%;
  padding-right: 15px;
}

.site-content .row #secondary {
  width: 30%;
  padding-left: 15px;
}

.post .entry-meta a:has(.entry-date)::before {
  position: absolute;
  /* content: '\f073'; */
  font-family: "FontAwesome";
}

.hentry,
.comments-area {
  padding: 15px;
  -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
          box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.hentry {
  margin-bottom: 20px;
}

.sticky-wrap {
  position: sticky;
  top: 20px;
}

section.no-results {
  padding: 0;
}

.archive .page-header,
section.no-results .page-header {
  margin-bottom: 0;
}

.sticky-wrap .wp-block-image {
  max-width: 300px;
  margin: auto;
}

#comments .comment-body {
  padding-left: 70px;
  position: relative;
  margin-bottom: 20px;
}

#comments .comment-body .comment-author > img {
  position: absolute;
  left: 0;
  top: 6px;
  width: 60px;
}

#comments .comment-body .reply a {
  padding: 4px 15px 4px 15px;
  border-radius: 5px;
  background: var(--primary);
  display: inline-block;
  color: #fff;
  font-size: 13px;
}

#comments .comment-body .reply a:hover {
  background: var(--secondary);
}

.rating-container:hover > input + label:hover ~ label::before,
.rating-container:hover > input + label:hover::before,
.star-ratings-top {
  color: var(--secondary);
}

.comments-area {
  margin-bottom: 30px;
}

.tour-comment-author img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.comment-list .stars .dashicons::before {
  color: var(--secondary);
}

.wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 700px;
  margin: 0 auto;
}

.wpcf7-form > p {
  width: 100%;
}

.wpcf7-form > p.half-colume-left,
.wpcf7-form > p.half-colume-right {
  width: 50%;
}

.wpcf7-form > p.half-colume-left > br,
.wpcf7-form > p.half-colume-right > br {
  display: none;
}

.half-colume-left {
  padding-right: 8px;
}

.half-colume-right {
  padding-left: 8px;
}

#secondary .widget ul {
  margin-left: 0;
}

.recommended-tour-section.layout-two .post-wrapper .post .post-content {
  bottom: 0;
  left: 15px;
  right: 15px;
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: 100%;
  top: 0;
}

.recommended-tour-section.layout-two .post .entry-meta {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 15px;
}

.recommended-tour-section.layout-two .post .entry-header {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.recommended-tour-section.layout-two .post:hover .entry-header {
  bottom: 60%;
}

.recommended-tour-section.layout-two .post-wrapper .post .entry-content {
  position: absolute;
  max-width: 100%;
  bottom: -100%;
}

.recommended-tour-section.layout-two .post-wrapper .post:hover .entry-content {
  bottom: 20%;
}

.recommended-tour-section.layout-two .post .entry-header {
  position: absolute;
  bottom: 8%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recommended-tour-section.layout-two .post:hover .entry-header {
  bottom: 60%;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recommended-tour-section.layout-two .post-wrapper .post .entry-content {
  position: absolute;
  max-width: 100%;
  bottom: -100%;
  text-align: center;
}

.recommended-tour-section.layout-two .post-wrapper .post .entry-content p {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.recommended-tour-section.layout-two .post-wrapper .post:hover .entry-content {
  bottom: 25%;
}

.recommended-tour-section.layout-two .post .featured-image::before {
  opacity: 0.95;
}

.recommended-tour-section.layout-two .post:hover .featured-image::before {
  opacity: 1;
}

.wp-block-pullquote {
  padding: 2em 0;
}

.single-tour .post .entry-meta a {
  padding-left: 0;
}

.blog .post-thumbnail,
.search .post-thumbnail,
.archive .post-thumbnail,
.archive .tour .featured-image {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.blog .post-thumbnail,
.search .post-thumbnail,
.archive .post-thumbnail img,
.archive .tour .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  /* or contain, based on need */
}

.archive .tour .featured-image {
  margin-bottom: 14px;
}

.archive .tour h2 {
  font-size: 26px;
}

.tour-quick-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px 12px;
}

.archive .tour .entry-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}

.archive .tour .entry-meta img {
  max-width: 30px;
}

.wp-block-list {
  margin-left: 30px;
}

.wp-block-table td,
.wp-block-table th {
  padding: 1em;
}

.goto-whatsapp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.goto-whatsapp p {
  margin-bottom: 0;
}

.goto-whatsapp .icon {
  line-height: 0;
}

.goto-whatsapp a {
  width: 35px;
  height: 35px;
  display: inline-block;
  position: relative;
  background: var(--success-color);
  border-radius: 50%;
  line-height: 48px;
  text-align: center;
  color: var(--white);
}

.goto-whatsapp a:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.goto-whatsapp a svg {
  fill: white;
}

.single-tour-template-wrapper .package-post-wrapper .post {
  margin: 0 10px 20px 10px;
}

.single-tour-template-wrapper article .entry-header .entry-title {
  font-size: 22px;
  text-transform: none;
}

.wp-block-table .has-fixed-layout {
  table-layout: auto;
}

.wp-block-table .has-fixed-layout td,
.wp-block-table .has-fixed-layout th {
  word-break: auto-phrase;
}

.widget_polylang select {
  border: 1px solid #ccc;
  background: var(--light-grey-color);
  padding: 11px;
  border-radius: 4px;
  padding-left: 30px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: 7px center;
  background-image: url(../images/search-icon.png);
  font-size: 14px;
}

.post-navigation div[class*=nav-] a {
  background: var(--primary);
  color: var(--white);
  padding: 10px;
  border-radius: 4px;
}

.post-navigation div[class*=nav-] a:hover {
  background: var(--secondary);
}

.site-header-group > .container {
  width: 100%;
  left: 0;
  right: 0;
  max-width: 100%;
  border-radius: 0;
}

.site-header-wrap {
  max-width: 1380px;
  margin: 0 auto;
}

.wpcf7-form-control-wrap[data-name=your-number] input {
  width: 100%;
}

.site-header-group > .container {
  background: -webkit-gradient(linear, left top, left bottom, from(rgb(255, 255, 255)), color-stop(50%, rgba(255, 255, 255, 0.8)), color-stop(98%, rgba(255, 255, 255, 0))) !important;
  background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 98%) !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.wp-block-columns.team-content {
  max-width: 1380px;
  margin: 0 auto;
  padding: 0 15px;
}

.wp-block-columns.team-content {
  max-width: 1240px;
  margin: 0 auto;
  padding: 10px 15px 30px;
  gap: 0;
}

.wp-block-columns.team-content > .wp-block-column:first-child {
  min-width: 30%;
}

.wp-block-columns.team-content > .wp-block-column:last-child {
  min-width: 70%;
  padding-left: 30px;
}

.itinerary-time {
  display: none;
}

.itinerary-detail {
  width: 100%;
}

.wpcf7-spinner {
  display: none;
}

.accordion .accordion-toggle.new-show,
.accordion .accordion-toggle:hover {
  color: var(--primary);
}

.accordion .accordion-toggle:focus {
  outline: none;
}

/**
* Livechat
*/
.chaty-widget {
  right: 0 !important;
  left: 0 !important;
  width: 54px;
  margin: auto;
}

.chaty-widget .chaty-cta-main .chaty-cta-button::before {
  position: absolute;
  display: block;
  content: "";
  height: 68px;
  width: 68px;
  background: #184d9a;
  left: -7px;
  top: -7px;
  border-radius: 100px;
  opacity: 0.3;
}

.chaty-widget .chaty-cta-main .chaty-cta-button::after {
  position: absolute;
  display: block;
  content: "";
  height: 44px;
  width: 44px;
  border: 1px solid #184d9a;
  left: 5px;
  top: 5px;
  border-radius: 100px;
  opacity: 0.5;
  -webkit-animation: widgetPulse infinite 1.8s;
          animation: widgetPulse infinite 1.8s;
  z-index: -1;
}
/*!**********************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js!./assets/src/css/responsive.css ***!
  \**********************************************************************************************************************************************************************************************/
@media only screen and (max-width: 1369px) {
  .featured-slider-section {
    height: 660px;
  }
}
@media only screen and (max-width: 1199px) {
  .menu-primary-menu-container {
    display: none;
  }
  .mean-container .meanmenu-reveal span,
  .mean-container .meanmenu-reveal span:before,
  .mean-container .meanmenu-reveal span:after {
    background: var(--secondary);
  }
  .main-navigation {
    width: unset;
  }
  .mean-container .meanmenu-reveal {
    right: 0 !important;
  }
  .site-header .site-header-right {
    padding-right: 60px;
  }
  .mean-container .mean-nav > ul {
    display: block;
    left: 0;
    top: 100%;
    border-radius: 10px;
    background: var(--primary);
  }
  .mean-container .mean-nav ul li a.mean-expand {
    background: var(--secondary);
    height: 30px;
    border-left: none;
  }
  .mean-container .mean-nav ul li a.mean-expand:hover {
    background: var(--secondary);
  }
  .main-navigation ul li.menu-item-has-children > a::before {
    display: none;
  }
  .main-navigation ul ul {
    -webkit-transform: none;
            transform: none;
    -webkit-transform-origin: unset;
            transform-origin: unset;
    -webkit-transition: none;
    transition: none;
    position: static;
    background: none;
    min-width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-navigation li li {
    border-bottom: none;
  }
  .main-navigation ul li:hover ul {
    -webkit-transform: none;
            transform: none;
  }
  .mean-container .mean-nav ul li a.mean-expand::before {
    content: "\f107";
    font-family: "FontAwesome";
    display: block;
    opacity: 1;
    margin: auto;
    background: none;
    font-size: 16px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: auto;
    right: unset;
    bottom: unset;
    -webkit-transition: none;
    transition: none;
    color: var(--white);
  }
  .site-header ul li:hover a {
    color: var(--white);
  }
  .main-navigation ul li a,
  .mean-container .mean-nav ul li a.mean-expand {
    z-index: unset;
  }
  .slider-title {
    font-size: 48px;
  }
  .slider-subtitle {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1023px) {
  .featured-slider-section {
    height: 600px;
  }
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    width: 45px;
    height: 45px;
  }
  .home-aboutus-experiance li h3 span {
    font-size: 50px;
  }
  .home-aboutus-experiance li h3 {
    font-size: 30px;
  }
  .home-aboutus-experiance ul li {
    width: 33.33%;
  }
  .home-aboutus-experiance li > span {
    font-size: 20px;
  }
  .site-footer .footer-widget-area__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 992px) {
  .entry-header.heading .entry-title {
    font-size: 30px;
  }
  .slider-title {
    font-size: 40px;
  }
  .site-main > section {
    padding: 60px 0;
  }
  .slider-subtitle {
    font-size: 24px;
  }
  .slider-title {
    font-size: 44px;
  }
  .hero-slider .swiper-button-prev,
  .hero-slider .swiper-button-next {
    width: 42px;
    height: 42px;
  }
  .featured-slider-section .swiper-button-next::after,
  .featured-slider-section .swiper-button-prev::after {
    font-size: 20px;
  }
  .featured-slider-section .slider-text-wrap {
    width: 100%;
    max-width: 80%;
  }
  .home-aboutus-wrapper {
    width: 360px;
  }
  .home-aboutus-content-wrapper {
    width: 51%;
    width: calc(100% - 360px);
    width: -webkit-calc(100% - 360px);
  }
  .home-aboutus-experiance ul li {
    width: 50%;
    padding-bottom: 10px;
  }
  .home-aboutus-experiance li h3 {
    font-size: 26px;
  }
  .home-aboutus-experiance li h3 span {
    font-size: 42px;
  }
  .recommended-tour-section .post-wrapper {
    margin-bottom: 10px;
  }
  .recommended-tour-section .post-wrapper .post {
    width: 33.33%;
    margin-bottom: 10px;
  }
  .package-post-wrapper .post,
  .blog-section .post-wrapper .post {
    width: 47%;
    width: calc(50% - 20px);
    width: -webkit-calc(50% - 20px);
  }
  .reviews-image-wrapper {
    width: 360px;
  }
  .reviews-content-wrapper {
    width: 51%;
    width: calc(100% - 360px);
    width: -webkit-calc(100% - 360px);
  }
  .site-content .row #primary,
  .tour-content-wrap {
    width: 65%;
  }
  .site-content .row #secondary,
  .tour-sidebar-wrap {
    width: 35%;
  }
  .tour-header-wrap .post-thumbnail {
    height: 80vh;
  }
}
@media only screen and (max-width: 767px) {
  .site-main > section {
    padding: 40px 0;
  }
  .page-header .page-title {
    font-size: 32px;
  }
  h2 {
    font-size: 28px;
  }
  .slider-title {
    font-size: 36px;
  }
  .slider-subtitle {
    font-size: 20px;
  }
  .site-header .site-branding {
    width: 90px;
  }
  .site-header .site-header-right {
    width: 82%;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
  }
  .header-btn-wrap li a.header-lang {
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  article .entry-header .entry-title {
    font-size: 22px;
  }
  .tour-search-wrap ul li {
    width: 33.33%;
  }
  .tour-search-wrap ul li:has(.tour-search-btn) {
    width: 100%;
    margin-top: 14px;
  }
  .tour-search-btn {
    padding: 10px;
  }
  .home-aboutus-wrapper,
  .home-aboutus-content-wrapper {
    width: 100%;
  }
  .home-aboutus-content-wrapper {
    padding-top: 30px;
    padding-left: 0;
  }
  .home-aboutus-experiance li h3 {
    font-size: 24px;
  }
  .home-aboutus-experiance li h3 span {
    font-size: 34px;
  }
  .recommended-tour-section .post-wrapper .post {
    width: 50%;
  }
  .site-footer .footer-widget-area__grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
  .site-footer .widget-area:not(:last-child) {
    padding-bottom: 30px;
  }
  .site-content .row {
    padding: 30px 0;
  }
  .site-content .row #primary,
  .tour-content-wrap {
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .site-content .row #secondary,
  .tour-sidebar-wrap {
    width: 100%;
    padding-left: 0;
  }
  .blog-section .post .entry-title {
    font-size: 20px;
  }
  .package-post-wrapper .post,
  .blog-section .post-wrapper .post {
    width: 100%;
  }
  .tour-header-wrap .post-thumbnail {
    height: 60vh;
  }
  .tour-header-wrap .entry-header {
    width: 80%;
    text-align: center;
  }
  .tour-header-wrap .entry-header .entry-title {
    font-size: 36px;
  }
  .tour-review-info ul li {
    text-align: left;
  }
  .review-count {
    left: 35%;
    font-size: 60px;
    top: -15px;
  }
  .reviews-image-wrapper {
    width: 100%;
    margin-bottom: 40px;
  }
  .reviews-content-wrapper {
    width: 100%;
    padding-left: 0;
  }
  .reviews-image-item .featured-image img,
  .reverse-reviews-image-item .featured-image img {
    width: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .site-main > section {
    padding: 30px 0;
  }
  .page-header .page-title {
    font-size: 28px;
  }
  h2 {
    font-size: 26px;
  }
  h3 {
    font-size: 22px;
  }
  .site-header .site-header-right {
    padding-right: 50px;
  }
  .header-btn-wrap ul li:last-child {
    display: none;
  }
  .entry-header.heading .entry-title {
    font-size: 26px;
  }
  .featured-slider-section {
    height: 550px;
  }
  .recommended-tour-section .post-wrapper .post {
    width: 100%;
  }
  .package-post-wrapper .post {
    width: 100%;
  }
  .promo-content-wrap {
    padding: 60px 30px;
  }
  .promo-content-wrap .entry-content h3 {
    font-size: 50px;
  }
  .why-with-us-image-wrapper {
    display: none;
  }
  .why-with-us-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .why-with-us-content-item {
    float: unset;
    width: 50%;
  }
  .why-with-us-content-item > figure {
    width: 40px;
  }
  .tab-content .package-post-wrapper {
    margin: 0;
  }
  .tab-content .package-post-wrapper .post {
    width: 100%;
    margin: 0;
  }
  .review-detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 0;
  }
  .review-count {
    position: static;
    font-size: 50px;
  }
  .tour-overview-information li img {
    max-width: 40px;
  }
  .wp-block-mountain-nepal-reviews {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }
  .header-widget-area > .widget_block > .wp-block-group > .wp-block-buttons {
    padding-left: 0 !important;
  }
  .widget_polylang select {
    background-position: center !important;
    font-size: 0;
    width: 28px;
    padding: 16px;
    background-size: 22px;
    -o-appearance: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
    display: block;
  }
  .comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: left;
  }
  .post-navigation div[class*=nav-] a {
    display: block;
  }
  .comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    margin-bottom: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .site-header .site-branding {
    width: 70px;
  }
  .site-header .site-header-right {
    width: 77%;
    width: calc(100% - 70px);
    width: -webkit-calc(100% - 70px);
  }
  .header-chat-wrap li a {
    height: 32px;
    width: 32px;
  }
  .header-chat-wrap li a svg {
    width: 20px;
  }
  .header-btn-wrap li a.header-lang {
    font-size: 14px;
    padding: 6px;
  }
  .header-btn-wrap li a.header-lang svg {
    width: 14px;
  }
  .mean-container .meanmenu-reveal span {
    width: 30px;
  }
  .tour-search-wrap ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .tour-search-wrap ul li:has(.tour-search-btn) {
    margin-top: 6px;
  }
  .site-main .featured-slider-section {
    height: 480px;
    margin-bottom: 200px;
    overflow: visible;
  }
  .tour-search-section {
    bottom: unset;
    top: 80%;
  }
  .tour-search-wrap ul {
    border-radius: 10px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
            box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  }
  .slider-title {
    font-size: 32px;
  }
  .entry-header.heading .entry-title {
    font-size: 24px;
  }
  .entry-header.heading .entry-subtitle {
    font-size: 18px;
  }
  .home-aboutus-experiance li h3 {
    font-size: 22px;
  }
  .home-aboutus-experiance li h3 span {
    font-size: 30px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 20px;
  }
  .promo-content-wrap {
    padding: 40px 20px;
  }
  .promo-content-wrap .entry-content h3 {
    font-size: 40px;
  }
  .why-with-us-content-item {
    width: 100%;
  }
  .box-btn {
    padding: 12px 36px 12px 13px;
  }
  .tour-header-wrap .post-thumbnail {
    height: 50vh;
  }
  .tour-header-wrap .entry-header .entry-title {
    font-size: 32px;
  }
  .tabs .tab-links li a {
    padding: 8px 16px;
  }
  .tour-overview-information ul li {
    width: 100%;
    padding: 8px 16px;
    background: #F0F0F0;
  }
  .tour-overview-information ul li:nth-child(2n+2) {
    border-left: none;
  }
  .tour-overview-information ul li:nth-child(2n+1) {
    border-right: none;
  }
  .tour-overview-information ul li:not(:last-child) {
    border-bottom: 1px solid #CFCFD0;
  }
  .tour-overview-information li img {
    max-width: 35px;
  }
  .tour-overview-activity li {
    width: 50%;
  }
  .sticky-wrap .wp-block-image {
    max-width: 200px;
  }
  .accordion-inner li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .itinerary-detail {
    width: 100%;
  }
  .accordion .accordion-toggle {
    padding: 12px 38px 12px 16px;
    font-size: 16px;
  }
  .accordion .accordion-toggle::before {
    height: 16px;
  }
  .accordion .accordion-toggle::after {
    width: 16px;
    right: 13px;
    top: 26px;
  }
  #comments .comment-body {
    padding-left: 50px;
  }
  #comments .comment-body .comment-author > img {
    width: 40px;
  }
  .header-widget-area > .widget_block > .wp-block-group > .wp-block-buttons {
    display: none;
  }
  .wpcf7-form > p.half-colume-left, .wpcf7-form > p.half-colume-right {
    width: 100%;
  }
  .half-colume-left {
    padding-right: 0;
  }
  .half-colume-right {
    padding-left: 0;
  }
}

/*# sourceMappingURL=main.css.map*/