:root {
  --primary: #b6895b;

  --bg: #e0e0e0;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "poppins", sans-serif;
  background-image: linear-gradient(
    174.2deg,
    rgba(255, 244, 228, 1) 7.1%,
    rgba(240, 246, 238, 1) 67.4%
  );
  color: #fff;
  /* min-height: 3000px; */
}

/* navbar */
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.4rem 7%;
  background-image: linear-gradient(
    111.4deg,
    rgba(7, 7, 9, 1) 6.5%,
    rgba(27, 24, 113, 1) 93.2%
  );
  border-bottom: 3px solid #583f26;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.navbar .navbar-logo {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  font-style: italic;
}

.navbar .navbar-gambar {
  width: 4rem;
}

.navbar .navbar-nav a {
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  margin: 1rem;
}

.navbar .navbar-nav a:hover {
  color: var(--primary);
}

.navbar .navbar-nav a::after {
  content: "";
  display: block;
  padding-bottom: 0.5rem;
  border-bottom: 0.1rem solid var(--primary);
  transform: scaleX(0);
  transition: 0.2s linear;
}

.navbar .navbar-nav a:hover::after {
  transform: scaleX(1);
}

.navbar .navbar-extra a {
  color: #fff;
  margin: 0 0.5rem;
}

.navbar .navbar-extra a:hover {
  color: var(--primary);
}

#menu {
  display: none;
}

/* hero section  */

.hero {
  min-height:100v;
  display: flex;
  align-items: center;
  background-image: url(img/bgpaskibra.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgb(248, 248, 248) 2%,
    rgba(184, 182, 182, 0) 15%
  );
}

.hero .content {
  padding: 1.4rem 7% 15%;
  max-width: 63rem;
}

.hero .content h1 {
  font-size: 3em;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(1, 1, 1, 0.8);
  line-height: 1;
  font-family: showcard gothic;
}

.hero .content h1 span,
.navbar-logo span {
  color: #c48705;
}

.hero .content p {
  font-size: 1rem;
  margin-top: 1.3rem;
  line-height: 1.4;
  font-weight: 100;
  text-shadow: 1px 1px 1px rgba(1, 1, 3, 0.5);
  background-color: rgba(175, 83, 7, 0.836);
  padding: 1rem 1rem;
}

.hero .content .cta {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #c48705;
}

.hero .content .cta a:hover {
  color: #fff;
}

/* Profil */
.profil {
  padding: 10rem 7% 1.4rem;
  color: #000;
}

.profil h2 {
  text-align: center;
  font-size: 2.3rem;
  margin-bottom: 2rem;
}

.profil h2 span {
  color: #c48705;
}

.profil .content {
  font-size: 1.6rem;
  padding-top: 1rem;
  text-align: center;
  display: flex;
  padding-bottom: 3rem;
}

.profil .content .row {
}

.profil .content p {
  font-size: 1.3rem;

  text-align: justify;
  padding: 1rem 3rem;
}

.profil .content .row img,
.row iframe,
.row table {
  height: 24rem;
  width: 45rem;
  text-align: center;
  padding: 0 3rem;
}

.profil .content .row table {
  text-align: justify;
  font-size: 1.3rem;
}

.profil .content .row .hub {
  text-align: left;

  color: black;
  background-color: #f1b903;
  padding: 1rem;
  font-size: 1.6rem;
  text-align: center;
  
}
.profil .content .row .hub a {
  display: inline-block;
}
.profil .content .row .hub a:hover {
  background-color: #e0e0e0;
}

/* Footer */

footer {
  background-color: #c48705;
  text-align: center;
  padding: 1rem 0;
  margin-top: 3rem;
}

footer .social {
  padding: 1rem 0;
  display: inline-block;
}

footer .social a {
  color: #080808;
  margin: 1rem;
}

footer .links a {
  display: inline-block;
  color: #000;
  padding: 0.7rem 1rem;
}

footer .links a:hover {
  background-color: #fff;
}

footer .credit span {
  color: #000;
  font-weight: 700;
}

/* media queries */
/* laptop */
@media (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}

/* tablet */
@media (max-width: 758px) {
  html {
    font-size: 62.5%;
  }

  #menu {
    display: inline-block;
  }

  .navbar .navbar-nav {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: #fff;
    width: 30rem;
    height: 100vh;
    transition: 0.4s;
  }

  .navbar .navbar-nav.active {
    right: 0;
  }

  .navbar .navbar-nav a {
    color: black;
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 2rem;
  }

  .navbar .navbar-nav a::after {
    transform-origin: 0 0;
  }

  .navbar .navbar-nav a:hover::after {
    transform: scaleX(0.5);
  }

  .hero {
    min-height:0 ;
  }

  .hero .content {
    padding: 7rem 7% 50%;
    max-width: 60rem;
  }

  .profil .content {
    flex-wrap: wrap;
    text-align: justify;
    padding-top: 0;
  }

  .profil .content p {
    padding: 1rem 0;
  }

  .profil .content img,
  iframe,
  table {
    padding: 1rem 0;
    width: 44rem;
    margin-right: -3rem;
  }
}

/* mobile */
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
}
