@charset "UTF-8";
/*!
Theme Name: studiomatrix
Theme URI: http://underscores.me/
Author: Studio Matrix
Author URI: http://studiomatrix.com.np
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: studiomatrix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

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

/**
 * 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 {
  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;
  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 {
  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"] {
  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 {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #6E6D6D;
  font-family: 'Montserrat' , sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

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
--------------------------------------------- */
html,
body {
  overscroll-behavior: none; }

body {
  background: #fff; }

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

ul,
ol {
  margin: 0 0 1.5em 3em; }

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%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  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: 3px; }
  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: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.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: flex; }

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

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

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

.post,
.page {
  margin: 0 0 1.5em; }

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

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 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%; }

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

.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px; }

.h2 {
  margin: 0;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #262626; }

.h3 {
  margin: 0;
  font-family: 'Mansalva', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #00BFB8; }

.paragraph {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #6E6D6D;
  letter-spacing: 0;
  line-height: 26px; }

p {
  line-height: 26px; }

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

.flex-center {
  display: flex;
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.growing-effect {
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .growing-effect:hover {
    transform: scale(1.2); }

button {
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  button:hover {
    transform: scale(1.1); }

a:focus,
a.anchor:focus {
  outline: none; }

@media (min-width: 1025px) {
  .footer-top {
    margin-top: -400px; } }

.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px; }

.h2 {
  margin: 0;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #262626; }

.h3 {
  margin: 0;
  font-family: 'Mansalva', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #00BFB8; }

.paragraph {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #6E6D6D;
  letter-spacing: 0;
  line-height: 26px; }

p {
  line-height: 26px; }

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

.flex-center {
  display: flex;
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.growing-effect {
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .growing-effect:hover {
    transform: scale(1.2); }

button {
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  button:hover {
    transform: scale(1.1); }

a:focus,
a.anchor:focus {
  outline: none; }

@media (min-width: 1025px) {
  .footer-top {
    margin-top: -400px; } }

.entry-content {
  margin: 0; }

.post, .page {
  margin: 0; }

#sub-nav-bar .wrapper #menu-for-desktop .main-menu .sub-menu li a {
  padding: 10px; }

button {
  padding: 13px 22px !important;
  color: #FFFFFF !important;
  background-color: #262626 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  text-align: center !important;
  margin-top: 24px;
  cursor: pointer; }

/* For 3D Carousel */
.myCoverflow {
  width: 100%;
  max-width: 1400px;
  height: 500px;
  margin: 0 auto; }

.myCoverflow .swiper-slide {
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
  width: 370px;
  /* 👈 slide width */
  height: 411px;
  /* 👈 slide height */ }

.myCoverflow .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

/* 3D Carousel ends here */
/* FAQ Section */
.faq-wrapper {
  display: flex;
  gap: 30px; }

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

.faq-list li {
  margin-bottom: 10px; }

.faq-link {
  cursor: pointer;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  background: #f0f0f0;
  border-radius: 6px; }

.faq-link:hover {
  background: #ddd; }

.accordion-item {
  border-bottom: 1px solid #eee;
  margin-bottom: 10px; }

.accordion-header {
  cursor: pointer;
  padding: 10px;
  background: #fafafa; }

.accordion-body {
  padding: 10px;
  display: none; }

/* FAQ Section ends here */
/*menu section */
.main-menu {
  line-height: 45px; }

.main-menu,
.main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.main-menu li {
  position: relative; }

.main-menu li:last-child {
  margin-right: 0; }

.main-menu li:last-child svg {
  position: relative;
  top: 4px; }

.main-menu > li {
  display: inline-block;
  /* horizontal main menu */
  margin-right: 25px; }
  @media (max-width: 768px) {
    .main-menu > li {
      margin-right: 15px; } }

.main-menu li a {
  text-decoration: none;
  display: inline-flex;
  text-transform: uppercase;
  gap: 5px;
  align-items: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;
  color: #fff; }

/* Show submenu on hover */
.main-menu > li:hover > ul {
  display: block; }

/* Submenu hidden by default */
.main-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  /* below parent */
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  min-width: 290px;
  width: auto;
  z-index: 10; }

/* Sub-submenu styling (for multi-level) */
.main-menu ul ul {
  left: 100%;
  /* appear to the right */
  top: 0; }

.main-menu li.menu-item-has-children > a::after {
  content: url('data:image/svg+xml;utf8,<svg width="13" height="7" viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M7.80256 8.27668C7.61503 8.46415 7.36072 8.56947 7.09556 8.56947C6.83039 8.56947 6.57609 8.46415 6.38856 8.27668L0.731558 2.61968C0.636048 2.52743 0.559865 2.41709 0.507456 2.29508C0.455047 2.17308 0.427461 2.04186 0.426307 1.90908C0.425153 1.7763 0.450455 1.64462 0.500736 1.52173C0.551017 1.39883 0.62527 1.28718 0.719163 1.19328C0.813056 1.09939 0.924707 1.02514 1.0476 0.974857C1.1705 0.924576 1.30218 0.899275 1.43496 0.900428C1.56774 0.901582 1.69896 0.929168 1.82096 0.981577C1.94297 1.03399 2.05331 1.11017 2.14556 1.20568L7.09556 6.15568L12.0456 1.20568C12.2342 1.02352 12.4868 0.922726 12.749 0.925005C13.0112 0.927283 13.262 1.03245 13.4474 1.21786C13.6328 1.40327 13.738 1.65408 13.7402 1.91628C13.7425 2.17847 13.6417 2.43108 13.4596 2.61968L7.80256 8.27668Z" fill="white"/></svg>');
  /* down arrow */
  font-size: 0.7em;
  margin-left: 2px;
  margin-top: -2px; }

.main-menu ul.sub-menu {
  padding: 10px; }

.main-menu .menu-item li a {
  display: block;
  padding: 0 5px; }

.sub-menu .menu-item:hover > a {
  background-color: rgba(0, 0, 0, 0.7); }

/* Menu related Added Css */
.site-header {
  position: relative; }

/* Styles for Inner page banner */
.main-section .inner-page-banner-container {
  position: relative;
  height: 300px;
  /* height of the banner */ }

.main-section .inner-banner-text {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  font-family: 'Anton' , sans-serif;
  font-size: 70px;
  font-weight: 400;
  color: #fff; }
  @media (max-width: 800px) {
    .main-section .inner-banner-text {
      font-size: 50px; } }

/* Menu for Desktop */
#navigation-bar {
  position: relative;
  width: 100%;
  z-index: 999; }

#sub-nav-bar {
  position: relative;
  transition: top 0.4s ease; }
  #sub-nav-bar .wrapper {
    padding: 15px 0; }
    #sub-nav-bar .wrapper img.logo-white {
      display: block; }
    #sub-nav-bar .wrapper img.logo-black {
      display: none; }

/* Menu styles for Desktop */
#menu-for-desktop .main-menu li.menu-item-has-children > a::after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 7px;
  background-color: #fff;
  -webkit-mask: url('data:image/svg+xml;utf8,<svg width="13" height="7" viewBox="0 0 14 9" xmlns="http://www.w3.org/2000/svg"><path class="down-arrow" fill-rule="evenodd" clip-rule="evenodd" d="M7.80256 8.27668C7.61503 8.46415 7.36072 8.56947 7.09556 8.56947C6.83039 8.56947 6.57609 8.46415 6.38856 8.27668L0.731558 2.61968C0.636048 2.52743 0.559865 2.41709 0.507456 2.29508C0.455047 2.17308 0.427461 2.04186 0.426307 1.90908C0.425153 1.7763 0.450455 1.64462 0.500736 1.52173C0.551017 1.39883 0.62527 1.28718 0.719163 1.19328C0.813056 1.09939 0.924707 1.02514 1.0476 0.974857C1.1705 0.924576 1.30218 0.899275 1.43496 0.900428C1.56774 0.901582 1.69896 0.929168 1.82096 0.981577C1.94297 1.03399 2.05331 1.11017 2.14556 1.20568L7.09556 6.15568L12.0456 1.20568C12.2342 1.02352 12.4868 0.922726 12.749 0.925005C13.0112 0.927283 13.262 1.03245 13.4474 1.21786C13.6328 1.40327 13.738 1.65408 13.7402 1.91628C13.7425 2.17847 13.6417 2.43108 13.4596 2.61968L7.80256 8.27668Z"/></svg>') no-repeat center;
  -webkit-mask-size: contain;
  mask: url('data:image/svg+xml;utf8,<svg width="13" height="7" viewBox="0 0 14 9" xmlns="http://www.w3.org/2000/svg"><path class="down-arrow" fill-rule="evenodd" clip-rule="evenodd" d="M7.80256 8.27668C7.61503 8.46415 7.36072 8.56947 7.09556 8.56947C6.83039 8.56947 6.57609 8.46415 6.38856 8.27668L0.731558 2.61968C0.636048 2.52743 0.559865 2.41709 0.507456 2.29508C0.455047 2.17308 0.427461 2.04186 0.426307 1.90908C0.425153 1.7763 0.450455 1.64462 0.500736 1.52173C0.551017 1.39883 0.62527 1.28718 0.719163 1.19328C0.813056 1.09939 0.924707 1.02514 1.0476 0.974857C1.1705 0.924576 1.30218 0.899275 1.43496 0.900428C1.56774 0.901582 1.69896 0.929168 1.82096 0.981577C1.94297 1.03399 2.05331 1.11017 2.14556 1.20568L7.09556 6.15568L12.0456 1.20568C12.2342 1.02352 12.4868 0.922726 12.749 0.925005C13.0112 0.927283 13.262 1.03245 13.4474 1.21786C13.6328 1.40327 13.738 1.65408 13.7402 1.91628C13.7425 2.17847 13.6417 2.43108 13.4596 2.61968L7.80256 8.27668Z"/></svg>') no-repeat center;
  mask-size: contain; }

#menu-for-desktop .main-menu .search-item-path {
  fill: #fff; }

/* After scroll */
#sub-nav-bar.scrolled {
  position: fixed;
  top: 0;
  width: 100%;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); }
  #sub-nav-bar.scrolled .wrapper {
    padding: 8px 0; }
    #sub-nav-bar.scrolled .wrapper img.logo-black {
      display: block; }
    #sub-nav-bar.scrolled .wrapper img.logo-white {
      display: none; }
    #sub-nav-bar.scrolled .wrapper #menu-for-desktop .main-menu li a {
      color: #000; }
    #sub-nav-bar.scrolled .wrapper #menu-for-desktop .main-menu li.menu-item-has-children > a::after {
      background-color: #262626; }
    #sub-nav-bar.scrolled .wrapper #menu-for-desktop .main-menu .sub-menu li a {
      color: #fff;
      padding: 10px; }
    #sub-nav-bar.scrolled .wrapper #menu-for-desktop .main-menu .search-item-path {
      fill: #262626; }

/* Menu for Mobile */
#menu-for-mobile .hamburger {
  font-size: 1rem !important;
  color: white;
  cursor: pointer;
  border: 1px solid #fff;
  display: none;
  margin-top: 0;
  padding: 8px 12px !important; }

#menu-for-mobile .menu-overlay {
  position: fixed;
  top: 0;
  /* height of your header */
  left: 0;
  width: 100%;
  height: 100%;
  /* fill rest of the page below header */
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 900; }
  #menu-for-mobile .menu-overlay.active {
    opacity: 1;
    visibility: visible; }

#menu-for-mobile .mobile-nav {
  position: fixed;
  top: 0;
  right: 0;
  /* stay in place */
  width: 325px;
  height: 100%;
  background: #fff;
  color: white;
  z-index: 1000;
  /* start hidden off-screen */
  transform: translateX(100%);
  opacity: 1;
  transition: transform 0.5s ease, opacity 0.5s ease; }
  #menu-for-mobile .mobile-nav li > ul {
    margin-left: 0; }
  #menu-for-mobile .mobile-nav.open {
    transform: translateX(0);
    opacity: 1; }
  #menu-for-mobile .mobile-nav .menu {
    list-style: none;
    padding-inline-start: 0;
    margin: 0 !important; }
    #menu-for-mobile .mobile-nav .menu a {
      color: #6E6D6D;
      text-decoration: none;
      display: block;
      padding: 10px;
      font-weight: bold;
      font-size: 18px;
      position: relative; }
    #menu-for-mobile .mobile-nav .menu a:link,
    #menu-for-mobile .mobile-nav .menu a:hover,
    #menu-for-mobile .mobile-nav .menu a:visited {
      color: #6E6D6D;
      text-decoration: none;
      display: block;
      padding: 10px;
      font-weight: bold;
      font-size: 18px;
      position: relative;
      background-color: #fff; }
  #menu-for-mobile .mobile-nav .submenu {
    display: none;
    list-style: none;
    padding-left: 0; }
    #menu-for-mobile .mobile-nav .submenu li a {
      padding-left: 25px !important; }
  #menu-for-mobile .mobile-nav li.has-submenu > a::after {
    content: '';
    width: 28px;
    height: 28px;
    background-color: #6E6D6D;
    -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 6l6 6-6 6'/></svg>") no-repeat center;
    -webkit-mask-size: contain;
    mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M9 6l6 6-6 6'/></svg>") no-repeat center;
    mask-size: contain;
    position: absolute;
    /*top: 16px;*/
    right: 10px;
    transform-origin: 50% 50%;
    /* rotate around center */
    transition: transform 260ms cubic-bezier(0.4, 0, 0.2, 1);
    /* smooth material-like timing */
    will-change: transform; }
  #menu-for-mobile .mobile-nav li.has-submenu.open > a::after {
    transform: rotate(90deg); }
  #menu-for-mobile .mobile-nav .has-submenu.open > .submenu {
    display: block; }
  #menu-for-mobile .mobile-nav li.search-item {
    display: none; }
  #menu-for-mobile .mobile-nav .menu-block {
    display: flex;
    /*align-items: center;*/
    padding: 10px;
    width: 100%;
    justify-content: space-between; }
  #menu-for-mobile .mobile-nav #menu-close {
    padding: 5px; }

