/****************/
/* HEADER */
/****************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #e6ddd2;
  padding: 0 4.8rem;
  height: 9.6rem;
  position: relative;
}

.mm-logo {
  padding-top: 1.2rem;
  height: 12.8rem;
}

/****************/
/* NAVIGATION */
/****************/

.main-nav-list {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.4rem;
}

.main-nav-link:link,
.main-nav-link:visited {
  display: inline-block;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 1.8rem;
  transition: all 0.3s;
}

.main-nav-link:hover,
.main-nav-link:active {
  /* display: inline-block; */
  color: #344c3d;
}

.main-nav-link.nav-cta:link,
.main-nav-link.nav-cta:visited {
  color: #fff;
  /* display: inline-block; */
  padding: 1.2rem 2.4rem;
  border-radius: 9px;
  background-color: #738a6e;
}

.main-nav-link.nav-cta:hover,
.main-nav-link.nav-cta:active {
  background-color: #344c3d;
}

/* MOBILE */
.btn-mobile-nav {
  border: none;
  background: none;
  cursor: pointer;
  display: none;
  justify-content: center;
}

.icon-mobile-nav {
  height: 4.8rem;
  width: 4.8rem;
  color: #333;
}

.icon-mobile-nav[name="close"] {
  display: none;
}

/* STICKY NAVIGATION */
.sticky .header {
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 12rem;
  padding-top: 0;
  padding-bottom: 0;
  background-color: rgba(243, 238, 233, 0.97);
  z-index: 999;
  box-shadow: 0 1.2rem 3.2rem rgba(0, 0, 0, 0.03);
}

.sticky .section-hero {
  margin-top: 9.6rem;
}

/* Style the back to top button */
.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #738a6e; /* Green or whatever fits your design */
  color: white;
  border: none;
  padding: 1rem;
  border-radius: 50%;
  font-size: 2rem;
  cursor: pointer;
  display: none; /* Hide by default */
  transition: opacity 0.3s ease;
}

/* Show the button when the page is scrolled down */
.back-to-top.show {
  display: block;
}

/* Container for vertical links */
.return-to-top-container {
  position: fixed;
  right: 20px;
  top: 50%; /* Vertically center */
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* Style for each return link */
.return-to-top-link {
  background-color: #738a6e;
  color: white;
  padding: 0.6rem;
  border-radius: 50%;
  text-align: center;
  font-size: 1.8rem;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.return-to-top-link:hover {
  background-color: #5a6a55;
}

/********************/
/* HERO SECTION */
/*********************/

.section-hero {
  background-color: #e6ddd2;
  padding: 9.6rem 2rem;
}

.hero {
  display: grid;
  grid-template-columns: 1fr 1fr;
  max-width: 130rem;
  margin: 0 auto;
  align-items: center;
  gap: 9.6rem;
  padding: 0 3.2rem;
}

.hero-description {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 4.8rem;
  text-align: left;
}

.hero-img-box {
  display: grid;
}

.hero-img {
  width: 100%;
}

.campground-shots {
  display: flex;
  margin-top: 8rem;
  align-items: center;
  gap: 1.6rem;
}

.campground-imgs {
  display: flex;
}

.campground-imgs img {
  height: 6rem;
  width: 6rem;
  border-radius: 50%;
  margin-right: -1rem;
  border: 3px solid #bfcfbb;
}

/* .delivered-imgs img:last-child {
  margin: 0;
} */

.visitors-text {
  font-size: 1.8rem;
  font-weight: 600;
}

.visitors-text span {
  color: #738a6e;
  font-weight: 700;
}

/**************************/
/*    BUTTONS AND LINKS  */
/**************************/

.btn:link,
.btn:visited {
  display: inline-block;
  background-color: #738a6e;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1.6rem 3.2rem;
  border-radius: 9px;
  transition: all 0.3s;
  /* always put transition on original state */
}

.btn--full:link,
.btn--full:visited {
  background-color: #738a6e;
}

.btn--full:hover,
.btn--full:active {
  background-color: #344c3d;
}

.btn--outline:link,
.btn--outline:visited {
  background-color: #fff;
  color: #555;
}

.btn--outline:hover,
.btn--outline:active {
  background-color: #bfcfbb;
  box-shadow: inset 0 0 0 3px #fff;
  /* to create line inside button */
}

.link:link,
.link:visited {
  display: inline-block;
  color: #738a6e;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: all 0.3s;
}

.link:hover,
.link:active {
  color: #344c3d;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  cursor: pointer;
}

/****************/
/* HOW IT WORKS */
/****************/

.section-how {
  padding: 9.6rem 0;
}

.step-number {
  font-size: 8.6rem;
  font-weight: 600;
  color: #ddd;
  margin-bottom: 1.2rem;
}

.step-description {
  font-size: 1.6rem;
  line-height: 1.8rem;
}

.step-img-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.step-img-box::before,
.step-img-box::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.step-img-box::before {
  width: 60%;
  padding-bottom: 60%;
  background-color: #ecf1eb;
  z-index: -1;
}

.step-img-box::after {
  width: 45%;
  padding-bottom: 45%;
  background-color: #bfcfbb;
  z-index: 1;
}

.step-img {
  width: 35%;
  z-index: 2;
  box-shadow: 0 0 14px -2px #404040;
}

/****************/
/* SITES SECTION */
/****************/

.section-sites {
  padding: 9.6rem 0;
}

.site {
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.1);
  border-radius: 11px;
  overflow: hidden;
  transition: all 0.4s;
  position: relative;
}

.site:hover {
  transform: translateY(-1.2rem);
  box-shadow: 0 3.2rem 6.4rem rgba(0, 0, 0, 0.075);
}

.site-content {
  padding: 3.2rem 3.2rem 4.8rem 3.2rem;
}

.site-tags {
  margin-bottom: 1.2rem;
  display: flex;
  gap: 0.4rem;
}

.tag {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #333;
  border-radius: 100px;
  font-weight: 600;
}

.tag--type {
  background-color: #333;
}

.tag--50-30-20 {
  background-color: #ebb5a3;
}

.tag--30-20 {
  background-color: #b1d4f1;
}
.tag--20 {
  background-color: #eecb86;
}

.site-title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 3.2rem;
}

