/** $string - svg */
/** add unique id image url */
/** https://webdesign.tutsplus.com/tutorials/an-introduction-to-error-handling-in-sass--cms-19996 */
/** get breakpoint */
/** font size */
/** keyframe */
.home-slider {
  padding: 25px 0;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-wrap picture img {
  object-fit: cover;
  border-radius: 28px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap picture img {
    min-height: 320px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-wrap picture img {
    min-height: 300px;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content {
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media only screen and (max-width: 63.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content {
    width: 90%;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content {
    width: 95%;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .sub-title {
  color: rgba(255, 255, 255, 0.5019607843);
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 12px;
  line-height: 1;
  margin-bottom: 20px;
  text-align: center;
  width: 100%;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .sub-title {
  font-size: 2.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .sub-title {
    font-size: 5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .sub-title {
    font-size: 10rem;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .sub-title {
    letter-spacing: 4px;
    margin-bottom: 8px;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .heading-title {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 12px;
  text-align: center;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .heading-title {
  font-size: 1.375rem;
}
@media only screen and (min-width: 48rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .heading-title {
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .heading-title {
    font-size: 4rem;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .desc {
  max-width: 750px;
  color: #ffffff;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto 35px auto;
  padding: 0;
  border: none;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .desc {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .desc {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .desc {
    margin-bottom: 12px;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  width: 100%;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main {
  margin-top: 0;
  border-radius: 50px;
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-weight: 700;
  text-transform: uppercase;
  padding: 12px 44px;
  height: auto;
  line-height: 1.4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition: all 0.3s ease;
  border: none;
  cursor: pointer;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main {
  font-size: 0.9375rem;
}
@media only screen and (min-width: 48rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main {
    font-size: 1.375rem;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main {
    padding: 8px 20px;
  }
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main.btn-orange {
  background-color: #D04C27;
  color: #ffffff;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main.btn-orange:hover {
  background-color: #ff4d1b;
  transform: translateY(-2px);
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main.btn-video {
  background: transparent;
  border: 1.5px solid #ffffff;
  color: #ffffff;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main.btn-video .play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main.btn-video .play-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .group-content .group-buttons .btn-main.btn-video:hover {
  background-color: #ffffff;
  color: #D04C27;
}
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .sub-title,
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .heading-title,
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .desc,
.home-slider .swiper-container .w-swiper .swiper-slide .item-content .btn-main {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .sub-title {
  animation: fadeInLeft 0.8s both;
  animation-delay: 0.3s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .heading-title {
  animation: fadeInRight 0.8s both;
  animation-delay: 0.5s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .desc {
  animation: fadeInUp 0.8s both;
  animation-delay: 0.7s;
}
.home-slider .swiper-container .w-swiper .swiper-slide.swiper-slide-active .item-content .btn-main {
  animation: bounceInUp 0.8s both;
  animation-delay: 0.9s;
}
.home-slider .swiper-container .swiper-controls-wrapper {
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  z-index: 3;
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  color: #ffffff;
  transform: translate(-70px, 20px);
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom {
    transform: translate(-165px, 35px);
  }
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span {
  font-weight: 400;
  color: #bfbfbf;
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span {
    font-size: 1.25rem;
  }
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span.current {
  font-weight: 500;
  color: #ffffff;
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span.current {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span.current {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span.current {
    font-size: 2.25rem;
  }
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span.separator {
  padding: 0 10px;
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span.separator {
  font-size: 1.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span.separator {
    font-size: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-slider .swiper-container .swiper-controls-wrapper .swiper-pagination-fraction-custom span.separator {
    font-size: 2.25rem;
  }
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-controls {
  margin-top: 0;
  width: -webkit-fit-content;
  width: fit-content;
  margin-left: auto;
  gap: 150px;
  pointer-events: auto;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .swiper-controls-wrapper .swiper-controls {
    margin-right: auto;
    transform: translateY(20px);
  }
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-controls .swiper-button {
  position: relative;
  top: unset;
  left: 0;
  transform: translateY(0);
  border: 1px solid #ffffff;
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-controls .swiper-button:hover {
  background-color: #ffffff;
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-controls .swiper-button:hover::before {
  background-color: #105b37;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .swiper-controls-wrapper .swiper-controls .swiper-button {
    top: 60%;
  }
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-controls .swiper-button::before {
  background-color: #ffffff;
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-controls .swiper-pagination {
  bottom: -10px;
}
@media only screen and (max-width: 39.99875rem) {
  .home-slider .swiper-container .swiper-controls-wrapper .swiper-controls .swiper-pagination {
    display: none;
  }
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffffff !important;
}
.home-slider .swiper-container .swiper-controls-wrapper .swiper-controls .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background-color: rgba(255, 255, 255, 0.2) !important;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0);
    visibility: visible;
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, 100% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 500px, 0);
    visibility: visible;
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
    visibility: visible;
  }
  75% {
    transform: translate3d(0, 10px, 0);
    visibility: visible;
  }
  90% {
    transform: translate3d(0, -5px, 0);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us {
    padding: 0;
  }
}
.home-about-us .home-about-us__wrapper {
  gap: 30px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .home-about-us__wrapper {
    flex-direction: column;
    gap: 40px;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col {
    flex: 1;
  }
}
.home-about-us .home-about-us__wrapper .about-col .about-title {
  margin-bottom: 12px;
}
.home-about-us .home-about-us__wrapper .about-col .about-desc {
  color: #105b37;
  line-height: 1.6;
}
.home-about-us .home-about-us__wrapper .about-col .about-desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .home-about-us__wrapper .about-col .about-desc {
    font-size: 0.9375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col .about-desc {
    font-size: 1rem;
  }
}
.home-about-us .home-about-us__wrapper .about-col .about-desc {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .home-about-us__wrapper .about-col .about-desc {
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col .about-desc {
    margin-bottom: 1.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-left {
    max-width: 30%;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-middle {
    max-width: 40%;
  }
}
.home-about-us .home-about-us__wrapper .about-col.col-middle .image-container {
  width: 90%;
}
.home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .main-image-wrap {
  border-radius: 30px;
  overflow: hidden;
}
.home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .main-image-wrap img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 40px;
}
.home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap {
  right: -50px;
  bottom: 80px;
  background-color: #D04C27;
  border-radius: 30px;
  padding: 15px 30px;
  box-shadow: 0 8px 25px rgba(255, 77, 27, 0.3);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 5;
}
@media only screen and (max-width: 63.99875rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap {
    right: 10px;
    bottom: 20px;
    border-radius: 20px;
    padding: 14px;
    gap: 5px;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap {
    right: -30px;
    bottom: 30%;
  }
}
.home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap .badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap .badge-icon {
  width: 4.0625rem;
  height: 4.0625rem;
}
@media only screen and (max-width: 47.99875rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap .badge-icon {
    width: 2rem;
    height: 2rem;
  }
}
.home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap .badge-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap .badge-text {
  color: #ffffff;
  font-family: "Phudu", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap .badge-text {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap .badge-text {
    font-size: 1.375rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-middle .image-container .badge-wrap .badge-text {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-right {
    max-width: 30%;
  }
}
.home-about-us .home-about-us__wrapper .about-col.col-right .about-desc.desc-top {
  margin-bottom: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-right .about-desc.desc-top {
    margin-bottom: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-right .about-desc.desc-top {
    margin-bottom: 1.875rem;
  }
}
.home-about-us .home-about-us__wrapper .about-col.col-right .about-desc.desc-bottom {
  margin-top: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-right .about-desc.desc-bottom {
    margin-top: 1.5625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-right .about-desc.desc-bottom {
    margin-top: 1.875rem;
  }
}
.home-about-us .home-about-us__wrapper .about-col.col-right .about-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
}
.home-about-us .home-about-us__wrapper .about-col.col-right .about-features .feature-item {
  gap: 15px;
  align-items: center;
}
.home-about-us .home-about-us__wrapper .about-col.col-right .about-features .feature-item .check-icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
}
.home-about-us .home-about-us__wrapper .about-col.col-right .about-features .feature-item .check-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}
.home-about-us .home-about-us__wrapper .about-col.col-right .about-features .feature-item .feature-text {
  font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-weight: 700;
  color: #D04C27;
}
.home-about-us .home-about-us__wrapper .about-col.col-right .about-features .feature-item .feature-text {
  font-size: 1rem;
}
@media only screen and (min-width: 48rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-right .about-features .feature-item .feature-text {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-about-us .home-about-us__wrapper .about-col.col-right .about-features .feature-item .feature-text {
    font-size: 1.125rem;
  }
}

.home-features .home-features__wrapper {
  align-items: stretch;
}
@media only screen and (max-width: 63.99875rem) {
  .home-features .home-features__wrapper {
    flex-direction: column;
  }
}
.home-features .home-features__wrapper .features-col.col-left {
  overflow: hidden;
  width: 60%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-features .home-features__wrapper .features-col.col-left {
    width: 100%;
  }
}
.home-features .home-features__wrapper .features-col.col-left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media only screen and (max-width: 63.99875rem) {
  .home-features .home-features__wrapper .features-col.col-left {
    height: 350px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-features .home-features__wrapper .features-col.col-left {
    height: 250px;
  }
}
.home-features .home-features__wrapper .features-col.col-right {
  grid-template-columns: repeat(2, 1fr);
  width: 40%;
}
@media only screen and (max-width: 63.99875rem) {
  .home-features .home-features__wrapper .features-col.col-right {
    width: 100%;
  }
}
.home-features .home-features__wrapper .features-col.col-right .feature-card {
  background-color: #D04C27;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.home-features .home-features__wrapper .features-col.col-right .feature-card {
  padding: 1rem;
}
@media only screen and (min-width: 48rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card {
    padding: 2rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card {
    padding: 2.5rem;
  }
}
@media only screen and (min-width: 40rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card:nth-child(even) {
    border-right: none;
  }
  .home-features .home-features__wrapper .features-col.col-right .feature-card:nth-child(3), .home-features .home-features__wrapper .features-col.col-right .feature-card:nth-child(4) {
    border-bottom: none;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card {
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card {
    border-right: none;
  }
  .home-features .home-features__wrapper .features-col.col-right .feature-card:last-child {
    border-bottom: none;
  }
}
.home-features .home-features__wrapper .features-col.col-right .feature-card .feature-icon {
  width: 4.0625rem;
  height: 4.0625rem;
}
.home-features .home-features__wrapper .features-col.col-right .feature-card .feature-icon {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-features .home-features__wrapper .features-col.col-right .feature-card .feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 39.99875rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card .feature-icon {
    width: 3.125rem;
    height: 3.125rem;
  }
  .home-features .home-features__wrapper .features-col.col-right .feature-card .feature-icon {
    margin-bottom: 15px;
  }
}
.home-features .home-features__wrapper .features-col.col-right .feature-card .feature-title {
  color: #ffffff;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
}
.home-features .home-features__wrapper .features-col.col-right .feature-card .feature-title {
  font-size: 1.125rem;
}
@media only screen and (min-width: 48rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card .feature-title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card .feature-title {
    font-size: 1.375rem;
  }
}
.home-features .home-features__wrapper .features-col.col-right .feature-card .feature-title {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 48rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card .feature-title {
    margin-bottom: 0.75rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card .feature-title {
    margin-bottom: 0.9375rem;
  }
}
.home-features .home-features__wrapper .features-col.col-right .feature-card .feature-desc {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}
.home-features .home-features__wrapper .features-col.col-right .feature-card .feature-desc {
  font-size: 0.875rem;
}
@media only screen and (min-width: 48rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card .feature-desc {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-features .home-features__wrapper .features-col.col-right .feature-card .feature-desc {
    font-size: 0.9375rem;
  }
}

.home-product-cat {
  padding-bottom: 2.5rem;
}
@media only screen and (min-width: 48rem) {
  .home-product-cat {
    padding-bottom: 3.125rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-product-cat {
    padding-bottom: 3.75rem;
  }
}
.home-product-cat .category-bar {
  background-color: #D04C27;
  border-radius: 100px;
  padding: 12px;
  box-shadow: 0 10px 30px rgba(255, 77, 27, 0.15);
  width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 47.99875rem) {
  .home-product-cat .category-bar {
    justify-content: center;
  }
}
.home-product-cat .category-bar .category-item {
  flex: 1;
}
@media only screen and (max-width: 39.99875rem) {
  .home-product-cat .category-bar .category-item {
    flex: 0 0 auto;
  }
}
.home-product-cat .category-bar .category-item .category-link {
  color: #ffffff;
  font-family: "Oswald", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, "Ubuntu", Arial, cursive, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 100px;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  will-change: transform, background-color, color, box-shadow;
  line-height: 1.2;
  letter-spacing: 0.5px;
}
.home-product-cat .category-bar .category-item .category-link {
  font-size: 1.25rem;
}
@media only screen and (min-width: 48rem) {
  .home-product-cat .category-bar .category-item .category-link {
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 64rem) {
  .home-product-cat .category-bar .category-item .category-link {
    font-size: 1.75rem;
  }
}
.home-product-cat .category-bar .category-item .category-link {
  padding: 10px 15px;
}
@media only screen and (min-width: 48rem) {
  .home-product-cat .category-bar .category-item .category-link {
    padding: 12px 20px;
  }
}
.home-product-cat .category-bar .category-item .category-link:hover {
  background-color: #ffffff;
  color: #D04C27;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
}
.home-product-cat .category-bar .category-item .category-link:active {
  transform: translateY(0) scale(0.97);
  transition: all 0.1s ease;
}
.home-product-cat .category-bar .category-item.active .category-link {
  background-color: #ffffff;
  color: #D04C27;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.home-product-hot {
  padding-bottom: 5rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-hot {
    padding-bottom: 6.25rem;
  }
}
.home-product-hot .top-section {
  justify-content: space-between;
}
.home-product-hot .top-section {
  margin-bottom: 1.5625rem;
}
@media only screen and (min-width: 64rem) {
  .home-product-hot .top-section {
    margin-bottom: 2.5rem;
  }
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .top-section {
    gap: 10px 0;
  }
}
.home-product-hot .top-section .heading-title {
  width: 100%;
}
@media only screen and (min-width: 80rem) {
  .home-product-hot .top-section .heading-title {
    width: 45%;
  }
}
@media only screen and (min-width: 96rem) {
  .home-product-hot .top-section .heading-title {
    width: 35%;
  }
}
.home-product-hot .main-section .swiper-container .swiper-slide {
  width: 20%;
  padding: 0 10px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-slide {
    width: 33.3333333333%;
  }
}
@media only screen and (max-width: 47.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-slide {
    width: 50%;
    padding: 0 6px;
  }
}
.home-product-hot .main-section .swiper-container .swiper-controls .swiper-button {
  top: -91px;
  transform: translateY(0);
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-controls .swiper-button {
    top: 50%;
    transform: translateY(-50%);
  }
}
.home-product-hot .main-section .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: unset;
  right: 330px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: -10px;
    right: unset;
  }
}
.home-product-hot .main-section .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 270px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: -10px;
  }
}
.home-product-hot .main-section .swiper-container .swiper-controls .swiper-pagination {
  bottom: -80px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-product-hot .main-section .swiper-container .swiper-controls .swiper-pagination {
    bottom: -70px;
  }
}

.home-posts .swiper-container {
  padding-bottom: 32px;
}
.home-posts .swiper-container .swiper-slide {
  width: 33.3333333333%;
  padding: 0 20px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .swiper-container .swiper-slide {
    width: 50%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 39.99875rem) {
  .home-posts .swiper-container .swiper-slide {
    width: 100%;
  }
}
.home-posts .swiper-container .swiper-controls .swiper-button {
  top: -65px;
  transform: translateY(0);
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .swiper-container .swiper-controls .swiper-button {
    top: 50%;
    transform: translateY(-50%);
  }
}
.home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
  left: unset;
  right: 310px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-prev {
    left: -10px;
    right: unset;
  }
}
.home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-next {
  right: 250px;
}
@media only screen and (max-width: 63.99875rem) {
  .home-posts .swiper-container .swiper-controls .swiper-button.swiper-button-next {
    right: -10px;
  }
}
.home-posts .swiper-container .swiper-controls .swiper-pagination {
  bottom: -20px;
}
@media only screen and (max-width: 47.99875rem) {
  .home-posts .swiper-container .swiper-controls .swiper-pagination {
    bottom: -10px;
  }
}

.home-certificate .heading-title {
  text-transform: uppercase;
}
.home-certificate .home-certificate__slider.no-pagination::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: 2px;
  background-color: #D04C27;
}
.home-certificate .home-certificate__slider .swiper-container {
  position: relative;
}
.home-certificate .home-certificate__slider .swiper-container .swiper-slide {
  width: 28%;
  padding: 10px;
  transition: all 0.3s ease;
}
@media only screen and (max-width: 47.99875rem) {
  .home-certificate .home-certificate__slider .swiper-container .swiper-slide {
    padding: 6px;
    width: 40%;
  }
}
.home-certificate .home-certificate__slider .swiper-container .swiper-slide .logo-partner {
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1/1.4;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}
.home-certificate .home-certificate__slider .swiper-container .swiper-slide .logo-partner a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.home-certificate .home-certificate__slider .swiper-container .swiper-slide .logo-partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.3s ease;
}