#speakers{
    width: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
}
.flip-chev{
    transform: rotate(180deg);
}
.speakers-cards-container{
    width: 100vw;
    position: relative;
}
.speaker-card{
    width: 30vw;
    margin-top: 13vh;
    min-height: 35vh;
    padding: 50px;
    border-radius: 45px;
    display: flex;
    margin-bottom: 5vh;
}
.speaker-content{
    text-align: justify;
    color: white;
    position: relative;
}
.speaker-content h3,h5,p{
    margin: 0;
   
}
.speaker-content h3,h5{
    margin-bottom: 1vh;
}
.speaker-content h5{
    font-family: CircularBold;
    font-size: 20px;
}
.speaker-content h3{
    font-family: CircularBold;
    font-size: 25px;
}
.speaker-content p{
    font-family: CircularMedium;
  font-size: 16px;
}
@media screen and (max-width:1024px) {
    .speaker-card{
        min-height: 35vh;
        width: 35vw;
    }
    .speaker-content h5{
        font-family: CircularBold;
        font-size: 15px;
    }
    .speaker-content h3{
        font-family: CircularBold;
        font-size: 20px;
    }
    .speaker-content p{
        font-family: CircularMedium;
      font-size: 16px;
    }
}
.speaker-avatar{
height: 0px;
}
.circle-speakers{
    height: 110px;
    width: 110px;
    border-radius: 50%;
    position: absolute;
    top: -100px;
    left: -100px;
}
.circle-speakers img{
    height: 120px;
    width: 120px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 1);
    object-fit: cover;
}
.navigations{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5vh;
}
.navigations svg {
    cursor: pointer;
}
.breaker{
    width: 2vw;
}
.speakers-cards-container-resp{
display: none;
}
.mySwiper .swiper-slide{
    width: 35vw;
    margin-left: 80px;
}

@media screen and (max-width:768px) {
    .speakers-cards-container{
        display: none;
    }
    .speakers-cards-container-resp{
        display: block;
        width: 100vw;
        height: auto;
    }
    .slideJ-resp{
        margin-top: 4vh;
        height: 65vh;
        width: 100vw;
        display: grid;
        place-items: center;
        margin-bottom: 1vh;
     }
     .speakers-card{
        height: 85%;
        width: 80%;
        background-color: var(--blue2);
        border-radius: 25px;    
      }
      .speaker-pic-resp{
        height: 15vh;
        width: 15vh;
        border-radius: 50%;
        border: solid 1px white;
        display: grid;
        place-items: center;
        }
        .speaker-pic-resp img{
           height: 16vh;
           width: 16vh;
           border-radius: 50%;
           object-fit: cover;
           border: solid 1px white;

        }
        .speaker-presentation-resp{
            margin-top: 10px;
           width: 80%;
           color: white;
         
        }
        .speaker-presentation-resp h3,h5 {
           font-family: CircularBold;
           text-align: center;
        }
        .speaker-presentation-resp h3{
            font-size: 3.5vh;
            margin: 5px;
        }
        .speaker-presentation-resp h5{
            font-size: 3vh;
            margin: 5px;
        }
        .speaker-presentation-resp p {
           font-family: CircularMedium;
           text-align: center;
           font-size: 2.3vh;
        }
        .speakers-pic-container{
           width: 100%;
           display: grid;
           place-items: center;
           position: relative;
           top: -15%;
        }
    
      .swiper-pagination-bullet{
       height: 10px !important;
       width: 10px !important;
         border: black solid 3px !important;
         background-color: transparent !important;

      }
      .swiper-pagination-bullet-active {
        height: 15px !important;
        width: 15px !important;
        background-color:var(--purple2)!important;
        border: none !important;
      }
}
.circle-shadow-st{
    height: 150px;
    width: 150px;
    position: absolute;
    filter: blur(50px);
    background-color: #0075FF;
    border-radius: 50%;
    opacity: 0.4;
  }
  .circle-shadow-nd{
    height: 150px;
    width: 150px;
    position: absolute;
    right: 15%;
    bottom: 30%;
    background-color: var(--purple2);
    border-radius: 50%;
    opacity: 0.4;
    filter: blur(50px);
  }