@font-face {
  font-family: "Branding";
  src: url("fonts/BrandingMedium.eot");
  src: url("fonts/BrandingMedium.eot?#iefix") format("embedded-opentype"),
    url("fonts/BrandingMedium.woff") format("woff"),
    url("fonts/BrandingMedium.ttf") format("truetype");
  font-style: normal;
}

body {
  font-family: "Branding";
  background: #f0f3f2;
  font-size: 16px;
}
html {
  scroll-behavior: smooth;
}
.container {
  max-width: 1840px;
}
ul {
  padding: 0px;
  margin: 0px;
}
a,
a:hover {
  text-decoration: none;
}
:focus {
  outline: none !important;
}
img {
  vertical-align: bottom;
}
.form-control::placeholder {
  color: #b8c1cc;
  opacity: 1;
  font-weight: 500;
}
.form-control:-ms-input-placeholder {
  color: #b8c1cc;
  font-weight: 500;
}
.form-control::-ms-input-placeholder {
  color: #b8c1cc;
  font-weight: 500;
}

/*------------- navbar css ------------*/
.navbar {
  background: transparent;
  padding: 17px 0px;
  position: absolute;
}
.slider_banner {
  height: 100vh;
  width: 100%;
  background-image: url(../images/slider_bg.png);
  background-size: cover;
  background-position: center bottom;
}
.slider_banner .container {
  height: 100%;
}
.inner_slider {
  width: 100%;
}
.slider_search {
  padding: 24px;
  border-radius: 8px;
  background: #fff;
  width: 73%;
  margin: 0 auto;
}
.slider_search .form-control {
  border: none;
  box-shadow: none;
  padding-top: 0;
  padding-bottom: 0px;
}
.search_location {
  border-left: 1px solid var(--black-300);
  padding-left: 30px;
}
.btn_search {
  width: 200px;
  font-size: var(--font-size-20);
  font-weight: var(--font-regular);
}

/*-------------- local communities --------------*/
.local_heading p {
  width: 60%;
}
.community_tag {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.community_tag a {
  font-weight: var(--font-medium);
  color: var(--normal-color);
  font-family: var(--font-satoshi);
  font-size: var(--font-size-16);
  padding: 8px 16px;
  border: 1px solid var(--nature-green-200);
  border-radius: 50px;
}
.community_tag a:hover {
  background: var(--nature-brown-300);
}
.community_tag a.active {
  color: var(--white-color);
  border: 1px solid var(--primary-green-500);
  background: var(--primary-green-500);
}
.trail_image {
  height: 290px;
  overflow: hidden;
  position: relative;
}
.trail_image .owl-theme .owl-nav {
  position: absolute;
  bottom: 50px;
  width: 42%;
  margin: 0 28%;
}
.trail_image .owl-theme .owl-nav button {
  width: 30px;
  height: 30px;
  margin: 0px;
  border: 1px solid var(--white-color);
  color: var(--white-color);
  border-radius: 50px;
  opacity: 0.5;
  transition: all 0.3s ease-in-out;
}
.trail_image .owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
}
.trail_image .owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0px;
}
.location_tag a.badge {
  padding: 4px 8px;
  border-radius: 50px;
}
.location_tag a:hover {
  color: var(--primary-green-500);
}
.location_tag a.badge:hover {
  color: var(--nature-green-950);
}
.trail_description {
  font-weight: var(--font-medium);
  color: var(--sub-color);
  font-family: var(--font-satoshi);
  font-size: var(--font-size-20);
  height: 60px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.trail_tag {
  display: flex;
  flex-wrap: nowrap;
  gap: 16px;
  overflow-x: auto;
  overflow-y: hidden;
}
.trail_tag::-webkit-scrollbar {
  height: 8px;
}
.trail_tag::-webkit-scrollbar-track {
  background: var(--nature-brown-100);
  border-radius: 50px;
}
.trail_tag::-webkit-scrollbar-thumb {
  background: var(--primary-green-500);
  border-radius: 50px;
}

.trail_tag a {
  font-family: var(--font-satoshi);
  font-weight: var(--font-regular);
  font-size: var(--font-size-13);
  color: var(--normal-color);
  padding: 4px 8px;
  border-radius: 50px;
  border: 1px solid var(--black-500);
  white-space: nowrap;
  margin-bottom: 15px;
}
.trail_tag a:hover,
.trail_tag a.active {
  color: var(--white-color);
  border: 1px solid var(--nature-green-500);
  background: var(--nature-green-300);
}
.trail_list {
  margin-bottom: 60px;
}
.trail_list:hover .trail_description {
  color: var(--primary-green-500);
}
.trail_list:hover .trail_image .owl-theme .owl-nav button {
  opacity: 1;
  background: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.5);
}
.wishlist {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 10;
}
.wishlist .on_hover,
.wishlist:hover .simple_icon {
  display: none;
}
.wishlist:hover .on_hover {
  display: block;
}
.view_directory {
  color: var(--primary-green-500);
  background: transparent;
  border: 1px solid var(--primary-green-500);
  padding: 16px 50px;
  font-family: var(--font-satoshi);
  font-weight: var(--font-regular);
  font-size: var(--font-size-20);
  border-radius: 0px;
}
.view_directory:hover {
  color: var(--primary-green-700);
  background: var(--nature-brown-200);
  border: 1px solid var(--primary-green-700);
}

