/*============================================
==> Animation CSS
============================================*/
@keyframes onplay {
    0% {
        background-color: #99977E;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }

    100% {
        background-color: #FFFFFF;
        color: #C79E4F;
        border: 1px solid #99977E;
    }
}

@-webkit-keyframe onplay {
    0% {
        background-color: #99977E;
        color: #FFFFFF;
        border: 1px solid #FFFFFF;
    }

    100% {
        background-color: #FFFFFF;
        color: #C79E4F;
        border: 1px solid #99977E;
    }
}

@keyframes swing1 {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

@-webkit-keyframe swing1 {
    0% {
        transform: rotate(-3deg);
    }

    100% {
        transform: rotate(3deg);
    }
}

/*============================================
==> Preloader CSS
============================================*/
.js-preloader {
    z-index: 9999999;
}

.js-preloader .preloader-inner .dot {
    background: #C79E4F;
}

.js-preloader .preloader-inner .dots span {
    background: #99977E;
}

/*============================================
==> jsCalendar CSS
============================================*/
.jsCalendar table {
    font-family: Cinzel;
    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: #99977E;
}

.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: #99977E;
    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;
}

/* [data-aos] {
    transform-style: preserve-3d;
} */

/*============================================
==> Font CSS
============================================*/
@font-face {
    font-family: Cinzel;
    src: url("../../../assets/fonts/Cinzel/Cinzel-Regular.ttf");
}

@font-face {
    font-family: Grapevine;
    src: url("../../../assets/fonts/Grapevine/Grapevine\ Regular.otf");
}

@font-face {
    font-family: Meritta;
    src: url("../../../assets/fonts/Meritta/MerittaSerif.ttf");
}

@font-face {
    font-family: Caveat;
    src: url("../../../assets/fonts/Caveat/Caveat-Bold.ttf");
}

@font-face {
    font-family: SpaceMono;
    src: url("../../../assets/fonts/SpaceMono/SpaceMono-Regular.ttf");
}

/*============================================
==> General CSS
============================================*/
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #FFFFFF;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #C79E4F;
}

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: Cinzel;
    letter-spacing: 1px;
    color: #C79E4F;
    background: #000000;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

p {
    color: #99977E;
    font-weight: 600;
    line-height: 1.5;
}

label {
    color: #C79E4F;
    font-weight: 600;
    margin-bottom: 0.1em;
}

hr {
    height: 1.5px;
    background: #C79E4F;
}

.btn-main {
    background-color: #99977E;
    border: 1px solid #99977E;
    color: #FFFFFF;
}

.btn-main:hover {
    background-color: #FFFFFF;
    border: 1px solid #99977E;
    color: #99977E !important;
}

.text-sm {
    font-size: 12px;
}

.text-main {
    color: #99977E;
}

.text-parent {
    color: #C79E4F;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.text-bride {
    font-family: Meritta;
    font-size: 24px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    color: #C79E4F !important;
    margin-bottom: 0px;
    text-shadow: 0px 0px 1px #C79E4F;
}

.text-bride span {
    display: inline-block;
    padding-left: 5px;
}

.text-bride span::first-letter {
    font-size: 32px !important;
}

.text-hashtag {
    color: #99977E !important;
    margin: 1em 0em;
    text-shadow: 0 1px 1px #C79E4F;
}

.form-group {
    margin-bottom: 1em;
}

.form-control {
    border: 1px solid #C79E4F;
}

.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: #C79E4F;
    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: SpaceMono;
    font-weight: 800;
    color: #C79E4F;
    white-space: nowrap;
}

.table-program tr td:nth-child(2) {
    text-align: left;
    color: #99977E;
    font-weight: 600;
    padding-left: 1em;
    padding: 0.25em 0em 0.25em 1em;
}

.card-qr {
    background-color: #FFFFFF;
    border: 1px solid #C79E4F;
    border-radius: 4px;
    overflow: hidden;
}

