html {
  height: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.4s ease, transform 0.4s ease;
  height: 100%;
  padding: 0;
  margin: 0;
  background-color: #16171b;
  overflow-x: hidden;
  opacity: 1;
  transition: opacity 0.5s ease;

}

body.fade-out {
  opacity: 0;
  transform: translateY(10px);
}

* {
  outline: 0px solid red;
}

h2,
h3 {
  color: #ffffff;
  font-family: "Quantico", sans-serif;
  text-align: center;
}

h2 {
  font-size: 45px;
  padding: 0%;
  margin: 0%;
}

h3 {
  font-size: 20px;
  margin: 5px 0px 30px 0px;
  padding-bottom: 30px;
}

h4 {}







.mobile-header {
  display: none;
}


.header-background {
  background-color: #16171b;
  width: 100%;

}

.header {
  max-width: 1200px;
  padding-top: 5px;
  padding-left: 100px;
  padding-right: 100px;
  margin: 0 auto;
  overflow-x: hidden;
  display: block;

  display: flex;
  align-items: center;
  justify-content: space-between;



}


.logo a {
  font-family: "Quantico", sans-serif;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  color: #ffffff;
  font-size: 22px;
  padding-bottom: 4px;
  list-style: none;
  white-space: nowrap;
  font-size: 30px;
  font-weight: 900;
}


.header-nav {
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  gap: 20px;



}


.nav {
  display: flex;
}

.nav ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 30px;
}

.nav li {
  margin: 0;
}


.header-nav button {
  margin-left: 40px;
  background-color: #3d6d4c;
  border: 0;
  border-radius: 3px;
  color: #ffffff;
  padding: 5px 15px;
  font-size: 15px;
  font-family: "Quantico", sans-serif;
}

.nav a {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  /* important */
  text-decoration: none;

  color: #ffffff;
  font-size: 22px;
  padding-bottom: 4px;
}

.nav a:hover {
  color: #5C946E;
  border-bottom: 2px solid #5C946E;
}



.hamburger {
  display: none;
  /* hidden on desktop */
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.nav-links {
  display: flex;
  /* horizontal links on desktop */
  list-style: none;
  gap: 30px;
  margin: 0;
  padding: 0px 0px 0px 0px;
}

.header-divider {

  width: 100%;
  height: 1px;
  background-color: rgba(66, 66, 66, 0.1);
  /* Very faint white */
  border: none;

}















.hero {
  min-height: 500px;
  background-size: cover;
  max-width: 1200px;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0px 100px 0px 100px;
  display: grid;
  grid-template-columns: 1.5fr 1fr;
  align-items: center;
  font-family: "Quantico", sans-serif;
}

.hero-left {
  color: #ffffff;
  padding: 0px 0px 0px 0px;
  text-align: left;
  margin: 0px auto;
  overflow-x: hidden;
  display: block;
}

.upper-p {
  font-size: 12px;
  background: #1e1f25;
  padding: 1px 5px 1px 18px;
  display: inline-block;
  border-radius: 30PX;
  margin: 0;
  position: relative;
}

.upper-p::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 50%;
  transform: translateY(-50%);
  width: 5px;
  height: 5px;
  background-color: #22c55e;
  border-radius: 50%;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
}

.lower-p {
  font-size: 12px;
  padding: 2px 8px 2px 8px;
  border-radius: 30PX;
  margin-top: 10px;

}

.check {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.3);
  width: 13px;
  height: 13px;

  border: 2px solid #22c55e;
  border-radius: 50%;

  color: #22c55e;
  font-size: 10px;
  font-weight: bold;

  margin-right: 8px;

}

.hero-left h1 {
  font-size: 55px;
  margin: 0px 0px 0px 0px;
  letter-spacing: -1px;
  text-align: left;

}

.hero-p {
  font-size: 13px;
  margin: 0px 90px 8px 0px;
  padding: 8px 90px 8px 0px;

  text-align: left;
}


.hero-buttons {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0%;
  gap: 15px;
}

.hero-button-left,
.hero-button-right {
  padding: 2px 15px 2px 15px;
  font-family: "Quantico", sans-serif;
  font-size: 15px;
  background-color: #3d6d4c;
  border-radius: 5px;
  color: #ffffff;
  border: 0;
  margin: 0;


}

.hero-button-left:hover,
.hero-button-right:hover {
  cursor: pointer;

}

.hero-button-right {
  background: #1e1f25;
  border: 1px solid #1e1f25;
  transition:
    background 0.25s ease,
    border 0.25s ease,
    transform 0.2s ease;
}

