@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    position: relative;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif!important;
}

@media screen and (max-width:320px) {
    body {
        width: 137%!important;
    }
}

#home,
#about,
#wedding,
#gallery,
#gift {
    padding: 70px 0;
}


/* #nav .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9);
    border-bottom: 1px solid #000;
    background-color: #000;
} */

#nav {
    font-weight: 600;
    font-size: 14px;
    color: #1F2244;
}

#nav .navbar {
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.5);
}

#home {
    background-image: url('../images/bg.jpg');
    min-height: 100dvh;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#home h1 {
    text-align: center;
    font-size: 26px;
    font-weight: 600;
}

#home h2 {
    text-align: center;
    font-size: 24px;
}

#home h3 {
    text-align: center;
    font-size: 16px;
}

#home h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

#home .bg-wed {
    background-color: rgba(220, 255, 215, 1);
    padding: 50px;
    border-radius: 100px 25px 100px 25px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

#home .savedate {
    margin-top: 50px;
}

#home p {
    margin: 0;
    text-align: center;
}

#home p.save {
    font-size: 24px;
    font-weight: 600;
}

#home p.date {
    font-weight: 400;
}

#home p.klik {
    font-weight: 400;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
    margin: 10px 0;
    font-style: oblique;
}

#home p.klik a {
    color: #000;
}


/* #home p.location {
    font-weight: 600;
} */

#home .undangan {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
}

@media screen and (max-width:768px) {
    #home {
        background-position: right;
    }
}

@media screen and (max-width:430px) {
    #home h1 {
        font-size: 16px;
    }
    #home h2 {
        font-size: 14px;
    }
    #home h3 {
        font-size: 12px;
    }
    #home h4 {
        font-size: 12px;
    }
    #home p.save {
        font-size: 12px;
    }
    #home p.date {
        font-size: 12px;
    }
    #home p.klik a {
        font-size: 12px;
    }
}

#gallery img {
    width: 100%;
    max-width: 450px;
    height: 500px;
    margin: auto;
    display: block;
    object-fit: cover;
}

#gallery h2 {
    text-align: center;
    font-size: 24px;
    margin: 15px 0
}

@media screen and (max-width:430px) {
    #gallery h2 {
        font-size: 16px;
    }
}

#about {
    background-image: url('../images/about/bg.jpg');
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#about .bg-groom {
    background-color: #F5F5F7;
    padding: 20px;
    border-radius: 100px 25px 100px 25px;
    margin: 15px 0;
    box-shadow: 0 5px 5px rgba(25, 25, 25, 0.5);
}

#about .bg-bride {
    background-color: #F5F5F7;
    padding: 20px;
    border-radius: 25px 100px 25px 100px;
    margin: 15px 0;
    box-shadow: 0 5px 5px rgba(25, 25, 25, 0.5);
}

#about h2 {
    text-align: center;
    font-size: 24px;
}

#about h3 {
    text-align: center;
    font-size: 16px;
}

#about h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

#about h5 {
    text-align: center;
    font-size: 20px;
}

#about img {
    display: block;
    width: 100%;
    max-width: 250px;
    height: 250px;
    margin: 15px auto;
    object-fit: cover;
    box-shadow: 0 5px 5px rgba(25, 25, 25, 0.5);
}

@media screen and (max-width:430px) {
    #about h2 {
        font-size: 16px;
    }
    #about h3 {
        font-size: 14px;
    }
    #about h4 {
        font-size: 12px;
    }
    #about h5 {
        font-size: 12px;
    }
    #about .bg-groom {
        border-radius: 25px;
        margin: 15px 0;
    }
    #about .bg-bride {
        border-radius: 25px;
    }
}

#wedding {
    background-image: url('../images/wedding/bg.jpg');
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#wedding .acara {
    background-color: azure;
    padding: 10px;
    border-radius: 10px;
    margin: 20px 0;
}

#wedding .head h2 {
    text-align: center;
    font-size: 24px;
    margin: 15px 0
}

#wedding .head h3 {
    text-align: center;
    font-size: 16px;
    margin: 15px 0
}

#wedding .head h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0
}

#wedding .head h5 {
    text-align: center;
    font-size: 20px;
    font-style: oblique;
    margin: 15px 0
}

#wedding .acara h2 {
    text-align: center;
    font-size: 24px;
    margin: 15px 0
}

#wedding .acara h3 {
    text-align: center;
    font-size: 16px;
    margin: 15px 0
}

#wedding .acara h4 {
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0
}

#wedding .acara h5 {
    text-align: center;
    font-size: 20px;
    font-style: oblique;
    margin: 15px 0
}

@media screen and (max-width:430px) {
    #wedding .head h2 {
        font-size: 16px;
    }
    #wedding .head h3 {
        font-size: 14px;
    }
    #wedding .head h4 {
        font-size: 12px;
    }
    #wedding .head h5 {
        font-size: 12px;
    }
    #wedding .acara h2 {
        font-size: 16px;
    }
    #wedding .acara h3 {
        font-size: 14px;
    }
    #wedding .acara h4 {
        font-size: 12px;
    }
}

#gift {
    background-color: aliceblue;
}

#gift h2 {
    text-align: center;
    font-size: 24px;
}

#gift h3 {
    text-align: center;
    font-size: 16px;
}

#gift h4 {
    text-align: center;
    font-size: 18px;
}

#gift .bg {
    background-color: aliceblue;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.5);
    margin: 20px auto;
    width: 100%;
    max-width: 500px;
}

#gift img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: 50px;
    margin: 0 auto;
    object-fit: contain;
}

@media screen and (max-width:430px) {
    #gift h2 {
        font-size: 16px;
    }
    #gift h3 {
        font-size: 14px;
    }
    #gift h4 {
        font-size: 12px;
    }
}

#copyright h2 {
    font-size: 11px;
    text-align: center;
    font-weight: 600;
    padding: 20px;
}

#copyright img {
    width: 15px;
    height: 15px;
}

#popup .bg-wed {
    background-color: rgba(220, 255, 215, 1);
    padding: 50px;
    border-radius: 10px;
    box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.3);
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
}

#popup .undangan {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
    padding: 20px;
    text-align: center;
}

#popup h6 {
    text-align: center;
    font-weight: 600;
    font-size: 26px;
}

#popup h2 {
    text-align: center;
    font-size: 24px;
}

#popup h3 {
    text-align: center;
    font-size: 16px;
}

#popup h4 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}

#popup h5 {
    font-size: 18px!important;
}

@media screen and (max-width:430px) {
    #popup h1 {
        font-size: 16px;
    }
    #popup h2 {
        font-size: 14px;
    }
    #popup h3 {
        font-size: 12px;
    }
    #popup h4 {
        font-size: 12px;
    }
    #popup h5 {
        font-size: 12px;
    }
}