.sports-slider {
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin-bottom: 60px;
}
.imgss{
  width: 94%;
  position: relative;
  border-radius: 15px;
  box-shadow: 0px 0px 10px rgba(72, 20, 218, 0.548);
  height: 100%;
}



.stSwiper {
  max-width: 1100px;
  display: flex;
  align-items: center;
}



.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  
  
}
.soprts-wrapper{
  display:flex;
  flex-direction:column;
  align-items:center;
  margin-bottom: 20px;
  
}

.sports__title{
  font-size:var(--font-size-title);
  font-weight:var(--font-extrabold);
  line-height:var(--line-height);
  margin-bottom:1.5rem;
  text-align: center;

}
.sports__subtitle{
  font-size:var(--font-size-subtitle);
  line-height:var(--line-height-text);
  color:var(--color-text);
  text-align: center;
  margin-bottom: 20px;
  
}
.devices{
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.devices__title{
  font-size:var(--font-size-title);
  font-weight:var(--font-extrabold);
  line-height:var(--line-height);
  margin-bottom:1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
/* CSS pour l'animation venant du bas */
.soprts-wrapper {
  opacity: 0; /* Assurez-vous que le contenu est initialement invisible */
}

@keyframes slide-from-bottom {
  0% {
      transform: translateY(100%); /* Commencez à partir du bas */
  }
  100% {
      transform: translateY(0); /* Terminez à la position normale */
      opacity: 1; /* Rendre le contenu visible à la fin de l'animation */
  }
}



.contactus {
  max-width: 500px;
  margin: 50px auto;
  padding: 20px; 
  border-radius: 8px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media (min-width:48rem){
  .contactus{
    max-width: 70%;
    margin: 50px auto;
    padding: 20px; 
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  }
}

h2 {
  text-align: center;
  margin-bottom: 30px;
  color: #333333;
}
.subtit {
  text-align: center;
  margin-bottom: 30px;
  font-size: 18px;
}

form {
  max-width: 90%;
  margin: 0 auto;
}

label {
  font-weight: bold;
  display: block;
  margin-bottom: 5px;
  color: #555555;
}

input[type="text"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  box-sizing: border-box;
  font-size: 16px;
}

textarea {
  height: 150px;
  resize: none;
}

input[type="submit"] {
  background-color: #3d16ee;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
  display: block; 
  margin: 0 auto;

  min-width: 90%;
}

input[type="submit"]:hover {
  background-color: #786bec;
}

input[type="submit"]:focus {
  outline: none;
}

#particles-js {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1; 
}
#responseMessage {
  margin-top: 10px;
  padding: 10px;
}

#responseMessage.success {
    color: #21d84b; 
}

#responseMessage.error {
    color: #be2232; 
}

.Film__title{
  font-size:2rem;
  font-weight:var(--font-extrabold);
  line-height:var(--line-height);
  margin-bottom:2.5rem;
  margin-top:2.5rem;
  text-align: center;
}

.hiw__content_desc{
  font-size:var(--font-size-subtitle);
  line-height:var(--line-height-text);
  color:white;
  margin-bottom:1.5rem
}
@media (min-width:62rem){
  .hiw__content_desc{
      max-width:90%
  }
}

.hiw__content_title{
  font-size:var(--font-size-title);
  font-weight:var(--font-extrabold);
  line-height:var(--line-height);
  max-width:95%;
  margin-bottom:1rem;
  text-align: center;
  color: rgb(255, 255, 255);
  
}