/*------------------- our mission ----------------------*/
.mission_images {
  height: 254px;
  overflow: hidden;
  border-radius: 20px;
}
.mission_images img {
  width: 100%;
  height: 100%;
}
.mission_detail {
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dotted_line {
  position: relative;
}
.dotted_line img {
  position: absolute;
  width: 74%;
  top: 266px;
  left: 50px;
}

/*-------------- Local voices ---------------*/
.local_voices .btn-primary {
  text-wrap: nowrap;
  padding: 12px 50px;
  margin-left: 6%;
}
.trail_slider.row {
  flex-wrap: nowrap;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.trail_slider::-webkit-scrollbar {
  height: 8px;
}
.trail_slider::-webkit-scrollbar-track {
  background: var(--nature-brown-100);
  border-radius: 50px;
}
.trail_slider::-webkit-scrollbar-thumb {
  background: var(--primary-green-500);
  border-radius: 50px;
}

.trail_img {
  width: 100%;
  height: 630px;
  overflow: hidden;
  position: relative;
}
.trail_img.half_images {
  height: 300px;
}
.trail_img.three_four_images {
  height: 400px;
}
.trail_img.one_three_images {
  height: 200px;
}
.trail_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.trail_hover_content {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0px;
  padding: 16px;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.5) 87.91%
  );
}
.trail_hover_content p {
  color: var(--white-color);
  font-family: var(--font-satoshi);
  font-weight: var(--font-medium);
  font-size: var(--font-size-20);
  white-space: normal;
}
.trail_hover_content .trail_tag a {
  color: var(--white-color);
  height: 30px;
  border: 1px solid var(--white-color);
}
.trail_img .trail_tag {
  height: 0px;
  transition: all 0.2s linear;
}
.trail_img:hover .trail_tag {
  height: 40px;
  transition: all 0.2s linear;
}

