/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,700;0,800;1,400&display=swap');


* {
    margin: 0;
    padding: 0;
    font-family: 'Nunito Sans', sans-serif;
}


/* CSS Start */
body{
    background-color: #000000;
    color: #ffffff;
    overflow-x: hidden;
  }
.logo {
width: 100%;
    margin-top: 30px;
    text-align: center;
}
  .header {
      width: 100%;
      position: relative;
  }
  .header-pages {
    display: flex;
  }
  nav {
    position: relative;
      display: flex;
      padding: 35px 0;
      justify-content: space-between;
      align-items: center;
      z-index: 10;
  }

  nav img {
      width: 200px;
  }

  .nav-links{
      flex: 1;
      text-align: center;
  }

  .nav-links ul li {
      list-style: none;
      display: inline-block;
      padding: 8px 22px;
      position: relative;
      font-family: 'Nunito Sans';
      font-style: normal;
      font-weight: 400;
      font-size: 12px;
      color: #FFFFFF;
  }

  .nav-links ul li a {
      color: #fff;
      text-decoration: none;
  }
  .nav-links ul li::after {
      content: '';
      width: 0%;
      height: 2px;
      background: #aaa;
      display: block;
      margin-right: auto;
      transition: 0.5s;
  }

  .nav-links ul li:hover::after {
      width: 100%;
      transition: 0.5s;
  }
  .mobile-nav-toggle {
    display: none;
  }

  .slogan {
    width: 100%;
    font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 52px;
  line-height: 52px;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 35px;
  }
  
  .under-slogan {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 15px;
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-size: 13px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  }
  
  .grid-container {
    display: grid;
    gap: 62px;
    margin-top: 85px;
    margin-left: 10px;
    margin-right: 10px;
  }

  /* Cards */

  .forge-card {
    width: 100%;
  }


.card-image img {
  object-fit: cover;
    border-radius: 42px;
    width: 100%;
    height: 195px;
  }
.illustration img {
  object-fit: cover;
  border-radius: 42px;
  width: 100%;
  height: 495px;
}
  .card-title {
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 18px;
    line-height: 35px; 
    width: 100%;   
    text-align: center;
    letter-spacing: 0.5em;
    color: #70CBFF;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  
  .card-text {
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    color: #FFFFFF;
  }
  .points-text {
    font-family: 'Nunito Sans';
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    color: #FFFFFF;
  }
  .bullet-title {
    background: url('img/bullet-point.svg') 0 center no-repeat;
    padding-left: 35px;
    font-family: 'Nunito Sans';
    font-weight: 800;
    font-size: 22px;
    margin: 50px 0;
    color: #70CBFF;
    text-transform: uppercase;
  }
  .bullet-title:nth-of-type(1) {
    margin: 0 0;
    margin-bottom: 50px;
  }

.forge-button {
    border: 1px solid #00A3FF;
    background-color: #000000;
    border-radius: 14px;
    width: 133px;
    height: 24px;
    display: block;
    margin: 30px auto;
    color: #ffffff;
    font-size: 13px;
    font-weight: 800;
    cursor: pointer;
}



.asymmetric-grid {
display: block;

margin-top: 85px;
margin-left: 10px;
margin-right: 10px;
position: relative;
}

.asymmetric-text {
  position:absolute;
  top: 50%;
  transform: translateY(-50%);
  font-family: 'Nunito Sans';
font-weight: 400;
font-size: 20px;
line-height: 45px;
text-transform: uppercase;
grid-column: 2 / 4;
margin-left: 20px;
margin-right: 20px;
}

.asymmetric-img {
  border-radius: 42px;
  background-image: url("img/asymmetric.jpg");
  box-shadow: inset 0 0 99999px rgba(0, 5, 11, 0.95);
  width: 100%;
  height: 380px;
  background-position: center;
  background-size: cover;

}

#animatedbg {
  position: fixed;
  top: 0px;
  z-index: -50;
}

.section-title {
font-family: 'Nunito Sans';
font-weight: 700;
font-size: 30px;
line-height: 55px;
width: 100%;
text-align: center;
text-transform: uppercase;
margin: 90px 0;
}

.no-uppercase {
  text-transform: none;
}

/* Pages */
.page-hero {
  background-image: url("img/about-background.jpg");
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 383px;
  top: 0;
  z-index: -9999;
}
.page-content {
  margin-left: 15px;
  margin-right: 15px;
}
.page-title{
  width: 100%;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.5em;
  color: #70CBFF;
  margin-top: 35px;
  margin-bottom: 20px;
}

.paragraph-title {
  width: 100%;
  font-family: 'Nunito Sans';
  font-weight: 800;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  letter-spacing: 0.2em;  
  color: #00A3FF;
  margin-top: 45px;
  margin-bottom: 30px;
}

.body-text {
  font-family: 'Nunito Sans';
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: #FFFFFF;
}