/*menu section ends here */
/* header section */
.main-section .nav-bar {
  border-bottom: 1px solid #ffffff; }
  .main-section .nav-bar .wrapper {
    padding: 15px 0; }
    .main-section .nav-bar .wrapper .contact-us {
      gap: 30px; }
      @media (max-width: 430px) {
        .main-section .nav-bar .wrapper .contact-us {
          gap: 20px; } }
      .main-section .nav-bar .wrapper .contact-us .header-contact-us {
        margin: 0; }
        .main-section .nav-bar .wrapper .contact-us .header-contact-us a {
          color: #FFFFFF;
          gap: 10px;
          margin: 0;
          font-size: 15px;
          line-height: 23px;
          font-weight: 500;
          font-family: 'Montserrat', sans-serif;
          text-decoration: none;
          display: flex;
          align-items: center; }
          .main-section .nav-bar .wrapper .contact-us .header-contact-us a span {
            position: relative;
            transition: color 0.3s ease; }
            .main-section .nav-bar .wrapper .contact-us .header-contact-us a span:hover {
              color: #00BFB8; }
    .main-section .nav-bar .wrapper .social-media-logo {
      gap: 25px; }
      .main-section .nav-bar .wrapper .social-media-logo a {
        display: flex;
        align-items: center; }

.main-section .wrapper {
  padding: 15px 0; }
  .main-section .wrapper .sub-nav-bar .logo img {
    width: 90.77px;
    height: 60.49px; }
  .main-section .wrapper .sub-nav-bar .navigation {
    gap: 30px; }
    .main-section .wrapper .sub-nav-bar .navigation .nav-list {
      gap: 5px;
      color: #ffffff; }
      .main-section .wrapper .sub-nav-bar .navigation .nav-list .main-menu > li:not(:nth-child(3)) > a:hover {
        color: #00BFB8 !important; }
      .main-section .wrapper .sub-nav-bar .navigation .nav-list .main-menu .submenu a:hover {
        color: #00BFB8 !important; }
      .main-section .wrapper .sub-nav-bar .navigation .nav-list .list-names {
        margin: 0;
        font-size: 16px;
        line-height: 24px;
        font-weight: 600;
        font-family: 'Montserrat', sans-serif; }

.main-section .banner-text {
  color: #fff; }
  .main-section .banner-text .banner-container {
    padding: 198px 0; }
    .main-section .banner-text .banner-container h1 {
      font-size: 74px;
      max-width: 500px;
      font-weight: 400;
      line-height: 94px;
      letter-spacing: 0.01em;
      font-family: 'Anton', sans-serif;
      margin: 0; }
      @media (max-width: 430px) {
        .main-section .banner-text .banner-container h1 {
          font-size: 42px;
          line-height: normal; } }
    .main-section .banner-text .banner-container p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-style: normal;
      font-size: 24px;
      line-height: 100%;
      margin: 15px 0; }
      @media (max-width: 430px) {
        .main-section .banner-text .banner-container p {
          font-size: 18px; } }
    .main-section .banner-text .banner-container a {
      display: inline-block;
      margin-top: 39px;
      padding: 13px 22px;
      background-color: #FFFFFF;
      color: #262626;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      line-height: 100%;
      text-decoration: none; }

.banner-background {
  background-size: cover;
  position: relative; }
  .banner-background .banner-background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: inherit;
    background-position: inherit;
    background-repeat: inherit;
    filter: brightness(70%);
    z-index: 0; }
  .banner-background .banner-background > * {
    position: relative;
    z-index: 1; }
  .banner-background .banner-bottom-image {
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2; }

/*header section ends here */
/*front page section */
.about-trail-himalayas {
  background-image: url("./assets/images/mountain.png");
  background-size: 705px auto;
  background-repeat: no-repeat;
  background-position: right top;
  position: relative;
  margin: 50px 0; }
  @media (max-width: 768px) {
    .about-trail-himalayas {
      margin: 30px 0; } }
  .about-trail-himalayas .wrapper .display-flex {
    position: relative;
    padding: 50px 0; }
    @media (max-width: 768px) {
      .about-trail-himalayas .wrapper .display-flex {
        padding: 0; } }
    .about-trail-himalayas .wrapper .display-flex .trail-section-left {
      max-width: 400px; }
      @media (max-width: 768px) {
        .about-trail-himalayas .wrapper .display-flex .trail-section-left {
          max-width: unset; } }
      .about-trail-himalayas .wrapper .display-flex .trail-section-left .h2 {
        font-size: 42px;
        line-height: 58px;
        margin-top: 15px; }
      .about-trail-himalayas .wrapper .display-flex .trail-section-left p {
        margin: 15px 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #6E6D6D; }
    .about-trail-himalayas .wrapper .display-flex .trail-section-right {
      max-width: 300px;
      top: 65px; }
      @media (max-width: 768px) {
        .about-trail-himalayas .wrapper .display-flex .trail-section-right {
          max-width: none;
          margin-top: 30px; } }
      .about-trail-himalayas .wrapper .display-flex .trail-section-right > * {
        position: relative;
        z-index: 1; }
      .about-trail-himalayas .wrapper .display-flex .trail-section-right .trail-right-content {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        color: #5C5A5A; }
      .about-trail-himalayas .wrapper .display-flex .trail-section-right h4 {
        margin: 20px 0;
        font-family: 'Anton', sans-serif;
        font-weight: 400;
        font-size: 22px;
        line-height: 32px;
        letter-spacing: 0.01em;
        color: #262626; }
      .about-trail-himalayas .wrapper .display-flex .trail-section-right a,
      .about-trail-himalayas .wrapper .display-flex .trail-section-right a.anchor {
        font-family: 'Montserrat', sans-serif !important;
        font-weight: 600 !important;
        font-size: 16px !important;
        line-height: 26px;
        color: #262626;
        margin-top: 6px;
        text-decoration: none;
        position: relative; }
        .about-trail-himalayas .wrapper .display-flex .trail-section-right a:hover,
        .about-trail-himalayas .wrapper .display-flex .trail-section-right a.anchor:hover {
          color: #00BFB8; }
  .about-trail-himalayas .wrapper .about-trail-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
    @media (max-width: 1300px) {
      .about-trail-himalayas .wrapper .about-trail-image {
        left: 54%; } }
  .about-trail-himalayas .wrapper .about-trail-image img {
    max-width: 452px;
    height: auto;
    display: block; }
    @media (max-width: 1230px) {
      .about-trail-himalayas .wrapper .about-trail-image img {
        display: none; } }

.founder-section {
  background-image: linear-gradient(rgba(246, 255, 255, 0.85), rgba(246, 255, 255, 0.85)), url("./assets/images/teal-background.png");
  background-size: cover;
  background-repeat: no-repeat; }
  .founder-section .wrapper .founder-container {
    display: flex;
    align-items: center;
    gap: 30px; }
    @media (min-width: 801px) {
      .founder-section .wrapper .founder-container {
        padding: 50px 0; } }
    @media (max-width: 768px) {
      .founder-section .wrapper .founder-container {
        flex-wrap: wrap; } }
    .founder-section .wrapper .founder-container .founder-image img {
      width: 100%;
      max-width: 495px;
      aspect-ratio: 1 / 1;
      object-fit: cover;
      opacity: 1;
      display: block;
      transform: scaleX(-1);
      transform-origin: center; }
      @media (max-width: 1024px) {
        .founder-section .wrapper .founder-container .founder-image img {
          max-width: unset; } }
    .founder-section .wrapper .founder-container .founder-detail-section {
      max-width: 620px; }
      @media (max-width: 1024px) {
        .founder-section .wrapper .founder-container .founder-detail-section {
          max-width: unset; } }
      .founder-section .wrapper .founder-container .founder-detail-section .h2 {
        font-size: 28px;
        line-height: 43px;
        margin-top: 15px; }
        .founder-section .wrapper .founder-container .founder-detail-section .h2 .green-text {
          color: #00BFB8; }
      .founder-section .wrapper .founder-container .founder-detail-section .paragraph {
        margin: 10px 0;
        font-size: 16px;
        color: #6E6D6D; }
      .founder-section .wrapper .founder-container .founder-detail-section .media-links {
        margin-top: 15px;
        display: flex;
        align-items: center;
        gap: 12px; }
        .founder-section .wrapper .founder-container .founder-detail-section .media-links span {
          font-family: 'Montserrat', sans-serif;
          font-weight: 600;
          font-size: 18px;
          line-height: 1;
          color: #262626;
          display: flex; }
        .founder-section .wrapper .founder-container .founder-detail-section .media-links a, .founder-section .wrapper .founder-container .founder-detail-section .media-links i {
          display: flex;
          align-items: center; }
        .founder-section .wrapper .founder-container .founder-detail-section .media-links a {
          transition: transform 0.3s ease; }
          .founder-section .wrapper .founder-container .founder-detail-section .media-links a:hover {
            transform: scale(1.2); }

/*common-function section */
.background-image {
  position: relative; }
  .background-image .wrapper {
    margin: 20px auto !important; }
    .background-image .wrapper .mountain-bg {
      position: absolute;
      right: 0;
      top: 40px;
      z-index: 0; }
      .background-image .wrapper .mountain-bg img {
        width: 100%;
        height: auto;
        display: block; }
    .background-image .wrapper .mtb-destinations-block {
      text-align: center;
      padding: 50px 0;
      flex-direction: column; }
      @media (max-width: 768px) {
        .background-image .wrapper .mtb-destinations-block {
          padding: 30px 0; } }
      .background-image .wrapper .mtb-destinations-block .h2 {
        font-size: 50px;
        line-height: 55px;
        margin-top: 17px; }
      .background-image .wrapper .mtb-destinations-block .paragraph-margin {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        color: #6E6D6D;
        margin: 15px auto 0;
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        max-width: 1200px; }
      .background-image .wrapper .mtb-destinations-block .mtb-destinations-items {
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        margin-top: 12px; }
        @media (min-width: 768px) {
          .background-image .wrapper .mtb-destinations-block .mtb-destinations-items {
            grid-template-columns: repeat(2, 1fr); } }
        @media (min-width: 1200px) {
          .background-image .wrapper .mtb-destinations-block .mtb-destinations-items {
            grid-template-columns: repeat(3, 1fr); } }
      .background-image .wrapper .mtb-destinations-block .mtb-destinations-items article:nth-child(2) {
        transform: translateY(50px); }
        @media (max-width: 1200px) {
          .background-image .wrapper .mtb-destinations-block .mtb-destinations-items article:nth-child(2) {
            transform: unset; } }
      .background-image .wrapper .mtb-destinations-block .adventure-item {
        position: relative;
        overflow: hidden; }
        .background-image .wrapper .mtb-destinations-block .adventure-item img {
          width: 100%;
          aspect-ratio: 1 / 1;
          object-fit: cover;
          display: block; }
        .background-image .wrapper .mtb-destinations-block .adventure-item .adventure-content {
          position: absolute;
          bottom: 25px;
          left: 26px;
          right: 26px;
          background: #FFFFFF;
          padding: 22px 22px 18px;
          text-align: left; }
          .background-image .wrapper .mtb-destinations-block .adventure-item .adventure-content .display-flex {
            align-items: flex-start !important;
            flex-wrap: nowrap; }
            .background-image .wrapper .mtb-destinations-block .adventure-item .adventure-content .display-flex h4 {
              position: relative;
              margin: 0 0 6px;
              font-size: 18px;
              font-weight: bold; }
              .background-image .wrapper .mtb-destinations-block .adventure-item .adventure-content .display-flex h4::before {
                content: "";
                position: absolute;
                top: -8px;
                left: 0;
                width: 44px;
                height: 3px;
                background-color: #00BFB8; }
            .background-image .wrapper .mtb-destinations-block .adventure-item .adventure-content .display-flex .arrow-btn {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              width: 35px;
              height: 35px;
              background: #00c9c9;
              color: #fff;
              border-radius: 50%;
              font-size: 20px;
              text-decoration: none; }
          .background-image .wrapper .mtb-destinations-block .adventure-item .adventure-content .paragraph {
            margin: 4px 0 0;
            font-size: 14px;
            line-height: 22px;
            color: #ffffff !important;
            text-align: left; }
      .background-image .wrapper .mtb-destinations-block .paragraph {
        font-size: 16px;
        line-height: 28px;
        margin: 30px auto 15px; }
        .background-image .wrapper .mtb-destinations-block .paragraph a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          font-size: 16px;
          line-height: 28px;
          text-align: center;
          color: #262626;
          display: inline-flex;
          transition: transform 0.3s ease; }
          .background-image .wrapper .mtb-destinations-block .paragraph a:hover {
            transform: scale(1.04); }

.pine-forest-image .bottom-image img {
  display: block;
  opacity: 0.1; }

.day-biking-section {
  background-image: linear-gradient(rgba(231, 231, 231, 0.93), rgba(231, 231, 231, 0.93)), url("./assets/images/greytrail-pattern.png");
  background-size: cover;
  background-repeat: no-repeat; }
  .day-biking-section .mtb-day-biking-trips-block {
    padding: 0 0 64px; }
    .day-biking-section .mtb-day-biking-trips-block .display-flex {
      gap: 30px; }
      @media (max-width: 800px) {
        .day-biking-section .mtb-day-biking-trips-block .display-flex {
          gap: unset; } }
      .day-biking-section .mtb-day-biking-trips-block .display-flex .left-block .h2 {
        font-size: 50px;
        line-height: 60px;
        margin-top: 16px; }
        @media (max-width: 430px) {
          .day-biking-section .mtb-day-biking-trips-block .display-flex .left-block .h2 {
            font-size: 42px !important; } }
      .day-biking-section .mtb-day-biking-trips-block .display-flex .right-block {
        max-width: 750px; }
        .day-biking-section .mtb-day-biking-trips-block .display-flex .right-block .paragraph {
          font-size: 16px;
          color: #5C5A5A !important; }
    .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      margin-top: 56px; }
      @media (max-width: 800px) {
        .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items {
          margin-top: 10px; } }
      .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article {
        flex: 1;
        max-width: 800px; }
        @media (max-width: 430px) {
          .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article {
            flex: unset; } }
        .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item {
          display: flex;
          flex-direction: column; }
          .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item > div:first-child {
            width: 100%;
            height: 307px;
            overflow: hidden; }
            .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item > div:first-child img {
              width: 100%;
              height: 100%;
              object-fit: cover;
              display: block; }
          .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item > div:last-child {
            max-width: 600px;
            margin-top: 16px; }
            .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item > div:last-child h4 {
              margin: 0;
              font-family: 'Anton', sans-serif;
              font-weight: 400;
              font-size: 26px;
              line-height: 100%;
              letter-spacing: 0.01em;
              color: #262626; }
            .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item > div:last-child .paragraph {
              margin: 9px 0;
              font-size: 16px; }
            .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item > div:last-child a,
            .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item > div:last-child a.anchor {
              font-family: 'Montserrat', sans-serif;
              font-weight: 500;
              font-size: 16px;
              line-height: 26px;
              color: #262626;
              margin-top: 6px;
              text-decoration: none;
              position: relative; }
              .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item > div:last-child a:hover,
              .day-biking-section .mtb-day-biking-trips-block .day-biking-trips-items article .day-biking-trips-item > div:last-child a.anchor:hover {
                color: #00BFB8; }

/* common function section ends here */
.moments-to-remember .wrapper .moments-text-section {
  text-align: center;
  padding: 50px 0 41px;
  flex-direction: column; }
  @media (max-width: 768px) {
    .moments-to-remember .wrapper .moments-text-section {
      padding: 30px 0; } }
  .moments-to-remember .wrapper .moments-text-section .h2 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 12px; }
    @media (max-width: 430px) {
      .moments-to-remember .wrapper .moments-text-section .h2 {
        font-size: 40px !important; } }
  .moments-to-remember .wrapper .moments-text-section .paragraph {
    font-size: 16px;
    text-align: center;
    max-width: 800px; }

/* front page section ends here */
/*footer section */
.footer-links, .footer-services, .reach-us {
  margin-top: 50px; }
  @media (max-width: 800px) {
    .footer-links, .footer-services, .reach-us {
      margin-top: 30px; } }

.instagram-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 801px) {
    .instagram-wrapper {
      padding: 50px 0 0; } }
  @media (max-width: 768px) {
    .instagram-wrapper {
      padding: 30px 0; } }
  .instagram-wrapper .flex-center {
    gap: 10px; }
  .instagram-wrapper .trail_insta_title {
    font-family: 'Anton', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0.01em;
    color: #262626;
    margin: 0; }
  .instagram-wrapper .trail_insta_subtitle {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 26px;
    color: #262626;
    text-align: center; }

.site-footer {
  position: relative; }
  .site-footer .footer-image {
    display: block;
    margin: 0;
    position: relative;
    top: -282px;
    z-index: -1; }
    @media (max-width: 1024px) {
      .site-footer .footer-image {
        top: -170px; } }
    @media (max-width: 900px) {
      .site-footer .footer-image {
        display: none; } }
  .site-footer .footer-gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40%;
    pointer-events: none; }
  .site-footer .footer-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #fff;
    z-index: 2;
    background: linear-gradient(180.2deg, rgba(0, 0, 0, 0) 0.17%, #000000 31.01%); }
    @media (max-width: 1024px) {
      .site-footer .footer-content {
        bottom: -192px; } }
    @media (max-width: 900px) {
      .site-footer .footer-content {
        background-color: black !important;
        position: relative !important;
        bottom: unset;
        padding-bottom: 60px; } }
    .site-footer .footer-content .wrapper .display-flex {
      align-items: flex-end !important; }
      @media (max-width: 900px) {
        .site-footer .footer-content .wrapper .display-flex {
          flex-direction: column;
          align-items: flex-start !important; } }
      .site-footer .footer-content .wrapper .display-flex .custom-logo {
        width: 100%;
        max-width: 149px; }
      .site-footer .footer-content .wrapper .display-flex .footer-text {
        margin: 25px 0 0;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 15px;
        line-height: 23px;
        color: #B9B9B9;
        max-width: 350px; }
      .site-footer .footer-content .wrapper .display-flex .footer-media-links {
        gap: 13px;
        margin-top: 39px; }
        .site-footer .footer-content .wrapper .display-flex .footer-media-links a {
          display: inline-flex;
          align-items: center;
          justify-content: center;
          width: 35px;
          height: 35px;
          background-color: #FAFAFA;
          border-radius: 50%;
          margin: 0 6px;
          position: relative;
          text-decoration: none;
          transition: transform 0.3s ease, box-shadow 0.3s ease; }
          .site-footer .footer-content .wrapper .display-flex .footer-media-links a img {
            max-width: 60%;
            max-height: 60%;
            display: block;
            z-index: 1; }
          .site-footer .footer-content .wrapper .display-flex .footer-media-links a:hover {
            transform: scale(1.2);
            cursor: pointer;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15); }
          .site-footer .footer-content .wrapper .display-flex .footer-media-links a:hover img {
            transform: scale(1.3); }
      .site-footer .footer-content .wrapper .display-flex .flex {
        display: flex;
        justify-content: space-between;
        padding-bottom: 35px; }
        @media (max-width: 768px) {
          .site-footer .footer-content .wrapper .display-flex .flex {
            display: unset; } }
        .site-footer .footer-content .wrapper .display-flex .flex .footer-links h3, .site-footer .footer-content .wrapper .display-flex .flex .footer-services h3 {
          margin: 0 0 27px;
          font-family: 'Anton', sans-serif;
          font-weight: 400;
          font-size: 24px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #FFFFFF; }
        .site-footer .footer-content .wrapper .display-flex .flex .footer-links .menu, .site-footer .footer-content .wrapper .display-flex .flex .footer-services .menu {
          padding: 0;
          margin: 0;
          display: flex;
          flex-direction: column;
          gap: 20px; }
          .site-footer .footer-content .wrapper .display-flex .flex .footer-links .menu .menu-item, .site-footer .footer-content .wrapper .display-flex .flex .footer-services .menu .menu-item {
            list-style: none;
            padding: 0;
            margin: 0; }
            .site-footer .footer-content .wrapper .display-flex .flex .footer-links .menu .menu-item a, .site-footer .footer-content .wrapper .display-flex .flex .footer-services .menu .menu-item a {
              color: #B9B9B9;
              text-decoration: none;
              position: relative; }
              .site-footer .footer-content .wrapper .display-flex .flex .footer-links .menu .menu-item a:hover, .site-footer .footer-content .wrapper .display-flex .flex .footer-services .menu .menu-item a:hover {
                color: #00BFB8; }
      .site-footer .footer-content .wrapper .display-flex .reach-us .custom-margin-left {
        margin-left: 10px; }
        .site-footer .footer-content .wrapper .display-flex .reach-us .custom-margin-left h3 {
          margin: 27px 0;
          font-family: 'Anton', sans-serif;
          font-weight: 400;
          font-size: 24px;
          line-height: 100%;
          letter-spacing: 0.02em;
          color: #FFFFFF; }
        .site-footer .footer-content .wrapper .display-flex .reach-us .custom-margin-left .display-flex {
          flex-direction: column;
          gap: 24px;
          align-items: normal !important; }
          .site-footer .footer-content .wrapper .display-flex .reach-us .custom-margin-left .display-flex .reach-us-flex {
            display: flex;
            gap: 15px; }
            .site-footer .footer-content .wrapper .display-flex .reach-us .custom-margin-left .display-flex .reach-us-flex .paragraph {
              font-size: 16px;
              color: #B9B9B9 !important;
              margin: 0;
              cursor: pointer;
              text-decoration: none;
              position: relative;
              transition: color 0.3s ease; }
              .site-footer .footer-content .wrapper .display-flex .reach-us .custom-margin-left .display-flex .reach-us-flex .paragraph a {
                text-decoration: none;
                color: inherit; }
                .site-footer .footer-content .wrapper .display-flex .reach-us .custom-margin-left .display-flex .reach-us-flex .paragraph a:hover {
                  color: #00BFB8; }
            .site-footer .footer-content .wrapper .display-flex .reach-us .custom-margin-left .display-flex .reach-us-flex a:hover {
              color: #00BFB8 !important; }
  .site-footer .footer-copyright .hr {
    border: 1px dashed #818181;
    margin: 63px 0 25px; }
  .site-footer .footer-copyright .display-flex .copyright p {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: #E6E6E6; }
    .site-footer .footer-copyright .display-flex .copyright p a {
      text-decoration: none;
      color: #E6E6E6;
      font-weight: inherit;
      font-family: inherit;
      font-size: inherit;
      line-height: inherit; }
      .site-footer .footer-copyright .display-flex .copyright p a:hover {
        color: #00BFB8; }
  .site-footer .footer-copyright .display-flex .help-section {
    display: flex;
    align-items: center;
    gap: 30px; }
    @media (max-width: 768px) {
      .site-footer .footer-copyright .display-flex .help-section {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start; } }
    @media (max-width: 768px) {
      .site-footer .footer-copyright .display-flex .help-section {
        margin-top: 12px; } }
    .site-footer .footer-copyright .display-flex .help-section .help a {
      margin: 0;
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 14px;
      line-height: 100%;
      color: #C3C3C3;
      text-decoration: none;
      position: relative; }
      .site-footer .footer-copyright .display-flex .help-section .help a:hover {
        color: #00BFB8; }

.additional_information .mobile-search-box {
  width: 100%;
  padding: 10px; }
  .additional_information .mobile-search-box input {
    width: 100%;
    padding: 8px !important; }

.additional_information .flex-center a {
  display: flex;
  justify-content: center;
  align-items: center; }

/* footer section ends here */
.wrapper {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 30px; }

.h2 {
  margin: 0;
  font-family: 'Anton', sans-serif;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: #262626; }

.h3 {
  margin: 0;
  font-family: 'Mansalva', sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 100%;
  color: #00BFB8; }

.paragraph {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #6E6D6D;
  letter-spacing: 0;
  line-height: 26px; }

p {
  line-height: 26px; }

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

.flex-center {
  display: flex;
  align-items: center; }

.justify-content-center {
  justify-content: center; }

.growing-effect {
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  .growing-effect:hover {
    transform: scale(1.2); }

button {
  text-decoration: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease; }
  button:hover {
    transform: scale(1.1); }

a:focus,
a.anchor:focus {
  outline: none; }

@media (min-width: 1025px) {
  .footer-top {
    margin-top: -400px; } }

@media (min-width: 801px) {
  .mountain-biking-passion .wrapper .mountain-biking-detail {
    padding-top: 50px; } }

.mountain-biking-passion .wrapper .mountain-biking-detail .h2 {
  margin-top: 12px; }

.mountain-biking-passion .wrapper .mountain-biking-detail p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #6E6D6D;
  margin-top: 17px; }

.mountain-biking-passion .wrapper .display-flex {
  justify-content: flex-start !important;
  gap: 30px; }
  @media (min-width: 801px) {
    .mountain-biking-passion .wrapper .display-flex {
      flex-wrap: nowrap !important; } }
  .mountain-biking-passion .wrapper .display-flex .left-block {
    flex-basis: 65%; }
    @media (max-width: 800px) {
      .mountain-biking-passion .wrapper .display-flex .left-block {
        flex-basis: unset; } }
    .mountain-biking-passion .wrapper .display-flex .left-block .left-block-image {
      width: 100%; }
  .mountain-biking-passion .wrapper .display-flex .right-block {
    flex-basis: 30%; }
    @media (max-width: 800px) {
      .mountain-biking-passion .wrapper .display-flex .right-block {
        flex-basis: unset; } }
    .mountain-biking-passion .wrapper .display-flex .right-block .h2 {
      font-size: 28px;
      line-height: 38px; }
    .mountain-biking-passion .wrapper .display-flex .right-block p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 16px;
      color: #6E6D6D;
      margin: 10px 0 0; }

#more-about-us {
  background-image: url("./assets/images/pine-forest2.png");
  background-repeat: no-repeat;
  background-size: contain; }
  #more-about-us .wrapper .display-flex {
    align-items: unset !important;
    gap: 30px;
    flex-wrap: nowrap !important;
    padding: 31px 33px;
    margin: 130px 0 0;
    background-color: #F4F4F4; }
    @media (max-width: 1300px) {
      #more-about-us .wrapper .display-flex {
        margin: 60px 0 0; } }
    @media (max-width: 768px) {
      #more-about-us .wrapper .display-flex {
        flex-wrap: wrap !important; } }
    @media (max-width: 600px) {
      #more-about-us .wrapper .display-flex {
        margin: 10px 0; } }
    #more-about-us .wrapper .display-flex .who-we-are .h2, #more-about-us .wrapper .display-flex .what-we-do .h2, #more-about-us .wrapper .display-flex .what-we-love .h2 {
      font-size: 32px;
      line-height: 56px; }
    #more-about-us .wrapper .display-flex .who-we-are .paragraph, #more-about-us .wrapper .display-flex .what-we-do .paragraph, #more-about-us .wrapper .display-flex .what-we-love .paragraph {
      font-size: 16px;
      margin: 5px 0 0; }

#why-us .wrapper .why-us {
  display: flex;
  gap: 28px; }
  @media (min-width: 801px) {
    #why-us .wrapper .why-us {
      padding: 50px 0; } }
  @media (max-width: 800px) {
    #why-us .wrapper .why-us {
      flex-wrap: wrap; } }
  #why-us .wrapper .why-us .left-block {
    flex-basis: 50%; }
    @media (max-width: 800px) {
      #why-us .wrapper .why-us .left-block {
        flex-basis: unset; } }
    #why-us .wrapper .why-us .left-block .h2 {
      font-size: 32px;
      line-height: 52px; }
    #why-us .wrapper .why-us .left-block .paragraph {
      font-size: 16px;
      margin: 10px 0 15px; }
    #why-us .wrapper .why-us .left-block ul {
      margin: 0;
      padding: 0; }
      #why-us .wrapper .why-us .left-block ul li {
        list-style: none;
        display: flex;
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 15px;
        font-family: 'Palanquin Dark', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px; }
        #why-us .wrapper .why-us .left-block ul li svg {
          flex-shrink: 0;
          display: block; }
  #why-us .wrapper .why-us .right-block {
    flex-basis: 50%; }
    @media (max-width: 800px) {
      #why-us .wrapper .why-us .right-block {
        width: 100%;
        flex-basis: unset; } }
    @media (max-width: 800px) {
      #why-us .wrapper .why-us .right-block img {
        width: 100%; } }

