* {
  box-sizing: border-box;
}
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0;
  padding: 0;
}

.banner {
  background: url(img/banner.webp) no-repeat center center;
  background-size: cover;
  padding-top: 5%;
  padding-bottom: 5%;
  color: #fff;
}
.logo {
  margin-left: 0;
  width: auto;
  height: 240px;
}

.kepala {
  font-size: 28px;
}
.lingkaran {
  display: inline-block;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: auto;
  color: white;
  background-color: #212529;
}
.lingkaran i {
  position: relative;
  top: 14px;
  line-height: 125px;
  float: center;
  color: white;
}
.hijau:hover {
  display: inline-block;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin: auto;
  color: white;
  background-color: green;
}
.garisbawah {
  text-decoration: none;
  color: #212529;
}
.head title {
  font-size: 36px;
}
.navbar-brand {
  font-size: 28px;
  padding-top: 0px;
}
.card-img-top {
  display: inline-block;
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin: auto;
  color: #212529;
  background-color: #212529;
}
.bwt-justify {
  text-align: justify;
}
.bwt-center {
  text-align: center;
}
.tim img {
  border: 8px solid #cccccc;
}

a.medsos {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: white;
  background-color: #333;
  border-radius: 50%;
  line-height: 38px;
  font-size: 24px;
}

.mediasosial {
  display: inline-block;
  width: 120px;
  height: 120px;
  color: white;
  background-color: #333;
  border-radius: 50%;
  line-height: 120px;
  font-size: 90px;
}
.mediasosial:hover {
  display: inline-block;
  width: 122px;
  height: 122px;
  color: white;
  background-color: #333;
  border-radius: 50%;
  line-height: 120px;
  font-size: 92px;
}
.responsive {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.responsive iframe {
  position: absolute;
  width: 100%;
  height: 100%;
}
.client img {
  height: auto;
  max-height: 23px;
}

.kontak {
  background-color: #333;
  padding-top: 20%;
  padding-bottom: 20%;
  color: #fff;
}

.buttonbawah {
  color: white;
  background-color: #9b6906;
  height: 38px;
  text-align: center;
  line-height: 20px;
}

.buttonloading {
  color: white;
  background-color: #9b6906;
}
.terkirim {
  width: 1185px;
}
.content {
  width: fit-content;
  float: center;
}

@media screen and (max-width: 1400px) {
  .content {
    width: 100%;
  }
  .logo {
    width: 100vh;
  }
}
@media screen and (max-width: 1200px) {
  .content {
    width: 100%;
  }
  .logo {
    width: 100vh;
  }
}
@media screen and (max-width: 992px) {
  .content {
    width: 100%;
  }
  .logo {
    width: 80vh;
  }
}
@media screen and (max-width: 768px) {
  .content {
    width: 100%;
  }
  .logo {
    width: 60vh;
    margin-left: 12.5%;
  }
  .banner {
    padding-top: 10%;
  }
}
@media screen and (max-width: 576px) {
  .content {
    width: 100%;
  }
  .logo {
    width: 50vh;
    margin-left: 0%;
  }
  .banner {
    padding-top: 10%;
  }
  .navbar-brand {
    font-size: 22px;
  }
  .kepala {
    font-size: 22px;
  }
}
