@import url("https://fonts.googleapis.com/css2?family=Aclonica&family=Azeret+Mono:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&display=swap");

@font-face {
    font-family: Sargie;
    src: url("../fonts/sargie-regular.otf") format("opentype");
}

:root {
    --beige: #e8e4d9;
}

* {
    scroll-behavior: smooth;
    transition: width;
    -webkit-font-smoothing: antialiased;
    font-family: Manrope, sans-serif;
    box-sizing: border-box !important;
    overflow-wrap: break-word !important;
}

:focus {
    box-shadow: none !important;
}

::-webkit-scrollbar {
    width: 10px;
    background-color: inherit;
    margin: 10px;
}

::-webkit-scrollbar-track {
    border-radius: 30px;
}

::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 30px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: grey;
    }

html, body {
    font-size: 16px;
    overflow-x: hidden;
    width: 100vw;
    min-height: 100vh;
    scroll-padding-top: 200px;
    scroll-behavior: smooth;
}

html, body, main {
    padding: 0px;
}

    body::-webkit-scrollbar {
        border-left: 1px solid black;
    }

main {
    min-height: 80vh;
    margin-top: 70px;
}

.o-container {
    padding: 0px 4%;
}

@media only screen and (max-width: 768px) {
    .o-container {
        padding: 0px 1.6rem;
    }
}

.heading {
    border-bottom: 2px solid black;
    font-family: Manrope, sans-serif;
    font-weight: 300;
    width: fit-content;
    margin: auto auto 18px;
    border-collapse: separate;
    border-spacing: 75px;
}

.heading-2 {
    border-bottom: 2px solid black;
    width: fit-content;
    margin: auto auto 18px;
    border-collapse: separate;
    border-spacing: 75px;
}

.navbar {
    width: 100vw;
    padding: 10px 60px;
    height: 70px;
}

.navbar-brand, .navbar-icons {
    width: 200px;
}

.navbar-brand {
    text-align: left;
    padding: 0px 10px;
}

.navbar-icons {
    text-align: right;
    display: flex;
    justify-content: end;
    gap: 5px;
}

.nav-item {
    margin: 0px 6px;
}

.nav-link {
    color: white;
}

    .nav-link.active {
        border-bottom: 1px solid white;
    }

    .nav-link:hover {
        color: var(--bs-nav-link-color);
    }

.navbar-icon-item {
    height: 30px;
    width: 30px;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    border: 1px solid transparent;
    padding: 22px;
    margin-left: 0px;
    cursor: pointer;
}

    .navbar-icon-item.active {
        border: 1px solid grey;
        background: rgb(60, 60, 60);
    }

    .navbar-icon-item:hover {
        border: 1px solid white;
        background: rgb(60, 60, 60);
    }

    .navbar-icon-item img {
        height: 25px;
        max-width: 30px;
    }

.navbar-icon {
    display: inline-flex;
    align-items: center;
    border-radius: 100px;
    width: fit-content;
    border: 1px solid transparent;
    margin: 0px;
    color: white !important;
}

    .navbar-icon:hover, .navbar-icon:has(.dropdown-toggle.show) {
        border: 1px solid white;
        background: rgba(150, 150, 150, 0.4);
    }

    .navbar-icon .Letter {
        height: 30px;
        width: 30px;
        aspect-ratio: 1 / 1;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        border: 1px solid rgb(136, 126, 100);
        padding: 22px;
        margin-left: 0px;
        cursor: pointer;
        background-image: url("../images/icons/user-bg.jpg");
        background-size: cover;
        color: black;
        font-family: Aclonica, sans-serif;
        font-size: 1.5rem;
        text-transform: uppercase;
        margin-bottom: 0px;
    }

    .navbar-icon img {
        height: 25px;
        max-width: 30px;
    }

    .navbar-icon .dropdown-item {
        width: calc(100%);
        padding-left: 0px;
    }

    .navbar-icon .dropdown-menu[data-bs-popper] {
        left: unset;
        right: 0px;
        margin-top: 10px;
        min-width: 300px;
    }

    .navbar-icon .dropdown-toggle::after {
        display: none;
    }

.modal-dialog {
    max-width: 95vw !important;
}

#cart-count {
    font-size: 0.6rem;
    color: white;
    background-color: crimson;
    padding: 5px;
    border-radius: 100px;
    line-height: 0.5rem;
    transform: translate(8px, 10px);
    position: absolute;
    font-family: "Azeret Mono", sans-serif !important;
    text-decoration: none !important;
}