.site-attributes {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.site-attribute {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}

.site-icon {
  color: #738a6e;
  height: 2.4rem;
  width: 2.4rem;
}

.site-img {
  width: 100%;
}

/***************************/
/*   MAP MODAL */
/***************************/

.all-sites {
  text-align: center;
  font-size: 1.8rem;
}

#myBtn {
  background-color: #e6ddd2;
  color: #333;
  font-size: 2rem;
  padding: 1rem 3rem;
  border: none;
  border-radius: 8px;
  font-weight: 600;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.1);
}

.map-heading {
  padding: 1rem;
}

.map-modal {
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 50px;
  left: 50px;
  width: 100%;
  z-index: 1000;
}

.map-modal.enable-transitions {
  display: block;
  opacity: 0;
  transform: scaleX(1.1) scaleY(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  visibility: hidden;
}

.map-modal .map-modal-content {
  background-color: #fff;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
    0 8px 16px -8px rgba(0, 0, 0, 0.3);
  left: 50%;
  max-width: 800px;
  position: absolute;
  padding: 1rem;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 90%;
  text-align: left;
}

.map-modal .map-modal-content .map-modal-close {
  background-color: #e6ddd2;
  color: #fff;
  cursor: pointer;
  font-size: 26px;
  font-weight: 300;
  height: 40px;
  line-height: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 1rem;
  transition: background-color 0.25s ease;
  width: 40px;
}

.map-modal .map-modal-content .map-modal-close:hover {
  background-color: #e6ddd2;
}

.map-modal .map-modal-content .map-modal-body {
  padding: 30px 30px 30px 30px;
}

.map-modal .map-modal-content .map-modal-body > :last-child {
  margin: 0;
}

.map-modal .map-modal-content .map-modal-footer {
  background-color: var(--wdc-course-background);
  border-top: 1px solid #e2e2e2;
  padding: 10px;
  text-align: right;
}

.map-modal.show-modal {
  opacity: 1;
  transform: scaleX(1) scaleY(1);
  transition: visibility 0s linear, opacity 0.25s, transform 0.25s;
  visibility: visible;
}

.map-heading {
  padding: 1.8rem;
}

img {
  max-width: 780px;
  height: auto;
}

/*******************/
/* PRICING SECTION */
/*******************/

.section-pricing {
  padding: 9.6rem 0;
}

.pricing-plan {
  border-radius: 11px;
  width: 100%;
  margin-bottom: 4.8rem;
}

.pricing-plan--overview {
  background-color: #e6ddd2;
  padding: 3.2rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 4.8rem;
}

.plan-header {
  text-align: center;
  margin-bottom: 2.4rem;
}

.plan-name {
  color: #344c3d;
  font-weight: 600;
  font-size: 1.8rem;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-bottom: 3.2rem;
}

.plan-price {
  font-size: 4.4rem;
  font-weight: 600;
  color: #333;
  margin-bottom: 1.6rem;
}

.plan-price span {
  font-size: 2.4rem;
  font-weight: 500;
  margin-right: 0.8rem;
}

.plan-text {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #6f6f6f;
}

.price-plan-sign-up {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 4.8rem;
}

/* corner banner    */
/* .cabin::after {
  content: "New in 2025!";
  position: absolute;
  top: 4%;
  right: -20%;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  color: #333;
  background-color: #ffd43b;
  padding: 8px 8rem;
  transform: rotate(45deg);
} */

.features {
  /* common also to use 1140px */
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 4.8rem;
  max-width: 120rem;
  padding: 0 3.2rem;
  margin: 0 auto;
}

.feature {
  margin-top: 4.8rem;
}

.feature-icon {
  color: #738a6e;
  height: 3.2rem;
  width: 3.2rem;
  margin-bottom: 3.2rem;
  background-color: #e6ddd2;
  padding: 1.6rem;
  border-radius: 50%;
}

.feature-title {
  font-size: 2.4rem;
  color: #333;
  margin-bottom: 1.6rem;
  font-weight: 700;
}

.feature-text {
  font-size: 1.8rem;
  line-height: 2rem;
}

/*******************/
/* RATES SECTION */
/*******************/

.section-rates {
  padding: 6.4rem 0;
}

.rates-container {
  padding: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
}

@font-face {
  font-family: Glyphyx;
  src: url(font/GlyphyxTwoNF.ttf);
}

.amenities h2 {
  text-align: center;
}

.amenities-icon {
  font-family: "Glyphyx";
  letter-spacing: 1.5rem;
  text-decoration: none;
  font-size: 6rem;
}

.amenities-img {
  width: 7rem;
  height: 7rem;
  margin: 0;
  padding-top: 0.5rem;
}

#rates {
  margin-top: -6rem;
}