.body-text p {
  margin-bottom: 15px;
}
.ad {
  background-image: url("img/ad.jpg");
  background-position: center;
  background-size: cover;
  border-radius: 42px;
  height: auto;
  text-align: center;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.ad-title {
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 39px;
  line-height: 55px;
  text-align: center;
  color: #FFFFFF;
}

.ad-subtitle {
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 21px;
  line-height: 55px;

  text-transform: capitalize;
  color: #FFFFFF;
}

.call-to-action {
  background: linear-gradient(94.11deg, #840B4C 0%, #003769 100%);
  border-radius: 42px;
  height: auto;
  text-align: center;
  padding: 25px;
  margin-top: 50px;
  margin-bottom: 50px;
}
.call-to-action-title {
  font-family: 'Nunito Sans';
  font-weight: 700;
  font-size: 29px;
  line-height: 55px;
  color: #FFFFFF;
}

.call-to-action-text {
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 35px;

  text-transform: capitalize;
  color: #FFFFFF;
}

.call-to-action-button {
width: auto;
padding-left: 15px;
padding-right: 15px;
background-color: transparent;
margin-bottom: 0;
}

.light-title {
  color: #f2f2f2;
}

.contact-form-field {
width: 100%;
background-color: #d9d9d9;
border-radius: 10px;
font-family: 'Nunito Sans';
font-weight: 300;
font-size: 18px;
line-height: 35px;  
color: #7B7B7B;
padding-left: 15px;
margin-bottom: 14px;
}

.contact-form-message {
min-height: 162px;
}



/* Footer */
.forge-footer{
  margin-top: 40px;
  padding: 30px 0;
  border-top: #aaa;
  border-top-style: solid;
  border-top-width: 2px;
  display: flex;
  flex-direction: column;
}

.footer-icon {
  display: inline;
  width: 17px;
  aspect-ratio: 1;
}

.footer-address {
  text-align: center;
  line-height: 33px;
}

/* Dropdown */
/* Dropdown Button */
.dropbtn {
   border: none;
   cursor: pointer;
  background-color: transparent;
  color: #fff;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
 }
 
 
 /* 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;
  text-align: left;
  min-width: 200px;
  margin-left: -30px;
  background-color: #003769;
  z-index: 10000;
 }
 
 /* Links inside the dropdown */
 .dropdown-content a {


   padding: 12px 16px;
   text-decoration: none;
   display: block;
 }
 
 /* Change color of dropdown links on hover */
 .dropdown-content a:hover {
   background-color: #012445;
 }
 
 /* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
 .show {display:block;}


  /* Breakpoints */

  @media (min-width: 800px) {

    .header-pages {
      max-width: 984px;
      flex-direction: row;
      justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
    }
    
    .slogan {
    font-size: 72px;
    line-height: 72px;

    }

    .under-slogan {
      width: 500px;
    }

    .page-content {
      max-width: 984px;
      margin-left: auto;
      margin-right: auto;
    }
    .grid-container {
      max-width: 984px;
      margin-left: auto;
      margin-right: auto;
      grid-template-columns: repeat(2, 1fr);
    }
    .asymmetric-grid {
      display: grid;
      gap: 62px;
      max-width: 984px;
      margin-left: auto;
      margin-right: auto;
      grid-template-columns:
repeat(3, minmax(10rem, 30rem))
    }
    .asymmetric-img {
      width: 475px;
    }
    .asymmetric-text {
      margin-left: 0;

      font-size: 30px;
line-height: 55px;
    }
    .forge-footer{
      flex-direction: row;
    }
    .footer-address {
      text-align: left;
    }
    .pages-navlinks {
      width: 600px; 
      text-align: right;
    }
  }
  
@media (max-width:800px) {
  .primary-navigation {
    display: flex;
    position: fixed;
    inset: 0 0 0 30%;
    flex-direction: column;
    padding: min(20vh, 7rem) 2em;
    background-color:#000000;
    transform: translateX(100%);
    transition: transform 350ms ease-out;
  }

  .primary-navigation[data-visible="true"] {
    transform: translateX(0%);
  }
  .mobile-nav-toggle {
    display: block;
    position: absolute;
    background-color: transparent;
    background-image: url("img/navigation-icon.svg");
    background-repeat: no-repeat;
    border:0;
    width: 2rem;
    aspect-ratio: 1;
    top: 2rem;
    right: 2rem;
    z-index: 9999;
  }

  .mobile-nav-toggle[aria-expanded="true"] {
    background-image: url("img/close.svg");
  }

  .nav-links{
    flex: 1;
    text-align: left;
}

.nav-links ul li, .dropbtn {

  position: relative;
  font-family: 'Nunito Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  color: #FFFFFF;
}
} 

/* Reset */

.left {
  margin-left: 0px;
}

.text-left {
  text-align: left;
}
.reset-top-margin {
  margin-top: 0px;
}

.reset-left-margin {
  margin-left: 0;
}