/*==========================================
=> Animation CSS 
============================================*/
@keyframes bgswing1 {
    0% {
        transform: rotate(3deg);
    }

    100% {
        transform: rotate(-3deg);
    }
}

@keyframes bgswing2 {
    0% {
        transform: rotate(26deg);
    }

    100% {
        transform: rotate(34deg);
    }
}

@keyframes bgswing3 {
    0% {
        transform: rotate(87deg);
    }

    100% {
        transform: rotate(83deg);
    }
}

@keyframes bgswing4 {
    0% {
        transform: rotate(4deg);
    }

    100% {
        transform: rotate(-4deg);
    }
}

@-webkit-keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes scrollUp {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes homeButton {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

@keyframes playButton {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.3, 1.3);
    }

    100% {
        transform: scale(1, 1);
    }
}

/*==========================================
=> FlipDown CSS 
============================================*/
.flipdown {
    width: max-content;
    display: flex;
    justify-content: center;
    zoom: 0.6;
}

.flipdown.flipdown__theme-dark .rotor-group-heading:before {
    color: #FFFFFF;
}

/*==========================================
=> jsCalendar CSS 
============================================*/
.jsCalendar table {
    font-family: Asap;
    font-weight: 600;
    width: 100%;
    margin: 0;
    border-radius: 5px;
    overflow: hidden;
}

.jsCalendar table thead .jsCalendar-week-days th,
.jsCalendar table tbody td {
    font-size: 15px !important;
}

.jsCalendar table thead {
    background: #65AA7B;
    color: #FFFFFF;
    padding: 10px 4px;
    margin: 0px;
    border-radius: 0px 0px 20px 20px
}

