.description {
  padding-top: 84px;
  padding-bottom: 84px;
  margin-top: 100px;
  margin-bottom: 300px;
}

.our-vision {
  margin-top: 100px;
  margin-bottom: 100px;
}

.csr {
  padding-top: 50px;
  padding-bottom: 50px;
}

.circular-image {
  border-radius: 250px;
  position: relative;
  top: 100%;
  height: 466px;
  width: 300px;
  padding-bottom: unset;
  transform: translate(-50%, -50%);
  cursor: auto;
  left: 50%;
  margin-top: 100px;
  margin-bottom: -60%;
}

.circular-image:hover {
  transform: translateY(calc(-50% - 10px));
}

.large-numbers {
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0.02em;
  font-weight: 600;
}

.info-numbers {
  padding-top: 335px;
  padding-bottom: 84px;
}

.info-numbers h3 {
  font-size: 14px;
  line-height: 18px;
}

.year {
  font-size: 40px;
  line-height: 32px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: center;
  height: 90px !important;
  transition: 0.2s ease;
}

.year:not(.slick-center) {
  font-size: 30px;
  line-height: 65px;
  opacity: 0.2;
}

.year-slider {
  text-align: center;
  background-color: var(--lblue);
  border-radius: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.year.slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
}

.slick-prev,
.slick-next {
  background: none;
  border: none;
  outline: none;
  font-size: 0;
}

.slick-prev::before {
  content: "";
  background: url("../images/arrow-white-up.svg");
  width: 42px;
  height: 42px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
}

.slick-next::before {
  content: "";
  background: url("../images/arrow-white-down.svg");
  width: 42px;
  height: 42px;
  display: block;
  background-color: transparent;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center;
}

.slick-list {
  position: relative;
}

.year-slider .slick-list::before {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(0);
  background: linear-gradient(90deg, #D6F5FF 34.09%, rgba(214, 245, 255, 0) 100%);
  z-index: 1;
}

.year-slider .slick-list::after {
  content: "";
  width: 30%;
  height: 100%;
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateX(0);
  background: linear-gradient(270deg, #D6F5FF 34.09%, rgba(214, 245, 255, 0) 100%);
  z-index: 1;
}

.years-content-slider .image-wrapper {
  padding-bottom: 75%;
  position: relative;
}

.years-content-slider .image-wrapper img {
  position: absolute;
  width: 95%;
  height: 100%;
  object-fit: cover;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 0px;
}

.featured-categories {
  padding-top: 45px;
  /* padding-bottom: 90px; */
  background-color: var(--slgrey);
}

.featured-categories .product-circular-image {
  width: 100%;
  border-radius: 40vw;
}

.featured-categories .column:nth-child(even) .product-circular-image {
  margin-top: 75px;
}

.featured-categories .product-circular-image img {
  width: 100%;
}

.featured-categories .side-bubble {
  background-color: var(--slgrey);
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.featured-categories .side-bubble .section-title {
  text-align: center;
}

.bubble {
  background-color: var(--lblue);
  border-radius: 191px 191px 0px 0px;
  padding: 49px;
  padding-top: 147px;
  padding-bottom: 105px;
  margin-bottom: 0;
  margin-top: 0;
  margin-left: 25px;
  margin-right: 25px;
}

.slick-prev {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}

.slick-next {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}

.about-gallery {
  height: 60vw;
}

.about-gallery img {
  object-fit: cover;
}

.controls {
  position: absolute;
  right: 20px;
  bottom: 20px;
  border-radius: 110px;
  overflow: hidden;
}

.controls .carousel-control-next, .controls .carousel-control-prev {
  position: relative;
  background-color: var(--lblue);
  padding: 15px 27px;
  opacity: 1;
  width: auto;
}

.controls .carousel-control-next:active, .controls .carousel-control-prev:active {
  opacity: 0.8;
}

.controls .carousel-control-prev {
  border-right: 1px solid var(--mdark);
}

.team-block {
  padding: 0 20px;
  aspect-ratio: 7/3;
  position: relative;
  margin-bottom: 30px;
}

.team-block img {
  width: calc(100% - 40px);
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
}

.team-block::after {
  content: "";
  width: calc(100% - 40px);
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.4) 0%, rgba(217, 217, 217, 0) 53.65%);
}

.team-block .title {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 45px;
}

@media screen and (min-width: 768px) {
  .description {
    margin-bottom: 250px;
  }

  .circular-image {
    border-radius: 250px;
    position: absolute;
    top: 50%;
    height: 716px;
    width: 460px;
    padding-bottom: unset;
    transform: translateY(-50%);
    cursor: auto;
    left: unset;
  }

  .info-numbers {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .large-numbers {
    font-size: 86px;
    line-height: 90px;
    letter-spacing: 0.02em;
    font-weight: 600;
  }

  .info-numbers h3 {
    font-size: 24px;
    line-height: 32px;
  }

  .year {
    font-size: 76px;
    line-height: 90px;
    font-weight: 600;
    letter-spacing: 0.02em;
    text-align: center;
    height: 90px !important;
    transition: 0.2s ease;
  }

  .year:not(.slick-center) {
    font-size: 50px;
    line-height: 65px;
    opacity: 0.2;
  }

  .year-slider {
    text-align: center;
    background-color: var(--lblue);
    border-radius: 400px 0 0 400px;
    padding-top: 60px;
    padding-bottom: 40px;
  }

  .year-slider .slick-list::before {
    content: "";
    width: 50%;
    height: 68px;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background: linear-gradient(180.81deg, #D6F5FF 34.09%, rgba(214, 245, 255, 0) 100%);
    z-index: 1;
  }
  
  .year-slider .slick-list::after {
    content: "";
    width: 50%;
    height: 68px;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: linear-gradient(0deg, #D6F5FF 34.09%, rgba(214, 245, 255, 0) 100%);
    z-index: 1;
  }

  .slick-prev {
    position: unset;
    left: unset;
    top: unset;
    transform: unset;
    z-index: 2;
  }
  
  .slick-next {
    position: unset;
    right: unset;
    top: unset;
    transform: unset;
    z-index: 2;
  }

  .featured-categories {
    background-color: transparent;
    margin-top: 45px;
  }

  .featured-categories .side-bubble .section-title {
    padding-top: 53px;
    padding-left: 64px;
    text-align: left;
  }

  .featured-categories .side-bubble {
    background-color: var(--slgrey);
    border-radius: 0 191px 191px 0;
    width: 588px;
    height: 426px;
    margin-bottom: -290px;
  }

  .featured-categories .column:nth-child(even) .product-circular-image {
    margin-top: 100px;
  }

  .bubble {
    background-color: var(--lblue);
    border-radius: 250px;
    padding: 49px;
    margin-bottom: 150px;
    margin-top: 100px;
  }

  .our-vision {
    margin-top: 150px;
    margin-bottom: 150px;
  }
  
  .csr {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .about-gallery {
    height: 45vw;
  }

  .team-block {
    padding: 0 40px;
    margin-bottom: 60px;
  }

  .team-block img {
    width: calc(100% - 80px);
  }
  
  .team-block::after {
    width: calc(100% - 80px);
  }

  .team-block .title {
    bottom: 35px;
    right: 95px;
    font-size: 32px;
    line-height: 38px;
  }

  .years-content-slider .image-wrapper img {
    border-radius: 300px;
  }
}
