.main-testimonial {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  width: 100%;
  /* background-color: #f19a0d; */
  background-color: #33a9c6;
  padding: 50px 0;
}

.main1 {
  width: 1000px;
}

.main1 h1 {
  text-align: center;
  font-size: clamp(2rem, 4vw, 2.6rem);
  color: #fff;
  margin-bottom: 70px;
}

.slide-row {
  display: flex;
  width: 5000px;
  transition: 0.5s;
}

.slide-col {
  position: relative;
  width: 1000px;
  height: 420px;
}

.hero {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}

.hero img {
  height: 100%;
  border-radius: 10px;
  width: 320px;
  object-fit: cover;
  pointer-events: none;
  user-select: none;
}

.content1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 420px;
  color: #4d4352;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  border-left: 15px solid #0B5197;
  /* border: 1px solid rgba(255, 255, 255, 0.225); */
  /* border: 1px solid rgba(255, 255, 255, 0.3); */
  padding: 45px;
  z-index: 2;
  user-select: none;
}
/* .content1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 600px;
  height: 420px;
  color: #4d4352;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4.5px);
  -webkit-backdrop-filter: blur(4.5px);
  border-radius: 10px;
  padding: 45px;
  z-index: 2;
  user-select: none;
} */

.content1 p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.3;
  color: #fff;
  margin-bottom: 20px;
  line-height: 24px;
}
.content1 a {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  background: #fff;
  padding: 15px 35px;
  /* margin-top: 31px; */
  text-decoration: none;
  color: #0b5197;
  /* border-radius: 8px; */
  cursor: pointer;
}
.content1 h2 {
  font-size: 2.1rem;
  font-weight: 600;
  margin: 20px 0;
  color: #0b5197;
}

.indicator {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}

.indicator .btn5 {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 4px;
  border-radius: 15px;
  background: #fff;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}

.btn.active {
  width: 30px;
}

.slider {
  width: 100%;
  overflow: hidden;
}

@media (max-width: 850px) {
  .main1 {
    width: 500px;
  }

  .slide-row {
    width: 2500px;
  }

  .slide-col {
    width: 500px;
    height: 250px;
  }

  .hero img {
    width: 200px;
  }

  .content1 {
    width: 320px;
    height: 200px;
    padding: 20px;
  }

  .content1 p {
    font-size: 0.9rem;
  }

  .content1 h2 {
    font-size: 1.2rem;
    margin-top: 20px;
    width: 75%;
  }
}

@media (max-width: 550px) {
  .main1 {
    width: 300px;
  }

  .slide-row {
    width: 1500px;
  }

  .slide-col {
    width: 500px;
    height: 300px;
  }

  .hero {
    top: 60%;
    height: 100px;
    z-index: 5;
  }

  .hero img {
    width: 100px;
  }

  .content1 {
    width: 300px;
    height: 260px;
  }
  .main-testimonial {
    padding: 10px 0;
    min-height: 60vh;
  }
  .main1 h1 {
    margin-bottom: 5px;
  }
}
