/*your custom css goes here*/
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&display=swap');

:root {
    --secondary: #1f3554;
}

.aspect-banner {
    aspect-ratio: 2/1;
}

body {
    background-color: #1f3554;
    color: white;
}
body .modal-content {
    color: #1f3554;
}
.search-input-box input {
    width: 250px;
    max-width: 100%;
    background-color: #31557e;
    border-color: #31557e !important;
    color: #FFFFFF;
}
.search-input-box input::placeholder {
    color: #1f3554;
}
.search-input-box svg path {
    stroke: #1f3554;
}
.top-1 {
    top: 1px;
}
.x-center-offset {

}
.x-logo-bg {
    left: 50%;
    position: absolute;
    transform: translateX(-50%) translateY(-50%);
    max-width: 100%;
    width: 270px;
    opacity: 0.9;
    display: block;
    margin: auto;
}
.x-logo-bg.x-logo-bg-right {
    right: 10px;
    left: unset;
    transform: translateX(0%);
}
.x-logo-bg.x-logo-bg-left {
    left: 0;
    right: unset;
    transform: translateX(0%) rotateY(180deg);
}
.home-slider .slick-slider .slick-list .slick-slide {
    line-height: 1;
}
html body {
    font-family: 'Cairo', sans-serif;
}
.x-hover-item:hover, .x-hover-item:hover * {
    color: #d0a561 !important;
}
.x-hover-item:hover svg {
    color: #d0a561 !important;
}
.x-banner-title {
    font-size: 70px;
    line-height: 1.3;
}
.x-banner-img {
    height: 400px;
}
.x-banner-img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, var(--secondary), transparent);
    z-index: 4;
}
@media screen and (min-width: 1120px) {
    .x-banner-img {
        height: 80vh;
    }
}
.btn-secondary-600 {
    background-color: #14253a !important;
    border-color: #14253a !important;
}
.btn-secondary-600:hover {
    background-color: #0a121c !important;
    border-color: #0a121c !important;
}

.z-6 {
    z-index: 6 !important;
}
.z-4 {
    z-index: 4 !important;
}

.text-lg {
    font-size: 20px;
}
.max-w-full {
    max-width: 100%;
}

.bottom-5 {
    bottom: 6rem
}

@media screen and (max-width: 950px) {
    .x-banner-title {
        font-size: 30px;
    }
}
@media (min-width: 768px) {
    .fs-md-28 {
        font-size: 28px !important;
    }
}

@media (min-width: 768px) {
    .mt-md-10, .my-md-10 {
        margin-top: 6rem !important;
    }
    .mt-md-15, .my-md-15 {
        margin-top: 9rem !important;
    }
}

/* category */
.x-category-card {
    border: 1px solid var(--primary);
    border-radius: 24px;
    padding: 8px;
    width: 300px;
    max-width: 100%;
}
.x-category-card .x-category__img {
    height: 6rem;
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
}
.x-category-card .x-category__title {
    text-align: center;
    color: #FFF !important;
    font-size: 0.85rem;
    padding: 5px 0px 0px 0px;
}
.x-category-card .x-category__title a {
    color: #FFF !important;
}


@media (min-width: 768px) {
    .x-category-card .x-category__img {
        height: 10rem;
    }
    .x-category-card .x-category__title {
        font-size: 0.85rem;
        padding: 0.5rem 2px;
    }
}
@media (min-width: 1024px) {
    .x-category-card .x-category__img {
        height: 12rem;
    }
    .x-category-card .x-category__title {
        font-size: 1rem;
        padding: 0.7rem 2px;
    }
}
@media (min-width: 1280px) {
    .x-category-card .x-category__img {
        height: 14rem;
    }
    .x-category-card .x-category__title {
        font-size: 1.25rem;
        padding: 0.8rem 2px;
    }
}
@media (min-width: 1536px) {
    .x-category-card .x-category__img {
        height: 16rem;
    }
    .x-category-card .x-category__title {
        font-size: 1.5rem;
        padding: 1rem 2px;
    }
}