#our-team {
  background-image: linear-gradient(rgba(246, 255, 255, 0.85), rgba(246, 255, 255, 0.85)), url("./assets/images/teal-background.png");
  background-size: cover;
  background-repeat: no-repeat; }
  #our-team .wrapper .our-team {
    display: flex;
    gap: 24px; }
    @media (max-width: 800px) {
      #our-team .wrapper .our-team {
        flex-wrap: wrap; } }
    @media (min-width: 801px) {
      #our-team .wrapper .our-team {
        padding: 50px 0; } }
    #our-team .wrapper .our-team .left-block {
      flex-basis: 40%; }
      @media (max-width: 800px) {
        #our-team .wrapper .our-team .left-block {
          flex-basis: unset; } }
      #our-team .wrapper .our-team .left-block .h2 {
        font-size: 44px; }
        @media (max-width: 768px) {
          #our-team .wrapper .our-team .left-block .h2 {
            font-size: 42px; } }
      #our-team .wrapper .our-team .left-block .h3 {
        font-size: 30px;
        line-height: 57px; }
      #our-team .wrapper .our-team .left-block .paragraph {
        margin: 15px 0 0; }
    #our-team .wrapper .our-team .right-block {
      display: flex;
      gap: 24px;
      flex-basis: 50%; }
      @media (max-width: 800px) {
        #our-team .wrapper .our-team .right-block {
          flex-basis: unset; } }
      @media (max-width: 430px) {
        #our-team .wrapper .our-team .right-block {
          flex-wrap: wrap; } }
      #our-team .wrapper .our-team .right-block article {
        flex: 1; }
        @media (max-width: 430px) {
          #our-team .wrapper .our-team .right-block article {
            flex: unset; } }
        #our-team .wrapper .our-team .right-block article .team-member {
          display: flex;
          flex-direction: column; }
          #our-team .wrapper .our-team .right-block article .team-member .member_data {
            display: flex;
            flex-direction: column;
            gap: 12px; }
            #our-team .wrapper .our-team .right-block article .team-member .member_data img {
              object-fit: cover;
              display: block;
              width: 100%;
              aspect-ratio: 1 / 1; }
            #our-team .wrapper .our-team .right-block article .team-member .member_data .image-detail-section .h2 {
              font-size: 22px; }
            #our-team .wrapper .our-team .right-block article .team-member .member_data .image-detail-section .paragraph {
              margin: 5px 0 12px;
              font-size: 14px; }
            #our-team .wrapper .our-team .right-block article .team-member .member_data .image-detail-section .flex-center {
              gap: 14px; }
              #our-team .wrapper .our-team .right-block article .team-member .member_data .image-detail-section .flex-center a img {
                display: flex;
                align-items: center; }
              #our-team .wrapper .our-team .right-block article .team-member .member_data .image-detail-section .flex-center a {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                transition: transform 0.3s ease; }
                #our-team .wrapper .our-team .right-block article .team-member .member_data .image-detail-section .flex-center a:hover {
                  transform: scale(1.2); }

