/*! 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; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
 .footer_desc p{
  color:white;
 }
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; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/* 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; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
.jacket-head{
  /*display: none;*/
  position: fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index:9999;
  overflow: hidden;
}
.jacket-head .ri-close-line{
  position: absolute;
  top:20px;
  right:80px;
  font-size:40px;
  color:#fff;
}
.jacket-head .ri-close-line:hover{
  cursor: pointer;
}
.jacket-head-inner{
  display: block;
  position: absolute;
  width:75%;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  padding:60px;
}
.jacket-head .jacket-head-inner img{
  max-width:100%;
  height:auto;
  display: block;
  margin:0 auto;

}
@media only screen and (max-width:992px){
  .jacket-head .jacket-head-inner{
      width:100%;
      padding:10px;
  }
  .jacket-head .ri-close-line{
      position: absolute;
      top:20px;
      right:20px;
      font-size:32px;
      color:#fff;
  }
}
/**
 * 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; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * 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; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

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

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  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; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 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; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * 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; /* 1 */
  font: inherit; /* 2 */
}

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

/**
* Set up a decent box model on the root element
*/
html {
  box-sizing: border-box;
  scroll-behavior: smooth;
  font-size: 16px;
  font-weight: 300;
  color: #070D0B;
}

body {
  font-size: 16px;
  font-weight: 300;
  font-family: "Lora", serif;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
}

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

/**
* Basic styles for links
*/
p {
  color: #070D0B;
  font-family: "Lora", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
}

@media only screen and (max-width: 600px) {
  html {
    font-size: 14px;
  }
}
/**
 * Basic typography style for copy text
 */
/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.xtreme-button {
  position: relative;
  display: inline-block;
  color: #ECF5FD;
  text-decoration: none;
  font-size: 16px;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  font-weight: 500;
  padding: 10px 35px;
  background-color: #78BAf9;
  border: 1px solid transparent;
  transition: all 0.4s ease;
  color: #070D0B;
}
.xtreme-button:hover {
  background-color: #153B50;
  color: #ECF5FD;
}
.xtreme-button.xtreme-bordered {
  border: 2px solid #78BAf9;
  background-color: transparent;
  color: #78BAf9;
}
.xtreme-button.xtreme-bordered:hover {
  background-color: #78BAf9;
  color: #ECF5FD;
}
.xtreme-button.xtreme-bordered.light-button {
  border-color: #ECF5FD;
  color: #ECF5FD;
}
.xtreme-button.xtreme-bordered.light-button:hover {
  background-color: #ECF5FD;
  color: #153B50;
}
.xtreme-button.small {
  transform: scale(0.75);
  transform-origin: center;
}

.main-menu {
  height: 100%;
}
.main-menu li {
  height: 100%;
  display: flex;
  align-items: center;
  z-index: 2;
}
.main-menu li a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 35px;
  font-weight: 400;
  letter-spacing: 0.25px;
  position: relative;
}
.main-menu li a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ECF5FD;
  transition: all 0.25s ease-in-out;
}
.main-menu li a:hover::before {
  width: 100%;
}
.main-menu li.extra-nav {
  position: relative;
}
.main-menu li.extra-nav .nav-extra {
  position: absolute;
  width: 235px;
  top: 70px;
  left: 0;
  height: auto;
  background-color: #3a3a3a;
  padding-bottom: 16px;
  display: none;
}
.main-menu li.extra-nav .nav-extra li {
  display: block;
  padding: 0px 16px;
  padding-top: 14px;
}
.main-menu li.extra-nav .nav-extra li a {
  display: block;
  font-size: 16px;
  line-height: 1.2;
}
.main-menu li:hover.extra-nav .nav-extra {
  display: block;
}
.main-menu .has-dropdown a {
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  font-weight: 400;
  letter-spacing: 0.25px;
}
.main-menu .has-dropdown .is-dropdown {
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 0;
  width: 100%;
  display: none;
  background-color: #3a3a3a;
  padding: 40px 0;
}
.main-menu .has-dropdown .is-dropdown .nav-pills .nav-link {
  border-radius: 0;
  background-color: transparent;
  padding: 6px 15px;
  margin-bottom: 8px;
  text-align: left;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.25px;
  width: 200px;
}
.main-menu .has-dropdown .is-dropdown .nav-pills .nav-link.active {
  color: #78BAf9;
  border-right: 2px solid #78BAf9;
}
.main-menu .has-dropdown:hover .is-dropdown {
  display: flex;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 8px 0;
  transition: all 0.5s ease-in-out;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
}
header #logo {
  position: relative;
  z-index: 3;
}

.sticky {
  position: fixed;
  background: #3a3a3a;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.sticky #logo {
  height: 70px;
}
.sticky .main-menu li a {
  font-size: 18px;
  color: #ECF5FD;
}
.sticky .main-menu li a::before {
  background-color: #070D0B;
}