.jsCalendar table thead tr {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.jsCalendar table thead .jsCalendar-title {
    width: 100%;
}

.jsCalendar table thead .jsCalendar-nav-left,
.jsCalendar table thead .jsCalendar-nav-right {
    color: #FFFFFF;
    font-size: 22px;
    height: auto;
    width: auto;
    padding: 10px;
}

.jsCalendar thead .jsCalendar-nav-left:hover,
.jsCalendar thead .jsCalendar-nav-right:hover {
    background-color: #FFFFFF;
}

.jsCalendar thead .jsCalendar-title {
    height: auto;
}

.jsCalendar thead .jsCalendar-title-name {
    padding: 10px 20px;
}

.jsCalendartable tbody tbody {
    padding: 15px 0px;
    margin: 0;
}

.jsCalendar table tbody tr {
    display: flex;
    width: 100%;
    justify-content: space-evenly;
}

.jsCalendar table tbody td.jsCalendar-current {
    background-color: #65AA7B;
    border-radius: 8px;
    color: #FFFFFF;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

/*==========================================
=> Swal CSS 
============================================*/
body.swal2-height-auto {
    height: inherit !important;
}

/*==========================================
=> Font CSS 
============================================*/
@font-face {
    font-family: Asap;
    src: url("../../../assets/fonts/Asap/Asap-VariableFont_wdth\,wght.ttf");
}

@font-face {
    font-family: Meddon;
    src: url("../../../assets/fonts/Meddon/Meddon-Regular.ttf");
}

@font-face {
    font-family: Caveat;
    src: url("../../../assets/fonts/Caveat/Caveat-Bold.ttf");
}

@font-face {
    font-family: Edwardian Script ITC;
    src: url("../../../assets/fonts/Edwardian/Edwardian-Script-ITC.ttf");
}


/*==========================================
=> General CSS
============================================*/
html {
    height: 100%;
}

body {
    position: relative;
    overflow-x: hidden;
    overflow-y: overlay;
    max-width: 480px;
    width: 100%;
    height: 100%;
    font-family: Asap;
    color: #424242;
    margin: auto;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

p {
    color: #6d6d6d;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0px;
}

ul {
    padding-left: 0px;
    margin-bottom: 0px;
}

input,
textarea {
    font-size: 13px !important;
}

.preloader-inner .dots span {
    background: #65AA7B;
}

.preloader-inner .dot {
    background: #65AA7B;
}

.noreload {
    overscroll-behavior: contain;
}

.form-control:focus {
    box-shadow: unset;
}

.btn:focus {
    box-shadow: unset;
}

.btn-main {
    color: #FFFFFF;
    font-size: 14px;
    background: #65AA7B;
    border: 1px solid #65AA7B;
    border-radius: 5px;
    padding: 10px 20px;
}

.btn-main:hover {
    color: #65AA7B;
    background: #FFFFFF;
    border: 1px solid #65AA7B;
}

.btn-open {
    max-width: 320px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, 0.7) 0px 2px 8px 5px;
}

.btn-open:hover {
    color: #65AA7B;
}

.btn-guestbook {
    width: 100%;
    padding: 5px !important;
    background: #65AA7B;
    border: 1px solid #65AA7B;
    border-radius: 5px;
}

.btn-guestbook:hover {
    color: #65AA7B;
}

.text-bride {
    font-family: Edwardian Script ITC;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.15;
    color: #424242;
    margin: 0px;
    text-shadow: 0px 0px 1px #FFFFFF, 0px 0px 12px #65AA7B;
}

.text-hashtag {
    font-size: 28px;
    line-height: 1.15;
    color: #424242;
    margin: 0px;
    text-shadow: 0px 0px 1px #FFFFFF, 0px 0px 12px #65AA7B;
    padding-top: 0.25em;
    padding-bottom: 0.5em;

}

.divider {
    padding: 0px 40px;
    margin-bottom: 25px;
}

.divider.reverse {
    transform: rotate(180deg);
}

.input-counter {
    display: flex;
    justify-content: center;
    padding: 10px 0px;
}

.input-counter input {
    width: 60px;
    text-align: center;
    font-size: 14 !important;
}

.input-counter button {
    background: #65AA7B;
    color: #FFFFFF;
    padding: 7px 12px;
    border-radius: 50%;
    border: none;
}

.input-counter button:nth-child(1) {
    margin-right: 10px;
}

.input-counter button:nth-child(3) {
    margin-left: 10px;
}

iframe {
    width: 100%;
    height: 300px;
}

.hashtag {
    font-size: 26px;
    padding: 20px 0px;
}

.card-prayer {
    white-space: pre-line;
}

/*==========================================
=> Section CSS
============================================*/
.mod {
    position: relative;
    width: 100%;
    z-index: -1;
}

.mod .modal-dialog {
    width: 99%;
    margin: 25px auto;
}

.mod .modal-content {
    border-radius: 18px;
}

.mod .modal-header {
    border-bottom: none !important;
}

.mod .modal-title {
    width: 100%;
    text-align: center;
    padding-left: 25px;
}

.mod .modal-footer {
    border-top: none !important;
}

.mod .modal-footer button {
    background: #65AA7B;
    border: 1px solid #65AA7B;
    font-size: 14px;
    padding: 5px 0px;
}

.mod .modal-footer button:hover {
    background-color: #E4E4E2;
    color: #65AA7B;
}

.mod-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 99999;
    opacity: 0.4;
    transition: 0.5s;
}

.appbar {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 99999;
    border: none;
}

.appbar .appbar-nav {
    background: #FFFFFF;
    padding: 20px 10px 10px 10px;
    border-radius: 20px 20px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 25px;
    z-index: 999999;
}

.appbar .appbar-nav ul {
    display: flex;
    justify-content: space-around;
    align-items: end;
    height: 40px;
}

.appbar .appbar-nav ul li {
    text-align: center;
    cursor: pointer;
    width: 70px;
}

.appbar .appbar-nav ul li i {
    margin-bottom: 5px;
}

.appbar .appbar-nav ul li span {
    display: block;
    font-size: 14px;
}

.appbar .appbar-nav ul li:nth-child(3) {
    position: relative;
}

.appbar .appbar-nav ul li:nth-child(3) i {
    font-size: 24px;
    color: #FFFFFF;
    background: #65AA7B;
    border: 3px solid #FFFFFF;
    padding: 10px;
    border-radius: 50%;
    animation: homeButton ease-in-out 3s infinite alternate;
}

.section {
    max-width: 480px;
    width: 100%;
    height: 100%;
    margin: auto;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-image: url(./bg2.jpg?v=1);
}

.main-page {
    position: relative;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("./bg.jpg?v=1");
    background-size: cover;
    background-position: center center;
    padding: 2em 0em;
}

.main-page #tsparticles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.main-page .content {
    position: relative;
    text-align: center;
    z-index: 9999;
    padding-bottom: 80px;
}

