*,
html,
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hero-equipment {
  background-image: url(../img/img/equiment.jpg);
  background-size: cover;
  background-position: center;
  height: 50vh;
  position: relative;
  background-color: #007efc;
  display: flex;
  justify-content: center;
  align-items: center;
  object-position: center center;
  z-index: 10;
}
.hero-equipment .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-equipment h1 {
  max-width: 700px;
  text-align: center;
  position: relative;
  padding-top: 30px;
  color: #e7e7e7;
  font-weight: 600;
  line-height: 50px;
  z-index: 10;

  font-size: 40px;
}

.hero-client span {
  color: #242424;
  font-weight: 800;
}
.pembatas {
  max-width: 80%;
  height: 2px;
  margin-top: 50px;
  margin-bottom: 50px;
  background-color: #242424;
}
.title h1 {
  font-size: 35px;
  font-weight: 800;
  color: #242424;
  margin-bottom: 20px;
}
.title h1 span {
  color: #959595;
}
.title-client h1 {
  text-align: center;
  font-size: 30px;
  font-weight: 800;
  color: #242424;
}
.title-client h1 span {
  color: #1e90ff;
}

/* setion equipment  */

.yooo {
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: row;
  margin-bottom: 40px;
}
.yooo .kiri {
  width: 20%;
  /* background-color: #242424; */
}
.yooo .kanan {
  width: 80%;
}
.yooo .kiri ul {
  display: flex;
  flex-direction: column;
  justify-content: start;
  row-gap: 5px;
  background-color: #1e90ff;
  border-radius: 10px;
  padding: 3px;
}
.yooo .kiri button {
  width: 100%;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
  column-gap: 5px;
  color: #fff;
}

.yooo .kiri button:hover {
  background-color: #fff !important;
  color: #1e90ff;
}
.yooo .kiri ul .active {
  background-color: #fff !important;
  color: #1e90ff;
}
.yooo .kiri ul i {
  color: #fff;
}
.yooo .kiri ul span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33px;
  width: 33px;
  border-radius: 15%;
  background-color: #1e90ff;
  z-index: 1;
}
.tab-content {
  width: 100%;
  padding: 0 50px;
}
.tab-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: #242424;
}
.tab-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #696969;
}
.tab-content p {
  font: 18px;
  font-weight: 500;
  margin-top: 10px;
}
.tab-content .image-content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.tab-content .image-content .image {
  background-color: #fff;
  position: relative;
  max-width: 90%;
  height: 300px;
  margin: 10px 0px 30px 10px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.tab-content .image-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: center center;
}
.image-content h6 {
  text-align: center;
  margin-top: 5px;
}

@media (max-width: 900px) {
  .hero-equipment .overlay {
    background: rgba(30, 144, 255, 0.8);
  }
  .yooo {
    flex-direction: row;
  }
  .yooo .kiri {
    width: 30%;
  }
  .yooo .kiri ul {
    flex-direction: column;
    justify-content: start;
    row-gap: 5px;
    background-color: #1e90ff;
    border-radius: 10px;
    padding: 3px;
  }
  .yooo .kiri button {
    width: 100%;
    color: #fff;
    justify-content: left;
    font-size: 14px;
    column-gap: 4px;
  }
  .yooo .kiri ul .active {
    background-color: #fff !important;
    color: #1e90ff;
  }
  .yooo .kiri ul span {
    height: 20px;
    width: 20px;
  }

  .yooo .kanan {
    width: 70%;
  }
  .tab-content .image-content {
    flex-direction: column;
  }
  .tab-content {
    padding: 0 50px;
  }
}
@media (max-width: 575.98px) {
  .hero-equipment h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .title h1 {
    text-align: center;
  }
  .yooo .kiri {
    width: 35%;
  }
  .yooo .kanan {
    width: 65%;
  }

  .yooo .kiri button {
    font-size: 8px;
    column-gap: 3px;
  }
  .yooo .kiri ul span {
    height: 12px;
    width: 12px;
  }
  .tab-content {
    padding: 0 5px;
  }
  .tab-content h2 {
    font-size: 30px;
  }
  .tab-content h4 {
    font-size: 16px;
  }
  .tab-content p {
    font-size: 14px;
  }
  .tab-content .image-content .image {
    height: 150px;
  }
  .image-content h6 {
    font-size: 14px;
  }
}