/* typography */
.x-title-1 {
    color: var(--primary);
    font-weight: 700;
    text-align: center;
    position: relative;
}
.x-title-1 span {
    width: fit-content;
    display: inline-block;
    margin: auto;
    position: relative;
    font-size: 2rem;
}
.x-title-1 span:after {
    content: '';
    height: 2px;
    background-color: var(--primary);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-120%);
    width: 70px;
}
.x-title-1 span:before {
    content: '';
    height: 2px;
    background-color: var(--primary);
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(120%);
    width: 70px;
}
@media screen and (max-width: 750px) {
    .x-title-1 span {
        font-size: 1.5rem;
    }
}
/* products */
.x-product-card {
    border: 1px solid var(--primary);
    background-color: var(--secondary);
    border-radius: 1.5rem;
    padding: 0.5rem;
    position: relative;
    width: 450px;
    margin: auto auto 3px auto;
    display: block;
    max-width: 100%;
}
.x-product-card .x-product__cover {
    position: relative;
    overflow: hidden;
    display: flex;
    aspect-ratio: 5/4;
    border-radius: 1rem;
    /*height: 160px;*/
}
.x-product-card .x-product__cover img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1rem;
}
.x-product-card .x-product__content {
    margin-top: 6px;
}
.x-product-card .x-product__content .x-product__title a {
    color: #FFF !important;
    font-size: 23px;
    font-weight: bold;
    transition: all .3s ease-in-out;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.x-product-card .x-product__content .x-product__title:hover a {
    color: var(--primary);
}
.x-product-card .x-product__content .x-product__tag {
    color: var(--secondary);
    font-weight: bold;
    background-color: #315d91;
    padding: 2px 6px;
    border-radius: 1rem;
    font-size: 13px;
    width: fit-content;
    display: inline-block;
}
.x-product-card .x-product__content .x-product__price {
    color: var(--primary);
    font-weight: bold;
    text-align: center;
    margin-top: 1rem;
    margin-bottom: 3px;
    font-size: 20px;
}
.x-product-card .x-product__action__fav {
    position: absolute;
    top: 0.6rem;
    inset-inline-end: 0.6rem;
    border-radius: 50%;
    background-color: #cca14d;
    height: 3rem;
    width: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-width: 0px;
}
.x-product-card .x-product__action__fav {
    height: 1.8rem;
    width: 1.8rem;
    color: #FFF;
}
.x-product-card .x-product__action__cart {
    background-color: #FFF;
    border-radius: 1rem;
    padding: 3px 5px;
    width: 100%;
    border-width: 0px;
    color: var(--secondary);
    font-weight: 600;
    font-size: 20px;
    transition: all .3s ease-in-out;
}
.x-product-card .x-product__action__cart.active {
    background-color: var(--success);
    color: white;
}
.x-product-card .x-product__action__cart:hover {
    background-color: var(--primary);
}
@media screen and (max-width: 750px) {
    .x-product-card .x-product__content .x-product__title a {
        font-size: 15px;
        padding: 2px 3px;
    }
    .x-product-card .x-product__action__cart {
        font-size: 16px;
    }
    .x-product-card .x-product__content .x-product__price {
        font-size: 14px;
    }
    .x-product-card .x-product__content .x-product__tag {
        zoom: 90%;
    }
    .x-product-card {
        width: 330px;
        padding: 0.5rem;
    }
    .carousel-box {
        padding-right: 2px !important;
        padding-left: 2px !important;
    }
}

 /* features section */
.x-feature-item {
    width: 250px;
    max-width: 100%;
    margin: auto;
}
.x-feature-item .x-feature-item__icon {
    height: 6rem;
    width: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin: 0 auto 1rem;
    background: var(--primary);
}
.x-feature-item .x-feature-item__icon img {
    height: 3rem;
    width: 3rem;
    object-fit: contain;
}
.x-feature-item .x-feature-item__title {
    color: #FFF !important;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}


.x-footer {
    background-color: #15283f !important;
    border-radius: 40px 40px 0px 0px;
    padding: 5rem 0 !important;
}

.x-social {
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: end;
    gap: 5px;
}
.x-social li {
    margin: 0px !important;
}
.x-social a {
    height: 2rem;
    width: 2rem;
    background-color: var(--primary);
    border-radius: 0.7rem;
    display: flex;
    align-items: center;
    font-size: 22px;
    justify-content: center;
    color: var(--secondary);
    transition: all .3s ease-in-out;
}
.x-social a:hover {
    color: #FFF;
    background-color: var(--secondary);
}

.subscribe-form input[type="email"] {
    border: none;
    border-bottom-right-radius: 13px !important;
    border-top-right-radius: 13px !important;
    margin-right: -4px;
}
.subscribe-form button {
    border: none;
    background-color: #cfa34a;
    color: #ffffff;
    border-bottom-left-radius: 13px;
    border-top-left-radius: 13px;
    padding: 6px 20px;
}

.x-more {
    position: relative;
    display: flex;
    justify-content: center;
}
.x-more a {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    position: relative;
    width: 100%;
}
.x-more a span {
    padding: 4px 10px;
    clip-path: polygon(20% 0%, 80% 0%, 100% 100%, 0% 100%);
    background-color: var(--primary);
    color: var(--secondary);
    max-width: 100%;
    min-width: 10rem;
    display: inline-block;
    margin: auto;
    position: relative;
    z-index: 2;
    zoom: 70%;
}
.x-more a:after {
    content: '';
    height: 2px;
    background-color: #315d91;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    width: 35%;
    z-index: 0;
}
.x-more a:before {
    content: '';
    height: 2px;
    background-color: #315d91;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(0%);
    width: 35%;
    z-index: 0;
}

.slide-arrow {
    height: 2rem;
    width: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    border-radius: 50%;
    color: #FFF !important;
}

.x-arrows {
    position: absolute;
    right:50%;
    transform: translateX(50%);
    z-index: 10;
}
.x-arrows-2 {
    width: 100%;
    justify-content: space-between;
    top: 40%;
    transform: translateY(0%) !important;
    right: 0;
}

.x-select {
    border-color: #31557e !important;
    color: #31557e !important;
    background-color: transparent;
}
.x-select + .btn {
    border-color: #31557e !important;
    color: #31557e !important;
    font-size: 20px;
}
@media screen and (max-width: 750px) {
    .x-arrows {
        position: relative;
        left:0;
        transform: translateX(0%);
        right: unset;
    }
    .x-arrows-2 {
        position: absolute;
    }

}

.aiz-user-sidenav-wrap {
    background-color: transparent;
    border-radius: 1rem !important;
}
.aiz-user-sidenav .aiz-side-nav-list .aiz-side-nav-link {
    color: #FFF !important;
}

.aiz-user-sidenav .aiz-side-nav-link.active svg,
.aiz-user-sidenav .aiz-side-nav-link:hover svg {
    stroke: var(--primary) !important;
}
.size-40px {
    min-width: 40px;
}
.card {
    background-color: #172c44;
    color: #FFFFFF;
    border-radius: 1rem !important;
    border-color: #172c44;
}
.card .card-header, .card .card-header h5, .table {
    color: #FFFFFF !important;
}
.card .card-body  {
    color: var(--dark) !important;
}
.form-control {
    background-color: transparent;
}

.nav-pills {
    justify-content: center;
}
.nav-pills .nav-item .nav-link {
    margin: 0px !important;
    color: #000;
    border-width: 0px;
    box-shadow: none;
    background-color: #FFF;
    border-bottom: 4px solid #FFF;
    border-radius: 0px !important;
    height: 50px;
    width: 7rem;
    font-size: 18px;
}
.nav-pills .nav-item .nav-link.active {
    color: var(--primary);
    border-color: var(--primary);
}
#section_featured .slick-slider .slick-list {
    background-color: transparent !important;
}
header.sticky-top {
    top: -1px !important;
}

.x-shadow {
    mix-blend-mode: multiply;
    /* transform: rotate(-90deg); */
    left: 0;
    position: absolute;
    bottom: -100px;
    width: 100%;
    mix-blend-mode: multiply;
}
.collapse-sidebar-wrap.active .collapse-sidebar {
    background-color: var(--secondary);
}
.collapse-sidebar .text-dark, .collapse-sidebar .hov-text-dark:hover {
    color: #FFF !important;
}
.front-header-search {
    position: fixed;
    top: 32px;
}
