/* Banner Section */

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

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

.swiper-slide::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.swiper-pagination-bullet-active {
  background: #ffba08 !important;
}

.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  height: 10px;
}

.mySwiper .swiper-slide {
  opacity: 0.6;
}

.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.mySwiper2 {
  height: 70vh;
  width: 100%;
}

/* Shop Section */
.btnModal {
  z-index: 10;
  cursor: pointer;
  outline: none;
  font-size: 1rem;
  font-weight: 700;
  background-color: #ffba08;
  color: #000;
  border-radius: 10px;
  margin-right: 2rem;
}
.search {
  height: 40px;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px;
}

.search_input {
  color: #000;
  border: 0;
  outline: 0;
  background: none;
  caret-color: transparent;
  transition: width 0.4s linear;
}

.search .search_input {
  padding: 0 10px;
  width: 40vw;
  caret-color: red;
  transition: width 0.4s linear;
}

.search:hover > .search_icon {
  background: red;
  color: #fff;
}

.search_icon {
  height: 25px;
  width: 25px;
  float: right;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  color: white;
  background-color: black;
}

.search a:link {
  text-decoration: none;
}
.filter-input {
  height: 60vh;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 20px;
}
.filter-input::-webkit-scrollbar {
  width: 0px;
}
.filter-input:hover::-webkit-scrollbar {
  width: 0.5em;
}
.filter-input::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}
.filter-input::-webkit-scrollbar-thumb {
  background: rgb(56, 56, 56);
  border-radius: 10px;
}
.filter-input hr {
  height: 0.1rem;
}
.form-check {
  margin: 1.05rem 0;
}
.form-check-input[type='checkbox'] {
  border-radius: 0.5em;
}
.item-input {
  padding-left: 2em;
  transform: translateX(40px);
}
.card {
  width: 18rem;
  height: 26rem;
  border: 2px solid rgba(20, 20, 20, 0.156);
  transition: 0.1s ease-out;
}
.card a {
  text-decoration: none;
  color: black;
}
.card:hover {
  -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.45);
  box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.45);
  z-index: 1;
  transform: scale(1.05);
  transition: 0.2s ease-in;
}
.card-body h5 {
  font-size: 1.45rem;
}
.card-img,
.card-img-bottom,
.card-img-top {
  height: 335px;
}
@media (max-width: 991.98px) {
  .item-input {
    margin-top: 2rem;
  }
  .item-input {
    padding-left: 0em;
    transform: translateX(0px);
  }
}

@media screen and (max-width: 767.98px) {
  .btnModal {
    margin-bottom: 1rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 575.98px) {
  .modal-inset {
    padding: 25px;
  }
}
