* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@font-face {
  src: url(/fonts/Android-Insomnia-Regular.ttf);
  font-family: air;
}

@font-face {
  src: url(/fonts/Inter-VariableFont_slnt\,wght.ttf);
  font-family: vars;
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000;
}

h1 {
  font-family: air, monospace;
  font-weight: 400;
}

h2 {
  font-family: air, sans-serif;
  font-weight: 100;
  letter-spacing: 0.1em;
  color: white;
}

h3 {
  font-family: vars, sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: white;
}

p {
  font-family: "Fira Code", monospace;
  font-weight: 300;
  color: white;
}

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

/* ------ NAV BAR */

.nav-bar {
  display: flex;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  height: 15%;
  max-height: 7.1em;
  background-color: rgba(0, 0, 0, 0.7);
  border-bottom: 0.1em solid #00ffea9c;
  z-index: 10;
  transition-property: border-bottom, background-color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.nav-bar:hover {
  background-color: rgba(0, 0, 0, 0.9);
  border-bottom: 0.1em solid #00ffea;
}

.nav-bar ul {
  list-style: none;
}

.logo-container {
  display: flex;
  justify-content: center;
  width: 30%;
  height: 100%;
  padding-left: 1em;
  padding-right: 1em;
}

.logo-container li {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 2em;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

svg,
.logo {
  width: 12em;
  fill: #00ffea4f;
  overflow: visible;
  transition-property: opacity, fill, stroke, filter;
  transition-duration: 500ms;
  transition-timing-function: ease;
}

.logo {
  z-index: 1;
  stroke: violet;
  transition-property: opacity, fill, stroke, filter;
  transition-duration: 500ms;
  transition-timing-function: ease;
  stroke-width: 2px;
  stroke-opacity: 0.3;
}

@media (hover: hover) and (pointer: fine) {
  .logo:hover {
    filter: drop-shadow(0 0 0.5em violet);
    fill: black;
    stroke: violet;
    stroke-width: 2px;
    stroke-opacity: 0.6;
  }
  .logo-fill {
    transition-property: opacity, fill, stroke;
    transition-duration: 500ms;
    transition-timing-function: ease;
  }
  .logo:hover .logo-fill {
    transition-property: fill;
    transition-duration: 500ms;
    transition-timing-function: ease;
    fill: #00ffea;
  }
}
@media (any-pointer: coarse) {
  .logo:active {
    filter: drop-shadow(0 0 0.5em violet);
    fill: black;
    stroke: violet;
    stroke-width: 2px;
    stroke-opacity: 0.6;
  }
  .logo-fill {
    transition-property: opacity, fill, stroke;
    transition-duration: 500ms;
    transition-timing-function: ease;
  }
  .logo:active .logo-fill {
    transition-property: fill;
    transition-duration: 500ms;
    transition-timing-function: ease;
    fill: #00ffea;
  }
}

.page-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 70%;
  align-self: center;
  padding: 0 1em 0 1em;
  border-left: #00ffea9c 1px solid;
  border-right: #00ffea9c 1px solid;
  transition-property: border;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.page-nav h1 {
  color: #00ffea9c;
  font-size: 1.2em;
  cursor: default;
  transition-property: color;
  transition-duration: 0.4s;
  transition-timing-function: ease;
}

.page-nav:hover {
  border-left: #00ffea 1px solid;
  border-right: #00ffea 1px solid;
}

.page-nav:hover h1 {
  color: #00ffea;
}

.quick-red {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 30%;
  height: 100%;
  /* padding-right: 1%; */
}

.quick-red li {
  padding: 0 1em 0 1em;
}

.quick-red li a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navLink {
  text-align: center;
  word-spacing: 0.5em;
  letter-spacing: 0.2em;
}

.inst-logo,
.fb-logo {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: #00ffea 2px solid;
}

.wsp-logo {
  width: 2em;
  height: 2em;
}

@media (hover: hover) and (pointer: fine) {
  .logo-h {
    opacity: 0.7;
    transition-property: opacity;
    transition-duration: 0.3s;
    transition-timing-function: ease;
  }
  .logo-h:hover {
    opacity: 1;
  }
}

@media (any-pointer: coarse) {
  .logo-h {
    opacity: 0.7;
    transition-property: opacity;
    transition-duration: 0.1s;
    transition-timing-function: ease;
  }
  .logo-h:active {
    opacity: 1;
  }
}

@media (max-width: 800px) {
  .nav-bar {
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .logo-container {
    width: 100%;
    height: 80%;
    max-height: 10em;
  }
  .logo-container li {
    display: flex;
    justify-content: center;
    width: 25%;
    padding-left: 0;
    padding-top: 0.5em;
    padding-bottom: 1em;
    /* border-bottom: #00ffea9c 1px solid; */
    transition-property: border-bottom;
    transition-duration: 0.4s;
    transition-timing-function: ease;
  }
  /* 
  .logo-container li:hover {
    border-bottom: #00ffea 1px solid;
  } */

  /* .logo {
    height: 5%;
  } */

  .page-nav {
    display: none;
    /* width: 70%;
    margin-top: 1%;
    padding-right: 0;
    border-left: 0;
    border-right: 0;
    border-top: #00ffea9c 1px solid; */
  }

  .page-nav:hover {
    /* border-left: 0;
    border-right: 0;
    border-top: #00ffea 1px solid; */
  }

  .page-nav li h1 {
    font-size: 0.8em;
  }

  .quick-red {
    justify-content: center;
    width: 100%;
    height: 0%;
    padding-top: 2%;
    /* border: yellow 2px solid; */
  }
  .nav-bar li svg {
    height: 65%;
  }
}

/* ------ SECTION 1 - BANNER & HEADER */

.sec-1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 10em;
  background-color: rgba(0, 0, 0, 0.63);
}

@media (max-width: 800px) {
  .sec-1 {
    margin-bottom: 3em;
  }
}

@media (max-width: 500px) {
  .sec-1 {
    margin-bottom: 8em;
  }
}
/* 
.sec-1-bg {
  position: absolute;
  z-index: 1;
  width: 100%;
  max-height: 120%;
} */

.first-sec-bg {
  position: absolute;
  background: url("../media/home-sec-1-bg-normal.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 120%;
  max-height: 120%;
  z-index: 1;
}

@media (max-width: 800px) {
  .first-sec-bg {
    background: linear-gradient(to bottom, black, transparent 10%),
      url("../media/home-sec-1-bg-normal.png") no-repeat center center;
    background-size: 1000px;
    background-position-y: 100px;
  }
}

@media (max-width: 500px) {
  .first-sec-bg {
    background-size: 500px;
    background-position-y: 180px;
  }
}

.sec-1 h2 {
  /*text-shadow: -5px 0px 0px #169c218f; */
  text-shadow: -0.1em 0px 0px #008866;
  letter-spacing: 0.1em;
  font-weight: 300;
  font-size: 3em;
}

.art-ctn {
  width: 100%;
  padding-top: 9em;
  z-index: 1;
}

.art-splitter {
  width: 100%;
  height: 50%;
}

.art-splitter:nth-child(2) {
  margin-top: 1em;
}

.art-1,
.art-2,
.art-3 {
  z-index: 2;
  color: white;
  cursor: default;
}

.art-2,
.art-3 {
  direction: rtl;
}

.art-1 {
  padding-left: 4%;
}

.art-1 .part-1 {
  font-size: 2.3rem;
  margin-bottom: 0.2em;
}

.art-2 {
  font-size: 0.7rem;
  padding-right: 5%;
}

.art-3 {
  height: 25%;
  font-size: 0.4rem;
  padding-top: 5em;
  padding-right: 5%;
}

@media (max-width: 1000px) {
  .art-1 .part-1 {
    font-size: 1.8rem;
  }
  .art-1 .part-2 {
    font-size: 2.5rem;
  }
  /* 
  .art-splitter:nth-child(2) {
    margin-top: 10em;
  } */

  .art-2 {
    font-size: 0.6rem;
  }
  .art-3 {
    font-size: 0.4rem;
  }
}

.art-3 h2 {
  opacity: 0.8;
}

.art-3 img {
  width: 55em;
  padding: 2em 2em 0 2em;
  object-fit: scale-down;
}

@media (max-width: 800px) {
  .art-ctn {
    display: flex;
    flex-direction: column;
    align-self: center;
    /* padding-top: 20%; */
  }
  .art-splitter {
    text-align: center;
  }
  .art-splitter:nth-child(2) {
    margin-top: 15em;
  }
  .art-2 {
    padding: 0 1% 0 1%;
  }
  .art-1 {
    padding: 0em 1em 0em 1em;
  }
  .art-3 {
    margin-top: 5em;
  }
  .art-splitter .art-3 img {
    width: 100%;
    height: 20em;
    padding: 2em 4em 0 4em;
    /* object-fit: scale-down; */
  }
  .art-1,
  .art-2,
  .art-3 {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .art-1 .part-1 {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
  .art-1 .part-2 {
    font-size: 2.2rem;
  }
  .art-2 {
    font-size: 0.5rem;
  }
  .art-3 {
    font-size: 0.3rem;
    margin: 0;
  }
}
@media (max-width: 500px) {
  .art-ctn {
    padding-top: 8em;
  }
  .art-splitter:nth-child(2) {
    margin-top: 12em;
  }
  .art-1 .part-1 {
    font-size: 1.4em;
  }
  .art-1 .part-2 {
    font-size: 1.8rem;
  }
  .art-2 {
    font-size: 0.4rem;
  }
  .art-3 {
    background: linear-gradient(to bottom, black, transparent);
  }
}

@media (hover: hover) and (pointer: fine) {
  .sec-1 u {
    cursor: pointer;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-thickness: 4px;
    text-underline-offset: 5px;
    transition-property: text-decoration-color;
    transition-duration: 0.5s;
    transition-timing-function: ease;
  }

  .sec-1 u:hover {
    text-decoration-color: rgba(255, 255, 255, 1);
  }
}

@media (any-pointer: coarse) {
  .sec-1 u {
    cursor: pointer;
    text-decoration-color: rgba(255, 255, 255, 0.3);
    text-decoration-thickness: 4px;
    text-underline-offset: 5px;
    transition-property: text-decoration-color;
    transition-duration: 0.2s;
    transition-timing-function: ease;
  }
  .sec-1 u:active {
    text-decoration-color: rgba(255, 255, 255, 1);
  }
  .sec-1 a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
}

/* ------ SECTION 2 - CAROUSEL PRODUCTS */

.sec-2 {
  position: relative;
  display: flex;
  flex-direction: column;
  margin-top: -15em;
  min-width: 100%;
  min-height: 100vh;
}

@media (max-width: 500px) {
  .sec-2 {
    margin-bottom: 3em;
  }
}

.sec-title-ctn {
  position: absolute;
  display: flex;
  align-items: center;
  /* margin-top: 5em; */
  text-align: center;
  width: 100%;
  height: 4em;
  font-size: 2em;
  cursor: default;
  z-index: 8;
  /* border: 1px solid blue; */
}

.first-sec-t {
  margin-top: 5em;
}

@media (max-width: 800px) {
  .sec-title-ctn {
    justify-content: center;
    flex-wrap: wrap;
  }
}

.sec-title-ctn h2 {
  width: 50%;
  margin: 0 1em 0 1em;
  transition-property: text-shadow;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

@media (max-width: 800px) {
  .sec-title-ctn h2 {
    width: 100%;
    font-size: 1.3em;
  }
}

@media (max-width: 500px) {
  .sec-title-ctn h2 {
    width: 100%;
    font-size: 1em;
  }
}

.sec-title-ctn h2:hover {
  text-shadow: 0 0 0.8em #ffffff;
}

.sec-title-ctn hr {
  width: 25%;
  height: 0px;
  box-shadow: 0 0 0.3em #00ffea;
}

.hr-1 {
  margin-left: 3em;
}

.hr-2 {
  margin-right: 3em;
}

@media (max-width: 800px) {
  .sec-title-ctn hr {
    margin: 0;
    width: 30%;
  }
}

@media (max-width: 500px) {
  .sec-title-ctn hr {
    width: 40%;
  }
}

.sec-2-t {
  width: 100%;
  color: white;
  text-shadow: 0 0 0.4em #00ffea;
}

.inner-box {
  width: 100%;
  z-index: 5;
  /* display: flex;
  justify-content: center; */
}

.carousel-ctn {
  display: flex;
  width: 100%;
  height: 90%;
}

.carousel {
  overflow: hidden;
  width: 100%;
  margin-top: 5em;
}

.prod-list {
  width: 700%;
  margin-top: 13em;
  position: relative;
  display: flex;
  justify-content: center;
  transition-property: transform;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

.prod-list li {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.prod-list li img {
  max-height: 45vh;
}

.prod-list li h3 {
  width: 100%;
  text-align: center;
  line-height: 1.5em;
}

@media (max-width: 800px) {
  .prod-list li img {
    width: 100%;
    object-fit: contain;
    max-height: 40vh;
  }

  .prod-list li h3 {
    width: 60%;
    font-size: 1em;
  }
}

@media (max-width: 500px) {
  .prod-list {
    margin-top: 15em;
  }
  .prod-list li img {
    max-height: 30vh;
  }
  .prod-list li h3 {
    width: 80%;
    font-size: 0.9em;
  }
}

.btn-ctn {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  padding-top: 22em;
}

.btn-ctn .btn-car {
  /* position: absolute; */
  /* align-content: center; */
  width: 50%;
  display: flex;
  /* flex-direction: row; */
  font-size: 5em;
  cursor: pointer;
  opacity: 0.5;
  color: white;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition-property: opacity;
  transition-duration: 0.5s;
  transition-timing-function: ease;
}

@media (max-width: 800px) {
  .btn-ctn {
    padding-top: 22.5em;
  }
  .btn-ctn .btn-car {
    font-size: 4em;
  }
}

@media (max-width: 500px) {
  .btn-ctn {
    padding-top: 23em;
  }
  .btn-ctn .btn-car {
    font-size: 3em;
  }
}

.btn-car,
.selected-ctn {
  z-index: 8;
}

@media (hover: hover) and (pointer: fine) {
  .btn-car:hover {
    opacity: 1;
  }
}

@media (any-pointer: coarse) {
  .btn-car:active {
    opacity: 1;
    transition-property: opacity, text-shadow;
    /* animation-duration: 2s; */
    transition-timing-function: ease;
    text-shadow: 0px 0px 10px #fff;
  }
}

.lft {
  margin-left: 8%;
}

.rgt {
  justify-content: flex-end;
  margin-right: 8%;
}

.selected-ctn {
  /* padding-left: 35%;
  padding-right: 35%; */
  margin-bottom: -14em;
  width: 40%;
  bottom: 0%;
  position: absolute;
  display: flex;
  justify-content: space-evenly;
  list-style: none;
}

@media (max-width: 800px) {
  .selected-ctn {
    width: 60%;
    margin-bottom: -12em;
  }
}

@media (max-width: 500px) {
  .selected-ctn {
    width: 80%;
    margin-bottom: -9em;
  }
}

.selected-ctn li {
  width: 1em;
  height: 1em;
  border: 2px turquoise solid;
  background-color: none;
  border-radius: 100%;
  cursor: pointer;
  transition-property: background-color;
  transition-duration: 0.2s;
}

.selected-ctn li:hover {
  background-color: white;
}

.selected-ctn li.selected {
  background-color: turquoise;
}

.hide-bg {
  position: absolute;
  width: 95%;
  height: 60%;
  margin-top: 16em;
  margin-left: 2.5%;
  background: linear-gradient(
    to right,
    #00ffea5e 0%,
    rgba(0, 0, 0, 0) 20%,
    rgba(0, 0, 0, 0) 80%,
    rgba(0, 0, 0, 0) 20%,
    #00ffea5e 100%
  );
}

@media (max-width: 800px) {
  .hide-bg {
    height: 50%;
    margin-top: 18em;
  }
}

@media (max-width: 500px) {
  .hide-bg {
    height: 40%;
    margin-top: 20em;
  }
}

.smoke-ctn {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  margin-top: -4em;
}

.smoke-bg {
  background: linear-gradient(
      to bottom,
      #000 35%,
      rgba(0, 0, 0, 0.678) 70%,
      rgba(0, 0, 0, 0.322) 100%
    ),
    url("../media/sec-2-smoke.png") no-repeat;
  background-size: 60em;
  background-position-x: center;
  background-position-y: -10em;
  width: 50em;
  height: 50em;
}

/* ------ SECTION 3 - SERVICES */

.sec-3 {
  position: relative;
  width: 100%;
  height: 100vh;
}

.third {
  margin-top: 2em;
}

.sec-3-bg {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-image: url(../media/home-sec-3-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.sec-3-content {
  mix-blend-mode: normal;
  width: 50em;
  margin-top: 10em;
}

.wrap-sec-3 {
  display: none;
}

.no-wrap {
  margin-top: 10em;
}

@media (max-width: 1000px) {
  .sec-3-content {
    width: 45em;
  }
}
@media (max-width: 800px) {
  /* .sec-3-content {
    width: 35em;
    margin-top: 7em;
  } */
  .no-wrap {
    display: none;
  }
  .wrap-sec-3 {
    display: flex;
    width: 20em;
  }
  .third {
    margin-top: 0em;
  }
}
@media (max-width: 600px) {
  .sec-3-content {
    width: 18em;
    margin-top: 7em;
  }
}

/* ------ SECTION 4 - FOOTER */

.sec-4 {
  position: relative;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
}

.fourth-sec-t {
  margin-top: 1.5em;
}

.dir-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding-left: 2em;
  padding-right: 2em;
  width: 100%;
  height: 100%;
}

.info-ctn {
  width: 50%;
  height: 100%;
  padding: 1em;
}

.info-ctn p {
  color: #abddd9;
}

@media (max-width: 800px) {
  .ctn-f-1 {
    margin-top: 0em;
  }
  .info-ctn {
    width: 100%;
    height: 50%;
    padding: 2em 1em 2em 1em;
    text-align: center;
  }
  .dir-container iframe {
    height: 100%;
  }
}

.ctn-f-1 {
  margin-top: 13em;
}

.ctn-f-2 {
  margin-bottom: 2%;
}

.copyright-f {
  width: 100%;
  height: 2em;
  color: #00ffea;
  background-color: red;
  border: red 2px solid;
}
