.category {
  margin-bottom: 80px;
}
@media (max-width: 576px) {
  .category {
    margin-bottom: 20px;
  }
}
.category .section-heading {
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 576px) {
  .category .section-heading {
    margin-bottom: 30px;
  }
}
.category .section-heading .section-title {
  font-family: var(--main-r);
  text-transform: capitalize;
  font-size: 50px;
  letter-spacing: 1px;
  margin-bottom: 15px;
  color: var(--gray-color-50);
  line-height: 50px;
}
@media (max-width: 1500px) {
  .category .section-heading .section-title {
    font-size: 35px;
  }
}
@media (max-width: 1200px) {
  .category .section-heading .section-title {
    font-size: 30px;
  }
}
@media (max-width: 991px) {
  .category .section-heading .section-title {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .category .section-heading .section-title {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .category .section-heading .section-title {
    font-size: 18px;
    line-height: 30px;
  }
}
.category .section-heading .section-text {
  font-size: 30px;
  color: var(--gray-color-50);
}
@media (max-width: 1500px) {
  .category .section-heading .section-text {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .category .section-heading .section-text {
    font-size: 25px;
  }
}
@media (max-width: 991px) {
  .category .section-heading .section-text {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .category .section-heading .section-text {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .category .section-heading .section-text {
    font-size: 16px;
    line-height: 25px;
  }
}
.category .cat-content {
  position: relative;
  max-height: 295px;
  overflow: hidden;
  margin-bottom: 20px;
}
.category .cat-content::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.442);
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.category .cat-content:hover::before {
  display: none;
}
.category .cat-content img {
  transition: all 1.2s ease-in-out;
}
.category .cat-content img:hover {
  transform: scale(1.2);
}
.category .cat-content .cover {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
}
@media (max-width: 576px) {
  .category .cat-content .cover {
    top: 25%;
  }
}
@media (max-width: 576px) {
  .category .cat-content .cover.big li {
    font-size: 20px;
  }
}
.category .cat-content .cover ul {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.category .cat-content .cover ul li {
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 30px;
  padding: 0 10px;
}
.category .cat-content .cover .cover-title {
  font-family: var(--main-r);
  text-transform: uppercase;
  color: var(--white-color);
  font-size: 30px;
  margin-bottom: 20px;
  letter-spacing: 2px;
  line-height: 35px;
}
@media (max-width: 1200px) {
  .category .cat-content .cover .cover-title {
    font-size: 20px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .category .cat-content .cover .cover-title {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 576px) {
  .category .cat-content .cover .cover-title {
    font-size: 16px;
    line-height: 25px;
  }
}

.benefits-section {
  margin-bottom: 20px;
  margin-top: 20px;
}
.benefits-section .heading-section {
  background-color: var(--red-color);
  margin-bottom: 50px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .benefits-section .heading-section {
    height: 60px;
  }
}
@media (max-width: 767px) {
  .benefits-section .heading-section {
    height: 80px;
  }
}
@media (max-width: 576px) {
  .benefits-section .heading-section {
    height: 55px;
  }
}
.benefits-section .heading-section .heading-title {
  font-family: var(--main-r);
  font-size: 40px;
  color: var(--white-color);
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .benefits-section .heading-section .heading-title {
    font-size: 30px;
  }
}
@media (max-width: 576px) {
  .benefits-section .heading-section .heading-title {
    font-size: 22px;
  }
}
.benefits-section .box {
  text-align: center;
}
.benefits-section .box .box-icon i {
  color: var(--red-color);
  font-size: 45px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .benefits-section .box .box-icon i {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .benefits-section .box .box-icon i {
    font-size: 30px;
  }
}
.benefits-section .box .box-icon svg {
  width: 40px;
  height: 40px;
  fill: var(--red-color);
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .benefits-section .box .box-icon svg {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .benefits-section .box .box-icon svg {
    height: 30px;
    width: 30px;
  }
}
.benefits-section .box .box-content .box-title {
  font-size: 20px;
}
@media (max-width: 767px) {
  .benefits-section .box .box-content .box-title {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .benefits-section .box .box-content .box-title {
    font-size: 15px;
  }
}
