.bg-primary {
    background-color: var(--bg-primary) !important;
    color: var(--text-primary) !important;
}

.text-primary {
    color: var(--text-primary)
}

.text-secondary {
    color: var(--text-secondary) !important;
}

.bg-primary-dark {
    background-color: var(--bg-primary-dark) !important;
    color: var(--text-primary) !important;
}

.bg-primary-light {
    background-color: var(--bg-primary-light) !important;
    color: var(--text-primary) !important;
}

.text-primary {
    color: var(--text-primary)
}


.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background-color: var(--invitation-bg);
}

.loading {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font: 14px arial;
    color: var(--counter-bg);
}

.bg-navigation {
    background-color: var(--bs-primary);
    border-radius: 30px !important;
    margin-bottom: 10px;
}

.bg-secondary {
    background-color: var(--bs-primary) !important;
    color: #000000 !important;
}

#modalInvitation .modal-content {
    background-color: var(--invitation-bg);
}

html body {
    background-color: var(--invitation-bg);
    font-family: "Great Vibes", serif;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
    background-position: top right, bottom left;
    background-attachment: fixed;
}

.font-title {
    font-family: "Montserrat", cursive;
}

#cover .title,
#modalInvitation .title {
    font-size: 32px !important;
}

#cover .sub-title {
    font-size: 28px !important;
}

.badge-countdown {
    background-color: var(--bs-primary);
}

#countdown .badge-primary {
    background-color: var(--bs-primary) !important;
    padding: 15px;
}

.label-countdown {
    margin-left: 0;
}

.splide__arrow {
    background: var(--bs-primary);
}

.splide--nav
> .splide__slider
> .splide__track
> .splide__list
> .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border: 3px solid var(--bs-primary);
}

.splide__arrow svg {
    fill: var(--bs-primary-light);
}

#main-slider .splide__slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.form-control.form-control-solid {
    background-color: var(--invitation-bg) !important;
    border-color: #757575;
    transition: color 0.2s ease, background-color 0.2s ease;
}

.dropdown.show > .form-control.form-control-solid,
.form-control.form-control-solid:active,
.form-control.form-control-solid.active,
.form-control.form-control-solid:focus,
.form-control.form-control-solid.focus {
    background-color: var(--invitation-bg);
    border-color: var(--bs-primary);
}

.bg-avatar .symbol {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
    outline: 4px solid var(--bs-secondary);
    outline-offset: -12px;
}

.border-avatar {
    position: fixed;
    height: 150px !important;
    width: auto !important;
    left: -31px;
    z-index: -1;
}

.btn-primary,
.btn-primary,
.btn-primary .fas {
    background-color: var(--bs-primary) !important;
    color: var(--invitation-bg) !important;
}

.btn-secondary,
.btn-secondary .bi,
.btn-secondary .fas {
    background-color: var(--invitation-bg) !important;
    color: var(--bs-primary) !important;
}

.btn-light,
.btn-light .bi,
.btn-light .fas {
    background-color: var(--invitation-bg) !important;
    color: var(--bs-primary) !important;
}

#bride .btn-primary {
    background-color: var(--bs-secondary) !important;
}

#ig-stories .btn-primary {
    background-color: var(--bs-secondary-light) !important;
    color: var(--bs-secondary) !important;
    border-radius: 20px !important;
}

#ig-stories .bi {
    background-color: var(--bs-secondary-light) !important;
    color: var(--bs-secondary) !important;
}

.badge-primary {
    color: var(--text-primary) !important;
}

.nav-link {
    color: var(--bs-text-light) !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-primary) !important;
    background-color: var(--bs-secondary) !important;
    border-radius: 50px;
    width: 75px;
}

.svg-icon.svg-icon-primary svg [fill]:not(.permanent):not(g) {
    fill: var(--invitation-bg) !important;
}

.splide__arrow svg {
    fill: var(--text-primary) !important;
}

.bg-cover {
    opacity: 0.8;
}

.timeline .timeline-line {
    border-left-color: var(--bs-secondary);
}

.border-primary {
    border-color: var(--bs-primary) !important;
}

/* .btn.btn-secondary {
    color: #ffffff;
    border-color: var(--bs-secondary) !important;
    background-color: var(--bs-secondary) !important;
} */
.rounded {
    border-radius: 30px !important;
    overflow: hidden;
}

.rounded-sm {
    border-radius: 10px !important;
}