#our-trail-partners {
  background-image: url("./assets/images/partner-img.png");
  background-size: contain;
  background-repeat: no-repeat; }
  #our-trail-partners .wrapper .h3 {
    text-align: center;
    font-size: 30px;
    padding-top: 130px; }
    @media (max-width: 1200px) {
      #our-trail-partners .wrapper .h3 {
        padding-top: 70px; } }
    @media (max-width: 430px) {
      #our-trail-partners .wrapper .h3 {
        padding-top: 0; } }
  #our-trail-partners .wrapper .h2 {
    font-size: 44px;
    line-height: 60px;
    margin-top: 12px;
    text-align: center; }
    @media (max-width: 768px) {
      #our-trail-partners .wrapper .h2 {
        font-size: 42px; } }
  #our-trail-partners .wrapper .partner_images {
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 30px;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media (max-width: 600px) {
      #our-trail-partners .wrapper .partner_images {
        justify-content: center; } }
    #our-trail-partners .wrapper .partner_images .single_image {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 30px; }
      #our-trail-partners .wrapper .partner_images .single_image a {
        text-decoration: none; }
        #our-trail-partners .wrapper .partner_images .single_image a .partner-image-section {
          background-color: #F4F4F4;
          padding: 27px 75px;
          height: 175px; }
          #our-trail-partners .wrapper .partner_images .single_image a .partner-image-section img {
            max-width: unset; }
        #our-trail-partners .wrapper .partner_images .single_image a .partner-name {
          text-align: center;
          margin-top: 15px;
          font-family: 'Anton' , sans-serif;
          font-weight: 400;
          font-size: 16px;
          line-height: 26px;
          letter-spacing: 0.02em;
          color: #262626; }

@media (min-width: 801px) {
  #biking-adventures .wrapper .biking-adventures-block {
    padding: 50px 0 0; } }

#biking-adventures .wrapper .biking-adventures-block .h3 {
  font-size: 30px;
  line-height: 100%; }

#biking-adventures .wrapper .biking-adventures-block .h2 {
  margin-top: 12px;
  font-size: 44px;
  line-height: 60px; }
  @media (max-width: 768px) {
    #biking-adventures .wrapper .biking-adventures-block .h2 {
      font-size: 42px; } }

#biking-adventures .wrapper .adventures-list {
  display: flex;
  gap: 30px;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    #biking-adventures .wrapper .adventures-list {
      gap: unset; } }

#biking-adventures .wrapper article {
  flex: 0 0 auto;
  width: 390px; }
  #biking-adventures .wrapper article .adventure-item img {
    width: 390px;
    height: 390px;
    object-fit: cover;
    display: block; }
    @media (max-width: 767px) {
      #biking-adventures .wrapper article .adventure-item img {
        width: 100%; } }
  #biking-adventures .wrapper article h4 {
    font-family: 'Anton',sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.02em;
    margin: 20px 0 7px; }
  #biking-adventures .wrapper article .paragraph {
    font-size: 16px;
    margin: 0; }

@media (min-width: 1101px) {
  #day-trip .wrapper .day-trip {
    flex-wrap: nowrap !important; } }

@media (min-width: 801px) {
  #day-trip .wrapper .day-trip {
    padding-top: 50px; } }

#day-trip .wrapper .day-trip .left-block .h3 {
  font-size: 30px; }

#day-trip .wrapper .day-trip .left-block .h2 {
  margin: 12px 0 0;
  font-size: 46px;
  line-height: 60px; }
  @media (max-width: 800px) {
    #day-trip .wrapper .day-trip .left-block .h2 {
      font-size: 42px; } }

#day-trip .wrapper .day-trip .right-block {
  max-width: 750px; }
  #day-trip .wrapper .day-trip .right-block .paragraph {
    margin: 0; }

#day-trip .wrapper .day-trip-image {
  margin-top: 10px; }
  #day-trip .wrapper .day-trip-image img {
    width: 100%; }

#ride .wrapper .ride .h2 {
  font-size: 34px;
  line-height: 60px; }

#ride .wrapper .ride .paragraph {
  margin: 4px 0; }

#ride .wrapper .ride .riding_info {
  display: flex;
  gap: 51px;
  margin-top: 20px;
  flex-wrap: wrap; }
  @media (max-width: 800px) {
    #ride .wrapper .ride .riding_info {
      gap: 20px; } }
  @media (max-width: 768px) {
    #ride .wrapper .ride .riding_info {
      flex-direction: column; } }
  #ride .wrapper .ride .riding_info .trip-facts-items {
    display: flex;
    gap: 10px; }
    #ride .wrapper .ride .riding_info .trip-facts-items .logo {
      width: 48px;
      height: 48px;
      flex-shrink: 0; }
      #ride .wrapper .ride .riding_info .trip-facts-items .logo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    #ride .wrapper .ride .riding_info .trip-facts-items .details {
      display: flex;
      flex-direction: column; }
      #ride .wrapper .ride .riding_info .trip-facts-items .details .title {
        font-family: 'Palanquin Dark', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 26px; }
      #ride .wrapper .ride .riding_info .trip-facts-items .details .sub-text {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #6E6D6D; }
        #ride .wrapper .ride .riding_info .trip-facts-items .details .sub-text p {
          margin: 0; }

