/* Navbar */

.index #mainnav:not(.fixed-pinned) img,
.top-navbar{
  display: none !Important
}


/* 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;
}

.products-slider .object-cover {
    -o-object-fit: contain;
    object-fit: contain;
}

.slider-gif .gif{
  height:100% !important
}

.image-text h2{
    line-height: 1.3 !important;
}

  .numbers .products {
    grid-template-columns: repeat(3, 1fr) !important;
}

@media(max-width:992px){
  .numbers .products {
    grid-template-columns: repeat(3, 1fr) !important;
}
}



.el_features h3{
    font-size: 1.3rem !Important;

}
.content_tistimonial {
  background-image:url(https://i.ibb.co/Rp1625f6/Group-2598.png) !important
}


/* Offers */

.offers p:after{
  content: " ر.س ";
  font-weight:400 !important
}

@media(max-width: 768px){
  .offers{
    height:80vh !Important
  }

  .offers .swiper-slide-active{
    margin-bottom: 3rem !Important
  }
  .offers .absolute{
    gap: 1rem !important
  }
}

.offers > h2 {
  color: #fff;
  text-shadow: none;
  margin-bottom: 2rem
}

.offers .flex *:not(span) {
  color: #fff;
}

.offers a span:not(a:hover span){
  color: var(--vd-color) !important
}

.offers .flex h2 {
  font-size: 2rem;
}

.offers del {
  color: rgb(33 211 207) !important;
}

@media (max-width: 992px) {
  .offers .flex h2 {
    font-size: 1rem;
  }
}

.offers .flex .flex p {
  color: #fff !important;
  font-weight: bold;
  font-size: 1.4rem !Important;
  margin-top:1rem !important
}

.image-text .item:nth-of-type(1) h2:after,
.image-text .item:nth-of-type(2) h2:after{
  content: "اكتشف ملحقات سيارات تجمع بين الفخامة، الراحة، والتقنية الحديثة";
  display:block;
  color:#000;
  font-size:16px;
  font-weight:300;
  margin-top:1rem
}
.image-text .item:nth-of-type(2) h2:after{
  content: "اكتشف أحدث ملحقات الهواتف بتقنيات ذكية وتصميم مميز";
}
@media(min-width:1024px){
.image-text .item:nth-of-type(1) h2:after,
.image-text .item:nth-of-type(2) h2:after{
font-size:20px
}
}

/* 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);
}