.rounded-xxl {
    border-radius: 50px !important;
}

.rounded-1 {
    border-radius: 16px !important;
}

.rounded-2 {
    border-radius: 24px !important;
}

.text-light {
    color: var(--bs-text-light) !important;
}

.animate-zoom-in-out {
    animation: zoom-in-zoom-out 2s ease infinite;
    transform-origin: bottom center;
}

.bg-invitation {
    background-color: var(--invitation-bg);
}

.bg-invitation-light {
    background-color: var(--invitation-bg-light);
}

.bg-invitation-dark {
    background-color: var(--invitation-bg);
}

.btn-primary,
.btn-primary .bi,
.btn-primary .fas {
    color: white !important;
}

.btn-check:checked + .btn.btn-secondary, .btn-check:active + .btn.btn-secondary, .btn.btn-secondary:focus:not(.btn-active), .btn.btn-secondary:hover:not(.btn-active), .btn.btn-secondary:active:not(.btn-active), .btn.btn-secondary.active, .btn.btn-secondary.show, .show > .btn.btn-secondary {
    color: #FFFFFF;
    border-color: var(--bs-primary) !important;
    background-color: var(--invitation-bg) !important;
}

.square-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.square-bottom {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.square-left {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.square-right {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.square-bottom-left {
    border-bottom-left-radius: 0 !important;
}

.right-0 {
    right: 0;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1.2, 1.2);
    }
    50% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1.2, 1.2);
    }
}

li.splide__slide {
    width: 100px;
    height: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px !important;
}

.splide--nav
> .splide__slider
> .splide__track
> .splide__list
> .splide__slide,
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 0px;
}

splide--nav
> .splide__slider
> .splide__track
> .splide__list
> .splide__slide.is-active,
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border: 3px solid var(--bs-primary);
}

/*For IG Story template*/
#capture.frame,
#capture.frame .text-primary {
    color: var(--text-primary) !important;
}

#ig-stories{
    background-color: #B24B22 !important;
}

#ig-story .font-title.text-primary {
    color: var(--text-primary) !important;
}

#ig-story a.btn.btn-primary.btn-flex.flex-column.w-100.mb-5.fs-7 {
    background-color: var(--text-primary);
    color: #B24B22;
}

#ig-story a.btn.btn-primary.btn-flex.flex-column.w-100.mb-5.fs-7 span {
    color: var(--text-primary) !important;
}

#ig-stories .text-center.aos-init.aos-animate {
    color: var(--text-primary) !important;
}

#ig-story .btn-primary {
    background-color: var(--text-primary) !important;
    color: #B24B22 !important;
    border-radius: 20px !important;
}

#ig-stories .bi {
    background-color: var(--bs-text-light) !important;
    color: var(--text-secondary) !important;
}

#ig-story a.btn.btn-primary.btn-flex.flex-column.w-100.mb-5.fs-7 span {
    color: var(--text-secondary) !important;
}

#ig-story .ig-story-template-label,
#ig-story .ig-story-template-title,
#ig-story .ig-story-template-footer {
    color: var(--text-primary) !important;
}

/* .btn.btn-secondary:hover:not(.btn-active) {
    background-color: var(--bs-secondary-hover) !important;
} */
.btn.btn-primary .svg-icon svg [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffffff;
}

/* .btn.btn-primary:hover:not(.btn-active)
    .svg-icon
    svg
    [fill]:not(.permanent):not(g) {
    transition: fill 0.3s ease;
    fill: #ffffff;
} */
.left-0 {
    left: 0 !important;
}

.frame-bridge-bottom img {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    height: auto;
    width: 60%;
}

.mr-15 {
    margin-right: 3.75rem !important;
}

.ml-15 {
    margin-left: 3.75rem !important;
}

.card-shadow-lovestory {
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 30%);
    border: 10px #fff solid;
}

.timeline-label:before {
    left: 48.5%;
    top: 20px;
    border-left: 4px dotted var(--bs-primary);
    background-color: var(--invitation-bg);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: var(--bs-text-light) !important;
    background-color: var(--bs-secondary-hover) !important;
}

.border-primary-wishes {
    border: 1px var(--text-secondary) solid;
}

