@import url('https://fonts.googleapis.com/css2?family=Sora:wght@500&display=swap');

:root {
  --primary: #0a6b32cc;
  --dark: #21252f;
  --body: #888;
  --box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

body {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
  line-height: 1.7;
  color: var(--body);
}

h1,
h2,
h3,
h4,
h5,
h6,
.display-4 {
  color: var(--dark);
  font-weight: 700;
  text-shadow: #888;
}

a {
  color: var(--dark);
  text-decoration: none;
}

.navbar .logo {
  width: 160px;
  height: fit-content;
}

.navbar .nav-link {
  font-size: 16;
  padding: 10;
  font-weight: 500;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  color: #fff !important;
  margin-right: 25px;
}

/* .nav-link {
  margin: 10px 25px;
  color: #fff;
} */

.navbar .nav-link:hover {
  color: yellow !important;
}

.btn {
  padding: 14px 18px;
  border-radius: 2rem;
  border-width: 2px;
  margin: 10 10;
}

.hero {
  background-image: url('../images/kantor.jpg');
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  z-index: 2;
  height: 100vh;
  margin-top: 0;
}

.hero::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(2, 27, 41, 0.8);
  z-index: -1;
}

/* .hero {
  padding-top: 120px;
  padding-bottom: 120px;
  animation: 1s ease-out 0s 1 slideInFromLeft;
  background: #333;
  padding: 30px;
} */

section {
  padding-top: 100px;
  padding-bottom: 100px;
}

#perkin2020 {
  background: rgb(4, 56, 71);
  background: linear-gradient(90deg, rgba(4, 63, 71, 0.877) 0%, rgba(3, 75, 33, 0.9251050762101716) 43%, rgba(86, 208, 134, 1) 99%);
}

#perkin2021 {
  background: whitesmoke;
}

#perkin2022 {
  background: rgb(3, 66, 108);
}

.img-logo {
  height: 30px;
  width: 30px;
}

.logo-home {
  height: 150px;
  width: 160px;
  margin-bottom: 20px;
}