.card-qr .title {
    background-color: #99977E;
    border: 1px solid #99977E;
    font-size: 22px;
    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-download:hover {}

.card-qr .btn-copy {
    font-size: 22px;
    padding: 0.5em 0.75em;
}

.card-qr .btn-copy:hover {}

.card-qr label {
    color: #C79E4F;
    font-weight: 600;
}

.card-qr p {
    color: #99977E;
    margin-bottom: 0px;
}

.card-prayer {
    border: 1px solid #C79E4F;
    padding: 1em;
    margin-top: 1em;
    margin-bottom: 2em;
}

.card-prayer p {
    white-space: pre-line;
    margin-bottom: 0px;
}

.card-divider {
    display: block;
    border: 1px solid #C79E4F;
    margin: 2em 0em;
}

.list-contact {
    padding: 0em 0.25em;
}

.list-contact li {
    display: flex;
    align-items: center;
    color: #FFFFFF;
    padding: 0.5em 0em;
}

.list-contact li label {
    display: flex;
    align-items: center;
    width: 100%;
    color: #FFFFFF;
    font-size: 16px;
}

.list-contact li label i {
    font-size: 24px;
}

.list-contact li a {
    background: #C79E4F;
    color: #FFFFFF;
    border: 1px solid #C79E4F;
    border-radius: 50%;
    padding: 0.3em 0.5em;
    margin-left: 0.5em;
}

.list-contact li a span.fa-phone {
    font-size: 18px;
    padding-top: 2px;
}

.list-contact li a span.fa-whatsapp {
    font-size: 20px;
    /* 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: #99977E;
    color: #FFFFFF;
    border: 1px solid #99977E;
    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;
    border-radius: 6px;
    box-shadow: #C79E4F 0px 1px 5px 0px;
}

.slider-gallery-main .owl-stage-outer {
    overflow: unset !important;
}

.slider-gallery-sub {
    width: 100%;
}

.slider-gallery-sub .image {
    height: 100px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    margin-top: 10px;
    transition: 0.5s;
}

.slider-gallery-sub .center .image {
    margin-top: 0px;
    transition: 0.5s;
}

.slider-gallery-sub .center .image:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    box-shadow: #C79E4F 0px 1px 5px 0px;
}

.slider-gallery-sub .owl-stage-outer {
    overflow: unset !important;
}

.slider-guestbook .owl-dot {
    background-color: #99977E !important;
    height: 10px;
    width: 10px;
    margin: 0px 5px;
    border-radius: 4px;
    opacity: 0.75;
}

.slider-guestbook .owl-dot.active {
    background-color: #C79E4F !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: #000000;
    color: #C79E4F;
    text-align: center;
    overflow: hidden;
    transform: translateX(-50%);
}

.main-page .main-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(bg1.webp);
    background-position: center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.main-page .main-particles {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.main-page .main-animation {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0.8;
}

.main-page .main-frame-1,
.main-page .main-bottom-1,
.main-page .main-bottom-2,
.main-page .main-bottom-3,
.main-page .main-bottom-4,
.main-page .main-bottom-5,
.main-page .main-top-1,
.main-page .main-top-2,
.main-page .main-top-3,
.main-page .main-top-4,
.main-page .main-top-5,
.main-page .main-main {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
}

.main-page .main-frame-1 .el {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-image: url(frame1.webp);
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}

.main-page .main-bottom-1 .el {
    position: absolute;
    bottom: -20%;
    left: -45%;
    width: 90%;
    height: 40%;
    background-image: url(el1.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: bottom left;
    animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
}

.main-page .main-bottom-2 .el {
    position: absolute;
    bottom: -5%;
    left: -50%;
    width: 90%;
    height: 40%;
    background-image: url(el2.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: bottom left;
    animation: swing1 2.0s ease-in-out 0.25s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.25s alternate infinite;
}

.main-page .main-bottom-3 .el {
    position: absolute;
    bottom: -24%;
    left: -11%;
    width: 90%;
    height: 40%;
    background-image: url(el3.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: bottom left;
    animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
}

.main-page .main-bottom-4 .el {
    position: absolute;
    bottom: 18%;
    left: -40%;
    width: 65%;
    height: 35%;
    background-image: url(el4.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: bottom left;
    animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
}

.main-page .main-bottom-5 .el {
    position: absolute;
    bottom: -28%;
    left: 27%;
    width: 65%;
    height: 45%;
    background-image: url(el5.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: bottom left;
    animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
}

.main-page .main-top-1 .el {
    position: absolute;
    top: -20%;
    right: -24%;
    width: 90%;
    height: 40%;
    background-image: url(el6.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top right;
    animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
}

.main-page .main-top-2 .el {
    position: absolute;
    top: -15%;
    right: -50%;
    width: 100%;
    height: 40%;
    background-image: url(el7.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top right;
    animation: swing1 2.0s ease-in-out 0.25s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.25s alternate infinite;
}

.main-page .main-top-3 .el {
    position: absolute;
    top: -21%;
    right: -17%;
    width: 90%;
    height: 40%;
    background-image: url(el8.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top right;
    animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
}

.main-page .main-top-4 .el {
    position: absolute;
    top: 13%;
    right: -32%;
    width: 55%;
    height: 25%;
    background-image: url(el9.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top right;
    animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
}

.main-page .main-top-5 .el {
    position: absolute;
    top: -14%;
    right: 58%;
    width: 40%;
    height: 29%;
    background-image: url(el10.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top right;
    animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
}

.main-page .container-content {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.main-page .container-content .content {
    position: relative;
    width: 100%;
    padding: 2em 1em;
}

.main-page .container-content .content .title {
    position: relative;
    z-index: 999;
    width: 100%;
    font-family: Grapevine;
    color: #C79E4F;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0px;
    padding: 2em 0em 2em 0em;
}

.main-page .container-content .content .title span {
    display: inline-block;
}

.main-page .container-content .content .title .text-1 {
    position: relative;
    left: 0px;
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
}

.main-page .container-content .content .title .text-1::first-letter {
    
}

.main-page .container-content .content .title .text-2 {
    position: relative;
    right: 0px;
    top: -1px;
    font-size: 42px;
    font-weight: 400;
    line-height: 0.5;
}

.main-page .container-content .content .title .text-3 {
    position: relative;
    left: 0px;
    font-size: 54px;
    font-weight: 400;
    line-height: 1;
}

.main-page .container-content .content .title .text-3::first-letter {
    
}

.main-page .container-content .content .event {
    font-weight: 600;
    letter-spacing: 2px;
}

.main-page .container-content .content .date h2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #C79E4F;
    font-family: Cinzel;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}

.main-page .container-content .content .date h2 span:nth-child(1),
.main-page .container-content .content .date h2 span:nth-child(3) {
    width: 120px;
    border-top: 2px solid #C79E4F;
    border-bottom: 2px solid #C79E4F;
    margin: 0.25em auto;
    padding: 0.25em 0em;
}

.main-page .container-content .content .date h2 span:nth-child(2) {
    display: inline-flex;
    font-size: 38px;
    margin: 0em 0.25em;
}

.main-page .container-content .content .date h4 {
    font-family: Cinzel;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.main-page .container-content .content .date h6 {
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
}

.main-page .container-content .content .location {
    width: 100%;
    margin-top: 2em;
}

.main-page .container-content .content .location h4 {
    max-width: 240px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 2px;
    margin: auto;
    padding: 0em 0em;
}

.main-page .container-content .content .open {
    width: 100%;
    margin-top: 2em;
}

.main-page .container-content .content .open .btn-open {
    width: 100%;
    max-width: 250px;
    font-size: 14px;
    padding: 0.75em 1em;
    box-shadow: 0px 2px 4px 1px #99977E;
}

.sub-page {
    background-image: url(bg2.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #C79E4F;
    text-align: center;
    padding: 25% 0em 4em 0em;
}

.sub-page .sub-animation {
    position: fixed;
    left: 50%;
    top: 0;
    max-width: 480px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transform: translateX(-50%);
    opacity: 0.75;
}

.sub-page .sub-particles {
    position: fixed;
    left: 50%;
    top: 0;
    max-width: 480px;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    transform: translateX(-50%);
}

.sub-page .sub-top-1,
.sub-page .sub-top-2,
.sub-page .sub-top-3,
.sub-page .sub-top-4,
.sub-page .sub-top-5,
.sub-page .sub-sub {
    position: absolute;
    bottom: 0%;
    left: 0%;
    width: 100%;
    height: 100vh;
}

.sub-page .sub-top-1 .el {
    position: absolute;
    top: -32%;
    left: -5%;
    width: 85%;
    height: 45%;
    background-image: url(el11.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top right;
    animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
}

.sub-page .sub-top-2 .el {
    position: absolute;
    top: -25%;
    right: 10%;
    width: 60%;
    height: 45%;
    background-image: url(el12.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top left;
    animation: swing1 2.0s ease-in-out 0.0s alternate-reverse infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.0s alternate-reverse infinite;
}

.sub-page .sub-top-3 .el {
    position: absolute;
    top: -27%;
    right: 11%;
    width: 60%;
    height: 45%;
    background-image: url(el13.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top center;
    animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.5s alternate infinite;
}

.sub-page .sub-top-4 .el {
    position: absolute;
    top: -9%;
    left: 3%;
    width: 33%;
    height: 18%;
    background-image: url(el14.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top right;
    animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
}

.sub-page .sub-top-5 .el {
    position: absolute;
    top: -8%;
    right: -3%;
    width: 33%;
    height: 18%;
    background-image: url(el15.webp);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform-origin: top left;
    animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
    -webkit-animation: swing1 2.0s ease-in-out 0.0s alternate infinite;
}

.sub-page .container {
    position: relative;
    z-index: 1;
    padding: 1em 1.5em;
}

.sub-page .container h4 {
    color: #C79E4F;
    font-weight: 600;
}

.sub-page .container.container-countdown {
    background-color: #99977E;
    margin-bottom: 2em;
    padding: 2em 1.5em;
}

.sub-page .container.container-countdown h4 {
    color: #FFFFFF;
}

.sub-page .container.container-footer {
    background-color: #99977E;
    color: #FFFFFF;
}

.sub-page .container.container-footer p {
    color: #FFFFFF;
    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: #99977E;
    max-height: 75px;
    padding: 1.25em 0.5em 0.75em 0.5em;
    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;
    font-size: 12px;
    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;
    font-size: 24px;
    color: #99977E;
    background: #FFFFFF;
    border: 2px solid #99977E;
    border-radius: 50%;
    padding: 12px;
}

.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 {
    width: 100%;
}

.appbar .appbar-modal .modal-dialog .modal-header {
    background-color: #99977E;
    color: #FFFFFF;
    border: 1px solid #99977E;
}

.appbar .appbar-modal .modal-dialog .modal-body {
    color: #C79E4F;
    background-color: #FFFFFF;
    border: 1px solid #99977E;
}

.appbar .appbar-modal .modal-dialog .modal-body label {
    color: #C79E4F;
}

.appbar .appbar-modal .modal-dialog .modal-body .btn-main {}

.appbar .appbar-modal .modal-dialog .modal-body .btn-main:hover {}

.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: #99977E;
    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: 560px) {
    .main-page .main-container .container-content {
        display: block;
        padding: 3em 0em;
        overflow-x: hidden;
        overflow-y: auto;
    }
}

@media(max-width: 380px) {
    .main-page .container-content .content .date h2 {
        display: block;
    }
}

@media(max-width: 550px) {
    .flipdown {
        zoom: 1;
    }
}

@media(max-width: 380px) {
    .flipdown {
        zoom: 0.8;
    }
}