:root {
  --primary: #6d4d07;
  --bg: #010111;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  outline: none;
  border: none;
  text-decoration: none;
}

body {
  background: var(--bg);
  color: #b9b5b5;
  /* min-height: 2000px; */
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.1rem 7%;
  background-color: rgb(1, 1, 17, 0.8);
  border-bottom: 1.2px solid var(--primary);
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  z-index: 9999;
}

.navbar .logo-nav {
  font-size: 1.8rem;
  font-weight: 600;
  color: whitesmoke;
  font-style: italic;
}
.navbar .logo-nav span {
  color: var(--primary);
  font-style: italic;
  font-weight: 800;
}
.navbar .navbar-nav a {
  color: whitesmoke;
  display: inline-block;
  font-size: 1rem;
  margin: 0 1.1rem;
}
.navbar .navbar-nav a:hover {
  color: #957632;
  transition: 0.5s ease;
}

.navbar .navbar-nav a::after {
  content: "";
  display: block;
  padding-bottom: 0.2rem;
  border-bottom: 0.7px solid var(--primary);
  transform: scaleX(0);
  transition: 0.3s linear;
}
.navbar .navbar-nav a:hover::after {
  transform: scaleX(0.7);
}

.navbar-ex a {
  color: whitesmoke;
  margin: 0 0.5rem;
}

.navbar-ex a:hover {
  color: #957632;
  transition: 0.5s ease;
}
#menuham {
  display: none;
}
/* hero section */
.hero {
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("../img/bgf.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 15%;
  bottom: 0%;
  background: linear-gradient(
    0deg,
    rgba(1, 1, 3, 1) 8%,
    rgba(255, 255, 255, 0) 50%
  );
}

.hero .conten {
  padding: 1.4rem 7%;
  max-width: 60rem;
}
.hero .conten h1 {
  font-size: 4rem;
  color: whitesmoke;
  text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.8);
  line-height: 1.14;
}
.conten h1 span {
color: whitesmoke;
}
.conten h1 .kk {
  color: var(--primary);
  font-style: italic;
}

.conten p {
  margin-top: 1.5rem;
  font-size: 1.4rem;
  color: #f5f4f4;
  font-weight: 300;
  text-shadow: 1px 1px 2px rgba(1, 1, 3, 0.7);
  mix-blend-mode: difference;
}

.conten .cta {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.9rem 2.5rem;
  background-color: var(--primary);
  color: whitesmoke;
  font-size: 1.3rem;
  border-radius: 0.4rem;
  box-shadow: 0 4px 8px rgba(109, 77, 7, 0.4);
  transition: 0.4s ease;
}

/* tenttang */
.tentang {
  padding: 7rem 3% 1.4rem;
}
.tentang h2{
  text-align: center;
  font-size: 2.12rem;
  margin-bottom: 3rem;
}
.tentang h2 span {
  color: #957632;
}

.tentang .row {
  display: flex;
}
.tentang .t-img {
  flex: 1 1 45rem;
}
.tentang .t-img img {
  width: 95%;
}
.tentang .conten {
  flex: 1 1 35rem;
  padding: 0 0rem;
}
.tentang .conten h3 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 800;
}
.tentang .conten h3 span {
  color: #957632;
}
.tentang .conten p {
  margin-top: 0.7rem;
  font-size: 1.2rem;
  line-height: 1.6;
  font-weight: 200;
}
/* tentang end */

/* media layar */

/* laptop */
@media (max-width: 1366px) {
  html {
    font-size: 80%;
  }
}
/* tablet */
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  #menuham {
    display: inline-block;
  }
  .navbar-nav {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: rgb(196, 173, 173);
    width: 26rem;
    height: 100vh;
    transition: 0.5s;
  }
  .navbar-nav.active {
    right: 0%;
  }
  .navbar .navbar-nav a {
    color: var(--bg);
    display: block;
    margin: 1.5rem;
    padding: 0.5rem;
    font-size: 1.5rem;
  }
  .navbar .navbar-nav a::after {
    transform-origin: 0 0;
  }
  .navbar .navbar-nav a:hover:after {
    transform: scaleX(0.2);
  }
  .tentang .row {
    flex-wrap: wrap;
    gap: 1rem;
  }
  .tentang .t-img img {
  height: 24rem;
  object-fit: cover;
  object-position: center;
  }
  .tentang .conten h3{
    font-size: 3rem;
    margin-bottom: 2.2rem;
  }
  .social-icons {
    font-size: 2rem;
}
}
/* hp */
@media (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
}

/* TAMBAHAN */

/* footer */
footer{
  text-align: center;
  width:100%; max-width:1200px; color: rgb(9, 138, 143); font-size:13px; margin-top:-9px}
.social-icons{
  text-align: center;
}
.social-icons a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    width: 2rem;
    height: 2rem;
    background-color: transparent;
    border: 0.2rem solid #b74b4b;
    font-size: 1rem;
    border-radius: 50%;
   margin: 0.8rem 0.8rem 0.8rem 0;
   margin-top: -80px;
    transition: 0.3s ease;
    color: #b74b4b;
}

.social-icons a:hover{
    color: black;
    transform: scale(1.1) translateY(-5px);
    transition: all .66s ;
    background-color: #b74b4b;
    box-shadow:  0 0 10px #b74b4b;
}
.clash {
    color:var(--danger)
    
}
.clash:hover {
   color: aquamarine;
   transform: rotate(2deg);
   transition: all 0.66s ease;
   cursor: pointer;
}