/************************/
/* TESTIMONIALS SECTIONS */
/************************/

.section-testimonials {
  display: grid;
  grid-template-columns: 55fr 45fr;
  background-color: #e6ddd2;
  align-items: center;
}

.testimonials-container {
  padding: 9.6rem;
}

.testimonials {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 4.8rem;
  column-gap: 8rem;
}

.testimonial-img {
  width: 6.4rem;
  border-radius: 50%;
  margin-bottom: 1.2rem;
}

.testimonial-text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 1.6rem;
}

.testimonial-name {
  font-size: 1.6rem;
  color: #6f6f6f;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
  padding: 1.6rem;
}

.gallery-item {
  overflow: hidden;
}

.gallery-item img {
  display: block;
  width: 100%;
  transition: all 0.4s;
}

.gallery-item img:hover {
  transform: scale(1.1);
}

/*********************/
/*  POLICY SECTION     */
/*********************/

.section-policy {
  padding: 6.4rem 0;
}

.policy-container {
  padding: 4.8rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
}

/*********************/
/*   FAQ SECTION     */
/*********************/

.section-faq {
  padding: 6.4rem 0;
  background-color: #e6ddd2;
}

.faq-container {
  padding: 6.4rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 80%;
}

.accordion-item {
  padding: 3.2rem;
  display: grid;
  grid-template-columns: auto 1fr auto;
  column-gap: 1.6rem;
  /*row-gap: 3.2rem; */
  /*   
  justify-content: space-between; */
  align-items: center;
  /* justify-self: center; */
  background-color: #fff;
  width: 70%;
  tansition: max-height 0.3s ease-out;
}

