@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #fff;
}

body {
  margin: 0 auto;
  /*item__index.html css---------------------*/
}
body .showcase {
  width: 100%;
  height: 100vh;
  color: #000000;
  padding: 100px;
}
@media screen and (max-width: 564.98px) {
  body .showcase {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
}
@media screen and (max-width: 564.98px) {
  body .showcase .logo {
    font-size: 14px;
  }
}
body .showcase video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
}
body .showcase .txt {
  z-index: 1;
}
@media screen and (max-width: 564.98px) {
  body .showcase .txt {
    padding: 30px;
    position: relative;
    bottom: -370px;
    left: 0;
  }
}
body .showcase .txt h2 {
  font-size: 5em;
  font-weight: 900;
  text-transform: uppercase;
}
@media screen and (max-width: 564.98px) {
  body .showcase .txt h2 {
    font-size: 2em;
  }
}
body .showcase .txt p {
  font-size: 1.1em;
  margin-top: 20px 0;
  max-width: 500px;
}
@media screen and (max-width: 564.98px) {
  body .showcase .txt p {
    font-size: 10px;
  }
}
body .showcase .txt a {
  display: block;
  width: 300px;
  padding: 20px;
  margin-top: 20px;
  background-color: #000000;
  color: #ffffff;
  cursor: pointer;
}
@media screen and (max-width: 564.98px) {
  body .showcase .txt a {
    padding: 10px;
    font-size: 10px;
    margin: 0 auto;
  }
}
body .data {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}
body .data .box {
  margin: 0 auto;
  text-align: center;
  text-align: -webkit-center;
}
body .data .box img {
  width: auto;
  height: 100vh;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 564.98px) {
  body .data .box img {
    width: 100%;
    height: 100vh;
  }
}/*# sourceMappingURL=index.css.map */