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;

  background-image:
    linear-gradient(rgba(0, 0, 0, 0.45),
      rgba(0, 0, 0, 0.7)),
    url("../picture/body-background.png");
}


/** HIDDEN ON DESKTOP **/
.mobile-hero-h1 {
  display: none;
}

/** TEST TEST TEST **/
* {
  outline: 0px solid red;
}

body.fade-out {
  opacity: 0;
  transform: translateY(10px);
}



h2,
h3,
.h2p {
  font-family: "Quantico", sans-serif;
  color: #ffffff;
  text-align: center;
}
/** P UNDER SECONDARY TITLES **/
.h2p {
  font-size: 20px;
  margin: -44px 0px 48px 0px;
}
h2 {
  margin: 44px 0px 0px 0px;
  padding: 60PX 0px 48px 0px;
  font-size: 44px;
}

h3 {
  font-size: 36px;
  margin: 5px 0px 10px 0px;
  padding-bottom: 40px;
}









.mobile-header {
  display: none;
}

.footer-divider {
  display: none;
}

.header-background {
  background-color: #0b0f0d;
  width: 100%;
  position: relative;
}

.header-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
}

.header {
  max-width: 1200px;
  padding: 8px 50px 8px 50px;
  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-background {}


.hero {


  min-height: 500px;
  background-size: cover;
  max-width: 1200px;
  background-repeat: no-repeat;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  padding: 0px 50px 0px 50px;
  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: 16px;
  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: 16px;
  padding: 2px 8px 2px 8px;
  border-radius: 30PX;
  margin-top: 10px;
  align-items: center;
  justify-content: center;
}

.check {
  position: relative;
  bottom: 1px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(34, 197, 94, 0.3);
  width: 14px;
  height: 14px;

  border: 2px solid #22c55e;
  border-radius: 50%;

  color: #22c55e;
  font-size: 10px;
  font-weight: bold;

  margin-right: 8px;

}

.hero-left h1 {
  font-size: 70px;
  margin: 0px 0px 0px 0px;
  font-family: "black-ops-one" !important;
  text-align: left;
  transform-origin: left center;
  transform: scale(0.95, 1.15);
  font-weight: 400;
}

.hero-p {
  font-size: 20px;
  margin: 0px 90px 8px 0px;
  padding: 8px 90px 8px 0px;
  letter-spacing: 1px;
  text-align: left;
}


.hero-buttons {
  display: flex;
  flex-direction: row;
  padding: 0;
  margin: 0%;
  gap: 15px;
}

.hero-button-left,
.hero-button-right {
  padding: 4px 20px 4px 20px;
  font-family: "Quantico", sans-serif;
  font-size: 20px;
  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 {
  font-size: 20px;
  border: 1px solid #3d6d4c;
  transition: all 0.2s;
  background: #3d6d4c;
  border: 1px solid transparent;
  display: flex;
  align-items: center;

  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: 450px;
  height: auto;
  display: block;

}









.pro-tip {

  border-left: 4px solid #5C946E;
  padding: 16px 20px;
  background-color: #1dff6505;
  color: #cfd3dc;
  font-size: 16px;



  max-width: 800px;
  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 SECTION */

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* center all child sections */
  max-width: 1200px;
  width: 100%;
  padding: 25px 50px 0px 50px;
  margin: 0 auto;
}

.footer-background {
  background-color: #0b0f0d;
  width: 100%;
  position: relative;
}

.footer-background::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='120' height='120'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='120' height='120' filter='url(%23n)' opacity='.15'/%3E%3C/svg%3E");
  opacity: 0.05;
  pointer-events: none;
}

.footer-logo a {
  font-family: "Quantico", sans-serif;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  color: #ffffff;
  font-size: 18px;

  padding-bottom: 4px;
  list-style: none;
  white-space: nowrap;
  font-size: 35px;
  font-weight: 900;
}

.footer-first-section {
  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,
.footer-links-div {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 12px;

}

.footer-links-div {
  border-right: solid 1px #cfd3dc;
  gap: 12px;
}

.footer-contacts-div {
  display: flex;
  flex-direction: column;
  text-align: left;
  gap: 12px;
}

.footer-div p {
  font-family: "Quantico", sans-serif;
  color: #f8f8f8;
  margin: 0%;
  margin-bottom: 10px;
}

.footer-div a,
.footer-contacts-div a,
.footer-links-div a {
  font-size: 15px;
  font-family: "Quantico", sans-serif;
  color: #f8f8f8;
  text-decoration: none;
}

.footer-div h4,
.footer-contacts-div h4,
.footer-links-div h4 {
  font-size: 18px;
  font-family: "Quantico", sans-serif;
  color: #f8f8f8;
  margin: 0%;
}

.footer-section-divider {
  width: 100vw;
  max-width: 100vw;
  margin: 20px 0;
  padding: 0%;
  margin: 0%;
  border: none;
  height: 1px;
  background-color: #ffffff;
}

.footer-second-section {
  font-family: "Quantico", sans-serif;
  text-align: center;
  /* center h1 and p elements */
  padding: 0%;
  margin: 0%;
  color: #f8f8f8;
  font-size: 14px;
}




















/* LAPTOP */
@media (max-width: 1300px) {

  .upper-p {
    font-size: 12px;
  }

  .lower-p {
    font-size: 14px;
  }

  .hero-left h1 {
    font-size: 60px;
  }

  .hero-p {
    font-size: 16px;
  }

  .hero-button-left,
  .hero-button-right {
    padding: 2px 15px 2px 15px;
    font-size: 15px;
  }

  .check {
    position: relative;
    bottom: 1px;
    width: 13px;

    height: 13px;
  }

}














/* Tablets */
@media (max-width: 1080px) {

  .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;
  }

}





























/* Phone */
@media (max-width: 480px) {

.h2p {
  font-size: 16px;
  margin: -20px 0px 32px 0px;
  line-height: 1.3;
}
h2 {
  margin: 20px 0px 0px 0px;
  padding: 20PX 0px 28px 0px;
  font-size: 28px;
  line-height: 1.1;
}


  .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;
    font-size: 15px;
  }

  .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: #0c0d0f;
    z-index: 100;
  }

  .mobile-logo a {

    font-family: "black-ops-one" !important;
    transform: scale(0.90, 1.15);
    transform-origin: left center;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    color: #f8f8f8;
    font-size: 20px;
    padding: 3px 0px 3px 0px;
    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;

    background-size: cover;
    max-width: 1200px;
    background-repeat: no-repeat;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Quantico", sans-serif;


  }

  .hero-right {
    display: none;
  }


  .upper-p {
    font-size: 10px;
    color: #f8f8f8;
    background: #1e1f25;
    padding: 2px 6px 2px 18px;
    display: inline-block;
    border-radius: 30PX;
    margin: 0;
    position: relative;
  }

  .upper-p::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 55%;
    transform: translateY(-50%);
    width: 5px;
    height: 5px;
    background-color: #22c55e;
    border-radius: 50%;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.6);
  }

  .desktop-hero-h1 {
    display: none;
  }

  .mobile-hero-h1 {
    display: block;
    color: #f8f8f8;
    font-size: 50px !important;
    padding: 12px 0px 0px 0px;
    font-weight: 400;
    line-height: 45px;
    font-family: "black-ops-one" !important;
    transform: scale(0.90, 1.15);
    transform-origin: left center;

  }

  .hero-p {
    color: #f8f8f8;
    font-size: 15px;
    margin: 0px 30px 8px 0px;
    padding: 8px 30px 8px 0px;
    letter-spacing: 0px;
  }

  .hero-buttons {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }


  .hero-button-left,
  .hero-button-right {
    padding: 8px 30px 8px 30px;
    font-family: "Quantico", sans-serif;
    font-size: 20px;
    text-align: left;
    font-weight: 700;
  }

  .hero-button-left {
    border: 1px solid #3d6d4c;
    transition: all 0.2s;
    background: #3d6d4c;
    border: 1px solid transparent;
    display: flex;
    align-items: center;
    color: #ffffff;
    transition:
      background 0.25s ease,
      border 0.25s ease,
      transform 0.2s ease;
  }

  .hero-button-left>svg {
    width: 20px;
    height: auto;
    margin-left: 10px;
    transition: transform 0.3s ease-in-out;
    color: #ffffff;
    font-weight: bold;
  }

  .hero-button-right {
    background: #1e1f25;
    border: 1px solid #3d6d4c;
    transition:
      background 0.25s ease,
      border 0.25s ease,
      transform 0.2s ease;
  }

  .lower-p {
    font-size: 12px;
    padding: 2px 8px 2px 8px;
    border-radius: 30PX;
    margin-top: 12px;
    align-items: center;
    justify-content: center;
  }

  .check {
    position: relative;
    bottom: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 6px rgba(34, 197, 94, 0.3);
    width: 12px;
    height: 12px;

    border: 2px solid #22c55e;
    border-radius: 50%;

    color: #22c55e;
    font-size: 8px;
    font-weight: bold;

    margin-right: 4px;

  }
























  /* MOBILE FOOTER */
  .footer {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* center all child sections */
    max-width: 1200px;
    width: 100%;
    padding: 25px 20px 0px 20px;
    margin: 0 auto;
    background-color: #0c0d0f;
  }

  .footer a {
    font-size: 15px;
  }

  .footer h4 {
    font-size: 20px;
  }

  .footer-first-section {
    grid-template-columns: 1fr;
    gap: 5px;
    text-align: start;
  }

  .footer-logo a {
    font-size: 35px;
  }

  .footer-div p {
    margin-bottom: 10px;
  }

  .footer-div {
    text-align: start;
  }

  .footer-divider {
    display: block;
    width: 100%;
    max-width: 1200px;

    margin: 10px auto;

    border: none;
    height: 1px;
    background-color: #ffffff;
  }

  .footer-second-section {
    font-family: "Quantico", sans-serif;
    text-align: center;
    padding: 8px 0px 0px 0px;
    margin: 0%;
    color: #f8f8f8;
    font-size: 10PX
  }

















}