@font-face {
  font-family: 'Careem';
  src: url('https://amr099.github.io/Fonts/CAREEM.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Careem', sans-serif;
}

:root {
    --logo: url();
    --bg: #fff;
    --bg-img: url();
    --header-bg: #fff;
    --header-color: #000;
    --feat-bg: #fff;
    --feat-color: var(--color-primary);
    --footer-bg: var(--color-primary);
}

body {
    background-color: var(--bg) !important;
}

.s-block--features__item:first-child {
    grid-column: 1;
}
.s-block--features .grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: repeat(3,minmax(0,1fr));
}

.app-inner {
  background-image: var(--bg-img) !important;
  background-size: cover !important;   
  background-repeat: no-repeat !important;
  background-position: center bottom;
}

/* Header */

.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 60px;
}

body,
.top-navbar,
#mainnav {
    background: #fff !important;
}
.main-nav-container {
    box-shadow: unset;
}

.s-advertisement {
    background: var(--color-primary) !important;
}
.navbar-brand img {
    max-width: 130px;
}

.main-menu li.root-level>a:hover {
    border-bottom: 2px solid var(--color-primary);
}
.s-search-icon,
.s-search-icon svg {
    fill: var(--color-primary) !important;
}
.s-cart-summary-wrapper{
    border:2px solid #fff;
    padding-left:6px;
box-shadow: 0px 0.68px 2.23px 0px rgba(27, 54, 195, 0.5);
border-radius:12px
}


.top-navbar .s-search-input{
    background-color: #fff;
    border: 1px solid var(--color-primary);
}

#mainnav i:not(i.sicon-sar):not(i.sicon-menu) {
    background: var(--color-primary);
    border-radius: 12px;
    border:2px solid #fff;
    box-shadow: 0px 0.68px 2.23px 0px rgba(27, 54, 195, 0.5);
}

#mainnav i,
#mainnav b {
    color:#fff ;
}

i.sicon-sar,
i.sicon-menu,
.s-cart-summary-total{
  color:var(--color-primary) !important
}

.sicon-shopping-bag:before {
    content: "\e96b" !important;
}


.sicon-user-circle:before {
    content: "\f078";
}


/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}

.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

.s-block--photos-slider * {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */

.s-block--banners .grid {
    max-width: 900px;
    grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
    margin: auto;
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 300px;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 250px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Products */

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}
.s-product-card-image {
    background-color: transparent !important;
}
.s-product-card-entry:hover img {
    scale: 1.2;
}
.s-product-card-entry img {
    transition: all 0.3s;
}
.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}
.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-content-title a {
    color: #000 !important;
}
body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 0.5rem;
}
.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}
.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

/* Features */

.s-block--features__item .feature-icon,
.s-block--features__item {
    background-color: var(--feat-bg);
}

.s-block--features__item .feature-icon i {
    color: var(--feat-color) !important;
}

/* Footer */

.store-footer{
    background: var(--color-primary) !important;
}





@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.copyright-text p {
    color: #fff !important;
}

/* Social Icons */

a[href*="instagram"] {
    background: -o-linear-gradient(
        45deg,
        #f09433 0,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
    background: linear-gradient(
        45deg,
        #f09433 0,
        #e6683c 25%,
        #dc2743 50%,
        #cc2366 75%,
        #bc1888 100%
    );
}

a[href*="tiktok"] {
    background: -o-linear-gradient(330deg, #69c9d0, #000, #ee1d52);
    background: linear-gradient(120deg, #69c9d0, #000, #ee1d52);
}

a[href*="facebook"] {
    background: -o-linear-gradient(45deg, #3776f2, #00b1f7);
    background: linear-gradient(45deg, #3776f2, #00b1f7);
}

a[href*="twitter"] {
    background: #000;
}

a[href*="youtube"] {
    background-color: #c4302b;
}

a[href*="snapchat"] {
    background-color: #ff0;
    color: #000;
}

a[href*="twitter"],
a[href*="snapchat"],
a[href*="facebook"],
a[href*="tiktok"],
a[href*="instagram"] {
    border: unset !important;
}

@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}

/* Loading Screen */

.index::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: 9 !important;
  width: 100%;
  height: 100%;
  background: var(--bg) var(--logo) no-repeat center / 250px !important;
  animation: logobg 3s forwards;
}


@keyframes logobg {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        visibility: hidden;
    }
}

.s-block--features__item p{
  display: none
}

/* Special Heading */

.s-slider-block__title h2,
.s-block__title h2 {
    font-size: 48px !important;
    position: relative;
    color:var(--color-primary) !important;
    border-bottom:1px solid;
  padding-bottom: 1rem
}

@media (max-width: 1024px) {
    .s-slider-block__title h2,
    .s-block__title h2 {
        font-size: 28px !important;
    }
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
.s-block__title {
    align-items: center;
    justify-content: center;
}

/* Hover Effect */

.banner-entry > div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry > div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

.banner-entry > div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry > div:active:after {
    opacity: 0;
}

.banner-entry > div:not(:hover) {
    transform: scale(0.95);
}