* {
  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 {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vw;
  overflow: hidden;
  margin: 2vw 0;
}

.wrapper {
  width: 100%;
  position: relative;
}

.wrapper i {
  top: 50%;
  height: 3vw;
  width: 3vw;
  cursor: pointer;
  font-size: 1.5vw;
  position: absolute;
  text-align: center;
  line-height: 3vw;
  border-radius: 50%;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  background-color: #8405e7;
  transform: translateY(-50%);
  transition: transform 0.1s linear;
  z-index: 1000;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
  left: 1vw;
}

.wrapper i:last-child {
  right: 1vw;
}

.wrapper .carousel {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 4.5));
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 1.5vw;
  scroll-behavior: smooth;
  scrollbar-width: none;
}

.carousel::-webkit-scrollbar {
  display: none;
}

.carousel.no-transition {
  scroll-behavior: auto;
}

.carousel.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel :where(.card, .img) {
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel .card {
  scroll-snap-align: start;
  height: 35vw;
  list-style: none;
  cursor: pointer;
  flex-direction: column;
  transform: skewX(-10deg);
}


.carousel .card .img {
  height: 100%;
  width: 100%;
  overflow: hidden;
  border-radius: 1.5vw;

}

.card .img img {
  width: 125%;
  transform: skewX(10deg);
}


.carousel .card p {
  font-weight: 400;
  font-family: Clash;
  font-size: 1.2vw;
  margin: 0.5vw 0 0 1vw;
  color: #fff6ee;
}

.carousel .card svg {
  width: 5%;
  position: relative;
  color: #cdff00;
  margin-left: 1vw;

}



/*---------------image1--------------*/

.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;
  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;
  z-index: 1001;
}

.modal1 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal1 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal1 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal1 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal1 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal1 .box2 div {
  height: 100%;
  width: 100%;
}

.modal1 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal1 .box2 .item1 hr {
  width: 64%;
}

.modal1 .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: 1VW;
}

.modal1 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal1 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal1 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal1 .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: 1vw;
}

.modal1 .box2 .item3 hr {
  width: 43%;

}


/*---------------image2--------------*/


.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;
  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;
  z-index: 1001;
}

.modal2 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal2 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal2 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal2 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal2 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal2 .box2 div {
  height: 100%;
  width: 100%;
}

.modal2 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal2 .box2 .item1 hr {
  width: 71%;
}

.modal2 .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: 1VW;
}

.modal2 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal2 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal2 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal2 .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: 1vw;
}

.modal2 .box2 .item3 hr {
  width: 29%;
}


/*---------------image3--------------*/

.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;
  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;
  z-index: 1001;
}

.modal3 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal3 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal3 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal3 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal3 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal3 .box2 div {
  height: 100%;
  width: 100%;
}

.modal3 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal3 .box2 .item1 hr {
  width: 49%;
}

.modal3 .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: 1VW;
}

.modal3 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.4vw;
  width: 96%;
  text-align: justify;
}

.modal3 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal3 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal3 .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: 1vw;
}

.modal3 .box2 .item3 hr {
  width: 30%;
}


/*---------------image4--------------*/

.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;
  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;
  z-index: 1001;
}

.modal4 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.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: 55.5%;
}

.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: 96%;
  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: 1vw;
}

.modal4 .box2 .item3 hr {
  width: 29%;
}


/*---------------image5--------------*/

.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;
  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;
  z-index: 1001;
}

.modal5 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal5 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal5 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal5 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal5 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal5 .box2 div {
  height: 100%;
  width: 100%;
}

.modal5 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal5 .box2 .item1 hr {
  width: 64%;
}

.modal5 .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: 1VW;
}

.modal5 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal5 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal5 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal5 .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: 1vw;
}

.modal5 .box2 .item3 hr {
  width: 25%;
}
/*---------------image6--------------*/

.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;
  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;
  z-index: 1001;
}

.modal6 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal6 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal6 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal6 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal6 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal6 .box2 div {
  height: 100%;
  width: 100%;
}

.modal6 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal6 .box2 .item1 hr {
  width: 57.5%;
}

.modal6 .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: 1VW;
}

.modal6 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal6 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal6 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal6 .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: 1vw;
}

.modal6 .box2 .item3 hr {
  width: 30.5%;
}


/*---------------image7--------------*/

.modal7 {
  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;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal7 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
  z-index: 1001;
}

.modal7 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal7 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal7 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal7 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal7 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal7 .box2 div {
  height: 100%;
  width: 100%;
}

.modal7 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal7 .box2 .item1 hr {
  width: 45%;
}

.modal7 .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: 1VW;
}

.modal7 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal7 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal7 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal7 .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: 1vw;
}

.modal7 .box2 .item3 hr {
  width: 1.3vw;
}

/*---------------image8--------------*/

.modal8 {
  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;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal8 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
  z-index: 1001;
}

.modal8 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal8 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal8 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal8 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal8 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal8 .box2 div {
  height: 100%;
  width: 100%;
}

