body {
  /* font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif; */
  background: linear-gradient(100deg, rgb(219, 255, 247), #fff9f9);
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  padding: 0;
  overflow-x: hidden;
}
.btn-longa {
  top: 69%;
  left: 10%;
  position: absolute;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  padding: 10px;
  color: #ffffff;
}
.btn-longa:hover {
  /* opacity: 1; */
  animation: comas 1s;
  background: #020f57;
}
.btn-longa a:hover {
  background: #020f57;
}

.btn-longa i {
  background: #020f57;
  margin-left: 9px;
  padding: 16px;
  border-radius: 50px;
}
.btn-longa a {
  text-decoration: none;
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin-left: 12px;
}
.main-img {
  background: url(../img/foutin.png) no-repeat center center / cover;
  width: 100%;
  height: 665px;
  display: flex;
  flex-direction: column;
}
.main-img h1 {
  font-size: 3.87rem;
  font-weight: 700;
  color: #fff9f9;
  top: 40%;
  left: 10%;
  position: absolute;
}
.main-img .first-p {
  font-size: 20px;
  color: #fff9f9;
  font-weight: 700;
  top: 35%;
  left: 10%;
  position: absolute;
}

.team-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.profile-card {
  width: 300px;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
  transition: transform 0.3s;
  text-align: center;
  padding-bottom: 20px;
}
.profile-card:hover {
  transform: translateY(-5px);
}
.profile-card img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  /* object-fit: cover; */
}
.profile-info {
  padding: 15px;
}
.profile-info h5 {
  margin: 10px 0 5px;
  font-size: 20px;
}
.profile-info small {
  display: block;
  color: gray;
  margin-bottom: 10px;
}
.modal-profile-img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}
.modal-body {
  max-height: 500px;
  overflow-y: auto;
}
#profileModalName {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.profile-card {
  height: 363px;
  width: 300px;
  border: none;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  background: white;
  transition: transform 0.3s;
  text-align: center;
  padding-bottom: 20px;
}
.profile-card:hover {
  transform: translateY(-5px);
}
.profile-card img {
  margin-top: 20px;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  /* object-fit: cover; */
}
.profile-info {
  padding: 15px;
}
.profile-info h5 {
  margin: 10px 0 5px;
  font-size: 20px;
}
.profile-info small {
  display: block;
  color: black;
  margin-bottom: 10px;
  line-height: 20px;
  text-align: center;
}
.modal-profile-img {
  width: 100%;
  max-height: 400px;
  /* object-fit: cover; */
  border-radius: 10px;
  margin-bottom: 15px;
}
.modal-body {
  max-height: 500px;
  overflow-y: auto;
}
#profileModalName {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
/* .container h1 {
  font-size: 40px;
  margin-top: 50px;
  font-weight: 700;
} */
/* #profileModalDescription{
  text-align: justify;
} */
