* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  width: 100%;
  max-width: 100vw;
  overflow-x: hidden;
  background: #000;
  position: relative;
}
.bg {
  width: 100vw;
  object-fit: contain;
  position: relative;
  z-index: 1;
}
.gason {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: block;
  z-index: 2;
  top: 6vw;
  width: 60vw;
}
.head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100vw;
}
.artists {
  position: absolute;
  width: 100vw;
  z-index: 4;
  top: 10vw;
}
.icons {
  position: absolute;
  bottom: 7vw;
  z-index: 6;
  left: 0;
  right: 0;
  align-items: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.tickets-img {
  width: 14vw;
  transition: all 0.4s ease;
}
.tickets-img:hover {
  transform: scale(1.05);
}
.icon {
  width: 3vw;

  margin: 0 0.4vw;
  margin-top: 0.5vw;
  transition: all 0.4s ease;
}
.icon:hover {
  transform: scale(1.05);
}
.bg-mob {
  display: none;
}
.artist {
  position: absolute;
  display: block;
  z-index: 4;
  top: 0;
  left: 0;
}
.artist1 {
  width: 18vw;
  height: 4vw;
  top: 62vw;
  left: 18vw;
}
.artist2 {
  width: 22vw;
  height: 4vw;
  top: 62vw;
  left: 38vw;
}
.artist3 {
  width: 18vw;
  height: 4vw;
  top: 62vw;
  left: 62vw;
}
.artist4 {
  width: 15vw;
  height: 4vw;
  top: 67vw;
  left: 31vw;
}
.artist5 {
  width: 7vw;
  height: 4vw;
  top: 67vw;
  left: 48vw;
}
.artist6 {
  width: 10vw;
  height: 4vw;
  top: 67vw;
  left: 58vw;
}
@media screen and (max-width: 700px) {
  .bg-mob {
    display: block;
    width: 100vw;
  }
  .bg {
    display: none;
  }
  .gason {
    width: 80vw;
  }
  .icons {
    bottom: -5vw;
  }
  .tickets-img {
    width: 32vw;
    transition: all 0.4s ease;
  }
  .tickets-img:hover {
    transform: scale(1.05);
  }
  .icon {
    width: 7vw;
    margin: 0 0.8vw;
    margin-top: 0.9vw;
    transition: all 0.4s ease;
  }
  .gason {
    top: 10vw;
  }

  .artist1 {
    width: 20vw;
    height: 5vw;
    top: 67vw;
    left: 7vw;
  }
  .artist2 {
    width: 30vw;
    height: 5vw;
    top: 67vw;
    left: 34vw;
  }
  .artist3 {
    width: 27vw;
    height: 5vw;
    top: 67vw;
    left: 67vw;
  }
  .artist4 {
    width: 20vw;
    height: 5vw;
    top: 74vw;
    left: 23vw;
  }
  .artist5 {
    width: 10vw;
    height: 5vw;
    top: 74vw;
    left: 48vw;
  }
  .artist6 {
    width: 14vw;
    height: 5vw;
    top: 74vw;
    left: 61vw;
  }
}