.admin-menu .dropdown-item {
    padding-left: 10px;
}

    .admin-menu .dropdown-item.active {
        color: black;
        background: rgba(0, 0, 0, 0.03) !important;
    }

@media only screen and (max-width: 768px) {
    .navbar {
        padding: 10px 15px;
        gap: 0;
    }

    .navbar-brand {
        max-width: 35vw;
        padding: 0;
    }

    .navbar-icons {
        width: 50vw;
    }

    .navbar-icons {
        text-align: left;
    }

    .navbar-collapse {
        background: black;
        width: 100vw;
        padding: 30px;
        position: absolute;
        top: 70px;
        left: 0px;
    }
}

.footer {
    background: black;
    padding: 60px 0px;
    color: white;
    border: none !important;
}

    .footer .quicklinks a {
        color: white;
        text-decoration: none;
        border-bottom: 1px solid transparent;
        transition: 0.2s;
    }

    .footer a:hover {
        border-bottom: 1px solid white;
    }

    .footer hr {
        border-color: white;
    }

    .footer .socials a {
        background: white;
        border-radius: 100px;
        height: 40px;
        width: 40px;
        font-size: 1.4rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 7px;
        color: black !important;
        border: none !important;
        text-decoration: none !important;
    }

        .footer .socials a:hover {
            opacity: 0.5;
        }

.swiper {
    --swiper-pagination-bullet-horizontal-gap: 6px;
    background: rgba(0, 0, 0, 0.1);
}

.swiper-slide {
    background-size: cover;
    background-position: center center;
}

.swiper-pagination-bullet {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: white;
    border-radius: 0px;
    width: 20px;
    height: 2px;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    width: 60px;
}

.swiper-button-next, .swiper-button-prev {
    --swiper-navigation-color: white;
    border: 1px solid white;
    display: flex;
    width: 30px;
    height: 30px;
    border-radius: 100px;
}

    .swiper-button-next:hover, .swiper-button-prev:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        padding: 10px;
        font-size: 1rem;
    }

@media only screen and (max-width: 768px) {
    .swiper-pagination-bullet-active {
        width: 30px !important;
    }

    .swiper-pagination-bullet {
        width: 10px;
        margin: 5px !important;
    }
}

.landingswiper {
    --swiper-pagination-bullet-horizontal-gap: 6px;
    height: 70vh;
    background: black;
}

    .landingswiper .swiper-slide {
        background-size: cover;
        background-position: center center;
        filter: brightness(0.7) contrast(1.2);
    }

    .landingswiper .swiper-pagination-bullet {
        opacity: var(--swiper-pagination-bullet-opacity, 1);
        background: white;
        width: 30px;
        height: 4px;
        transition: width 1s cubic-bezier(0.97, 0.02, 0.64, 1.41);
        border-radius: 20px;
    }

    .landingswiper .swiper-pagination-bullet-active {
        width: 60px;
    }

    .landingswiper .autoplay-progress {
        position: absolute;
        right: 30px;
        bottom: 16px;
        z-index: 10;
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
        color: white;
    }

        .landingswiper .autoplay-progress svg {
            --progress: 0;
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 10;
            width: 100%;
            height: 100%;
            stroke-width: 2px;
            stroke: white;
            fill: none;
            stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
            stroke-dasharray: 125.6;
            transform: rotate(-90deg);
        }

.landing-logo {
    position: absolute;
    z-index: 2;
    width: 400px;
    max-width: 70vw;
    left: 50%;
    top: 43vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    user-select: none;
}

@media only screen and (max-width: 768px) {
    .landingswiper .autoplay-progress {
        right: calc(50% - 24px);
        bottom: 35px;
    }
}

.about-section {
    min-height: 0px;
    margin-bottom: 40px;
}

    .about-section h3 {
        border-bottom: 2px solid black;
        text-transform: uppercase;
        font-weight: bold;
        width: fit-content;
        margin: auto auto 18px;
        border-collapse: separate;
        border-spacing: 75px;
    }

.about-text {
    padding: 30px 0px;
    min-height: 600px;
    display: flex;
    align-items: center;
}