.grid {
  position: relative;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

/* Common style */
.grid figure {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  font-size: 15px;
  word-spacing: -0.15em;
  font-weight: 400;
}

.grid figure h2 span {
  font-weight: 400;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Layla *****/
/*---------------*/
figure.effect-layla {
  background: #3a3a3a;
}

figure.effect-layla img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

figure.effect-layla figcaption {
  padding: 3em;
}

figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after {
  position: absolute;
  content: "";
  opacity: 0;
}

figure.effect-layla figcaption::before {
  top: 50px;
  right: 30px;
  bottom: 50px;
  left: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: scale(0, 1);
  transform-origin: 0 0;
}

figure.effect-layla figcaption::after {
  top: 30px;
  right: 50px;
  bottom: 30px;
  left: 50px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  transform: scale(1, 0);
  transform-origin: 100% 0;
}

figure.effect-layla h2 {
  transition: transform 0.35s;
  transform: translateY(-50%);
  top: 50%;
  position: relative;
}

figure.effect-layla p {
  padding: 0.5em 2em;
  text-transform: none;
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}

figure.effect-layla img,
figure.effect-layla figcaption::before,
figure.effect-layla figcaption::after,
figure.effect-layla p {
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-layla:hover img {
  opacity: 0.4;
  transform: translate3d(0, 0, 0);
}

figure.effect-layla:hover figcaption::before,
figure.effect-layla:hover figcaption::after {
  opacity: 1;
  transform: scale(1);
}

figure.effect-layla:hover figcaption::after,
figure.effect-layla:hover h2,
figure.effect-layla:hover p,
figure.effect-layla:hover img {
  transition-delay: 0.15s;
}

#nav-toggle {
  display: none;
}

.mobile-nav {
  display: none;
}

.search-bar {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  height: 109px;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out 0.35s;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.search-bar form {
  width: 80%;
  height: 100%;
  position: relative;
  margin: auto;
}
.search-bar input {
  width: 100%;
  padding-top: 32px;
  padding-left: 32px;
  margin: auto;
  font-size: 26px;
  border: none;
  border-bottom: 2px solid #eaeaea;
}
.search-bar .form-control {
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #eaeaea;
}
.search-bar .form-control:focus {
  box-shadow: none;
  border-color: transparent;
  border-bottom: 2px solid #eaeaea;
}
.search-bar.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  transition: all ease-in-out 0.35s;
}

.search-close {
  position: absolute;
  right: 25px;
  top: 30px;
  cursor: pointer;
}
.search-close i {
  font-size: 28px;
}

.tab-only {
  display: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .main-menu .has-dropdown a {
    margin-left: 20px;
    margin-right: 20px;
  }
  .main-menu li a {
    margin-right: 20px;
    font-size: 14px;
  }
  header #logo {
    height: 70px;
  }
  .sticky .main-menu li a {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1024px) {
  header #logo {
    width: auto;
  }
  .sticky #logo {
    height: 60px;
  }
  .main-menu {
    display: none;
  }
  .main-menu li {
    height: auto;
    padding: 10px 0;
  }
  .main-menu .has-dropdown .is-dropdown {
    position: static;
  }
  #nav-toggle {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 65px;
    z-index: 9;
    width: auto;
    text-decoration: none;
    font-size: 24px;
    color: #ECF5FD;
    display: block;
  }
  .search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    z-index: 9;
    width: auto;
    text-decoration: none;
    font-size: 24px;
    color: #ECF5FD;
    display: block;
  }
  .search-bar {
    height: 83px;
  }
  .search-bar form {
    width: 95%;
  }
  .search-bar input {
    padding-left: 20px;
    padding-top: 28px;
    font-size: 24px;
  }
  .search-close {
    top: 28px;
    right: 10px;
  }
}
@media only screen and (max-width: 992px) {
  .mobile-nav {
    position: fixed;
    width: 300px;
    height: 100vh;
    background-color: #fff;
    top: 0%;
    left: 0%;
    z-index: 99;
    padding-top: 45px;
    transform: translateX(0%);
    transition: all ease-in-out 0.35s;
    overflow-x: scroll;
    display: block;
  }
  .mobile-nav.translate-nav {
    transform: translateX(-100%);
    transition: all ease-in-out 0.35s;
  }
  .mobile-nav .mobile-nav-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 18px;
    padding: 6px;
    background-color: #153B50;
    color: #fff;
  }
  .mobile-nav li {
    padding-left: 10px;
    padding-right: 10px;
  }
  .mobile-nav li .dropdown-icon {
    float: right;
    font-size: 18px;
  }
  .mobile-nav a {
    text-decoration: none;
    font-size: 18px;
    color: #153B50;
    font-weight: 600;
    padding: 10px 0px;
    border-bottom: 1px solid #eaeaea;
    display: block;
  }
  .mobile-nav .m-subnav li {
    padding-right: 0;
  }
  .mobile-nav .m-subnav a {
    font-weight: 500;
    color: #5a5a5a;
  }
}
@media only screen and (max-width: 700px) {
  header #logo {
    height: 75px;
    width: auto !important;
  }
  .search-bar {
    height: 75px;
  }
  .search-bar form {
    width: 100%;
  }
  .search-bar input {
    padding-top: 24px;
    padding-right: 45px;
    font-size: 18px;
  }
  .search-close {
    top: 17px;
  }
}
footer .main-footer {
  background-color: #153B50;
  background-image: url("../images/linemountaians.png");
  padding: 60px 0 20px 0;
  background-blend-mode: screen;
  background-size: contain;
  background-position: top;
}
footer .main-footer .section-title {
  margin-bottom: 10px;
}
footer .main-footer .section-title span {
  background-color: #153B50;
  color: #ECF5FD;
}
footer .main-footer .section-title:before {
  background-color: #ECF5FD;
}
footer .main-footer .section-subtitle2 {
  color: #ECF5FD;
}
footer .main-footer .main-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
footer .main-footer .main-list li {
  padding: 10px 20px;
}
footer .main-footer .main-list li a {
  font-size: 16px;
  font-weight: 400;
  color: #ECF5FD;
  text-decoration: none;
}
footer .main-footer .footer-contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  margin: 20px 0 20px 0;
}
footer .main-footer .footer-contact li {
  padding: 10px 55px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, 0.25);
}
footer .main-footer .footer-contact li:first-of-type {
  border: none;
}
footer .main-footer .footer-contact li p {
  line-height: 1;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  color: #ECF5FD;
}
footer .main-footer .footer-contact li a {
  font-size: 20px;
  color: #ECF5FD;
  text-decoration: none;
  display: inline-block;
  margin-top: 5px;
}
footer hr {
  border-color: rgba(255, 255, 255, 0.5);
  margin: 30px 0;
}
footer .footer-date-time {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
}

