:root {
    --shadowColor: #102c57;
    --baseColor: #eadbc8;
    --middleColor: #dac0a3;
    --lightColor: #fefaf6;
    --textShadow: 0 2px 2px rgb(0 0 0 / 0.1);
}

body {
    font-size: 1.2rem;
    font-family: "Merriweather", serif;
    color: var(--lightColor);
    background-color: var(--shadowColor);
    background-image: url("/assets/images/theme_2/background.svg");
    background-position: center;
    background-size: cover;
    background-blend-mode: overlay;
    overflow: hidden !important;
    min-height: 100vh;
}

section {
    position: relative;
    z-index: 999;
}

.wrapNav {
    /* background: red !important; */
    width: 100%;
    position: fixed !important;
    bottom: 0;
    z-index: 999;
    padding-left: 15% !important;
    padding-right: 15% !important;
}

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

.nav-item a {
    color: var(--middleColor) !important;
}

.nav-item a:hover {
    color: var(--shadowColor) !important;
}

.nav-item .active {
    color: var(--shadowColor) !important;
}

#navbar-menus {
    background-color: var(--lightColor);
    /* border-radius: 50px; */
}

.decoration_top {
    position: relative;
}

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

.decoration_bottom {
    position: relative;
}

.decoration_bottom .left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    z-index: 4;
    /* background-color: blue !important; */
}

