body {
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.top {
  position: relative;
  padding-top: 48px;
  background: linear-gradient(180deg, #e79f33 0%, #ffaf66 100%);
}
section.top .home-top-stack {
  z-index: 998;
  position: absolute;
  left: 0px;
  top: -90px;
}
section.top .content-area {
  display: flex;
}
section.top .content-area .left-area {
  padding-left: 100px;
}
section.top .content-area .right-area {
  margin-left: 60px;
  padding-right: 200px;
  position: relative;
}
section.top .content-area .right-area .top-area {
  display: flex;
}
section.top .content-area .right-area .top-area .label-parent {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.top .content-area .right-area .top-area .label-parent img {
  z-index: 998;
  position: absolute;
}
section.top .content-area .right-area .top-area .label-parent .label {
  z-index: 999;
  padding: 5px 19px;
  background: #ff7017;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
}
section.top .content-area .right-area .title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 64px;
  color: #ffffff;
}
section.top .content-area .right-area .desc {
  margin-top: 25px;
  margin-bottom: 25px;
  font-family: "Indie Flower";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 134.5%;
  text-align: justify;
  color: #ffffff;
}
section.top .content-area .right-area .nav-button {
  margin-top: 30px;
  padding: 5px 17px;
  background: #ff7017;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
section.top .content-area .right-area .swiper-parent {
  left: -110px;
  position: absolute;
  margin-top: 40px;
  height: 61px;
  background: #1f1e1e;
  width: calc(100% + 110px);
}
section.top .content-area .right-area .swiper-parent .swiper {
  height: 61px;
  background: #1f1e1e;
}
section.top .content-area .right-area .swiper-parent .swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #1f1e1e;
}
section.top .content-area .right-area .swiper-parent .swiper .swiper-slide img {
  display: block;
  width: auto;
  height: 30px;
  -o-object-fit: cover;
     object-fit: cover;
}

section.ads-banner-carousel {
  width: 100%;
  box-sizing: border-box;
  padding-left: 104px;
  padding-right: 104px;
  max-width: 1440px;
  margin-top: 70px;
}
section.ads-banner-carousel .swiper-parent {
  padding: 20px;
  background: #ffe7d9;
  border-radius: 8px;
}
section.ads-banner-carousel .swiper-parent .swiper {
  background: #ffe7d9;
  border-radius: 8px;
}
section.ads-banner-carousel .swiper-parent .swiper .swiper-slide {
  background: #ffe7d9;
  border-radius: 8px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.ads-banner-carousel .swiper-parent .swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
section.ads-banner-carousel .swiper-parent .swiper .ads-banner-swiper-pagination {
  margin-top: 35px;
  display: flex;
  justify-content: center;
}
section.ads-banner-carousel .swiper-parent .swiper .ads-banner-swiper-pagination .swiper-pagination-bullet {
  background: rgba(104, 98, 98, 0.75);
}
section.ads-banner-carousel .swiper-parent .swiper .ads-banner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fa5a28;
}

.category {
  width: 100%;
  box-sizing: border-box;
  padding-left: 104px;
  padding-right: 104px;
  max-width: 1440px;
  margin-top: 40px;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
.category .category-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 64px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #333333;
}
.category .cards-area {
  margin-top: 35px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 16px;
       column-gap: 16px;
  row-gap: 22px;
}
.category .cards-area .card {
  padding: 16px;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  min-height: 50px;
}
.category .cards-area .card .label {
  position: absolute;
  top: 28px;
  right: 25px;
  padding: 3px 30px;
  background: #fa5a28;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}
.category .cards-area .card .card-image {
  width: 100%;
}
.category .cards-area .card .brand-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.category .cards-area .card .brand-area .brand-logo {
  max-height: 25px;
}
.category .cards-area .card .brand-area .dot {
  margin-left: 15px;
  margin-right: 10px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #fa7e3c;
}
.category .cards-area .card .brand-area .brand-name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}
.category .cards-area .card .card-title {
  margin-top: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #333333;
}
.category .cards-area .card .card-desc {
  margin-top: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.category .cards-area .card .card-nav {
  margin-top: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fa5a28;
}
.category .seeall {
  margin-left: auto;
  margin-top: 25px;
  padding: 4px 47px;
  background: #ff7017;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}

.ad-card {
  width: 100%;
  box-sizing: border-box;
  padding-left: 104px;
  padding-right: 104px;
  max-width: 1440px;
  margin-top: 40px;
  margin-bottom: 40px;
}
.ad-card .card {
  padding: 16px 64px;
  position: relative;
  background: #ffffff;
  border-radius: 8px;
  min-height: 50px;
}
.ad-card .card .label {
  position: absolute;
  top: 28px;
  right: 75px;
  padding: 3px 30px;
  background: #1d1c1c;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ad-card .card .card-image {
  width: 100%;
}
.ad-card .card .brand-area {
  margin-top: 30px;
  display: flex;
  align-items: center;
}
.ad-card .card .brand-area .brand-logo {
  max-height: 25px;
}
.ad-card .card .brand-area .dot {
  margin-left: 15px;
  margin-right: 10px;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background: #fa7e3c;
}
.ad-card .card .brand-area .brand-name {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #666666;
}
.ad-card .card .card-title {
  margin-top: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #333333;
}
.ad-card .card .card-desc {
  margin-top: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.ad-card .card .card-nav {
  margin-top: 13px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #fa5a28;
}

.categories {
  width: 100%;
  box-sizing: border-box;
  padding-left: 140px;
  padding-right: 140px;
  max-width: 1440px;
  display: flex;
  flex-direction: column;
  margin-top: 46px;
  margin-bottom: 46px;
}
.categories .categories-title {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 35px;
  line-height: 64px;
  text-align: left;
  font-feature-settings: "pnum" on, "lnum" on;
  color: #333333;
}
.categories .categories-desc {
  margin-top: 20px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
  color: #808d9e;
}
.categories .cards-area {
  position: relative;
  width: 100%;
  margin-top: 45px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -moz-column-count: 4;
       column-count: 4;
  -moz-column-gap: 48px;
       column-gap: 48px;
  row-gap: 44px;
}
.categories .cards-area .card {
  width: 100%;
}
.categories .cards-area .card .card-image {
  width: 100%;
  border-radius: 8px;
}
.categories .cards-area .card .card-title {
  margin-top: 70px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  display: flex;
  align-items: center;
  letter-spacing: -1px;
  color: #1d1e25;
}
.categories .cards-area .card .card-desc {
  margin-top: 55px;
  margin-bottom: 70px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #666666;
}
.categories .cards-area .card .card-nav {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #ff7017;
}
.categories .seeall {
  margin-left: auto;
  margin-top: 25px;
  padding: 4px 47px;
  background: #ff7017;
  border-radius: 4px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
}/*# sourceMappingURL=home.css.map */