* {
    font-family: "Inter", sans-serif;
}

body {
    background-color: #ebebeb;
}

img.img-fluid.logo {
    max-height: 80px;
}

.color-gradient {
    background: linear-gradient(90deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.page-title h1 {
    font-size: 30px;
}

.bg-gradient {
    background: linear-gradient(90deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
}
.balance{
        top: 90% !important;
        border-radius: 5px;
}
.balanceBarApp .btn {
    
    border: 2px solid var(--bs-light-border-subtle);
    height: 46px;
    color: initial;
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--bs-gray);
}

.all-products {
    width: 46px;
    height: 46px;
}

.currentLang {
    width: 46px;
    height: 46px;
    border: 2px solid var(--bs-light-border-subtle);
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.currentLang img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 5px;
    object-position: center;
}

.offcanvas-body {
    justify-content: space-between !important;
}

.shorts {
    padding: 10px 0;
}

.shorts a {
    width: 100px;

}

.shorts img {
    max-width: 100%;
}

.shorts .desktop {
    align-items: stretch !important;
    gap: 10px !important;
}

.shorts a {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
    padding: 10px !important;
}

.shorts img {
    margin: 0 !important
}

.shorts a:hover {
    filter: contrast(0.5);
}

.navbar {
    z-index: 10;
    background-color: white;
    min-height: 80px;
}

.card {
    border: 0;
    border-radius: 7px;
    overflow: hidden;
}

.homePage,
.homePage section {
    background-color: #ebebeb !important;
}

.right-banner h5 {
    text-transform: uppercase;
}

.right-banner * {
    color: white;
}

.right-banner img {
    max-height: 80px;
    max-width: 80px;
    bottom: 10px;
    right: 10px;
}

.right-banner .banner-content {
    max-width: calc(100% - 70px);
}

.showcase {
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    margin-top: 50px;
}

.showcase .case_left {
    background: linear-gradient(90deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.showcase .case_right {
    background: linear-gradient(-90deg, var(--primaryColor) 0%, var(--secondaryColor) 100%);
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

.showcase .case_left,
.showcase .case_right {
    padding: 25px 40px;
    color: white;
    text-align: center;
    font-weight: 500;
    margin-top: -35px;
}

.showcase-item {
    aspect-ratio: 4 / 2;
    background-color: #fffffff2;
    border-radius: 7px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px;
    height: 100%;

}

.showcase-item h5 {
    color: black;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.showcase-item img {
    max-width: 120px !important;
}

a.featured-category {
    display: block;
    border-radius: 15px 0;
    overflow: hidden;
    position: relative;
}

a.featured-category:hover .card-img-top {
    transform: scale(1.2);
}

a.featured-category:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: var(--primaryColor);
    z-index: 2;
    opacity: 0.8;
    background: linear-gradient(90deg, rgba(62, 91, 169, 0) 0%, rgba(62, 91, 169, 1) 100%);
}

.featured-category .card-img-top {
    object-fit: cover !important;
    transition: all .3s ease-in-out;
}

.featured-category .icon {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    max-height: 60px;
    max-width: 70%;
}

.bandItem {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;

}

.bandItem img {
    max-width: 48px;
}

footer {
    background-color: var(--primaryColor);
    margin-top: 68px;
}

footer ul {
    list-style: none;
    padding-left: 0;
}

footer .bands * {
    color: black;
}

footer * {
    color: white;
}

footer a:hover {
    color: var(--secondaryColor) !important;
    filter: unset !important;
}

.bands {
    background-color: var(--primaryColor)
}


.bands>.container {
    margin-top: -68px;
    background-color: white;
    padding: 20px;
    border-radius: 10px;
}

.authpage {
    background-color: white;
}

.balance {
    color: white;
}

.member-layout {
    margin-top: 15px;
    margin-bottom: 15px;
}

.member-layout h1 {
    font-size: 20px;
    text-align: center;
}



.productCategoryCard .icon {
    filter: brightness(0) invert(1);
}

.productCategoryCard .card-body {
    position: absolute;
    z-index: 1;

    opacity: 0;
    transition: all .3s ease-in-out;

}

.productCategoryCard .card-body h5 {
    color: white;
    text-transform: uppercase;
    font-size: 16px !important;
}

.productCategoryCard:hover .card-body {
    opacity: 1;
}

.productCategoryCard .card-img-top {
    transition: all .3s ease-in-out;
}

.productCategoryCard:hover .card-img-top {
    transform: scale(1.2) rotate(10deg);
}

.nav-tabs {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    gap: 10px;
}

.nav-tabs .nav-link {
    border-radius: 10px;
    font-weight: 600;
}

.addBasketApp>.d-flex {
    flex-direction: column;
}

.addBasketApp .btn,
.addBasketApp input {
    padding: 3px 10px;
}

.addBasketApp .btn {
    width: 100%;
}
.social-media-links{
    flex-wrap: wrap;
}
 @media (max-width:992px){
    .balanceBarApp .btn{
        height: unset;
                padding-top: 5px !important;
                padding-bottom: 5px !important;
                white-space: nowrap;
    }
    .balanceBarApp .btn i{
        display: none;
    }
 }


@media (min-width: 1720px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1620px;
    }
}

@media (min-width: 992px) {
    .row-cols-lg-7>* {
        flex: 0 0 auto;
        width: calc(100% / 7);
    }
}