.foot-bottom {
  background-color: #3a3a3a;
  color: #fff;
}

.foot-bottom p {
  color: #fff;
}

@media only screen and (max-width: 600px) {
  footer .affiliations {
    flex-wrap: wrap;
  }
  footer .affiliations li {
    width: calc(33% - 15px);
    padding: 0;
    border: none;
  }
  footer .affiliations li img {
    height: 40px;
    width: auto;
    margin: 20px auto;
  }
  footer .main-footer .footer-contact {
    flex-direction: column;
  }
  footer .main-footer .footer-contact li {
    border: none;
    margin: 10px 0;
    padding: 10px 0;
  }
  footer .main-footer .main-list li {
    padding: 10px 15px;
  }
  footer .footer-date-time {
    width: 100%;
    border: none;
  }
}
#landing {
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#landing #sd-container {
  position: absolute;
  z-index: 9;
  bottom: 10px;
  left: 50%;
  transform: translateY(-50%);
}
#landing .arrow {
  position: relative;
  width: 42px;
  height: 16px;
  opacity: 0;
}
#landing .arrow::before, #landing .arrow::after {
  content: "";
  width: 21px;
  height: 2px;
  background-color: #ECF5FD;
  border-radius: 2px;
  display: inline-block;
}
#landing .arrow::before {
  transform: rotate(45deg) translateX(25%);
}
#landing .arrow::after {
  transform: rotate(-45deg) translateX(-25%);
}
#landing .arrow:nth-child(1) {
  top: -50px;
  opacity: 1;
  animation: arrow2 1s ease 0s infinite;
}
#landing .arrow:nth-child(2) {
  top: -25px;
  animation: arrow1 1s ease 0.25s infinite;
}
@keyframes arrow1 {
  from {
    opacity: 0;
    top: -25px;
  }
  to {
    opacity: 0;
    top: 0px;
  }
  50% {
    opacity: 1;
  }
}
@keyframes arrow2 {
  from {
    opacity: 0;
    top: -35px;
  }
  to {
    opacity: 0;
    top: -10px;
  }
  50% {
    opacity: 1;
  }
}
#landing .landing-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#landing .landing-video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.4) 100%);
}
#landing .landing-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#landing .landing-content {
  position: relative;
  z-index: 3;
  width: 75%;
  text-align: center;
}
#landing .landing-content h2 {
  font-size: 3.25vw;
  color: #ECF5FD;
  font-weight: 300;
  line-height: 1;
}
#landing .landing-content h2 span {
  display: inline-block;
  margin: 0 10px;
  letter-spacing: 0.5px;
}
#landing .landing-content h2 .top-text {
  font-weight: 400;
  font-size: 22px;
  display: block;
  margin-bottom: 15px;
  text-transform: capitalize;
}
#landing .landing-content h2 .name {
  position: relative;
}
#landing .landing-content h2 .name:before {
  content: "";
  position: absolute;
  bottom: 3px;
  width: 100%;
  height: 15px;
  background-color: #FFC482;
  z-index: -1;
}
#landing .landing-content p {
  font-size: 48px;
  margin: 30px 0;
  font-weight: 200;
  color: #ECF5FD;
  font-family: "Nothing You Could Do", cursive;
}

@keyframes move {
  0% {
    transform-origin: bottom left;
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
  50% {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    /* IE 9 */
    -webkit-transform: scale(1.2);
    /* Safari and Chrome */
    -o-transform: scale(1.2);
    /* Opera */
    -moz-transform: scale(1.2);
    /* Firefox */
  }
  100% {
    transform: scale(1);
    -ms-transform: scale(1);
    /* IE 9 */
    -webkit-transform: scale(1);
    /* Safari and Chrome */
    -o-transform: scale(1);
    /* Opera */
    -moz-transform: scale(1);
    /* Firefox */
  }
}
#climbs {
  padding: 60px 0 60px 0;
}
#climbs .climb-package {
  height: 75vh;
}
#climbs .climb-package .image {
  width: 100%;
  height: 100%;
}
#climbs .climb-package .snip1295 {
  position: relative;
  padding: 6px;
  width: 100%;
  height: 100%;
  box-shadow: none !important;
  transform: translateZ(0);
  box-sizing: padding-box;
}
#climbs .climb-package .snip1295:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 0;
  background-color: #000;
  opacity: 0.35;
  transition: all 0.45s ease-in-out;
}
#climbs .climb-package .snip1295:hover::before {
  opacity: 0.65;
}
#climbs .climb-package .snip1295 .climb-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 90%;
}
#climbs .climb-package .snip1295 .climb-content h2 {
  font-family: "Nothing You Could Do", cursive;
  font-size: 42px;
  color: #ECF5FD;
  margin-bottom: 0;
}
#climbs .climb-package .snip1295 .climb-content p {
  color: #ECF5FD;
  font-weight: 500;
}
#climbs .climb-package .snip1295 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
#climbs .climb-package .snip1295 .border {
  position: absolute;
  opacity: 0.75;
  border: none !important;
}
#climbs .climb-package .snip1295 .border:before,
#climbs .climb-package .snip1295 .border:after,
#climbs .climb-package .snip1295 .border div:before,
#climbs .climb-package .snip1295 .border div:after {
  background-color: #FFC482;
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
#climbs .climb-package .snip1295 .border:before,
#climbs .climb-package .snip1295 .border:after {
  width: 0;
  height: 2px;
}
#climbs .climb-package .snip1295 .border div:before,
#climbs .climb-package .snip1295 .border div:after {
  width: 2px;
  height: 0;
}
#climbs .climb-package .snip1295 .border.one {
  left: 0;
  top: 0;
  right: 12px;
  bottom: 12px;
}
#climbs .climb-package .snip1295 .border.one:before,
#climbs .climb-package .snip1295 .border.one div:before {
  left: 0;
  top: 0;
}
#climbs .climb-package .snip1295 .border.one:after,
#climbs .climb-package .snip1295 .border.one div:after {
  bottom: 0;
  right: 0;
}
#climbs .climb-package .snip1295 .border.two {
  left: 12px;
  top: 12px;
  right: 0;
  bottom: 0;
}
#climbs .climb-package .snip1295 .border.two:before,
#climbs .climb-package .snip1295 .border.two div:before {
  right: 0;
  top: 0;
}
#climbs .climb-package .snip1295 .border.two:after,
#climbs .climb-package .snip1295 .border.two div:after {
  bottom: 0;
  left: 0;
}
#climbs .climb-package .snip1295 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#climbs .climb-package .snip1295:hover .border:before,
#climbs .climb-package .snip1295.hover .border:before,
#climbs .climb-package .snip1295:hover .border:after,
#climbs .climb-package .snip1295.hover .border:after {
  width: 100%;
}
#climbs .climb-package .snip1295:hover .border div:before,
#climbs .climb-package .snip1295.hover .border div:before,
#climbs .climb-package .snip1295:hover .border div:after,
#climbs .climb-package .snip1295.hover .border div:after {
  height: 100%;
}

