:root {
    --transition-counter-bg: #923162;
    --counter-bg: #9E0050;
    --counter-color: #fff;
    --counter-radius: 5px;
    --counter-line-bg: #77003c;
    --counter-line-size: 0.1px;
    --invitation-bg: rgb(255, 246, 254);
    --bs-primary: #9E0050;
    --bs-primary-hover: #923162;
    --bs-primary-light: #ffdfef;
    --bs-secondary: #ec9bc4;
    --bs-secondary-hover: #ffd3e9;
    --bs-secondary-light: #ffcee7;
}

.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(--invitation-bg);
}

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

html body {
    background: url(/themes/wevitation-signature/img/bg.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}

#kt_content_container .card {
    background: var(--invitation-bg);
    background-size: cover;
    background-position: center;
}

.font-title {
    font-family: 'Dancing Script', cursive;
}

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

.badge-countdown {
    background-color: #9E0050;
}

.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);
}

.form-control.form-control-solid {
    background-color: var(--bs-secondary-hover);
    border-color: var(--bs-secondary-light);
    /* color: var(--); */
    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(--bs-secondary-hover);
    border-color: var(--bs-secondary-light);
    /* color: var(--bs-primary-light); */
}

.bg-avatar {
    background: url(/themes/wevitation-signature/img/abstract_landscape.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-decoration {
    background: url(/themes/wevitation-signature/img/asset-1.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
}

#modalInvitation .modal-body {
    background: url(/themes/wevitation-signature/img/abstract.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.welcome-container {
    padding-top: 0 !important;
}

.padding-title {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

@media (max-width: 320px) {
    .welcome-container {
        padding-top: 8% !important;
    }

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

    .bg-decoration {
        background-size: 70%;
    }

    .padding-title {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
}

/* Small phones (≤ 360px — e.g., iPhone SE, older Androids) */
@media (min-width: 360px) {
    .welcome-container {
        padding-top: 8% !important;
    }

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

    .bg-decoration {
        background-size: 70%;
    }
}

/* Regular phones (361px–480px — most iPhones, Androids) */
@media (min-width: 361px) and (max-width: 480px) {
    .welcome-container {
        padding-top: 0 !important;
    }

    .padding-title {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

/* Large phones & small tablets (481px–768px) */
@media (min-width: 481px) and (max-width: 768px) {
    .welcome-container {
        padding-top: 0 !important;
    }

    .padding-title {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

/* Tablets & small laptops (769px–1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .welcome-container {
        padding-top: 0 !important;
    }

    .padding-title {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}

/* Desktops (1025px and up) */
@media (min-width: 1025px) {
    .welcome-container {
        padding-top: 0 !important;
    }

    .padding-title {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
}