#tour_highlights {
  background-image: url("./assets/images/highlight-background.jpg");
  background-repeat: no-repeat;
  background-size: 15% auto;
  background-position: left bottom;
  position: relative; }
  #tour_highlights .mountain-bg {
    position: absolute;
    right: 0;
    top: -80px;
    z-index: 0; }
    #tour_highlights .mountain-bg img {
      width: 100%;
      height: auto;
      display: block; }
  #tour_highlights .wrapper .h3 {
    font-size: 32px;
    margin-bottom: 30px; }
  #tour_highlights .wrapper .highlight-section {
    display: flex;
    gap: 50px;
    align-items: center; }
    @media (max-width: 800px) {
      #tour_highlights .wrapper .highlight-section {
        gap: 20px; } }
    #tour_highlights .wrapper .highlight-section .left-block img {
      width: 100%;
      max-width: 500px;
      height: 350px; }
    @media (max-width: 800px) {
      #tour_highlights .wrapper .highlight-section {
        flex-wrap: wrap; } }
    @media (max-width: 800px) {
      #tour_highlights .wrapper .highlight-section .left-block, #tour_highlights .wrapper .highlight-section .left-block img {
        width: 100%;
        max-width: unset;
        height: unset; } }
    #tour_highlights .wrapper .highlight-section .right-block {
      max-width: 500px; }
      @media (max-width: 800px) {
        #tour_highlights .wrapper .highlight-section .right-block {
          max-width: unset; } }
      #tour_highlights .wrapper .highlight-section .right-block .number {
        font-family: 'Anton', sans-serif;
        font-weight: 400;
        font-size: 60px;
        line-height: 100%;
        letter-spacing: 0.1em;
        color: #E4E4E4; }
        @media (max-width: 800px) {
          #tour_highlights .wrapper .highlight-section .right-block .number {
            font-size: 50px; } }
      #tour_highlights .wrapper .highlight-section .right-block .h2 {
        font-size: 32px;
        line-height: 50px; }
      #tour_highlights .wrapper .highlight-section .right-block .paragraph {
        font-size: 18px;
        margin: 5px 0 10px; }
      #tour_highlights .wrapper .highlight-section .right-block a,
      #tour_highlights .wrapper .highlight-section .right-block a.anchor {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #262626;
        margin-top: 6px;
        text-decoration: none;
        display: inline-block; }
        #tour_highlights .wrapper .highlight-section .right-block a:hover,
        #tour_highlights .wrapper .highlight-section .right-block a.anchor:hover {
          color: #00BFB8; }
  #tour_highlights .wrapper .highlight-section-left {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: flex-end; }
    @media (min-width: 801px) {
      #tour_highlights .wrapper .highlight-section-left {
        margin: 20px 0; } }
    @media (max-width: 800px) {
      #tour_highlights .wrapper .highlight-section-left {
        flex-wrap: wrap;
        gap: 20px; } }
    @media (max-width: 800px) {
      #tour_highlights .wrapper .highlight-section-left .right-block, #tour_highlights .wrapper .highlight-section-left .right-block img {
        width: 100%; } }
    #tour_highlights .wrapper .highlight-section-left .left-block {
      max-width: 500px; }
      @media (max-width: 800px) {
        #tour_highlights .wrapper .highlight-section-left .left-block {
          max-width: unset;
          width: 100%; } }
      #tour_highlights .wrapper .highlight-section-left .left-block .number {
        font-family: 'Anton', sans-serif;
        font-weight: 400;
        font-size: 60px;
        line-height: 100%;
        letter-spacing: 0.1em;
        color: #E4E4E4; }
        @media (max-width: 800px) {
          #tour_highlights .wrapper .highlight-section-left .left-block .number {
            font-size: 50px; } }
      #tour_highlights .wrapper .highlight-section-left .left-block .h2 {
        font-size: 32px;
        line-height: 50px; }
      #tour_highlights .wrapper .highlight-section-left .left-block .paragraph {
        font-size: 18px;
        margin: 5px 0 10px; }
      #tour_highlights .wrapper .highlight-section-left .left-block a,
      #tour_highlights .wrapper .highlight-section-left .left-block a.anchor {
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 26px;
        color: #262626;
        margin-top: 6px;
        text-decoration: none;
        border-bottom: 1px solid #262626;
        display: inline-block;
        transition: transform 0.3s ease, box-shadow 0.3s ease; }
      #tour_highlights .wrapper .highlight-section-left .left-block a:hover,
      #tour_highlights .wrapper .highlight-section-left .left-block a.anchor:hover {
        transform: scale(1.08);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); }
    #tour_highlights .wrapper .highlight-section-left .right-block img {
      width: 100%;
      max-width: 500px;
      height: 350px; }
      @media (max-width: 800px) {
        #tour_highlights .wrapper .highlight-section-left .right-block img {
          max-width: unset;
          height: unset; } }
    @media (max-width: 800px) {
      #tour_highlights .wrapper .highlight-section-left {
        flex-direction: column-reverse;
        align-items: center;
        margin: 10px 0; } }
  #tour_highlights .wrapper .video-wrapper {
    margin-top: 50px; }
    @media (max-width: 800px) {
      #tour_highlights .wrapper .video-wrapper {
        margin-top: 30px; } }

#faq-block .wrapper .faq-block {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("./assets/images/annapurna.jpg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  aspect-ratio: 16 / 9; }
  #faq-block .wrapper .faq-block .faq-text-block {
    max-width: 600px;
    padding: 30px; }
    #faq-block .wrapper .faq-block .faq-text-block .h3 {
      font-size: 32px;
      color: #FFFFFF !important; }
    #faq-block .wrapper .faq-block .faq-text-block .h2 {
      font-size: 46px;
      line-height: 56px;
      margin: 0;
      color: #FFFFFF !important; }
      @media (max-width: 800px) {
        #faq-block .wrapper .faq-block .faq-text-block .h2 {
          font-size: 42px; } }
      @media (max-width: 600px) {
        #faq-block .wrapper .faq-block .faq-text-block .h2 {
          font-size: 20px;
          line-height: 40px; } }
    #faq-block .wrapper .faq-block .faq-text-block button {
      background-color: #FFFFFF !important;
      color: #262626 !important; }
      @media (max-width: 375px) {
        #faq-block .wrapper .faq-block .faq-text-block button {
          margin-top: 0; } }

#contact .wrapper {
  position: relative; }
  #contact .wrapper .contact-us-page {
    align-items: flex-start !important; }
    @media (min-width: 801px) {
      #contact .wrapper .contact-us-page {
        padding: 50px 0; } }
    #contact .wrapper .contact-us-page .contact-information .h3 {
      font-size: 30px; }
    #contact .wrapper .contact-us-page .contact-information .h2 {
      margin-top: 11px;
      font-size: 50px;
      line-height: 62px;
      max-width: 700px; }
    #contact .wrapper .contact-us-page .contact-information .contact-details {
      margin-top: 30px; }
      #contact .wrapper .contact-us-page .contact-information .contact-details .display-flex {
        justify-content: unset !important;
        align-items: flex-start !important;
        gap: 10px;
        margin-bottom: 30px; }
        #contact .wrapper .contact-us-page .contact-information .contact-details .display-flex svg {
          flex-shrink: 0;
          display: block; }
        #contact .wrapper .contact-us-page .contact-information .contact-details .display-flex .flex-column {
          display: flex;
          flex-direction: column;
          gap: 4px; }
        #contact .wrapper .contact-us-page .contact-information .contact-details .display-flex .paragraph {
          font-weight: 600;
          margin: 0;
          color: #262626 !important;
          text-decoration: none;
          position: relative;
          display: inline-block; }
          #contact .wrapper .contact-us-page .contact-information .contact-details .display-flex .paragraph:hover {
            color: #00BFB8 !important; }
      #contact .wrapper .contact-us-page .contact-information .contact-details .office-hours {
        margin-top: 25px; }
        #contact .wrapper .contact-us-page .contact-information .contact-details .office-hours .sub-heading {
          font-family: 'Palanquin Dark', sans-serif;
          font-weight: 400;
          font-size: 18px;
          color: #262626; }
        #contact .wrapper .contact-us-page .contact-information .contact-details .office-hours .paragraph {
          font-size: 16px; }
    #contact .wrapper .contact-us-page .contact-us-form input,
    #contact .wrapper .contact-us-page .contact-us-form textarea,
    #contact .wrapper .contact-us-page .contact-us-form select {
      width: 100%;
      max-width: 100%;
      box-sizing: border-box; }
    #contact .wrapper .contact-us-page .contact-us-form p {
      margin-left: 0;
      margin-right: 0;
      width: 100%; }
    #contact .wrapper .contact-us-page .contact-us-form {
      max-width: 100%;
      overflow: hidden;
      background-color: #EAEFEF;
      padding: 35px 27px;
      z-index: 2; }
      #contact .wrapper .contact-us-page .contact-us-form form {
        width: 100%;
        max-width: 100%;
        box-sizing: border-box; }
      @media (max-width: 1200px) {
        #contact .wrapper .contact-us-page .contact-us-form {
          margin-top: 20px; } }
      @media (max-width: 375px) {
        #contact .wrapper .contact-us-page .contact-us-form {
          padding: 14px; } }
      #contact .wrapper .contact-us-page .contact-us-form input, #contact .wrapper .contact-us-page .contact-us-form textarea {
        padding: 16px 21px;
        border: none;
        font-family: 'Montserrat' , sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
        color: #777777; }
      #contact .wrapper .contact-us-page .contact-us-form input[type="submit"] {
        background-color: #262626;
        color: #FFFFFF;
        font-family: 'Montserrat', sans-serif;
        font-weight: 500;
        font-size: 16px;
        line-height: 100%;
        text-align: center;
        border: none;
        cursor: pointer;
        transition: transform 0.3s ease, box-shadow 0.3s ease; }
        #contact .wrapper .contact-us-page .contact-us-form input[type="submit"]:hover {
          transform: scale(1.1); }
  #contact .wrapper .bg-image {
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    transform: scaleX(-1);
    z-index: -1; }

@media (min-width: 801px) {
  #destination .wrapper .destination {
    padding: 50px 0; } }

#destination .wrapper .destination .h2 {
  font-size: 30px;
  letter-spacing: 0.02em !important; }

#destination .wrapper .destination .paragraph {
  line-height: 26px;
  font-size: 16px; }

#destination .wrapper .destination .display-flex {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  align-items: start;
  margin: 20px 0; }
  @media (max-width: 800px) {
    #destination .wrapper .destination .display-flex {
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
      gap: 30px; } }
  #destination .wrapper .destination .display-flex .trip-facts-items {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    min-height: 1px; }
    #destination .wrapper .destination .display-flex .trip-facts-items .svg-icon {
      width: 42px;
      height: 42px;
      flex-shrink: 0; }
      #destination .wrapper .destination .display-flex .trip-facts-items .svg-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
  #destination .wrapper .destination .display-flex .flex-col {
    display: flex;
    flex-direction: column; }
    #destination .wrapper .destination .display-flex .flex-col .heading {
      margin: 0;
      font-family: 'Palanquin Dark', sans-serif;
      font-size: 22px;
      line-height: 26px;
      color: #00BFB8; }
    #destination .wrapper .destination .display-flex .flex-col .paragraph {
      margin: 0;
      font-weight: 600 !important;
      line-height: 24px;
      color: #262626 !important; }
      #destination .wrapper .destination .display-flex .flex-col .paragraph p {
        margin: 2px 0; }

#overview {
  background: url("./assets/images/pine-forest2.png") top center no-repeat, #fff;
  position: relative;
  padding-top: 248px; }
  #overview .bg-color {
    background-color: #F4F4F4; }
    #overview .bg-color .wrapper {
      position: relative;
      z-index: 1; }
      #overview .bg-color .wrapper .overview {
        position: relative;
        margin-top: -72px; }
        #overview .bg-color .wrapper .overview .h3 {
          font-size: 30px; }
        #overview .bg-color .wrapper .overview .h2 {
          font-size: 46px;
          line-height: 60px;
          margin-top: 7px; }
        #overview .bg-color .wrapper .overview .paragraph {
          color: #5C5A5A !important; }
      #overview .bg-color .wrapper .overview-sub-section {
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 40px; }
        #overview .bg-color .wrapper .overview-sub-section .overview-text-section {
          flex-basis: 25%; }
          @media (max-width: 1024px) {
            #overview .bg-color .wrapper .overview-sub-section .overview-text-section {
              flex-basis: unset;
              margin-top: 20px; } }
          #overview .bg-color .wrapper .overview-sub-section .overview-text-section .h3 {
            font-size: 30px; }
          #overview .bg-color .wrapper .overview-sub-section .overview-text-section .h2 {
            font-size: 38px;
            line-height: 50px;
            margin-top: 11px; }
        #overview .bg-color .wrapper .overview-sub-section .overview-image-section {
          display: flex;
          flex-direction: column;
          gap: 20px;
          flex-basis: 50%; }
          @media (max-width: 1024px) {
            #overview .bg-color .wrapper .overview-sub-section .overview-image-section {
              flex-basis: unset; } }
          #overview .bg-color .wrapper .overview-sub-section .overview-image-section .image-section {
            display: flex;
            gap: 30px; }
            @media (max-width: 1024px) {
              #overview .bg-color .wrapper .overview-sub-section .overview-image-section .image-section {
                justify-content: space-between; } }
            @media (max-width: 800px) {
              #overview .bg-color .wrapper .overview-sub-section .overview-image-section .image-section {
                flex-wrap: wrap;
                gap: 30px;
                width: 100%; } }
            #overview .bg-color .wrapper .overview-sub-section .overview-image-section .image-section img {
              width: 390px;
              max-height: 290px;
              object-fit: cover;
              max-width: unset !important; }
              @media (max-width: 800px) {
                #overview .bg-color .wrapper .overview-sub-section .overview-image-section .image-section img {
                  width: 100%;
                  max-height: unset; } }
          #overview .bg-color .wrapper .overview-sub-section .overview-image-section .image-text {
            font-size: 16px;
            line-height: 26px;
            color: #5C5A5A; }

#map-section {
  position: relative;
  z-index: 1; }
  #map-section .wrapper .map-section {
    gap: 30px; }
    @media (max-width: 800px) {
      #map-section .wrapper .map-section {
        flex-wrap: wrap; } }
    @media (max-width: 800px) {
      #map-section .wrapper .map-section .left-block {
        width: 100%; } }
    #map-section .wrapper .map-section .left-block img {
      position: relative;
      top: -50px;
      width: 390px;
      height: 433px;
      object-fit: cover;
      max-width: unset !important; }
      @media (max-width: 1024px) {
        #map-section .wrapper .map-section .left-block img {
          top: 0; } }
      @media (max-width: 800px) {
        #map-section .wrapper .map-section .left-block img {
          width: 100%; } }
    #map-section .wrapper .map-section .right-block .h3 {
      font-size: 28px;
      line-height: 38px; }
    #map-section .wrapper .map-section .right-block .h2 {
      font-size: 34px;
      line-height: 48px;
      margin: 16px 0 7px; }
    #map-section .wrapper .map-section .right-block .paragraph {
      font-size: 16px;
      color: #5C5A5A !important;
      margin: 0; }
    #map-section .wrapper .map-section .right-block p a {
      color: #262626;
      position: relative;
      text-decoration: none; }
      #map-section .wrapper .map-section .right-block p a:hover {
        color: #00BFB8; }