.main-page .content .header h6 {
    font-size: 16px;
}

.main-page .content .title {
    padding: 25px 0px;
    left: -12px;
    position: relative;

}

.main-page .content .title h2 {
    font-family: Edwardian Script ITC;
    font-size: 70px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.15;
    color: #424242;
    margin: 0px;
    text-shadow: 0px 0px 1px #FFFFFF, 0px 0px 12px #65AA7B;
}

.main-page .content .title h2:nth-child(2) {
    font-size: 40px;
    margin: 0px;
}

.main-page .content .date {
    padding: 10px 0px;
}

.main-page .content .date h4 {
    font-size: 23px;
    margin-bottom: 5px;
}

.main-page .content .date h5 {
    font-size: 16px;
}

.main-page .content .date h6 {
    font-size: 11px;
}

.main-page .content .date hr {
    margin: 10px 70px;
    background-color: #65AA7B;
    height: 3px;
    opacity: 1;
}

.main-page .content .location {
    padding: 2em 0px;
}

.main-page .content .location h6 {
    font-size: 16px;
}

.bg-full {
    z-index: 9999;
    content: '';
    background: rgba(255, 255, 255, 0.4);
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    position: absolute;
}

.main-page .bg-top-1 {
    content: '';
    background: url("./bg1.png");
    top: -45px;
    left: -75px;
    width: 100%;
    height: 200px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 99;
    animation: bgswing1 ease-in-out 1.5s infinite alternate;
    transform-origin: left;
}

.main-page .bg-top-2 {
    content: '';
    background: url(./bg1.png);
    top: -50px;
    left: -45px;
    width: 100%;
    height: 200px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 999;
    transform: rotate(30deg);
    animation: bgswing2 ease-in-out 1.5s infinite alternate;
    transform-origin: left;
}

.main-page .bg-top-3 {
    content: '';
    background: url(./bg1.png);
    top: -155px;
    left: -25px;
    width: 100%;
    height: 200px;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 99;
    transform: rotate(85deg);
    animation: bgswing3 ease-in-out 1.5s infinite alternate;
    transform-origin: left;
}

.main-page .bg-bottom-1 {
    content: '';
    background: url("./bg2.png");
    bottom: 0px;
    right: -75px;
    width: 100%;
    height: 200px;
    position: absolute;
    background-repeat: no-repeat;
    background-position: bottom right;
    z-index: 99;
    animation: bgswing4 ease-in-out 1.5s infinite alternate;
    transform-origin: right;
}

.sub-page {
    overflow-y: overlay;
    height: 100%;
    text-align: center;
}

.sub-page::-webkit-scrollbar {
    width: 5px;
    position: absolute;
    right: 0;
}

.sub-page::-webkit-scrollbar-track {
    background: transparent;
}

.sub-page::-webkit-scrollbar-thumb {
    background: #65AA7B;
}

.sub-page::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sub-page .scroll-up {
    background: #65AA7B;
    border-radius: 0px 0px 85px 85px;
    padding: 15px 0px;
    margin-bottom: 20px;
}

.sub-page .scroll-up.scroll-up-animation {
    -webkit-animation: scrollUp 1s infinite alternate;
    animation: scrollUp 1s infinite alternate;
}

.sub-page .scroll-up i {
    margin-bottom: 5px;
}

.sub-page .scroll-up span {
    display: block;
    font-size: 12px;
}

.sub-page label {
    font-size: 16px;
    color: #65AA7B;
}

.sub-page .content label {
    margin-bottom: 5px;
}

.sub-page .program {
    margin: auto;
    font-size: 13px;
}

.sub-page .program tr td:first-child {
    padding-right: 15px;
    font-size: 16px !important;
    font-weight: 600;
    white-space: nowrap;
    width: 1%;
}

.sub-page .program tr td:nth-child(2) {
    text-align: left;
    font-size: 15px;
    padding: 0.25em 0em;
}

.sub-page .container-countdown {
    background: #65AA7B;
    background: linear-gradient(345deg, rgba(78, 142, 98, 1) 8%, rgba(101, 170, 123, 1) 40%);
    padding: 40px 0px;
    margin: 60px 0px;
    position: relative;
}

