@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@200;300;400;500;600;700;800;900&display=swap");
@import url(../menu/css/stellarnav.css);
@import url(../css/jquery-ui.css);

html,
body {
  font-family: "Mulish", sans-serif;
  font-weight: 400;
  background: white;
  font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Philosopher", sans-serif;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 10px;
}

a:hover {
  text-decoration: none !important;
}

:root {
  --blue: #275d89;
  --light-blue: #3071a6;
  --red: #f04a4e;
  --grey: #414143;
  --dark-blue: #172541;
  --light-grey: #6f6f70;
}

h3 a,
h1 a,
h2 a,
h4 a {
  color: #414143;
}

h3 a:hover,
h1 a:hover,
h2 a:hover,
h4 a:hover {
  color: #275d89;
}

.uk-button {
  border-radius: 30px;
}

.uk-customize-btn {
  background: var(--red);
  color: #fff;
  padding: 15px 10px;
  line-height: 15px;
  display: block;
  border-radius: 30px;
  text-align: center;
}

.uk-customize-btn:hover,
.uk-customize-btn:focus {
  color: #fff;
  background: var(--light-grey);
}

.uk-book-trip {
  background: var(--blue);
  color: #fff;
  padding: 15px 10px;
  line-height: 15px;
  display: block;
  text-align: center;
  border-radius: 30px;
}

.uk-book-trip:hover,
.uk-book-trip:focus {
  color: #fff;
  background: var(--light-grey);
}

/* btn & text */
.uk-text-primary {
  color: #414143 !important;
}

.uk-button-primary {
  background-color: var(--blue);
  color: #fff !important;
  font-weight: 600;
  padding: 7px 40px;
  border: 1px solid transparent;
}

.uk-button-primary.uk-active,
.uk-button-primary:active {
  background-color: var(--light-blue);
  color: #fff;
}

/* CSS */

.uk-button-primary:focus,
.uk-button-primary:hover {
  background-color: var(--red);
  color: #fff;
}

.uk-button-underline {
  background-color: transparent;
  color: #fff !important;
  margin-left: auto;
  margin-right: auto;
  font-size: 13px !important;
  padding: 5px !important;
  font-weight: 600 !important;
  width: 120px;
  border: 1px solid white;
}

.uk-button-underline:focus,
.uk-button-underline:hover {
  font-weight: 600 !important;
  background-color: white;
  color: #333 !important;
}

.uk-button-secondary {
  background-color: var(--red);
  color: #fff;
  padding: 2px 30px;
  border: 1px solid transparent;
}

.uk-button-secondary.uk-active,
.uk-button-secondary:active {
  background-color: var(--grey);
  color: #fff;
}

.uk-button-secondary:focus,
.uk-button-secondary:hover {
  background-color: #275d89;
  color: #fff;
}

/* btn & text */
/*  */
.uk-text-white a {
  color: #fff;
}

.uk-text-white a:hover {
  color: #ddd;
}

.shadow-box {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  background: #fff;
}

p {
  color: #6b6a6a;
  font-weight: 400;
  font-size: 16px;
}

.fb-like-box,
.fb-like-box span,
.fb-like-box span iframe[style] {
  width: 90% !important;
}

/* main title */

h4.uk-text-slogun {
  color: #275d89;
  font-style: italic;
}

/* main title */


@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .uk-navbar li a {
    font-size: 15px !important;
  }
}

/* Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .uk-navbar li a {
    font-size: 15px !important;
  }
}

@media only screen and (max-width: 600px)  {
  .uk-main-banner h1 {
    font-size: 40px !important;
    margin-bottom: 20px !important;
  }

  .uk-tab-trips {
    flex-direction: column !important;
    justify-content: center;
    align-items: center !important;
  }

  .uk-tab-design li {
    margin-bottom: 20px;
  }

  .uk-logo img {
    height: 55px !important;
  }
}

.uk-header {
  background: url("../images/header.png") -20px -55px !important;
}

.su-nav {
  background: #0072bc;
}

.uk-navbar li a {
  font-weight: 700;
  min-height: auto !important;
  color: rgb(71, 71, 71);
  font-size: 16px;
  text-transform: none;
  display: block;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: .1s ease-in-out;
  text-decoration: none;
  position: relative;
  font-family: "Mulish", sans-serif;
}

.uk-trek-nav li a {
  padding: 0px 0px !important;
}

.uk-trek-nav ul li {
  position: relative;
  padding-left: 20px;
  margin: 0px 0px 10px;
}

.uk-trek {
  padding: 0px 0px;
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.9) 30%, rgba(255, 255, 255, 1) 100%), url(../images/snoww.png);
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.uk-trek-li {
  display: flex;
  align-items: center;
}

.uk-trek-nav .uk-navbar-dropdown-grid {
  margin-left: 0px !important;
}

.uk-trek-nav ul li::before {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  background: url(../images/right-arrow.png) 100% no-repeat;
  width: 14px;
  height: 14px;
  top: 3px;
}

.uk-nav-block li {
  padding: 5px;
}

.uk-nav-block li a {
  padding: 0 !important;
}

.uk-logo img {
  height: 65px;
}

.uk-navbar-nav>li>a::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0px;
  height: 3px;
  background-color: transparent;
  transition: .25s ease-in-out;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 14px;
  right: calc(102% - 14px);
}

.uk-navbar-nav>li:hover>a::before,
.uk-navbar-nav>li>a.uk-open::before,
.uk-navbar-nav>li>a:focus::before,
.uk-navbar-nav>li>a.uk-active::before {
  right: 14px;
  background-color: var(--red);
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a.uk-open,
.uk-navbar-nav>li>a:focus {
  color: var(--red);
}

.uk-navbar-nav {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.uk-menu-list {
  margin: 0;
  padding: 0;
  list-style: none;

  font-weight: 500;
  font-family: inherit;
}

.uk-menu-list li {
  display: block;
  position: relative;
}

.uk-small-nav .uk-navbar-dropdown {
  padding: 0 !important;
  width: 200px;
  padding: 10px 10px 0px !important;
}

.uk-menu-list li a {
  color: #333;
  padding: 10px 12px;
  display: block;
  font-weight: 700;
  text-decoration: none;
  position: relative;

  font-size: 14px;

}

.uk-menu-list li a:hover {
  color: var(--red);
}

.uk-menu-list li a::before {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 0;
  height: 2px;
  background-color: transparent;
  transition: .25s ease-in-out;
  transition-property: background-color, border-color, box-shadow, height, right;
  left: 0;
  right: calc(102% - 8px);
}

.uk-menu-list>li:hover>a::before {
  right: 0;
  background-color: var(--red);
}

.uk-navbar-dropdown-grid>:not(.uk-first-column)::before {
  content: "";
  border: transparent !important;
}

.uk-media-200::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}


.uk-mega-detail {
  position: absolute;
  bottom: 10px;
  z-index: 55;
  text-align: center;
  width: 100%;
}

.uk-mega-detail h3 {
  padding: 0px 5px;
  font-size: 20px;
}

.uk-search-navbar .uk-search-input {
  font-size: 15px;
}

.uk-section-primary {
  background: #414143;
}

/*social media icon */
.uk-facebook {
  background: #3b5999 !important;
  color: #fff !important;
}

.uk-twitter {
  background: #1da1f2 !important;
  color: #fff !important;
}

.uk-google-plus {
  background: #d5463a !important;
  color: #fff !important;
}

.uk-youtube {
  background: #ff0000 !important;
  color: #fff !important;
}

.uk-advisor {
  background: #00af87 !important;
  color: #fff !important;
}

.uk-skype {
  background: #00aff0 !important;
}

.uk-skype i {
  color: #fff !important;
}

/* slider */
.slider-height img {
  width: 100%;
}

.uk-caption {
  position: absolute;
  bottom: 80px;
  z-index: 9999;
  width: 100%;
  text-align: center;
}

.uk-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  padding: 0;
  background: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.52);
  -khtml-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.52);
  -moz-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.52);
  -ms-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.52);
  -o-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.52);
  box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.52);
}

.uk-caption-innertrip {
  position: absolute;
  bottom: 20%;
  width: 100%;
  text-align: center;
}

/*  */
/* uk-section-padding */
.uk-section-padding-page {
  padding: 120px 0 80px;
}

.uk-section-padding {
  padding: 80px 0;
}

.uk-section-padding-medium {
  padding: 60px 0;
}

.uk-section-padding-small {
  padding: 40px 0;
}

/*  */
.uk-position-relative {
  position: relative;
}

