.modal-backdrop.fade{
    opacity: 0.5 !important;
}
.modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity) !important;
}
.modal.fade .modal-dialog{
    transition: transform .3s ease-out;
    transform: translate(0, -50px);
}
.modal.show .modal-dialog {
    transform: none;
}

div#bottom-cta-nav-mobile-top {
    display: none !important;
}

div.midcontarea {
    @media (width < 991.98px) {
        margin-top: 3rem !important;
    }
}

.bg-green {
    background-color: #8b9633 !important;
}

.featured-ladies-wrapper {
    @media (width < 991.98px) {
        margin-top: 11rem !important;
    }

    h1{
        line-height: 1.2;
        margin: 20px 0;

        @media (width > 1200px) {
            text-wrap: balance;
        }

    }
    >div {
        @media (width < 991.98px) {
            width: 100% !important;
        }
    }

    .splide__slide {
        filter: brightness(0.7);

        &.is-active {
            filter: brightness(1);
        }

        img {
            aspect-ratio: 2/3;
            object-fit: cover;
        }
    }
}

.cluster-data {
    display: none;
}

header {
    #desktop-nav-container {
        max-width: 160rem;

        @media (width < 1023.98px) {
            display: block !important;
        }

        @media (width < 991.98px) {
            display: none !important;
        }
    }
}

.exit-mega-menu {
    top: 15rem;
    opacity: 0;
    transition: top 0.4s, opacity 0.4s ease;
    z-index: -1;
}

.entrance-show {
    top: 12rem;
    opacity: 1 !important;
    transition: top 0.4s, opacity 0.4s ease;
    z-index: 2;
}

.slide-menu ul.submenu {
    display: none;
    padding-inline: 1rem;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.slide-menu ul.main-menu.slide-out,
.slide-menu ul.submenu.slide-out {
    animation: slideOut 0.3s forwards;
}

.slide-menu ul.main-menu.slide-in,
.slide-menu ul.submenu.slide-in {
    animation: slideIn 0.3s forwards;
}

#fixed-bottom-nav {
    background: #333333;
    color: #fff;
    padding: 0;
    height: 75px;

    a{
        flex: 1;
    }
}

#mobile-navbar-container {
    @media (width < 1023.98px) {
        display: none !important;
    }

    @media (width < 991.98px) {
        display: block !important;
    }
}

.container__search {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
}

#search__ladies__profile {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    caret-color: #f7f7f8;
    color: #fff;
    padding: 7px 10px;
    border: 2px solid transparent;
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
    margin-right: 1px;
    transition: all .2s ease;

    &:hover {
        border: 2px solid rgba(255, 255, 255, 0.16);
    }

    &:focus {
        border: 2px solid rgba(255, 255, 255, 0.16);
        background-color: rgba(255, 255, 255, 0.16);
    }
}

.search__btn {
    border: none;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.16);
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 100%;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 40rem;

    &>.heart-btn,
    &>.input {
        white-space: nowrap;
        display: block;
    }

    &>.heart-btn,
    .input:first-child {
        border-radius: 6px 0 0 6px;
    }

    &>.heart-btn,
    .input {
        border-radius: 0 6px 6px 0;
        margin-left: -1px;
    }

    .input {
        position: relative;
        z-index: 1;
        flex: 1 1 auto;
        width: 1%;
        margin-top: 0;
        margin-bottom: 0;

        display: block;
        width: 100%;
        padding: 8px 16px;
        line-height: 25px;
        font-size: 14px;
        font-weight: 500;
        font-family: inherit;
        border-radius: 6px;
        -webkit-appearance: none;
        appearance: none;
        color: #3d3d3d;
        border: 1px solid #393A40;
        background: #EEEEF0;
        transition: border 0.3s ease;

        &::placeholder {
            color: #c8c8c8;
        }

        &:focus {
            outline: none;
            border-color: #5F606A;
        }
    }

    .heart-btn {
        text-align: center;
        padding: 8px 12px;
        font-size: 14px;
        line-height: 25px;
        color: #EEEEF0;
        background: #303136;
        border: 1px solid #303136;
        font-weight: bold;
        transition: background 0.3s ease, border 0.3s ease, color 0.3s ease;
    }

    &:focus-within>.heart-btn {
        color: #fff;
        background-color: #5F606A;
        border-color: #5F606A;
    }
}

.quickSubmit-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #000;
    border-radius: 0.5rem;
    background-color: #000;
    padding: 0.625rem 1rem;
    text-align: center;
    color: #fff !important;
    outline: 0;
    transition: all .2s ease;
    text-decoration: none;

    &:is(:hover, :focus) {
        background-color: #EEEEF0;
        color: #303136 !important;
        text-decoration: none !important;
    }
}

.grid-searchbtn {
    place-items: stretch;
    padding-inline: 8rem;

    @media (width < 1024px) {
        padding-inline: 4rem;
    }
}

.content__or-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    font-size: 13px;
    column-gap: 18px;
    margin-top: 18px;

    span:is(:nth-child(3), :nth-child(1)) {
        display: block;
        width: 100%;
        height: 1px;
        background-color: rgb(219, 219, 219);
    }
}

@media only screen and (max-width: 991px) {

    .offcanvas#mobileMenu {
        max-width: 75%;
    }

}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-100%);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

@keyframes slideOut {
    from {
        opacity: 1;
        transform: none;
    }

    to {
        opacity: 0;
        transform: translateX(-100%);
    }
}