.aboutusmaincontainer {
  min-height: auto;
  padding-top: 10vh;
}

.aboutusmaincontainer .whoweare {
  width: 50%;
  padding: 4vw;
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 1vw;
  color: var(--dark-grey);
}

.whoweare h1 {
  color: var(--dark-grey);
  white-space: nowrap;
  font-size: 4.5vw;
  font-weight: 600;
}

.whoweare .whoweareDesc {
  font-size: 1.2vw;
  width: 95%;
  line-height: 2.2vw;
}

.whoweare h1 span {
  color: var(--primary-color);
}

.aboutusmaincontainer video {
  width: 100%;
  /* height: 400px; */
  height: 100%;
  margin-top: 2vh;
  object-fit: cover;
  position: relative;
}

.aboutusmaincontainer .ourStrengths {
  width: 100%;
  padding: 2vw 8vw 0 8vw;
  background-image: url("../../../public/images/AboutUsPage/ourstrengthBg.jpg");
  margin: auto;
  align-items: center;
  display: flex;
  justify-content: center;
}

.ourStrengths .part1 {
  width: 40%;
  display: flex;
  flex-direction: column;
  gap: 0.8vw;
}

.ourStrengths .part1 .subheading {
  color: #54595f;
  font-size: 1.3vw;
  text-transform: uppercase;
}

.subheading i {
  color: var(--primary-color);
}

.ourStrengths .heading {
  color: var(--primary-color);
  font-size: 3vw;
  line-height: 3.3vw;
}

.ourStrengths .smalltext {
  color: #7c7676;
}

.pointers {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  margin-top: 2vh;
}

.point {
  width: 90%;
  display: flex;
  gap: 1vw;
  align-items: center;
  padding: 0.5vw;
  transition: all ease 0.5s;
}

.point:hover {
  background-color: #fff;
  transform: translateX(20px);
}

.point i {
  color: var(--primary-color);
  font-size: 1.5vw;
}

.point .pointText {
  color: #7c7676;
  font-size: 1.2vw;
}

.part2 {
  width: 50%;
}

.part2 img {
  width: 100%;
  height: 86vh;
  object-fit: contain;
}

.ournumbers {
  display: flex;
  flex-direction: column;
  padding: 4vw 0;
  gap: 4vw;
}

.ournumbers .heading {
  text-align: center;
  font-size: 1.5vw;
  text-transform: uppercase;
  font-weight: 500;
  color: var(--dark-grey);
}

.numbersgrid {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}

.numbersgrid .elem {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.numbersgrid .elem .number {
  transform: translateZ(0);
  backface-visibility: hidden;
  font-size: 2.5vw;
  color: var(--primary-color);
  font-weight: 500;
}

.numbersgrid .elem .number::after {
  content: "+";
}

.ournumbers .office {
  color: var(--dark-grey);
  text-transform: uppercase;
  text-align: center;
  font-weight: 500;
  font-size: 1.5vw;
}

.ournumbers .office i {
  color: var(--primary-color);
}

.numbersgrid .elem .numberDesc {
  font-size: 1.3vw;
  color: #4b5058;
}

.values {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 2vw;
}

.values .heading {
  font-size: 2vw;
  color: var(--dark-grey);
  font-weight: 500;
  text-transform: uppercase;
  text-align: center;
}

.values img {
  width: 80%;
  margin: 0 auto;
  height: 218px;
}

/* key supplieers override */

.our-partners-container {
  margin: 5vh auto;
  width: 90%;
}

.our-partners-container h1 {
  font-weight: 500;
  font-size: 2vw;
  text-transform: uppercase;
  color: var(--dark-grey);
  margin-bottom: 3vw;
  text-align: center;
}
.our-partners-container > h1 span {
  color: var(--primary-color);
}

.our-partners-container .subheading {
  text-align: center;
  font-size: 1.2vw;
  margin-bottom: 5vh;
}

.awardssection {
  padding: 3vw;
  width: 90%;
  margin: 8vh auto 0 auto;
}

.awardssection .topwrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4vh;
}

.awardssection .topwrapper .heading {
  font-size: 2vw;
  font-weight: 500;
  text-transform: capitalize;
}

.awardssection .topwrapper .heading span {
  color: var(--primary-color);
}

.navigators {
  display: flex;
  gap: 1vw;
}

.navigators i {
  font-size: 3vw;
  cursor: pointer;
  height: 46px;
  width: 46px;
  color: #fff;
  background-color: var(--primary-color);
  border-radius: 50%;
}

.awardcards {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  overflow-x: auto;
  gap: 2vw;
  position: relative;
}

.awardcards:hover {
  animation-play-state: paused;
  /* Pause the animation on hover */
}

.awardcards::-webkit-scrollbar {
  display: none;
}

.awardcards {
  scrollbar-width: none;
  /* Hide scrollbar in Firefox */
}

.award {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  display: flex;
  flex-shrink: 0;
  gap: 1vw;
  margin: 2vh 0;
  width: 20%;
  flex-direction: column;
  overflow: hidden;
  transition: transform 0.5s ease-in-out;
  animation: scrollOneByOne 10s linear infinite;
}

@keyframes scrollOneByOne {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-120%);
    /* Adjust this value based on your award width + gap */
  }
}

.award img {
  width: 100%;
  object-fit: cover;
}

.award .content {
  padding: 1.5vw;
  font-size: 1vw;
}




@media (max-width: 768px) {
    .ma4vw {
    margin-top: 4vw;
  }
  .whoweare h1 {
    font-size: 7vw;
  }
  .whoweare .whoweareDesc {
    font-size: 14px;
    line-height: 22px;
  }
  .aboutusmaincontainer .whoweareimg {
    height: 220px;
  }

  /* our strength mobile */
  .aboutusmaincontainer .ourStrengths {
    flex-direction: column;
    padding: 8vw 4vw;
    gap: 5vw;
  }
  .ourStrengths .part1 {
    gap: 3vw;
    width: 100%;
  }
  .ourStrengths .part2 {
    width: 100%;
  }
  .part2 img {
    object-fit: contain;
    height: 100%;
  }
  .subheading i {
    font-size: 6vw;
  }
  .subheading span {
    font-size: 5vw;
    font-weight: 500;
  }
  .ourStrengths .heading {
    font-size: 7vw;
    line-height: 9vw;
    text-transform: uppercase;
  }
  .pointers {
    gap: 4vw;
  }
  .point {
    width: 100%;
  }
  .point i {
    font-size: 7vw;
  }
  .point .pointText {
    font-size: 16px;
  }

  /* numbers section on mobile */
  .ournumbers .heading {
    font-size: 5vw;
  }
  .numbersgrid {
    flex-direction: column;
    gap: 8vw;
  }
  .numbersgrid .elem .number {
    font-size: 10vw;
  }
  .numbersgrid .elem .numberDesc {
    font-size: 6vw;
  }
  .ournumbers .office {
    font-size: 5vw;
    margin-top: 4vw;
  }
  .ournumbers .office {
    font-size: 4vw;
  }
  .values {
    margin-top: 4vh;
  }
  .values .heading {
    font-size: 7vw;
  }
  .values img {
    width: 90%;
    height: 100%;
  }
  .our-partners-container h1 {
    font-size: 7vw;
  }
  .our-partners-container {
    padding: 2vh 0;
  }
}