.modal8 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal8 .box2 .item1 hr {
  width: 59%;
}

.modal8 .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: 1VW;
}

.modal8 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal8 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal8 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal8 .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: 1vw;
}

.modal8 .box2 .item3 hr {
  width: 45%;
}


/*---------------image9--------------*/

.modal9 {
  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;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal9 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
  z-index: 1001;
}

.modal9 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal9 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal9 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal9 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal9 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal9 .box2 div {
  height: 100%;
  width: 100%;
}

.modal9 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal9 .box2 .item1 hr {
  width: 65%;
}

.modal9 .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: 1VW;
}

.modal9 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal9 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal9 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal9 .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: 1vw;
}

.modal9 .box2 .item3 hr {
  width: 26%;
}

/*---------------image10--------------*/

.modal10 {
  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;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal10 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
  z-index: 1001;
}

.modal10 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal10 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal10 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal10 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal10 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal10 .box2 div {
  height: 100%;
  width: 100%;
}

.modal10 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal10 .box2 .item1 hr {
  width: 11vw;
}

.modal10 .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: 1VW;
}

.modal10 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal10 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal10 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal10 .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: 1vw;
}

.modal10 .box2 .item3 hr {
  width: 6%;
}

/*---------------image11--------------*/

.modal11 {
  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;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal11 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
  z-index: 1001;
}

.modal11 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal11 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal11 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal11 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal11 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal11 .box2 div {
  height: 100%;
  width: 100%;
}

.modal11 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal11 .box2 .item1 hr {
  width: 29vw;
}

.modal11 .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: 1VW;
}

.modal11 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal11 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal11 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal11 .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: 1vw;
}

.modal11 .box2 .item3 hr {
  width: 25%;
}

/*---------------image12--------------*/

.modal12 {
  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;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal12 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
  z-index: 1001;
}

.modal12 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal12 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal12 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal12 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal12 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal12 .box2 div {
  height: 100%;
  width: 100%;
}

.modal12 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal12 .box2 .item1 hr {
  width: 31.5vw;
}

.modal12 .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: 1VW;
}

.modal12 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal12 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal12 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal12 .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: 1vw;
}

.modal12 .box2 .item3 hr {
  width: 10%;
}

/*---------------image12--------------*/

.modal13 {
  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;
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 1);
}

.modal13 span {
  cursor: pointer;
  position: absolute;
  top: 0.6vw;
  right: 1.6vw;
  color: #fff6ee;
  font-size: 3vw;
  transition: 0.2s;
  z-index: 1001;
}

.modal13 span:hover {
  transform: scale(1.1) rotate(90deg);
}

.modal13 .grid {
  display: grid;
  justify-content: center;
  align-items: center;
  padding: 2vw;
  width: 100%;
  height: 93%;
  grid-template-columns: 50% 50%;
  gap: 1.5vw;
}

.modal13 .grid .box1 {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.modal13 .grid .box1 img {
  width: 28vw;
  border-radius: 1vw;
}

.modal13 .grid .box2 {
  height: 100%;
  width: 100%;
  display: grid;
  grid-template-rows: 25% 60% 15%;
}

.modal13 .box2 div {
  height: 100%;
  width: 100%;
}

.modal13 .box2 .item1 {
  display: flex;
  align-items: center;
  justify-content: left;
}

.modal13 .box2 .item1 hr {
  width: 26.5%;
}

.modal13 .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: 1VW;
}

.modal13 .box2 .item2 p {
  justify-content: center;
  font-family: Clash;
  font-weight: 300;
  color: #fff6ee;
  font-size: 1.5vw;
  width: 96%;
  text-align: justify;
}

.modal13 .box2 .item3 {
  display: flex;
  align-items: center;
  justify-content: left;

}

.modal13 .box2 .item3 img {
  width: 3%;
  background-color: #ee1653;
  padding: 0.5vw;
  border-radius: 0.6vw;
  margin-right: 1vw;
}


.modal13 .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: 1vw;
}

.modal13 .box2 .item3 hr {
  width: 45%;
}
/*--------------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;
}

#fi {
  justify-content: center;
  font-family: Clash;
  font-weight: 500;
  color: #fff6ee;
  background-color: #e50772;
  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;
}

#xd {
  justify-content: center;
  font-family: Clash;
  font-weight: 500;
  color: #fff6ee;
  background-color: #ca1785;
  font-size: 1.2vw;
  padding: 0.5vw 1vw;
  border-radius: 0.6vw;
  text-align: center;
  margin-right: 1vw;
}

#id {
  justify-content: center;
  font-family: Clash;
  font-weight: 500;
  color: #fff6ee;
  background-color: #9c0d2a;
  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);
  }
}


@media screen and (max-width: 900px) {
  .wrapper .carousel {
    grid-auto-columns: calc((100% / 2) - 9px);
  }
}

@media screen and (max-width: 600px) {
  .wrapper .carousel {
    grid-auto-columns: 100%;
  }
}