.flip-image {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.gallery-image {
    width: 100%;
    height: 110px;
    object-fit: cover;
}

@media only screen and (max-width: 600px) {
    .gallery-image {
        height: 88px !important;
    }
}

.square-image {
    float: left;
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    /* = width for a 1:1 aspect ratio */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    /* you change this to "contain" if you don't want the images to be cropped */
}

.container-video {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.card-rounded {
    background-color: var(--invitation-bg);
    border-radius: 30px !important;
    margin-bottom: 10px;
}

.card-gift {
    background-color: var(--invitation-bg);
    border-radius: 30px !important;
    margin-bottom: 10px;
}

.rounded-top {
    border-top-left-radius: 50vw !important;
    border-top-right-radius: 50vw !important;
}

.rounded-bottom {
    border-bottom-left-radius: 50vw !important;
    border-bottom-right-radius: 50vw !important;
}

.min-h-70vh {
    min-height: 70vh !important;
}
.min-h-80vh {
    min-height: 80vh !important;
}
.min-h-85vh {
    min-height: 85vh !important;
}
.min-h-90vh {
    min-height: 90vh !important;
}
.min-h-100vh {
    min-height: 100vh !important;
}

@media (max-aspect-ratio: 1/1) { /* Portrait mode */
    .min-h-70vh {
        height: 70% !important;
    }
    .min-h-85vh {
        height: 85% !important;
    }
    .min-h-90vh {
        height: 90% !important;
    }
    .min-h-100vh {
        height: 100% !important;
    }
}

.timeline-badge > .fa {
    background-color: var(--invitation-bg);
}

#modalGift .text-primary {
    color: var(--invitation-bg) !important;
}

#modalGift .btn-light {
    color: var(--text-primary) !important;
    background-color: var(--bs-primary) !important;
}

#modalGift .accordion-button:not(.collapsed) {
    color: var(--bs-primary);
    background-color: initial;
}

.margin-decor-quote-top{
    margin-top:-50px;
    margin-bottom:-50px;

}
.margin-decor-quote-bottom{
    margin-top:-50px;
}

.margin-decor-top{
    margin-top:-70px;
    margin-bottom:-70px;
}

.btn-rsvp{
    color: #DF6D50 !important;
    background-color:#F0EDEA !important;
    border-color: #F6AA4C !important;
}
.btn.btn-rsvp:hover:not(.btn-active) {
    color: #F0EDEA !important;
    border-color:#DF6D50 !important;
}

