/* Mobile */
@media (max-width: 576px) {
    html {
        font-size: 65%;
        background-color: var(--shadowColor);
    }

    .wrapNav {
        width: 100%;
        position: fixed !important;
        bottom: 0;
        z-index: 999;
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .wrapNav nav {
        border-radius: 0px;
        /* background: yellow !important; */
    }

    .decoration_top {
        position: relative;
    }

    .decoration_top img {
        position: absolute;
        top: 0;
        left: 10%;
        width: 80%;
        z-index: 2;
    }

    .decoration_bottom {
        position: relative;
    }

    .decoration_bottom .left {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 80%;
        z-index: 2;
        /* background-color: red !important; */
    }

    .decoration_bottom .right {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 80%;
        z-index: 2;
        /* background-color: red !important; */
    }

    .invitation,
    .bride,
    .date,
    .gallery,
    .maps,
    .story,
    .greeting,
    .live,
    .gift,
    .thanks {
        min-height: 100vh !important;
        /* background-color: green !important; */
    }

    .invitation h1,
    .invitation h4,
    .invitation h5,
    .invitation blockquote {
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
    }

    .invitation h1 {
        font-family: "Great Vibes", cursive;
        font-size: 4rem;
    }

    .invitation h4 {
        font-size: 2rem;
    }

    .invitation h5 {
        font-size: 1.4rem;
        font-weight: 600;
    }

    .invitation blockquote {
        font-size: 1rem;
        font-style: italic;
    }

    .invitation .frameImg {
        width: 170%;
        filter: opacity(0.8);
    }

    .bride .bride-opening-image {
        width: 50%;
    }

    .bride .char-man {
        /* width: 65%; */
        max-width: 65%;
    }

    .bride .bride-image-love {
        width: 30%;
    }

    .bride h1 {
        font-size: 1rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
    }

    .bride p {
        font-size: 0.8rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
    }

    .bride .bride-name {
        font-family: "Great Vibes", cursive;
        font-size: 2.5rem;
        /* font-size: 5vw; */
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
    }

    .galleryContainer {
        height: 500px !important;
    }

    .gallery h6 {
        font-family: "Great Vibes", cursive;
        font-size: 3rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
    }

    .gallery img {
        max-width: 100% !important;
        margin: 2px 5px 5px 2px !important;
        border-radius: 5px;
    }

    .maps h6 {
        font-family: "Great Vibes", cursive;
        font-size: 3rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
        margin-bottom: 20px !important;
    }

    .maps iframe {
        width: 300px !important;
        height: 30vh !important;
        margin-bottom: 10px !important;
    }

    .maps h4 {
        font-size: 1.6rem;
        font-weight: 800;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
        margin-bottom: 20px !important;
    }

    .maps p {
        font-size: 1rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
        margin-bottom: 20px !important;
    }

    .mapsText {
        text-align: center !important;
    }

    .story h6 {
        font-family: "Great Vibes", cursive;
        font-size: 3rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
        margin-bottom: 20px !important;
    }

    .story .card {
        background-color: transparent;
        color: var(--lightColor);
    }

    .story .card-body {
        height: 400px !important;
    }

    .story h1 {
        font-family: "Great Vibes", cursive;
        font-size: 1.5rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
        margin-bottom: 20px !important;
    }

    .story p {
        font-size: 0.8rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
    }

    .greeting h6 {
        font-family: "Great Vibes", cursive;
        font-size: 3rem;
        text-shadow: 0 2px 2px rgb(0 0 0 / 0.5);
        margin-bottom: 10px !important;
    }

    .greeting .cardForm {
        border-radius: 5px;
    }

    .cardForm label {
        font-size: 1rem;
        font-weight: 600;
    }

    .cardForm input,
    .cardForm textarea {
        font-size: 0.8rem;
        padding: 3px 5px !important;
    }

    .cardForm input::placeholder,
    .cardForm textarea::placeholder {
        font-size: 0.8rem;
        color: var(--lightColor);
    }

    .cardForm input:focus,
    .cardForm textarea:focus {
        background-color: transparent;
        color: var(--lightColor);
        border: 1px solid var(--lightColor);
    }

    .cardGreeting .card-body {
        border-radius: 5px;
        height: 300px !important;
    }

    .cardGreeting span {
        font-size: 1rem;
        margin-bottom: 15px !important;
    }

    .cardGreeting h4 {
        font-size: 1rem;
        /* text-shadow: 0 2px 2px rgb(0 0 0 / 0.5); */
        margin-bottom: 10px !important;
        margin-top: 5px !important;
    }

    .cardGreeting p {
        font-size: 0.8rem;
        margin-bottom: 20px !important;
    }

    .live .card-body {
        border: 1px solid var(--lightColor);
        border-radius: 10px;
        padding: 20px !important;
        max-height: 300px !important;
        overflow-y: scroll !important;
    }

    .dateContainer {
        overflow-y: scroll !important;
    }
}


@media (max-width: 370px) {
    .bride .char-man {
        /* width: 65%; */
        max-width: 30%;
    }

    .bride .bride-name {
        font-size: 5vw;
    }


}