﻿body {
    background-color: var(--inv-bg);
}
.canvas {
    position: absolute;
    width: 414px;
    height: 736px;
    overflow: hidden;
    border-radius: 1rem;
}
#invitnesia {
    position: absolute;
    color: var(--inv-base);
    font-family: var(--font-base);
    width: 414px;
    height: 736px;
    overflow: hidden;
}
.not-open .container-mobile,
.no-menu .container-mobile {
    height: calc(100% + -0px);
}
.not-open .invitnesia_menu,
.no-menu .invitnesia_menu {
    bottom: -100px;
}
.not-open .floating-action,
.no-menu .floating-action {
    bottom: 30px;
}
.not-open .frame,
.no-menu .frame {
    bottom: 0;
}
.container-mobile {
    background-color: var(--inv-bg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    overflow: hidden;
    width: 100%;
    height: calc(100% - 80px);
    padding: 0 16px;
    transition: all ease-in-out 0.5s;
}
.invitnesia_track {
    height: 100%;
    width: 100%;
}
.invitnesia_track .invitnesia_list {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    width: 100%;
}
.invitnesia_track .invitnesia_slide,
.invitnesia_track .invitnesia_cover {
    height: 100%;
    width: 100%;
}
.invitnesia_menu {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: var(--menu-bg);
    overflow: hidden;
    box-shadow: 0 -1px 6px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0px -1px 6px 0px rgba(0, 0, 0, 0.06);
    transition: all ease-in-out 0.2s;
}
.invitnesia_menu .invitnesia_menu_list {
    padding: 0;
    margin: 0;
    list-style: none;
    height: 100%;
    min-width: 100%;
    display: flex;
    align-items: center;
    transition: all ease-in-out 0.5s;
}
.invitnesia_menu .invitnesia_menu_item {
    width: 100%;
    height: 100%;
    flex: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--menu-inactive);
    position: relative;
    transition: all ease-in-out 0.1s;
}
.invitnesia_menu .invitnesia_menu_item .icon {
    font-size: 1.6rem;
}
.invitnesia_menu .invitnesia_menu_item svg,
.invitnesia_menu .invitnesia_menu_item span,
.invitnesia_menu .invitnesia_menu_item i {
    z-index: 2;
}
.invitnesia_menu .invitnesia_menu_item span {
    font-size: 12px;
}
.invitnesia_menu .invitnesia_menu_item:after {
    content: '';
    background-color: var(--menu-active);
    position: absolute;
    width: 0%;
    height: 0%;
    border-radius: 0.8rem;
    transition: all ease-in-out 0.1s;
}
.invitnesia_menu .invitnesia_menu_item.active {
    color: var(--btn-color);
}
.invitnesia_menu .invitnesia_menu_item.active:after {
    content: '';
    background-color: var(--menu-active);
    position: absolute;
    width: calc(100% - 0.5rem);
    height: calc(100% - 0.5rem);
}
.font-accent {
    font-family: var(--font-accent);
}
.font-latin {
    font-family: var(--font-latin);
    font-size: 200%;
}
.color-accent {
    color: var(--inv-accent);
}
.floating-action {
    max-width: 500px;
    margin: auto;
    position: absolute;
    right: 20px;
    bottom: 120px;
    gap: 12px;
    z-index: 999;
}
.btn-float {
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    border-radius: 10rem;
    background-color: var(--inv-accent);
    border-color: var(--inv-accent);
    color: var(--btn-color);
    opacity: 0.7;
}
#btnMusic .play,
#btnAutoplay .play {
    display: block;
}
#btnMusic .pause,
#btnAutoplay .pause,
#btnMusic.playing .play,
#btnAutoplay.playing .play {
    display: none;
}
#btnMusic.playing .pause,
#btnAutoplay.playing .pause {
    display: block;
}
.sc-music {
    height: 0;
    overflow: hidden;
}
.sc-music div {
    display: none;
}
.btn-primary {
    background-color: var(--inv-accent);
    border-color: var(--inv-accent);
    color: var(--btn-color);
    border-radius: 0.6rem;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active {
    background-color: var(--inv-accent) !important;
    border-color: var(--inv-accent) !important;
    color: var(--btn-color) !important;
    box-shadow: var(--inv-accent) !important;
}
.rounded-pill {
    border-radius: 50rem;
}
.comment {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.comment .comment-item {
    flex: none;
    width: 100%;
    padding: 0.5rem;
    border-radius: 0.5rem;
    border: 1px solid #f3f3f3;
    background-color: #fff;
    color: #131313;
}
.lightbox {
    cursor: pointer;
}
.lightbox-wrapper {
    max-width: 100%;
    margin: auto;
}
.lightbox-wrapper.show {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.8);
}
.lightbox-inner,
.lightbox-list {
    height: 100%;
    width: 100%;
}
.lightbox-inner img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.btn-lightbox {
    text-decoration: none;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: rgba(255, 0, 0, 0.282);
    color: #fff;
    position: fixed;
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
}
.btn-lightbox:hover {
    background-color: rgba(255, 0, 0, 0.533);
    color: #fff;
}
.lightbox-navigation {
    position: fixed;
    top: calc(50% - 60px);
    width: 100%;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
    padding: 30px;
    display: none;
}
.lightbox-arrow {
    text-decoration: none;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.282);
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lightbox-arrow:hover {
    background-color: rgba(255, 255, 255, 0.525);
    color: #000;
}
.show .lightbox-navigation,
.show .btn-lightbox {
    display: inherit;
}
.modal-dialog {
    max-width: 500px;
    margin: auto;
    padding: 0.5rem;
    height: 100%;
}
.modal-content {
    overflow: auto;
}
.btn-close {
    text-decoration: none;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    background-color: rgba(255, 0, 0, 0.282);
    color: #fff;
    position: fixed;
    bottom: 20px;
    left: calc(50% - 24px);
    display: flex;
    justify-content: center;
    align-items: center;
}
.rsvp-placeholder {
    position: relative;
    max-height: calc(100vh - 150px);
    overflow: auto;
    font-family: sans-serif;
}
.rsvp-placeholder .rsvp-form {
    padding: 0 20px !important;
}
.rsvp-placeholder .rsvp-form .mb-4,
.no-menu .countdown {
    display: none;
}
.countdown {
    display: flex;
    gap: 8px;
}
.countdown-item {
    width: 100%;
    background-color: var(--inv-accent);
    color: var(--btn-color);
    padding: 4px;
    border-radius: 0.4rem;
}
.countdown-item .number {
    font-size: 1.35rem;
    line-height: 1.2;
    font-weight: 700;
}
.frame {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 80px;
    left: 0;
}
.frame-tl {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.frame-tr {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.frame-bl {
    width: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.frame-br {
    width: 50%;
    position: absolute;
    bottom: 0;
    right: 0;
}
.embed-video iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#waterMark p a {
    color: var(--inv-base);
}
#waterMark .list-icon a {
    color: var(--inv-accent);
}
.free-trial-badge {
    width: 130px;
    height: 130px;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
}
.free-trial-badge span {
    position: absolute;
    display: block;
    width: 171px;
    line-height: 37px;
    text-align: center;
    top: 26px;
    right: -40px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    backdrop-filter: blur(4px);
    background-color: #fb3;
}
.free-trial-badge span div {
    color: #333;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0px;
    font-family: sans-serif;
}
.btn-countdown,
.btn-maps,
.btn-video {
    display: none;
}
.loader-wrapper {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--inv-bg) 62%, rgba(18, 16, 14, 0.45));
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: opacity 0.45s ease;
    overflow: hidden;
}
.loader-wrapper.is-done {
    opacity: 0;
}
.loader-card {
    width: min(220px, 70vw);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.loader-bar {
    width: 100%;
    height: 4px;
    border-radius: 999px;
    background: rgba(128, 128, 128, 0.28);
    overflow: hidden;
}
.loader-bar-fill {
    height: 100%;
    width: 0;
    border-radius: 999px;
    background: var(--inv-accent);
    transition: width 0.22s ease;
}
.loader-pct {
    font-size: 0.78rem;
    letter-spacing: 0.08em;
    color: var(--inv-base);
    opacity: 0.82;
}
#notSupport {
    margin: auto;
    position: fixed;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
}
.inv-ornament-layer {
    position: relative;
    z-index: 0;
}
.invitnesia_slide {
    position: relative;
}
.inv-ornament-layer {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}
.inv-content {
    position: relative;
    z-index: 2;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
