@font-face {
  font-family: 'helve';
  src: url(../font/HelveticaNeueBold.otf);
}

body {
  font-family: 'helve';
  background-color: #eeeeee;
  overflow-X: hidden;
   cursor: url(../images/gun-pointer2.png), auto;
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;

  margin: none;
  height: 94px;
  padding-left: 10px;

}

#nav-list {
  display: flex;
  list-style: none;
  padding-right: 15px;
  gap: 3rem;
  transition: transform 1s;
}

a {
  text-decoration: none;
  color: #2ad1d1;
  transition: transform 1s;
  
}

#haut {
  display: flex;
}

#debout {
  margin-left: 408px;
  margin-top: 48px;
}

#ORDER {
  z-index: 2;
  margin-left: 1564px;

  top: 695px;
  position: absolute;
}

#music {
  mix-blend-mode: multiply;
  margin-top: 415px;
}

#milieu {
  display: flex;

}

#jump {
  mix-blend-mode: exclusion;
  display: flex;
  transform: translate(1s);

}

#album {
  margin-left: 1109px;
  animation: rotate-animation 10s infinite linear;
  position: absolute;
  z-index: -1;
  top: 1165px;
}

@keyframes rotate-animation {
  0% {
    transform: rotate(0deg);
  }

  50% {
    transform: rotate(180deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

h1 {
  font-size: 51pt;
  position: absolute;
  z-index: -1;
  color: red;
  left: 447px;
  top: 1416px;
  transform: scale(2, 8);
}

#addto {
  background-color: black;
  height: 102px;
  width: 417px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  color: red;
  top: 1796px;
  margin-left: -1100px;
  border-radius: 30px;
}

h2 {
  font-size: 135pt;
  color: #2ad1d1;
  animation: h2 600s linear infinite;
  display: flex;
  position: absolute;
  top: 1960px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;

}

#animation {
  width: 1800px;
  display: flex;
}

@keyframes h2 {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}

#groupe7 {
  position: absolute;
  top: 2193px;
}

#ticketbuy {
  border: solid 5px;
  height: 102px;
  width: 417px;
  font-size: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: absolute;
  color: #00ff2a;
  margin-left: 716px;
  margin-top: 35px;
}

#shoponline {
  display: flex;
  justify-content: center;
  top: 746px;
  position: relative;
}

#magasin {
  margin-top: 653px;

}

#rangé1 {
  display: flex;
  justify-content: center;
  margin-left: 40px;
}

#rangé2 {
  display: flex;
  justify-content: center;
  margin-right: 83px;
}

#prix1 {
  display: flex;
  justify-content: space-evenly;
}

#prix2 {
  display: flex;
  justify-content: space-evenly;
}

button {
  background-color: black;
  border: none;
  color: red;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 37px;
  margin: 4px 2px;
  cursor: pointer;
  font-family: helve;
  border-radius: 5px;
}

h3 {
  font-size: 300px;
  display: flex;
  justify-content: center;
  color: #e12424;
  margin-top: 101px;

}

#sky {
  display: flex;
  justify-content: center;
  margin-top: -293px;
}

#nav2{
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: none;
  height: 94px;
  padding-left: 10px;
}
h3:hover{

  mix-blend-mode: exclusion;
}

#addto:hover{

color: #2ad1d1;
}
a:hover{
  color: #e12424;
}
button:hover{
  background-color:#89fa44;
}
#ORDER:hover{
  color: #2ad1d1;
}
  

