/*============================================
==> Animation CSS
============================================*/
@keyframes onplay {
    0% {
        background-color: #E8BA3A;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }

    100% {
        background-color: #FFFFFF;
        color: #E8BA3A;
        border: 1px solid #E8BA3A;
    }
}

@-webkit-keyframe onplay {
    0% {
        background-color: #E8BA3A;
        color: #BDBDBD;
        border: 1px solid #BDBDBD;
    }

    100% {
        background-color: #BDBDBD;
        color: #E8BA3A;
        border: 1px solid #E8BA3A;
    }
}

@keyframes rotate1 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@-webkit-keyframe rotate1 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}

@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);
    }
}

@keyframes rotate3 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@-webkit-keyframe rotate3 {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}

@keyframes sliderBorder1 {
    from {
        background-position: right;
    }

    to {
        background-position: left;
    }
}

@-webkit-keyframe sliderBorder1 {
    from {
        background-position: right;
    }

    to {
        background-position: left;
    }
}

@keyframes sliderBorder2 {
    from {
        background-position: left;
    }

    to {
        background-position: right;
    }
}

@-webkit-keyframe sliderBorder2 {
    from {
        background-position: left;
    }

    to {
        background-position: right;
    }
}

/*============================================
==> Preloader CSS
============================================*/
.js-preloader {
    z-index: 9999999;
}

.js-preloader .preloader-inner .dot {
    background: #BDBDBD;
}

.js-preloader .preloader-inner .dots span {
    background: #E8BA3A;
}

/*============================================
==> 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: #E8BA3A;
}

.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: #E8BA3A;
    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: #E8BA3A;
    background-image: url("bg3.jpg?v=1");
    background-size: cover;
    background-position: center;
    
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

p {
    color: #E8BA3A;
    line-height: 1.5;
}

hr {
    height: 1.5px;
    background: #E8BA3A;
}

::-webkit-scrollbar {
    width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    position: absolute;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #BDBDBD;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #E8BA3A;
}

.btn-main {
    background-color: #E8BA3A;
    border: 1px solid #E8BA3A;
    color: #FFFFFF;
}

.btn-main:hover {
    background-color: #BDBDBD;
    border: 1px solid #E8BA3A;
    color: #FFFFFF;
}

.btn-open {
    width: 100%;
    max-width: 200px;
    font-size: 14px;
    margin: 0em 1em;
    padding: 0.5em 1em;
    box-shadow: rgba(255, 255, 255, 0.5) 0px 0px 25px 5px;
}

.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 #fff;
}

.text-amp {
    font-family: ui-monospace !important;
}

.text-hashtag {
    margin: 1em 0em;
    text-shadow: 0 0 10px #E8BA3A, 0 0 20px #fff;
}

.form-group {
    margin-bottom: 1em;
}

.form-control {
    border: 1px solid #E8BA3A;
}

.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: #E8BA3A;
    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: #BDBDBD;
    background-color: rgb(189, 189, 189, 0.5);
    border: 1px solid #E8BA3A;
    border-radius: 4px;
    overflow: hidden;
}

.card-qr .title {
    background-color: #E8BA3A;
    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: #E8BA3A;
    font-weight: 600;
}

.card-qr p {
    color: #121113;
    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;
    color: #121113;
    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: #BDBDBD;
    color: #121113;
    border: 1px solid #E8BA3A;
    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: #E8BA3A;
    color: #FFFFFF;
    border: 1px solid #E8BA3A;
    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(232, 186, 58, 0.25);
}

.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: #E8BA3A !important;
}

.slider-guestbook .text {
    font-family: Caveat;
    font-size: 20px;
}

/*============================================
==> Section CSS
============================================*/

.main-page {
    position: fixed;
    left: 50%;
    top: 0px;
    z-index: 99999;
    max-width: 480px;
    width: 100%;
    height: 100%;
    background-image: url("bg1.jpg?v=1");
    background-size: 115% 100%;
    background-position: center;
    text-align: center;
    overflow: hidden;
    transform: translateX(-50%);
}