.about-image {
    min-height: 300px;
    border-radius: 20px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.section-divider {
    min-height: 400px;
    background-position: center center;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

@media only screen and (max-width: 768px) {
    .about-text {
        min-height: auto;
    }
}

.bg-parallax {
    position: relative;
    background-size: cover;
    background-position: center 100%;
    background-repeat: no-repeat;
    will-change: background-position;
}

.team-member {
    text-align: center;
    margin-bottom: 40px;
    cursor: pointer;
}

    .team-member.memorial {
        cursor: unset !important;
    }

        .team-member.memorial:hover img {
            filter: none;
        }

    .team-member:hover img {
        text-align: center;
        margin-bottom: 40px;
        filter: brightness(0.8);
    }

    .team-member h5 {
        font-weight: bold;
        margin: 0px;
        padding: 0px;
    }

    .team-member img {
        width: 100%;
        aspect-ratio: 3 / 3.7;
        border-radius: 20px;
        object-fit: cover;
        margin-bottom: 40px;
    }

    .team-member.memorial img {
        aspect-ratio: 19 / 9;
    }

.team-member-overlay {
    position: fixed;
    top: 0px;
    padding-top: 70px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    overscroll-behavior: none;
    z-index: 9;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .team-member-overlay.open {
        opacity: 1;
        pointer-events: all;
        transition-delay: 0s;
        backdrop-filter: blur(4px);
    }

        .team-member-overlay.open .content {
            opacity: 1;
        }

    .team-member-overlay .content {
        min-height: 70vh;
        max-height: 80vh;
        background: white;
        width: 60%;
        max-width: 95vw;
        position: relative;
        opacity: 0;
        transition: opacity 0.8s cubic-bezier(0.47, 0.16, 0.04, 0.9);
        border-radius: 20px;
        overflow: hidden;
    }

        .team-member-overlay .content .text {
            overflow: auto;
            height: 100%;
        }

        .team-member-overlay .content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .team-member-overlay .close {
        position: absolute;
        top: 15px;
        right: 15px;
        border-radius: 100px;
        border: 1px solid black;
        color: black;
        display: flex;
        height: 40px;
        width: 40px;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        transition: 0.2s;
    }

        .team-member-overlay .close:hover {
            background: rgba(0, 0, 0, 0.3);
        }

@media only screen and (max-width: 768px) {
    .team-member-overlay .close {
        border: 1px solid white;
        color: white;
    }

    .team-member-overlay .content {
        width: 90%;
        height: 80vh;
    }

        .team-member-overlay .content img {
            height: 30vh;
        }

        .team-member-overlay .content .text {
            height: 50vh;
            padding: 2.5rem;
        }
}

.links-list {
    justify-content: center;
    margin-bottom: 60px;
}

    .links-list .item {
        border-radius: 5px;
        border: 1px solid black;
        width: 100%;
        display: flex;
        padding: 15px;
        color: black;
        text-decoration: none;
        margin-bottom: 1rem;
        justify-content: space-between;
        align-items: center;
        transition: 0.1s;
        font-weight: 600;
    }

        .links-list .item img {
            height: 50px;
            width: 50px;
            object-fit: contain;
            margin-right: 10px;
            background: white;
            padding: 5px;
        }

        .links-list .item:hover {
            background: black;
            color: white;
        }

        .links-list .item i {
            transform: rotate(-45deg);
        }

.login {
    background: black;
    height: 100vh;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    padding: 50px 0;
}

.login-form {
    background: white;
    border-radius: 15px;
    border: 1px solid black;
    padding: 30px;
    width: 500px;
    max-width: 90vw;
    position: relative;
    z-index: 2;
}

    .login-form.register {
        width: 700px;
    }

.login video {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 0;
    filter: blur(25px);
    object-fit: cover;
    opacity: 0.6;
}

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
    box-shadow: white 0px 0px 0px 30px inset !important;
    font-size: 1rem !important;
}

.form-control, .form-select {
    border: 1px solid black;
}

    .form-control:focus, .form-select:focus {
    }

.form-floating > .form-control-plaintext ~ label, .form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    transform: scale(0.75) translateY(-0.5rem) translateX(0.15rem) !important;
}

.form-check-input {
    background-color: black;
    border-color: white;
    filter: invert(1);
}

    .form-check-input:checked {
        background-color: black;
        border-color: white;
    }

form .btn {
    min-width: 200px;
    max-width: 100%;
}

.form-validation-message, .field-validation-error {
    font-size: 0.8rem;
}

.form-control.input-validation-error {
    border-color: var(--bs-form-invalid-border-color);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    padding-right: calc(1.5em + 0.75rem) !important;
}

.queries-container {
    min-height: 300px;
}

@media only screen and (max-width: 768px) {
    form .btn {
        min-width: unset;
    }

    .next-btn, .prev-btn {
        min-width: 130px !important;
    }
}

.btn {
    padding: 6px 30px;
    font-size: 0.94rem;
    border-radius: 0px !important;
}

.btn-primary {
    background: black;
    border-color: black;
}

    .btn-primary:hover {
        background: rgb(80, 80, 80);
        border-color: black;
    }

.btn-round {
    border-radius: 10px !important;
}

.btn:disabled {
    background: black;
    border-color: black;
    opacity: 0.2;
}

.product {
    text-align: center;
}

.product, .furniture-product {
    display: flex;
    flex-direction: column !important;
    margin-bottom: 60px !important;
}

.product-image {
    width: 100%;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    cursor: pointer;
    background: rgb(239, 239, 239);
    border: 1px solid white;
    border-radius: 10px;
}

    .product-image:hover {
        overflow: hidden;
        margin-bottom: 30px;
        position: relative;
    }

    .product-image img, .product-image .product-img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        transition: 0.4s cubic-bezier(0.66, 0.32, 0.21, 0.89);
        position: relative;
        z-index: 2;
        background-repeat: initial;
        background-attachment: initial;
        background-origin: initial;
        background-clip: initial;
        backgroun;
        background-color: white;
        d-image: url("../images/logo/okasie white bg.jpg");
        background-size: cover !important;
        background-position: center center !important;
        pointer-events: none !important;
        object-fit: cover;
    }

    .product-image.open {
        border: 1px solid black;
    }

        .product-image.open img, .product-image.open .product-img {
            height: 50%;
            object-position: center center;
            background: rgba(150, 150, 150, 0.1);
            border-bottom: 1px solid black;
            object-fit: contain;
        }

        .product-image.open .view-more {
            bottom: calc(50% + 9px);
        }

            .product-image.open .view-more .text {
                width: fit-content !important;
                display: none !important;
            }

        .product-image.open .description {
            margin-top: 0px;
        }

    .product-image .view-more {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        transition: 0.5s cubic-bezier(0.66, 0.32, 0.21, 0.89);
        overflow: hidden;
        border: 1px solid black;
        padding: 3px 7px;
        border-radius: 50px;
        display: flex;
        align-items: center;
        height: 25px;
        z-index: 3;
        font-size: 0.6rem;
    }

        .product-image .view-more .text {
            white-space: nowrap;
            overflow: hidden;
            text-overflow: clip;
            padding-left: 10px;
            font-size: 0.8rem;
            font-weight: bold;
            display: none;
        }

    .product-image .description {
        margin-top: 20px;
        padding: 20px;
        position: absolute;
        top: 50%;
        font-size: 0.83rem;
        height: 50%;
        overflow-y: auto;
        transition: margin 1s cubic-bezier(0.66, 0.32, 0.21, 0.89);
    }

        .product-image .description table td {
            padding: 5px;
        }

