@import url("common.css");
@import url("animation.css");

html {
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
}

.with-scrollbar {
    scrollbar-width: auto !important;
    -ms-overflow-style: auto !important;
}

.font-esthetic {
    font-family: 'Sacramento', cursive !important;
}

.font-arabic {
    font-family: 'Noto Naskh Arabic', serif !important;
}

.img-center-crop {
    width: 13rem;
    height: 13rem;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.btn-transparent {
    background-color: rgba(255, 255, 255, 0.8) !important;
    color: var(--wedding-text) !important;
    backdrop-filter: blur(0.5rem);
    border-color: var(--wedding-border) !important;
}

.loading-page {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 1056;
}

.color-theme-svg {
    color: #f3d9c4;
    background-color: var(--wedding-bg);
}

.bg-light-dark {
    background-color: var(--wedding-bg);
}

.bg-white-black {
    background-color: var(--wedding-surface);
}

.welcome-background {
    background-image: url("../assets/images/letter.jpeg");
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: #0b1526;
    color: #ffffff;
}

@media screen and (max-aspect-ratio: 9/16) {
    .welcome-background {
        background-size: cover;
        background-position: center;
    }
}

.bg-cover-home {
    width: 100%;
    height: 100%;
    object-fit: cover;
    mask-image: linear-gradient(0.5turn, transparent, black 40%, black 60%, transparent);
}

.width-loading {
    width: 25%;
}

.cursor-pointer {
    cursor: pointer;
}

@media screen and (max-width: 992px) {
    .width-loading {
        width: 50%;
    }
}

@media screen and (max-width: 576px) {
    .width-loading {
        width: 75%;
    }
}

svg {
    display: block;
    line-height: 0;
    shape-rendering: geometricPrecision;
    backface-visibility: hidden;
}

.svg-wrapper {
    overflow: hidden !important;
    transform: translateZ(0) !important;
}

.no-gap-bottom {
    margin-bottom: -0.75rem !important;
}
