@import url("uikit.min.css");
/* @import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

html {
  padding-right: 0 !important;
}

:root {
  --primary: #34a8b9;
  --secondary: #333f48;
  --white: #fff;
  --light: #f7f7f7;
  --lighter: #d9d9d9;
  --black: #444444;
  --black-light: #6e6e6e;
  --grey: #5c5c5c;
}

section {
  position: relative;
}

.uk-border-rounded {
  border-radius: 6px;
}

.uk-border-full-rounded {
  border-radius: 100%;
}

.uk-background-cover {
  background-size: cover;
}

.uk-overflow-hidden {
  overflow: hidden;
}

.uk-cover {
  object-fit: cover;
}

.uk-border-radius {
  border-radius: 6px;
}

.uk-padding-12 {
  padding: 12px;
}

/**********************************************  font CSS***************************************************** */
@font-face {
  font-family: "Colombo";
  src: url("../fonts/postnobillscolombo-extrabold.ttf");
}

@font-face {
  font-family: "Addington";
  src: url("../fonts/AddingtonCF-DemiBold.otf");
}

body {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 400;
}

h2 {
  font-size: 30px;
}

h2,
h3 {
  font-family: "Addington";
  letter-spacing: 0px;
  font-weight: 400;
  color: var(--secondary);
  text-transform: none;
  letter-spacing: 0px;
}

h5 {
  font-family: "Colombo";
  color: var(--primary);
  letter-spacing: 0px;
  font-size: 18px;
}

p {
  font-size: 15px;
  font-weight: 400;
}

.text-primary {
  color: var(--primary);
}

.text-white {
  color: var(--white);
}

.text-secondary {
  color: var(--secondary);
}

.expedition-font,
.expedition-small-font,
.banner-heading,
.small-banner-heading {
  font-family: "Colombo";
  text-transform: uppercase;
  line-height: 75px;
}

.expedition-font {
  font-size: 2.5rem;
  color: var(-white);
}

.expedition-small-font {
  font-size: 1.5rem;
}

.small-banner-heading {
  font-size: 3.5rem;
  color: var(-white);
}

.banner-heading {
  font-size: 4.5rem;
  color: var(--white);
}

.banner-heading span {
  color: var(--white) !important;
}

.uk-form-title {
  font-family: "Colombo";
  text-transform: uppercase;
  font-size: 24px;
  color: var(--primary);
}

.right-underline:after,
.center-underline:after,
.white-center-underline:after {
  content: "";
  display: inline-block;
  width: 35px;
  height: 2.5px;
  vertical-align: middle;
  background-color: var(--primary);
  margin-left: 5px;
}

.center-underline:before,
.white-center-underline:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 2.5px;
  vertical-align: middle;
  background-color: var(--primary);
  margin-right: 5px;
}

.white-center-underline:after,
.white-center-underline:before {
  background-color: var(--white) !important;
}

.bottom-font {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}

.bottom-font1 {
  font-weight: 500;
  font-size: 18px;
}

.uk-inner-banner h5,
.uk-inner-banner p {
  color: var(--white) !important;
}

.why-us-font {
  font-family: "Poppins", sans-serif;
  letter-spacing: 0px;
  line-height: 20px;
  font-size: 17px !important;
  font-weight: 500 !important;
  margin-left: 10px;
}

/*************************************************************************************************** */

/**********************************************  Navbar CSS******************************************************/
/* mobile menu */

.uk-mobile-menu {
  padding: 20px 0;
  background: var(--white);
  box-shadow: 0px -5px 4px 2px rgb(0 0 0 / 14%);
}

