body {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

/* hero section  */

.hero-section video {
  width: 100%;
}

/* Style for the SVG */
.animated-svg {
  position: absolute;
  right: 20px;
  top: 78%;
  width: 100%;
  height: auto;
  z-index: 1;
}

.hero-section {
  position: relative;
  width: 100%;
  top: 0;
  margin-bottom: 100px;
  margin-top: -119px;
}

.hero-section video {
  width: 100%;
}

/* our services  */

.our-services-container {
  margin-bottom: 50px;
}

.our-services-container h2 {
  margin-bottom: 20px;
  font-size: 5rem !important;
}

/* raw material sourcing  */

.pill-main {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 2;
  position: relative;
}

.pill {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  border-top-right-radius: 150px;
  width: auto;
  min-width: 85%;
  border-bottom-right-radius: 150px;
  gap: 20px;
  height: 277px;
  overflow: hidden;
}

.pill p {
  font-style: italic;
  color: rgb(17, 16, 16, 91%);
}

.pill h2 {
  font-size: 4rem !important;
  font-weight: lighter !important;
}

.pill-1 {
  /* width: 75%;
  margin-left: -100px; */
  transition: transform 0.5s ease;
  transform: translateX(-82%);
}

.pill-2 {
  /* width: 75%;
  margin-left: 100px; */
  transition: transform 0.5s ease;
  transform: translateX(82%);
  margin-bottom: 100px !important;
}

.raw-img {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.consultancy-img {
  opacity: 0;
  transition: opacity 0.5s ease;
}

.consultancy-pill {
  border-top-left-radius: 150px;
  border-bottom-left-radius: 150px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-bottom: 50px;
  flex-direction: row-reverse !important;
  margin-left: 100px;
}

.text h2 {
  margin-bottom: 20px;
}

.img-sec {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  zoom: 0.9;
}

.img-sec img {
  width: 220px;
  /* height: 207px; */
  border-radius: 22px;
  transform: rotate(12deg);
  transform-origin: center;
}

.img-sec .circle-img {
  border-radius: 50%;
  width: 220px;
  /* height: 165px; */
}

.pill a {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  color: black;
  height: 100%;
}

.pill-2 a {
  flex-direction: row-reverse;
}

/* how it began  */

.left-img-right-text-container {
  margin-bottom: 100px;
  z-index: 2;
  position: relative;
}

.inner-how-it-began {
  display: flex;
  gap: 50px;
}

.image-div {
  display: flex;
  width: 50%;
  gap: 5px;
}

.how-it-began-text {
  width: 50%;
}

.image-div img {
  width: 100%;
}

.image-div .img-small {
  height: 30%;
}

.image-div .img-big {
  height: 70%;
}

.inner-how-it-began h2 {
  margin-bottom: 20px;
}

.inner-how-it-began p {
  line-height: 25px;
}

.began-img {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}

/* our journey  */

.row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  margin: 20px 0px;
  z-index: 2;
  position: relative;
}

.counter-div {
  text-align: center;
}

.counter-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.counter-top {
  display: flex;
  align-items: center;
}

.counter-top span {
  font-size: 6.4rem !important;
  font-weight: bold !important;
}

.our-journey-inner {
  display: flex;
  margin-bottom: 100px;
  justify-content: space-between;
  gap: 50px;
  position: relative;
  z-index: 1;
}

.image-section {
  width: 50%;
}

.image-section img {
  width: 100%;
}

.huzaifa-img {
  transform: translateX(117%);
  transition: transform 0.5s ease;
}

/* sustainability first  */

.sustainability-container {
  margin-bottom: 100px;
  position: relative;
  z-index: 2;
}

.logo-section {
  display: flex;
  gap: 20px;
  padding: 50px 0px;
  z-index: 2;
  position: relative;
}

.logo-section-left {
  width: 50%;
}

.logo-section-left p {
  color: rgb(17, 16, 16, 76%);
}

.logo-section-right {
  width: 50%;
}

.logo-section-left h2 {
  margin-bottom: 20px;
}

.logo-container {
  width: 100%;
  transition: opacity 1s ease;
}

.tool-kit-row {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
  margin: 20px 0px;
}

/* testimoniasl  */

.testimoniasl-heading h2 {
  margin-bottom: 20px;
}

.wrapper {
  margin-bottom: 100px;
}

.slider {
  z-index: 2;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 60px;
}
.slider .slider__wrap {
  display: flex;
  align-items: flex-start;
  position: relative;
  z-index: 2;
}
.slider .slider__wrap .swiper-slide {
  width: 300px;
  flex-shrink: 0;
  opacity: 0;
  height: 400px;
  background: #ececec;
  border-radius: 20px;
  pointer-events: none;
  transition: all 0.3s;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide:hover {
  box-shadow: 0px 0px 8px -1px rgba(0, 0, 0, 0.75);
}

.slider .slider__wrap .swiper-slide-active,
.slider .slider__wrap .swiper-slide-prev,
.slider .slider__wrap .swiper-slide-next {
  opacity: 1;
  pointer-events: auto;
}
.slider .slider__controls {
  position: relative;
  z-index: 12;
}
.slider .slider__controls .slider__pagination {
  text-align: center;
  margin-top: 50px;
}
.slider .slider__controls .slider__pagination .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  /* background: #000000; */
  opacity: 0.2;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity 0.5s, background-color 0.5s, width 0.5s;
  transition-delay: 0.5s, 0.5s, 0s;
}
.slider
  .slider__controls
  .swiper-pagination-clickable
  .swiper-pagination-bullet {
  cursor: pointer;
}
.slider .slider__controls .slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #eca906 !important;
  width: 100px;
  transition-delay: 0s;
}
.slider .slider__controls .slider__button-next,
.slider .slider__controls .slider__button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.slider .slider__controls .slider__button-prev:focus,
.slider .slider__controls .slider__button-next:focus {
  outline: none !important;
}