.main-page .main-animation {
    /* position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%; */
    z-index: -1;
}

.main-animation .main-center {
    position: absolute;
    bottom: 100%;
    left: 0px;
    width: 100%;
    padding-top: 55%;
    padding-left: 20px;
    padding-right: 20px;
    overflow: hidden;
    z-index: -1;
}

.main-animation .main-center .main-center-1 {
    background-image: url(el1.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 100%;
    animation: rotate1 4s ease-in-out infinite alternate;
    -webkit-animation: rotate1 4s ease-in-out infinite alternate;
}

.main-animation .main-border {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.main-animation .main-border .main-border-up {
    position: absolute;
    top: -6.5px;
    left: 0px;
    background-image: url(el6.png);
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    width: 100%;
    height: 15px;
    animation: sliderBorder1 4s ease-in-out infinite alternate;
    -webkit-animation: sliderBorder1 4s ease-in-out infinite alternate;
}

.main-animation .main-border .main-border-down {
    position: absolute;
    bottom: -6.5px;
    left: 0px;
    background-image: url(el6.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    width: 100%;
    height: 15px;
    animation: sliderBorder2 4s ease-in-out infinite alternate;
    -webkit-animation: sliderBorder2 4s ease-in-out infinite alternate;
}

.main-page .main-animation .main-bottom {
    position: absolute;
    bottom: 0;
}

.main-page .container-content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.main-page .container-content .content {
    position: relative;
    background: url("bg2.png");
    color: #BDBDBF;
    width: 100%;
    padding: 1.5em 1em;
    box-shadow: rgba(0, 0, 0, 0.9) 0px 0px 140px 20px;
}

.main-page .container-content .content .title .text-1 {
    position: relative;
    left: -25px;
    font-family: Edwardian Script ITC;
    color: #E8BA3A;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 0px;
    text-shadow: 0 0 5px #FBFBAC, 0 0 10px #fff;
}

.main-page .container-content .content .title .text-2 {
    position: relative;
    right: 10px;
    font-family: Edwardian Script ITC;
    color: #E8BA3A;
    font-size: 54px;
    line-height: 0.4;
    margin-bottom: 0px;
    text-shadow: 0 0 5px #FBFBAC, 0 0 10px #fff;
}

.main-page .container-content .content .title .text-3 {
    position: relative;
    right: -10px;
    font-family: Edwardian Script ITC;
    color: #E8BA3A;
    font-size: 75px;
    line-height: 1;
    margin-bottom: 0px;
    text-shadow: 0 0 5px #FBFBAC, 0 0 10px #fff;
}

.main-page .container-content .content .title .text-4 {
    position: relative;
    right: -0px;
    font-family: Edwardian Script ITC;
    color: #E8BA3A;
    font-size: 62px;
    line-height: 1.5;
    margin-bottom: 0px;
    text-shadow: 0 0 5px #FBFBAC, 0 0 10px #fff;
}

.main-page .container-content .content .title .text-5 {
    position: relative;
    right: -0px;
    font-family: Edwardian Script ITC;
    color: #E8BA3A;
    font-size: 62px;
    line-height: 1.5;
    margin-bottom: 0px;
    text-shadow: 0 0 5px #FBFBAC, 0 0 10px #fff;
}

.main-page .container-content .content .date h5 {
    width: fit-content;
    margin: 0em auto;
    margin-top: 1em;
    padding: 0.1em 1em;
}

.main-page .container-content .content .date h6 {
    font-size: 14px;
}

.main-page .container-content .content .location h6 {
    padding: 1.5em 0em;
}

.sub-page {
    /* background-image: url("bg-sub.jpg");
    background-size: 480px 100%;
    background-position: center;
    background-attachment: fixed; */
    color: #E8BA3A;
    text-align: center;
    padding: 3em 0em 4em 0em;
}

.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-top {
    display: flex;
    height: 150px;
    overflow: hidden;
}

.sub-page .sub-animation .sub-top .sub-left-1 {
    position: absolute;
    top: -75px;
    left: -75px;
    content: url(el1.png?v-1);
    height: 100%;
    animation: rotate2 12s ease-in-out infinite;
    -webkit-animation: rotate2 12s ease-in-out infinite;
    opacity: 0.5;
}

.sub-page .sub-animation .sub-top .sub-right-1 {
    position: absolute;
    top: -75px;
    right: -75px;
    content: url(el1.png?v-1);
    height: 100%;
    animation: rotate3 12s linear ease-in-out infinite;
    -webkit-animation: rotate3 12s ease-in-out infinite;
    opacity: 0.5;
}

.sub-page .sub-animation .sub-bottom {
    position: absolute;
    bottom: 0px;
    left: 0px;
    display: flex;
    height: 150px;
    width: 100%;
    overflow: hidden;
}

.sub-page .sub-animation .sub-bottom .sub-left-1 {
    position: absolute;
    bottom: 0px;
    left: -75px;
    content: url(el1.png?v-1);
    height: 100%;
    animation: rotate3 12s ease-in-out infinite;
    -webkit-animation: rotate3 12s ease-in-out infinite;
    opacity: 0.5;
}

.sub-page .sub-animation .sub-bottom .sub-right-1 {
    position: absolute;
    bottom: 0px;
    right: -75px;
    content: url(el1.png?v-1);
    height: 100%;
    animation: rotate2 12s linear ease-in-out infinite;
    -webkit-animation: rotate2 12s ease-in-out infinite;
    opacity: 0.5;
}

.sub-page .container {
    position: relative;
    z-index: 1;
    padding: 1em 2em;
}

.sub-page .container.container-countdown {
    background-color: #BDBDBD;
    margin-bottom: 2em;
	padding: 2em 1.5em;
}

.sub-page .container.container-countdown h4 {
    color: #121113;
}

.sub-page .container.container-footer {
    background-color: #BDBDBD;
    background-color: rgb(189, 189, 189, 0.85);
    color: #E8BA3A;
}

.sub-page .container.container-footer p {
    color: #132F3D;
    font-weight: 500;
}

.appbar {
    position: fixed;
    bottom: 0px;
    max-width: 480px;
    width: 100%;
    z-index: 999999;
}

.appbar .appbar-nav {
    position: relative;
    z-index: 999999;
    background: #E8BA3A;
    max-height: 80px;
    padding: 1.25em 0.5em 0.75em 0.5em;
    /* border-top: 2px solid #BDBDBD;
    border-left: 2px solid #BDBDBD;
    border-right: 2px solid #BDBDBD; */
    border-radius: 20px 20px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 20px 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-nav ul li:nth-child(3) {
    position: relative;
    top: -32px;
}

.appbar .appbar-nav ul li:nth-child(3) i {
    display: inline-block;
    padding: 12px;
    background: #FFFFFF;
    border: 2px solid #E8BA3A;
    border-radius: 50%;
    font-size: 24px;
    color: #E8BA3A;
}

.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 #E8BA3A; */
}

.appbar .appbar-modal .modal-dialog .modal-header {
    background-color: #BDBDBD;
    color: #121113;
    border-bottom: 1px solid #E8BA3A;
}

.appbar .appbar-modal .modal-dialog .modal-body {
    color: #121113;
    background-color: #FFFFFF;
}


.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: #E8BA3A;
    font-size: 20px;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    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-x: hidden;
        overflow-y: auto;
        padding: 3em 0em;
    }
}

@media(max-width: 340px) {
    .appbar .appbar-nav {
        max-height: 72px;
    }

    .appbar .appbar-nav ul li span {
        font-size: 12px;
    }
}

@media(max-width: 550px) {
    .flipdown {
        zoom: 1;
    }
}

@media(max-width: 380px) {
    .flipdown {
        zoom: 0.8;
    }
}