.uk-mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.uk-mobile-menu ul a {
  color: var(--secondary);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.uk-mobile-menu ul a p {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}

/* end mobile menu */
.uk-main-header-transparent {
  position: absolute;
  z-index: 99999 !important;
  width: 100%;
  display: block;
}

.uk-main-header-transparent .uk-navbar-nav>li>a {
  color: var(--white);
}

.uk-header-mobile {
  background-color: var(--white);
}

.uk-main-header-transparent .uk-dropbar.uk-open {
  top: 82px !important;
}

.uk-sticky.uk-sticky-below.uk-sticky-fixed .uk-dropbar.uk-open {
  top: 81px !important;
}

.uk-dropbar {
  background: var(--black);
}

.uk-main-header-transparent .uk-dropbar {
  background: var(--white);
  z-index: -99;
  /* border-top: solid 1px var(--black-light); */
}

.uk-main-header-transparent .uk-dropbar .uk-container {
  padding-top: 20px;
}

.uk-main-header-transparent .uk-dropbar .uk-container {
  border-top: 1px solid rgb(255 255 255 / 15%);
}

.uk-sticky.uk-sticky-below.uk-sticky-fixed .uk-main-header-transparent .uk-dropbar .uk-container {
  margin-top: 0;
  padding: 0;
  border: 0;
}

.uk-navbar-container,
.uk-navbar-container:not(.uk-navbar-transparent) {
  border-bottom: 1px solid rgb(255 255 255 / 15%);
}

.uk-header-mobile .uk-navbar-container,
.uk-header-mobile .uk-navbar-container:not(.uk-navbar-transparent) {
  background: var(--grey);
}

.uk-navbar-container.uk-navbar-transparent.uk-navbar-sticky {
  background-color: var(--grey);
}

.uk-sticky.uk-sticky-below.uk-sticky-fixed .uk-navbar-nav>li>a {
  color: var(--white);
}

.uk-navbar-item,
.uk-navbar-nav>li>a,
.uk-navbar-toggle {
  font-family: var(--font-meta-pro);
}

.uk-navbar-nav>li>a:active {
  color: var(--primary);
}

.uk-navbar-nav>li:hover>a,
.uk-navbar-nav>li>a[aria-expanded="true"],
.uk-navbar-dropdown-nav>li>a:hover,
.uk-navbar-dropdown-nav>li.uk-active>a {
  color: var(--primary);
}

.uk-navbar-dropdown-nav>li>a:hover,
.uk-navbar-dropdown-nav>li.uk-active>a {
  color: var(--primary);
}

.uk-navbar-nav>li>a {
  color: var(--black);
  position: relative;
  font-weight: 500;
  font-size: 14px;
}

.uk-navbar-nav-dark>li>a {
  color: var(--black);
}

.uk-navbar-nav>li:hover>a::before,
.uk-navbar-nav>li>a[aria-expanded="true"]::before {
  left: var(--uk-navbar-nav-item-line-margin-horizontal);
  right: var(--uk-navbar-nav-item-line-margin-horizontal);
  opacity: 1;
}

.uk-navbar-nav>li>a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  opacity: 0;
  bottom: 0;
  height: 2px;
  background-color: transparent;
  transition: 0.5s ease-in-out;
  transition-property: background-color, border-color, box-shadow, height, left,
    right, opacity;
  --uk-navbar-nav-item-line-margin-horizontal: 0;
  left: var(--uk-navbar-nav-item-line-margin-horizontal);
  left: 50%;
  right: 50%;
  background-image: linear-gradient(90deg,
      rgba(255, 255, 255, 0) 0,
      rgba(255, 255, 255, 0.3) 50%,
      rgba(255, 255, 255, 0) 100%);
}

.uk-sticky.uk-sticky-below.uk-sticky-fixed .uk-navbar-nav>li>a::before {
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgb(39 195 197) 50%, rgba(255, 255, 255, 0) 100%)
}

.uk-navbar-dropdown-nav>li {
  position: relative;
}

.uk-navbar-dropdown-nav>li.uk-active:before {
  content: ">";
  position: absolute;
  right: 0;
  top: 0;
  color: var(--primary);
  font-family: monospace;
  font-weight: bold;
  font-size: 20px;
  line-height: 36.25px;
}