/*----------------- tag list ----------------*/
.tag_list {
  padding: 24px 10px;
  gap: 32px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.tag_list a {
  text-wrap: nowrap;
  font-family: var(--font-satoshi);
  color: var(--nature-green-950);
  font-weight: var(--font-bold);
  font-size: var(--font-size-39);
}
.tag_list::-webkit-scrollbar {
  height: 8px;
}
.tag_list::-webkit-scrollbar-track {
  background: var(--nature-brown-100);
  border-radius: 50px;
}
.tag_list::-webkit-scrollbar-thumb {
  background: var(--primary-green-500);
  border-radius: 50px;
}

/*------------------ join_now --------------*/
.join_now {
  background: #73726d;
}
.join_now .container {
  max-width: 1600px;
}
.join_now .video_section {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.join_now .video_section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.join_now .video_section i.fa-play-circle {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 60px;
  left: 0px;
  z-index: 5;
  color: #fff;
  display: inline-flex;
  top: 0;
  background: rgb(0 0 0 / 20%);
  justify-content: center;
  align-items: center;
}
.join_now ul li {
  margin-bottom: 12px;
}
.join_now .btn-primary {
  width: 200px;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  color: var(--main-color);
  background: var(--white-color);
  font-weight: var(--font-regular);
  font-size: var(--font-size-16);
  padding: 16px 20px;
}
.join_now .btn-primary:hover {
  background: var(--primary-green-700);
  color: var(--white-color);
}

/*-------------- Trail page -----------*/
.trail_nav {
  display: flex;
  width: 1920px;
  height: 100px;
  padding: 16px var(--spacing-xxxl, 40px);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  backdrop-filter: blur(10px);
  background-color: #dedede;
}

.trail_dropdown_button {
  color: var(--Font-3-Main-3, #5e6147);
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
.nav_dropdown {
  display: flex;
  width: 200px;
  padding: 10px 21px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  border-radius: 133px;
  border: 1px solid var(--Stroke-1, #dedede);
  background: #fff;
}

.trails_searchbar {
  width: 652px;
  height: 48px;
}
.trails_searchbar_input {
  border-radius: 125px !important;
  border: 1px solid var(--Stroke-1, #dedede);
}
.search_i {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #9ca3af;
}

.left-pan {
  position: absolute;
  right: 17px;
  top: 9px;
  padding: 2px;
}

/* trail_section banner part  */

.trail_banner {
  display: flex;
  width: 1920px;
  height: 484px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  flex-shrink: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.25) 0%,
    rgba(0, 0, 0, 0.25) 100%
  );
  background-image: url("../images/trailList/banner/trail_banner.svg");
  background-size: cover; /* Adjust as needed */
  background-position: center; /* Adjust as needed */
  background-repeat: no-repeat;
}

.trail_banner_inner {
  display: inline-flex;
  align-items: flex-end;
  gap: 32px;
  padding-top: 128px;
  padding-left: 40px;
  margin-top: 28px;
}
.trail_banner_inner_left {
  border-radius: var(--radi-lg, 12px);
  background: var(--Primary-2-500, #008b2a);
}
.trail_banner_inner_right {
  align-items: flex-start;
  gap: var(--spacing-lg, 24px);
  width: 1312px;
}
.trail_banner_inner_right_date {
  color: #fff;
  font-family: Satoshi;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 14px */
}
.trail_banner_inner_right_title {
  color: #fff;
  font-family: Newsreader;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%; /* 32px */
  text-transform: uppercase;
}
.trail_banner_inner_right_desc {
  border-radius: var(--radi-md, 4px);
  background: #fff;
  display: flex;
  padding: var(--spacing-xs, 6px) 10px;
  align-items: flex-start;
  gap: 10px;
}
.trail_banner_inner_right_desc_text {
  color: var(--Primary-2-950, #013828);
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
.trail_banner_inner_right_desc_textTwo {
  color: #fff;
  font-family: Satoshi;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 16px */
}

.trail_banner_inner_right_item1 {
  border-radius: var(--radi-mlg, 8px);
  background: var(--Primary-2-500, #008b2a);
  display: flex;
  padding: var(--spacing-sm, 2px) 15px;
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.trail_banner_inner_right_item1 p {
  color: #fff;
  text-align: justify;
  font-family: Satoshi;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 19.5px */
}

.trail_banner_inner_right_item2 {
  display: flex;
  padding: var(--spacing-xxs, 4px) 15px;
  align-items: center;
  gap: 10px;
  border-radius: 50px;
  border: 1px solid #aaefc6;

  background: #ecfdf3;
}
.trail_banner_inner_right_item2 p {
  color: #067647;
  text-align: justify;
  font-family: Satoshi;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 19.5px */
}
/* trail_section banner part  */

/*-------------- Trail page -----------*/

/*-------------- footer section -----------*/
.footer .container {
  max-width: 1600px;
}
.email_newsletter {
  border-radius: 8px;
  background: #fff;
  border: 1px solid var(--nature-green-50);
}
.email_newsletter .form-control {
  background: #fff;
  border: none;
  height: 48px;
  box-shadow: none;
}
.email_newsletter .btn_search {
  padding: 12px 22px;
  width: auto;
  border-radius: 0px 8px 8px 0px;
}
.footer_menu {
  padding-left: 8%;
}
.footer_menu ul li {
  list-style: none;
}
.footer_menu ul li a {
  color: var(--sub-color);
  font-family: var(--font-satoshi);
  font-size: var(--font-size-16);
  font-weight: var(--font-medium);
  margin-bottom: 16px;
  display: block;
}
.footer_menu ul li a:hover {
  color: var(--primary-green-500);
}
.copyright {
  border-top: 1px solid var(--black-200);
  padding: 48px 0px 32px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright .social_icon a {
  color: var(--sub-color);
  margin-left: 25px;
  font-size: var(--font-size-18);
}
.copyright .social_icon svg {
  vertical-align: text-top;
}
.copyright .social_icon a:hover {
  color: var(--primary-green-500);
}
.copyright .social_icon a:hover svg {
  fill: var(--primary-green-500);
}
