* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
} 

body {
    line-height: 1;
    overflow: 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: #3d2022; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; 
    border-left: 3px solid #dfebeb;
  }
  
  /* 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: #fff;
  }
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0.6rem;
    right: 2rem;
    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;
      margin-left: auto;
      align-self: flex-end;
      justify-self: flex-end;
      margin-bottom: 1rem;
  }

  .closebtn,
  .open-nav {
    width: 4rem;
  }


/*------- Navbar styling */
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #3d2022;
    color: #333;
    z-index: 1000;
    box-shadow: 0 2px 5px #dfebeb;
  }
  
  .navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0 20px;
  }
  
  /* Logo */
  .logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #dfebeb;
    text-decoration: none;
  }

  .nav-logo {
    /* background-color: #dfebeb; */
    width: 9rem;
    position: fixed;
    top: 1rem;
    left: 1rem;
  }
  
  /* Menu styling */
  .nav-menu {
    list-style: none;
    display: flex;
    gap: 2.4rem;
    margin: 0;
    padding: 0;
    align-items: center;
  }
  
  .nav-menu li {
    display: inline-block;
  }
  
  .nav-link {
    padding: 1.2rem 0;
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
    transition: color 0.3s ease;
    cursor: pointer;
  }
  
  .nav-link:hover {
    color: #dfebeb;
  }
  
  /* 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: #3d2022;
    /* min-width: 20rem; */
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border: 3px solid #dfebeb;
    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: #fff;
color: #3d2022;}
  
  /* 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: #3d2022;}

.nav-down-arrow {
    width: 1.6rem;
    margin-left: 0.6rem;
}
/*------------ HERO */

.hero {
    padding: 0.6rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.244), rgba(0, 0, 0, 0)), 
    url('/imgs/heroBanner.jpg'); 
    background-position: center;
    background-size: cover;
    height: 80vh;
    margin-top: 5rem;
}

.hero-box {
    margin: 0 auto;
    max-width: 120rem;
    display: flex;
    height: 100%;
    align-items: center;
}

.hero-container {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -10rem;
    text-align: center;
}

.hero-sub-header {
    font-size: 2.4rem;
    color: #fff;
    font-weight: bold;
}

.hero-header {
    font-size: 6rem;
    color: #fff;
}

.hero-caption {
    font-size: 2.4rem;
    color: #fff;
}

.hero-btn-box {
    display: flex;
    gap: 2.4rem;
}

.hero-button {
    background-color: #fff;
    font-size: 2.4rem;
    color: #3d2022;
    padding: 0.6rem 1.2rem;
    border-radius: 2px;
    text-decoration: none;
    text-align: center;
    justify-self: center;
    align-self: center;
    border: 3px solid #3d2022;
}

.hero-button-two {
    border: 3px solid #dfebeb;
    font-size: 2.4rem;
    color: #dfebeb;
    padding: 0.6rem 1.2rem;
    border-radius: 2px;
    text-decoration: none;
    justify-self: center;
    align-self: center;
}


/*------------ ABOUT */

.about {
    padding: 4.8rem 1.2rem 9.6rem;
}

.about-box {
    margin: 0 auto;
    max-width: 120rem;
}

.about-container {
    display: flex;
    gap: 4.8rem;
    align-items: center;
    justify-content: center;
}

.about-img {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    max-width: 60rem;
    position: relative;
    z-index: 26;
    border: 3px solid #fff;
}

.list-img {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    max-width: 45rem;
    position: relative;
    z-index: 26;
    border: 3px solid #fff;
  }
  

.about-imgBox {
    position: relative;
}


.list-imgBox {
    position: relative;
  }
  
  .about-imgBox::after {
      content: "";
      position: absolute;
      bottom: -2rem;  /* Adjusts vertical offset */
      right: -2rem; /* Adjusts horizontal offset */
      width: 100%;
      height: 100%;
      background: #3d2022; 
      z-index: 1;
      border-radius: 8px; /* Optional for rounded corners */
      border: 1px solid #3d2022; 
  }
  
  .list-imgBox::after {
    content: "";
    position: absolute;
    top: -2rem;  /* Adjusts vertical offset */
    left: -2rem; /* Adjusts horizontal offset */
    width: 100%;
    height: 100%;
    background: #3d2022; 
    z-index: -1;
    border-radius: 8px; /* Optional for rounded corners */
    border: 1px solid #3d2022;
  }


