:root {
    --pink: #fe62c5;
    --bg: #202457;
    --shadow: 0 2.5px 2.5px rgb(0 0 0/0.5);
}

body {
    font-size: 1.2rem;
    font-family: 'Work Sans', 'sans-serif';
    min-height: 100vh;
}

.uno::before {
    content: '';
    position: absolute;
    background-image: url(../gmbr/couple2.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    z-index: -1;
    filter: opacity(45%);
}

.uno {
    position: relative;
    min-height: 100vh;
}

.uno h3,
.uno h4,
.uno p {
    text-shadow: var(--shadow);
}

.uno h1 {
    font-family: "Sacramento", cursive;
    font-size: 6rem;
    color: var(--pink);
    font-weight: 600;
    color: #202457;
}

.uno h2 {
    font-family: "Sacramento", cursive;
    font-size: 3rem;
    color: #202457;
    font-weight: 700;
}

.uno h3,
.uno p {
    font-family: "Work Sans", sans-serif;
    font-size: 1.2rem;
    color: #202457;
}

.uno h4 {
    font-family: "Sacramento", cursive;
    font-size: 4rem;
}

.uno a {
    color: var(--pink);
    background-color: whitesmoke;
    box-shadow: var(--shadow);
    border-radius: 5px;
    padding: 5px;
    font-size: 1.5rem;
    /* margin-top: 30px; */
}

.uno a:hover {
    background-color: var(--pink);
    color: whitesmoke;
}

.home {
    background-image: url(../gmbr/pinkrose.png);
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    margin-top: -5rem;
    padding-top: 10rem;
    padding-bottom: 5rem;
}

.home h2,
.info h2,
.story h2,
.gallery h2,
.rsvp h2,
.gifts h2 {
    color: var(--pink);
    font-family: "Sacramento", cursive;
    font-size: 5rem;
    font-weight: bold;
}

.home h3 {
    color: #333;
    font-size: 2rem;
    margin-top: -1.5rem;
    margin-bottom: 1.5rem;
}

.home h4 {
    color: #444;
    font-size: 1.5rem;
    margin-bottom: 1.8rem;
}

.home h5 {
    color: var(--pink);
    font-family: "Sacramento", cursive;
    font-size: 5.5rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
}

.bulat {
    width: 250px;
    height: 250px;
    border-radius: 50%;
}

.home p {
    color: #666;
    font-size: 1.1rem;
}

.home .couple {
    margin-top: 100px;
}

.home .couple h3 {
    font-family: "Sacramento", cursive;
    font-size: 2.4rem;
    color: var(--pink);
}

.home .couple img {
    width: 100%;
}

.home .heart {
    width: 50px;
    height: 50px;
    background-color: white;
    border-radius: 50%;
    display: flex;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(65px);
    z-index: 1;
}

.home .heart i {
    margin: auto;
    color: var(--pink);
}

.info {
    background-color: var(--bg);
    min-height: 100vh;
    color: whitesmoke;
    padding-top: 8rem;
    padding-bottom: 5rems;
}

.info .alamat {
    font-size: 1.2rem;
}

.info .description {
    font-size: 1rem;
    font-weight: 300;
}

.info .card {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: white !important;
}

.info .card-header {
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}

.info .card-body {
    font-size: 0.9rem;
}

.info .card-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    font-size: 0.9rem;
    border-top: #999;
    font-weight: 300;
}

.story,
.gallery,
.rsvp,
.gifts {
    padding-top: 10rem;
    padding-bottom: 8rem;
}

.story span,
.gallery span,
.gifts span {
    text-transform: uppercase;
    color: #333;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 1.3rem;
}

.story p,
.gallery p,
.rsvp p,
.gifts p {
    font-size: 1rem;
    font-weight: 300;
}

.timeline {
    list-style: none;
    padding: 1.4rem 0;
    margin-bottom: 1rem;
    position: relative;
}

.timeline::before {
    content: '';
    top: 0;
    bottom: 0;
    position: absolute;
    width: 1px;
    background-color: #ccc;
    left: 50%;
}