.hero-button-right:hover {
  background: #1e1f25;
  border: 1px solid #3d6d4c;
  transform: translateY(-2px);
}


.hero-button-left {
  border: 1px solid #3d6d4c;
  transition: all 0.2s;
  background: #3d6d4c;
  border: 1px solid transparent;
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #ffffff;
  transition:
    background 0.25s ease,
    border 0.25s ease,
    transform 0.2s ease;
}

.hero-button-left:hover {
  background: #1e1f25;
  border: 1px solid #3d6d4c;
  transform: translateY(-2px);
}

.hero-button-left>svg {
  width: 20px;
  margin-left: 10px;
  transition: transform 0.3s ease-in-out;
  color: #ffffff;
}

.hero-button-left:hover svg {
  transform: translateX(5px);
}

.hero-button-left:active {
  transform: scale(0.95);
}

.hero-divider {

  width: 100%;
  height: 1px;
  background-color: rgba(66, 66, 66, 0.1);
  /* Very faint white */
  border: none;
  margin: 0px 0px 90px 0px;
}

.hero-right {


  display: flex;
  justify-content: center;

  align-items: center;

}




.hero-right-picture {
  max-width: 300px;
  height: auto;
  display: block;

}









.pro-tip {

  border-left: 4px solid #5C946E; 
  padding: 16px 20px;
 background-color: #1dff6505;
  color: #cfd3dc;
  font-size: 14px;



  max-width: 700px;
  margin: 0 auto;              /* centers the section itself */
  
     margin-bottom: 50PX;
  align-items: center;         /* centers horizontally */

  overflow-x: hidden;

font-family: "Quantico", sans-serif;
}

.pro-tip strong {
  color: #5C946E;
  font-weight: 600;
}






















































.footer-background {
  background-color: #2A2D34;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* center everything horizontally */

  margin: 0 auto;
  padding: 25px 50px 0px 50px;
}

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* center all child sections */
  max-width: 1200px;
  width: 100%;
  padding: 0%;
  margin: 0%;

}

.footer-logo a {
  font-family: "Quantico", sans-serif;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  color: #ffffff;
  font-size: 22px;

  padding-bottom: 4px;
  list-style: none;
  white-space: nowrap;
  font-size: 35px;
  font-weight: 900;

}

.footer-style {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  justify-content: center;
  /* center the grid horizontally */
  gap: 40px;
  text-align: center;
  /* center text inside each div */
  width: 100%;
  padding-bottom: 40px;
}



.footer-div {
  display: flex;
  flex-direction: column;
  text-align: left;
}

.footer-div h4,
p {
  font-family: "Quantico", sans-serif;
  color: #f8f8f8;
  margin: 0%;
  margin-bottom: 10px;


}

.footer-div a {
  font-size: 18px;

}

.footer-div h4 {
  font-size: 25px;
}

.footer-div a {
  font-family: "Quantico", sans-serif;
  color: #f8f8f8;
}









.footer-divider {
  width: 100vw;
  max-width: 100vw;
  margin: 20px 0;
  padding: 0%;
  margin: 0%;
  border: none;
  height: 1px;
  background-color: #ffffff;

}

.footer-section2 {
  font-family: "Quantico", sans-serif;
  text-align: center;
  /* center h1 and p elements */
  padding: 0%;
  margin: 0%;
  color: #f8f8f8;
  font-size: 14px;
}











/* Small laptops */ 
@media (max-width: 1280px) { 

}


/* Tablets */
@media (max-width: 1024px) {


.header {
  max-width: 1200px;
  padding-top: 5px;
  
   padding-left: 15%;
  padding-right: 15%;

  overflow-x: hidden;
  display: block;

  display: flex;
  align-items: center;
  justify-content: space-between;



}


.logo a {
text-align: left;

}





.nav a {
  font-family: "Quantico", sans-serif;
  font-weight: 400;
  /* important */
  text-decoration: none;

  color: #ffffff;
  font-size: 20px;
  padding-bottom: 4px;
}






  .hero {
    grid-template-columns: 1fr;

    padding: 0px 20px 0px 20px;
  }

  .hero-right {
    display: none;
  }

.hero-left h1 {
  font-size: 45px;

}
.hero-p {
   font-size: 15px;
 margin: 0px 80px 8px 0px;
  padding: 8px 80px 8px 0px;
}


}




