@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,700;1,100&display=swap");
body {
  font-family: 'Montserrat', sans-serif;
}

body::before {
  content: '';
  background-image: url(../img/bg.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 60vmax;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 992px) {
  body::before {
    opacity: 0.4;
  }
}

.custom-nav .navbar-brand img {
  width: 30px;
  height: 30px;
}

.custom-nav .navbar-brand span {
  color: #F35cA3;
  font-weight: 700;
  font-size: 1.4rem;
  margin-left: 0.5rem;
}

.custom-nav #navbarNav .navbar-nav .nav-item .nav-link {
  color: #F35cA3;
  font-weight: 500;
  text-transform: uppercase;
  margin-left: 2.5em;
  -webkit-transition: 0.5s color ease;
  transition: 0.5s color ease;
}

.custom-nav #navbarNav .navbar-nav .nav-item .nav-link:hover {
  color: #aa0c56;
}

@media screen and (max-width: 992px) {
  .custom-nav {
    margin-top: -1em;
  }
}

.custom-section {
  margin-top: 10em;
}

.custom-section h2 {
  font-weight: 700;
  font-size: 3rem;
  color: #F35cA3;
  white-space: nowrap;
}

.custom-section h3 {
  font-weight: 400;
  font-size: 2rem;
  color: #AABDE6;
  line-height: 1;
}

.custom-section p {
  color: #393c43;
  font-size: 1rem;
  margin-top: 2em;
}

.custom-section a {
  display: inline-block;
  color: white;
  background-color: #F35cA3;
  border-radius: 2em;
  padding: 0.5em 2em;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}

.custom-section a:hover {
  color: #F35cA3;
  border: 1px solid #F35cA3;
  background-color: transparent;
}

@media screen and (max-width: 992px) {
  .custom-section {
    margin-top: 10%;
    margin-bottom: 15%;
    text-align: center;
  }
  .custom-section h2 {
    font-size: 2.3rem;
    text-shadow: 1px 1px 1px rgba(57, 60, 67, 0.4);
  }
  .custom-section h3, .custom-section p {
    text-shadow: 1px 1px 1px rgba(57, 60, 67, 0.4);
  }
  .custom-section h3 {
    color: #818794;
    font-size: 1.3rem;
    margin-bottom: 29%;
  }
  .custom-section p {
    margin-top: 14%;
    font-size: 0.9rem;
  }
}

.isi {
  margin-top: 20%;
}

.isi h2 {
  text-align: center;
  color: #F35cA3;
  font-weight: 600;
}

.isi .judul {
  width: 40%;
  border: none;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  opacity: 0.5;
}

.isi h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #AC93D0;
  margin-left: 2%;
}

.isi p {
  color: #393c43;
  font-size: 1rem;
  margin-top: 2em;
}

.isi .carousel-inner {
  border-radius: 20px;
}

@media screen and (max-width: 992px) {
  .isi .judul {
    width: 60%;
  }
}

.isi-2 {
  margin-bottom: 5%;
  margin-top: 10%;
}

.isi-2 h2 {
  text-align: center;
  color: #F35cA3;
  font-weight: 600;
}

.isi-2 .judul {
  width: 40%;
  border: none;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), color-stop(rgba(0, 0, 0, 0.75)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
  opacity: 0.5;
}

.isi-2 h3 {
  font-weight: 400;
  font-size: 1.3rem;
  color: #393c43;
  opacity: 0.7;
  margin-left: 2%;
  text-align: justify;
}

.isi-2 .fas {
  opacity: 0.7;
}

.isi-2 .card-a {
  display: block;
  border-style: none;
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  padding: 10px;
}

.isi-2 .card-a .body .text {
  color: #393c43;
  opacity: 0.8;
}

.isi-2 .gambar {
  border-radius: 5%;
}

.isi-2 .text-gambar {
  margin-top: 5%;
}

.isi-2 .achievement {
  margin-left: 1%;
}

.isi-2 .page-section {
  margin-top: -25%;
}

.isi-2 .gambar-tentang {
  margin-top: 15%;
}

@media screen and (max-width: 992px) {
  .isi-2 {
    margin-right: 10%;
  }
  .isi-2 .gambar {
    border-radius: 5%;
    width: 300px;
  }
  .isi-2 .gambar-tentang {
    text-align: center;
  }
  .isi-2 .text-gambar {
    margin-right: 3%;
  }
  .isi-2 .page-section {
    margin-top: 5%;
  }
}

.card-1 .card {
  border-style: none;
}

.card-1 img {
  border-radius: 29px;
}

.footer {
  background-color: black;
  opacity: 0.9;
  color: white;
}

.footer .ct-footer {
  text-align: center;
}

.footer .ct-footer h1 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  color: #F35cA3;
  margin-top: 1em;
}

.footer .ct-footer hr {
  border: none;
  height: 1.5px;
  background-color: white;
}

.footer .ct-footer p {
  color: white;
}

.footer .ct-footer .fb {
  color: white;
  margin-top: 7px;
}

.footer .ct-footer .ig {
  color: white;
  margin-left: 10px;
}

.footer .ct-footer .git {
  color: white;
  margin-left: 10px;
}

@media screen and (max-width: 992px) {
  .footer .ct-footer {
    position: center;
  }
}
/*# sourceMappingURL=main.css.map */