.uk-nav.uk-nav-divider> :not(.uk-nav-header, .uk-nav-divider)+ :not(.uk-nav-header, .uk-nav-divider) {
  border-color: var(--black-light);
}

.uk-nav-primary li a {
  padding: 10px 40px;
  font-size: 17px;
  /* border-bottom: solid 1px var(--black-light); */
}

.uk-nav-primary>li>a {
  color: var(--white);
}

.uk-nav-primary>li>a:hover,
.uk-nav-primary>li>a:focus,
.uk-nav-primary>li.uk-active a {
  color: var(--primary);
}

.tab-content,
.tab-contentT,
.tab-contentTT {
  display: none;
}

.uk-logo {
  padding: 5px 0;
}

.uk-logo-dark {
  height: 47px;
}

/* end header */
/*************************************************************************************************** */

/********************************************** Link CSS***************************************************** */
a:hover {
  text-decoration: none;
}

.uk-link {
  color: var(--primary);
  text-decoration: none !important;
  cursor: pointer;
}

.uk-link-heading a:hover,
.uk-link-toggle:hover .uk-link-heading,
a.uk-link-heading:hover {
  color: var(--primary);
  text-decoration: none;
}

/*************************************************************************************************** */

/**********************************************  Button CSS***************************************************** */
.uk-button {
  padding: 0px 20px;
  line-height: 45px;
  transition: 0.1s ease-in-out;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
}

.uk-small-button {
  padding: 16px 18px;
  line-height: 0;
  transition: 0.1s ease-in-out;
  font-size: 14px;
  border-radius: 6px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: 4px;
}

.uk-small-button:disabled {
  background-color: #ccc;
  /* Grey */
  color: #666;
  /* Dark grey text */
  cursor: not-allowed;
}

.uk-button-default {
  color: var(--white);
  background-color: var(--primary);
  border: none;
}

.uk-button-default.uk-active,
.uk-button-default:active,
.uk-button-default:hover {
  background: var(--secondary);
  color: var(--white);
}

.uk-button-secondary {
  color: var(--white);
  background-color: var(--secondary);
}

.uk-button-secondary.uk-active,
.uk-button-secondary:active,
.uk-button-secondary:hover {
  background: var(--primary);
  color: var(--white);
}

.uk-button-navbar {
  color: var(--secondary) !important;
  border-bottom: 1px solid var(--secondary) !important;
  border-radius: 0 !important;
}

.uk-button-navbar.uk-active,
.uk-button-navbar:active,
.uk-button-navbar:hover {
  color: var(--primary) !important;
  border-bottom: 1px solid var(--primary) !important;

}

/* nav- buttoon */
.uk-button-text {
  padding: 0;
  line-height: 1.5;
  background: 0 0;
  color: var(--black);
  position: relative;
  padding-right: 27px;
  border-radius: 0;
}

.uk-button-text::before {
  bottom: -5px;
  border-bottom: 1px solid var(--primary);
}

.uk-button-text:hover {
  color: var(--primary);
}

.uk-button-text.text-white::after {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2214%22%20viewBox%3D%220%200%2022%2014%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23FFFFFF%22%20points%3D%2221.6%206.89%2015.12%2013.6%2013.68%2012.21%2017.75%208%200%208%200%206%2017.91%206%2013.69%201.7%2015.11%200.3%2021.6%206.89%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-repeat: no-repeat;
}

.uk-button-text::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 22px;
  background-repeat: no-repeat;
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2214%22%20viewBox%3D%220%200%2022%2014%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23444444%22%20points%3D%2221.6%206.89%2015.12%2013.6%2013.68%2012.21%2017.75%208%200%208%200%206%2017.91%206%2013.69%201.7%2015.11%200.3%2021.6%206.89%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-position: calc(100% - 5px) 50%;
  transition: background-position 0.2s ease-out;
}

