.btn-donation,
.play-pause {
    bottom: 100px !important;
}
.btn-wedding {
    font-weight: 500;
    border: transparent;
    border-radius: 10px;
    font-family: "Montserrat", sans-serif;
    background-color: #9aa1f7;
    color: #fff;
}
.btn-wedding:hover {
    color: #fff;
    background-color: #737cf2;
}
.clear-50 {
    width: 100%;
    height: 50px;
}
.clear-100 {
    width: 100%;
    height: 100px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-carousel .owl-item .item {
    margin-bottom: 1rem;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    display: block;
    margin: 5px 7px;
    border-radius: 10px;
    background: #d6d6d6;
    transition: opacity 0.2s ease;
    -webkit-backface-visibility: visible;
}
.form-control:active,
.form-control:focus {
    box-shadow: none;
    border: 1px solid #9aa1f7;
}
.wedding-form {
    height: calc(2em + 0.75rem + 2px);
    font-weight: 600;
}
textarea {
    resize: none;
}
.h2,
h2 {
    font-size: 1.5rem;
}
.navbar {
    padding: 0;
    box-shadow: 0 -6px 10px -5px hsla(0, 0%, 44.3%, 0.3);
}
.navbar .navbar-nav .nav-item {
    font-weight: 600;
    text-align: center;
    letter-spacing: -0.5px;
    font-family: "Montserrat", sans-serif;
}
.navbar .navbar-nav .nav-item .nav-link {
    padding: 0.8rem 3rem;
    transition: all 0.5s ease-out;
}
.navbar .navbar-nav .nav-item .nav-link:hover {
    color: #9aa1f7;
}
.navbar .navbar-nav .nav-item .nav-link svg {
    font-size: 1.5rem;
    margin-bottom: 0.35rem;
}
.navbar-light .navbar-nav .active > .nav-link {
    color: #fff;
    background-color: #9aa1f7;
}
.navbar-light .navbar-nav .active > .nav-link:hover {
    color: #fff;
}
.container {
    max-width: 800px !important;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}
.cover {
    z-index: 10000;
    overflow: hidden;
    background-color: #ecf0f1;
    font-family: "Montserrat", sans-serif;
}
.cover,
.cover .title {
    width: 100%;
    height: 100vh;
    position: absolute;
    background-size: cover !important;
    z-index: 60;
    overflow: hidden;
}
.cover .title {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover .title h3 {
    margin: 0;
    font-size: 3rem;
    font-family: "Merienda One", cursive;
}
.cover .title h2 {
    font-weight: 600;
    letter-spacing: -0.5px;
}
.cover .title .initial {
    font-size: 4rem;
    margin-top: 10px;
    border-bottom: solid 2px #fff;
    display: inline-block;
    margin-bottom: 20px;
    font-family: "Merienda One", cursive;
    letter-spacing: -10px;
}
.cover .title .btn {
    font-weight: 600;
    letter-spacing: -0.75px;
}
.cover .img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.cover:before {
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.4;
    position: absolute;
    width: 100%;
}
.header {
    overflow: hidden;
    background-color: #ecf0f1;
}
.header,
.header .title {
    width: 100%;
    height: 100vh;
}
.header .title {
    color: #fff;
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
}
.header .title h2 {
    letter-spacing: -0.5px;
}
.header .title h2,
.header .title h3,
.header .title h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}
.header .title h1 {
    margin: 0;
    font-size: 4rem;
    font-family: "Merienda One", cursive;
}
.header .title p {
    font-size: 1rem;
    letter-spacing: -0.5px;
}
.header .title h2.date {
    border-top: solid 2px #fff;
    border-bottom: solid 2px #fff;
    display: inline-block;
    margin-top: 25px;
    padding: 10px;
}
.header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.header:before {
    background-color: #9aa1f7;
    background-image: linear-gradient(
        0deg,
        #9aa1f7 0%,
        #784ba0 50%,
        #838cf9 100%
    );
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}
.header::after {
    content: "";
    display: block;
    width: 100%;
    background: url("./images/content/mask.png") top center;
    background-size: cover;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.story {
    width: 100%;
    padding: 4rem 0;
    position: relative;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.story p {
    font-weight: 400;
    letter-spacing: -0.5px;
}
.story .title-story {
    font-size: 1.3rem;
    margin: 1rem;
    font-family: "Merienda One", cursive;
}
.profile {
    background-color: rgb(228, 230, 255);
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 10rem 0;
}
.profile p .opening {
    letter-spacing: -0.5px;
    font-weight: 400;
}
.profile .couples .couple-ring {
    width: 270px;
    height: 270px;
    overflow: hidden;
    position: relative;
    margin: 3rem auto;
    border-radius: 20px;
    border: 5px solid #9aa1f7;
    background-color: #ecf0f1;
}
.profile .couples .couple-ring img {
    margin: auto;
    width: 280px;
    top: -9999px;
    left: -9999px;
    right: -9999px;
    bottom: -9999px;
    position: absolute;
}
.profile .couples h2 {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 30px;
    color: #f88;
    font-family: "Merienda One", cursive;
}
.profile .couples h2 span {
    font-size: 1.3rem;
    color: #333;
    font-family: "Merienda One", cursive;
}
.profile .couples p {
    font-weight: 600;
    letter-spacing: -0.5px;
}
.location {
    width: 100%;
    padding: 3rem 0;
    text-align: center;
    font-family: "Montserrat", sans-serif;
}
.location .card {
    height: 100%;
    border: solid 2px #e7e9fd;
    border-radius: 10px;
    background: rgb(180, 186, 255);
    background: linear-gradient(
        0deg,
        rgba(180, 186, 255, 0.6) 0%,
        rgba(203, 206, 254, 0.6) 35%,
        rgba(228, 230, 255, 0.6) 100%
    );
}
.location .card h4 {
    font-size: 1.5rem;
}
.location .information {
    padding: 2rem 0;
}
.location .information h2,
.location .information h3 {
    font-family: "Merienda One", cursive;
    margin-bottom: 15px;
}
.location .information .desc-location {
    margin: 0;
    font-family: "Montserrat", sans-serif;
}
.location .information .btn {
    width: 50%;
    margin: 0 auto;
}
.location .timer {
    color: #000;
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}
.gallery {
    background-color: rgba(255, 192, 239, 0.2);
    font-family: "Montserrat", sans-serif;
    text-align: center;
    padding: 10rem 0;
}
.gallery .box-image {
    width: 100%;
    height: 250px;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 5px;
    background-color: #fff;
}
.gallery .box-image img {
    width: auto;
    height: 100%;
    transition: 0.3s ease-in;
}
.gallery .box-image .btn {
    left: 50%;
    opacity: 0;
    bottom: 38%;
    letter-spacing: -1;
    position: absolute;
    transition: 0.2s ease;
    transform: translate(-50%, -38%);
    -ms-transform: translate(-50%, -38%);
}
.gallery .box-image:hover img {
    opacity: 0.2;
}
.gallery .box-image:hover .btn {
    opacity: 1;
}
.guestbook {
    width: 100%;
    padding: 5rem 0;
    padding-bottom: 20px;
    text-align: center;
    position: relative;
    font-family: "Montserrat", sans-serif;
}
.guestbook form label {
    font-weight: 600;
    letter-spacing: -0.5px;
}
.guestbook form .form-control {
    letter-spacing: -0.5px;
}
.guestbook form .btn-wedding {
    width: 25%;
}

@media (max-width: 992px) {
    .navbar .navbar-nav {
        flex-direction: inherit;
    }
    .navbar .navbar-nav .nav-item .nav-link {
        padding: 1rem;
    }
    .navbar .navbar-nav .nav-item .nav-link svg {
        font-size: 1rem;
    }
    .cover,
    .header {
        position: relative;
    }
    .cover .title,
    .header .title {
        z-index: 2;
    }
    .cover .title h3,
    .header .title h3 {
        font-size: 2rem;
    }
    .cover .title h2,
    .cover .title h4,
    .header .title h2,
    .header .title h4 {
        font-size: 1.3rem;
        margin: 0 0 0.25rem;
    }
    .cover .title h1,
    .header .title h1 {
        font-size: 2rem;
    }
    .cover .title p,
    .header .title p {
        font-size: 0.75rem;
        margin: 0 0 0.25rem;
    }
    .cover:before,
    .header:before {
        z-index: 1;
    }
    .cover .img,
    .header img {
        width: auto;
        margin: auto;
        height: 100%;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        position: absolute;
    }
    .profile {
        padding: 5rem 0;
    }
    .profile h2 {
        font-size: 3rem;
    }
    .location .col-lg-3,
    .location .col-lg-4 {
        margin: 0 0 1.5rem;
    }
    .gallery {
        padding: 5rem 0;
    }
    .gallery h2 {
        font-size: 3rem;
    }
    .guestbook form .btn-wedding {
        width: 100%;
    }
    .btn-donation,
    .play-pause {
        bottom: 70px !important;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .cover,
    .header {
        position: relative;
    }
    .cover .title,
    .header .title {
        z-index: 2;
    }
    .cover .title h3,
    .header .title h3 {
        font-size: 1.5rem;
    }
    .cover .title h2,
    .cover .title h4,
    .header .title h2,
    .header .title h4 {
        font-size: 1.5rem;
        margin: 0 0 0.25rem;
    }
    .cover .title h1,
    .header .title h1 {
        font-size: 2.5rem;
    }
    .cover .title p,
    .header .title p {
        font-size: 0.75rem;
        margin: 0 0 0.25rem;
    }
    .cover:before,
    .header:before {
        z-index: 1;
    }
    .cover .img,
    .header img {
        width: auto;
        margin: auto;
        height: 100%;
        top: -9999px;
        left: -9999px;
        right: -9999px;
        bottom: -9999px;
        position: absolute;
    }
}
body {
    padding-bottom: 70px;
    font-size: 0.9rem;
}
.form-control {
    font-size: 0.9rem;
}
section {
    overflow: hidden;
    position: relative;
    background-color: #fff;
}
.cover:before {
    background-color: #9aa1f7;
    background-image: linear-gradient(
        0deg,
        #9aa1f7 0%,
        #784ba0 50%,
        #838cf9 100%
    );
}
body.overclosed,
.overclosed .cover {
    position: fixed !important;
    overflow: hidden;
}
.h6 {
    font-size: 0.9rem;
}
.caption {
    font-family: "Merienda One", cursive;
}
h2.caption {
    font-family: "Merienda One", cursive;
    font-size: 1.4rem;
    color: #f88;
}
.story h2,
.location .information h3 {
    font-family: "Merienda One", cursive;
    font-size: 1.4rem;
    color: #f88;
}
.text-muted {
    color: #ffd1d1 !important;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.mask_top::before {
    content: "";
    display: block;
    width: 100%;
    background: url("./images/content/mask.png") top center;
    background-size: cover;
    height: 100px;
    position: absolute;
    top: -90px;
    z-index: 2;
}
.mask_top-2::before {
    content: "";
    display: block;
    width: 100%;
    background: url("./images/content/mask_bottom.png") top center;
    background-size: cover;
    height: 100px;
    position: absolute;
    top: 0;
    z-index: 2;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
}
.mask_bottom::after {
    content: "";
    display: block;
    width: 100%;
    background: url("./images/content/mask.png") top center;
    background-size: cover;
    height: 100px;
    position: absolute;
    bottom: 0;
    z-index: 2;
}
.right-flower:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: url(./images/content/flower-cover-right.png) no-repeat;
    background-size: contain;
    background-position: 0 100%;
    max-width: 500px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.left-flower:before {
    content: "";
    position: absolute;
    display: block;
    width: 143px;
    height: 186px;
    background: url(./images/content/flower-cover-left.png) no-repeat;
}
@media (max-width: 768px) {
    .right-flower:after,
    .left-flower:before {
        opacity: 0.1;
    }
}
footer {
    text-align: center;
    padding: 20px 0 50px;
}
footer img {
    max-width: 100px;
}
footer small {
    display: block;
}

.show-guest-book .wrapper {
    max-height: 400px;
    padding-top: 30px;
    padding-bottom: 30px;
    overflow-y: scroll;
    border-radius: 10px;
    position: relative;
    color: #fff;
    font-size: 13px;
    background-color: #9aa1f7;
}
.show-guest-book .media-comment {
    border-bottom: solid 1px #bdc2fb;
    margin-bottom: 15px;
}
.countdown .card-body {
    padding: 1rem;
    font-size: 16px;
}