#trip_highlights {
  position: relative; }
  #trip_highlights .bg-image {
    position: absolute;
    top: -200px;
    right: 0;
    z-index: 0; }
    @media (max-width: 1024px) {
      #trip_highlights .bg-image {
        top: -38px; } }
    @media (max-width: 500px) {
      #trip_highlights .bg-image {
        top: -23px; } }
  #trip_highlights .wrapper .trip_highlights {
    position: relative;
    z-index: 1; }
    #trip_highlights .wrapper .trip_highlights .h3 {
      font-size: 30px; }
    #trip_highlights .wrapper .trip_highlights .h2 {
      font-size: 50px;
      line-height: 60px;
      margin: 12px 0 39px; }
      @media (max-width: 800px) {
        #trip_highlights .wrapper .trip_highlights .h2 {
          font-size: 42px; } }
    #trip_highlights .wrapper .trip_highlights .highlights-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px; }
      @media (max-width: 600px) {
        #trip_highlights .wrapper .trip_highlights .highlights-grid {
          grid-template-columns: 1fr; } }
      #trip_highlights .wrapper .trip_highlights .highlights-grid article img {
        width: 100%;
        aspect-ratio: 1 / 1;
        object-fit: cover; }
      #trip_highlights .wrapper .trip_highlights .highlights-grid article .h2 {
        margin: 14px 0 4px;
        font-size: 18px;
        line-height: 24px; }
      #trip_highlights .wrapper .trip_highlights .highlights-grid article p {
        font-size: 15px;
        margin: 0; }

.tour-tabs .wrapper {
  z-index: 1;
  position: relative; }
  .tour-tabs .wrapper .tab-buttons {
    display: flex;
    gap: 30px; }
    @media (max-width: 600px) {
      .tour-tabs .wrapper .tab-buttons {
        gap: 10px; } }
    .tour-tabs .wrapper .tab-buttons .tab-btn {
      margin: 5px 0 !important;
      transform: none !important;
      border: none !important;
      background: none !important;
      color: #262626 !important;
      font-family: 'Anton', sans-serif !important;
      font-size: 18px !important;
      font-weight: unset !important;
      position: relative;
      cursor: pointer;
      padding: 10px 15px !important; }
      @media (max-width: 600px) {
        .tour-tabs .wrapper .tab-buttons .tab-btn {
          font-size: 16px !important; } }
      .tour-tabs .wrapper .tab-buttons .tab-btn::after {
        content: "";
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 0;
        height: 2px;
        background-color: #00BFB8;
        transition: width 0.3s ease; }
      .tour-tabs .wrapper .tab-buttons .tab-btn.active::after {
        width: 100%; }
  .tour-tabs .wrapper .tab-content {
    background: #E7FFFF;
    padding: 15px;
    font-family: 'Montserrat' , sans-serif;
    font-size: 16px;
    line-height: 26px; }
    .tour-tabs .wrapper .tab-content p {
      margin: 10px 0; }
    .tour-tabs .wrapper .tab-content .tab-panel {
      display: none; }
      .tour-tabs .wrapper .tab-content .tab-panel p a {
        color: #262626;
        position: relative;
        text-decoration: none; }
        .tour-tabs .wrapper .tab-content .tab-panel p a:hover {
          color: #00BFB8; }
      .tour-tabs .wrapper .tab-content .tab-panel.active {
        display: block; }
      .tour-tabs .wrapper .tab-content .tab-panel ul {
        margin: 0; }
        .tour-tabs .wrapper .tab-content .tab-panel ul li a {
          color: #262626;
          position: relative;
          text-decoration: none; }
          .tour-tabs .wrapper .tab-content .tab-panel ul li a:hover {
            color: #00BFB8; }

#team-member-details .detail {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media (max-width: 1024px) {
    #team-member-details .detail {
      flex-direction: column;
      align-items: center;
      gap: unset; } }
  @media (min-width: 1024px) {
    #team-member-details .detail {
      padding: 50px 0 0; } }
  #team-member-details .detail .textarea {
    flex: 1 1 55%; }
    @media (max-width: 1024px) {
      #team-member-details .detail .textarea {
        max-width: 100%; } }
    #team-member-details .detail .textarea .h3 {
      font-size: 30px; }
    #team-member-details .detail .textarea .h2 {
      font-size: 40px;
      line-height: 60.13px;
      margin: 10px 0; }
    #team-member-details .detail .textarea span {
      font-family: 'Montserrat' , sans-serif;
      font-weight: 600;
      font-size: 20px;
      line-height: 28.06px;
      color: #262626; }
    #team-member-details .detail .textarea .paragraph {
      font-size: 16.04px;
      margin: 14px 0; }
    #team-member-details .detail .textarea .paragraph-two {
      display: flex;
      align-items: center;
      gap: 10px; }
  #team-member-details .detail .member-image {
    position: relative;
    max-width: 496px; }
    #team-member-details .detail .member-image::before {
      content: "";
      position: absolute;
      right: -27px;
      bottom: -27px;
      width: 496px;
      height: 398px;
      background-color: #E2FFFF;
      /* solid color */
      background-image: url("./assets/images/teal-background.png");
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      z-index: 0; }
    #team-member-details .detail .member-image img {
      width: 496px;
      height: 488px;
      display: block;
      position: relative;
      z-index: 1;
      object-fit: cover; }
    #team-member-details .detail .member-image .badge {
      display: flex;
      flex-direction: column;
      text-align: center;
      position: absolute;
      top: 29px;
      left: -16%;
      background: #00BFB8;
      color: #FFFFFF;
      padding: 12px 20px;
      font-size: 16px;
      font-weight: 700;
      z-index: 2;
      white-space: nowrap; }
      @media (min-width: 1025px) and (max-width: 1228px) {
        #team-member-details .detail .member-image .badge {
          left: -6%; } }
      #team-member-details .detail .member-image .badge .first-line, #team-member-details .detail .member-image .badge .second-line {
        font-family: 'Anton', sans-serif;
        font-weight: 400;
        line-height: 26px;
        letter-spacing: 0.02em; }
      #team-member-details .detail .member-image .badge .first-line {
        font-size: 26px; }
      #team-member-details .detail .member-image .badge .second-line {
        font-size: 18px; }
      @media (max-width: 425px) {
        #team-member-details .detail .member-image .badge {
          top: 0;
          left: 0; } }

#trails {
  background-image: url("./assets/images/pattern.jpg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  position: relative;
  top: 10px; }
  #trails .wrapper .trails-wrapper {
    text-align: center;
    flex-direction: column;
    margin-top: 150px; }
    @media (max-width: 1024px) {
      #trails .wrapper .trails-wrapper {
        margin-top: 15px; } }
    @media (max-width: 425px) {
      #trails .wrapper .trails-wrapper {
        margin-top: 0; } }
    #trails .wrapper .trails-wrapper .h3 {
      font-size: 30px; }
    #trails .wrapper .trails-wrapper .h2 {
      font-size: 46.1px;
      line-height: 60.13px;
      margin: 10px 0 14px; }
      @media (max-width: 800px) {
        #trails .wrapper .trails-wrapper .h2 {
          font-size: 42px; } }
    #trails .wrapper .trails-wrapper .paragraph {
      margin: 0;
      font-size: 16.04px;
      max-width: 800px; }
  #trails .wrapper .trails_images {
    margin-top: 30px; }

#rider-message {
  background-image: linear-gradient(rgba(246, 255, 255, 0.85), rgba(246, 255, 255, 0.85)), url("./assets/images/teal-background.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    #rider-message {
      margin-top: 30px; } }
  @media (min-width: 801px) {
    #rider-message .wrapper .custom-margin {
      padding: 50px 0; } }
  #rider-message .wrapper .custom-margin .sub-detail {
    display: flex;
    align-items: center;
    gap: 20px;
    background-color: #ffffff;
    border-radius: 4px; }
    @media (max-width: 600px) {
      #rider-message .wrapper .custom-margin .sub-detail {
        flex-wrap: wrap; } }
    #rider-message .wrapper .custom-margin .sub-detail .rider-img {
      border-radius: 4px; }
      @media (max-width: 600px) {
        #rider-message .wrapper .custom-margin .sub-detail .rider-img {
          width: 100%; } }
    #rider-message .wrapper .custom-margin .sub-detail .paragraph {
      border-left: 1px solid #c1c1c1;
      padding-left: 10px;
      margin: 0;
      font-size: 16.04px; }
    #rider-message .wrapper .custom-margin .sub-detail .member_social_icons {
      display: flex;
      align-items: center; }

@media (min-width: 1025px) {
  #our_team_details .wrapper .our_team_intro {
    flex-wrap: unset !important; } }

#our_team_details .wrapper .our_team_intro .intro-heading .h2 {
  font-size: 46px;
  line-height: 60px;
  margin-top: 10px; }

#our_team_details .wrapper .our_team_intro .intro-detail {
  font-size: 16.04px;
  line-height: 26.06px; }
  @media (min-width: 1025px) {
    #our_team_details .wrapper .our_team_intro .intro-detail {
      max-width: 600px; } }

#our_team_details .wrapper .team-member-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  margin-top: 30px; }
  @media (min-width: 768px) {
    #our_team_details .wrapper .team-member-grid {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1200px) {
    #our_team_details .wrapper .team-member-grid {
      grid-template-columns: repeat(3, 1fr); } }
  #our_team_details .wrapper .team-member-grid .team-card {
    overflow: hidden;
    display: flex;
    flex-direction: column; }
    #our_team_details .wrapper .team-member-grid .team-card .team-member {
      display: flex;
      flex-direction: column;
      height: 100%; }
      #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data {
        position: relative; }
        #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data img {
          width: 100%;
          aspect-ratio: 1 / 1;
          display: block;
          object-fit: cover; }
        #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data .overlay {
          background: #fff;
          padding: 15px;
          position: absolute;
          bottom: 20px;
          left: 50%;
          width: 80%;
          transform: translate(-50%, 0); }
          #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data .overlay .h2 {
            font-size: 22px; }
          #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data .overlay .paragraph {
            font-size: 14px;
            margin: 5px 0 10px; }
          #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data .overlay .social-links {
            display: flex;
            gap: 10px; }
            #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data .overlay .social-links a {
              border-bottom: none !important; }
              #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data .overlay .social-links a img {
                filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(0%) hue-rotate(180deg) brightness(90%) contrast(85%); }
            #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data .overlay .social-links a {
              display: inline-flex;
              align-items: center;
              justify-content: center;
              transition: transform 0.3s ease; }
              #our_team_details .wrapper .team-member-grid .team-card .team-member .member_data .overlay .social-links a:hover {
                transform: scale(1.2); }
      #our_team_details .wrapper .team-member-grid .team-card .team-member .member_details {
        flex-grow: 1;
        margin-top: 14px; }
        #our_team_details .wrapper .team-member-grid .team-card .team-member .member_details p {
          font-size: 16.04px;
          margin: 0; }
      #our_team_details .wrapper .team-member-grid .team-card .team-member a,
      #our_team_details .wrapper .team-member-grid .team-card .team-member a.anchor {
        max-width: max-content;
        align-self: flex-start !important;
        margin: 7px 0 0 2px;
        color: #262626;
        text-decoration: none;
        font-size: 16px;
        line-height: 26px;
        border-bottom: 1px solid #262626;
        display: inline-block;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        font-weight: 600; }
      #our_team_details .wrapper .team-member-grid .team-card .team-member a:hover,
      #our_team_details .wrapper .team-member-grid .team-card .team-member a.anchor:hover {
        transform: scale(1.04);
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08); }

@media (min-width: 801px) {
  #faq_details .wrapper .faq-detail-section {
    padding: 50px 0; } }

#faq_details .wrapper .faq-detail-section .h2 {
  font-size: 50px;
  line-height: 60px;
  margin: 12px 0 15px; }
  @media (max-width: 800px) {
    #faq_details .wrapper .faq-detail-section .h2 {
      font-size: 42px; } }

#faq_details .wrapper .faq-detail-section .paragraph {
  font-size: 16px;
  margin: 0; }

#faq_details .wrapper .faq-detail-section .faq-wrapper {
  display: flex;
  gap: 30px;
  margin-top: 40px; }
  @media (max-width: 768px) {
    #faq_details .wrapper .faq-detail-section .faq-wrapper {
      flex-wrap: wrap; } }
  @media (max-width: 768px) {
    #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-list {
      width: 100%;
      display: none; } }
  #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-list ul {
    margin: 0; }
    #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-list ul li {
      margin-bottom: 20px; }
      #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-list ul li .faq-link {
        background: none;
        font-family: 'Montserrat', sans-serif;
        font-weight: 700;
        font-size: 16px;
        line-height: 100%;
        letter-spacing: 0.02em;
        color: #262626;
        text-transform: uppercase; }
        #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-list ul li .faq-link.active {
          color: #00BFB8; }
  #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content {
    flex: 1; }
    @media (max-width: 768px) {
      #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item {
        margin-left: 15px;
        margin-bottom: 25px; } }
    #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-header {
      background: none;
      padding: 15px 0;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      font-size: 18px;
      line-height: 30px;
      margin: 0;
      color: #262626;
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer; }
      @media (max-width: 768px) {
        #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-header {
          align-items: baseline; } }
      #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-header p {
        margin: 0; }
      #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-header .accordion-title {
        flex: 1; }
      #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-header .accordion-icon {
        display: flex;
        align-items: center; }
        #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-header .accordion-icon .icon-plus {
          display: block;
          transition: transform 0.3s ease; }
        #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-header .accordion-icon .icon-minus {
          display: none; }
      #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-header.active .accordion-icon .icon-plus {
        display: none; }
      #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-header.active .accordion-icon .icon-minus {
        display: block; }
    #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-body {
      padding: 15px; }
      #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-body p {
        margin: 0;
        font-family: 'Montserrat' , sans-serif;
        font-weight: 500;
        font-size: 15px; }
        #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-body p a {
          font-family: 'Montserrat', sans-serif;
          font-weight: 700;
          font-size: 15px;
          line-height: 26px;
          color: #262626;
          text-decoration: none;
          cursor: pointer; }
          #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-body p a:hover {
            color: #00BFB8; }
    #faq_details .wrapper .faq-detail-section .faq-wrapper .faq-content .faq-item .accordion .accordion-item .accordion-dropdown {
      cursor: pointer; }

