/* ==========cats========== */
@media(max-width: 768px){
  section.s-block.s-block--banners.no-home-tab {
    margin-top: -2rem;
}
}
@media(min-width: 768px){
  section.s-block.s-block--banners.no-home-tab {
    margin-top: -5rem;
}
}

section.s-block.s-block--banners.no-home-tab 
  .swiper.s-slider-container.swiper-initialized.swiper-horizontal.swiper-rtl.swiper-backface-hidden{
    padding-left: 0
}

/* =============feat=========== */
.angel-feature.flex-center.flex-col {
    border: 1px solid;
    border-radius: 18px;
    padding-bottom: 1rem;
}


/*=====ques=======  */
.faqs-list__item.bg-gray-100.da-bgg.relative.overflow-hidden.rounded-md.border-2.border-transparent {
    background-color: #353535 !important;
}
label.block.cursor-pointer.p-6.ltr\:mr-16.rtl\:ml-16.text-sm.font-primary.leading-6.transition {
    color: #ffff;
}
i.faq-item.open-badge.sicon-add.absolute.top-5.ltr\:right-4.rtl\:left-4.h-8.w-8.flex-center.rounded-full.bg-white.da-bgm.transition-colors.duration-300 {
    background-color: #282828 !important;
}

section.s-block.s-block--faqs.in-view
  .answer-container p {
    color: #fff;
}

p.da-tm.mb-2 {
    color: #fff !important;
}

.faqs-list__item .dark .da-tm , 
section.s-block.s-block--faqs.in-view .answer-container p{
    color: #fff !important;
}
/*======opnion=====  */
.flex.h-full.transition-shadow.duration-500.hover\:shadow-default.bg-white.da-bgg.rounded-lg.relative {
    background-color: #353535 !important;
}
p.text-base.da-tm.leading-6.w-full.da-tm.text-center.my-2 {
    color: #fff !important;
}
h4.text-lg.leading-none.da-tm.my-2 {
    color: #fff !important;
}

/* ===============footer ======== */
.store-footer__inner{
  background-color: #202020 !important;
}
.store-footer__inner *{
  color: #fff !important;
}
.store-footer__inner svg{
  /* color: #fff !important; */
  fill: #59c0bd;
}
img.logo-light.foo {
    content: url(https://i.ibb.co/cSPjHrYC/Link-link.png);
}