:root {
    --pink: #f14e95;
    --bg: #0a0a0a;
    --shadow: 0 2px 2px rgb(0 0 0 / 0.5);
}

body {
    font-size: 1.2rem;
    font-family: "Work Sans", sans-serif;
    min-height: 4000px;
}

.hero::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(img/prewed4.png);
    background-size: cover;
    background-position: center;
    z-index: -1;
    filter: grayscale();
}

.hero {
    position: relative;
    min-height: 100vh;
}

.hero h1, .hero h4, .hero  p, .hero p{
    text-shadow: var(--shadow);
}

.hero h1 {
     font-family: "Sacramento", cursive;
     font-size: 6rem;
}

.hero h4 {
    font-size: 1.6rem;
}

.hero p {
    font-size: 1.4rem;
}

.hero a {
    color: var(--pink);
    background-color: white;
    box-shadow: var(--shadow);
}

.hero a:hover {
    background-color: var(--pink);
    color: white;
}

.wedding-date-script {
    font-family: "Sacramento", cursive;
    font-size: 4rem;
    color: white;   /* <-- WARNA PUTIH */
    margin-top: 20px;
}

.mynavbar{
    background-color: rgba(255, 2555, 2555, 0.3) !important;
    backdrop-filter: blur(2.8px);
}

.mynavbar .offcanvas {
    height: 100vh;
}

.mynavbar .navbar-brand, 
.mynavbar .offcanvas-title {
    font-family: 'Sacramento', cursive;
    font-size: 2.8rem;
    font-weight: bold;
}

.mynavbar .nav-link {
    text-transform: uppercase;
}

.home {
    background-image: url(img/VB1.png);
    background-size: cover;
    min-height: 100vh;
    margin-top: -6rem;
    padding-top: 12rem;
    padding-bottom: 7rem;
}

.home h2 {
    color: black;
    font-family: 'Sacramento';
    font-size: 5rem;
    font-weight: bold;
}

.info h2,
.gallery h2, 
.gifts h2, 
.rsvp h2 {
    color: var(--pink);
    font-family: 'Sacramento';
    font-size: 5rem;
    font-weight: bold;
}

.home h3 {
    color: black;
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.home p {
    font-family: 1.1rem;
    color: black;
}

.home .couple {
    margin-top: 100px;
}

.home .couple h3 {
    font-family: 'Sacramento';
    font-size: 2.4rem;
    color: black;
}

.home .couple img {
    width: 100%;
}

.home .heart {
    width: 50px;
    height: 50px;
    background-color: white;
    display: flex;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(155px);
}

.home .heart i {
    margin: auto;
    color: var(--pink);
}

.info {
    background-color: #444;
    color: white;
    padding-top: 10rem;
    padding-bottom: 8rem;
}

.info .alamat {
   font-size: 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;
}

.info .card-header {
    border-bottom: 1px solid #999;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.info .card-body {
    font-size: 1rem;
}

.info .card-footer {
    border-top: 1px solid #999;
    font-size: 0.9rem;
    font-weight: 300;
}

.gallery,
.gifts,
.rsvp {
    padding-top: 10rem;
    padding-bottom: 8rem;
}

.gallery span,
.gifts span {
    text-transform: uppercase;
    color: #666;
    font-size: 0.9rem;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 1rem;
}

.gallery p,
.gifts p,
.rsvp p {
    font-size: 1rem;
    font-weight: 300;
}

.gallery {
    background-color: #f5f5f5;
}

.rsvp {
    background-color: #444;
}

.rsvp h2 {
   font-size: 4.2rem; 
}

.rsvp p {
    color: white;
}

.rsvp form label {
    color: white;
}

.rsvp button {
    background-color: var(--pink);
    color: white;
    border: 1px solid var(--pink);
}

.rsvp button:hover {
    background-color:white;
    color: var(--pink);
    border: 1px solid white;
}

footer {
    padding: 3rem;
    background-color: var(--pink);
    color: white;
}

footer a {
    color: var(--bg);
    font-weight: bold;
    text-decoration: none;
}

footer a:hover {
    color: white;
}

footer li {
    list-style: none;
    display: inline;
    margin:0.5rem;
}

.audio-icon-wrapper {
    width: 4rem;
    height: 4rem;
    font-size: 4rem;
    position: fixed;
    bottom: 2.5rem;
    right: 2rem;
    cursor: pointer;
    color: white;
    opacity: 0.5;
    mix-blend-mode: difference;
    animation: rotating 4s linear infinite;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}

@keyframes rotating {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Media Query */
/* Extra Large */
@media (max-width: 1200px) {
    .home .heart {
         transform: translateX(-50%) translateY(145px);
    }
}

/* laptop */
@media (max-width: 992px) {
    html {
      font-size: 75%;  
    }

    @media (max-width: 1200px) {
    .home .heart {
        display: none;
    }
}
}


/* tablet */
@media (max-width: 768px) {
    html {
      font-size: 65%;  
    }
}

.mynavbar .nav-link {
    font-size: 1.5rem;
    text-align: center;
}

.sticky-top {
    overflow: hidden;
}

/* mobile phone */
@media (max-width: 576px) {
    html {
      font-size: 60%;  
    }
}