.swiper-slide figure.effect-layla figcaption {
  padding: 0;
}

#treks {
  padding: 60px 0;
  background-color: #ECF5FD;
}
#treks .trek-title {
  position: relative;
  height: 60vh;
  overflow: hidden;
  margin-bottom: 10px;
}
#treks .trek-title img {
  width: 100%;
  height: 100%;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
}
#treks .trek-title .sub-content {
  position: absolute;
  bottom: 20px;
  left: 40px;
  z-index: 2;
  width: 50%;
}
#treks .trek-title .sub-content h2 {
  font-size: 60px;
  font-weight: 800;
  color: #fff;
}
#treks .trek-title .sub-content p {
  color: #fff;
}
#treks .trek-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.35;
}
#treks figure.effect-layla h2 {
  font-size: 24px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  text-shadow: 0px 0px 2px rgb(0, 0, 0);
  transform: translate(-50%, -50%);
  width: 50%;
  left: 50%;
  line-height: 1;
}
#treks .trek-next, #treks .trek-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
}
#treks .trek-next i, #treks .trek-prev i {
  font-size: 60px;
  opacity: 0.95;
  color: #fff;
}
#treks .trek-next {
  right: 0;
}

#skis {
  position: relative;
  padding-top: 100px;
}
#skis .ski-image {
  width: 100%;
  height: 110vh;
}
#skis .ski-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
#skis .ski-content {
  position: absolute;
  top: 40px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 8;
}
#skis .ski-content .section-title {
  margin-bottom: 0px;
}

#all-packages {
  padding: 60px 0 0 0;
  position: relative;
}
#all-packages .allpackages-next, #all-packages .allpackages-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
}
#all-packages .allpackages-next i, #all-packages .allpackages-prev i {
  font-size: 60px;
  opacity: 0.95;
  color: #fff;
}
#all-packages .allpackages-next {
  right: 0;
}
#all-packages .packages-package .image {
  width: 100%;
  height: 100%;
}
#all-packages .packages-package .snip1295 {
  position: relative;
  padding: 6px;
  width: 100%;
  height: 100%;
  box-shadow: none !important;
  transform: translateZ(0);
  box-sizing: padding-box;
}
#all-packages .packages-package .snip1295:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 0;
  background-color: #000;
  opacity: 0.35;
  transition: all 0.45s ease-in-out;
}
#all-packages .packages-package .snip1295:hover::before {
  opacity: 0.65;
}
#all-packages .packages-package .snip1295 .packages-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
  width: 90%;
}
#all-packages .packages-package .snip1295 .packages-content h2 {
  font-size: 42px;
  font-weight: 800;
  color: #ECF5FD;
  margin-bottom: 0;
}
#all-packages .packages-package .snip1295 .packages-content p {
  color: #ECF5FD;
  font-weight: 500;
}
#all-packages .packages-package .snip1295 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: top;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  transition: all 0.5s ease-in-out;
}
#all-packages .packages-package .snip1295 .border {
  position: absolute;
  opacity: 0.75;
  border: none !important;
}
#all-packages .packages-package .snip1295 .border:before,
#all-packages .packages-package .snip1295 .border:after,
#all-packages .packages-package .snip1295 .border div:before,
#all-packages .packages-package .snip1295 .border div:after {
  background-color: #FFC482;
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s ease-in-out;
}
#all-packages .packages-package .snip1295 .border:before,
#all-packages .packages-package .snip1295 .border:after {
  width: 0;
  height: 2px;
}
#all-packages .packages-package .snip1295 .border div:before,
#all-packages .packages-package .snip1295 .border div:after {
  width: 2px;
  height: 0;
}
#all-packages .packages-package .snip1295 .border.one {
  left: 0;
  top: 0;
  right: 12px;
  bottom: 12px;
}
#all-packages .packages-package .snip1295 .border.one:before,
#all-packages .packages-package .snip1295 .border.one div:before {
  left: 0;
  top: 0;
}
#all-packages .packages-package .snip1295 .border.one:after,
#all-packages .packages-package .snip1295 .border.one div:after {
  bottom: 0;
  right: 0;
}
#all-packages .packages-package .snip1295 .border.two {
  left: 12px;
  top: 12px;
  right: 0;
  bottom: 0;
}
#all-packages .packages-package .snip1295 .border.two:before,
#all-packages .packages-package .snip1295 .border.two div:before {
  right: 0;
  top: 0;
}
#all-packages .packages-package .snip1295 .border.two:after,
#all-packages .packages-package .snip1295 .border.two div:after {
  bottom: 0;
  left: 0;
}
#all-packages .packages-package .snip1295 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
#all-packages .packages-package .snip1295:hover .border:before,
#all-packages .packages-package .snip1295.hover .border:before,
#all-packages .packages-package .snip1295:hover .border:after,
#all-packages .packages-package .snip1295.hover .border:after {
  width: 100%;
}
#all-packages .packages-package .snip1295:hover .border div:before,
#all-packages .packages-package .snip1295.hover .border div:before,
#all-packages .packages-package .snip1295:hover .border div:after,
#all-packages .packages-package .snip1295.hover .border div:after {
  height: 100%;
}

