@media screen and (min-width: 1280px){

}
@media screen and (min-width: 1025px) and (max-width: 1440px) {
  .category__slider {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 991px) {
  .topBanners {
    margin-top: 6em !important;
  }
  .banner-left{
    display: none;
  }
  .banner-right{
    width:100%;
    margin: 0px 0 10px;
  }
  .banner-right .flex-column{
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    justify-content: space-around !important;
  }
}
@media screen and (min-width: 961px) and (max-width: 1024px) {
  .topBanners {
    margin-top: 6em !important;
  }
  .cards,
  .category {
    margin-top: 8rem;
  }
  .category__slider {
    width: 95%;
    margin: 0 auto;
  }
  .awsomeSlider__button button {
    width: 100%;
    border-radius: 15px;
  }
  .next-one,
  .next-two,
  .next-three,
  .next-four {
    left: 70px !important;
    top: 60% !important;
  }
  .cat-next {
    top: 15px;
  }
  .cat-prev {
    top: 15px;
    right: unset !important;
    left: 90px !important;
  }
  .prev-one,
  .prev-two,
  .prev-three,
  .prev-four {
    right: 70px !important;
    top: 60% !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 960px) {
  .topBanners {
    margin-top: 6em !important;
  }
  .topBanners__image img {
    height: auto;
    width: 100%;
  }
  .topBanners__mobilesize {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .options__row {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
  }
  .options__row img {
    height: 50px;
  }
  .options__row a {
    text-align: center;
  }
  .category__slider {
    width: 90%;
    margin: 0 auto;
  }
  .swiperContainer {
    width: 100%;
    padding: unset;
  }
  .awsomeSlider,
  .awsomeSlider2,
  .awsomeSlider3,
  .awsomeSlider4 {
    height: auto;
    background-repeat: repeat;
  }
  .awsomeSlider__right,
  .awsomeSlider2__right,
  .awsomeSlider3__right,
  .awsomeSlider4__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin-top: 1em;
    text-align: right;
  }
  .awsomeSlider__text,
  .awsomeSlider2__text,
  .awsomeSlider3__text,
  .awsomeSlider4__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
  }
  .awsomeSlider__button button,
  .awsomeSlider2__button button,
  .awsomeSlider3__button button,
  .awsomeSlider4__button button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
  }
  .awsomeSlider__button button img,
  .awsomeSlider2__button button img,
  .awsomeSlider3__button button img,
  .awsomeSlider4__button button img {
    width: 7px;
    margin-right: 1em;
  }
  .awsomeSlider .my-3,
  .awsomeSlider2 .my-3,
  .awsomeSlider3 .my-3,
  .awsomeSlider4 .my-3 {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
  .swiperSlide {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .banner,
  .cards,
  .category {
    margin-top: unset;
  }
  .banner__sliderTitle,
  .cards__sliderTitle,
  .category__sliderTitle {
    width: 100%;
  }
  .next-one,
  .next-two,
  .next-three,
  .next-four {
    display: none !important;
  }
  .cat-next {
    display: none !important;
  }
  .cat-prev {
    display: none !important;
  }
  .prev-one,
  .prev-two,
  .prev-three,
  .prev-four {
    display: none !important;
  }
}

@media screen and (min-width: 481px) and (max-width: 767px) {
  .topBanners {
    margin-top: 6em !important;
  }
  .topBanners__mobilesize {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important;
  }
  .options__row {
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-gap: 1em;
  }
  .options__row img {
    width: 50px;
  }
  .options__row a {
    text-align: center;
  }
  .category__slider {
    width: 90%;
    margin: 0 auto;
  }
  .swiperContainer {
    width: 100%;
    padding: unset;
  }
  .awsomeSlider,
  .awsomeSlider2,
  .awsomeSlider3,
  .awsomeSlider4 {
    height: auto;
    background-repeat: repeat;
  }
  .awsomeSlider__right,
  .awsomeSlider2__right,
  .awsomeSlider3__right,
  .awsomeSlider4__right {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1em;
  }
  .awsomeSlider__text,
  .awsomeSlider2__text,
  .awsomeSlider3__text,
  .awsomeSlider4__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
    text-align: right;
  }
  .awsomeSlider__button button,
  .awsomeSlider2__button button,
  .awsomeSlider3__button button,
  .awsomeSlider4__button button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
  }
  .awsomeSlider__button button img,
  .awsomeSlider2__button button img,
  .awsomeSlider3__button button img,
  .awsomeSlider4__button button img {
    width: 7px;
    margin-right: 1em;
  }
  .awsomeSlider .my-3,
  .awsomeSlider2 .my-3,
  .awsomeSlider3 .my-3,
  .awsomeSlider4 .my-3 {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
  .swiperSlide {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .category__sliderTitle {
    width: 100%;
  }
  .banner,
  .cards {
    margin-top: unset;
  }
  .cards__mobilesize {
    width: 50%;
    padding: unset;
  }
  .takhfif__text {
    text-align: center;
  }
  .takhfif__text img {
    width: 30px;
  }
  .takhfif__text .mr-5 {
    margin-right: 1em !important;
  }
  .takhfif__form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: transparent;
  }
  .takhfif__form input {
    width: 100%;
    border-radius: 15px;
  }
  .takhfif__form button {
    margin-bottom: 1em;
    color: #FF6D02;
    border-radius: 15px;
    background-color: #fff;
    width: 100%;
    height: 50px;
    line-height: 50px;
    margin-top: 1em;
  }
  .soc__mobilesize {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 1em auto 1em auto;
  }
  .footerNavigation ul {
    margin-bottom: 2em;
  }
  .footerNavigation__calls {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footerNavigation__call {
    width: 50%;
  }
  .footerNavigation__socials {
    text-align: right;
  }
  .namad img {
    width: 50%;
  }
  .next-one,
  .next-two,
  .next-three,
  .next-four {
    display: none !important;
  }
  .cat-next {
    display: none !important;
  }
  .cat-prev {
    display: none !important;
  }
  .prev-one,
  .prev-two,
  .prev-three,
  .prev-four {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .topBanners {
    margin-top: 6em !important;
  }
  .banner-right .flex-column{
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    justify-content: space-between !important;
  }
  .category__slider {
    width: 90%;
    margin: 0 auto;
  }
  .swiperContainer,
  .swiperContainer2,
  .swiperContainer3,
  .swiperContainer4 {
    width: 100%;
    padding: unset;
    margin-top: 0;
  }
  .awsomeSlider,
  .awsomeSlider2,
  .awsomeSlider3,
  .awsomeSlider4 {
    height: auto;
    background-repeat: repeat;
  }
  .awsomeSlider__right,
  .awsomeSlider2__right,
  .awsomeSlider3__right,
  .awsomeSlider4__right {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 1em;
  }
  .awsomeSlider__text,
  .awsomeSlider2__text,
  .awsomeSlider3__text,
  .awsomeSlider4__text {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 45%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-weight: bold;
  }
  .awsomeSlider__button button,
  .awsomeSlider2__button button,
  .awsomeSlider3__button button,
  .awsomeSlider4__button button {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-radius: 15px;
  }
  .awsomeSlider__button button img,
  .awsomeSlider2__button button img,
  .awsomeSlider3__button button img,
  .awsomeSlider4__button button img {
    width: 7px;
    margin-right: 1em;
  }
  .awsomeSlider .my-3,
  .awsomeSlider2 .my-3,
  .awsomeSlider3 .my-3,
  .awsomeSlider4 .my-3 {
    margin-top: unset !important;
    margin-bottom: unset !important;
  }
  .swiperSlide {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .category {
    margin-top: unset;
  }
  .category__sliderDiv {
    width: 100%;
  }
  .category__sliderTitle {
    width: 100%;
  }
  .banner,
  .cards {
    margin-top: unset;
  }
  .cards__mobilesize {
    width: 50%;
    padding: unset;
  }
  .next-one,
  .next-two,
  .next-three,
  .next-four {
    display: none !important;
  }
  .cat-next {
    display: none !important;
  }
  .cat-prev {
    display: none !important;
  }
  .prev-one,
  .prev-two,
  .prev-three,
  .prev-four {
    display: none !important;
  }
  .pishnahadSliderHolder__div{
    padding: .3rem 1rem;
    box-shadow: none;
  }
}
/*# sourceMappingURL=indexresponsive.css.map */