body {
  overflow-x: hidden;
  width: 100%;
}
main {
  background: url("../img/img7.webp");
  background-size: cover;
  background-position: center;
  height: 90vh;
}
.sidebar {
  position: absolute;
  top: 80px;
  left: 0;
  width: fit-content;
  height: fit-content;
  background-color: #000000;
  padding: 20px 10px;
  border-radius: 0 5% 5% 0;
  box-shadow: #000000;
}
.sidebar a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  padding: 7px 30px;
}
.sidebar .row a {
  padding: 10px 0px;
  font-size: 20px;
  color: #aeaeae;
}
.garuda{
  width: 79px;
  height: auto;
  margin-bottom: 10px;
}
.sidebar a:hover {
  color: #eaeaea;
}
.navbar {
  background-color: #000000;
}
main .row {
  align-items: center;
}
main .row .col-11 {
  height: fit-content;
  padding: 40px 0px;
}
main h1.fst-italic {
  font-size: 40px;
}
@media (min-width: 992px) {
  main {
    background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url("../img/img7.webp");    background-size: cover;
    background-position: center;
    height: 90vh;
  }
  .navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: transparent;
  }
  main h1.fst-italic {
    font-size: 60px;
  }
  main .row {
    align-items: start;
    margin-top: 80px;
  }
  main .row .col-11 {
    height: 90vh;
  }
}
