/* #navbar-page-rest {
  background: #061626;
}
#hero-page-rest {
  background: #061626;
} */

/* Tentang Kami */
.tentang-kami-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  align-items: center;
  padding: 100px;
  gap: 25px;
  position: relative;
}
.tentang-kami-content .tentang-kami-content-left h1 {
  color: #f1f1f1;
  font-weight: 600;
  font-size: 40px;
  margin-bottom: 10px;
}
.tentang-kami-content .tentang-kami-content-left p {
  color: #f1f1f1;
  font-weight: 300;
  margin-top: 10px;
  text-align: justify;
  font-size: 16px;
}
.tentang-kami-content-right {
  position: absolute;
  right: 0;
}
.tentang-kami-content-right img {
  width: 600px;
  height: 500px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.tentang-kami-content-hidden {
  display: none;
}

/* Video */

#video-tentangkami {
  margin-top: 100px;
  margin-bottom: 100px;
  width: 100%;
  height: 100%;
}
#video-tentangkami video {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 1000px) {
  #video-tentangkami {
    margin-top: 0px;
    margin-bottom: 100px;
    width: 100%;
    height: 100%;
  }
  #video-tentangkami video {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}

@media screen and (max-width: 1215px) {
  .tentang-kami-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 25px;
    position: relative;
  }
  .tentang-kami-content .tentang-kami-content-left h1 {
    color: #f1f1f1;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .tentang-kami-content .tentang-kami-content-left p {
    color: #f1f1f1;
    font-weight: 300;
    margin-top: 10px;
    text-align: justify;
    font-size: 16px;
  }
  .tentang-kami-content-right {
    position: absolute;
    right: 0;
  }
  .tentang-kami-content-right img {
    width: 500px;
    height: 400px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }

  /* Video */
  #video-tentangkami video {
    width: 100%;
  }
}
@media screen and (max-width: 990px) {
  .tentang-kami-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 5px;
    position: relative;
  }
  .tentang-kami-content .tentang-kami-content-left h1 {
    color: #f1f1f1;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
  }
  .tentang-kami-content .tentang-kami-content-left p {
    color: #f1f1f1;
    font-weight: 300;
    margin-top: 10px;
    text-align: justify;
    font-size: 16px;
  }
  .tentang-kami-content-right {
    position: absolute;
    right: 0;
  }
  .tentang-kami-content-right img {
    width: 400px;
    height: 350px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }

  /* Video */

  #video-tentangkami video {
    width: 100%;
  }
}
@media screen and (max-width: 830px) {
  .tentang-kami-content {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 50px;
    gap: 5px;
    position: relative;
    margin-top: 150px;
  }
  .tentang-kami-content .tentang-kami-content-left h1 {
    color: #f1f1f1;
    font-weight: 600;
    font-size: 40px;
    margin-bottom: 10px;
    text-align: center;
  }
  .tentang-kami-content .tentang-kami-content-left p {
    color: #f1f1f1;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
    font-size: 16px;
  }
  .tentang-kami-content-right {
    position: absolute;
    right: 0;
  }
  .tentang-kami-content-right img {
    width: 400px;
    height: 350px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
  }
  .tentang-kami-content-hidden {
    display: flex;
    margin-top: 50px;
    justify-content: center;
  }
  .tentang-kami-content-hidden img {
    width: 80%;
  }

  /* Video */

  #video-tentangkami {
    margin-top: 150px;
    margin-bottom: 100px;
    width: 100%;
    height: 100%;
  }
  #video-tentangkami video {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
}
@media screen and (max-width: 560px) {
  #video-tentangkami {
    margin-top: 150px;
    margin-bottom: 100px;
    width: 100%;
    height: 100%;
  }
  #video-tentangkami video {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}

@media screen and (max-width: 500px) {
  .tentang-kami-content {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 5px;
    position: relative;
    margin-top: 20px;
  }
  .tentang-kami-content .tentang-kami-content-left h1 {
    color: #f1f1f1;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
  }
  .tentang-kami-content .tentang-kami-content-left p {
    color: #f1f1f1;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
  }
  .tentang-kami-content-right {
    position: absolute;
    right: 0;
  }
  .tentang-kami-content-right img {
    width: 400px;
    height: 350px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
  }
  .tentang-kami-content-hidden {
    display: flex;
    margin-top: 50px;
    justify-content: center;
  }
  .tentang-kami-content-hidden img {
    width: 80%;
  }

  /* Video */

  #video-tentangkami {
    margin-top: 0px;
    margin-bottom: 50px;
    width: 100%;
    height: 100%;
  }
  #video-tentangkami video {
    width: 100%;
    height: 300px;
    object-fit: cover;
  }
}
@media screen and (max-width: 360px) {
  .tentang-kami-content {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    padding: 20px;
    gap: 5px;
    position: relative;
    margin-top: -100px;
  }
  .tentang-kami-content .tentang-kami-content-left h1 {
    color: #f1f1f1;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 10px;
    text-align: center;
  }
  .tentang-kami-content .tentang-kami-content-left p {
    color: #f1f1f1;
    font-weight: 300;
    margin-top: 10px;
    text-align: center;
    font-size: 10px;
  }
  .tentang-kami-content-right {
    position: absolute;
    right: 0;
  }
  .tentang-kami-content-right img {
    width: 400px;
    height: 350px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    display: none;
  }
  .tentang-kami-content-hidden {
    display: flex;
    margin-top: 50px;
    justify-content: center;
  }
  .tentang-kami-content-hidden img {
    width: 80%;
  }

  /* Video */

  #video-tentangkami {
    margin-top: -100px;
    margin-bottom: 50px;
    width: 100%;
    height: 100%;
  }
  #video-tentangkami video {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