.mobile-faq-link {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 25px; }
  @media (min-width: 769px) {
    .mobile-faq-link {
      display: none; } }
  .mobile-faq-link.active {
    color: #00BFB8; }

.faq-contact {
  position: relative; }
  .faq-contact .bg-image {
    position: absolute;
    right: 0;
    top: -8%; }
    @media (max-width: 430px) {
      .faq-contact .bg-image {
        top: -2%; } }

#faq_contact {
  position: relative;
  z-index: 1; }
  #faq_contact .wrapper {
    display: flex;
    justify-content: center;
    background-image: linear-gradient(rgba(246, 255, 255, 0.85), rgba(246, 255, 255, 0.85)), url("./assets/images/teal-background.png");
    background-size: cover;
    background-repeat: no-repeat; }
    @media (min-width: 801px) {
      #faq_contact .wrapper .custom-padding {
        padding: 50px 0; } }
    #faq_contact .wrapper .custom-padding .faq_content_section {
      background: #ffffff;
      display: flex;
      flex-direction: column;
      padding: 30px;
      border-radius: 10px;
      max-width: 600px; }
      #faq_contact .wrapper .custom-padding .faq_content_section .faq_contact_title {
        color: #262626 !important;
        font-size: 30px;
        font-weight: 600 !important;
        margin-bottom: 20px; }
      #faq_contact .wrapper .custom-padding .faq_content_section p {
        margin: 20px 0 0; }
        #faq_contact .wrapper .custom-padding .faq_content_section p label {
          display: flex;
          gap: 30px;
          align-items: flex-start;
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          color: #262626;
          letter-spacing: 0; }
          @media (max-width: 430px) {
            #faq_contact .wrapper .custom-padding .faq_content_section p label {
              flex-direction: column;
              gap: 10px; } }
          #faq_contact .wrapper .custom-padding .faq_content_section p label input {
            width: 100%;
            background-color: #f6f6f6;
            padding: 10px;
            border: none;
            outline: none; }
          #faq_contact .wrapper .custom-padding .faq_content_section p label textarea {
            background-color: #f6f6f6;
            padding: 10px;
            border: none;
            outline: none;
            resize: none; }
        #faq_contact .wrapper .custom-padding .faq_content_section p:nth-of-type(1) label {
          gap: 45px; }
          @media (max-width: 430px) {
            #faq_contact .wrapper .custom-padding .faq_content_section p:nth-of-type(1) label {
              gap: 10px; } }
        #faq_contact .wrapper .custom-padding .faq_content_section p:nth-of-type(2) label {
          gap: 50px; }
          @media (max-width: 430px) {
            #faq_contact .wrapper .custom-padding .faq_content_section p:nth-of-type(2) label {
              gap: 10px; } }
        #faq_contact .wrapper .custom-padding .faq_content_section p:nth-of-type(3) label {
          gap: 45px; }
          @media (max-width: 430px) {
            #faq_contact .wrapper .custom-padding .faq_content_section p:nth-of-type(3) label {
              gap: 10px; } }
      #faq_contact .wrapper .custom-padding .faq_content_section p {
        display: flex;
        justify-content: center; }
        #faq_contact .wrapper .custom-padding .faq_content_section p .custom-submit-btn {
          background: #2aa5c1 !important;
          margin: 0 !important;
          transition: transform 0.3s ease, box-shadow 0.3s ease; }
          #faq_contact .wrapper .custom-padding .faq_content_section p .custom-submit-btn:hover {
            transform: scale(1.1); }

@media (min-width: 801px) {
  #gallery_details .wrapper .gallery-section {
    padding: 50px 0; } }

@media (min-width: 1025px) {
  #gallery_details .wrapper .gallery-section .gallery-text {
    max-width: 650px; } }

#gallery_details .wrapper .gallery-section .gallery-text .h2 {
  font-size: 50px;
  line-height: 60px;
  margin: 15px 0; }

#gallery_details .wrapper .gallery-section .gallery-text .paragraph {
  margin: 0; }

#gallery_details .wrapper .gallery-section .gallery .gallery-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  justify-content: space-between; }
  @media (max-width: 700px) {
    #gallery_details .wrapper .gallery-section .gallery .gallery-list {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 16px;
      justify-items: center;
      padding: 0;
      text-align: center; } }
  #gallery_details .wrapper .gallery-section .gallery .gallery-list button {
    background: none !important;
    border: none !important;
    color: #262626 !important;
    font-family: 'Palanquin Dark', sans-serif !important;
    font-weight: 500 !important;
    font-size: 18px !important;
    line-height: 26px;
    position: relative;
    cursor: pointer;
    padding: 10px 0 !important;
    transition: color 0.3s ease; }
    #gallery_details .wrapper .gallery-section .gallery .gallery-list button::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 3px;
      background: #00BFB8;
      transition: width 0.3s ease; }
    #gallery_details .wrapper .gallery-section .gallery .gallery-list button:hover::after {
      width: 100%; }
    #gallery_details .wrapper .gallery-section .gallery .gallery-list button.active::after {
      width: 100%; }
  @media (min-width: 801px) {
    #gallery_details .wrapper .gallery-section .gallery .gallery-list {
      display: flex;
      gap: 40px;
      padding: 0 20px; }
      #gallery_details .wrapper .gallery-section .gallery .gallery-list button {
        background-color: unset !important;
        border: none !important;
        color: #5C5A5A !important;
        font-family: 'Palanquin Dark', sans-serif !important;
        font-weight: 400;
        font-size: 20px !important;
        line-height: 28px !important;
        position: relative;
        padding-bottom: 8px;
        cursor: pointer; }
        #gallery_details .wrapper .gallery-section .gallery .gallery-list button::after {
          content: '';
          position: absolute;
          left: 0;
          bottom: -3px;
          width: 0;
          height: 4px;
          background: #00BFB8; }
        #gallery_details .wrapper .gallery-section .gallery .gallery-list button.active::after {
          width: 100%; } }

#gallery_details .wrapper .gallery-section .gallery .gallery-images .all-gallery-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px; }
  @media (max-width: 1024px) {
    #gallery_details .wrapper .gallery-section .gallery .gallery-images .all-gallery-images {
      grid-template-columns: repeat(2, 1fr); } }
  @media (max-width: 430px) {
    #gallery_details .wrapper .gallery-section .gallery .gallery-images .all-gallery-images {
      grid-template-columns: 1fr; } }
  #gallery_details .wrapper .gallery-section .gallery .gallery-images .all-gallery-images a {
    text-decoration: none; }
  #gallery_details .wrapper .gallery-section .gallery .gallery-images .all-gallery-images .gallery-item {
    display: flex;
    flex-direction: column;
    text-align: center; }
    #gallery_details .wrapper .gallery-section .gallery .gallery-images .all-gallery-images .gallery-item .image-wrapper {
      width: 100%;
      overflow: hidden; }
      #gallery_details .wrapper .gallery-section .gallery .gallery-images .all-gallery-images .gallery-item .image-wrapper img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        aspect-ratio: 1 /1; }
    #gallery_details .wrapper .gallery-section .gallery .gallery-images .all-gallery-images .gallery-item .paragraph {
      margin-top: 14px;
      font-size: 15px;
      font-weight: 600 !important;
      color: #262626 !important; }

.mobile-scroll-arrow {
  position: fixed;
  bottom: 113px;
  right: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #D3D3D3 !important;
  border: none;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease;
  z-index: 999;
  display: none; }
  .mobile-scroll-arrow img {
    width: 24px;
    height: 24px;
    display: block; }
  .mobile-scroll-arrow:hover {
    transform: translateY(-4px); }
  .mobile-scroll-arrow.visible {
    opacity: 1;
    visibility: visible; }
  @media (max-width: 430px) {
    .mobile-scroll-arrow {
      display: flex;
      align-items: center;
      justify-content: center; } }

#inner-mtb-destinations-block {
  background: url("./assets/images/pine-forest2.png") top center no-repeat, #fff;
  position: relative;
  padding-top: 248px; }
  #inner-mtb-destinations-block .bg-color {
    background-color: #F4F4F4; }
    #inner-mtb-destinations-block .bg-color .wrapper {
      position: relative;
      z-index: 2; }
      #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block {
        text-align: center;
        padding: 50px 0;
        flex-direction: column;
        position: relative;
        margin-top: -150px; }
        @media (max-width: 768px) {
          #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block {
            padding: 30px 0; } }
        #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .h2 {
          font-size: 50px;
          line-height: 55px;
          margin-top: 17px; }
        #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .paragraph-margin {
          font-family: 'Montserrat', sans-serif;
          font-weight: 500;
          color: #6E6D6D;
          margin: 15px auto 0;
          font-size: 18px;
          line-height: 26px;
          text-align: center;
          max-width: 1200px; }
        #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .mtb-destinations-items {
          display: grid;
          grid-template-columns: 1fr;
          gap: 20px;
          margin-top: 12px; }
          @media (min-width: 768px) {
            #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .mtb-destinations-items {
              grid-template-columns: repeat(2, 1fr); } }
          @media (min-width: 1200px) {
            #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .mtb-destinations-items {
              grid-template-columns: repeat(3, 1fr); } }
        #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .mtb-destinations-items article:nth-child(2) {
          transform: translateY(50px); }
          @media (max-width: 1200px) {
            #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .mtb-destinations-items article:nth-child(2) {
              transform: unset; } }
        #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .adventure-item {
          position: relative;
          overflow: hidden; }
          #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .adventure-item img {
            width: 100%;
            aspect-ratio: 1 / 1;
            object-fit: cover;
            display: block; }
          #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .adventure-item .adventure-content {
            position: absolute;
            bottom: 25px;
            left: 26px;
            right: 26px;
            background-color: rgba(0, 0, 0, 0.7);
            color: #ffffff;
            padding: 22px 22px 18px;
            text-align: left; }
            #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .adventure-item .adventure-content .display-flex {
              align-items: flex-start !important;
              flex-wrap: nowrap; }
              #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .adventure-item .adventure-content .display-flex h4 {
                position: relative;
                margin: 0 0 6px;
                font-size: 18px;
                font-weight: bold; }
                #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .adventure-item .adventure-content .display-flex h4::before {
                  content: "";
                  position: absolute;
                  top: -8px;
                  left: 0;
                  width: 44px;
                  height: 3px;
                  background-color: #00BFB8; }
              #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .adventure-item .adventure-content .display-flex .arrow-btn {
                display: inline-flex;
                align-items: center;
                justify-content: center;
                width: 35px;
                height: 35px;
                background: #00c9c9;
                color: #fff;
                border-radius: 50%;
                font-size: 20px;
                text-decoration: none; }
            #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .adventure-item .adventure-content .paragraph {
              margin: 4px 0 0;
              font-size: 14px;
              color: #ffffff !important;
              text-align: left; }
        #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .paragraph {
          font-size: 16px;
          margin: 30px auto 15px; }
          #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .paragraph a {
            font-family: 'Montserrat', sans-serif;
            font-weight: 500;
            font-size: 16px;
            line-height: 28px;
            text-align: center;
            color: #262626;
            display: inline-flex;
            transition: transform 0.3s ease; }
            #inner-mtb-destinations-block .bg-color .wrapper .mtb-destinations-block .paragraph a:hover {
              transform: scale(1.04); }

@media (min-width: 801px) {
  #destinations_details .wrapper .destinations-section {
    padding: 50px 0 0; } }

#destinations_details .wrapper .destinations-section .destinations-text .h2 {
  margin: 12px 0 0; }

#destinations_details .wrapper .destinations-section .destinations-text .paragraph {
  margin: 15px 0 0; }

#destinations_details .wrapper .destination .destination-article article img {
  width: 100%; }
  @media (min-width: 1025px) {
    #destinations_details .wrapper .destination .destination-article article img {
      height: 700px;
      object-fit: cover; } }

#destinations_details .wrapper .destination .destination-article article .destination-content .display-flex .h2 {
  margin: 5px 0;
  font-size: 30px; }

#destinations_details .wrapper .destination .destination-article article .destination-content .paragraph {
  margin: 0; }

