/*============================================
==> Animation CSS
============================================*/
@keyframes onplay {
    0% {
        background-color: #D4B27B;
        color: #00192D;
        border: 1px solid #00192D;
    }

    100% {
        background-color: #00192D;
        color: #D4B27B;
        border: 1px solid #D4B27B;
    }
}

@-webkit-keyframe onplay {
    0% {
        background-color: #D4B27B;
        color: #00192D;
        border: 1px solid #00192D;
    }

    100% {
        background-color: #00192D;
        color: #D4B27B;
        border: 1px solid #D4B27B;
    }
}

@keyframes rotate1 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframe rotate1 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes rotate2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframe rotate2 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/*============================================
==> Preloader CSS
============================================*/
.js-preloader {
    z-index: 9999999;
}

.js-preloader .preloader-inner .dot {
    background: #D4B27B;
}

.js-preloader .preloader-inner .dots span {
    background: #00192D;
}

/*============================================
==> 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 {
    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 {
    font-size: 22px;
    height: auto;
    width: auto;
    padding: 10px;
}

.jsCalendar thead .jsCalendar-nav-left:hover,
.jsCalendar thead .jsCalendar-nav-right:hover {
    background-color: #D4B27B;
}

.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: #D4B27B;
    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;
}


/*============================================
==> Sweetalert CSS
============================================*/

.swal2-container {
    z-index: 99999999 !important;
}

/*============================================
==> Flipdown CSS
============================================*/
.flipdown {
    width: max-content;
    display: flex;
    justify-content: center;
    zoom: 0.6;
}

/*============================================
==> Font CSS
============================================*/
@font-face {
    font-family: Asap;
    src: url("../../../assets/fonts/Asap/Asap-VariableFont_wdth\,wght.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 {
    overflow-x: hidden;
    overflow-y: overlay;
    scroll-behavior: unset !important;
}

body {
    position: relative;
    overflow-x: hidden;
    overflow-y: overlay;
    max-width: 480px;
    width: 100%;
    margin: auto;
    font-family: Asap;
    color: #D4B27B;
    background-image: url(bg-sub1.jpg?v-2);
    background-size: 480px 100%;
    background-position: center;
    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

p {
    color: #D4B27B;
    line-height: 1.5;
}

hr {
    height: 1.5px;
    background: #D4B27B;
}

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    position: absolute;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00192D;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #D4B27B;
}

.btn-main {
    background-color: #D4B27B;
    border: 1px solid #D4B27B;
    color: #FFFFFF;
}

.btn-main:hover {
    background-color: #00192D;
    border: 1px solid #D4B27B;
    color: #FFFFFF;
}

.text-sm {
    font-size: 12px;
}

.text-bride {
    font-family: Edwardian Script ITC;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #FFFFFF;
    text-shadow: 0 0 5px #D4B27B;
}

.text-amp {
    font-family: ui-monospace !important;
}

.text-hashtag {
    margin: 1em 0em;
    text-shadow: 0 0 10px #D4B27B, 0 0 20px #fff;
}

.form-group {
    margin-bottom: 1em;
}

.form-control {
    border: 1px solid #D4B27B;
}

.img-logo {
    max-width: 180px;
}

.social-media {
    display: flex;
    justify-content: center;
    padding: 1em;
    margin: 1em;
}

.social-media li {
    margin: 0px
}

.social-media a {
    display: inline-flex;
    background: #D4B27B;
    color: #FFFFFF;
    padding: 0.75em 0.8em;
    margin: 0em 0.25em;
    border-radius: 4px;
}

.table-program {
    width: 100%;
    margin-bottom: 1em;
}

.table-program tr td:nth-child(1) {
    font-family: fantasy;
    white-space: nowrap;
}

.table-program tr td:nth-child(2) {
    text-align: left;
    color: #FFFFFF;
    padding-left: 1em;
}

.card-qr {
    background-color: #04365f;
    background-color: #04365f;
    border: 1px solid #D4B27B;
    border-radius: 4px;
    overflow: hidden;
}

.card-qr .title {
    background-color: #D4B27B;
    color: #FFFFFF;
    padding: 1em;
}

.card-qr .content {
    padding: 1em;
}

.card-qr .image-qr {
    margin-right: 1.5em;
}

.card-qr .btn-download {
    font-size: 26px;
    padding: 0.5em 0.75em;
}

.card-qr .btn-copy {
    font-size: 22px;
    padding: 0.5em 0.75em;
}

.card-qr label {
    color: #D4B27B;
    font-weight: 600;
}

.card-qr p {
    color: #00192D;
    margin-bottom: 0px;
}

.card-prayer {
    padding: 1em 0.25em;
}

.card-prayer p {
    margin-bottom: 0px;
    white-space: pre-line;
}

.list-contact {
    padding: 0em 0.25em;
}

.list-contact li {
    display: flex;
    align-items: center;
    padding: 0.5em 0em;
}

.list-contact li label {
    display: flex;
    align-items: center;
    width: 100%;
    font-size: 20px;
}

.list-contact li label i {
    font-size: 28px;
}

.list-contact li a {
    background: #00192D;
    color: #FFFFFF;
    border: 1px solid #D4B27B;
    border-radius: 50%;
    padding: 0.3em 0.5em;
    margin-left: 0.5em;
}

.list-contact li a span.fa-phone {
    font-size: 22px;
    padding-top: 2px;
}

.list-contact li a span.fa-whatsapp {
    font-size: 24px;
    /* color: #2AB318; */
}

.input-counter {
    display: flex;
    margin: 0.5em 0em;
}

.input-counter input {
    text-align: center;
}

.input-counter button:nth-child(1),
.input-counter button:nth-child(3) {
    background: #D4B27B;
    border: 1px solid #D4B27B;
    border-radius: 4px;
    margin: 0em 0.25em;
}

.slider-gallery-main {
    width: 100%;
}

.slider-gallery-main .image {
    height: 275px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: rgba(212, 178, 123, 0.5) 0px 7px 29px 0px;
}

.slider-gallery-sub {
    width: 100%;
}

.slider-gallery-sub .image {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: rgba(212, 178, 123, 0.5) 0px 7px 29px 0px;
}

.slider-gallery-sub .center .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(48, 0, 1, 0.4);
}

