* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
} 

body {
    font-family: 'Quicksand', sans-serif;
    overflow: hidden;
}

/* 
#19647e - HEADINGS
#04422e - MAIN  
#f6ec2e - SECONDARY 
*/

.white-text {
    font-size: 2.4rem;
    color: #fff;
    font-weight: 500;
}

.white {
    color: #fff !important;
}

.orange-text {
    font-size: 2.4rem;
    color: #04422e;
    font-weight: 500;

}

.btn {
    padding: 0.6rem 1.2rem;
    border: 1px solid #04422e;
    font-size: 3.6rem;
    border-radius: 13px;
    color: #04422e;
    text-decoration: none;
    transition: all 0.3s;
    text-align: center;
    width: auto;
}

.btn:hover {
    transform: scale(1.05);
}


.backdrop-img {
    width: 80rem;
    z-index: -90;
    opacity: 0.2;
    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: #04422e; /* 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 #f6ec2e;
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    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: 0;
    right: 25px;
    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: #04422e6c;
    margin: 0 auto;
    position: fixed;
    width: 100%;
    z-index: 9;
    border-bottom: 3px solid #04422e;
}

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

.nav-logo {
    width: 13rem;
    height: 100%;
    overflow: visible;
    margin-bottom: -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: #04422e;
}

li.nav-active:hover {
    background-color: #04422e;
}

.nav-list:hover {
    background-color: #19647e4d;
}

.nav-special {
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-special-img {
    width: 4rem;
}

.spacer {
    height: 4.8rem;
}


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

  .hero {
    background-image: url("imgs/photos/hero-banner.jpg");
    background-position: center;
    background-size: cover;
    height: 80vh;
    background-position-y: 0;
    background-position-x: 15%;
  }


/* -------ABOUT------ */


.about {
    padding: 4.8rem 1.2rem 0;
}

.about-box {
    margin: 0 auto;
    max-width: 140rem;
}

.about-container {
    display: flex;
    gap: 3.6rem;
    align-items: center;
    justify-content: center;
}

.about-img-box {
    align-self: flex-end;
    margin-bottom: -0.6rem;
}

.about-img {
    width: 60rem;
}

.about-text-box {
    display: flex;
    flex-direction: column;
    margin-top: -3.6rem;
}

.about-header {
    font-size: 4.8rem;
    color:#333;
    text-align: center;
}

.about-text {
    text-align: center;
    font-size: 2.4rem;
    color: #777;
}


/* -------Trio------ */




.trio-box {
    margin: 0 auto;
    max-width: 200rem;
}

.trio-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
    background-color: #04422e;
}

.trio-item {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
    border: 3px solid #fff;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.trio-img {
    width: 100%;
}

.trio-header {
    font-size: 4rem;
    text-align: center;
    color: #fff;
}

.trio-text {
    text-align: center;
    font-size: 2.2rem;
    color: #fff;
    padding: 0 0.6rem;
}


/* -------Z------ */


.z {
    padding: 4.8rem 1.2rem;
}

.map {
    background-color: #7a6955;
}

.z-box {
    margin: 0 auto;
    max-width: 120rem;
}

.z-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.6rem;
    align-items: center;
    justify-items: center;
}

.z-img {
    width: 100%;
}

.z-item {
    display: flex;
    flex-direction: column;
    gap: 3.6rem;
}

.z-header {
    font-size: 4.8rem;
    text-align: center;
    color: #333;
}

.z-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}

.z-btn {
    margin: auto;
    padding: 1.2rem 2.4rem;
    background-color: #04422e;
    font-size: 2.4rem;
    color:#fff;
    text-decoration: none;
}

.z-text-box {
    display: flex;
    gap: 4.8rem;
    justify-content: center;
    align-items: center;
}

/* -------ICONS------ */


.icons {
    padding: 4.8rem 1.2rem;
}

.icons-box {
    margin: 0 auto;
    max-width: 120rem;
}

.icons-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3.6rem;
    align-items: center;
    justify-items: center;
}

.icons-item {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
    align-items: center;
    margin-bottom: auto;
}

.icons-img {
    width: 17rem;
    justify-self: flex-start;
    margin-bottom: auto;
}

.icons-header {
    font-size: 3.6rem;
    color:#333;
    text-align: center;
}

.icons-text {
    font-size: 2.4rem;
    color: #777;
    text-align: center;
}




/* //////////PARALLAX 1//////// */

.parallax {
    background-image: url("/imgs/photos/parallax.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    height: 50rem;
}


/* -------CTA SECTION------ */

.cta {
    padding: 9.6rem 0.6rem 9.6rem;
    display: grid;
    position: relative;
    background-color: #7a6955;
}



.cta-box {
    max-width: 120rem;
    margin: 0 auto;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
}

.cta-form-page {
    justify-self: center;
    width: 70rem;
}

.cta-text {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 2.4rem;

    color: #fff;
    align-self: flex-start;
    justify-self: flex-start;
}

.cta-title {
    font-size: 4.8rem;
    color: #fff;
    text-align: center;
}

.cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.2rem 0.3rem;
}

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

.input-box {
    border: none;
    border-bottom: 3px solid #04422e;
    resize: none;
    padding: 1.2rem;
    background-color: #7a6955;
}

.cta-form.input-box::placeholder {
    font-family: 'Quicksand', sans-serif;
    color: #ffefcd !important;
    opacity: 1;
    font-weight: 500;
}



.message-input {
    height: 12rem;
    background-color: #7a6955;
}

:focus {
    color: #fff;
}

.cta-form.message-input::placeholder {
    font-family: 'Quicksand', sans-serif;
    color: #ffefcd;
    font-weight: bold;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

.submit-btn {
    width: 25%;
    align-self: flex-end;
    padding: 0.8rem;
    border-radius: 13px;
    border: none;
    background-color: #04422e;
    color: #fff;
    font-weight: bold;
    font-size: 2.4rem;
    font-family: 'Quicksand', sans-serif;
    cursor: pointer;
}



  /* -------FOOTER SECTION------ */

.footer {
    padding: 9.6rem 0.6rem;
    background-color: #04422e;
    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;
    row-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;
}


/* -------INTRO SECTION------ */

.intro {
    padding: 0 0.6rem;
}



.intro-box {
    max-width: 200rem;
    margin: 0 auto;
}

.intro-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.intro-img-box {

    overflow: hidden;
}

.intro-img-box-mobile {
    overflow: hidden;
    display: none;
    justify-self: center;
    align-self: center;
}

.intro-img {
    width: 100%;
    transition: all 0.3s;
}

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

.intro-text-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 2.4rem;
    overflow: hidden;
    padding: 0 0.6rem;
    justify-self: center;
}

.intro-header {
    font-size: 3.6rem;
    font-weight: bold;
    color: #333;
    text-align: center;
}

.intro-text {
    text-align: center;
    font-size: 2.2rem;
    color: #777;
    max-width: 84rem;
    align-self: center;
    font-weight: 600;
}

.intro-link {
    font-size: 2.2rem;
    padding: 0.6rem 1.2rem;
    font-weight: 100;
    background-color: #3a747e;
    color: #fff;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.3s;
    align-self: center;
    width: 40rem;
}

.intro-link:hover {
    background-color: #fff;
    color: #3a747e;
    border: 1px solid #3a747e;
}
