:root {
  --primary: #b6895b;
  --bg: #9ca593;
  /* --bg: #010101; */
}

* {
  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-color: var(--bg);
  color: #fff;
  /* min-height: 2000px; */
}

/*Navbar*/
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0rem 7%;
  background-color: #9ca593;
  /* background-color: rgba(1, 1, 1, 0.8);*/
  border-bottom: 1px solid #513c28;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}

.navbar .about-img img {
  height: 8rem;
}

/* .navbar .navbar-logo {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  font-style: italic;
} */

/* .navbar .navbar-logo span {
  color: var(--primary);
} */

.navbar .navbar-nav a {
  color: #fff;
  display: inline-block;
  font-size: 1.5rem;
  margin: 0 1rem;
}

.navbar .navbar-nav a:hover {
  color: #fffeeb;
}

.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(0.5rem);
}

.navbar .navbar-extra a {
  color: #fff;
  margin: 0 0.5rem;
}

.navbar .navbar-extra a:hover {
  color: #fffeeb;
}

#hamburger-menu {
  display: none;
}

/*Hero Section Start*/
.hero {
  /* margin: 0; */
  /* padding-top: 7rem; */
  /* height: fit-content; */
  /* min-height: 100vh;
  display: flex;
  align-items: center; */
  /* justify-content: center; */
  /* background-image: url('../Image/Wyt-Pict0.jpg');
  background-image: no-repeat;*/
  /* background-size: cover;
  background-position: center; */
  .slideshow-container {
    position: relative;
    max-width: fit-content;
    margin: auto;
    padding-top: 7rem;
    max-height: fit-content;
  }
  .mySlides {
    display: none;
  }
  img {
    vertical-align: center;
  }
  .fade {
    animation-name: fade;
    animation-duration: 2.5s;
  }
  @keyframes fade {
    from {
      opacity: 0.4;
    }
    to {
      opacity: 1;
    }
  }
  .prev,
  .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .prev:hover,
  .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }
  position: relative;
  object-fit: cover;
}

/* .hero::after {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 5%;
  bottom: 0;
  background: linear-gradient(
    0deg,
    rgba(1, 1, 3, 1) 8%,
    rgba(255, 255, 255, 0) 50%
  );
} */

.hero .content {
  padding: 1.4rem 7%;
  max-width: 100%;
}

