@import url("https://fonts.googleapis.com/css2?family=Nunito&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: #000000;
  color: #FFF;
  font-family: 'DINPro';
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

body, p, h6, h5, h4, h3, h2, h1 {
  margin: 0;
}

.cta {
  font-family: 'Nunito', sans-serif;
  font-size: 18px;
  font-weight: 400;
  border-radius: 90px;
  padding: 8px 28px;
}

.cta-primary {
  background-color: #FFF;
  color: #000;
  border: 1px solid #FFF;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.cta-primary:hover {
  background-color: transparent;
  color: #FFF;
}

.cta-container {
  margin: 2rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.img-fluid {
  max-width: 100%;
}

.title {
  font-size: 48px;
  font-family: 'GeForce';
  font-weight: bold;
  text-transform: uppercase;
}

.subtitle {
  font-size: 32px;
  font-family: 'GeForce';
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.section-title {
  font-size: 38px;
  font-family: 'GeForce';
  font-weight: bold;
  text-transform: uppercase;
}

.section-subtitle {
  font-size: 32   px;
  font-family: 'GeForce';
  font-weight: bold;
  text-transform: uppercase;
}

.container {
  max-width: 1350px;
  margin: 0 auto;
}

.s2 p, .s2 h1, .s2 h2, .s2 h3, .s3 p, .s3 h1, .s3 h2, .s3 h3, .s4 p, .s4 h1, .s4 h2, .s4 h3, .s5 p, .s5 h1, .s5 h2, .s5 h3, .s6 p, .s6 h1, .s6 h2, .s6 h3, .s7 p, .s7 h1, .s7 h2, .s7 h3 {
  margin: 1rem;
}

.head {
  background: url("../img/topb_bg.png") top no-repeat;
  margin-bottom: .5rem;
}

.head .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 1rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.head .logo-wrapper .logo {
  margin: 1rem;
}

@media screen and (max-width: 400px) {
  .head .logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.head .head-wrapper {
  margin: 0 4rem;
  padding: 6rem 0 6rem;
}

.s2 {
  background: url("../img/s2_bg.png") top no-repeat;
  padding-bottom: 4rem;
  margin-top: .5rem;
}

.s2 .section-title {
  text-align: center;
  margin-bottom: 6rem;
}

.s2 .s2-content {
  margin: 0 4rem 1.5rem;
}

.s2 .first {
  font-size: 21px;
}

.s2 .second {
  font-size: 28px;
}

.s2 .third {
  font-size: 16px;
}

.s3 {
  text-align: center;
  background: url("../img/s3_bg.png") top no-repeat;
  padding-bottom: 2rem;
}

.s3 .section-title {
  margin-bottom: 1rem;
}

.s3 .section-subtitle {
  margin-bottom: 1rem;
}

.s4 {
  text-align: center;
  background: url("../img/s4_bg.png") top no-repeat;
  background-size: cover;
  padding-bottom: 40vw;
}

.s5 {
  background: url("../img/s5_bg.png") top no-repeat;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.s5 .section-title {
  margin-bottom: 1rem;
}

.s5 .copy {
  padding-top: 5vw;
  margin: 0 4rem;
}

.s6 {
  background: url("../img/s6_bg.png") top no-repeat;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.s6 .section-title {
  margin-bottom: 1rem;
}

.s6 .copy {
  padding-top: 5rem;
  margin: 0 4rem;
}

.s7 {
  background: url("../img/s7_bg.png") top no-repeat;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
}

.s7 .section-title {
  margin-bottom: 1rem;
}

.s7 .copy {
  padding-top: 8rem;
  margin: 0 4rem;
}

.products {
  text-align: center;
}

.products .section-title {
  margin-bottom: 1rem;
}

.products .products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  margin: auto;
}

.products .products-wrapper .product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all .2s;
  transition: all .2s;
  margin: 1rem;
}

.products .products-wrapper .product .cta-container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.products .products-wrapper .product .img-fluid {
  -webkit-transition: all .2s;
  transition: all .2s;
}

.products .products-wrapper .product .product-name {
  font-size: 21px;
  font-family: 'DINPro';
  font-weight: normal;
}

.products .products-wrapper .product:hover .img-fluid {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.products .products-wrapper .product:hover .cta-container .cta-primary {
  background-color: transparent;
  color: #FFF;
}

footer {
  text-align: center;
}

footer .img-wrapper {
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .img-wrapper img {
  margin: 1rem;
}

footer .disclamer {
  font-size: 14px;
  color: #666666;
  margin: 0 1rem 1rem;
}

@media screen and (max-width: 680px) {
  * {
    text-align: center;
  }
  * .copy {
    margin: 0 !important;
  }
  .head .cta-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .s2, .s4, .s5, .s6, .s7 {
    background-clip: border-box;
  }
  .title {
    font-size: 32px;
  }
  .subtitle {
    font-size: 28px;
  }
  .section-title {
    font-size: 28px;
  }
  .section-subtitle {
    font-size: 24px;
  }
  p, h1, h2, h3, h4, h5, h6 {
    -webkit-filter: drop-shadow(0 0 1.75rem #000) !important;
            filter: drop-shadow(0 0 1.75rem #000) !important;
    text-shadow: 2px 5px 20px #000000;
  }
  .s2 .section-title {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
  }
  .s5, .s6, .s7 {
    padding: 1rem 0;
  }
  .s7 .copy {
    padding-top: 2rem;
  }
  .head-wrapper {
    padding-top: 2rem !important;
  }
  .s5, .s6, .s7 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