/* Large Phone */
@media (max-width: 768px) {

 .header-background {
    display: none;
  }

  .footer-background {
    display: flex;
  }



  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px 5px 15px;
    background-color: #16171b;
    z-index: 100;
  }

  .mobile-logo a {
    font-family: "Quantico", sans-serif;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 4px;
    list-style: none;
    white-space: nowrap;
    font-size: 30px;
  }



  /* Hamburger button */
  .mobile-menu-button {
    display: inline-block;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
    background-color: #16171b;
  }

  .mobile-menu-button span {
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    margin: 5px 0;
    transition: 0.3s;

  }

  .mobile-menu-button.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-button.open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-button.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Mobile nav */
  .mobile-nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #16171b;
    flex-direction: column;
    align-items: left;
    padding: 20px 0;
    z-index: 99;
    background-color: #16171b;
  }

  .mobile-nav.active {
    display: flex;
    background-color: #16171b;
  }

  .mobile-nav a {
    font-size: 20px;
    color: #b6b6b6;
    padding: 0px 0px 10px 15px;
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    /* important */
    text-decoration: none;
  }

  .mobile-nav a:hover {
    color: #5C946E;
  }




  .hero {
    grid-template-columns: 1fr;

    padding: 0px 20px 0px 20px;
  }

  .hero-right {
    display: none;
  }

.hero-left h1 {
  font-size: 45px;

}
.hero-p {
   font-size: 15px;
 margin: 0px 80px 8px 0px;
  padding: 8px 80px 8px 0px;
}


}


/* Phone */
@media (max-width: 480px) {


h2,
h3 {
  color: #ffffff;
  font-family: "Quantico", sans-serif;
  text-align: center;
}

h2 {
  font-size: 25px;
  padding: 0%;
  margin: 0%;
}

h3 {
  font-size: 10px;
  margin: 5px 0px 30px 0px;
  padding-bottom: 30px;
}




.pro-tip {

  border-left: 4px solid #5C946E; 
  padding: 16px 20px;
 background-color: #1dff6505;
  color: #cfd3dc;
  font-size: 12px;
  max-width: 700px;
  margin: 0px 15px 0px 15px;              /* centers the section itself */
     margin-bottom: 50PX;
  align-items: center;         /* centers horizontally */
  overflow-x: hidden;
font-family: "Quantico", sans-serif;
}

.pro-tip strong {
  color: #5C946E;
  font-weight: 600;
}





  .header-background {
    display: none;
  }

  .footer-background {
    display: flex;
  }



  .mobile-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px 5px 15px;
    background-color: #16171b;
    z-index: 100;
  }

  .mobile-logo a {
    font-family: "Quantico", sans-serif;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    color: #ffffff;
    font-size: 22px;
    padding-bottom: 4px;
    list-style: none;
    white-space: nowrap;
    font-size: 30px;
  }



  /* Hamburger button */
  .mobile-menu-button {
    display: inline-block;
    width: 30px;
    height: 25px;
    cursor: pointer;
    position: relative;
    background-color: #16171b;
  }

  .mobile-menu-button span {
    display: block;
    width: 100%;
    height: 3px;
    background: #ffffff;
    margin: 5px 0;
    transition: 0.3s;

  }

  .mobile-menu-button.open span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }

  .mobile-menu-button.open span:nth-child(2) {
    opacity: 0;
  }

  .mobile-menu-button.open span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
  }

  /* Mobile nav */
  .mobile-nav {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    background: #16171b;
    flex-direction: column;
    align-items: left;
    padding: 20px 0;
    z-index: 99;
    background-color: #16171b;
  }

  .mobile-nav.active {
    display: flex;
    background-color: #16171b;
  }

  .mobile-nav a {
    font-size: 20px;
    color: #b6b6b6;
    padding: 0px 0px 10px 15px;
    font-family: "Quantico", sans-serif;
    font-weight: 400;
    /* important */
    text-decoration: none;
  }

  .mobile-nav a:hover {
    color: #5C946E;
  }




  .hero {
    grid-template-columns: 1fr;

    padding: 0px 20px 0px 20px;
  }

  .hero-right {
    display: none;
  }

.hero-left h1 {
  font-size: 35px;

}
.hero-p {
 margin: 0px 30px 8px 0px;
  padding: 8px 30px 8px 0px;
}

















  .footer-style {
    grid-template-columns: 1fr;
    
    gap: 20px;
    text-align: start;
  }

  .footer-div {
    text-align: start;
  }



.footer-background {
 
  margin: 0 auto;
  padding: 25px 15px 0px 15px;
}

.footer-section2 {
  font-family: "Quantico", sans-serif;
  text-align: center;
  padding: 8px 0px 0px 0px;
  margin: 0%;
  color: #f8f8f8;
  font-size: 12px;
}


















}