/* hero */
.hero-video {
  position: absolute;
  top: 0;
  left: 0;
  height: 100% !important;
  width: 100%;
  object-fit: cover;
  /* MASK SHAPE */
  -webkit-mask-image: url(../images/hero-bg-mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../images/hero-bg-mask.png);
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: 100% 100%;
}

.heroslider1::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.35) 50%, rgba(0, 0, 0, 0.65) 100%);
  z-index: 1;
}

/* Content on top */
.hero-content {
  position: relative;
  z-index: 2;
  padding-top: 20px;
}

/* Buttons example */
.secherbtn1 {
  background: var(--secondary-color);
  padding: 12px 25px;
  color: var(--white);
  border-radius: 6px;
  text-decoration: none;
  margin-right: 10px;
}

.secherbtn2 {
  background: var(--white);
  padding: 12px 25px;
  color: var(--text-black);
  border-radius: 6px;
  text-decoration: none;
}

.heroslider1 {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-mask-image: url(../images/hero-bg-mask.png);
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center bottom;
  -webkit-mask-size: 100% 100%;
  mask-image: url(../images/hero-bg-mask.png);
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: 100% 100%;
  padding-top: 180px;
  /* height: 950px; */
  border-radius: 30px;
}

.erchertextbg h1 {
  font-family: 'Fredoka';
  font-size: 70px;
  color: var(--white);
  font-weight: 700;
}

.erchertextbg h5 {
  font-family: 'Inter';
  font-size: 14px;
  color: var(--white);
  font-weight: 500;
  padding: 10px 15px;
  border-radius: 40px;
  background: var(--white-tranp);
  display: inline-block;

  animation: floatUpDown 3s ease-in-out infinite;
}

/* Animation */
@keyframes floatUpDown {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-8px);
    /* kitna upar jana hai */
  }

  100% {
    transform: translateY(0);
  }
}

.erchertextbg h1 {
  font-family: 'Inter';
  font-size: 70px;
  color: var(--white);
  font-weight: 700;
}


.erchertextbg p {
  font-family: 'Inter';
  font-size: 18px;
  color: var(--white);
}

.secherbtn {
  padding: 30px 0px;
}

.secherbtn1 {
  font-family: 'Inter';
  font-size: 16px;
  font-weight: 700;
  background: var(--primary-color);
  padding: 20px 30px;
  border-radius: 10px;
  color: var(--white);
  text-decoration: none;
  margin-right: 30px;
  transition: background-color 0.35s ease,
    border-color 0.35s ease,
    color 0.35s ease;
}

.secherbtn1:hover {
  background-color: var(--secondary-color);
}

/* Rotating Circle Badge */
.circle-badge {
  position: absolute;
  bottom: 6px;
  left: 50%;
  transform: translateX(-50%);
  width: 180px;
  height: 180px;
  border-radius: 50%;
  z-index: 50;
}

/* SVG text */
.circle-badge svg {
  width: 100%;
  height: 100%;
  animation: rotateText 10s linear infinite;
}

.circle-badge text {
  font-size: 12px;
  letter-spacing: 2px;
  fill: var(--white);
  font-weight: 600;
  text-transform: uppercase;
}

/* Center Arrow Circle */
.circle-arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 55px;
  height: 55px;
  background: var(--primary-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: var(--text-black);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.circle-arrow a i {
  color: var(--white);
}

/* Rotation Animation */
@keyframes rotateText {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

/* Mobile Responsive */
@media(max-width:576px) {
  .circle-badge {
    width: 170px;
    height: 170px;
    bottom: 35px;
    left: 109px;
  }

  .circle-arrow {
    width: 45px;
    height: 45px;
    font-size: 16px;
  }
}

/* hero end */
.secpadconbg{
  padding-top: 24px;
}
.secreviandconbg {
  padding: 0px 40px;
  background: var(--white);
  margin-top: -180px;
}
.col-md-5.d-flex.justify-content-around {
    padding-left: 90px;
}
.counter-box h2 {
  font-size: 48px;
  font-weight: 500;
  color: var(--text-black);
  font-family: 'Fredoka';
  margin: 0;
}

.counter-box p {
  font-size: 16px;
  color: var(--text-gray);
  font-family: 'Inter';
  margin-top: 5px;
  margin-bottom: 0;
}



.review-box{
  gap: 12px;
}

.review-avatars{
  display: flex;
}

.review-avatars img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid var(--white);
  margin-left: -12px;
  object-fit: cover;
}

.review-text .stars{
  color: var(--secondary-color);
  font-size: 28px;
  line-height: 1;
      text-align: start;
    padding-left: 10px;

}

.review-text p{
  font-size: 14px;
  color: var(--text-gray);
  margin: 0;
}