.home-section {
  padding: 60px 0;
  background-color: #ECF5FD;
}
.home-section .section-title span {
  background-color: #ECF5FD;
}
.home-section .tripfinder-horizontal-form {
  margin-bottom: 35px;
}
.home-section .finder-bottom {
  font-family: "Nothing You Could Do", cursive;
  font-weight: 700;
  font-size: 18px;
  position: relative;
}
.home-section .finder-bottom:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4px;
  z-index: 0;
  background-color: #070D0B;
  opacity: 0.1;
}
.home-section .finder-bottom span {
  background-color: #ECF5FD;
  padding: 5px 25px;
  position: relative;
}

.seasonal-booking {
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.seasonal-booking .content-slide {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 50px;
  position: sticky;
  top: 120px;
}
.seasonal-booking .seasonal-next, .seasonal-booking .seasonal-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
}
.seasonal-booking .seasonal-next i, .seasonal-booking .seasonal-prev i {
  font-size: 60px;
  opacity: 0.95;
  color: #fff;
}
.seasonal-booking .seasonal-next {
  right: 0;
}

#seasonal-slider .swiper-button-next, #seasonal-slider .swiper-button-prev {
  color: #ECF5FD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #FFC482;
  border-radius: 50%;
  opacity: 0.75;
  z-index: 11;
}
#seasonal-slider .swiper-button-next:before, #seasonal-slider .swiper-button-next:after, #seasonal-slider .swiper-button-prev:before, #seasonal-slider .swiper-button-prev:after {
  font-size: 16px;
}
#seasonal-slider .swiper-button-prev {
  left: 0%;
}

.explore-section {
  padding: 80px 0 0 0;
}
.explore-section .section-title {
  margin: 0;
}

.destination-sections {
  position: relative;
}
.destination-sections .bg-photo {
  height: 100vh;
}
.destination-sections .bg-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: right;
     object-position: right;
}
.destination-sections .destination-title {
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  z-index: 3;
  width: 50%;
}
.destination-sections .destination-title .section-title {
  font-size: 48px;
}
.destination-sections .destination-title .subtitle {
  margin: 20px 0;
  font-size: 36px;
  font-family: "Nothing You Could Do", cursive;
}

.destination-slider {
  margin-top: -50px;
}

.exp2 {
  padding-bottom: 60px;
}

.heli-section {
  padding-top: 80px;
}
.heli-section .bg-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
.heli-section .destination-title {
  left: auto;
  right: 0;
}

.stories {
  padding: 80px 0;
  background-color: #ECF5FD;
}
.stories .section-title {
  margin-bottom: 0;
}
.stories .section-title span {
  background-color: #ECF5FD;
}

