:root {
    --pink: #de5e95; 
    --bg: #000000;
    --shadow: 0 2px 2px rgb(0 0 0 / 0.5);
}

body {
    font-size: 1.2rem;
    font-family: 'Work Sans', sans-serif;
    min-height: 2000px;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
}



.hero {
    position: relative;
    min-height: 100vh;
}
.hero h1, .hero h4, .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;
}
.hero a:hover {
    background-color: var(--pink);
    color: white;
}
.home {

    min-height: 100vh;
    background-size: cover;
    margin-top: -6rem;
    padding-top: 15rem;
    padding-bottom: 5rem;

 }
 .home h2,
 .rsvp h2,
 .gifts h2 {
    color: var(--pink);
    font-family: 'Sacramento';
    font-size: 5rem;
    font-weight: bold;
 }
 .home h3{
    color: #ffffff;
    font-size: 1.5rem;
    margin-bottom: 1rem;
 }
 .home p {
    font-size: 1.1rem;
    color: #ffffff;
 }
.home .couple{
    margin-top: 100px;
}

.home .couple h3{
    font-family: 'Sacramento';
    font-size: 2.4rem;
    color: var(--pink);
}

.home .couple img {
    width: 100%;
}

.info{
    background-color: var(--bg);
    color: white;
    padding-top: 10rem;
    padding-bottom: 8rem;
}

.info h2 {
    color: var(--pink);
    font-family: 'Sacramento';
    font-size: 5rem;
    font-weight: bold;
}

.info .alamat {
    font-size: 1.1rem;
}

.info .description {
    font-size: 1rem; 
    font-weight: 300;
}

.info .card {
    background-color: rgba(255, 255, 255, 255, 0.2) !important;
    color: black !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;
}

.rsvp, 
.gifts {
    padding-top: 10rem;
    padding-bottom: 8rem;

}

.gifts span {
    text-transform: uppercase;
    color: #fffefe;
    font-size: 0.9rem;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 1rem;
}
.rsvp p{
    font-size: 1rem;
    font-weight: 300;
    color: white;
}
.gifts p {
    font-size: 1rem;
    font-weight: 300;
    color: white;
}

.rsvp {
    background-color: var(--bg);
}

.rsvp h2 {
    font-size: 4.5rem;
}


footer {
    padding: 3rem;
    background-color: var(--pink);
    color: white;
}

footer a {
    color: var(--bg);
    font-weight: bold;
    text-decoration: none;
}
footer li {
    list-style: none;
    display: inline;
}
footer a:hover {
    color: white;
}
/* laptop */
@media (max-width: 992px) {
    html{
        font-size: 75%;
    }
    .simply-countdown > .simply-section {
        padding: 70px;
    }
}

.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;
}

/* tablet */
@media (max-width: 800px){
html {
    font-size: 75%;
}
.simply-countdown > .simply-section {
    padding: 60px;
    margin: 5px;
}
.sticky-top{
    overflow: hidden;
}
}

/* hp */
@media (max-width: 590px){
html {
    font-size: 60%;
}
.simply-countdown > .simply-section {
    padding: 40px;
    margin: 2px;
}
}
