@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');
.main-container-hosca {
  /*margin-left: 330px;*/
  display: flex;
  justify-content: center;
  }
  
  .club_text{
      padding: 0 20px;
      margin-bottom: 30px;
      font-weight: 700;
      font-size: 37px;
      color: #292929;
      text-align: center;
      font-family: 'Poppins', sans-serif;
      text-decoration: underline;
      text-underline-offset: 8px;
      text-decoration-color: #435AA8;
  }
  
  .line1{
    width: 400px;
    height: 0px;
    
    border: 2px solid #435AA8;
    margin-left: 125px;
    margin-bottom: 30px;
  }

.slide-container{
  z-index: auto;
  max-width: 1300px;
  width: 100%;
  padding: 40px 0 !important;
  background-color: #F4F7FE;
  position: absolute;
}
.slide-content-carousel, .slide-content-carousel2, .slide-content-carousel3{
  z-index: auto;
  position: sticky;
  margin: 0 40px;
  overflow: hidden;
  border-radius: 25px;
}

@media screen and (max-width: 500px){
  .slide-content-carousel, .slide-content-carousel2, .slide-content-carousel3{
    width: 50% !important;
  }
}

.card{
  border-radius: 15px;
  background-color: #FFF;
  height: 250px;
  width: 80px;
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.08);
  display: flex;
  justify-content: center;
}

.card:hover{
  cursor: pointer;
}

.card:hover .social{
  visibility: visible;
  transform: translateY(0);
}

.image-content,
.card-content{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.non-social{
  transform: translateY(0);
  transition: 0.5s;
}
.card:hover .non-social{
  transform: scale(0.8) translateY(-10%);
  opacity: 0.8;
}

.image-content{
  position: relative;
  row-gap: 5px;
  padding: 25px 0 0;
}

.card-image{
  position: relative;
  height: 170px;
  max-width: 170px;
  border-radius: 10px;
  background: #FFF;
  padding: 3px;
}
.card-image .card-img{
  height: 90%;
  width: 100%;
  object-fit: contain;
  border-radius: 17px;
}

.card-content a{
  text-decoration: none;
}

.button{
font-size: 25px;
font-weight: 800;
color: #333;
position: relative;
display: inline-block;
}

.button:after {
content: '';
position: absolute;
width: 100%;
transform: scaleX(0);
height: 2px;
bottom: 0;
left: 0;
background-color: #333;
transform-origin: bottom right;
transition: transform 0.25s ease-out;
}

.button:hover:after {
transform: scaleX(1);
transform-origin: bottom left;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 300ms;
  visibility: hidden;
  opacity: 0;
  /* display: flex;
  justify-content: center; */
}


.overlay:target {
  visibility: visible;
  opacity: 1;
  z-index: 12;
}

.popup {
  margin: 18% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 30%;
  position: relative;
  transition: all 5s ease-in-out;
  min-width: 350px;
  max-height: 450px;
  overflow: auto;
}

.popup .close {
  position: absolute;
  top: 15px;
  right: 30px;
  transition: all 200ms;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  text-align: center;
  margin-bottom: 5px;
}

.popup h4 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
  text-align: center;
  margin-bottom: 5px;
}

.popup .content p{
  max-height: 30%;
  overflow: auto;
  text-align: justify;
  font-size: 15px;
}

.social{
  align-items: center;
  gap: 0.9rem;
  display: flex;
  bottom: 3px;
  margin-left: calc((100% - 150px - 1.8rem) / 2);
  position: absolute;
  visibility: hidden;
  transform: translateY(90%);
  transition: all 0.5s ease 0s;
}

.social-modal{
  align-items: center;
  justify-content: center;
  gap: 0.9rem;
  display: flex;
  bottom: 3px;
  transition: all 0.5s ease 0s;
}

/* Style all font awesome icons */
.fa {
  padding: 5px;
  font-size: 17px;
  width: 50px;
  text-align: center;
  text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
  opacity: 0.5;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-facebook {
  color: black;
}
.fa-linkedin {
  color: black;
}
.fa-instagram {
  color: black;
}


.swiper-navBtn{
  color: #6E93f7;
  transition: color 0.3s ease;
}
.swiper-navBtn:hover{
  color: #4070F4;
}
.swiper-navBtn::before,
.swiper-navBtn::after{
  font-size: 35px;
}
.swiper-button-next{
  right: 0;
}
.swiper-button-prev{
  left: 0;
}
.swiper-pagination-bullet{
  z-index: auto;
  background-color: #6E93f7;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: #4070F4;
}

@media screen and (max-width: 950px) {
  body{
    margin-left: 0;
  }

 
    .club_text{
      font-size: 40px;
    }

}
@media screen and (max-width: 430px) {
  .overlay{
    display: flex;
    align-items: center;
  }
}