.accordion-item.open {
  max-height: 52rem;
}

.accordion-number {
  font-size: 2.4rem;
  font-weight: 500;
  color: #777777;
}

.accordion-text {
  font-size: 2rem;
  font-weight: 500;
  color: #777777;
}

.hidden-box p {
  line-height: 1.6;
  padding: 1.2rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333;
}

.accordion-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: #738a6e;
  justify-self: end;
  transform: rotate(270deg);
}

.hidden-box {
  /* grid-column: 2; */
  display: none;
  margin-top: 1.6rem;
  font-size: 1.4rem;
  color: #333;
  grid-column: 1 / -1;
}

.hidden-box h3 {
  color: #333;
  font-size: 1.8rem;
  margin-top: 1.2rem;
  margin-bottom: 1.6rem;
}

.hidden-box ul {
  color: #333;
  margin-left: 2rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  font-size: 1.6rem;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.open {
  border-top: 4px solid #738a6e;
  color: #738a6e;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
}

.accordion-item.open .hidden-box {
  display: block;
}

.accordion-item.open .accordion-number,
.accordion-item.open .accordion-text {
  color: #738a6e;
}

/**************************/
/* EVENT SECTION */
/**************************/

.section-events {
  padding: 6.4rem 0;
}

.event-container {
  padding: 9.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
}

.event {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  background-color: #e6ddd2;
  box-shadow: 0 2.4rem 4.8rem rgba(0, 0, 0, 0.15);
  border-radius: 11px;
  max-width: 80rem;
  overflow: hidden;
}

.event-text-box {
  padding: 2rem;
  color: #333;
}

.event .heading-secondary {
  /* color:  #333; */
  color: inherit;
  margin-bottom: 3.2rem;
}

.event-text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-bottom: 2.4rem;
}

.muddy-moose-img {
  height: 300px;
  width: auto;
  text-align: center;
  padding: 3rem;
  align-self: center;
}

/*********************/
/*   ABOUT US SECTION     */
/*********************/

.section-about-us {
  padding: 9.6rem 2.4rem;
  background-color: #e6ddd2;
}

.aboutus {
  display: grid;
  justify-content: center;
  align-items: center;
  margin-top: 9.6rem;
}

.intro-video {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 6.4rem;
}

.join-us-header {
  font-size: 3.2rem;
  text-align: center;
  padding: 1.8rem;
}

.join-us-text {
  font-size: 1.8rem;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 1.8rem;
  padding: 1.8rem;
}

.join-us-btn {
  align-self: center;
  justify-self: center;
}

/*********************/
/*   FOOTER     */
/*********************/

.footer {
  padding: 9.6rem 0;
  background-color: #fff;
  border-top: 1px solid #eee;
}

.grid--footer {
  grid-template-columns: 2fr 2fr;
}

.social-links {
  list-style: none;
  display: flex;
  gap: 2.4rem;
}

.footer-logo {
  display: block;
  margin-bottom: 3.2rem;
  height: 2.4rem;
}

.social-icon {
  width: 2.4rem;
  height: 2.4rem;
}

.copyright {
  font-size: 1.4rem;
  color: #767676;
  line-height: 1.6rem;
  margin-top: auto;
}

.footer-heading {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 4rem;
}

.contacts {
  font-style: normal;
  font-size: 1.6rem;
  line-height: 1.6rem;
}

.address {
  margin-bottom: 2.4rem;
}

.footer-nav {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}

.footer-link:link,
.footer-link:visited {
  text-decoration: none;
  font-size: 1.6rem;
  color: #767676;
  transition: all 0.3s;
}

.footer-link:hover,
.footer-link:active {
  text-decoration: none;
  font-size: 1.6rem;
  color: #555;
}

.logo-col {
  display: flex;
  flex-direction: column;
}

.hipcamp {
  width: 100px;
  height: auto;
  align-self: center;
  margin-bottom: 1rem;
}

.address-col {
  margin-top: 6.4rem;
}

.nav-col {
  margin-top: 6.4rem;
}

.google-map {
  width: 100%;
  grid-column: 1 / -1;
  margin-top: -4.8rem;
}
