:root {
  --dark: #2b2b28;
  --gold: #e3b04b;
  --light-gold: #f1d6ab;
  --dark-green: #1da144;
  --green: #62a645;
  --light-green: #6dba4a;
  --yellow: #e0c103;
}

body {
  width: 100%;
  overflow-x: hidden;
}

.col-md-3 {
  padding: 0px !important;
}

/* hero */
#hero {
  background-image: url("./img/x.jpg");
  height: 100vh;
  max-height: 100vh;
  background-size: cover;
  background-position: center;
}

#hero .logo-group {
  margin-top: 20px;
  margin-left: 20px !important;
  width: 200px !important;
  border-radius: 10px;
}

#hero .logo {
  height: 30px;
}

#hero .hero-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  opacity: 0.9;
  z-index: 1;
}

#hero h1 {
  color: var(--green);
  font-weight: 700;
  margin-bottom: 10px;
}

#hero a {
  background-color: var(--yellow);
}

#hero .selamat-datang {
  font-size: 1.5rem;
}

/* detail */
#detail {
  min-height: 100vh;
  padding: 50px 0px;
}

#detail h1 {
  color: var(--dark-green);
  font-weight: 700;
}

#detail .card {
  width: 100%;
}

.acara-dimulai p,
h1 {
  margin: 0px !important;
}

/* rundown */
#rundown {
  min-height: 100vh;
}
#rundown .container {
  padding: 50px 0px;
  width: 70%;
}

#rundown h6 {
  margin: 0px;
  padding-right: 10px;
}

#rundown h1 {
  color: var(--dark-green);
  font-weight: 700;
}

#rundown .card {
  background-color: var(--dark);
  color: var(--yellow);
}

#rundown .card span {
  color: #fff !important;
  padding-top: 10px;
}

#rundown .rundown-outline {
  border-left: 2px solid var(--dark-green);
  left: -20px;
}

#rundown .rundown-circle {
  position: absolute;
  top: 40px;
  left: -25px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: var(--green);
}

/* location */
#location {
  padding: 100px 0px;
}

#location h1 {
  color: var(--green);
  font-weight: 700;
}

#location iframe {
  width: 100%;
  height: 300px;
}

/* gallery */
#gallery {
  min-height: 100vh;
  padding: 70px 0px;
}

#gallery h1 {
  color: var(--green);
  font-weight: 700;
}

#gallery img {
  border-radius: 8px;
  margin-bottom: 20px;
}

/* rsvp */
#rsvp {
  padding: 50px 0px;
  background-color: var(--dark);
  color: white;
}

#rsvp h1 {
  color: var(--green);
  font-weight: 700;
}

#rsvp form button {
  background-color: var(--yellow);
}

/* wa */
#wa {
  padding: 50px 0px;
  background-color: var(--dark);
  color: white;
}

#wa h1 {
  color: var(--green);
  font-weight: 700;
}

#wa a {
  background-color: var(--yellow);
}

/* menu */
#menu {
  position: fixed;
  bottom: 0px;
  width: 100%;
}

#menu .menu-icon {
  padding: 10px;
}

#menu .menu-icon a {
  color: var(--dark);
}

#menu .menu-icon-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
  background-color: var(--yellow);
  border-radius: 10px;
}

/* responsive */
@media (max-width: 768px) {
  #hero .logo-group {
    width: fit-content !important;
    padding: 0px 10px;
  }

  #hero .logo {
    height: 20px;
  }

  #hero h4 {
    font-size: 20px !important;
  }

  #hero p {
    font-size: 12px !important;
  }

  /* detail */
  #detail .detail-body {
    width: 90% !important;
  }

  /* rundown */
  #rundown .container {
    width: 90%;
  }

  #rundown .rundown-body {
    width: 80% !important;
  }

  /* RSVP */
  #rsvp .rsvp-form {
    width: 80% !important;
  }
}