#destinations_details .wrapper .destination .destination-article article .destination-content .display-flex {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 30px;
  align-items: start;
  margin: 20px 0; }
  @media (max-width: 800px) {
    #destinations_details .wrapper .destination .destination-article article .destination-content .display-flex {
      grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
      gap: 30px; } }
  #destinations_details .wrapper .destination .destination-article article .destination-content .display-flex .trip-facts-items {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    min-height: 1px; }
    #destinations_details .wrapper .destination .destination-article article .destination-content .display-flex .trip-facts-items .svg-icon {
      width: 42px;
      height: 42px;
      flex-shrink: 0; }
      #destinations_details .wrapper .destination .destination-article article .destination-content .display-flex .trip-facts-items .svg-icon img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block; }
    #destinations_details .wrapper .destination .destination-article article .destination-content .display-flex .trip-facts-items .flex-col {
      display: flex;
      flex-direction: column; }
      #destinations_details .wrapper .destination .destination-article article .destination-content .display-flex .trip-facts-items .flex-col .heading {
        margin: 0;
        font-family: 'Palanquin Dark', sans-serif;
        font-size: 22px;
        line-height: 26px;
        color: #00BFB8; }
      #destinations_details .wrapper .destination .destination-article article .destination-content .display-flex .trip-facts-items .flex-col .paragraph {
        font-weight: 600 !important;
        color: #262626 !important; }
        #destinations_details .wrapper .destination .destination-article article .destination-content .display-flex .trip-facts-items .flex-col .paragraph p {
          margin: 0; }

#destinations_details .wrapper .destination .destination-article article .destination-content .button-mb {
  margin-top: 5px !important;
  margin-bottom: 50px; }

@media (min-width: 801px) {
  #inner-gallery .wrapper .gallery-section {
    padding: 50px 0; } }

#inner-gallery .wrapper .gallery-section .explore-btn {
  display: block;
  margin: 24px auto;
  padding: 13px 22px !important;
  color: #FFFFFF !important;
  background-color: #262626 !important;
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  line-height: 100% !important;
  text-align: center !important;
  cursor: pointer; }
  @media (min-width: 801px) {
    #inner-gallery .wrapper .gallery-section .explore-btn {
      margin: 24px auto 50px; } }

.page-default {
  background-image: linear-gradient(rgba(246, 255, 255, 0.85), rgba(246, 255, 255, 0.85)), url("./assets/images/teal-background.png");
  background-size: contain;
  background-repeat: repeat; }
  .page-default .wrapper .white-bg {
    background: #ffffff;
    padding: 5px 20px; }
    .page-default .wrapper .white-bg article .entry-header h1 {
      margin: 10px 0; }
    .page-default .wrapper .white-bg article .entry-content h1, .page-default .wrapper .white-bg article .entry-content h2 {
      margin: 0; }
    .page-default .wrapper .white-bg article .entry-content p a {
      text-decoration: none;
      color: #262626;
      font-weight: 600;
      cursor: pointer; }
      .page-default .wrapper .white-bg article .entry-content p a:hover {
        color: #00BFB8 !important; }

.block_1 .wrapper .block-1-detail {
  padding: 50px 0; }
  .block_1 .wrapper .block-1-detail p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #6E6D6D;
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px; }
    .block_1 .wrapper .block-1-detail p a {
      position: relative;
      text-decoration: none;
      color: #262626; }
      .block_1 .wrapper .block-1-detail p a:hover {
        color: #00BFB8; }
  .block_1 .wrapper .block-1-detail .image-row {
    display: flex;
    gap: 15px;
    justify-content: space-between; }
    @media (max-width: 800px) {
      .block_1 .wrapper .block-1-detail .image-row {
        flex-wrap: wrap; } }
    .block_1 .wrapper .block-1-detail .image-row .custom-width {
      flex-basis: 100%; }
      .block_1 .wrapper .block-1-detail .image-row .custom-width img {
        width: 500px;
        height: 100%;
        max-height: 500px;
        object-fit: cover;
        flex-shrink: 0;
        display: block; }
        @media (max-width: 800px) {
          .block_1 .wrapper .block-1-detail .image-row .custom-width img {
            width: 100%;
            height: auto;
            max-height: unset; } }

.block_2 {
  background-image: url("./assets/images/pine-forest2.png");
  background-repeat: no-repeat;
  position: relative;
  padding-top: 200px; }
  .block_2 .bg-color {
    background: #F4F4F4; }
    .block_2 .bg-color .wrapper .block_2_content p {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      color: #6E6D6D;
      letter-spacing: 0;
      font-size: 16px; }
    .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row {
      display: flex;
      gap: 15px;
      justify-content: space-between; }
      @media (max-width: 800px) {
        .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row {
          flex-wrap: wrap; } }
      .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row:nth-child(2) {
        justify-content: center;
        margin: 15px auto;
        height: 500px;
        max-height: 500px; }
        @media (max-width: 800px) {
          .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row:nth-child(2) {
            width: 100%;
            height: unset;
            max-height: unset;
            justify-content: unset; } }
        @media (max-width: 800px) {
          .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row:nth-child(2) .custom-width {
            flex: unset; } }
        .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row:nth-child(2) .custom-width img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          display: block; }
      .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row .custom-width {
        flex-basis: 100%; }
        @media (max-width: 800px) {
          .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row .custom-width {
            flex-basis: unset; } }
        .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row .custom-width img {
          width: 500px;
          height: 100%;
          max-height: 500px;
          object-fit: cover;
          flex-shrink: 0;
          display: block; }
          @media (max-width: 800px) {
            .block_2 .bg-color .wrapper .block_2_content .block_2_image .image-row .custom-width img {
              width: 100%;
              height: unset;
              max-height: unset; } }

@media (min-width: 801px) {
  .block_3 .block_3_content {
    padding: 50px 0; } }

.block_3 .block_3_content p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #6E6D6D;
  letter-spacing: 0;
  font-size: 16px; }

.block_4 {
  background-image: linear-gradient(rgba(246, 255, 255, 0.85), rgba(246, 255, 255, 0.85)), url("./assets/images/teal-background.png");
  background-size: cover;
  background-repeat: no-repeat; }
  @media (min-width: 801px) {
    .block_4 .display-flex {
      padding: 50px 0; } }
  .block_4 .display-flex p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #6E6D6D;
    letter-spacing: 0;
    font-size: 16px; }
    .block_4 .display-flex p a {
      text-decoration: none;
      font-family: 'Montserrat', sans-serif !important;
      font-weight: 600 !important;
      font-size: 16px !important;
      line-height: 26px;
      color: #262626;
      margin-top: 6px;
      position: relative; }
      .block_4 .display-flex p a:hover {
        color: #00BFB8; }

@media (min-width: 801px) {
  .block_5 .wrapper .block_5_content {
    padding: 50px 0; } }

.block_5 .wrapper .block_5_content p {
  font-family: 'Montserrat', sans-serif !important;
  font-weight: 500;
  color: #6E6D6D;
  letter-spacing: 0; }

.block_5 .wrapper .block_5_content .image-row {
  display: grid;
  gap: 10px;
  width: 100%;
  grid-template-columns: repeat(6, 1fr);
  justify-items: center; }
  @media (max-width: 1200px) {
    .block_5 .wrapper .block_5_content .image-row {
      grid-template-columns: repeat(4, 1fr); } }
  @media (max-width: 800px) {
    .block_5 .wrapper .block_5_content .image-row {
      justify-content: unset;
      grid-template-columns: 1fr; } }
  .block_5 .wrapper .block_5_content .image-row img {
    width: 300px;
    height: 300px;
    max-height: 300px;
    object-fit: cover; }
    @media (max-width: 800px) {
      .block_5 .wrapper .block_5_content .image-row img {
        width: 100%;
        height: unset;
        max-height: unset; } }

.block_5 .wrapper .h2 {
  margin: 10px 0 0; }

@media (min-width: 801px) {
  .block_6 .wrapper .block_6_content {
    padding: 50px 0; } }

.block_6 .wrapper .block_6_content .h2 {
  margin: 10px 0 0; }

.block_6 .wrapper .block_6_content .block_6_content_1 p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #6E6D6D;
  letter-spacing: 0; }

.block_6 .wrapper .block_6_content .image-row {
  display: flex;
  gap: 15px; }
  @media (max-width: 800px) {
    .block_6 .wrapper .block_6_content .image-row {
      flex-wrap: wrap; } }
  .block_6 .wrapper .block_6_content .image-row .custom-width {
    flex-basis: 100%; }
    .block_6 .wrapper .block_6_content .image-row .custom-width img {
      width: 500px;
      height: 100%;
      max-height: 500px;
      object-fit: cover;
      flex-shrink: 0; }
      @media (max-width: 900px) {
        .block_6 .wrapper .block_6_content .image-row .custom-width img {
          max-width: unset;
          width: 100%;
          max-height: unset; } }

.block_6 .wrapper .block_6_content .block_6_content_2 p {
  margin: 30px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #6E6D6D;
  letter-spacing: 0; }
  .block_6 .wrapper .block_6_content .block_6_content_2 p a {
    text-decoration: none;
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    line-height: 26px;
    color: #262626;
    margin-top: 6px;
    position: relative; }
    .block_6 .wrapper .block_6_content .block_6_content_2 p a:hover {
      color: #00BFB8; }

@media (min-width: 801px) {
  .merch_block_1 .merch-block-1-detail {
    padding: 50px 0 0; } }

.merch_block_1 .merch-block-1-detail .h2 {
  margin: 10px 0 0; }

.merch_block_1 .merch-block-1-detail p {
  margin: 15px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #6E6D6D;
  letter-spacing: 0; }

.merch-trip-highlights .wrapper .merch_block_1_text {
  margin: 30px 0; }
  .merch-trip-highlights .wrapper .merch_block_1_text .merch-block-1-detail p {
    margin: 8px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    color: #6E6D6D;
    letter-spacing: 0; }

@media (min-width: 801px) {
  .merch_slider_block .wrapper .merch_slider_content {
    padding: 50px 0; } }

.merch_slider_block .wrapper .merch_slider_content .h3 {
  margin-bottom: 30px; }

.search_section {
  position: relative;
  z-index: 1; }
  @media (min-width: 801px) {
    .search_section .wrapper .search_result_section {
      padding: 50px 0; } }
  .search_section .wrapper .search_result_section .search-list {
    margin-top: 30px; }
    .search_section .wrapper .search_result_section .search-list .search-results .card-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, max-content));
      justify-content: start;
      gap: 24px;
      width: 100%; }
      @media (min-width: 1024px) and (max-width: 1067px) {
        .search_section .wrapper .search_result_section .search-list .search-results .card-grid:has(.card-box:nth-child(2)) {
          justify-content: center; } }
      .search_section .wrapper .search_result_section .search-list .search-results .card-grid .card-box {
        background: #fff;
        border: 1px solid #e2e2e2;
        overflow: hidden;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        text-align: center;
        width: 366px;
        max-width: 100%; }
        .search_section .wrapper .search_result_section .search-list .search-results .card-grid .card-box .search-thumbnail img {
          width: 100%;
          height: 200px;
          object-fit: cover; }
        .search_section .wrapper .search_result_section .search-list .search-results .card-grid .card-box .search_text {
          padding: 10px 0 20px; }
          .search_section .wrapper .search_result_section .search-list .search-results .card-grid .card-box .search_text .h2 {
            margin: 5px 0; }
    .search_section .wrapper .search_result_section .search-list .search-results .pagination {
      margin-top: 60px; }
      .search_section .wrapper .search_result_section .search-list .search-results .pagination .navigation .nav-links {
        display: flex;
        justify-content: center;
        gap: 10px; }
        .search_section .wrapper .search_result_section .search-list .search-results .pagination .navigation .nav-links a {
          line-height: 26px;
          font-weight: 600 !important;
          font-size: 16px !important;
          text-decoration: none;
          color: #262626;
          font-family: 'Montserrat', sans-serif !important; }
          .search_section .wrapper .search_result_section .search-list .search-results .pagination .navigation .nav-links a:hover {
            color: #00BFB8; }
        .search_section .wrapper .search_result_section .search-list .search-results .pagination .navigation .nav-links .current {
          border-bottom: 2px solid #00BFB8;
          padding-bottom: 4px;
          color: #00BFB8;
          font-weight: 700 !important; }
    .search_section .wrapper .search_result_section .search-list .h2 {
      margin: 10px 0; }
    .search_section .wrapper .search_result_section .search-list .paragraph {
      margin: 0 0 10px; }
    .search_section .wrapper .search_result_section .search-list label input {
      padding: 10px !important; }
      @media (max-width: 375px) {
        .search_section .wrapper .search_result_section .search-list label input {
          width: 100%; } }
      .search_section .wrapper .search_result_section .search-list label input:focus {
        outline: none; }
    .search_section .wrapper .search_result_section .search-list .search-submit {
      margin-left: 5px;
      padding: 10px 15px !important;
      background: #00BFB8;
      color: #ffffff;
      line-height: unset !important;
      font-weight: 500 !important;
      font-size: 16px !important;
      cursor: pointer;
      transition: transform 0.3s ease, box-shadow 0.3s ease; }
      .search_section .wrapper .search_result_section .search-list .search-submit:hover {
        transform: scale(1.1); }
      @media (max-width: 375px) {
        .search_section .wrapper .search_result_section .search-list .search-submit {
          width: 100%;
          margin-left: unset;
          margin-top: 8px; } }
