body {
  margin-top: 0;
  padding-top: 0px;
  height: 100%;
  width: 100%;
}

/*nav {
  background-color: rgb(238, 247, 247);
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
  height: 100px;
}*/

.navbar {
  width: 100%;
  box-sizing: border-box;
  height: 20vh;
  /*background-color: #b8d523;
  height: 100px;*/
}
.container {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.navbar .container {
  transition: all 0.4s ease;
  /*background-color: #b8d523;*/
  margin-top: -10px;
  padding-bottom: 5px;
  width: 100%;
}

.navbar-scrolled {
  background-color: rgb(83, 40, 239);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
  width: 100%;
  background: linear-gradient(to right, #000046, #1cb5e0);
  height: 20vh;
}
.navbar-brand {
  font-weight: bold;
  font-size: 20px;
  background-color: #fff;
  margin-top: -20px;
  margin-left: -50px;
  border-bottom-right-radius: 150px;
  width: 230px;
  height: 140px;
}

.navbar-brand a img {
  margin-left: 50px;
  margin-top: 15px;
  width: 115px;
}
.nav-link {
  color: #eef3f4;
  font-weight: bold;
  width: 100px;
  background-color: rgb(54, 210, 230);
}
.nav-link:hover {
  color: #fff;
  transform: translateY(-5px);
  transition: width 0.3s;
}
.active {
  width: 100px;
  transition: 0.7s;
}

.navbar-toggler {
  border: 1px solid #111010;
}
.dropdown-toggle {
  width: 100px;
}

.navbar .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(178, 75, 183, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/*backgoround image responsive dgn ukuran layar*/
.masthead {
  min-height: 60vh;
  background-size: cover;
  background-position: center;
  position: relative;
  color: white;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.7);
}

h1 {
  font-size: 2rem;
}
h1 p {
  margin: 0;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}
/*---------video------*/
.container-video {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
}
.container-video:after {
  content: "";
  width: 100%;
  height: 100vh;
  background: #000000;
  opacity: 0.1;
  position: absolute;
  top: 0;
}

#bg-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  object-fit: cover;
}
/*overlay warna gelap di atas gambar*/
.info-video {
  z-index: 99;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: rgba(202, 199, 199, 0.1);
  background-image: linear-gradient(to top, rgb(205, 198, 243), rgba(178, 207, 239, 0.1));
  color: #fefcfc;
  text-align: center;
  padding-top: 100px;
}

.info-video img {
  padding-bottom: 10px;
}
@media (min-width: 481px) and (max-width: 768px) {
  .navbar {
    min-height: 20vh;
    align-content: baseline;
    width: 100%;
  }
  .masthead {
    min-height: 60vh;
    align-content: baseline;
  }
  h1 {
    font-size: 2rem;
  }
  .fade-in {
    min-height: 60vh;
    align-content: baseline;
  }
  .color-overlay {
    padding: 0.2rem;
  }
  .grid {
    width: auto;
  }
  .card {
    width: auto;
  }
  .bhs {
    margin-right: 20px;
  }
}
.gradient {
  background-color: black;
  position: absolute;
  top: 0;
  left: 0;
}
/*.paragraph-pembuka {
  display: flex;
  text-align: left;
  color: blueviolet;
  background-color: aqua;
}*/
/*-------Bahasa----*/
.bhs {
  margin-left: 30px;
}
.bhs ul {
  display: flex;
  padding-left: 10px;
  gap: 10px;
  list-style: none;
  justify-content: flex-end;
  margin-right: 2px;
}
.bhs ul li a {
  text-decoration: none;
  color: #fff;
  border-bottom: 2px solid white;
  font-size: 10px;
  font-weight: bold;
}
.bhs ul li a:hover {
  color: #000000;
}
/*-------end Bahasa----*/
/*--------card------*/

.grid {
  display: flex;
  width: 90%;
  margin: 10px 20px;
  gap: 1.5rem;
}
.card {
  color: #fff;
}
.card a button {
  text-decoration: none;
  transition: transform 0.5s;
  border-radius: 10px;
  background-color: #fff;
  font-weight: bold;
}
.card a button:hover {
  background-color: aqua;
}
.grid .card {
  background-color: rgb(69, 39, 239);
  padding: 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
  width: 35%;
}
.grid .visi-misi {
  width: 55%;
  text-align: center;
  align-content: center;
}
.visi-misi h3 {
  font-weight: bold;
  font-size: 30px;
}
.target-misi {
  color: rgb(95, 93, 93);
  font-weight: bold;
}
.card:hover {
  transform: translateY(-5px);
}
.card h3 {
  font-size: 1.2rem;
  margin-bottom: 0.5rem;
}

.aboutmmi h3 {
  font-weight: bold;
}
.grid-aboutmmi {
  display: flex;
  margin: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 8px 0px rgba(26, 33, 248, 0.8);
  gap: 2rem;
}
.anggota {
  margin: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 8px 0px rgba(26, 33, 248, 0.8);
}
.anggota h3 {
  font-weight: bold;
}
.anggota p {
  color: grey;
}
.hero h3 {
  text-align: center;
  color: #fff;
  font-size: 30px;
}
.hero {
  background-color: blue;
}
.hero h4 {
  text-align: center;
}
.hero h5 {
  text-align: center;
}
.hero a {
  display: inline-block;
  margin-top: 1rem;
  margin-left: 2rem;
  background: #fff;
  color: #050c14;
  padding: 0.5rem 1.5rem;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  transition: background 0.3s ease, color 0.3s ease;
}

.hero a:hover {
  background: #b8d523;
  transform: translateY(-5px);
  transition: transform 0.7s;
}

.contact {
  background-color: rgb(56, 56, 246);
}
.contact h4 {
  color: #fff;
  margin-left: 10px;
}
.sub-contact {
  margin-left: 10px;
  color: #ba3a3a;
}
.tombol-kontak {
  text-align: center;
  margin-bottom: 10px;
}

.recruit {
  margin: 20px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  box-shadow: 0 8px 0px rgba(26, 33, 248, 0.8);
}
.recruit p {
  color: grey;
}
.recruit h3 {
  font-weight: bold;
}

.hakcipta {
  text-align: center;
  color: black;
  font-size: 10px;
}