.furniture-product .product-image {
    aspect-ratio: 1;
}

    .furniture-product .product-image.open img, .furniture-product .product-image.open .product-img {
        height: 40px;
    }

    .furniture-product .product-image.open .view-more {
        bottom: calc(100% - 33px);
    }

    .furniture-product .product-image .description {
        top: 40px;
        height: calc(100% - 40px);
    }

/* Maintains original aspect ratio, no rounded corners */
/* Comment out above section and uncomment below */
/*.furniture-product .product-image {
        aspect-ratio: 1;
    }
    .furniture-product .product-image img,
    .furniture-product .product-image .product-img {
        width: 100%;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center;
    }
    .furniture-product .product-image.open img,
    .furniture-product .product-image.open .product-img {
        height: 40px !important;
        object-fit: contain !important;
        object-position: center;
    }
    .furniture-product .product-image .view-more {
        z-index: 5;
        pointer-events: auto;
    }*/


.pills-counter {
    --radius: 7px;
    border-top-left-radius:;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
    word-break: break-word;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 5px 10px;
    border-bottom-left-radius: var(--radius) !important;
    border-bottom-right-radius: var(--radius) !important;
    border-top-right-radius: var(--radius) !important;
    background-color: rgb(230, 230, 230) !important;
    color: rgb(51, 51, 51) !important;
}

