.explorecategory-section {
  position: relative;
  padding: 50px 0;
}
.explorecategory-section .bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.explorecategory-section .bg-image figure {
  width: 100%;
  height: 100%;
  margin: 0;
}
.explorecategory-section .bg-image figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .explorecategory-section {
    padding: 100px 0 50px 0;
  }
}
.explorecategory-section .explore-content-wrap {
  position: relative;
}
.explorecategory-section .explore-content-wrap .row {
  --bs-gutter-y: 30px;
}
.explorecategory-section .explore-content-wrap .title {
  color: #E12827;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .explorecategory-section .explore-content-wrap .title {
    text-align: center;
  }
}
@media (min-width: 1400px) {
  .explorecategory-section .explore-content-wrap .title {
    font-size: 40px;
    margin-bottom: 50px;
  }
}
@media (hover: hover) {
  .explorecategory-section .explore-content-wrap .explore-card:hover .img figure {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  .explorecategory-section .explore-content-wrap .explore-card:hover .explore-title {
    color: #E12827;
  }
}
.explorecategory-section .explore-content-wrap .explore-card .img {
  border-radius: 32.36px;
  overflow: hidden;
  margin-bottom: 21px;
}
.explorecategory-section .explore-content-wrap .explore-card .img figure {
  padding-bottom: 104%;
  margin: 0;
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
  will-change: transform;
}
.explorecategory-section .explore-content-wrap .explore-card .img figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.explorecategory-section .explore-content-wrap .explore-card .explore-title {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  margin: 0;
  -webkit-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.explorecategory-section .explore-content-wrap .btn-primary {
  margin-inline: auto;
  margin-top: 45px;
}