::selection {
  background: #1446A0;
  text-shadow: none;
}

.swiper-button-next, .swiper-button-prev {
  color: var(--bs-primary);
}

.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 5px;
  left: auto;
}

.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 5px;
  right: auto;
}

.gallery-home .swiper {
  width: 100%;
  height: 100%;
}

.gallery-home .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-home .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-home .swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-home .mySwiper2 {
  height: 80%;
  width: 100%;
  border-radius: 0.375rem;
}

.gallery-home .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-home .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}