.testimonials {
  padding: 80px 0;
}
.testimonials .section-title {
  margin-bottom: 10px;
}
.testimonials .outerdiv {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonials .innerdiv {
  margin: 1rem;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-rows: repeat(2, 22rem);
}
.testimonials .eachdiv {
  padding: 1rem 2rem;
  border-radius: 0.8rem;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
  color: white;
  overflow: hidden;
}
.testimonials .eachdiv p {
  text-align: justify;
}
.testimonials .div1 {
  background: #f7f7f7;
  grid-column: 1/3;
  grid-row: 1/2;
  background-repeat: no-repeat;
  background-position-x: 25rem;
}
.testimonials .div2 {
  background: #3a3a3a;
  grid-column: 3/4;
  grid-row: 1/2;
}
.testimonials .div2 .detbox .name, .testimonials .div2 .detbox .designation, .testimonials .div2 .review p {
  color: #f5f5f5;
}
.testimonials .div2 .review p {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonials .div3 {
  background: white;
  grid-column: 4/5;
  grid-row: 1/3;
  color: black;
}
.testimonials .div4 {
  background: white;
  grid-column: 1/2;
  grid-row: 2/3;
  color: black;
}
.testimonials .div5 {
  background: #3a3a3a;
  grid-column: 2/4;
  grid-row: 2/3;
}
.testimonials .div5 .review p, .testimonials .div5 .detbox .name, .testimonials .div5 .detbox .designation {
  color: #fafafa;
}
.testimonials .userdetails {
  display: flex;
}
.testimonials .imgbox {
  margin-right: 1rem;
}
.testimonials .imgbox img {
  border-radius: 50%;
  width: 6.5rem;
  border: 2px solid #cec5c5;
}
.testimonials .detbox {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonials .detbox p {
  margin: 0;
}
.testimonials .detbox .name {
  color: #000;
  font-size: 1.5rem;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600;
}
.testimonials .detbox .name.dark {
  color: #49505A;
}
.testimonials .detbox .designation {
  color: #131313;
  font-size: 16px;
  margin-top: 5px;
  line-height: 1.4;
}
.testimonials .detbox .designation.dark {
  color: #49505A;
}
.testimonials .review h4 {
  font-size: 1.4rem;
  color: #F3DEFF;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0.8rem;
}
.testimonials .review.dark h4 {
  color: #4B5258;
}
.testimonials .review p {
  font-size: 18px;
  color: #131313;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 15px;
}
.testimonials .review.dark p {
  color: #0e0e0e;
}
.testimonials .attribution {
  font-size: 1rem;
  line-height: 1.5;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  text-align: right;
}
.testimonials .attribution a {
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .innerdiv {
    transform: scale(0.7);
  }
}
@media only screen and (max-width: 800px) {
  .innerdiv {
    transform: scale(0.6);
  }
}
@media only screen and (max-width: 600px) {
  .div1 {
    background-position-x: 10rem;
  }
  .innerdiv {
    display: flex;
    flex-direction: column;
    transform: scale(1);
    margin: 2rem;
    margin-bottom: 5rem;
  }
  .attribution {
    position: relative;
  }
}
.final-breaker {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.final-breaker .break-image {
  height: 100vh;
}
.final-breaker .break-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.final-breaker .cloud-image {
  width: 100%;
  height: 100vh;
  position: absolute;
  bottom: 0;
  z-index: 2;
  left: 0;
}
.final-breaker .cloud-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.final-content {
  padding: 80px 0;
  background-color: #f0eeeb;
}
.final-content .section-title span {
  background-color: #f0eeeb;
}

.explore-nepal .parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.explore-nepal .parent .div1 {
  grid-area: 1/1/2/3;
}
.explore-nepal .parent .div2 {
  grid-area: 2/1/3/3;
}
.explore-nepal .parent .div3 {
  grid-area: 1/3/2/4;
}
.explore-nepal .parent .div4 {
  grid-area: 2/3/3/4;
}
.explore-nepal .parent .div5 {
  grid-area: 1/4/2/6;
}
.explore-nepal .parent .div6 {
  grid-area: 2/4/3/6;
}

#sevensummits {
  position: relative;
  height: 100vh;
}
#sevensummits .section-title {
  margin-bottom: 0;
}
#sevensummits .sevensummit-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#sevensummits .sevensummit-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}

#fourteensummits {
  height: 75vh;
  position: relative;
  padding-top: 80px;
}
#fourteensummits .section-title {
  margin-bottom: 0;
}
#fourteensummits .image {
  position: absolute;
  bottom: 5%;
  left: 0;
  width: 100%;
  height: auto;
}
#fourteensummits .image .onefoyr-buttons {
  margin-top: -40px;
  z-index: 0;
}

#ourguides {
  padding: 60px 0;
}
#ourguides .section-title {
  margin-bottom: 0;
}
#ourguides .guide-wrapper {
  padding: 30px 15px;
  position: relative;
}
#ourguides .guide-wrapper:before {
  content: "";
  position: absolute;
  right: -10px;
  height: 75%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  background-color: #eaeaea;
}
#ourguides .guide-wrapper .gudie-image {
  display: flex;
  align-items: center;
  justify-content: center;
}
#ourguides .guide-wrapper .gudie-image img {
  width: 125px;
}
#ourguides .guide-wrapper .guide-content {
  text-align: center;
}
#ourguides .guide-wrapper .guide-content h3 {
  font-size: 24px;
  margin-top: 20px;
  font-weight: 600;
}
#ourguides .guide-wrapper .guide-content p {
  font-size: 14px;
}
#ourguides .guide-wrapper .guide-content a {
  transform: scale(0.8);
  transform-origin: center center;
}

.affiliations {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
.affiliations li {
  padding: 10px 35px;
  border-right: 1px solid #eaeaea;
}
.affiliations li:last-of-type {
  border: none;
}
.affiliations li img {
  height: 64px;
  width: auto;
  display: block;
}

.instagallery {
  padding: 60px 0 60px 0;
}
.instagallery .image-box {
  position: relative;
  overflow: hidden;
}
.instagallery .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.5s ease-in-out;
}
.instagallery .image-box .imagebox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
.instagallery .image-box:hover .imagebox-overlay {
  opacity: 1;
}

.header-bgimage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.header-bgimage img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left;
     object-position: left;
  filter: invert(1);
}

@media only screen and (min-width: 1024px) and (max-width: 1400px) {
  #fourteensummits, #sevensummits {
    height: 110vh;
  }
}
@media only screen and (max-width: 1024px) {
  .seasonal-booking .content-slide {
    height: 50vh;
  }
  .seasonal-booking {
    height: auto;
  }
  #seasonal-slider .swiper-button-prev {
    left: 400px;
  }
  .destination-sections .bg-photo img {
    -o-object-position: bottom;
       object-position: bottom;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media only screen and (max-width: 600px) {
  #landing .landing-content h2 {
    font-size: 15vw;
  }
  #landing .landing-content p {
    font-size: 24px;
  }
  .xtreme-button.xtreme-bordered.light-button {
    font-size: 14px;
  }
  #landing:before {
    bottom: -60px;
  }
  .home-section .tripfinder-horizontal-form {
    flex-direction: column;
  }
  .seasonal-booking .content-slide {
    height: auto;
  }
  #seasonal-slider .swiper-button-next, #seasonal-slider .swiper-button-prev {
    display: none;
  }
  .seasonal-booking .content-slide {
    padding-right: 0;
  }
  .testimonials {
    padding: 40px 0;
  }
  .explore-section {
    padding: 20px 0 0 0;
  }
  .destination-sections .destination-title {
    width: 100%;
    left: 0;
    padding: 20px;
  }
  #landing .landing-content h2 span {
    display: block;
    margin: 10px 0;
  }
  .heli-section {
    padding-top: 20px;
  }
  .destination-sections .destination-title .subtitle {
    font-size: 20px;
  }
  #treks .trek-title .sub-content {
    width: 100%;
    left: 15px;
  }
  #treks .trek-title .sub-content p {
    display: none;
  }
  .seasonal-booking {
    padding: 40px 0;
  }
  .seasonal-booking .swiper {
    margin-top: 30px;
  }
  #fourteensummits {
    height: auto;
  }
  #fourteensummits .image {
    position: static;
    margin: 30px 0;
  }
  #sevensummits {
    height: auto;
  }
  #sevensummits .sevensummit-image {
    position: static;
    margin-top: 30px;
  }
  .affiliations {
    flex-wrap: wrap;
    justify-content: center;
  }
  .affiliations li {
    padding: 10px 25px;
    border: none;
    margin-bottom: 10px;
  }
}
#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background-color: #fff;
}
#loader .loader-main {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#loader .loader-main .loader-image {
  opacity: 0;
  transform: translateY(100px);
}
#loader .loader-main .loader-image img {
  width: 100px;
  height: 100px;
}
#loader .loader-main p {
  margin-top: 20px;
  font-size: 18px;
  font-weight: 600;
}
#loader .loader-main p span {
  display: inline-block;
  margin: 0 5px;
  opacity: 0;
}

