/* Importing Google Font - Montserrat */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


#galleryhead{
  color: #ffffff;
  position: relative;
  bottom: 6px;
}
#heightspecify{
  height: 450px;
}
.imgheightcls{
  height: 100%;
}
.user-name{
  color: #fff;
}
.swiper-slide{
  width: 32% !important;
  margin-right: 20px !important;
}
.user-image{
  max-width: 100% !important;
}

.imageCaurosel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  background: url("images/bg.jpg") #030728 no-repeat center;
}

.slider-wrapper {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 56px 75px;
}

.card-list .card-item {
  height: 250px;    /* keerthana changed */
  color: #fff;
  user-select: none;
  padding: 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* border-radius: 10px;
  backdrop-filter: blur(30px);
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.5); */
}

.card-list .card-item .user-image {
  width: 100%;
  height: auto;
  /* border: 3px solid #fff; */
}

.card-list .card-item .user-profession {
  font-size: 1.15rem;
  color: #e3e3e3;
  font-weight: 500;
  margin: 14px 0 40px;
}

.card-list .card-item .message-button {
  font-size: 1.25rem;
  padding: 10px 35px;
  color: #030728;
  border-radius: 6px;
  font-weight: 500;
  cursor: pointer;
  background: #fff;
  border: 1px solid transparent;
  transition: 0.2s ease;
}

.card-list .card-item .message-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #fff;
  color: #fff;
}

.slider-wrapper .swiper-pagination-bullet {
  background: #fff;
  height: 13px;
  width: 13px;
  opacity: 0.5;
}

.slider-wrapper .swiper-pagination-bullet-active {
  opacity: 1;
}

.slider-wrapper .swiper-slide-button {
  color: #fff;
  margin-top: -25px;
  transition: 0.2s ease;
}

.slider-wrapper .swiper-slide-button:hover {
  color: #4658ff;
}

@media (max-width: 768px) {
  .slider-wrapper {
    margin: 0 10px 40px;
  }
  .slider-wrapper .swiper-slide-button {
    display: none;
  }
  .swiper-slide{
    width: 48% !important;
    margin-right: 25px !important;
  }
  .user-image {
    max-width: 100% !important;
    height: 265px;
  }
  .user-name{
    font-size: 1.3em;
  }
}
@media only screen and (max-width: 425px){
  .swiper-slide{
    width: 96% !important;
    margin-left: 12px !important;
    margin-right: 22px !important;
  }
}
@media only screen and (max-width: 375px){
  .swiper-slide{
    width: 93% !important;
    margin-left: 18px !important;
  }
  .imageCaurosel {
    min-height: 65vh;
  }
}
@media only screen and (max-width: 320px){
  .swiper-slide{
    width: 91% !important;
    margin-left: 20px !important;
  }
  #galleryhead{
    bottom: 0px;
  }
  #heightspecify {
    height: 385px;
  }
}