.waves {
  position: relative;
  bottom: -1px;
  margin-top: -37px;
  width: 100%;
  height: 38px;
  background: url(../images/mountains.png) repeat-x;
  left: 0;
  z-index: 99;
}

/* home tab */
.uk-tab-trips .uk-tab>* {
  padding-left: 0;
}

.uk-tab-trips .uk-tab {
  padding-left: 0 !important;
}

.uk-tab-design {
  margin-bottom: 40px;
}

.uk-tab-design li a {
  font-size: 20px;
  font-weight: bold;
  color: #414143;
  text-transform: capitalize;
  font-family: "Philosopher", sans-serif;
  padding: 10px 30px;
}

.uk-tab-design li.uk-active>a::after {
  border-top: 10px solid #eae9ea;
  top: calc(100% - 2px);
}

.uk-tab-design li.uk-active>a::after,
.uk-tab-design li.uk-active>a::before {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.uk-tab-design li.uk-active>a::before {
  border-top: 10px solid var(--blue);
  top: 100%;
  bottom: auto;
  margin-bottom: 0;
  width: auto;
}

.uk-tab-design li.uk-active>a {
  color: var(--blue);
}

.uk-tab-design li.uk-active {
  border: solid 2px var(--blue);
}

.uk-tab>.uk-active>a {
  border-color: transparent !important;
}

/*  */
/* packages list */
.uk-card-title {
  font-size: 20px;
  line-height: 20px;
}

span.uk-duration {
  background: #275d89;
  color: #fff;
  position: absolute;
  bottom: 0;
  font-weight: bold;
  padding: 5px 20px;
}

.tour-price {
  background-color: var(--red);
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 15px 0;
  width: 90px;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  color: #fff;
  z-index: 5;
}

.tour-price span {
  display: block;
  font-size: 15px;
  font-weight: bold;
}

.tour-price::after {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  border-top: 14px solid var(--red);
  border-left: 45px solid var(--red);
  border-right: 45px solid var(--red);
  border-bottom: 14px solid transparent;
  z-index: 0;
}

.uk-hover-img:hover img {
  webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

img {
  -webkit-transition: 0.5s ease-out all;
  -o-transition: 0.5s ease-out all;
  transition: 0.5s ease-out all;
}

.uk-media-img img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.uk-media-img {
  position: relative;
  height: 280px;
  overflow: hidden;
}

@media (max-width: 767px) and (min-width: 1px) {
  .uk-media-img {
    position: relative;
    height: 250px;
    overflow: hidden;
  }

  .uk-overview p img {
    width: 100% !important;
    height: 100% !important;
    float: none !important;
    margin: 0 !important;
    display: block !important;
  }

  .uk-overview p {
    display: block !important;
  }
}

.uk-media-img-large img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.uk-media-img-large {
  position: relative;
  height: 400px;
  overflow: hidden;
}

@media (max-width: 767px) and (min-width: 1px) {
  .uk-media-img-large {
    position: relative;
    height: 250px;
    overflow: hidden;
  }

  .uk-tab {
    display: block !important;
    font-family: "Philosopher", sans-serif;
  }
}

.uk-card-body ul.uk-list {
  margin-top: 15px;
}

.uk-card-default .uk-card-title {
  color: #333;
}

/*  */
/* trip of the month */
.trip-of-month {
  margin-top: 30px;
}

@media (max-width: 767px) and (min-width: 1px) {
  .trip-of-month {
    margin-top: 0px;
  }
}

/* home header */
.uk-main-title-home span {
  background: #275d89;
  width: 100px;
  height: 4px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  margin-bottom: 6px;
}

.uk-main-title-home h2 {
  margin-bottom: 0;
  font-size: 32px;
}

/*  */
/* pattern */
.pattern {
  background: linear-gradient(0deg,
      rgba(255, 255, 255, 0.4) 0%,
      rgba(255, 255, 255, 0.63) 100%),
    url("../images/bg-rough.jpg");
  overflow: hidden;
}

.pattern1 {
  background: url("../images/pattern1.png");
}

.stupa {
  background: url("../images/stupa.jpg") no-repeat right bottom;
}

/* team */
.uk-team-meta span {
  color: #275d89;
  font-weight: bold;
}

/*  testimonials*/
/* .uk-position-relative.uk-visible-toggle.uk-slider.uk-slider-container {} */

.uk-testimonials:before {
  content: "\f10d";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  z-index: 999;
  font-size: 36px;
  color: #275d89;
  left: 20px;
  top: 20px;
}

.uk-testimonials {
  position: relative;
}

.uk-testimonials:after {
  content: "\f10e";
  position: absolute;
  font: normal normal normal 14px/1 FontAwesome;
  z-index: 999;
  font-size: 36px;
  color: #275d89;
  right: 20px;
  bottom: 20px;
}

.uk-testimonials-list p {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.uk-testimonials-list.uk-image-user {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.uk-testimonials-list.uk-image-user img {
  width: 200px;
  height: 200px;
}

.uk-image-user-large {
  width: 150px;
  height: 150px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 50%;
  border: solid 2px #275d89;
}

.uk-image-user-large img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-testimonials-list .uk-image-user {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  border: solid 1px #275d89;
  margin: 0 auto;
}

.uk-testimonials-list .uk-image-user img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-testimonials-list {
  background: rgba(255, 255, 255, 0.6);
  padding: 30px 50px;
  text-align: center;
  height: 100%;
}

.uk-testimonials-list h4,
.uk-testimonials-list h3 {
  color: #414143;
}

.uk-testimonials-list h4 span,
.uk-testimonials-list h3 span {
  display: block;
  color: #275d89;
  font-size: 18px;
  font-weight: normal;
}

/*testimonials*/
/* blog */
.uk-media-blog img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.uk-media-blog {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.uk-blog-list {
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.uk-blog-list h4 {
  margin-bottom: 1px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.1;
}

.uk-blog-list p {
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

span.uk-date {
  color: var(--light-grey);
  font-size: 13px;
}

/*  */

/* blog list */
.uk-news-list-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.uk-news-list-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  */

/* blog details */

.uk-news-details-img {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.uk-news-details-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*  */

.uk-bg-white {
  background: #ffffff !important;
}

/* inner page */
.uk-overview p img {
  float: right;
  width: 400px;
  height: 250px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.uk-overview p {
  display: inline-flex;
}

.uk-footer-trip {
  border-top: solid 1px #ddd;
  padding: 15px 0px 0px;
}

.uk-tour-price span {
  font-size: 28px;
  color: var(--red);
}

.uk-tour-price sup {
  font-size: 20px;
  color: var(--red);
}

.uk-tab-trip-details.uk-active>a {
  background: #fff;
}

.uk-tab-trip-details>*>a {
  font-size: 22px;
  text-transform: capitalize;
  color: #414143;
  font-weight: bold;
  padding: 8px 25px;
  font-family: "Philosopher", sans-serif;
}

.uk-tab-trip-details>.uk-active>a {
  background: #fff;
  color: var(--red);
}

.uk-tab-trip-details:before {
  border: none;
}

.uk-tab-trip-details {
  margin-bottom: 0;
}

.inner-title h1 {
  font-size: 50px;
  text-shadow: 0px 2px 4px #333;
}

section.uk-header-inner ul li a,
section.uk-header-inner ul li span {
  color: #fff !important;
  font-size: 15px;
}

section.uk-header-inner .uk-breadcrumb> :nth-child(n + 2):not(.uk-first-column)::before {
  color: #fff !important;
}

section.uk-header-inner {
  padding: 220px 0;
  position: relative !important;
  /* background-position: center top; */
  overflow: hidden;
}

section.uk-header-inner .uk-overlay {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  padding: 0;
  background: rgba(0, 0, 0, 0) !important;
  -webkit-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.34);
  -khtml-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.34);
  -ms-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.34);
  -o-box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.34);
  box-shadow: 0 0 85px 85px rgba(0, 0, 0, 0.34);
}

/* itinerary   */
ul.uk-itinerary a.uk-accordion-title {
  background: none;
  border-bottom: dashed 1px #ddd;
  color: #414143;
  font-weight: bold;
  padding: 0px 0 20px;
}

ul.uk-itinerary a.uk-accordion-title span.days {
  padding: 5px 10px;
  margin-right: 20px;
  display: inline-block;
  background: var(--blue);
  color: #fff;
}

.uk-accordion-content b {
  margin-right: 40px;
  color: var(--red);
}

ul.uk-itinerary .uk-accordion-content {
  padding: 10px;
  border: none;
}

ul.includes,
ul.excludes {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul.includes li:before {
  content: "\f00c";
  background-color: #9caa3a;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  font-size: 8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  top: 5px;
  color: #fff;
}

ul.excludes li:before {
  content: "\f00d";
  background-color: #a92326;
  font: normal normal normal 14px/1 FontAwesome;
  position: absolute;
  left: 0;
  font-size: 8px;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  line-height: 15px;
  text-align: center;
  top: 5px;
  color: #fff;
}

ul.includes li,
ul.excludes li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 16px;
}

/*  */
/* end inner page */
/* faq */
.uk-faq .uk-accordion-title {
  display: block;
  font-family: "Philosopher", sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: var(--blue);
  font-weight: 700;
  padding: 20px 20px;
  overflow: hidden;
  background: rgb(245, 245, 245);
}

.uk-faq .uk-accordion-content {
  padding: 20px;
  border: solid 1px #eee;
  margin-top: 0;
}

.uk-text-white {
  color: #fff !important;
}

.uk-text-center {
  text-align: center !important;
}

/* booking */
.booking h3 span {
  background: #275d89;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  margin-right: 10px;
  border-radius: 50%;
  color: #fff;
}

.uk-text-theme {
  color: #275d89;
  font-weight: bold;
}

.booking h3 {
  color: #275d89;
}

.uk-container-small {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 960px) {
  .uk-container-small {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media (min-width: 640px) {
  .uk-container-small {
    padding-left: 30px;
    padding-right: 30px;
  }
}

ul.uk-theme-icon {
  list-style: none;
}

ul.uk-theme-icon li {
  list-style: none;
  background: url(../images/right-arrow.png) left center no-repeat;
  padding-left: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

/*  */

.goog-te-gadget .goog-te-combo {
  margin: 0 !important;
  padding: 5px !important;
  border: solid 1px #275d89;
}

.skiptranslate.goog-te-gadget span {
  display: none;
}

.goog-te-gadget {
  font-size: 0 !important;
}

/*  */
.uk-affiliated a img {
  width: 50px;
  height: 50px;
  margin: 0;
}

.uk-affiliated {
  color: #275d89;
  border-top: solid 5px #275d89;
  padding: 25px 0px;
  background-image: url(../images/header.png);
  background-position: center;
  background-size: cover;
  height: 100%;
  width: 100%;
}

footer {
  background: linear-gradient(90deg,
      rgba(39, 93, 137, 0.8) 0%,
      rgba(39, 93, 137, 0.8) 100%),
    url("../images/banner2.jpeg");
  background-position: top;
  background-size: cover;
}

.uk-border-top-theme {
  border-top: solid 5px #275d89;
}

footer .uk-list {
  margin: 0;
}

footer p {
  font-size: 15px !important;
  color: white !important;
  text-align: justify;
  margin-top: 0px;
  margin-bottom: 10px;
}

footer .footer-line {
  background: white;
  width: 80px;
  height: 2px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  margin-bottom: 10px;
}

footer .first,
footer h4 {
  color: #fff;
}

.footer-brand {
  background-color: white;
  padding: 10px 15px;
  width: fit-content;
  margin-bottom: 30px;
}

.footer-brand img {
  height: 65px;
  width: 100%;
}

footer ul.uk-list li a:hover,
footer a:hover {
  color: var(--red) !important;
}

.tiny-footer {
  background: rgba(29, 71, 106, 0.6);
  color: rgb(219, 219, 219);
  padding: 20px 0px;
  font-size: 13px !important;
}

footer a {
  color: white;
}

.tiny-footer a {
  font-size: 13px !important;
  color: rgb(219, 219, 219) !important;
}

.uk-title-footer {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 15px;
  margin-right: 10px;
}

/*snow*/
.uk-main-banner {
  height: 100vh;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.uk-main-banner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  height: 100%;
  z-index: 1;
}

.uk-main-banner h1 {
  color: white;
  font-size: 50px;
}

.uk-main-banner p {
  font-size: 18px;
  letter-spacing: 1px;
  margin-bottom: 40px;
}

.uk-media-150 {
  height: 130px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.uk-media-150 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.uk-media-200 {
  height: 200px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.uk-media-200 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.uk-media-330 {
  height: 330px;
  width: 100%;
  overflow: hidden;
}

.uk-media-330 img,
.uk-media-300 img,
.uk-media-250 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.uk-media-300 {
  height: 300px;
  width: 100%;
  overflow: hidden;
}

.uk-media-250 {
  height: 250px;
  width: 100%;
  overflow: hidden;
}

/*testimonial video section*/
.video-play-button {
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-sizing: content-box;
  display: block;
  width: 32px;
  height: 44px;
  border-radius: 50%;
  padding: 18px 20px 18px 28px;
}

.video-play-button:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 47%;
  top: 42%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: var(--red);
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

.video-play-button:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 47%;
  top: 42%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: var(--red);
  border-radius: 50%;
  transition: all 200ms;
}

.video-play-button:hover:after {
  background-color: darken(green, 10%);
}

.video-play-button img {
  position: relative;
  z-index: 3;
  max-width: 100%;
  width: auto;
  height: auto;
}

.video-play-button span {
  display: block;
  position: relative;
  z-index: 3;
  width: 0;
  height: 0;
  border-left: 25px solid #fff;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*who we are section*/
.uk-who p {
  text-align: justify;
  margin: 5px 0px;
}

.uk-who video {
  height: 60vh;
  width: 100%;
  object-fit: cover;
}

.uk-who .uk-card {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.uk-why .uk-card {
  background-color: rgba(255, 255, 255, 0.63);
  padding: 30px 35px;
  text-align: justify;

}

/*offcanavs section*/
.uk-offcanvas-bar .uk-nav-default>li>a {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 16px;
  font-weight: 600;
}

.uk-offcanvas-bar .uk-nav-default>li>a:active,
.uk-offcanvas-bar .uk-nav-default>li>a:focus,
.uk-offcanvas-bar .uk-nav-default>li>a:hover {
  color: var(--red) !important;
}

.uk-offcanvas-bar {
  background: var(--dark-blue);
  width: 300px;
}

.uk-offcanvas-bar .uk-nav-default .uk-nav-sub a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 15px;
}

/*inquiry-model*/
.uk-inquiry-model h2 {
  color: var(--blue);
}

.uk-inquiry-model p {
  color: var(--red);
  font-weight: 500;
}

#inquiry-now .uk-modal-body {
  padding: 40px 30px !important;
}

.detail-banner {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 30%), url('../images/header.png');
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 80px;
}

.uk-mountain {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 1) 40%), url('../images/snoww.png');
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 80px;
}

.uk-sidebar a {
  color: var(--blue);
  font-weight: 600;
}

.uk-sidebar a:hover,
.uk-sidebar a:focus {
  color: var(--red);
}

.uk-sidebar .uk-active>a {
  color: var(--red);
}

.contact-email {
  color: var(--red) !important;
}

#st-1 {
  z-index: 11 !important;
}
.grecaptcha-badge { 
    visibility: hidden;
}
/* .cloud
{
    
    width: 100%;
    height: 100%;
    background: url('../images/cloud.png'); 
    background-size:cover ;    
    animation: animate 80s linear infinite;
    opacity: .8;


}
@keyframes animate 
{
    0%
    {
        background-position: 0px;
    }

     100%
    {
        background-position: 5440px;
    }
} */

/*Photo homepage banner*/
.uk-main-banner img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 z-index: 1;
}
.uk-overlay{
box-shadow: 0 -50px 100px 100px rgba(0, 0, 0,0.57) !important;
}

@media only screen and (max-width: 820px){
.uk-overlay {
 box-shadow: 0 -100px 150px 150px rgba(0, 0, 0,0.57) !important;
}
}

/* gear list */
.gear-card {
  position: relative;
  width: 100%;
  height: 275px;
  overflow: hidden;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.gear-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.gear-card:hover img {
  transform: scale(1.05);
}

.overlay-div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 1;
  color: white;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.overlay-div h3 {
  margin: 0;
  color: var(--white);
  transition: opacity 0.3s ease;
  opacity: 1;
  font-size: 29px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.overlay-div .button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  transition: background 0.2s ease, opacity 0.3s ease;
  opacity: 0;
}



.gear-card:hover .overlay-div h3 {
  opacity: 0;
}

.gear-card:hover .overlay-div .button {
  opacity: 1;
}
.uk-media-400 {
  height: 400px;
  width: 100%;
  overflow: hidden;
}
.uk-media-400 img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}