.timeline li {
    margin-bottom: 1.5rem;
    position: relative;
}

.timeline li::before,
.timeline li::after {
    content: '';
    display: table;
}

.timeline li::after {
    clear: both;
}

.timeline li .timeline-image {
    width: 160px;
    height: 160px;
    background-color: #ccc;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.timeline li .timeline-panel {
    width: 40%;
    float: left;
    border: 1px solid #ccc;
    padding: 2rem;
    position: relative;
    border-radius: 10px;
    background-color: #fff;
}

.timeline li .timeline-panel::before {
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 15px solid transparent;
    border-left: 15px solid #ccc;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    top: 80px;
    right: -15px;
}

.timeline li .timeline-panel::after {
    content: '';
    display: inline-block;
    position: absolute;
    border-top: 14px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    top: 81px;
    right: -13px;
}

.timeline li.timeline-inverted .timeline-panel {
    float: right;
}

.timeline li.timeline-inverted .timeline-panel::before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline li.timeline-inverted .timeline-panel::after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -13px;
    right: auto;
}

.gallery {
    background-color: #f9d6f0;
}

.rsvp {
    background-color: var(--bg);
}

.rsvp h2 {
    font-size: 4.5rem;
}

.rsvp p {
    color: whitesmoke;
}

.rsvp form label {
    color: whitesmoke;
}

.rsvp button {
    background-color: var(--pink);
    color: white;
    border: 1px solid var(--pink);
}

.rsvp button:hover {
    background-color: white;
    color: var(--pink);
    border: white;
}

footer {
    padding: 1rem;
    background-color: #f2f8c3;
    color: var(--pink);
}

footer a {
    color: var(--bg);
    font-weight: bold;
    text-decoration: none;
    font-family: "Sacramento", cursive;
}

.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(1turn);
    }

}

/* Vanilla */
/* .img-fluid {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 100px);
    max-width: 200px;
    transition: 0.5s;
}

.gallery:hover .img-fluid {
    transform: translate(-50%, -50%, 100px) scale(1.2);
} */


/* Media Query */
/* Laptop */
@media (max-width: 992px) {
    html {
        font-size: 75%;
    }

    .simply-countdown>.simply-section {
        padding: 60px;
    }

    .home .heart {
        display: none;
    }

    .timeline::before {
        left: 60px;
    }

    .timeline li .timeline-image {
        left: 15px;
        margin-left: 45px;
        top: 16px;
    }

    .timeline li .timeline-panel {
        width: calc((100% - 200px));
        float: right;
        /* transform: translateX(-20px); */
    }

    .timeline li .timeline-panel::before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline li .timeline-panel::after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -13px;
        right: auto;
    }

}



/* Tablet */
@media (max-width: 768px) {
    html {
        font-size: 60%;
    }

    .simply-countdown>.simply-section {
        padding: 50px;
        margin: 5px;
    }

    .home .heart {
        display: none;
    }

    .timeline li .timeline-panel {
        width: 70%;
        transform: translateX(-10px);
    }

    .timeline li .timeline-panel::before {
        top: 60px;
    }

    .timeline li .timeline-panel::after {
        top: 61px;
    }

    .timeline li .timeline-image {
        width: 120px;
        height: 120px;
    }

}

/* Handphone */
@media (max-width: 576px) {
    html {
        font-size: 50%;
    }

    .simply-countdown>.simply-section {
        padding: 30px;
        margin: 3px;
    }

    .uno h1 {
        font-size: 4rem;
    }

    .uno h3,
    .uno p {
        font-size: 70%;
    }

    .home .heart {
        display: none;
    }

    .timeline li .timeline-image {
        width: 100px;
        height: 100px;
    }

    .timeline li .timeline-panel {
        width: 60%;
        transform: translateX(-30px);
    }

    .timeline li .timeline-panel::before {
        top: 40px;
    }

    .timeline li .timeline-panel::after {
        top: 41px;
    }

    .row {
        margin-top: 10px;
    }
}