.uk-button-text:hover::after {
  background-image: url(data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2222%22%20height%3D%2214%22%20viewBox%3D%220%200%2022%2014%22%3E%0A%20%20%3Cpolygon%20fill%3D%22%23f2b518%22%20points%3D%2221.6%206.89%2015.12%2013.6%2013.68%2012.21%2017.75%208%200%208%200%206%2017.91%206%2013.69%201.7%2015.11%200.3%2021.6%206.89%22%20%2F%3E%0A%3C%2Fsvg%3E%0A);
  background-position: 100% 50%;
}

.uk-button-white-outline {
  border: solid 1px var(--white);
  color: var(--white);
  background: none;
  cursor: pointer;
}

.uk-button-white-outline:hover,
.uk-button-white-outline:focus {
  background: var(--white) !important;
  color: var(--black);
  cursor: pointer;
}

.uk-button-primary-outline {
  border: solid 1px var(--primary);
  color: var(--primary);
  background: none;
  cursor: pointer;
}

.uk-button-primary-outline:hover,
.uk-button-primary-outline:focus {
  background: var(--primary) !important;
  color: var(--white);
  cursor: pointer;
}

/*************************************************************************************************** */

/********************************************** background Css ***************************************************** */
.bg-primary {
  background: var(--primary);
}

.bg-secondary {
  background: var(--secondary);
}

.bg-white {
  background: var(--white) !important;
}

.bg-light {
  background: var(--light);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: auto;
}

.bg-dark {
  background: #7a7a7a;
}

.mountain-bg {
  background-image: url('../images/bg.png');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}

.why-bg {
  background-image: url('../images/grey-bg.png');
}

.both-pattern::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -7px;
  left: 0;
  background-size: cover;
  background: url(../images/wave-grey-top.svg) repeat-x top center;
  z-index: 1;
}

.both-pattern::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -7px;
  left: 0;
  background-size: cover;
  background: url(../images/wave-grey-top.svg) repeat-x top center;
  z-index: 1;
  transform: rotate(180deg);
}

.up-pattern::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -7px;
  left: 0;
  background-size: cover;
  background: url(../images/wave-grey-top.svg) repeat-x top center;
  z-index: 1;
}

.bottom-pattern::after {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  bottom: -7px;
  left: 0;
  background-size: cover;
  background: url(../images/wave-grey-top.svg) repeat-x top center;
  z-index: 1;
  transform: rotate(180deg);
}

