@keyframes shine {
  from {
    opacity: 0;
    left: 0%;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0;
    left: 100%;
  }
}
section:has(.client-sec) {
  position: relative;
}
section:has(.client-sec)::after {
  content: "";
  position: absolute;
  top: -13%;
  right: 0%;
  width: 350px;
  height: 538px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(1) scaleX(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.client-sec)::after {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}
section:has(.client-sec)::before {
  content: "";
  position: absolute;
  top: 2%;
  left: -1%;
  width: 350px;
  height: 540px;
  background: url("../../../assets/images/Vectors/vector.png") no-repeat;
  z-index: -1;
  transform: scaleY(-1);
}
@media only screen and (max-width: 540px) {
  section:has(.client-sec)::before {
    width: 250px;
    height: 350px;
    background-size: contain;
  }
}

.certificate-banner {
  position: relative;
  color: white;
  overflow: hidden;
  height: 100vh;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .certificate-banner {
    height: 80vh;
  }
}
@media only screen and (max-width: 991px) {
  .certificate-banner {
    height: 50vh;
  }
}
@media only screen and (max-width: 540px) {
  .certificate-banner {
    height: 70vh;
  }
}
.certificate-banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.08%, rgba(0, 0, 0, 0.85) 100%);
}
.certificate-banner .video-background video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
@media only screen and (max-width: 540px) {
  .certificate-banner .video-background .container {
    padding: 0;
  }
}
.certificate-banner .video-background .container .bg-wrapper {
  position: absolute;
  z-index: 1;
  width: 90%;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%);
}
@media only screen and (max-width: 1024px) {
  .certificate-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .certificate-banner .video-background .container .bg-wrapper {
    width: 70%;
  }
}
@media only screen and (max-width: 540px) {
  .certificate-banner .video-background .container .bg-wrapper {
    bottom: 10%;
    margin-left: 0;
    width: 100%;
  }
}
.certificate-banner .video-background .container .bg-wrapper h1 {
  font-weight: 800;
  font-size: 48px;
  line-height: 55px;
  text-align: center;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .certificate-banner .video-background .container .bg-wrapper h1 {
    max-width: 100%;
    line-height: 1.2;
    font-size: 40px;
    margin-left: 0;
    text-align: center;
  }
}
@media only screen and (max-width: 540px) {
  .certificate-banner .video-background .container .bg-wrapper h1 {
    max-width: 100%;
    font-size: 25px;
    line-height: 1.1;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}
.certificate-banner .video-background .container .bg-wrapper p {
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: var(--white);
  max-width: 436px;
  margin: auto;
}
@media only screen and (max-width: 540px) {
  .certificate-banner .video-background .container .bg-wrapper p {
    font-weight: normal;
    max-width: 90%;
    margin: auto;
    line-height: 1.4;
    font-size: 14px;
  }
}

.client-sec {
  padding: 60px 0;
}
.client-sec .heading {
  text-align: center;
  margin-bottom: 50px;
}
.client-sec .heading h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 55px;
}
@media only screen and (max-width: 540px) {
  .client-sec .heading h2 {
    font-size: 38px;
    line-height: 1;
  }
}
@media only screen and (max-width: 540px) {
  .client-sec .heading p {
    max-width: 90%;
    margin: auto;
  }
}
.client-sec .grid-box {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}
@media only screen and (max-width: 1024px) {
  .client-sec .grid-box {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .client-sec .grid-box {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 540px) {
  .client-sec .grid-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
}
.client-sec .grid-box .col {
  background: var(--white);
  height: 111px;
  border-radius: 10px;
  padding: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}/*# sourceMappingURL=clients.css.map */