@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;1,200;1,300;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,700;1,700&display=swap");
:root {
  --action-color: #108f15;
  --white-color: #e7eae7;
  --brown-color: #4f4a4c;
  --black-color: #3b3b3b;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Poppins", sans-serif;
  background-color: #c6ecd3;
}

nav {
}

li {
  list-style-type: none;
}
a {
  text-decoration: none;
  color: #3b3b3b;
}

.wrapper {
  position: relative;
  background-color: #c6ecd3;
  /* position: relative;
  height: 100vh; */
  max-width: 2000px;
  margin: 0px auto;
}

.brown-bg {
  background-color: var(--brown-color);
}

.bg-img:after {
  /* position: relative; */
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.overlay {
  /* content: ""; */
  /* display: block; */
  /* width: 100%; */
  /* height: 100%; */
  background: rgba(0, 0, 0, 0.4);
}

.max-width_wrapper {
  max-width: 1120px;
  margin: auto;
}

.underline {
  text-decoration: underline;
}

.max-width_inner_wrapper {
  max-width: 1320px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo-header img {
  width: 100%;
}

.logo_abs img {
  position: absolute;
  left: 160px;
  left: 10%;
  width: 151px;
  top: 10px;
  z-index: 20;
}

.bold {
  font-weight: 700;
}

.light {
  font-weight: 300;
}

.btn {
  background-color: var(--action-color);
  color: var(--white-color);
  font-size: 32px;
  font-weight: 700;
  padding: 10px 0px;
  width: 320px;

  border-radius: 0px 0px 60px 60px / 0px 0px 60px 60px;

  text-align: center;
  display: inline-block;
  align-self: center;
}

.text_block_big_right h2,
.text_block_big_right p,
.text_block_small_left h2,
.text_block_small_left p,
.text_block_big_right .why_us_icons,
.text_block_small_right h2,
.text_block_small_right p,
.bg-img h2,
.bg-img p,
.bg-img .why_us_icons {
  margin-bottom: 24px;
}

.b_r_r {
  border-radius: 0px 180px 180px 0px / 0px 220px 220px 0px;
}

.b_r_l {
  border-radius: 180px 0px 0px 180px / 220px 0px 0px 220px;
}

/* text */
.mws {
  max-width: 717px;
}

p {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  color: var(--white-color);
  line-height: 172%;
}
.subheader {
  font-weight: 300;
  /* font-size: 42px; */
  font-size: 72px;
  color: var(--white-color);
}

.header {
  font-weight: 300;
  font-size: 84px;
  color: var(--white-color);
  letter-spacing: -2%;
  line-height: 112%;
}

.m-t-100 {
  margin-top: 100px;
}
.m-t-200 {
  margin-top: 200px;
}
.m-t-300 {
  margin-top: 300px;
}
.a_s_c {
  align-self: center;
}

.a_s_s {
  align-self: flex-start;
}
.j_c_f_l {
  justify-content: flex-end;
}

.j_c_f_s {
  justify-content: flex-start;
}

.text_block_big_right {
  padding: 120px 160px 120px 100px;
  border-radius: 180px 0px 0px 180px / 220px 0px 0px 220px;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  width: 100%;
  /* margin-left: 10%; */
}

.text_block_big_left {
  justify-content: flex-start;
  align-items: start;
  flex-direction: column;
  /* padding: 120px 100px 120px 260px; */
  padding: 120px 100px 120px 15%;
  border-radius: 0px 180px 180px 0px/ 0px 220px 220px 0px;
}

.text_block_small_right {
}

.text_block_small_left {
  /* padding: 0px 0px 120px 260px; */
  /* margin-left: 260px; */
  margin-left: 15%;
  flex-direction: column;
  justify-content: start;
  align-items: start;
  color: var(--black-color);
  max-width: 531px;
}

/* Utilities ends */

/* hamburger */

.hamburger input[type="checkbox"] {
  width: 60px;
  height: 32px;
  position: fixed;
  top: 18px;
  /* left: 6px; */
  right: 16px;
  display: block;
  z-index: 400;
  opacity: 0;
  cursor: pointer;
}

.hamburgerlines {
  width: 60px;
  height: 32px;
  position: fixed;
  top: 18px;
  /* left: 7px; */
  right: 17px;
  z-index: 300;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hamburgerlines .lines {
  display: block;
  height: 4px;
  width: 100%;
  /* background: #232323; */
  border-radius: 10px;
  background-color: var(--action-color);
}

.hamburger {
  position: relative;
}

.menu-items {
  padding-top: 90px;
  transform: translate(110%);
  transition: transform 0.5s ease-in-out;
  padding-left: 15px;
  background: var(--white-color);
  margin-top: -10px;
  color: var(--white-color);
  /* padding-bottom: 1rem; */
  max-width: 400px;
  width: 90%;
  /* height: 100vh; */
  overflow: scroll;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 100;
}

.menu-items li {
  margin-bottom: 2rem;
  font-size: 28px;
}
.menu-items a {
  color: var(--white-color);
}

.hamburger input[type="checkbox"]:checked ~ .menu-items {
  display: block;
  transform: translate(0%);
  background: var(--action-color);
}

.hamburger input[type="checkbox"]:checked ~ .hamburgerlines .lines {
  background: var(--white-color);
}

.hamburgerlines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.3s ease-in-out;
}

.hamburgerlines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.3s ease-in-out;
}

.hamburger input[type="checkbox"]:checked ~ .hamburgerlines .line1 {
  transform: rotate(45deg);
  width: 70%;
}

.hamburger input[type="checkbox"]:checked ~ .hamburgerlines .line2 {
  display: none;
}

.hamburger input[type="checkbox"]:checked ~ .hamburgerlines .line3 {
  transform: rotate(-45deg);
  width: 70%;
}

/* header */
.logo-header {
  max-width: 151px;
}

/* navigation */
.navbar {
  background-color: #d9d9d9b6;
  border-radius: 0px 0px 60px 60px / 0px 0px 60px 60px;
  padding: 0px 0px;
  position: fixed;
  right: 10%;
  top: 0;
  z-index: 9000;
}
nav {
  /* margin-top: 40px; */
}

.navbar li {
  font-size: 18px;
  color: #3b3b3b;
  /* margin: 0px 20px; */

  padding: 10px 30px;
}

/* .navbar li a:hover {
  background-color: var(--action-color);
  color: var(--white-color);
} */

.navbar li a {
  /* padding: 10px 20px; */
}

.navbar li:first-child {
  margin-right: 0px;
}

.navbar li:last-child {
  margin-right: 0px;
}

.navbar .active_home {
  background: var(--action-color);
  color: var(--white-color);
  padding: 10px 30px;
  padding-left: 30px;
  border-radius: 0px 0px 20px 60px / 0px 0px 0px 60px;
}

.navbar .active {
  background: var(--action-color);
  color: var(--white-color);
  padding: 10px 30px;
  border-radius: 0px 0px 24px 24px / 0px 0px 24px 24px;
}
/* !!!! */
.navbar li:hover {
  background: #108f148e;
  padding: 10px 30px;
  border-radius: 0px 0px 24px 24px / 0px 0px 24px 24px;
  color: #e7eae7;
}
.navbar .contact_li:hover {
  /* padding: 10px 20px; */
  background: #108f148e;
  border-radius: 0px 0px 60px 20px / 0px 0px 60px 0px;
  padding: 10px 30px;
  color: #e7eae7;
}

.navbar .home_li:hover {
  /* padding: 10px 20px; */
  background: #108f148e;

  /* padding: 10px 10px; */
  border-radius: 0px 0px 20px 60px / 0px 0px 0px 60px;
  color: #e7eae7;
}

.navbar .active_contact {
  background: var(--action-color);
  color: var(--white-color);
  border-radius: 0px 0px 60px 20px / 0px 0px 60px 0px;
  padding: 10px 21px;
}

.l_a {
  color: var(--white-color);
}

.black {
  color: var(--black-color);
}

/* hero-home */

.home_hero .home_hero .max-width_wrapper {
  position: relative;
  height: 100%;
}
.home_hero .bg-img {
  background-image: url(img/photo_2024-03-24_19-15-19.jpg);
  width: 100%;
  height: 100%;
  background-size: cover;
  height: 810px;
  /* padding-top: 40px; */
  overflow: hidden;
  position: relative;
}

.home_hero .bg-img .text-block {
  background-color: #4f4a4cb0;
  /* margin-top: 50px; */

  padding: 40px 98px;

  position: absolute;
  left: 160px;
  bottom: 0px;

  border-radius: 80px 80px 0px 0px / 80px 80px 0px 0px;
}

/* Why Us */

.why_us {
  /* justify-content: flex-end; */
}

.why_us .text_block_big_right .why_us_icons {
  width: 100%;
  justify-content: space-evenly;
}
.icon_column {
  text-align: center;
}
.icon_column img {
  max-width: 92px;
}

/* Trails */

.trails_home .bg-img {
  background-image: url(img/roadded.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  border-radius: 0px 130px 130px 0px / 0px 180px 180px 0px;

  /* height: 748px; */
}

.trails_home .bg-img .overlay {
  border-radius: 0px 130px 130px 0px / 0px 180px 180px 0px;
}

.trails_home .bg-img .flex {
  /* position: relative;
  top: 20px; */

  /* margin: 120px 100px 120px 160px; */
  /* padding: 120px 100px 120px 160px; */
}

.trails_home .bg-img .text-block-n_c {
  /* padding: 120px 100px 120px 260px; */
}

.trails_home .bg-img .flex p {
}

/* Plan Your Visit */

.plan_your_visit {
  /* position: relative; */
}
/* .plan_your_visit .text-block-n_c .flex {
  align-items: start;
  flex-direction: column;
} */

.plan_your_visit .bg-img {
  background-image: url(img/About.jpg);
  /* height: 720px; */
  background-size: cover;

  background-position: center;

  border-radius: 180px 0px 0px 180px / 220px 0px 0px 220px;
}

.plan_your_visit .bg-img .overlay {
  border-radius: 180px 0px 0px 180px / 220px 0px 0px 220px;
}
.plan_your_visit .text-block-n_c {
  padding-top: 15%;
}
.plan_your_visit .flex {
}

/* about us */
.about_hero {
  align-items: flex-start;
}
.about_us_img img {
  width: 100%;
  /* max-width: 600px; */
}

.about_us_img {
  max-width: 600px;
  min-width: 500px;
}

.about_hero {
  gap: 50px;
}

/* variety of trails */

.variety_of_trails {
  background-image: url(img/girl_road.jpg);
  background-size: cover;
  border-radius: 0px 180px 180px 0px / 0px 280px 280px 0px;
}

.variety_of_trails .overlay {
  border-radius: 0px 180px 180px 0px / 0px 280px 280px 0px;
}

.variety_of_trails .bg-img {
  padding-bottom: 280px;
  /* padding-top: 200px; */
}

.trails_hero .bg-img {
  background-image: url(img/trails_hero.jpg);
  background-size: cover;
  background-position: center;
  height: 840px;
}

/* trail page  */

.get_lost {
  align-items: flex-start;
  gap: 50px;
}

.get_lost .text_block_small_left {
  /* max-width: none; */
  margin-left: 0px;
  /* margin-right: 260px; */
  margin-right: 15%;
}

.get_lost .about_us_img {
  max-width: 704px;
}

/* info */

.girl_hero {
}

.girl_hero .bg-img {
  background-image: url(img/Bench_Girl.jpg);
  background-position: center;
  /* height: 100%; */
  height: 640px;
}

.girl_hero .bg-img .text-block {
  /* margin-top: 200px; */
}

/* Contact */

.info .header {
  margin-bottom: 10px;
}

.emergency {
  font-family: 700;
  margin-bottom: 24px;
}
.contact_block .text_block_big_left {
  width: 100%;
  max-width: 900px;
}

.contact_icons .icon_column {
  width: 100%;
  justify-content: flex-start;
  gap: 30px;
}
.icon_column {
  margin: 22px 0px;
}

.contact_block .text_block_big_left {
  /* padding: 40px 200px 80px 260px; */
  padding: 40px 200px 80px 15%;
}

.insta_innercontainer {
  flex-direction: column;
  align-items: start;
}

.insta_innercontainer {
  /* padding-right: 260px; */
  padding-right: 15%;
}

.insta_pics {
  display: flex;
  justify-content: center;
  height: 800px;
  gap: 20px;
  /* padding: 0px 260px; */
  padding: 0px 15%;
  margin: 0px auto;
  margin-top: 100px;
}

.insta_frame:first-child img {
  object-position: -760px;
}

.insta_frame img {
  border-radius: 100px 100px 0px 0px / 100px 100px 0px 0px;
}

.insta_frame:last-child img {
  object-position: -760px;
}

.insta_frame {
  max-width: 300px;
}

.insta_frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.insta_frame:nth-child(2) {
  height: 93%;
  bottom: 60px;
  position: relative;
}

.list {
}

.list li {
  list-style-type: disc;

  font-size: 22px;
  color: var(--white-color);
  margin-bottom: 34px;
}

.alley_block img {
  max-width: 500px;
  height: 100%;
  /* max-height: 500px; */
}

/* footer */

footer {
  /* max-width: 1020px; */
}

.footer_container {
  background-color: var(--brown-color);
  width: 100%;
  max-width: 1200px;
  padding: 100px 0px 40px 100px;
  justify-content: flex-start;
  gap: 124px;
  border-radius: 180px 0px 0px 0px / 220px 0px 0px 0px;
}

.footer_container a {
  display: inline-block;
}

.footer_logo {
  max-width: 271px;
}

.footer_logo img {
  width: 100%;
}

.footer_icons {
  align-items: center;
  justify-content: center;
  gap: 42px;
}

.footer_icons a img {
  width: 100%;
  max-width: 50px;
}

.text-footer {
  margin-bottom: 50px;
}

.footer_row p {
  font-family: 300;
  margin: 20px;
  max-width: 455px;
}

/* ||||||||||||||||||||||| */

.poppins-light {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.poppins-regular {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-extralight-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.poppins-light-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.poppins-regular-italic {
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.poppins-bold {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
}

@media screen and (min-width: 700px) {
  .hamburger {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .navbar {
    display: none;
  }

  .logo_abs img {
    max-width: 110px;
  }
  .btn {
    font-size: 24px;
    width: 100%;
    max-width: 200px;
  }

  .home_hero .bg-img .text-block {
    left: 32px;
    padding: 20px 30px;
  }
  .subheader {
    font-size: 42px;
  }

  .header {
    font-size: 46px;
  }

  p {
    font-size: 18px;
  }
  .icon_column img {
    max-width: 54px;
  }

  .text_block_big_right {
    padding: 80px 32px 80px 62px;
  }

  .text_block_big_left {
    padding: 80px 32px 80px 32px;
  }

  .contact_block .text_block_big_left {
    padding: 80px 32px 80px 32px;
  }

  .text_block_small_left {
    margin-left: 32px;
  }

  .about_hero {
    flex-direction: column;
  }

  .about_us_img {
    /* min-width: 200px; */
    max-width: unset;
    min-width: 30%;
  }

  .b_r_l {
    border-radius: 100px 0px 0px 100px / 120px 0px 0px 120px;
  }

  .variety_of_trails .bg-img {
    padding-bottom: 80px;
  }

  .variety_of_trails {
    border-radius: 0px 130px 130px 0px / 0px 60px 60px 0px;
  }
  .variety_of_trails .overlay {
    border-radius: 0px 130px 130px 0px / 0px 60px 60px 0px;
  }
  .text_block_big_right {
    border-radius: 0px 130px 130px 0px / 0px 60px 60px 0px;
  }

  .text_block_big_left {
    border-radius: 0px 130px 130px 0px / 0px 60px 60px 0px;
  }

  .footer_container {
    padding: 60px 30px 0px 40px;
    flex-direction: column-reverse;
    border-radius: 60px 0px 0px 0px;
  }

  .get_lost {
    flex-direction: column;
  }
  .get_lost .text_block_small_left {
    margin-right: 32px;
    margin-left: 32px;
  }

  .insta_pics {
    flex-direction: column;
    padding: 0px 0px;
  }

  .insta_frame {
    max-width: unset;
    max-height: 280px;
    /* max-width: 100%; */
  }
  .insta_frame:first-child img,
  .insta_frame:last-child img {
    object-position: unset;
  }

  .insta_frame:nth-child(2) {
    bottom: 0px;
  }
  .insta_innercontainer {
    padding-right: 32px;
  }

  .insta_frame img {
    border-radius: 0;
  }

  .m-t-300 {
    margin-top: 150px;
  }
}
