* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
} 

/* //////////VERTICAL-NAV//////////// */

/* The side navigation menu */
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 0; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 999999; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: #a8c49a; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    border-left: 3px solid #85a484;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 2.2rem;
    color: #fff;
    display: block;
    transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #e4dbd0;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    font-size: 36px;
    margin-left: 50px;
  }

  .sub-link {
    margin-left: 1rem;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
    transition: margin-left .5s;
    padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }

  .open-nav {
      z-index: 999;
      font-size: 5rem;
      color: #333;
      display: none;
      padding-right: 0.6;
  }


/* //////////NAV//////////// */



.nav {
    background-color: #85a484;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    border-bottom: 3px solid #a8c49a;
}

.nav-box {
    display: flex;
    justify-content: flex-end;
}

.nav-logos {
    display: flex;
    gap: 1.2rem;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0.6rem;
    z-index: 10;
}

.logo-link {
    height: 100%;
}

.nav-logo {
    width: 18rem;
    overflow: visible;
    margin-top: 0.4rem;
}

.nav-socials {
    display: flex;
    gap: 1.2rem;
    align-items: flex-start;
    justify-content: flex-start;
}

.nav-social {
    width: 4rem;
    height: 4rem;
    transition: all 0.3s;
}

.nav-social:hover {
    transform: scale(1.05);
}

.nav-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-list {
    list-style: none;
    
}

.nav-link {
    display: block;
    padding: 1.2rem 2.4rem;
    text-decoration: none;
    font-size: 2.4rem;
    color: #FFF;
}

.nav-active {
    background-color: #a8c49a;
}

li.nav-active:hover {
    background-color: #a8c49a;
}

.nav-list:hover {
    background-color: #a8c49a;
}