@media only screen and (min-width: 1200px) {
    .product {
        max-width: calc(20%);
    }
}

@media only screen and (max-width: 768px) {
    .product-image.open .view-more {
        bottom: calc(100% - 30px);
    }

    .product-image.open .product-img, .product-image.open img {
        height: 35px;
    }

    .product-image .description {
        top: 35px;
        height: calc(100% - 36px);
    }
}

.event-section {
    border: 1px solid black;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 40px;
}

    .event-section.flex-row-reverse .event-image {
        border-left: 1px solid black;
        border-right: none;
    }

    .event-section .event-image {
        border-right: 1px solid black;
        padding: 0px;
    }

    .event-section .about-text {
        padding: 30px 60px;
        min-height: 450px;
        display: flex;
        align-items: center;
    }

    .event-section .swiper, .event-section .swiper .swiper-slide {
        height: 100%;
    }

.weddingsSwiper img {
    height: 100%;
}

@media only screen and (max-width: 768px) {
    .event-section .event-image {
        border-right: 1px solid black;
    }

    .event-section .about-text {
        min-height: auto;
        padding: 50px 40px;
    }

    .event-section .event-image {
        border-top: none;
        border-right: none;
        border-left: none;
        border-image: initial;
        border-bottom: 1px solid black;
        min-height: 300px;
    }
}

.events-swiper {
    --swiper-pagination-bullet-horizontal-gap: 6px;
    height: 50vh;
    background: black;
}

.steps-counter {
    display: flex;
    background: black;
    border-radius: 20px;
    padding: 10px 30px;
    gap: 25px;
    justify-content: center;
    width: max-content;
    margin: auto;
    pointer-events: none;
    position: relative;
    user-select: none !important;
}

    .steps-counter::before {
        content: "";
        height: 1px;
        width: 90%;
        position: absolute;
        background: white;
        top: 17px;
    }

    .steps-counter .step-icon {
        color: white;
        display: grid;
        justify-content: center;
        font-size: 0.7rem;
        position: relative;
        z-index: 2;
        text-align: center;
    }

        .steps-counter .step-icon .icon {
            height: 15px;
            width: 15px;
            border: 1px solid white;
            border-radius: 100%;
            margin: auto;
            background: black;
        }

        .steps-counter .step-icon.active .icon {
            background: white !important;
        }

@media only screen and (max-width: 768px) {
    .steps-counter {
        gap: 15px;
    }

        .steps-counter::before {
            width: 85%;
        }
}

.furniture-cart {
    position: fixed;
    z-index: 99;
    bottom: 20px;
    right: 30px;
    max-width: calc(100% - 60px);
    text-align: left;
}

.decor-items {
    max-width: 600px;
    max-height: 66vh;
    overflow-x: auto;
    margin-bottom: 20px;
    padding: 20px 0px;
}

.decor-cart-item {
    display: flex;
    align-items: center;
    border: 1px solid rgb(221, 221, 221);
    border-radius: 8px;
    padding: 10px;
    margin-bottom: 10px;
    background: rgb(250, 250, 250);
}

    .decor-cart-item img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        border-radius: 4px;
    }

.furniture-cart-icon {
    aspect-ratio: unset;
    background: black;
    position: fixed;
    z-index: 100;
    bottom: 55px;
    right: 50px;
    border: 1px solid black !important;
}

.thumbnail {
    position: relative;
}

    .thumbnail .album-cover {
        width: 100%;
        aspect-ratio: 3 / 4;
        overflow: hidden;
        background-image: url("/images/logo/okasie white bg.jpg");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center center;
        border-radius: 15px;
        border: 1px solid black;
    }

    .thumbnail .album-cover-image {
        height: 100%;
        width: 100%;
        background-size: 130% !important;
        transition: transform 2s cubic-bezier(0.9, 0.25, 0.21, 0.89) !important;
    }

    .thumbnail:hover .albumdescription {
        opacity: 1;
    }

    .thumbnail:hover .album-cover-image {
        transform: scale(1.04);
    }

.albumdescription {
    position: absolute;
    z-index: 3;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: grid;
    align-items: center;
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    border-radius: 15px;
    transition: 0.1s;
    color: white !important;
}