.slider-guestbook .owl-dot {
    background-color: #FFFFFF !important;
    height: 10px;
    width: 10px;
    margin: 0px 5px;
    border-radius: 4px;
    opacity: 0.75;
}

.slider-guestbook .owl-dot.active {
    background-color: #D4B27B !important;
}

/*============================================
==> Section CSS
============================================*/

.main-page {
    position: fixed;
    left: 50%;
    top: 0px;
    z-index: 99999;
    max-width: 480px;
    width: 100%;
    height: 100%;
    background-image: url("bg-main.jpg?v-1");
    background-size: 115% 100%;
    background-position: center;
    text-align: center;
    overflow: hidden;
    transform: translateX(-50%);
}

.main-page .main-animation .main-left {
    position: absolute;
    width: 16.25%;
    height: 60%;
    top: -50px;
    left: 0px;
    overflow: hidden;
}

.main-page .main-animation .main-left-1 {
    position: absolute;
    top: 0px;
    left: -167px;
    content: url(el1.png?v-1);
    height: 100%;
    animation: rotate1 12s linear infinite alternate;
    -webkit-animation: rotate1 12s ease-in-out infinite alternate;
}

.main-page .main-animation .main-right {
    position: absolute;
    width: 16.25%;
    height: 60%;
    bottom: -50px;
    right: 0px;
    overflow: hidden;
}

.main-page .main-animation .main-right-1 {
    position: absolute;
    top: 0px;
    right: -167px;
    content: url(el1.png?v-1);
    height: 100%;
    animation: rotate2 12s linear infinite alternate;
    -webkit-animation: rotate2 12s ease-in-out infinite alternate;
}

