@font-face {
  font-family: "Vt 323";
  src: url('../fonts/VT323-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.section_hero {
  background-image: url('../images/bg.jpg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}
.lin{
text-decoration: none;
color: black;
}

.ground {
  /* background-image: url('../images/grass.png'); */
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.buildings {
  /* background-image: url('../images/buildings.png'); */
  background-position: 0 100%;
  background-repeat: repeat-x;
  background-size: auto 100%;
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 41%;
}

.man {
  height: 45%;
  position: absolute;
  inset: auto auto 11%;
}

.image {
  height: 7%;
  margin-right: 10px;
  position: absolute;
  inset: auto auto 59%;
}

.dots {
  opacity: .15;
  pointer-events: none;
  mix-blend-mode: luminosity;
  background-image: url('../images/dots.svg');
  background-position: 0 0;
  background-size: 2px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.glitch {
  opacity: .05;
  pointer-events: none;
  -webkit-text-fill-color: inherit;
  mix-blend-mode: overlay;
  background-image: url('../images/glitch.gif');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.task_bar {
  background-color: #b5b2b5;
  border-top: 3px solid #f5feff;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  padding: 3px 3px 5px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.copy {
  cursor: pointer;
  border: 3px solid #000;
  border-color: #f5feff #000 #000 #f5feff;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 5px;
  padding-right: 10px;
  display: flex;
}

.copy:hover {
  border-color: #340668 #9b43ff #9b43ff #340668;
}

.start_icon {
  width: auto;
  height: 90%;
}

.icon_start {
  height: 100%;
}

.start_title {
  color: #000;
  text-align: center;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-image: none;
  background-clip: border-box;
  margin-top: 0;
  margin-left: 5px;
  font-family: "Vt 323", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.time {
  border: 2.5px solid #f5feff;
  border-color: #000 #f5feff #f5feff #000;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.h2 {
  color: #000;
  text-align: center;
  font-family: "Vt 323", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.tg {
  color: #000;
  background-color: #b5b2b5;
  border: 6px solid #000;
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 135px;
  margin: 15px;
  font-family: "Vt 323", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.tg:hover {
  border-width: 6px 3px 3px 6px;
  border-color: #000 #f2f2f2 #f2f2f2 #000;
}

.x {
  color: #000;
  background-color: #b5b2b5;
  border: 6px solid #000;
  border-top: 3px solid #f2f2f2;
  border-left: 3px solid #f2f2f2;
  justify-content: center;
  align-items: center;
  width: 135px;
  margin: 15px;
  font-family: "Vt 323", sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.x:hover {
  border-width: 6px 3px 3px 6px;
  border-color: #000 #f2f2f2 #f2f2f2 #000;
}

.logo {
  mix-blend-mode: normal;
  height: 61%;
  position: absolute;
  inset: auto auto 0%;
}

.div-block {
  position: absolute;
  inset: 0%;
}

.over {
  opacity: 0;
  background-color: #000000ad;
  position: absolute;
  inset: 0%;
}

.image-2 {
  mix-blend-mode: screen;
  height: 24%;
  margin-bottom: 88px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.image-3 {
  height: 19%;
  position: absolute;
  inset: auto auto 61%;
}

@media screen and (max-width: 767px) {
  .logo {
    height: 400px;
  }

  .image-3 {
    height: 162px;
  }
}

@media screen and (max-width: 479px) {
  .tg {
    left: auto;
  }

  .x {
    top: 9%;
    right: auto;
  }

  .logo {
    width: 90%;
    height: auto;
  }

  .image-2 {
    display: none;
    right: auto;
  }

  .image-3 {
    height: 114px;
  }
}


@font-face {
  font-family: 'Vt 323';
  src: url('../fonts/VT323-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