.nav-special {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-special-img {
    width: 4rem;
}

.spacer {
    height: 4.8rem;
}


.nav-down-arrow {
    width: 1.6rem;
}

  /* The container <div> - needed to position the dropdown content */
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  /* Dropdown Content (Hidden by Default) */
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #85a484;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 3px solid #a8c49a;
    border-top: 0px;
  }
  
  /* Links inside the dropdown */
  .dropdown-content a {
    padding: 1.2rem 2.4rem;
    text-decoration: none;
    font-size: 2.4rem;
    color: #FFF;
    display: block;
  }
  
  /* Change color of dropdown links on hover */
  .dropdown-content a:hover {background-color: #a8c49a;}
  
  /* Show the dropdown menu on hover */
  .dropdown:hover .dropdown-content {display: block;}
  
  /* Change the background color of the dropdown button when the dropdown content is shown */
  .dropdown:hover .nav-link {background-color: #a8c49a;}

/* //////////HERO//////////// */

.hero {
    padding: 2.4rem 0.6rem;
    background-color: #a8c49a;
    position: relative;
    height: 70vh;
    z-index: 1;
}

.hero-box {
    margin: 0 auto;
    max-width: 120rem;
    height: 100%;
}

.hero-container {
    height: 100%;
    display: flex;
    gap: 4.8rem;
}

.hero-text-box {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: center;
    position: relative;
    justify-content: center;
    text-align: center;
}

.hero-text-box::before {
    content: url("/imgs/hero-footprints.png");
    /* background-image: url("/imgs/hero-footprints.png");
    background-size: cover;
    background-repeat: no-repeat; */
    height: 50rem;
    width: 50rem;
    position: absolute;
    z-index: 3;
    left: -20%;
    top:0;
}

.hero-img {
    width: auto;
}

.hero-header {
    font-size: 4.8rem;
    color: #fff;
    text-align: center;
    position: relative;
    z-index: 5;
}

.hero-text {
    font-size: 2.4rem;
    color: #fff;
    position: relative;
    z-index: 5;
}

.hero-btn-box {
    display: flex;
    gap: 4.8rem;
    position: relative;
    position: relative;
    z-index: 5;
}

.hero-btn-one {
    background-color: #fff;
    font-size: 2.4rem;
    color: #333;
    border-radius: 6px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    border: 1px solid #fff;
}

.hero-btn-two {
    background-color: #a8c49a;
    font-size: 2.4rem;
    color: #fff;
    border-radius: 6px;
    padding: 0.6rem 1.2rem;
    text-decoration: none;
    border: 1px solid #85a484;
    cursor: pointer;
}

.hero-btn-two:hover {
    background-color: #85a484;
}

.hero-img {
    width: 70rem;
}


/* //////////ABOUT//////////// */

.about {
    padding: 9.6rem 0.6rem;
}

.about-box {
    margin: 0 auto;
    max-width: 120rem;
}

.about-container {
    display: flex;
    gap: 4.8rem;
}

.about-text-box {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
}

.about-header {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.about-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

.about-img {
    width: 50rem;
}

.about-logo-box {
    display: flex;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
}

.about-logo-one {
    width: 13rem;
}

.about-logo-two {
    width: 30rem;
}



/* //////////WHAT-IS//////////// */

.what-is {
    padding: 4.8rem 0.6rem;
    background-color: #85a484;
    overflow: hidden;
}

.what-is-box {
    margin: 0 auto;
    max-width: 120rem;
}

.what-is-container {
    display: grid;
    grid-template-columns: 1fr 1fr;    
    gap: 4.8rem;
}

.what-is-text-box {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
}

.what-is-header {
    font-size: 4.8rem;
    color: #fff;
}

.what-is-text {
    font-size: 2.4rem;
    color: #fff;
}

.what-is-img-box {
    position: relative;
}

.what-is-img {
    position: absolute;
    top: -18%;
    right: 0;
    width: 100%;
}


/* //////////DUO//////////// */


.duo {
    padding: 9.6rem 0.6rem;
}

.duo-box {
    margin: 0 auto;
    max-width: 120rem;
}

.duo-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 4.8rem;
}

.duo-item {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
}

.duo-img {
    width: 50rem;
    align-self: center;
}

.duo-header {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.duo-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

.duo-link {
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    font-size: 2.4rem;
    background-color: #85a484;
    color: #fff;
    border: 1px solid #85a484;
    text-decoration: none;
    width: 13rem;
    text-align: center;
    align-self: center;
}

.duo-link:hover {
    background-color: #fff;
    color: #85a484;
}

/* //////////Z//////////// */

.z {
    padding: 4.8rem 0.6;
}

.z-box {
    margin: 0 auto;
    max-width: 120rem;
}

.z-container {
    display: flex;
    gap: 3.6rem;
}

.z-middle {
    background-color: #a8c49a;
}

.z-item {
    padding: 2.4rem 0.6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 3.6rem;
    align-items: center;
    justify-items: center;
}

.z-img {
    width: auto;
}

.z-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.z-header {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.z-text {
    font-size: 2.4rem;
    text-align: center;
    color: #777;
}


/* //////////VOUCHER//////////// */

.voucher {
    padding: 4.8rem 0rem;
    background-image: url("/imgs/reflexpara.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    height: 50rem;
}

.voucher-box {
    margin: 0 auto;
    height: 100%;
    width: 100%;
}

.voucher-container {
    display: grid;
    align-content: center;
    justify-items: center;
    height: 100%;
    width: 100%;
    grid-template-columns: 1fr;
}

.voucher-strip {
    background-color: rgba(255, 255, 255, 0.473);
    align-self: center;
    justify-self: center;
    width: 100%;
    text-align: center;
}

.voucher-header {
    font-size: 7.2rem;
    color: #333;
}

.voucher-now-link {
    text-decoration: none;
}

/* -------CTA SECTION------ */

.cta {
    padding: 9.6rem 0rem 9.6rem;
    display: grid;
}

.cta-box {
    max-width: 120rem;
    margin: 0 auto;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.cta-form-page {
    width: 70rem;
    justify-self: center;
}


.cta-text {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    justify-items: center;
    align-items: center;
    color: #777;
}

.cta-title {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 2.4rem;
    text-align: center;
    padding: 0.6rem;
}

/* .cta-socials {
    align-self: center;
    justify-self: center;
    display: flex;
    gap: 6.2rem;
    padding: 3rem;
} */

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    padding: 0 0.6rem;
}

.input-box {
    border: none;
    border-bottom: 3px solid #85a484;
    resize: none;
    padding: 1.2rem;
}

.input-box::placeholder {
    font-family: 'Quicksand', sans-serif;
}



.message-input {
    height: 12rem;
}

.message-input::placeholder {
    font-family: 'Quicksand', sans-serif;
}

.submit-btn {
    width: auto;
    align-self: flex-end;
    padding: 0.6rem 1.2rem;
    border-radius: 6px;
    border: none;
    background-color: #85a484;
    color: #fff;
    font-size: 2.4rem;
    font-family: 'Quicksand', sans-serif;
    cursor: pointer;
    border: 1px solid #69995d;
}


  /* -------FOOTER SECTION------ */

  .footer {
    padding: 9.6rem 4.8rem;
    background-color: #85a484;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr;
}

.footer-box {
    max-width: 150rem;
    margin: 0 auto;
}

.footer-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 3rem;
}

.footer-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
}

.footer-logo-copy {
    align-items: center;
}

.footer-logo {
    width: 20rem;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
    text-align: center;
}

.footer-socials-box {
    display: flex;
    gap: 2.4rem;
}

.footer-social {
    width: 4.8rem;
    transition: all 0.3s;
    cursor: pointer;
}

.footer-social:hover {
    transform: scale(1.05);
}

.footer-header {
    font-size: 2.8rem;
    padding-bottom: 1.8rem;
    color: #e9ecf4;
}

.footer-details {
    font-size: 1.8rem;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #e9ecf4;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#ddd;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #fff;
}

.footer-placeholder {
    font-size: 4.8rem;
}


/* -------REVIEWS------ */

.reviews {
    padding: 9.6rem 0.6rem;
}

.review-box {
    margin: 0 auto;
    max-width: 140rem;
}

.review-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 4.8rem;
    row-gap: 4.8rem;
    /* align-items: center;
    justify-content: center; */
}

.review-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    background-color: #fff;
    padding: 1.2rem 2.4rem;
    box-shadow: 0.6rem 0.6rem #3333332d;
}

.review-item-top-box {
    display: flex;
    gap: 2.4rem;
    align-items: center;
}

.review-item-header-box {
    display: flex;
    flex-direction: column;
}

.review-profile-img-box {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #69995d;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    padding: 1.2rem;
}

.review-profile-letter {
    /* border-radius: 50%; */
    color: #fff;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 0.2rem;
}

.review-name {
    font-size: 2rem;
    color: #333;
    display: flex;
    gap: 1.2rem;
}

.review-verified-img {
    width: 1.5rem;
    height: 1.5rem;
    margin-top: 0.6rem;
}

.stars {
    color: gold;
    font-size: 2rem;
}

.review-item-text-box {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
}

.review-item-text {
    font-size: 1.8rem;
    color: #777;
}

.google-logo {
    width: 12rem;
    margin-top: auto;
}


.page {
    padding: 4.8rem 0.6rem;
    border-bottom: 3px solid #69995d;
}

.page-box {
    max-width: 100rem;
    margin: 0 auto;
}

.page-container {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    align-items: center;
}

.page-header {
    font-size: 4.8rem;
    color: #333;
    text-align: center;
}

.bullet-points-list {
    justify-self: center;
    list-style: none;
    /* text-align: center; */
    padding-left: 2.4rem;
}

.bullet-point::before {
    content: "\2022";
    color: #69995d;
    font-weight: bold;
    display: inline-block; 
    width: 1em;
    margin-left: -1em;
}

.bullet-point {
    font-size: 2.4rem;
    color: #777;
    padding: 0.6rem 0;
}

  /* -------ONE LINE SECTION------ */

  .one-line {
    padding: 4.8rem 1.2rem;
  }

  .one-line-box {
    margin: 0 auto;
  }

  .one-line-container {
    display: flex;
    gap: 2.4rem;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }

  .one-line-header {
    font-size: 3.6rem;
    color: #333;
  }

  .one-line-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
  }