.decoration_bottom .right {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    z-index: 4;
    /* background-color: blue !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: var(--textShadow);
}

.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 a,
.pausePlayBtn,
.date .btnLocation,
.maps a,
.cardForm button,
.live .liveBtn,
.gift .giftCopyBtn {
    color: var(--shadowColor);
    background-color: var(--lightColor);
    padding: 5px 15px 5px 15px !important;
    font-size: 0.9rem;
    font-weight: 400;
}

.invitation a:hover,
.pausePlayBtn:hover,
.date .btnLocation:hover,
.maps a:hover,
.cardForm button:hover,
.live .liveBtn:hover,
.gift .giftCopyBtn:hover {
    color: var(--lightColor);
    background-color: var(--shadowColor);
    border: 1px solid var(--lightColor);
}

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

.invitation .frameImg {
    width: 75%;
    filter: opacity(0.5);
}

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

.bride .char-man {
    width: 350px;
}

.bride .char-women {
    width: 350px;
}

.bride .bride-image-love {
    width: 300px;
}

.bride h1 {
    font-size: 1.6rem;
    text-shadow: var(--textShadow);
}

.bride p {
    font-size: 1.1rem;
    text-shadow: var(--textShadow);
}

.bride .bride-name {
    font-family: "Great Vibes", cursive;
    font-size: 2.4rem;
    text-shadow: var(--textShadow);
}

.dateCard {
    max-height: 300px;
}

.date h6 {
    font-size: 1rem;
    text-shadow: var(--textShadow);
}

.dateCard p {
    font-size: 1rem;
    text-shadow: var(--textShadow);
}

.date h4 {
    font-family: "Great Vibes", cursive;
    font-size: 2rem;
    text-shadow: var(--textShadow);
}

.dateCard {
    border: 1px solid var(--lightColor);
    border-radius: 10px;
}

.dateCard .ri-calendar-2-line {
    font-size: 2rem;
    text-shadow: var(--textShadow);
}

.galleryContainer {
    border: 1px solid var(--lightColor);
    border-radius: 10px;
    padding: 20px !important;
    height: 400px !important;
    overflow-y: scroll !important;
}

.gallery h6 {
    font-family: "Great Vibes", cursive;
    font-size: 4rem;
    text-shadow: var(--textShadow);
}

.gallery img {
    width: 472px;
    height: 409px;
    object-fit: cover;
    margin: 2px 20px 20px 2px !important;
    border-radius: 10px;
}

.maps h6 {
    font-family: "Great Vibes", cursive;
    font-size: 4rem;
    text-shadow: var(--textShadow);
    margin-bottom: 20px !important;
}

.maps h4 {
    font-size: 1.6rem;
    font-weight: 800;
    text-shadow: var(--textShadow);
    margin-bottom: 20px !important;
}

.maps p {
    font-size: 1rem;
    text-shadow: var(--textShadow);
    margin-bottom: 20px !important;
}

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

.story h6 {
    font-family: "Great Vibes", cursive;
    font-size: 4rem;
    text-shadow: var(--textShadow);
    margin-bottom: 20px !important;
}

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

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

.story h1 {
    font-family: "Great Vibes", cursive;
    font-size: 1.6rem;
    text-shadow: var(--textShadow);
    margin-bottom: 20px !important;
}

.story p {
    font-size: 0.8rem;
    text-shadow: var(--textShadow);
}

.greeting h6 {
    font-family: "Great Vibes", cursive;
    font-size: 4rem;
    text-shadow: var(--textShadow);
    margin-bottom: 20px !important;
}

.greeting .cardForm {
    background-color: transparent !important;
    color: var(--lightColor);
    border: 1px solid var(--lightColor);
    border-radius: 10px;
    padding: 20px !important;
}

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

.cardForm input,
.cardForm textarea {
    font-size: 0.8rem;
    padding: 5px 10px !important;
    background-color: transparent;
    color: var(--lightColor);
}

.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 {
    color: var(--shadowColor);
    border: 1px solid var(--lightColor);
    border-radius: 10px;
}

.cardGreeting .card-body {
    padding: 20px !important;
    height: 200px !important;
    overflow-y: scroll !important;
}

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

.cardGreeting h4 {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 10px !important;
}

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

.live .card {
    background: transparent !important;
    color: var(--lightColor);
}

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

.live h6 {
    font-family: "Great Vibes", cursive;
    font-size: 4rem;
    text-shadow: var(--textShadow);
    margin-bottom: 20px !important;
}

.live h4 {
    font-size: 1rem;
    text-shadow: var(--textShadow);
    margin-bottom: 5px !important;
}

.live .title {
    font-size: 1.5rem;
    text-shadow: var(--textShadow);
    margin-bottom: 10px !important;
}

.live .account {
    font-size: 1rem;
    text-shadow: var(--textShadow);
    margin-bottom: 5px !important;
}

.gift h6 {
    font-family: "Great Vibes", cursive;
    font-size: 4rem;
    text-shadow: var(--textShadow);
    margin-bottom: 20px !important;
}

.gift h4 {
    font-size: 1rem;
    text-shadow: var(--textShadow);
    margin-bottom: 5px !important;
}

.gift .card {
    background: transparent !important;
    color: var(--lightColor);
}

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

.gift .giftBank {
    font-size: 1.2rem;
    text-shadow: var(--textShadow);
    margin-bottom: 10px !important;
}

.gift .giftBankNumber {
    font-size: 1rem;
    text-shadow: var(--textShadow);
    margin-bottom: 5px !important;
}

.gift h3 {
    font-size: 2rem;
    text-shadow: var(--textShadow);
    margin-bottom: 10px !important;
}

.gift .giftAddress {
    font-size: 1rem;
    text-shadow: var(--textShadow);
    margin-bottom: 10px !important;
}

.thanks h6 {
    font-family: "Great Vibes", cursive;
    font-size: 4rem;
    text-shadow: var(--textShadow);
    margin-bottom: 20px !important;
}

.thanks h4 {
    font-size: 1rem;
    text-shadow: var(--textShadow);
    margin-bottom: 5px !important;
}

.thanks h1 {
    font-family: "Great Vibes", cursive;
    font-size: 4rem;
    text-shadow: var(--textShadow);
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.thanks p {
    font-size: 1rem;
    text-shadow: var(--textShadow);
    margin-bottom: 5px !important;
}

.thanks a {
    font-size: 1rem;
    text-shadow: var(--textShadow);
    text-decoration: none !important;
    color: var(--lightColor);
}

.thanks i {
    font-size: 1rem;
}

.thanks a:hover {
    color: var(--middleColor);
}