.animateIn {
  animation: fadeInUp 1s ease-out forwards;
}

.animateIn2 {
  animation: fadeInUpDown ease-out forwards;
}

.span1 {
  animation-delay: 1s;
  animation-duration: 4s;
}

.span2 {
  animation-delay: 2s;
  animation-duration: 4s;
}

.span3 {
  animation-delay: 3s;
  animation-duration: 2s;
}

.span4 {
  animation-delay: 4s;
  animation-duration: 1s;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUpDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.flight-card {
  padding: 25px 30px;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
  margin-bottom: 15px;
}
.flight-card .flight-card-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.flight-card .flight-card-details {
  width: 50%;
}
.flight-card .flight-card-details h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}
.flight-card .flight-card-details p {
  margin-bottom: 0;
  line-height: 1.5;
}
.flight-card .flight-card-date {
  width: 25%;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  padding-left: 45px;
}
.flight-card .flight-card-date p:first-of-type {
  font-size: 18px;
}
.flight-card .flight-card-date p:last-of-type {
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 1025px) and (max-width: 1400px) {
  .testimonials .innerdiv {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
  }
  .testimonials .innerdiv .div2, .testimonials .innerdiv .div3, .testimonials .innerdiv .div4, .testimonials .innerdiv .div5 {
    width: 49%;
  }
  .testimonials .innerdiv .div2 p, .testimonials .innerdiv .div3 p, .testimonials .innerdiv .div4 p, .testimonials .innerdiv .div5 p {
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .flight-card .flight-card-date p:last-of-type {
    font-size: 16px;
    font-weight: 700;
  }
  .flight-card .flight-card-date {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 992px) {
  .flight-card .xtreme-button {
    padding: 10px 13px;
  }
  .flight-card .flight-card-date {
    padding-left: 30px;
  }
  .flight-card .flight-card-date p:last-of-type {
    font-size: 16px;
    line-height: 1.3;
  }
  .flight-card .flight-card-date p:first-of-type {
    font-size: 16px;
    line-height: 1.3;
  }
}
@media only screen and (max-width: 700px) {
  .flight-card .flight-card-wrapper {
    align-items: flex-start;
  }
  .flight-card .flight-card-details, .flight-card .flight-card-date {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10px;
  }
  .testimonials .innerdiv {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
    text-align: center;
  }
  .testimonials .userdetails {
    flex-direction: column;
    gap: 25px;
  }
}
.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.tripfinder-horizontal-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.tripfinder-horizontal-form .form-input-wrapper {
  width: calc(20% - 10px);
  height: 100%;
}
.tripfinder-horizontal-form .form-input-wrapper select {
  display: block;
  width: 100%;
  height: 43px;
  border-radius: 0;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  border: 2px solid #153B50;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
}
.tripfinder-horizontal-form .form-input-wrapper .xtreme-button {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  width: 100%;
  height: 43px;
  font-weight: 700;
}

.section-title {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  margin-bottom: 32px;
}
.section-title:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 4px;
  z-index: 0;
  background-color: #070D0B;
  opacity: 0.1;
}
.section-title span {
  background-color: #fff;
  padding: 5px 25px;
  position: relative;
}
.section-title.side-aligned {
  margin-bottom: 0;
  font-size: 24px;
}
.section-title.side-aligned span {
  padding-left: 0;
}

.section-subtitle {
  font-family: "Nothing You Could Do", cursive;
  font-size: 36px;
  font-weight: bolder;
}

.secondary-card {
  position: relative;
  margin-bottom: 30px;
}
.secondary-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4579481793) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.355987395) 100%);
}
.secondary-card .card-image {
  height: 350px;
  overflow: hidden;
}
.secondary-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transform: scale(1.05);
}
.secondary-card .card-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 30px 20px;
  overflow: hidden;
}
.secondary-card .card-content h4 {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 500;
  color: #fff;
}
.secondary-card .card-content p {
  margin-bottom: 0;
  color: #fff;
  font-family: "Nothing You Could Do", cursive;
  font-size: 20px;
  line-height: 1;
  transform: translateY(60px);
  transition: all 0.4s ease;
}
.secondary-card:hover .card-content p {
  transform: translateX(0);
}

