.swiper {
  width: 100%;
  height: 550px;
  margin: 0 100px;
  /* background-color: rgb(0, 0, 0); */
}
a {
  color: white !important;
  /* font-size: xx-large !important; */
  /* padding: 50px !important; */
}
/* .project_mains {
  display: flex;
  align-items: center;
  justify-content: space-between;
} */
.pro_pad {
  padding-top: 20px;
  padding-bottom: 20px;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  border-radius: 20px;
  width: 300px !important;
  height: 380px !important;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 50px;

  box-shadow: 0px 0px 30px -5px rgb(214, 187, 62);
}

@media screen and (max-width: 700px) {
  .swiper-slide {
    width: 200px !important;
    height: 280px !important;
    margin: 40px !important;
  }
  .swiper {
    width: 100%;
    height: 400px;
    background-color: rgb(0, 0, 0);
  }
  .h3 {
    position: relative;
    top: 110px;
    margin-top: -20px;
  }
}
@media screen and (max-width: 550px) {
  .swiper-slide {
    width: 140px !important;
    height: 200px !important;
    margin: 30px !important;
    box-shadow: 0px -140px 44px -31px rgba(0, 0, 0, 0.75) inset !important;
    box-shadow: 0px 0px 30px -5px rgb(214, 187, 62);
    border-radius: 15px;
  }
  p {
    font-size: 15px;
  }
  .h3 {
    position: relative;
    top: 75px;
    margin-top: -20px;
  }
  .swiper {
    width: 100%;
    height: 300px;
    background-color: rgb(0, 0, 0);
  }
}
.swiper-slide:hover {
  border: 1px solid rgb(255, 255, 255);
  box-shadow: 0px -140px 44px -31px rgba(0, 0, 0, 0.75) inset;

  border-radius: 20px;
}
.img1 {
  background-image: url("/assets/img/1.jpg");
  background-position: center;
  background-size: cover;
}
.img2 {
  background-image: url("assets/img/gallery-big.jpg");
  background-position: center;
  background-size: cover;
}
.img3 {
  background-image: url("/assets/img/2.jpg");
  background-position: center;
  background-size: cover;
}
.img4 {
  background-image: url("/assets/img/5.jpg");
  background-position: center;
  background-size: cover;
}
.img5 {
  background-image: url("/assets/img/4.jpg");
  background-position: center;
  background-size: cover;
}
.img6 {
  background-image: url("/assets/img/3.jpg");
  background-position: center;
  background-size: cover;
}
.img7 {
  background-image: url("/assets/img/8.jpg");
  background-position: center;
  background-size: cover;
}
.img8 {
  background-image: url("/assets/img/7.jpg");
  background-position: center;
  background-size: cover;
}
.img9 {
  background-image: url("/assets/img/6.jpg");
  background-position: center;
  background-size: cover;
}
.img10 {
  background-image: url("/assets/img/office.png");
  background-position: center;
  background-size: cover;
}
/* .swiper-slide img {
  display: block;
  width: 200px;
  height: 100%;
  object-fit: cover;
} */

.swiper-button-next:after,
.swiper-button-prev:after {
  color: white !important;
}