.bg-white-gradiant {
  background: linear-gradient(180deg,
      #ffffffa6 12%,
      #fff0 35%,
      #fff0 62%,
      #ffffff80 87%,
      #fff 98%);
}

.bg-transparent {
  background: transparent;
}

.client-bg {
  background-image: url('../images/bg-client.jpg');
  background-attachment: fixed;
}

.bottom-banner {
  background: linear-gradient(180deg, #ffffff 12%, #fff0 35%, #fff0 62%), url('../images/last-banner.jpg');
  background-size: cover;
  margin-top: 50px;
}

.middle-banner {
  background: linear-gradient(180deg, #ffffff 12%, #fff0 35%, #fff0 62%, #ffffff80 87%, #fff 98%), url('../images/last-banner.jpg');
  padding: 160px 0px;
  background-size: cover;
}

.last-banner {
  background: linear-gradient(180deg, #ffffff 12%, #fff0 35%, #fff0 62%), url('../images/last-banner.jpg');
  background-size: cover;
  margin-top: 50px;
}

/*************************************************************************************************** */


/********************************************media height css******************************************************* */
.uk-media-author-lg img,
.uk-media-author-sm img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-media-author-lg {
  width: 100px;
  height: 100px;
}

.uk-media-author-sm {
  width: 70px;
  height: 70px;
}

.uk-media-small img,
.uk-media-50 img,
.uk-media-60 img,
.uk-media-70 img,
.uk-media-80 img,
.uk-media-100 img,
.uk-media-110 img,
.uk-media-120 img,
.uk-media-130 img,
.uk-media-140 img,
.uk-media-150 img,
.uk-media-160 img,
.uk-media-170 img,
.uk-media-180 img,
.uk-media-190 img,
.uk-media-200 img,
.uk-media-205 img,
.uk-media-240 img,
.uk-media-250 img,
.uk-media-260 img,
.uk-media-270 img,
.uk-media-280 img,
.uk-media-290 img,
.uk-media-300 img,
.uk-media-350 img,
.uk-media-400 img,
.uk-media-450 img,
.uk-media-480 img,
.uk-media-500 img,
.uk-media-520 img,
.uk-media-550 img,
.uk-media-560 img,
.uk-media-570 img,
.uk-media-580 img,
.uk-media-590 img,
.uk-media-600 img,
.uk-media-650 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.uk-media-small {
  width: 79px;
  height: 79px;
  overflow: hidden;
}

.uk-media-50 {
  width: 50px;
  height: 50px;
  overflow: hidden;
}

.uk-media-60 {
  width: 60px;
  height: 60px;
  overflow: hidden;
}

.uk-media-70 {
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.uk-media-80 {
  width: 80px;
  height: 80px;
  overflow: hidden;
}

.uk-media-100 {
  width: 100px;
  height: 100px;
  overflow: hidden;
}

.uk-media-110 {
  width: 100%;
  height: 110px;
  overflow: hidden;
}

.uk-media-120 {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.uk-media-130 {
  width: 100%;
  height: 130px;
  overflow: hidden;
}

.uk-media-140 {
  width: 100%;
  height: 140px;
  overflow: hidden;
}

.uk-media-150 {
  width: 100%;
  height: 150px;
  overflow: hidden;
}

.uk-media-160 {
  width: 100%;
  height: 160px;
  overflow: hidden;
}

.uk-media-170 {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.uk-media-180 {
  width: 100%;
  height: 180px;
  overflow: hidden;
}

.uk-media-190 {
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.uk-media-200 {
  width: 100%;
  height: 200px;
  overflow: hidden;
}

.uk-media-205 {
  width: 100%;
  height: 205px;
  overflow: hidden;
}

.uk-media-240 {
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.uk-media-250 {
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.uk-media-260 {
  width: 100%;
  height: 260px;
  overflow: hidden;
}

.uk-media-270 {
  width: 100%;
  height: 270px;
  overflow: hidden;
}

.uk-media-280 {
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.uk-media-290 {
  width: 100%;
  height: 290px;
  overflow: hidden;
}

.uk-media-300 {
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.uk-media-350 {
  width: 100%;
  height: 350px;
  overflow: hidden;
}

.uk-media-400 {
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.uk-media-450 {
  width: 100%;
  height: 450px;
  overflow: hidden;
}

.uk-media-480 {
  width: 100%;
  height: 480px;
  overflow: hidden;
}

.uk-media-500 {
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.uk-media-520 {
  width: 100%;
  height: 520px;
  overflow: hidden;
}

.uk-media-550 {
  width: 100%;
  height: 550px;
  overflow: hidden;
}

.uk-media-560 {
  width: 100%;
  height: 560px;
  overflow: hidden;
}

.uk-media-570 {
  width: 100%;
  height: 570px;
  overflow: hidden;
}

.uk-media-580 {
  width: 100%;
  height: 580px;
  overflow: hidden;
}

.uk-media-590 {
  width: 100%;
  height: 590px;
  overflow: hidden;
}

.uk-media-600 {
  width: 100%;
  height: 600px;
  overflow: hidden;
}

.uk-media-650 {
  width: 100%;
  height: 650px;
  overflow: hidden;
}

/*************************************************************************************************** */
.uk-overlay-banner {
    background-image: linear-gradient(180deg, rgb(0 0 0 / 56%), #00000080);
}

.uk-overlay-innerpage {
  background: rgb(0 0 0 / 40%);
}

/********************************************FrontPage Css******************************************************* */

/* Hero Banner */
.uk-hero-banner video {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}

.uk-background-cover {
  background-size: cover;
}

.texture {
  position: absolute;
  bottom: -5px;
  z-index: 3;
  width: 100%;
}

.texture img {
  width: 100%;
}

.activites-title {
  font-family: "Colombo";
  color: var(--white);
  font-size: 43px;
  text-transform: uppercase;
  display: inline-block;
  transform: rotate(90deg);
}

.accordion-small {
  background-color: var(--white);
  color: var(--primary) !important;
  font-family: "Colombo";
  padding: 4px 16px;
  font-size: 21px;
  border-radius: 2px;
  margin-bottom: 12px;
}

.ge-item-open {
  padding: 25px !important;
}


.uk-banner-image-size {
  height: 400px;
  object-fit: cover;
}

.uk-dotnav>.uk-active>* {
  background-color: var(--apricot);
  border-color: transparent;
}

.uk-trek-list {
  position: relative;
  z-index: 0;
}

.uk-trek-image .uk-overlay {
  background: var(--primary) !important;
  color: white !important;
  top: 23px !important;
  right: -10px !important;
  padding: 7px 20px !important;
  text-transform: uppercase;
  font-size: 15px;
}

.uk-trek-image img {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.uk-trek-description {
  border-left: 1px solid var(--lighter);
  border-right: 1px solid var(--lighter);
  font-size: 14px;
}

.arrows {
  z-index: 2;
  display: flex !important;
  align-items: center !important;
  justify-content: end !important;
}

.rounded-border {
  border-radius: 100%;
  border: 10px solid var(--white);
}

.uk-why-us-list {
  background-color: var(--white);
  border-radius: 6px;
  padding: 15px 30px;
}

.why-us::before {
  content: "";
  display: block;
  width: 100%;
  height: 20px;
  position: absolute;
  top: -7px;
  left: 0;
  background-size: cover;
  background: url(../images/wave-grey-top.svg) repeat-x top center;
  z-index: 1;
}

.climber-info {
  padding: 8px 0px;
}

.climber-info h4 {
  font-family: "Poppins", sans-serif !important;
}

.climber-info span {
  font-size: 15px !important;
  font-weight: 400 !important;
}

/**********************************Footer*******************************************/
.top-container {
  border-top: 3px solid var(--primary);
  border-bottom: 3px solid var(--primary);
}

.bottom-container {
  background-size: cover;
  background-position: center;
}

.footer-list {
  color: var(--white) !important;
  list-style: none;
}

.footer-list li {
  margin-bottom: 5px;
}

.footer-list li a {
  color: var(--white) !important;
  font-size: 14px;
  font-weight: 400;
}

.footer-list li a:hover {
  color: var(--primary) !important;
}

.uk-icon-button .uk-icon-footer {
  border-color: var(--white);
}

.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(--primary);
  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(--primary);
  border-radius: 50%;
  transition: all 200ms;
}

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

.icon-bg {
  border-radius: 100%;
  height: 60px;
  width: 60px;
}

.icon-bg img {
  height: 51px;
  position: relative;
  top: 13px;
  left: 12px;
}

.icon-section {
  align-items: center;
}

.icon-section h2 {
  font-size: 25px !important;
}

.uk-mission-vision {
  display: flex;
  align-items: center;
}

.border-left {
  border-left: 5px solid var(--primary) !important;
}

.uk-activities h1 {
  line-height: 27px !important;
  margin-bottom: 15px !important;
}

.uk-team img,
.uk-activities div img {
  transition: all 0.5s;
}

.uk-team a :hover img {
  scale: 1.05 !important;
}

.uk-modal-title {
  font-size: 1.5rem !important;
  margin: 0 !important;
}

.uk-activities div:hover img {
  scale: 1.05 !important;
}

.uk-nav-slider-btn {
  color: var(--secondary) !important;
  border-radius: 100%;
  border: 1px solid var(--secondary);
}

.uk-nav-slider-btn:hover {
  background-color: var(--secondary) !important;
  color: var(--white) !important;
}

.white-btn {
  color: white;
  border-bottom: 1px solid white;
  transition: 0.3s ease-in;
}

.white-btn:hover {
  color: var(--primary);
  border-bottom: 1px solid var(--primary);
}

.uk-dark-banner {
  height: 60vh;
}

.uk-input {
  height: 35px !important;
  font-size: 14px !important;
}

label {
  font-size: 14px !important;
}

.form-container {
  padding: 30px !important;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

.uk-border-left {
  border-left: 1px solid #c9c6c6;
}

.uk-contact img {
  height: 55px;
}

.uk-contact-topic {
  font-size: 18px;
}

.uk-small-details-nav {
  overflow: auto !important;
  white-space: nowrap !important;
}

.uk-navbar-single {
  list-style: none !important;
  margin: 0;
  padding: 0;
}

.uk-navbar-single li {
  display: inline-block !important;
}

.uk-small-details-nav::-webkit-scrollbar {
  width: 2px;
  height: 5px;
  background-color: #ddd;
}

.uk-small-details-nav::-webkit-scrollbar-thumb {
  background-color: var(--primary);
  border-radius: 30px;
}

.uk-navbar-single>* {
  padding-left: 9px !important;
}

.uk-navbar-single>*>a {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: 500;
  color: rgba(255, 255, 255, 88%) !important;
}

.uk-navbar-single>.uk-active>a {
  color: var(--primary) !important;
  background: white;
  border: 1px solid var(--primary) !important;
}

span.uk-trip-icons {
  background: var(--bg-primary);
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  color: var(--white);
}

.uk-trip-feature img {
  height: 50px;
}

.uk-single-section {
  margin-bottom: 30px;
  padding: 30px 0;
  position: relative;
  clear: both;
}

.mid-topic {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 19px;
  color: var(--black);
}

.trip-highlight li {
  font-weight: 400 !important;
}

.uk-sidebar {
  border: 1.5px solid var(--primary);
  border-radius: 10px;
}

.sidebar-text {
  font-size: 18px;
  /* line-height: 29px; */
  /*margin-top: 15px;*/
}

.sidebar-text span {
  font-weight: 600 !important;
  font-size: 26px !important;
}

.uk-itenary-day-section {
  background: var(--primary);
  color: white !important;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  width: 60px;
  display: flex;
  justify-content: center;
  padding: 5px 0px 5px 10px;
  align-items: center;
}

.uk-itenary-day {
  margin: 0;
  line-height: 24px;
}

.uk-itenary-day span {
  font-size: 30px;
  font-weight: 500;
}

.uk-accordion-title {
  border: 1px solid var(--lighter);
  border-radius: 6px;
}

.uk-itinerary-title::before {
  margin-top: 14px !important;
}

.uk-itinerary-content {
  padding: 27px 13px 21px;
  border: 1px solid var(--lighter);
  border-radius: 6px;
  border-top: none;
  margin-top: -14px;
  padding: 27px 13px 21px;
}

.uk-includes,
.uk-excludes {
  list-style: none;
  padding: 0;
}

.uk-includes li:before {
  content: "✓";
  color: green;
  margin-right: 8px;
}

.uk-excludes li:before {
  content: "✗";
  color: red;
  margin-right: 8px;
}

.uk-dates-icon img {
  height: 25px;
  margin-right: 10px;
}

.uk-subnav-pill>*>a {
  cursor: pointer;
  opacity: 0.4;
  transition: opacity 0.35s ease-out;
}

.uk-subnav-pill>.uk-active>a {
  opacity: 1;
  background: none;
}

.uk-gallery-switcher img {
  height: 85px;
  width: 100%;
  object-fit: cover;
}

.uk-gallery-image img {
  height: 400px;
  width: 100%;
  object-fit: cover;
}

.tab-nav li a {
  font-weight: 15px;
  font-weight: 500;
}

.uk-tab-left::before {
  border: none !important;
}

.tab-nav .uk-active>a {
  border-right: 3px solid var(--primary);
  border-radius: 3px;
}

.uk-nav-primary .uk-nav-sub a:hover {
  color: white !important;
}

.footer-icon {
  background: none !important;
  border: 1px solid white !important;
  color: white !important;
  margin-left: 5px !important;
}

.uk-affiliated img {
  width: 75px;
  height: 75px;
  margin: 0;
  object-fit:contain;
}

.star-rating {
  direction: rtl;
  display: inline-block;
  padding: 20px;
}

.star-rating input[type="radio"] {
  display: none;
}

.star-rating label {
  font-size: 2em !important;
  color: lightgray;
  cursor: pointer;
}

.star-rating input[type="radio"]:checked~label {
  color: var(--primary);
}

.star-rating label:hover,
.star-rating label:hover~label {
  color: var(--primary);
}

.uk-sticky-right {
  margin-right: 10px;
  border: none;
  overflow: visible;
}

.uk-translate {
  padding: 0px 20px;
  font-size: 15px;
  border-radius: 6px;
  font-weight: 400;
  background-color: var(--primary);
  color: var(--white);
}

.uk-navbar-toggle {
  color: var(--white) !important;
}

.list-topic {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  color: var(--primary);
}

.uk-pagination>.uk-active {
  background: var(--primary);
  border-radius: 100%;
  width: 33px !important;
  text-align: center;
}

.uk-pagination>.uk-active span {
  color: white;
}
.uk-trek-image img{
  object-fit: cover;
}
#preloader {
  background: var(--secondary);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader .spinner-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#preloader .spinner-container img {
  position: absolute;
  width: 100px;
  /* Adjust the size of the logo */
  height: auto;
}

#preloader .spinner-container .uk-spinner {
  color: white !important;
}
.uk-dotnav>.uk-active>* {
  background: var(--primary) !important;
}

.uk-dotnav>*>* {
  border-color: var(--primary) !important;
  background: transparent !important;
}
.goog-te-gadget{
  font-family: var(--font-meta-pro) !important;
}
.goog-te-gadget-simple{
  background-color: var(--primary) !important;
  border: 1px solid white !important;
  padding: 8px !important;
  border-radius: 5px !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed {
  color: white !important;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
  border: none !important;
  color: white !important;
}
.banner-btn-primary{
    color:white;
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    font-size:16px;
    transition:0.43s ease;
}
.banner-btn-secondary{
    padding: 5px 9px;
    border-radius: 100%;
    margin-left:7px;
}

.banner-button:hover .banner-btn-secondary{
   background: var(--primary) !important;
   color: white !important;
}
.client-img{
    height:180px;
    width:180px;
    object-fit:cover;
}
.contents {
    max-height: 6em;
    overflow: hidden;
    line-height: 1.5em;
    transition: max-height 0.3s ease;
}
.contents.expanded {
    max-height: none; 
}
.learn-more {
    color: var(--primary);
    cursor: pointer;
    margin-top: 10px;
    display: inline-block;
    margin-bottom: 15px;
    text-decoration: underline;
}
.uk-useful-dropdown{
    left: 489px !important;
    width: 219px !important;
    padding: 20px !important;
    border-bottom:4px solid var(--black-light);
}
.uk-useful-nav>li>a {
    padding: 7px 0 !important;
    margin:2px 0 !important;
    color:var(--secondary)!important;
}
.uk-useful-nav>li:hover{
    background: var(--primary);
    border-radius: 5px;
}
.uk-useful-nav>li>a:hover{
      color: #ffffff !important;
}

/********************* New changes by Sangam due to seo starts ******************/
.seo-expedition-font{
    line-height: 27px!important;
    margin-bottom: 15px !important;
}
.seo-inner-banner-h1{
    color: var(--white) !important;
}
/********************* New changes by Sangam due to seo ends ********************/