.hero .content h1 {
  font-style: italic;
  font-size: 5em;
  line-height: 1.2;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

.hero .content h1 span {
  color: var(--primary);
}

.hero .content h3 {
  font-size: 2rem;
  font-weight: 900;
  color: #9ca593;
  text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

.hero .content p {
  width: 100%;
  font-size: 1.3rem;
  margin-top: 0.5rem;
  line-height: 1.4rem;
  font-weight: 500;
  color: #ffff;
  /* text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
  /*Dibedakan jika diperkecil warna text sama dengan background*/
  /*mix-blend-mode: difference;*/
}

.hero .content .cta {
  margin-top: 1rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #9ca593;
  /*background-color: var(--primary);*/
  border-radius: 0.5rem;
  box-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

.hero .content a:hover {
  color: #bba29b;
}

/*About Section*/
.about,
.product,
.contact {
  padding: 10rem 7% 1.4rem;
}

.about h2,
.product h2,
.contact h2 {
  text-align: center;
  font-size: 2.6rem;
  margin-bottom: 1rem;
}

.about h2 span,
.product h2 span,
.contact h2 span {
  color: #fffeeb;
}

.about .row {
  display: flex;
}

.about .row .about-img {
  flex: 1 1 45rem;
}

.about .row .about-img img {
  width: 100%;
  padding-bottom: 1rem;
}

.about .row .content {
  flex: 1 1 35rem;
  padding: 0 1rem;
}

.about .row .content h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.about .row .content p {
  margin-bottom: 0.8rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.6;
  text-align: justify;
}

/*Product Section Start*/
/*.product h2 {
  margin-bottom: 0.5rem;
}*/
.product p {
  text-align: center;
  max-width: 200rem;
  margin: auto;
  font-weight: 300;
  line-height: 2rem;
  font-size: 1.2rem;
}

.product a {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
  padding: 1rem 0rem;
  font-size: 1.4rem;
  color: #fff;
  background-color: #9ca593;
  /*background-color: var(--primary);*/
  border-radius: 0.5rem;
  box-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

.product a:hover {
  color: #fffeeb;
}

.product .row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.25rem;
  justify-content: center;
}

.product .row .product-card {
  margin-top: 0.5rem;
  text-align: center;
  margin-bottom: 0.875rem;
}

.product .row .product-card img {
  border-radius: 0.5rem;
  max-width: 98%;
  margin-bottom: 0rem;
}

.product .row .product-card .product-card-title {
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 3rem;
  margin-top: 1rem auto 0.5rem;
}

/*Contact Section*/

.contact {
  text-align: center;
}

.contact p {
  text-align: center;
  max-width: 200rem;
  margin: auto;
  font-weight: 300;
  line-height: 2rem;
  font-size: 1.2rem;
}

.contact .row {
  display: flex;
  margin-top: 2rem;
  background-color: #222;
  flex-wrap: wrap;
}

.contact .row .map {
  flex: 1 1 45rem;
  width: 50%;
  object-fit: cover;
  border-radius: 0.5rem;
}

/*.contact .row form h2 {
  margin: 0;
}*/

.contact .row form h2 {
  margin: 0;
  padding: 0;
  font-style: italic;
  font-size: 2.5rem;
  line-height: 1.3;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(1, 1, 3, 0.5);
}

.contact .row form h2 span {
  color: #fffeeb;
}
.contact .row form h3 {
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

.contact .row form {
  flex: 1 1 45rem;
  padding: 5rem 2rem;
  text-align: center;
}

.contact .row form .input-group {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  background-color: var(--bg);
  border: 1px solid #eee;
  padding-left: 2rem;
  border-radius: 0.5rem;
}

.contact .row form .input-group input {
  width: 100%;
  padding: 2rem;
  font-size: 1.7rem;
  background: none;
  color: #fff;
}

.contact .row form .instagram {
  margin-top: 3rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 0.5rem;
  /*background-color: var(--primary);*/
  background-color: #9ca593;
  cursor: pointer;
  color: #ffff;
}

.contact .row .intagram a {
  font-size: 1.2rem;
  font-style: 400;
  color: #fff;
}

.contact .row .instagram a:hover {
  color: #fffeeb;
}

.contact .row form .kirimWA {
  margin-top: 3rem;
  display: inline-block;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;

  border-radius: 0.5rem;
  /*background-color: var(--primary);*/
  background-color: #9ca593;
  cursor: pointer;
  color: #fff;
}

.contact .row .kirimWA a {
  font-size: 1.2rem;
  font-style: 400;
  color: #fff;
}

.contact .row .kirimWA a:hover {
  color: #fffeeb;
}
.contact .row form h3 {
  font-size: 1.5rem;
}

.contact .row form p {
  font-size: 1.2rem;
}

.contact .row form h3 span {
  color: #fffeeb;
}
/* Footer*/
footer {
  background-color: #9ca593;
  text-align: center;
  padding: 1rem 0 3rem;
  margin-top: 2rem;
}

footer .socials {
  width: 2rem;
  height: 2rem;
  padding: 0;
}

footer .socials p {
  margin: 0;
  padding: 0;
  /* width: 2rem;
  height: 2rem; */
  text-align: center;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
}

footer .socials picture {
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}

footer .socials p:hover,
footer.links a:hover {
  color: var(--primary);
}

footer .links {
  margin-top: 1rem;
  margin-bottom: 1.4rem;
}

footer .links a {
  color: #fff;
  padding: 0.5rem 1rem;
}

footer .wa {
  display: block;
  text-align: center;
  font-size: 1.2rem;
  font-weight: 300;
}

footer .credit {
  font-size: 0.8rem;
}
/*Media Queries*/

/*Laptop*/
@media (max-width: 1366px) {
  html {
    font-size: 75%;
  }
}

/*Tablet*/
@media (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
  #hamburger-menu {
    display: inline-block;
  }

  .navbar .navbar-nav {
    position: absolute;
    top: 100%;
    right: -100%;
    background-color: #fff;
    width: 13rem;
    height: 100vh;
    transition: 0.3s;
  }

  .navbar .navbar-nav.active {
    right: 0;
  }

  .navbar .navbar-nav a {
    color: var(--bg);
    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 a::after {
    transform: scaleX(0.2s);
  }

  .about .row {
    flex-wrap: wrap;
  }

  .about .row .about-img img {
    max-height: 24rem;
    object-fit: cover;
    object-position: center;
  }
}
/*Mobile Phone*/
@media (max-width: 450px) {
  html {
    font-size: 55%;
  }
}

/*header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #000;
  opacity: 50%;
  z-index: -1;
}*/