.card-style-1 {
  position: relative;
  overflow: hidden;
}
.card-style-1 .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}
.card-style-1 .card-image {
  height: 85vh;
}
.card-style-1 .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-style-1 .card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #ECF5FD;
  padding: 20px 25px;
  z-index: 2;
}
.card-style-1 .card-content .title {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
}
.card-style-1 .card-content .title span {
  display: block;
  font-size: 16px;
  font-weight: 400;
}
.card-style-1 .card-content p {
  font-size: 14px;
  line-height: 19px;
  color: #ECF5FD;
}
.card-style-1 .xtreme-button {
  transform: scale(0.8);
  transform-origin: left bottom;
}

@media only screen and (min-width: 992px) {
  .container-custom {
    padding: 0 75px;
  }
}
.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0.5) 100%);
}

.section-subtitle2 {
  font-size: 22px;
  font-family: "Nothing You Could Do", cursive;
}

.package-card {
  position: relative;
}
.package-card .package-image {
  overflow: hidden;
}
.package-card .package-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.package-card .package-content {
  border: 1px solid #eaeaea;
  padding: 10px 20px 20px 20px;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.package-card .package-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.package-card .package-content .expedition-features ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.package-card .package-content .expedition-features ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.package-card .package-content .expedition-features ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -35px;
  width: 1px;
  height: 50%;
  transform: translateY(-50%);
  background-color: #eaeaea;
}
.package-card .package-content .expedition-features ul li:last-of-type::before {
  display: none;
}
.package-card .package-content .expedition-features ul li .icon {
  font-size: 32px;
  margin-right: 10px;
}
.package-card .package-content .expedition-features ul li .icon-text {
  line-height: 1;
  font-size: 16px;
  font-weight: 800;
}
.package-card .package-content .expedition-features ul li .icon-text span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 4px;
}
.package-card .package-content .card-description p {
  font-size: 14px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.package-card .xtreme-button {
  transform: scale(0.85);
  transform-origin: left bottom;
}

.destination-card {
  position: relative;
  background-color: #fff;
}
.destination-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.destination-card .card-content {
  padding: 10px 15px;
}
.destination-card .card-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.destination-card a {
  transform: scale(0.75);
  transform-origin: bottom left;
}

.blog-card {
  position: relative;
}
.blog-card a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.blog-card .card-image {
  overflow: hidden;
}
.blog-card .card-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  z-index: 3;
  transition: all 0.5s ease;
}
.blog-card .blog-detail .title {
  margin: 15px 0;
  font-weight: 400;
}
.blog-card:hover .card-image img {
  transform: scale(1.1);
}

.explore-card {
  position: relative;
  border: 3px solid #ECF5FD;
}
.explore-card.h-80 {
  height: 80vh;
}
.explore-card.h-40 {
  height: 40vh;
}
.explore-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.655987395) 0%, rgba(0, 0, 0, 0) 100%);
}
.explore-card .explore-image {
  height: 100%;
  overflow: hidden;
}
.explore-card .explore-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.explore-card .explore-content {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 2;
  bottom: 0;
  padding: 20px 25px;
  font-weight: 600;
  color: #fff;
}
.explore-card .explore-content p {
  color: #fff;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

.lenis.lenis-scrolling iframe {
  pointer-events: none;
}

.element-form {
  margin-bottom: 25px;
}
.element-form ::-moz-placeholder {
  color: #070D0B;
}
.element-form ::placeholder {
  color: #070D0B;
}
.element-form :focus {
  cursor: text;
  outline: none;
}
.element-form input, .element-form textarea {
  padding: 10px 1px;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  color: #070D0B;
  border-bottom: 3px solid #070D0B;
  width: 100%;
}
.element-form input ~ span, .element-form textarea ~ span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 3px;
  background-color: #9DCCFA;
  transition: 1s;
}
.element-form input:focus ~ span, .element-form textarea:focus ~ span {
  width: 100%;
}

.custom-card {
  position: relative;
}
.custom-card:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0) 100%);
}
.custom-card .image {
  width: 100%;
  height: 100%;
}
.custom-card .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.custom-card .custom-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px 15px 15px 15px;
}
.custom-card .custom-card-content h4 {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
.custom-card .custom-card-content ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.custom-card .custom-card-content ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  width: calc(33.33% - 10px);
}
.custom-card .custom-card-content ul li .icon {
  font-size: 24px;
  margin-right: 4px;
  color: #fff;
  line-height: 1;
  margin-bottom: 0;
}
.custom-card .custom-card-content ul li .icon-text {
  line-height: 1;
  font-size: 14px;
  font-weight: 800;
  color: #fff;
  margin-bottom: 0;
}
.custom-card .custom-card-content ul li .icon-text span {
  display: block;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 4px;
}

@media only screen and (max-width: 1024px) {
  .card-style-1 .card-image {
    height: 50vh;
  }
}
@media only screen and (max-width: 600px) {
  .tripfinder-horizontal-form .form-input-wrapper {
    width: 100%;
    margin-bottom: 15px;
  }
  .section-title {
    font-size: 20px;
  }
  .card-style-1 .card-image {
    height: 70vh;
  }
  .package-card .package-content .expedition-features ul li .icon {
    font-size: 22px;
  }
  .package-card .package-content .expedition-features ul li .icon-text span {
    font-size: 12px;
  }
  .package-card .package-content .expedition-features ul li .icon-text {
    font-size: 14px;
  }
  .package-card .package-content .expedition-features ul li:before {
    right: -15px;
  }
  .destination-sections .destination-title .section-title {
    font-size: 24px;
  }
  .blog-card {
    margin-bottom: 30px;
  }
  .blog-card .blog-detail .title {
    font-size: 24px;
  }
  footer .affiliation ul li {
    width: calc(50% - 50px);
    margin-bottom: 25px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  footer .affiliation ul {
    flex-wrap: wrap;
  }
}/*# sourceMappingURL=homepage.css.map */