* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

body {
  background-color: #1E2329;
  background-image: linear-gradient(#22272D 0.2vw, transparent 0.2vw), linear-gradient(90deg, #22272D 0.2vw, transparent 0.2vw);
  background-size: 8.32vw 8.32vW;
  font-family: Clash;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
}

p b {
  color:#cdff00;
  font-family: Clash;
  font-size: 0.8vw;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 5vw;
  text-align: right;
}




/*--------------------------------------------------*/
.container1 {
  width: 100%;
  height: 10vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
}

.container1 h1 {
  font-family: Upton;
  font-weight: 1000;
  text-transform: uppercase;
  color: #cdff00;
  font-size: 19vw;
  letter-spacing: -0.3vw;
}

.container1 .soustitle {
  position: absolute;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5vw;
}

.container1 .soustitle p {
  position: absolute;
  font-family: Clash;
  font-weight: 700;
  color: #1E2329;
  font-size: 3vw;
  font-style: oblique 20deg;
  background-color: #ee1653;
  border: #1E2329 0.9vw solid;
  padding: 0.9vw 1.7vw;
  border-radius: 5vw;
  margin-bottom: 3vw;
  animation: wiggle 2.4s ease-in-out alternate-reverse infinite;
}


.container2 {
  height: 40vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2vw 0;

}

.container2 .gallery-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 90%;
}

.item {
  flex: 1;
  height: 100%;
  background-repeat: none;
  transition: 0.8s ease;
  margin: 0.5vw;
  border-radius: 1vw;
  cursor: pointer;
  display: flex;
  justify-content: start;
  align-items: end;
  overflow: hidden;

}


.item:hover {
  background-position-x: center;
  flex: 4;
  transform: scale(1.08);
  margin: 0 2.5vw;
  box-shadow: 7px 7px 35px black;
}

.item p {
  font-family: Clash;
  font-size: 1.3vw;
  color: #fff6ee;
  font-weight: 400;
  margin: 0.7vw 0.8vw;
  opacity: 1;
  line-height: 1;

}

.item svg {
  position: absolute;
  margin-left: 0.7vw;
  color: #fff6ee;
  width: 1.3%;
  transition: 3s ease-in-out;
}

.item-1 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 25%), url('../IMAGE/IMG-PROJECT/Audioviusel/Film-noir.webp');
  background-position-x: -45vw;
  background-position-y: center;
  background-size: 90vw;
}

.item-2 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 25%), url('../IMAGE/IMG-PROJECT/Audioviusel/MDE-video-promo.webp');
  background-position-x: -25vw;
  background-position-y: center;
  background-size: 75vw;
}



.item-3 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 25%), url('../IMAGE/IMG-PROJECT/Audioviusel/VillageByCa.webp');
  background-position-x: center;
  background-position-y: center;
  background-size: 85vw;

}

.item-4 {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 25%), url('../IMAGE/IMG-PROJECT/Audioviusel/Interview-mojo.webp');
  background-position-y: 30%;
  background-position-x: center;
  background-size: 25vw;
}

.item-5 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 25%), url('../IMAGE/IMG-PROJECT/Audioviusel/IMG-LIGHTS-OUT.webp');
  background-position-y: center;
  background-position-x: center;
  background-size: 66vw;
}

.item-6 {
  background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(255, 255, 255, 0) 25%), url('../IMAGE/IMG-PROJECT/Audioviusel/IMG-ALB.webp');
  background-position-y: center;
  background-position-x: center;
  background-size: 66vw;
}

/*---------------video 1----------------------------*/
.modal1 {
  display: none;
  position: fixed;
  top: 50%;
  border-radius: 1.3vw;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(15px) saturate(120%);
  -webkit-backdrop-filter: blur(15px) saturate(120%);
  background-color: rgba(131, 131, 131, 0.4);
  border: 1px solid rgba(209, 213, 219, 0.3);
  z-index: 1000;
  width: 90%;
  height: 43vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal1 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
}

.modal1 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal1 .video {
  border-radius: 0.6vw;
}

.modal1 .video iframe {
  width: 32.4vw;
  height: 18vw;
  border-radius: 0.6vw;

}

.modal1 .video-text {
  width: 90%;
  height: 50%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal1 .video-text div {
  height: 100%;
  width: 100%;
}

.modal1 .video-text .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal1 .video-text .item1 hr {
  width: 74%;
}

.modal1 .video-text .item1 p {
  color: #1E2329;
  background-color: #cdff00;
  width: 18vw;
  font-family: Upton;
  font-size: 3vw;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0 1.3vw 0 1.3vw;
  padding: 0.5vw 1vw;
  justify-content: left;
  margin-right: 1VW;
}

.modal1 .video-text .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 100%;
  text-align: justify;
}

