* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    overflow-x: hidden;
    scroll-behavior: smooth;
} 

body {
    font-family: "Nunito", serif;
    line-height: 1;
    overflow: hidden;
    /* background-color: #23252d; */
}

.green-text {
  color: #1E3231 !important;
}

.black-text {
  color: #333 !important;
}

.brightness {
  filter: brightness(100);
}

.padding-bottom-none {
  padding-bottom: 0rem !important;
}

/* //////////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: #af7c74; /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 60px; /* Place content 60px from the top */
    transition: 0.5s; 
    border-left: 3px solid #D7E8BA;
  }
  
  /* 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: #af7c74;
    color: #fff;
    z-index: 1000;
    border-bottom: 3px solid #1E3231;
    /* box-shadow: 0 2px 5px #af7c74; */
  }
  
  .navbar-container {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin: 0 auto;
    padding: 0 20px;
    height: 60px;
  }
  
  /* Logo */
  .logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #af7c74;
    text-decoration: none;
  }

  .nav-logo {
    width: 16rem;
    margin-bottom: -9rem;
  }
  
  /* Menu styling */
  .nav-menu {
    list-style: none;
    display: flex;
    gap: 2.4rem;
    margin: 0;
    padding: 0;
  }
  
  .nav-menu li {
    display: inline-block;
  }
  
  .nav-link {
    text-decoration: none;
    color: #fff;
    font-size: 2.4rem;
    transition: color 0.3s ease;
  }
  
  

/*------------ HERO */

.hero {
    padding: 0.6rem;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.311), rgba(0, 0, 0, 0.002)), 
    url('/imgs/heroBanner.jpg'); 
    background-position: center;
    background-size: cover;
    height: 80vh;
    margin-top: 5rem;
    border-bottom: 3px solid #1E3231;
}

.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;
    text-align: center;
    max-width: 70rem;
    margin: 0 auto;
}

.hero-sub-header {
    font-size: 2.4rem;
    color: #fff;
    line-height: 0.1;
    margin-left: 0.6rem;
    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: #D7E8BA; */
    border: 3px solid #D7E8BA;
    font-size: 2.4rem;
    color: #fff;
    padding: 0.6rem 1.2rem;
    width: 15rem;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s;
}

.hero-button:hover {
    background-color: #D7E8BA;
    color: #333;
}

.hero-button-two {
    /* background-color: #af7c74; */
    border: 3px solid #af7c74;
    font-size: 2.4rem;
    width: 15rem;
    font-weight: bold;
    color: #fff;
    padding: 0.6rem 1.2rem;
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s;
}

.hero-button-two:hover {
    background-color: #af7c74;
}

/*------------ 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: 20rem;
    border-top-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    max-width: 50rem;
    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: 20rem;
  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: -4rem;  /* Adjusts vertical offset */
    right: 4rem; /* Adjusts horizontal offset */
    width: 100%;
    height: 50%;
    background: #af7c74; 
    z-index: 1;
    border-radius: 8px; /* Optional for rounded corners */
    border: 1px solid #1E3231; 
}

.list-imgBox::after {
  content: "";
  position: absolute;
  bottom: -4rem;  /* Adjusts vertical offset */
  right: -4rem; /* Adjusts horizontal offset */
  width: 80%;
  height: 100%;
  background: #af7c74; 
  z-index: 1;
  border-radius: 8px; /* Optional for rounded corners */
  border: 1px solid #1E3231;
}

.about-textBox {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.about-caption {
    font-size: 2.4rem;
    color: #444;
}

.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-right: auto;
    border-radius: 5px;
    border: 3px solid #af7c74;
    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 #af7c74;
  transition: all 0.3s;
  font-weight: bold;
}

.about-link:hover,
.list-link:hover {
    background-color: #af7c74;
    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: #D7E8BA; /* Customize square color */
  border: 1px solid #1E3231;
}


/*---------- COLOURBANNER */

.space {
    height: 50rem;
}

.colourBanner {
  padding: 4.8rem 0.6rem;
  background-color: #D7E8BA;
  border: 3px solid #1E3231;
}

.colourBanner-box {
  margin: 0 auto;
  max-width: 100rem; 
}

.colourBanner-container {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  justify-content: center;
}

.colourBanner-header {
  font-size: 3.6rem;
  text-align: center;
  color: #222;
}

.colourBanner-text {
  font-size: 2.2rem;
  text-align: center;
  color: #444;
}

/*------------ ARCH */

.arch {
  padding: 4.8rem 0.6rem;
  position: relative;
}

.arch-border {
  background-image: url("/imgs/heartBorderTwo.png");
  width: 100%;
  height: 100%;
  background-size:contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

.arch-box {
  margin: 0 auto;
  max-width: 120rem;
}

.arch-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.4rem;
}

.arch-item {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  background-color: #af7c74;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  padding: 2.4rem 1.2rem;
  align-items: center;
  justify-content: center;
  border: 3px solid #1E3231;
}

.arch-even {
  background-color: #D7E8BA !important;
}

.arch-icon {
  width: 8rem;
}

.arch-header {
  font-size: 3rem;
  color: #fff;
  text-align: center;
}

.arch-text {
  margin-bottom: auto;
  font-size: 2rem;
  color: #fff;
  text-align: center;
}

/* -------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;
}

.cta-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  border-left: 4px solid #D7E8BA;
}

.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: 2rem !important;
}

.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 #1E3231;
  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: #1E3231;
  color: #fff;
  border-radius: 2px;
  font-size: 2.4rem;
  cursor: pointer;
  /* border: 1px solid #0d3b66; */
}


/* ---------FOOTER */

.footer {
  padding: 4.8rem;
  background-color: #af7c74;
  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;
  column-gap: 3rem;
  row-gap: 3rem;
}

.footer-item {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  align-items: center;
  align-self: center;
  justify-self: 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;
}