.slider-img {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.card-text {
  margin-bottom: 50px;
}

.qoutes-img {
  width: 40px;
  height: 40px;
}

.slider-content {
  width: 90%;
  height: 90%;
}

@media (min-width: 1600px) {
  p {
    font-size: 3rem !important;
  }

  .inner-how-it-began p {
    line-height: 45px;
  }

  .image-div {
    width: 50%;
  }

  .image-div .img-big {
    height: auto;
  }

  .image-div .img-small {
    height: auto;
  }

  .how-it-began-text {
    width: 50%;
  }

  /* our journey  */

  .image-section {
    width: auto;
  }

  .logo-section {
    gap: 50px;
  }
  .slider-content p {
    font-size: 2rem !important;
  }
}

@media (max-width: 1300px) {
  .image-div .img-big {
    height: auto;
  }
}

@media (max-width: 1200px) {
  .img-sec {
    zoom: 0.8;
  }

  .img-sec .circle-img {
    border-radius: 50%;
    width: 200px;
  }

  .img-sec img {
    width: 200px;
  }
}

@media (max-width: 1100px) {
  .img-sec {
    zoom: 0.7;
  }
}

@media (max-width: 992px) {
  h1 {
    font-size: 5rem !important;
  }

  h2 {
    font-size: 4rem !important;
  }

  p {
    font-size: 1.7rem !important;
  }

  .counter-top span {
    font-size: 4rem !important;
  }

  /* raw material souricng  */

  .pill {
    padding: 40px 10px;
    height: auto;
  }

  .img-sec img,
  .img-sec .circle-img {
    width: auto;
    height: auto;
  }

  .img-sec img {
    max-width: 120px;
  }

  .img-sec {
    zoom: 1;
  }

  /* how it began  */

  .inner-how-it-began {
    flex-direction: column;
  }

  .image-div {
    width: 100%;
  }

  .how-it-began-text {
    width: 100%;
  }

  .pill-1 {
    width: 95%; /*vw*/
    margin-left: 0px;
  }

  .pill-2 {
    width: 95%; /*vw*/
    margin-left: 0px;
  }

  /* raw material souricng  */

  .pill {
    width: 95%; /*vw*/
  }

  /* .img-sec img {
    max-width: 85px;
  } */

  .img-sec {
    gap: 15px;
  }

  .card-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 810px) {
  /* raw material  */

  .pill {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 10px;
  }

  .pill a {
    display: flex;
    /* flex-direction: column; */
    gap: 20px;
    padding: 10px;
  }

  /* .pill-1 a {
    align-items: flex-start;
  } */

  /* .pill-2 a {
    align-items: flex-end;
  } */

  .pill-main {
    padding: 0px 10px;
  }

  .text h2 {
    margin-bottom: 5px;
  }

  .left-img-right-text-container {
    margin-bottom: 50px;
  }

  .img-sec {
    zoom: 0.8;
  }
}

@media (max-width: 768px) {
  h1 {
    font-size: 4.5rem !important;
  }

  h2 {
    font-size: 3.5rem !important;
  }

  p {
    font-size: 1.5rem !important;
  }

  /* sustainability first  */

  .logo-section {
    flex-direction: column;
  }

  .logo-section-left,
  .logo-section-right {
    width: 100%;
  }

  /* our journey  */

  .our-journey-inner {
    flex-direction: column-reverse;
  }

  .image-section {
    width: 100%;
  }

  .row {
    justify-content: start;
  }

  .counter-div {
    width: 200px;
    text-align: start;
  }

  /* sustainability first  */

  .logo-section {
    gap: 50px;
  }
}

@media (max-width: 650px) {
  .img-sec {
    zoom: 0.8;
  }
}

@media (max-width: 570px) {
  .text h2 {
    font-size: 2.4rem !important;
  }

  .img-sec {
    zoom: 0.7;
  }
}

@media (max-width: 510px) {
  .img-sec {
    zoom: 0.4;
  }
}

@media (max-width: 556px) {
  h1 {
    font-size: 2.5rem !important;
  }

  h2 {
    font-size: 3rem !important;
  }

  h3 {
    font-size: 2rem !important;
  }

  p {
    font-size: 1.4rem !important;
  }
}

@media (max-width: 440px) {
  .pill-1 a {
    flex-direction: column;
    align-items: self-start;
  }

  .pill-2 a {
    flex-direction: column;
    align-items: self-end;
  }

  .img-sec {
    zoom: 0.7;
  }
}

@media (max-width: 340px) {
  .img-sec {
    zoom: 0.6;
  }
}

/* tool kit logo 6 col 1 row logos css break point are below  */

@media (max-width: 1315px) {
  .tool-kit-logo {
    margin: 15px 8.3333%;
    width: calc(16.6667%);
  }
}

@media (min-width: 1316px) {
  .tool-kit-logo {
    margin: 10px;
    width: calc(16.6667% - 20px);
  }
}