.bg-welcome {
    background-image: url("/themes/culture-dayak/img/bg-batik.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-cover-decor {
    background-image: url("/themes/culture-dayak/img/bg-cover-top.png"), url("/themes/culture-dayak/img/bg-cover-bottom.png");
    background-size: 100%;
    background-position: top, bottom;
    background-repeat: no-repeat;

    padding-top: 19%;
    padding-bottom: 6%;
}

.bg-quote {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
}

.bg-bride {
    background-image: url("/themes/culture-dayak/img/bg-bride.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-schedule {
    background-image: url("/themes/culture-dayak/img/bg-schedule.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-streaming {
    background-image: url("/themes/culture-dayak/img/bg-streaming.png");
    background-size: contain;
    background-position: left center;
    background-repeat: no-repeat;
}

.bg-love-story {
    background-image: url("/themes/culture-dayak/img/bg-love-story.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-rsvp {
    background-image: url("/themes/culture-dayak/img/bg-rsvp.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
}

.min-height-rsvp{
    min-height:500px;
}

.bg-gift {
    background-image: url("/themes/culture-dayak/img/bg-gift-left.png"),url("/themes/culture-dayak/img/bg-gift-right.png"),url("/themes/culture-dayak/img/bg-gift-left.png"),url("/themes/culture-dayak/img/bg-gift-right.png");
    background-position: left top, right top 70px, left bottom 70px, right bottom;
    background-repeat: no-repeat;
    min-height:800px;
}

.bg-gift-off {
    background-image: url("/themes/culture-dayak/img/bg-gift-left.png"),url("/themes/culture-dayak/img/bg-gift-right.png");
    background-position: left top, right top 70px, left bottom 70px, right bottom;
    background-repeat: no-repeat;
    min-height:430px;
}

@keyframes move-right-to-left {
    from {
        background-position: 100% top;
    }
    to {
        background-position: 0 top;
    }
}

@keyframes move-right-to-left-bottom {
    from {
        background-position: 100% bottom;
    }
    to {
        background-position: 0 bottom;
    }
}

.border-batik-bottom {
    background-image: url("/themes/culture-dayak/img/border-top.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;

    min-height: 68px;
    animation: move-right-to-left 10s linear infinite;
    animation-direction: alternate;
}


.border-bottom {
    background-image: url("/themes/culture-dayak/img/border-bottom.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;

    min-height: 68px;
    animation: move-right-to-left 30s linear infinite;
    animation-direction: alternate;
}

.border-top {
    background-image: url("/themes/culture-dayak/img/border-top.png");
    background-size: contain;
    background-position: top;
    background-repeat: repeat-x;
    min-height: 68px;

    animation: move-right-to-left 30s linear infinite;
    animation-direction: alternate;
}

.border-brown-bottom {
    background-image: url("/themes/culture-dayak/img/border-brown-bottom.png");
    background-size: contain;
    background-position: bottom;
    background-repeat: repeat-x;

    min-height: 68px;
    animation: move-right-to-left 30s linear infinite;
    animation-direction: alternate;
}

.border-brown-top {
    background-image: url("/themes/culture-dayak/img/border-brown-top.png");
    background-size: contain;
    background-position: top;
    background-repeat: repeat-x;
    min-height: 68px;

    animation: move-right-to-left 30s linear infinite;
    animation-direction: alternate;
}

.border-full {
    background-image: url("/themes/culture-dayak/img/border-aksen.svg");
    background-size: contain;
    background-position: top;
    background-repeat: repeat-x;
    min-height: 149px;

    animation: move-right-to-left 10s linear infinite;
    animation-direction: alternate;
}

.bg-backdrop{
    margin-top: -68px;
    background-image:url("/themes/culture-dayak/img/ornament-orange-2.png"),url("/themes/culture-dayak/img/ornament-orange.png"),url("/themes/culture-dayak/img/ornament-orange-2.png"),url("/themes/culture-dayak/img/ornament-orange.png");
    background-position: top+75px left, top+75px right, bottom+75px left, bottom+75px right;
    background-repeat: no-repeat;
    background-size: 15%;
}

.bg-backdrop-master{
    margin-top: -68px;
    background-image:url("/themes/culture-dayak/img/ornament-orange-2.png"),url("/themes/culture-dayak/img/ornament-orange.png"),url("/themes/culture-dayak/img/ornament-orange-2.png"),url("/themes/culture-dayak/img/ornament-orange.png");
    background-position: top+75px left, top+75px right, bottom+143px left, bottom+143px right;
    background-repeat: no-repeat;
    background-size: 10%;
}

.bg-backdrop-ornament{
    background-image:url("/themes/culture-dayak/img/bg-backdrop.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.padding-batik-bottom {
    padding-bottom: 70px;
}

.bg-prokes {
    background-image: url('/themes/culture-dayak/img/bg-gift-left.png'), url('/themes/culture-dayak/img/bg-gift-right.png');
    background-position: left, right;
    background-repeat: no-repeat;
    min-height: 352px;
}

.ml-10 {
    margin-left: 1rem !important;
}

.mr-10 {
    margin-right: 1rem !important;
}

.w-80 {
    width: 80% !important;
}

.transform-frame-1 {
    transform: rotate(90deg);
}

.transform-frame-2 {
    transform: rotate(270deg);
}

.transform-frame-3 {
    transform: rotate(180deg);
}

.bridge-img {
    aspect-ratio: 1 / 1.24 !important;
    object-fit: cover !important; /* Ensures the image maintains its aspect ratio */
    background-size: cover !important; /* Makes the background image cover the entire div */
    background-position: center !important; /* Centers the background image */
    background-repeat: no-repeat !important; /* Prevents the image from repeating */
}

.bridge-img-rounded {
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important; /* Ensures the image maintains its aspect ratio */
    background-size: cover !important; /* Makes the background image cover the entire div */
    background-position: center !important; /* Centers the background image */
    background-repeat: no-repeat !important; /* Prevents the image from repeating */
    border-radius: 50%;
}

.hr-line {
    border: none;
    height: 1px; /* Thickness of the line */
    background-color: #FFFFFF; /* Color of the line */
    width: 100%; /* Full width */
}


.border-radius-0 {
    border-radius: 0 !important;
}

#mitra-container{
    background-color: var(--invitation-bg) !important;
    color: #fff !important;
}

#mitra-container .text-dark,
#mitra-container .bi-geo-alt-fill {
    color: #fff !important;
}

#limited-event{
    background-color: rgba(255,255,255, 0.05);
    border-color: white !important;
}
#schedule .sparator-line {
    border-bottom: 1px dashed white !important;
}