.sub-page .container-countdown .header-icon {
    font-family: 'a';
    content: "";
    width: 6.5rem;
    height: 6.5rem;
    background: #65AA7B;
    color: #FFFFFF;
    border-radius: 100%;
    position: absolute;
    top: -2.25rem;
    left: calc(50% - 3.25rem);
    color: rgba(#65AA7B, 0.5);
    line-height: 4rem;
    font-size: 2rem;
    z-index: -1;
}

.gallery-slider-main .image {
    height: 250px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.gallery-slider-sub .image {
    height: 85px;
    background-position: center;
    background-size: cover;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    margin: 15px 5px;
    transition: margin 0.4s ease;
}

.gallery-slider-sub .center .image {
    margin: 0;
    transition: 0.1s;
    height: 95px;
}

.slider-guestbook .text {
    font-family: Caveat;
    font-size: 18px;
    margin-bottom: 20px;
}

.slider-guestbook .owl-dots button {
    background: #424242;
    padding: 4px !important;
    border-radius: 50%;
    margin: 0px 5px;
}

.slider-guestbook .owl-dots button.active {
    background: #65AA7B;
}

.slider-guestbook .text {
    font-family: Caveat;
    font-size: 20px;
}

.sub-page .footer {
    background: #65AA7B;
    background: linear-gradient(345deg, rgba(78, 142, 98, 1) 8%, rgba(101, 170, 123, 1) 40%);
    padding: 40px 0px;
    margin: 40px 0px;
    position: relative;
}

.sub-page .footer .header-icon {
    font-family: 'a';
    content: "";
    width: 6.5rem;
    height: 6.5rem;
    background: #65AA7B;
    color: #FFFFFF;
    border-radius: 100%;
    position: absolute;
    top: -2.25rem;
    left: calc(50% - 3.25rem);
    color: rgba(#65AA7B, 0.5);
    line-height: 4rem;
    font-size: 2rem;
    z-index: -1;
}

.sub-page .footer img {
    max-width: 100%;
    width: 140px;
}

.social-media {
    display: flex !important;
    justify-content: center;
    margin: 0px;
    padding-left: 0px;
}

.social-media li {
    margin: 0px 10px;
}

.social-media li a {
    font-size: 24px !important;
    background: #FFFFFF;
    color: #CB8D3B !important;
    padding: 8px;
    line-height: 0;
    display: block;
    border-radius: 6px;
    border: 1px solid #FFFFFF;
}

.contact-list li {
    display: flex;
    padding: 5px 0px;
}

.contact-list li:not(:last-child) {
    border-bottom: 1px solid #E4E4E2;
}

.contact-list li label {
    width: 100%;
    font-size: 14px;
    display: flex;
}

.contact-list li label i {
    font-size: 24px;
}

.contact-list li a {
    color: #424242;
    cursor: pointer;
    font-size: 24px;
    padding-left: 24px;
}

.qr-card {
    display: flex;
    background: #FFFFFF;
    border: 1px solid #65AA7B;
    border-radius: 5px;
    overflow: hidden;
}

.qr-card .left {
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 20px;
    background: #65AA7B;
    background: linear-gradient(345deg, rgba(78, 142, 98, 1) 8%, rgba(101, 170, 123, 1) 40%);
    color: #FFFFFF;
}

.qr-card .right {
    padding: 10px;
    width: 100%;
}

.money-gift-qr {
    width: 200px;
    max-width: 100%;
    display: block;
}

.floating-bar {
    position: relative;
    z-index: 999999;
}

.floating-bar .floating-icon {
    position: absolute;
    right: 72px;
}

.floating-music {
    position: fixed;
    bottom: 90px;
    z-index: 99999;
    color: #FFFFFF;
    background: #65AA7B;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    padding: 15px 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.floating-music i.active {
    animation: playButton ease-in-out 3s infinite alternate;
}

.formRSVP label {
    font-size: 13px;
}

.formRSVP input:read-only {
    background: unset;
}


/*==========================================
=> Responsive CSS
============================================*/

@media (max-height: 680px) {
    .main-page {
        display: block;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media(max-width: 550px) {
    .flipdown {
        zoom: 1;
    }
}

@media(max-width: 380px) {
    .flipdown {
        zoom: 0.8;
    }
}