:root {
    --shadow : 0 2px 2px rgb(0 0 0 / 0.5);

}

body {
    font-size: 1.2rem;
    font-family: work-sans, sans-serif;
    min-height: 100vh;
}

.hero ::before {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;   
    height: 100%;
    background-image: url(img/bg1.watercolor.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
    
}

.hero {
    position: relative;
    min-height: 100vh;
    background-color: var(--bg);

}

.hero p {
    color: burlywood;
    font-size: 1.2rem;
    height: 5vh;

}

.hero a {
    color: pink;
    background-color: white;
    text-align: center;
    box-shadow: var(--shadow);
}

.hero a:hover {
    background-color: pink;
    color: white;
}

.hero h1 {
    font-family: poppins, sans-serif;    
    font-size: 1.2rem;
    color: burlywood;
}    

.hero h2 {
    font-family: sacramento, cursive;
    font-weight: bold;
    font-size: 6rem;
    color: pink;
    margin-top: -1rem;
    
}

.hero h3 {
    font-weight: bold;
    font-size: 1rem;
    color: pink;
    margin-top: -1rem;
}
    
.hero li {
  display: inline-block;
  background-color: burlywood;
  color: white;
  padding: 3px;
  font-size: 0.8rem;
  border-radius: 25%;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
}

.hero li span {
  display:table;
  font-size: 1rem;
  padding: 18px;
  font-weight: bold;
  text-align: center;
}

.mynavbar {
    background-color: rgba(255, 255, 255, 255, 0.3) !important;
    backdrop-filter: Blur(4px);
}


.mynavbar .offcanvas {
    height: 100vh;
}

.mynavbar .navbar-brand, 
.mynavbar .offcanvas-title {
    color: pink;
    font-family: sacramento, cursive;
    font-size: 2rem;
    font-weight: bold;
    padding: -1rem;
}
.sticky-top {
    overflow: hidden;
}

.mynavbar .nav-link {
    text-transform: uppercase;
    color: pink;
    font-size: 1.1rem;
}

.home, .rsvp  {
    background-image: url(img/Bg1.png);
    background-size: cover;
    min-height: 100vh;
    margin-top: -1rem;
    padding-bottom: 5rem;
}

.home h2, .info h2, .rsvp h2, .gifts h2  {
    color: pink;
    font-family: sacramento, cursive;
    font-size: 4rem;
    font-weight: bold;
    margin-top: 3.2rem;
}

.home h3 {
    font-family: poppins, cursive;
    color: pink;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.home h4 {
    margin-top: -2rem;
    font-size: 0.8rem;
}

.home h5 {
    color: #444;
    font-size: 1rem;
    margin-top: -1rem;
    margin-bottom: 0.5rem;
}


.home p {
    font-size: 1.2rem;
    color: #444;
    margin-top: 2rem;;
}
.home {
    font-size: 1rem;
    color: #666;
}
.row h4 {
    font-family: sacramento, cursive;
    font-size: 3rem;
    color: pink;
    font-weight: bold;
    text-align: center;

}
.row p {
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
}

.info {
    background-color: black;
    color: white;
    padding-top: 5rem;
    padding-bottom: 8rem;
}

.info .Alamat {
    font-weight: 1.1rem;
}

.info .description {
    font-size: 1rem;
    font-weight: 300;
}
.info .card {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
    border: 1px solid #999 !important;
} 
.info .card-header  {
    border-bottom: 1px solid #999 !important;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
.info .card-body {
    font-size: 1rem;
}

.info  {
    border-top: 1px solid #999 !important;
    font-size: 1rem;

}
.rsvp, .gifts {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.rsvp {
    min-height: 100vh;
}

.gifts span {
    text-transform:uppercase ;
    font-size: 0.8rem;
    letter-spacing: 1px;
    display: block;
    margin-top: 2rem;
}

.rsvp form label {
    font-size: 1.2rem;
    font-weight: bold;
}
.rsvp button {
    background-color: pink;
    border: 1px solid pink;
    margin-top: -2.8rem;
}
.rsvp button:hover {
    background-color: white;
    color: pink;
}   
.gifts {
    background-color: black;
    color: white;
}

footer {
    padding: 0.5rem;
    background-color: pink;
    color: black;
    
}

.audio-icon-wrapper {
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    position: fixed;
    bottom: 2.5rem;
    right: 2rem;
    cursor: pointer;
    color: white;
    opacity: 50%;
    mix-blend-mode: difference;
    animation : rotating 4s linear infinite;
    transform-origin: center;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

@keyframes rotating {
    form {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}

/* Media Query */
/* Laptop */

@media (max-width: 992px) {
    html        {
        font-size: 75%;
    }
    .hero li {
        padding: 20px;
    }
}
/* Tablet */
@media (max-width: 768px) {
    html        {
        font-size: 65%;
    }   
    .hero li {
        padding: 10px;
    }
    .mynavbar .nav-link {
    font-size: 2rem;
    text-align: center;
    }

}
    
/* Handphone */
@media (max-width: 576px)
{
    html        {
        font-size: 60%;
    }  
    .hero li {
        padding: 2px;
    }

}