.hero-all {
  margin-top: 125px;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.hero-section {
  width: 80%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  overflow: hidden;
}

.hero-section h1 {
  font-size: 57px;
  font-weight: 700;
  color: black;
  line-height: 68px;
  text-align: center;
}

.hero-section .index-span {
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  background: linear-gradient(to right, #00d3f3, #007a8d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.hero-content-center {
  width: 700px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.hero-section p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: black;
  text-align: center;
  padding-left: 100px;
  padding-right: 100px;
}

.hero-section b {
  font-size: 18px;
  line-height: 24px;
  color: black;
  text-align: center;
  padding-left: 30px;
  padding-right: 30px;
}

.hero-section span {
  color: #0092bb;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  text-transform: uppercase;
}

.button-1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}

.button-1 .btn-1 {
  background: linear-gradient(to right, #00d3f3, #007abd);
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  color: white;
  font-weight: 700;
  line-height: 14px;
  border-radius: 40px;
  border: none;
}

.button-1 .btn-2 {
  background: transparent;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 50px;
  padding-right: 50px;
  font-size: 18px;
  color: #00d3f3;
  font-weight: 700;
  line-height: 14px;
  border-radius: 40px;
  border: 1px solid #00d3f3;
}

.tl {
  display: flex;
  flex-direction: row;
  padding-top: 30px;
  align-items: center;
  justify-content: center;
  gap: 50px;
  color: #575a5a;
  list-style-type: disc;
}

.tl li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.video-hero video {
  width: 100%;
  border-radius: 20px;
}

.hero-img {
  width: 100%;
}

.hero-img img {
  width: 100%;
  margin-top: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .hero-section .index-span {
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    color: #0092bb;
    text-align: center;
  }

  .hero-section span {
    color: #0092bb;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-section h1 {
    font-size: 57px;
    font-weight: 700;
    color: black;
    line-height: 68px;
    text-align: center;
  }

  .hero-section p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: black;
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .button-1 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .button-1 .btn-1 {
    background: linear-gradient(to right, #00d3f3, #007abd);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    color: white;
    font-weight: 700;
    line-height: 14px;
    border-radius: 30px;
    border: none;
  }

  .button-1 .btn-2 {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    color: #00d3f3;
    font-weight: 700;
    line-height: 14px;
    border-radius: 30px;
    border: 1px solid #00d3f3;
  }

  .tl {
    display: flex;
    flex-direction: row;
    padding-top: 30px;
    align-items: center;
    justify-content: center;
    gap: 50px;
    color: #575a5a;
    list-style-type: disc;
  }

  .tl li {
    font-size: 12px;
    line-height: 24px;
    font-weight: 400;
  }
}

@media only screen and (max-width: 767px) {
  .hero-section {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .hero-section .index-span {
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    color: #0092bb;
    text-align: center;
  }

  .hero-section span {
    color: #0092bb;
    font-size: 14px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
  }

  .hero-section h1 {
    font-size: 28px;
    font-weight: 700;
    color: black;
    line-height: 40px;
    text-align: center;
  }

  .hero-content-center {
    width: 100%;
  }

  .hero-content-center b {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
  }

  .hero-section p {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: black;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero-section b {
    font-size: 16px;
  }

  .button-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
  }

  .button-1 .btn-1 {
    background: linear-gradient(to right, #00d3f3, #007abd);
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    color: white;
    font-weight: 700;
    line-height: 14px;
    border-radius: 30px;
    border: none;
  }

  .button-1 .btn-2 {
    background: transparent;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-size: 18px;
    color: #00d3f3;
    font-weight: 700;
    line-height: 14px;
    border-radius: 30px;
    border: 1px solid #00d3f3;
  }

  .tl {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 30px;
    gap: 20px;
    color: #575a5a;
    list-style-type: disc;
  }

  .tl li {
    font-size: 10px;
    line-height: 24px;
    font-weight: 400;
  }

  .hero-img img {
    width: 100%;
    margin-top: 10px;
  }
}