.modal1 .video-text .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal1 .video-text .item3 img {
  width: 1.8%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal1 .video-text .item3 p:last-of-type {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.2vw;
  text-align: center;
  margin-left: 1vw;
}

.modal1 .video-text .item3 hr {
  width: 73%;
}


/*-----------------video 2-----------------*/

.modal2 {
  display: none;
  position: fixed;
  top: 50%;
  border-radius: 1.3vw;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(15px) saturate(120%);
  -webkit-backdrop-filter: blur(15px) saturate(120%);
  background-color: rgba(131, 131, 131, 0.4);
  border: 1px solid rgba(209, 213, 219, 0.3);
  z-index: 1000;
  width: 90%;
  height: 43vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal2 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
}

.modal2 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal2 .multiplevideo {
  display: flex;
}

.modal2 .video iframe {
  border-radius: 0.6vw;
}

.modal2 .video video {
  width: 25.8vw;
  margin: 0 1vw;
  border-radius: 0.6vw;
}

.modal2 .video-text {
  width: 90%;
  height: 50%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal2 .video-text div {
  height: 100%;
  width: 100%;
}

.modal2 .video-text .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal2 .video-text .item1 hr {
  width: 81%;
}

.modal2 .video-text .item1 p {
  color: #1E2329;
  background-color: #cdff00;
  width: 16vw;
  font-family: Upton;
  font-size: 3vw;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0 1.3vw 0 1.3vw;
  padding: 0.5vw 1vw;
  justify-content: left;
  margin-right: 1VW;
}

.modal2 .video-text .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.4vw;
  width: 100%;
  text-align: justify;
}

.modal2 .video-text .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal2 .video-text .item3 img {
  width: 1.8%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal2 .video-text .item3 p:last-of-type {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.2vw;
  text-align: center;
  margin-left: 1vw;
}

.modal2 .video-text .item3 hr {
  width: 44%;
}

/*-----------------video 3-----------------*/

.modal3 {
  display: none;
  position: fixed;
  top: 50%;
  border-radius: 1.3vw;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(15px) saturate(120%);
  -webkit-backdrop-filter: blur(15px) saturate(120%);
  background-color: rgba(131, 131, 131, 0.4);
  border: 1px solid rgba(209, 213, 219, 0.3);
  z-index: 1000;
  width: 90%;
  height: 43vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal3 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
}

.modal3 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal3 .video {
  border-radius: 0.6vw;
}

.modal3 .video iframe {
  width: 32.4vw;
  height: 18vw;
  border-radius: 0.6vw;

}


.modal3 .video-text {
  width: 90%;
  height: 50%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal3 .video-text div {
  height: 100%;
  width: 100%;
}

.modal3 .video-text .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal3 .video-text .item1 hr {
  width: 67vw;
}

.modal3 .video-text .item1 p {
  color: #1E2329;
  background-color: #cdff00;
  width: 11vw;
  font-family: Upton;
  font-size: 3vw;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0 1.3vw 0 1.3vw;
  padding: 3px 16px;
  justify-content: left;
  margin-right: 1VW;
}

.modal3 .video-text .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 100%;
  text-align: justify;
}

.modal3 .video-text .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal3 .video-text .item3 img {
  width: 1.8%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}



.modal3 .video-text .item3 p:last-of-type {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.2vw;
  text-align: center;
  margin-left: 1vw;
}

.modal3 .video-text .item3 hr {
  width: 46%;
}

/*---------------video 4----------------------------*/
.modal4 {
  display: none;
  position: fixed;
  top: 50%;
  border-radius: 1.3vw;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(15px) saturate(120%);
  -webkit-backdrop-filter: blur(15px) saturate(120%);
  background-color: rgba(131, 131, 131, 0.4);
  border: 1px solid rgba(209, 213, 219, 0.3);
  z-index: 1000;
  width: 90%;
  height: 43vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal4 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
}

.modal4 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal4 .video {
  border-radius: 0.6vw;
}

.modal4 .video iframe {
  width: 20vw;
  height: 36vw;
  border-radius: 0.6vw;

}

.modal4 .box2 .item3 hr {
  width: 38%;
}


/*----------------------------------*/

.modal4 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal4 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal4 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal4 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal4 .box2 div {
  height: 100%;
  width: 100%;
}

.modal4 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal4 .box2 .item1 hr {
  width: 24.3vw;
}

.modal4 .box2 .item1 p {
  color: #1E2329;
  background-color: #cdff00;
  font-family: Upton;
  font-size: 3vw;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0 1.3vw 0 1.3vw;
  padding: 0.5vw 1vw;
  justify-content: left;
  margin-right: 0.5VW;
}

.modal4 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 92%;
  text-align: justify;
}

.modal4 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal4 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal4 .box2 .item3 p:last-of-type {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.2vw;
  text-align: center;
  margin-left: 0.5vw;
}



/*-----------------video 5-----------------*/

.modal5 {
  display: none;
  position: fixed;
  top: 50%;
  border-radius: 1.3vw;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(15px) saturate(120%);
  -webkit-backdrop-filter: blur(15px) saturate(120%);
  background-color: rgba(131, 131, 131, 0.4);
  border: 1px solid rgba(209, 213, 219, 0.3);
  z-index: 1000;
  width: 90%;
  height: 43vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal5 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
}

.modal5 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal5 .video {
  border-radius: 0.6vw;
}

.modal5 .video iframe {
  width: 32.4vw;
  height: 18vw;
  border-radius: 0.6vw;

}

.modal5 .video-text {
  width: 90%;
  height: 50%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal5 .video-text div {
  height: 100%;
  width: 100%;
}

.modal5 .video-text .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal5 .video-text .item1 hr {
  width: 69vw;
}

.modal5 .video-text .item1 p {
  color: #1E2329;
  background-color: #cdff00;
  font-family: Upton;
  font-size: 3vw;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0 1.3vw 0 1.3vw;
  padding: 0.5vw 1vw;
  justify-content: left;
  margin-right: 1VW;
}

.modal5 .video-text .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 100%;
  text-align: justify;
}

.modal5 .video-text .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal5 .video-text .item3 img {
  width: 1.8%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal5 .video-text .item3 p:last-of-type {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.2vw;
  text-align: center;
  margin-left: 1vw;
}

.modal5 .video-text .item3 hr {
  width: 41.5%;
}

/*-----------------video 6-----------------*/

.modal6 {
  display: none;
  position: fixed;
  top: 50%;
  border-radius: 1.3vw;
  left: 50%;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(15px) saturate(120%);
  -webkit-backdrop-filter: blur(15px) saturate(120%);
  background-color: rgba(131, 131, 131, 0.4);
  border: 1px solid rgba(209, 213, 219, 0.3);
  z-index: 1000;
  width: 90%;
  height: 43vw;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal6 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
}

.modal6 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal6 .video {
  border-radius: 0.6vw;
}
.modal6 .video video {
  width: 25.8vw;
  margin: 0 1vw;
  border-radius: 0.6vw;
}

.modal6 .video iframe {
  width: 32.4vw;
  height: 18vw;
  border-radius: 0.6vw;

}

.modal6 .video-text {
  width: 90%;
  height: 50%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal6 .video-text div {
  height: 100%;
  width: 100%;
}

.modal6 .video-text .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal6 .video-text .item1 hr {
  width: 77%;
}

.modal6 .video-text .item1 p {
  color: #1E2329;
  background-color: #cdff00;
  font-family: Upton;
  font-size: 3vw;
  font-weight: 800;
  text-transform: uppercase;
  border-radius: 0 1.3vw 0 1.3vw;
  padding: 0.5vw 1vw;
  justify-content: left;
  margin-right: 1VW;
}

.modal6 .video-text .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 100%;
  text-align: justify;
}

.modal6 .video-text .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal6 .video-text .item3 img {
  width: 1.8%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal6 .video-text .item3 p:last-of-type {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.2vw;
  text-align: center;
  margin-left: 1vw;
}

.modal6 .video-text .item3 hr {
  width: 56.5%;
}

/*--------------tag-------------------*/


#pr {
  justify-content: center;
  font-family: Clash;
  font-weight: 500;
  color: #fff6ee;
  background-color: #8405e7;
  font-size: 1.2vw;
  padding: 0.5vw 1vw;
  border-radius: 0.6vw;
  text-align: center;
  margin-right: 1vw;
}

#ae {
  justify-content: center;
  font-family: Clash;
  font-weight: 500;
  color: #fff6ee;
  background-color: #0514e7;
  font-size: 1.2vw;
  padding: 0.5vw 1vw;
  border-radius: 0.6vw;
  text-align: center;
  margin-right: 1vw;
}

#ai {
  justify-content: center;
  font-family: Clash;
  font-weight: 500;
  color: #fff6ee;
  background-color: #e58007;
  font-size: 1.2vw;
  padding: 0.5vw 1vw;
  border-radius: 0.6vw;
  text-align: center;
  margin-right: 1vw;
}

#ps {
  justify-content: center;
  font-family: Clash;
  font-weight: 500;
  color: #fff6ee;
  background-color: #3578ef;
  font-size: 1.2vw;
  padding: 0.5vw 1vw;
  border-radius: 0.6vw;
  text-align: center;
  margin-right: 1vw;
}

#dr {
  justify-content: center;
  font-family: Clash;
  font-weight: 500;
  color: #fff6ee;
  background-color: #e91212;
  font-size: 1.2vw;
  padding: 0.5vw 1vw;
  border-radius: 0.6vw;
  text-align: center;
  margin-right: 1vw;
}

#troisd {
  justify-content: center;
  font-family: Clash;
  font-weight: 500;
  color: #fff6ee;
  background-color: #119718;
  font-size: 1.2vw;
  padding: 0.5vw 1vw;
  border-radius: 0.6vw;
  text-align: center;
  margin-right: 1vw;
}

@keyframes wiggle {
  0% {
    transform: rotate(2deg);
  }

  50% {
    transform: rotate(-2deg);
  }

  100% {
    transform: rotate(2deg);
  }
}