/* Importing Google Font - Montserrat */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: url("images/bg.jpg") #030728 no-repeat center;
} */

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 70px 55px;
  /* background: url("major/annee/2024_2025/trim1/images/bg.jpg") #030728 no-repeat
    center; */
}

.card-list .card-item {
  height: auto;
  color: #28a745;
  user-select: none;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(40, 167, 69, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.card-list .card-item .user-image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 5px;
  border: 3px solid #fda638;
  padding: 4px;
  /* background-size: cover; */
}

.card-list .card-item .user-name {
  text-transform: capitalize;
  text-align: center;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.8);
  font-weight: 400;
  font-size: 1rem;
  margin: 14px 0 5px;
}

.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #000;
  font-weight: 500;
  margin: 14px 0 5px;
}

.card-list .card-item .message-button {
  font-size: 1rem;
  padding: 10px 35px;
  color: #030728;
  /* border-radius: 6px; */
  font-weight: 500;
  /* cursor: pointer; */
  background: #fff;
  /* border: 1px solid transparent; */
  border: 1px solid #28a745;
  transition: 0.2s ease;
}

/* .card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #28a745; 
  color: #28a745;
} */

.slider-wrapper .swiper-pagination-bullet {
  background: #fda638;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #000;
  margin-top: -55px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #28a745;
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }

  .slider-wrapper .swiper-slide-button {
    display: none;
  }
}
