@import url("https://fonts.googleapis.com/css2?family=Island+Moments&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Joan&display=swap");

@keyframes slideInFromTop {
    0% {
        transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
    }
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Desktop  720p*/
@media screen and (min-width: 1280px) {
    .overflowAuto {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 20vh;
        width: 100%;
    }

    .pasangan {
        font-family: "Island Moments", cursive;
        font-size: 80px;
    }

    .mempelai {
        font-family: "Island Moments", cursive;
        font-size: 80px;
    }

    .mempelai2 {
        font-family: "Island Moments", cursive;
        font-size: 50px;
    }

    .menuju {
        font-family: "Island Moments", cursive;
        font-size: 40px;
    }
}

/* Desktop  HD*/
@media screen and (min-width: 1440px) {
    .overflowAuto {
        overflow-y: scroll;
        overflow-x: hidden;
        height: 20vh;
        width: 100%;
    }

    .pasangan {
        font-family: "Island Moments", cursive;
        font-size: 80px;
    }

    .mempelai {
        font-family: "Island Moments", cursive;
        font-size: 80px;
    }

    .mempelai2 {
        font-family: "Island Moments", cursive;
        font-size: 50px;
    }

    .menuju {
        font-family: "Island Moments", cursive;
        font-size: 40px;
    }
}

.image1 {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    animation-name: fadeInOpacity;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
}

.bg-page-cover {
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* animation: 1s ease-out 0s 1 slideInFromTop; */
}

.text-indent {
    word-spacing: 5px;
}

.mempelai3 {
    font-family: "Island Moments", cursive;
    /* font-size: 50px; */
    font-size: 2em;
}

.cardTitleFont {
    font-family: "Joan", serif;
}

.footerTitleFont {
    font-family: "Joan", serif;
    font-size: 30px;
}

.companyNameFont {
    font-family: "Island Moments", cursive;
    font-size: 28px;
}

/* content fixed */

.navbar {
    overflow: hidden;
    background-color: transparent;
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 1;
}

body {
    max-width: 500px;
    margin: 0 auto;
}

/* Mobile */
.overflowAuto {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 35vh;
    width: 100%;
}

.bg-page1 {
    height: 80vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* animation: 1s ease-out 0s 1 slideInFromTop; */
}

.bg-page2 {
    background-image: url("https://cdn.undanganweb.com/hi/2022/03/IMG_5871.png");
    /* min-height: 88vh; */
    height: auto;
    /* margin-bottom: 20px; */
    padding-bottom: 10vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-page3 {
    /* margin-top: 1000px; */

    padding-bottom: 100px;

    background-color: #9b9893;
    /* min-height: 255vh; */
    height: auto;
    margin-top: -8vh;
    border-radius: 90%/100px 100px 0 0;
    color: black;
}

.bg-page4 {
    height: 65vh;
    background-size: cover;
    /* background-position: center; */
    background-position: 50% 15%;
    background-repeat: no-repeat;
}

.bg-page5 {
    /* min-height: 210vh; */
    padding-bottom: 4em;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-page6 {
    background-image: url("https://cdn.undanganweb.com/hi/2022/03/IMG_5871.png");
    /* min-height: 190vh; */
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-page7 {
    background-color: rgba(91, 87, 78, 0.61) !important;
    /* min-height: 263vh; */
    height: auto;
}
.bg-page9 {
    position: relative;
    min-height: 50vh;
    /* min-hight: */
    background-size: cover;
    background-position: 50% 20%;
    background-repeat: no-repeat;
    z-index: 1;
}
.bg-page9::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #918f8b3d, #918f8b);
    z-index: 1;
}

.bg-page9 p{
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7), -2px -2px 5px rgba(255, 255, 255, 0.5);
}

.bg-page10 {
    /* background-color: #72706a; */
    background: linear-gradient(to bottom, rgba(255, 0, 0, 0), #72706ac7);
    height: 100vh;
    margin-top: -100vh;
}

.bg-page11 {
    background-color: #72706ac7;
    height: 60vh;
}

.pasangan {
    font-family: "Island Moments", cursive;
    font-size: 50px;
}

.mempelai {
    font-family: "Island Moments", cursive;
    font-size: 40px;
}

.mempelai2 {
    font-family: "Island Moments", cursive;
    font-size: 3em;
}

.mempelai3 {
    font-family: "Island Moments", cursive;
    /* font-size: 50px; */
    font-size: 2em;
}

.menuju {
    font-family: "Island Moments", cursive;
    font-size: 28px;
}

/* End Mobile */
