body {
  font-family: "Poppins", sans-serif;
}
.container {
  max-width: 1280px;
  width: 100%;
  padding: 0px 10px;
}
/* slider-section */
.banner-section {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.slider-section h2 {
  font-size: 75px;
  text-transform: uppercase;
  font-weight: 700;
}
.slider-section h2 span {
  color: #018fff;
}
.slider-section h2 span {
  background: -webkit-linear-gradient(#eee, #333);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.box-slides-wrapper {
  margin-top: 20px;
}
.box-slide-1 {
  background: linear-gradient(
    96deg,
    rgba(106, 0, 255, 1) 0%,
    rgba(217, 5, 255, 1) 100%
  );
  width: 100%;
  max-height: 250px;
  border-radius: 18px;
  padding: 27px 20px;
  cursor: pointer;
  width: 95% !important;
  margin: auto;
}
.slick-slide.slick-current.slick-active .box-slide-1 {
  max-height: unset;
}
.box-slide-1 h4 {
  color: #fff;
  font-size: 24px;
}
.box-slide-1 p {
  color: #fff;
}
.box-img {
  display: flex;
  justify-content: center;
}
.box-img img {
  width: 256px;
  height: 140px;
  border: 3px solid #fff;
  border-radius: 10px;
  object-fit: cover;
}
.arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 40px;
}
.nextarrow,
.prevarrow {
  display: inline-block;
  padding: 0px 5px;
  cursor: pointer;
}
/* DYNAMIC SECTION START */
.dynmic-section {
  margin-bottom: 50px;
}
.dynmic-section-title {
  font-size: 75px;
  font-weight: 700;
  color: #1e1e1e;
  padding-top: 100px;
  text-transform: uppercase;
}
.product-layout-row .filters {
  color: #018fff;
  font-size: 14px;
  text-decoration: none;
  display: none;
}
.sidebar {
  background: rgb(0 153 255 / 20%);
  border-radius: 24px;
}
.product-layout-row {
  display: flex;
  margin-top: 30px;
}
.side-bar-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.side-bar-top img {
  display: none;
}
.sidebar,
.product-boxes {
  display: inline-block;
}
.sidebar h4 {
  font-weight: 600;
  padding: 30px 10px 0px 10px;
  font-size: 18px;
}
.nav {
  padding: 10px 10px;
  display: inline-block;
  width: 100%;
}
.nav ul {
  flex-direction: column;
}
li.nav-item {
  padding: 10px 20px;
  margin: 10px 0px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
a.nav-link {
  color: #000;
}
.product-boxes {
  padding-left: 35px;
}
.product-boxes h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  color: #313131;
}
.product-boxes h5 {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #434445;
}
.product-box-parent {
  display: inline-flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 3%;
}
.product-box {
  margin-top: 60px;
  /* padding-left: 0px; */
  display: flex;
  flex-direction: column;
  width: 31%;
  margin-bottom: 20px;
}
.product-img {
  /*background-color: rgba(135, 255, 136, 0.3);*/
  display: inline-flex;
  border-radius: 22px;
  justify-content: center;
  min-height: 170px;
}
.pink {
  background: rgba(255, 172, 192, 0.3);
}
.blue {
  background-color: rgba(127, 185, 255, 0.3);
}
.product-img img {
  position: relative;
  bottom: 30px;
  width: 50%;
  object-fit: cover;
}
.product-detail {
  display: inline-flex;
  justify-content: space-between;
  margin-top: 10px;
}
.product-text h5 {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 0;
}
.product-text h6 {
  font-size: 13px;
  font-weight: 400;
  margin: 0;
  line-height: 19px;
}
.product-text p {
  font-size: 15px;
  font-weight: 600;
  margin: 0;
  line-height: 22px;
}
.product-btn button.shop {
  background-image: linear-gradient(
    45deg,
    hsl(27deg 61% 63%) 0%,
    hsl(26deg 62% 62%) 11%,
    hsl(25deg 63% 61%) 22%,
    hsl(24deg 64% 60%) 33%,
    hsl(24deg 65% 59%) 44%,
    hsl(23deg 66% 58%) 56%,
    hsl(23deg 66% 57%) 67%,
    hsl(22deg 67% 56%) 78%,
    hsl(21deg 69% 55%) 89%,
    hsl(20deg 69% 54%) 100%
  );
  border: none;
  border-radius: 100%;
  width: 40px;
  height: 40px;
}
.product-btn button.favourite {
  background: rgba(216, 222, 229, 1);
  border: none;
  border-radius: 100%;
  padding: 2px 5px;
  width: 40px;
  height: 40px;
}
.shop img,
.favourite img {
  width: 20px;
}
.d-none {
  display: none !important;
}
.nav-item.active {
  background: linear-gradient(
    267.45deg,
    #26fcc0 -56.34%,
    #02a1f1 77.03%
  ) !important;
}

.nav-item.active a {
  color: white;
}

@media only screen and (max-width: 980px) {
  .slider-section h2,
  .dynmic-section-title {
    font-size: 60px;
  }
  .nav-item a {
    padding-left: 0;
    padding-right: 0;
  }
  .product-box {
    width: 48.5%;
  }
}
@media only screen and (max-width: 767px) {
  .slider-section h2,
  .dynmic-section-title {
    font-size: 45px;
  }
  .dynmic-section-title {
    padding-left: 15px;
    padding-right: 15px;
  }
  li.nav-item {
    padding: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .arrows {
    top: 50px;
  }
  .arrows img {
    width: 20px;
  }
  .product-boxes {
    margin-left: 0;
    margin-top: 50px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .product-layout-row .filters,
  .side-bar-top img {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
  }
  .nav {
    overflow-y: auto;
    height: 100vh;
    padding-bottom: 70;
  }
  .sidebar {
    position: fixed;
    top: 0;
    z-index: 999;

    left: -300%;
    height: 100vh;
    width: 50%;
    transition: left 400ms ease-in-out;
  }
  .sidebar.active {
    left: 0;
  }
  .product-layout-row {
    display: block;
  }
  .box-img img {
    width: 100%;
    height: 100%;
  }
  .sidebar {
    background: #c2e7fd;
    border-radius: 0 24px 24px 0;
  }
}
@media only screen and (max-width: 600px) {
  .product-box {
    width: 100%;
  }
  .arrows {
    top: 80px;
  }
  .arrows img {
    width: 15px;
  }
}
@media only screen and (max-width: 500px) {
  .slider-section h2,
  .dynmic-section-title {
    font-size: 30px;
  }
  .box-slide-1 {
    width: 100% !important;
  }
}