.main-page .container-content {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.main-page .container-content .content {
    color: #D4B27B;
    width: 100%;
    padding: 1em 5em 3em 5em;
}

.main-page .container-content .content .title .text-1 {
    position: relative;
    left: -25px;
    font-family: Edwardian Script ITC;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 0px;
    text-shadow: 0 0 10px #D4B27B, 0 0 20px #fff;
}

.main-page .container-content .content .title .text-2 {
    position: relative;
    right: 10px;
    font-family: Edwardian Script ITC;
    font-size: 75px;
    line-height: 0.6;
    margin-bottom: 0px;
    text-shadow: 0 0 10px #D4B27B, 0 0 20px #fff;
}

.main-page .container-content .content .title .text-3 {
    position: relative;
    right: -10px;
    font-family: Edwardian Script ITC;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 0px;
    text-shadow: 0 0 10px #D4B27B, 0 0 20px #fff;
}

.main-page .container-content .content .date h5 {
    width: fit-content;
    border-top: 1.5px solid #D4B27B;
    border-bottom: 1.5px solid #D4B27B;
    margin: 0em auto;
    margin-bottom: 1em;
    padding: 0.1em 1em;
}

.main-page .container-content .content .date h6 {
    font-size: 10px;
}

.main-page .container-content .content .location h6 {
    margin: 1.5em 0em;
}

.sub-page {
    /* background-image: url("bg-sub.jpg");
    background-size: 480px 100%;
    background-position: center;
    background-attachment: fixed; */
    color: #D4B27B;
    text-align: center;
    padding: 3em 4em 4em 4em;
}

.sub-page .sub-animation {
    position: fixed;
    left: 50%;
    top: 0;
    max-width: 100%;
    width: 480px;
    height: 100%;
    transform: translateX(-50%);
}

.sub-page .sub-animation .sub-left {
    position: fixed;
    width: 6.5%;
    height: 60vh;
    top: -50px;
    left: 1.55%;
    overflow: hidden;
}

.sub-page .sub-animation .sub-left-1 {
    position: absolute;
    top: 0px;
    left: -167px;
    content: url(el1.png?v-1);
    height: 100%;
    animation: rotate1 15s linear infinite alternate;
    -webkit-animation: rotate1 15s ease-in-out infinite alternate;
}

.sub-page .sub-animation .sub-right {
    position: fixed;
    width: 7.5%;
    height: 60vh;
    bottom: -50px;
    right: 1.3%;
    overflow: hidden;
}

.sub-page .sub-animation .sub-right-1 {
    position: absolute;
    top: 0px;
    right: -167px;
    content: url(el1.png?v-1);
    height: 100%;
    animation: rotate2 15s linear infinite alternate;
    -webkit-animation: rotate2 15s ease-in-out infinite alternate;
}

.sub-page .container {
    position: relative;
    z-index: 1;
    padding: 1em 0em;
}

.appbar {
    position: fixed;
    bottom: 0px;
    max-width: 480px;
    width: 100%;
    z-index: 999999;
}

.appbar .appbar-nav {
    position: relative;
    z-index: 999999;
    background: #D4B27B;
    padding: 1.25em 0.5em 0.75em 0.5em;
    border-top: 2px solid #00192D;
    border-left: 2px solid #00192D;
    border-right: 2px solid #00192D;
    border-radius: 20px 20px 0px 0px;
}

.appbar .appbar-nav ul {
    display: flex;
    justify-content: space-around;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.appbar .appbar-nav ul li {
    color: #FFFFFF;
    text-align: center;
    width: 25%;
}

.appbar .appbar-nav ul li i {
    display: block;
    font-size: 20px;
}

.appbar .appbar-nav ul li span {
    display: block;
    margin-top: 0.25em;
}

.appbar .appbar-modal {
    display: block;
    position: absolute;
    bottom: 90px;
    width: 100%;
    padding: 0em 0.5em;
}

.appbar .appbar-modal .modal-dialog {
    margin: 0em;
}

.appbar .appbar-modal .modal-dialog .modal-content {
    border: 1px solid #D4B27B;
}

.appbar .appbar-modal .modal-dialog .modal-header {
    background-color: #00192D;
    border-bottom: 1px solid #D4B27B;
}

.appbar .appbar-modal .modal-dialog .modal-body {
    background-color: #04365f;
}

.modal-backdrop {
    position: absolute;
    opacity: 0.75;
    max-width: 480px;
    width: 100%;
    height: 100%;
}

.floating-bar {
    position: relative;
    z-index: 99999;
}

.floating-bar .floating-icon {
    position: absolute;
    right: 72px;
}

.floating-bar .floating-music {
    position: fixed;
    bottom: 100px;
    background: #D4B27B;
    font-size: 20px;
    color: #00192D;
    border: 1px solid #00192D;
    border-radius: 50%;
    padding: 0.75em 1em;
}

.floating-bar .floating-music.active {
    animation: onplay ease-in-out 3s infinite alternate;
    -webkit-animation: onplay ease-in-out 3s infinite alternate;
}


/*============================================
==> Responsive CSS
============================================*/

@media(max-height: 620px) {
    .main-page .container-content {
        display: block;
        overflow: auto;
    }
}

@media(max-width: 768px) {
    .flipdown {
        zoom: 0.8;
    }
}

@media(max-width: 480px) {
    body {
        background-size: 100% 100%;
    }

    .flipdown {
        zoom: 0.7;
    }
}

@media(max-width: 360px) {
    .flipdown {
        zoom: 0.6;
    }
}