.about-textBox {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.about-caption {
    font-size: 2.4rem;
    color: #444;
    font-weight: bold;
}

.about-header {
    font-size: 3.6rem;
    color: #333;
    font-weight: 400;
}

.about-text {
    color: #555;
    font-size: 2.4rem;
}

.about-link {
    font-size: 2rem;
    /* background-color: #af7c74; */
    padding: 1.2rem 3.6rem;
    text-decoration: none;
    color: #222;
    margin-left: auto;
    border-radius: 5px;
    border: 3px solid #3d2022;
    transition: all 0.3s;
    font-weight: bold;
}

.list-link {
    font-size: 2rem;
    /* background-color: #af7c74; */
    padding: 1.2rem 3.6rem;
    text-decoration: none;
    color: #222;
    margin-left: auto;
    border-radius: 5px;
    border: 3px solid #3d2022;
    transition: all 0.3s;
    font-weight: bold;
  }
  
  .about-link:hover,
  .list-link:hover {
      background-color: #3d2022;
      color: #fff;
  }
  
  .dualList {
    display: flex;
    gap: 1.2rem;
    align-self: center;
    justify-content: center;
  }
  
  .custom-list {
    list-style-type: none; 
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
  }
  
  .custom-list li {
    position: relative;
    padding-left: 20px; 
    margin-bottom: 8px; 
    color: #555;
    font-size: 2rem;
  }
  
  .custom-list li::before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 50%; /* Move to the middle */
    transform: translateY(-50%); /* Adjust to be fully centered */
    width: 10px; /* Square size */
    height: 10px;
    background-color: #fff; /* Customize square color */
    border: 1px solid #1E3231;
  }
  

/* -------QUAD  */

.quad {
    padding: 4.8rem 0.6rem;
    background-color: #3d2022;
}

.quad-box {
 margin: 0 auto;
 max-width: 120rem;
}

.quad-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2.4rem;
    align-content: center;
    justify-items: center;
}

.quad-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.2rem;
    margin-bottom: auto;
}

.quad-img {
width: 100%;
}

.quad-header {
    font-size: 2.4rem;
    color: #dfebeb;
    text-align: center;
}

.quad-text {
    font-size: 2rem;
    color: #dfebeb;
    text-align: center;
}

/* -------STRIP  */

.strip {
    padding: 4.8rem 0.6rem;
    background-color: #3d2022;
}

.strip-box {
    max-width: 120rem;
    margin: 0 auto;
}

.strip-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2.4rem;
}

.strip-item {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.strip-header {
    font-size: 2.4rem;
    color: #dfebeb;
}

.strip-text {
    font-size: 2rem;
    color: #dfebeb;
}

/* -------BANNER  */

.banner {
    padding: 3.6rem 0.6rem 3.6rem;
}

.banner-box {
    margin: 0 auto;
    max-width: 100rem;
}

.banner-img {
    max-width: 100rem;
}

/* -------CTA  */

.cta {
    padding: 4.8rem 0.6rem 2.4rem;
    background-color: #fff;
}

.cta .cta-box {
    max-width: 120rem;
    margin: 0 auto;
    letter-spacing: 0.5px;
    padding: 1.2rem 0.6rem;
}

.cta-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem;
    border-left: 6px solid #3d2022;
}

.cta-form {
    align-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: 3.6rem;
    font-weight: 200;
    color: #333;
    text-align: center;
}

.cta-text-box {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    font-size: 2.4rem;
    text-align: center;
    padding: 1.2rem;
}

.email-text,
.number-text {
    color: #333;
    text-decoration: none;
    font-size: 1.8rem;
}

.email-text {
    font-size: 1.8rem;
}

.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 #3d2022;
    resize: none;
    padding: 1.2rem;
    background-color: #fff;
}

.input-box::placeholder {
    font-family: 'Quicksand', sans-serif;
    color: #999;
}

.message-input {
    height: 12rem;
}

.message-input::placeholder {
    font-family: 'Quicksand', sans-serif;
    color: #999;
}

.submit-btn {
    width: auto;
    align-self: flex-end;
    padding: 0.6rem 1.2rem;
    border: none;
    background-color: #3d2022;
    color: #fff;
    border-radius: 2px;
    font-size: 2.4rem;
    cursor: pointer;
    /* border: 1px solid #0d3b66; */
}


  /* ---------FOOTER */

.footer {
    padding: 4.8rem;
    background-color: #3d2022;
    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;
    text-align: center;
}

.footer-logo {
    width: 20rem;
}

.copyright {
    font-size: 1.8rem;
    line-height: 1.4;
    color: #fff;
}

.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: #fff;
}

.footer-details {
    font-size: 1.8rem;
}

.footer-link {
    font-size: 2.2rem;
    text-decoration: none;
    color: #fff;
    position: relative;
}

.created-by {
    justify-self: center;
    margin-top: 5rem;
    font-size: 1.8rem;
    color:#fff;
    text-align: center;
}

.pauledward {
    text-decoration: none;
    color: #fff;
}

.footer-placeholder {
    font-size: 4.8rem;
}


.page {
    padding: 9.6rem 0.6rem 2.4rem;
}

.page-box {
    max-width: 100rem;
    margin: 0 auto;
}

.page-container {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;    
}

.page-title
 {
    font-size: 4.8rem;
    color: #3d2022;
    border-bottom: 3px solid #dfebeb;
    margin-right: auto;
    border-radius: 15px;
    text-align: center;
}

.page-header {
    color: #444;
    font-size: 3.6rem;
    text-align: center;
    font-weight: 100;
}

.page-text {
    font-size: 2.4rem;
    color: #666;
    text-align: center;
}

.mini-cta {
    padding: 0rem 0.6rem !important;
}