

html,body{
    /*font-family: Samim;*/
    /*direction: rtl;*/
    /*text-align: right;*/
    /*margin: 0;*/
    padding: 0;
    height: 100%;
    width: 100%;
}

.header1{
    background-color: rgba(226, 230, 233,0.9)!important;
}
body{
    background-image: url('../img/bg.jpg');
    background-attachment: fixed;
}


.notifMenuSM, .notifMenuLG{
    position: absolute;
    width: 35%;
    top: 95%;
    background-color: white;
    border: 1px solid lightgray;
    border-radius: 10px;
    z-index: 3;
    display: none;
}
.notifRow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2%;
    margin-top: 2%;
    border-bottom: 1px solid rgb(214, 214, 214);
}
.notifDetail{
    display: flex;
    align-items: center;
    margin: 1% 2%;
    padding: 1% 2%;

}
.notifTitle{
    text-align: start;
    font-size: small;
    margin: 0% 0;
}
.notifDefinition{
    margin: 0;
}
a.notifBtn{
    display: block;
    text-decoration: none;
    color: #322b4a;
    font-size: small;
    border: 1px solid #322b4a3d;
    border-radius: 4px;
    margin: 2% auto;
    padding: 2% 4%;
}


.ourtitle{
    display: flex;
    flex-direction: column;
    text-align: center;
    width: 50%;
    margin: 4% auto;
}

.mytitles{
    font-weight: bold;
}

.ourtitle span{
    margin: 0% auto;
}
.ourtitle h1{
    margin: 0 auto;
    text-align: center;
    color: #322B4A;
    text-shadow: 0px 0px 5px #E5EAE3, 0px 0px 5px #E5EAE3;
    font-weight: bold;
}
.ourtitle span, .suggestiontitle{
    color: #322B4A;
    text-shadow: 0px 0px 5px #E5EAE3, 0px 0px 5px #E5EAE3;
    font-weight: bold;
    font-size: x-large;
}
.ourtitle .creatdakkehbtn{
    display: inline-block;
    text-align: center;
    color: #322B4A;
    background-color: rgba(237, 245, 247, 0.8);
    text-decoration: none;
    border: 1px solid #322B4A;
    border-radius: 8px;
    padding: 1.5% 3%;
    font-size: 12px;
    font-weight: bold;
    margin:10% auto;
    transition: .2s;
}

a.creatdakkehbtnStart{
    display: inline-block;
    text-align: center;
    color: #ffffff;
    background-color: #322b4ae8;
    text-decoration: none;
    border: 1px solid #ffffff;
    border-radius: 14px;
    padding: 2% 7%;
    font-size: 15px;
    font-weight: bold;
    margin: 1% auto;
    transition: .2s;
}

.ourtitle .creatdakkehbtn:hover{
    color: rgb(237, 245, 247);
    background-color:	rgba(50, 43, 74, 0.9);
    padding: 1.5% 3%;
    font-size: 18px;
    font-weight: bold;
}

.ddsetting{
    border-radius: 12px;
    left: auto !important;
    transform: translate3d(0px, 36px, 0px) !important;
    z-index: 4;
}

.searchcontainer form{
    display: flex;
    margin: 10% auto;
    width: 95%;
    border: 2px solid rgba(249, 152, 50, 0.9);;
    border-radius: 11px;
    box-shadow: 5px 5px 20px #322b4af3;
}
.searchcontainer input{
    width: 80%;
    height: 40px;
    border: none;
    border-radius: 0 10px 10px 0;
}
.searchcontainer button{
    width: 20%;
    height: 40px;
    background-color: rgba(249, 152, 50, 0.9);
    border-radius: 8px 0 0 8px;
}
.searchcontainer button i{
    margin-top: 4%;
    color: white;
}


.imgBanner{
    display: flex;
    justify-content: center;
}
.imgBanner div{
    margin: 10px;
    width: 360px;
    height: 240px;
}
.imgBanner img{
    border: 3px solid rgba(237, 245, 247, 0.9);
    border-radius: 18px;
    width: 100%;
    height: 100%;
}

/* ============================= carousel =========================== */
/* ============================= carousel =========================== */

/* div.carousel{
    width: 1140px;
    height: 260px;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
}
div.carousel .items{
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
}
div.carousel .carouselItem{
    margin: 10px;
    width: 360px;
    height: 240px;
}
div.carousel .carouselItem img{
    border: 3px solid rgba(237, 245, 247, 0.9);
    border-radius: 18px;
}

div.carousel div.leftArrow{
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 0;
}
div.carousel div.rightArrow{
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 0;
}
div.carousel div.leftArrow img,div.carousel div.rightArrow img{
    width: 30px;
    height: 30px;
} */

div.carousel{
    position: relative;
    width: 1090px;
    height: 220px;
    overflow: hidden;
    margin: 3% auto;
}

div.carousel div.items{
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
}
div.carousel div.carouselItem{
    width: 340px ;
    height: 220px;
    margin: 0 10px;

}
div.carousel div.carouselItem .aboutdakkehitem{
    width: 340px;
    height: 220px;
}

div.carousel .carouselItem img{
    border: 2px solid rgba(237, 245, 247, 0.9);
    border-radius: 18px;
}

div.carousel div.leftArrow{
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 0;
}
div.carousel div.rightArrow{
    position: absolute;
    cursor: pointer;
    top: 50%;
    right: 0;
}
div.carousel div.leftArrow img,div.carousel div.rightArrow img{
    width: 30px;
    height: 30px;
    padding: 7%;
    background-color: rgba(237, 245, 247, 0.8);
    border-radius: 50%;
}


/* ============================= categorybanner =========================== */
/* ============================= categorybanner =========================== */

/* categorybanner */

.placard:nth-child(1){
    font-size: x-large;
}


.categoryimg .categoryimgone, .categoryimg .categoryimgtwo, .categoryimg .categoryimgthree, .categoryimg .categoryimgfour{
    width: 20%;
    margin: 0 1%;
}

.mini{
    width: 100%;
    height: 32%;
    margin: 4% 0;
    border: 1px solid white;
    border-radius: 10px 25px 10px 25px;
    overflow: hidden;

}
.mini img{
    width: 100%;
    height: 80%;
    border-radius: 10px 25px 10px 25px;
}


.maxi{
    width: 100%;
    height: 52%;
    margin: 4% 0;
    border: 1px solid white;
    border-radius: 10px 25px 10px 25px;
    overflow: hidden;
}
.maxi img{
    width: 100%;
    height: 85%;
    border-radius: 10px 25px 10px 25px;
}

.maxtot{
    width: 100%;
    height: 85%;
    margin: 4% 0;
    border: 1px solid white;
    border-radius: 10px 25px 10px 25px;
    overflow: hidden;
}
.maxtot img{
    width: 100%;
    height: 91%;
    border-radius: 10px 25px 10px 25px;
}

.mini:hover img{
    transition: 0.6s all;
    transform:scale(0.93);
}
.maxi:hover img{
    transition: 0.6s all;
    transform:scale(0.93);
}
.maxtot:hover img{
    transition: 0.6s all;
    transform:scale(0.93);
}



.mini:hover{
    transition: 0.6s all;
    background-color: rgba(226, 230, 233,0.9)!important;
}
.maxi:hover{
    transition: 0.6s all;
    background-color: rgba(226, 230, 233,0.9)!important;
}
.maxtot:hover{
    transition: 0.6s all;
    background-color: rgba(226, 230, 233,0.9)!important;
}

.mini:hover .textOnimg span{
    transition: 0.6s all;
    color: #322b4af1;
}
.maxi:hover .textOnimg span{
    transition: 0.6s all;
    color: #322b4af1;
}
.maxtot:hover .textOnimg span{
    transition: 0.6s all;
    color: #322b4af1;
}


.categoryimg .mini .textOnimg{
    text-align: center;
    margin: 2%;
    color: white;
}
.categoryimg .maxi .textOnimg{
    text-align: center;
    margin: 4%;
    color: white;
}
.categoryimg .maxtot .textOnimg{
    text-align: center;
    margin: 4%;
    color: white;
}

.textOnimg a{
    color: white;
    text-decoration: none;
}

/* ============================= newDakkeh =========================== */
/* ============================= newDakkeh =========================== */

.newDakkehHome{
    flex-wrap: wrap;
}
.newDakkehCard{
    width: 20%;
    margin: 1% 1%;
    border-radius: 10px 25px 10px 25px;
    background-color: rgba(226, 230, 233,0.9);
    border: 1px solid white;
    text-decoration: none !important;
    transition: 0.6s all;
}
.newDakkehCard:hover{
    background-color: #e4b119;
    border: 1px solid white;
}
.newDakkehCard:hover .cmCard, .newDakkehCard:hover .titleCard{
    color: white !important;
}
.newDakkehCard:hover img{
    transition: 0.6s all;
    transform:scale(0.93);
}
.newDakkehCard img{
    width: 45%;
    height: 100px;
    border-radius: 10px 25px 10px 25px;
}
.definitionCard{
    width: 55%;
    display: flex;
    text-align: center;
    flex-direction: column;
}

.definitionCard .titleCard{
    color: #322b4a;
    font-weight: bold;
    margin-bottom: 3%;
}
.definitionCard .cmCard{
    color: #322b4a;
    padding: 0 1%;
}


/* ============================= suggest =========================== */
/* ============================= suggest =========================== */



.suggest{
    display: flex;
    width: 28%;
    margin: 0 1%;
    border: 1px solid white;
    border-radius: 10px 25px 10px 25px;
    background-color: #322b4af1;
    overflow: hidden;
    transition: 0.6s all;
}
.suggest:hover{
    background-color: rgba(226, 230, 233,0.9)!important;
    overflow: hidden;
}
.suggest:hover .textsuggest p, .suggest:hover .textsuggest a{
    color:  #322b4af1;
}
.suggest:hover .suggestimg img{
    transition: 0.6s all;
    transform:scale(0.93);
}
.suggest .textsuggest{
    display: flex;
    flex-direction: column;
    margin: 4% 4%;
    width: 48%;
    height: 88%;
}
.suggest .textsuggest a{
    text-decoration: none;
    color: white;
    padding: 1%;
    margin: 1% 0;
}
.suggest .textsuggest p{
    font-weight: bold;
    color: white;
}
.suggest .suggestimg{
    width: 52%;
    height: 100%;
}
.suggest .suggestimg img{
    width: 100%;
    height: 100%;
    border-radius: 10px 25px 10px 25px;
}


.aboutdakkehitem{
    display: flex;
    width: 28%;
    margin: 0 1%;
    border: 1px solid white;
    border-radius: 10px 25px 10px 25px;
    background-color: #322b4a;
}
.aboutdakkehitem p{
    color: white;
}

/* footer  */


.footer{
    display: flex;
    justify-content: center;
    padding: 2% 3%;
}
.footer a{
    text-decoration: none;
}
.footer .namedakkeh{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 0 1%;
}
.aboutdakkeh .creatdakkehbtn{
    display: block;
    text-decoration: none;
    text-align: center;
    width: 20%;
    background-color: #322b4a;
    color: white;
    border: 1px solid white;
    border-radius: 10px 25px 10px 25px;
    padding: 0.6% 4%;
    margin: 2% auto;
    transition: 0.3s all;
}
.aboutdakkeh .creatdakkehbtn:hover{
    background-color: white;
    color: #322b4a;
}
.footer .contantus{
    width: 15%;
    margin: 0 1%;
}
.footer .contantus .contant{
    display: flex;
    flex-direction: column;
    text-align: left;
    /* width: 50% !important; */
}
.footer .contantus a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid white;
    border-radius: 10px;
    margin: 4% 0;
    color: white;
    transition: 0.3s all;
}
.footer .contantus a:hover{
    background-color: white;
    color: #322b4a;
}
.footer .contantus a:hover span{
    color: #322b4a;
}
.footer .contantus span{
    color: white;
    padding-right: 4%;
}
.footer .contantus i{
    padding: 4%;
    color: #322b4a;
    background-color: white;
    border-radius: 8px;
}

.aboutfooterbtn {
    display: block;
    text-decoration: none;
    width: 20%;
    height: fit-content !important;
    text-align: center;
    background-color: #322b4a;
    color: white;
    border: 1px solid white;
    border-radius: 10px 25px 10px 25px;
    padding: 0.75% 4%;
    margin: 2% 0;
    transition: 0.3s all;
}

.e-namad{
    display: block;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    height: auto;
    border: 2px solid;
    border-color: white;
    background-color: whitesmoke;
    background-image: linear-gradient(0deg, #ffffffaf, #818181);
    background-image:
            linear-gradient(#b4b4b4, #ffffffaf),
            linear-gradient(#818181, #ffffffaf);
    border-radius: 10px 25px 10px 25px;
    background-color: rgb(245, 245, 245);
    cursor: pointer;
    margin: 2% 0% 2% 2%;
    padding: 0.3%;
}

/* ============================= myBanners =========================== */
/* ============================= myBanners =========================== */


.myBanners{
    width: 90%;
    height: 250px;
    margin: 0 auto;
}
.bigBanners{
    width: 48%;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px 25px 10px 25px;
    /* border-radius: 10px 25px 10px 25px; */
}

.bigBanners img{
    width: 100%;
    height: 100%;
    border-radius: 10px 25px 10px 25px;
}
.smallBanners{
    width: 48%;
    height: 100%;
    margin: 0 auto;
}
.smallBanners .smallBanner1{
    width: 100%;
    height: 49%;
    padding-bottom: 1%;
    border-radius: 10px 25px 10px 25px;
}
.smallBanners .smallBanner2{
    width: 100%;
    height: 49%;
    padding-top: 1%;
    border-radius: 10px 25px 10px 25px;
}
.bigBanners img, .smallBanners img{
    width: 100%;
    height: 100%;
    border-radius: 10px 25px 10px 25px;
}
.smallBanners img{
    width: 100%;
    height: 100%;
}

/* ============================= swiperSlider =========================== */
/* ============================= swiperSlider =========================== */

.swiper-container {
    width: 98%;
    margin-top: 2%;
}

.swiper-container .swiperLink{
    display: block;
    width: 80%;
    height: 100%;
    background-image: url('../img/bg.jpg');
    /* background-color: rgba(244, 247, 250, 0.9); */
    border: #322b4a2a 1px solid;
    border-radius: 10px 25px 10px 25px;
    text-decoration: none;
    color: #07060a;
}
.swiper-container .swiperImg{
    width: 90%;
    height: 150px;
    margin: 0 auto;
    border-radius: 10px 25px 10px 25px;
}

.swiper-container .swiperTitle{
    margin-top: 4%;
}

.swiper-container img{
    width: 100%;
    height: 100%;
    margin-top: 4%;
    border-radius: 10px 25px 10px 25px;
}

.swiper-slide {
    text-align: center;
    font-size: small;
    border-radius: 8px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-pagination-bullet{
    display: none !important;
}


.swiper-button-next {
    color: rgb(80, 80, 80) !important;
}


.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 15px !important;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(80, 80, 80) !important;

}





@media (max-width:359px){
    .notifMenuSM{
        left: 2px;
        width: 115%;
    }

    .ourtitle{
        width: 80%;
        margin: 20% auto;
    }

    .ourtitle h1{
        margin: 0 auto;
        font-size: large;
        font-weight: bold;
    }
    .ourtitle span, .suggestiontitle{
        font-weight: normal;
        font-size: medium;
    }
    .searchcontainer a i{
        margin-top: 16%;
        color: white;
    }


    /* ============================= carousel =========================== */

    div.carousel{
        width: 310px;
        height: 230px;
        margin: 2% auto;
    }
    div.carousel div.carouselItem{
        width: 290px ;
        height: 220px;
        margin: 0 10px;
    }
    div.carousel div.carouselItem .aboutdakkehitem{
        width: 290px;
        height: 220px;
    }
    div.carousel div.leftArrow{
        left: 1%;
    }
    div.carousel div.rightArrow{
        right: 1%;
    }
    div.carousel div.leftArrow img,div.carousel div.rightArrow img{
        width: 20px;
        height: 20px;
    }

    /* categoryimg

    */
    .categoryimg .categoryimgone, .categoryimg .categoryimgtwo{
        width: 42%;
        margin: 0 1%;
    }

    .categoryimg .categoryimgthree, .categoryimg .categoryimgfour{
        display: none;
    }

    .categoryimg .textOnimg{
        font-size: small;
    }
    .categorybanner .placard p{
        font-weight: unset !important;
        font-size: medium !important;
    }

    .categoryimg .mini .textOnimg{
        text-align: center;
        margin: 0%;
        color: white;
    }
    .categoryimg .maxi .textOnimg{
        text-align: center;
        margin: 1%;
        color: white;
    }
    /* suggest  */
    .suggest{
        width: 88%;
        margin: 1% 1%;
    }
    .aboutdakkehitem{
        width: 88%;
        margin: 1% 1%;
    }

    /* newdakkeh */

    .newDakkehCard{
        width: 88%;
    }

    /* footer  */

    .footer{
        flex-direction: column;
    }
    .footer .contantus {
        width: 97%;
        margin: 0 1%;
    }
    .footer .namedakkeh {
        text-align: center;
        font-size: smaller;
        width: 98%;
        margin: 0 1%;
    }

    .creatdakkehbtn{
        width: 40% !important;
    }

    .aboutfooterbtn {
        width: 40%;
        padding: 1% 4%;
        margin: 2% auto;
    }


}
@media screen and (min-width: 360px) and (max-width:400px){

    .notifMenuSM{
        left: 2px;
        width: 115%;
    }

    .ourtitle{
        width: 80%;
        margin: 20% auto;
    }

    .ourtitle h1{
        margin: 0 auto;
        font-size: x-large;
        font-weight: bold;
    }
    .ourtitle span, .suggestiontitle{
        font-weight: bold;
        font-size: medium;
    }
    .ourtitle .creatdakkehbtn {
        padding: 1.5% 3%;
        font-size: 14px;
        font-weight: bold;
        margin: 4% auto;
        transition: 0.2s;
    }

    .searchcontainer a i{
        margin-top: 16%;
        color: white;
    }

    /* ============================= carousel =========================== */

    div.carousel{
        width: 350px;
        height: 210px;
        margin: 2% auto;
    }
    div.carousel div.carouselItem{
        width: 330px ;
        height: 200px;
        margin: 0 10px;
    }
    div.carousel div.carouselItem .aboutdakkehitem{
        width: 330px;
        height: 200px;
    }
    div.carousel div.leftArrow{
        left: 1%;
    }
    div.carousel div.rightArrow{
        right: 1%;
    }
    div.carousel div.leftArrow img,div.carousel div.rightArrow img{
        width:25px;
        height:25px;
    }

    /* categoryimg

    */
    .categoryimg .categoryimgone, .categoryimg .categoryimgtwo{
        width: 42%;
        margin: 0 1%;
    }

    .categoryimg .categoryimgthree, .categoryimg .categoryimgfour{
        display: none;
    }

    .categoryimg .textOnimg{
        font-size: small;
    }
    .categorybanner .placard p{
        font-weight: unset !important;
        font-size: medium !important;
    }

    .categoryimg .mini .textOnimg{
        text-align: center;
        margin: 0%;
        color: white;
    }
    .categoryimg .maxi .textOnimg{
        text-align: center;
        margin: 1%;
        color: white;
    }
    /* suggest  */

    .suggest{
        width: 88%;
        margin: 1% 1%;
    }
    .aboutdakkehitem{
        width: 88%;
        margin: 1% 1%;
    }

    /* newdakkeh */

    .newDakkehCard{
        width: 88%;
    }
    /* footer  */

    .footer{
        flex-direction: column;
        padding-top: 4%;
    }
    .footer .contantus {
        width: 97%;
        margin: 0 1%;
    }
    .footer .namedakkeh {
        text-align: center;
        font-size: smaller;
        width: 98%;
        margin: 0 1%;
    }

    .creatdakkehbtn{
        width: 40% !important;
    }

    .aboutfooterbtn {
        width: 40%;
        padding: 1% 4%;
        margin: 2% auto;
    }

}
@media screen and (min-width: 401px) and (max-width:576px){

    .notifMenuSM{
        left: 2px;
        width: 115%;
    }

    .ourtitle{
        width: 80%;
        margin: 20% auto;
    }

    .ourtitle h1{
        margin: 0 auto;
        font-size: large;
        font-weight: bold;
    }
    .ourtitle span, .suggestiontitle{
        font-weight: normal;
        font-size:large;
    }

    .searchcontainer a i{
        margin-top: 18%;
        color: white;
    }

    /* ============================= carousel =========================== */

    div.carousel{
        width: 380px;
        height: 230px;
        margin: 2% auto;
    }
    div.carousel div.carouselItem{
        width: 360px ;
        height: 220px;
        margin: 0 10px;
    }
    div.carousel div.carouselItem .aboutdakkehitem{
        width: 360px;
        height: 220px;
    }
    div.carousel div.leftArrow{
        left: 1%;
    }
    div.carousel div.rightArrow{
        right: 1%;
    }
    div.carousel div.leftArrow img,div.carousel div.rightArrow img{
        width: 30px;
        height: 30px;
    }

    /* categoryimg

    */
    .categoryimg .categoryimgone, .categoryimg .categoryimgtwo{
        width: 42%;
        margin: 0 1%;
    }

    .categoryimg .categoryimgthree, .categoryimg .categoryimgfour{
        display: none;
    }

    .categoryimg .textOnimg{
        font-size: small;
    }
    .categorybanner .placard p{
        font-weight: unset !important;
        font-size: medium !important;
    }

    .categoryimg .mini .textOnimg{
        text-align: center;
        margin: 0%;
        color: white;
    }
    .categoryimg .maxi .textOnimg{
        text-align: center;
        margin: 1%;
        color: white;
    }

    /* suggedt  */

    .suggest{
        width: 88%;
        margin: 1% 1%;
    }
    .aboutdakkehitem{
        width: 88%;
        margin: 1% 1%;
    }

    /* newdakkeh */

    .newDakkehCard{
        flex-wrap: wrap;
        width: 88%;
    }


    /* footer  */

    .footer{
        flex-direction: column;
        padding-top: 4%;
    }
    .footer .contantus {
        width: 97%;
        margin: 0 1%;
    }
    .footer .namedakkeh {
        text-align: center;
        font-size: smaller;
        width: 98%;
        margin: 0 1%;
    }

    .creatdakkehbtn{
        width: 40% !important;
    }

    .aboutfooterbtn {
        width: 40%;
        padding: 1% 4%;
        margin: 2% auto;
    }




}
@media (min-width:577px) and (max-width:699px) {

    .notifMenuSM{
        left: 2px;
        width: 115%;
    }


    .searchcontainer button i{
        margin-top: 18%;
        color: white;
    }

    /* ============================= carousel =========================== */


    div.carousel{
        width: 580px;
        height: 215px;
        margin: 2% auto;
    }
    div.carousel div.carouselItem{
        width: 550px;
        height: 200px;
        margin: 0 10px;
    }
    div.carousel div.carouselItem .aboutdakkehitem{
        width: 550px;
        height: 200px;
    }

    div.carousel div.leftArrow{
        left: 1%;
    }
    div.carousel div.rightArrow{
        right: 1%;
    }

    div.carousel div.leftArrow img,div.carousel div.rightArrow img{
        width: 30px;
        height: 30px;
    }


    /* categoryimg */


    .categoryimg .categoryimgone, .categoryimg .categoryimgtwo, .categoryimg .categoryimgthree{
        width: 28%;
        margin: 0 1%;
    }

    .categoryimgfour{
        display: none;
    }

    .categoryimg .textOnimg{
        font-size: small;
    }
    .categorybanner .placard p{
        font-weight: unset !important;
        font-size: medium !important;
    }

    .categoryimg .mini .textOnimg{
        text-align: center;
        margin: 0%;
        color: white;
    }
    .categoryimg .maxi .textOnimg{
        text-align: center;
        margin: 1%;
        color: white;
    }
    .categoryimg .maxtot .textOnimg {
        text-align: center;
        margin: 1%;
        color: white;
    }

    /* suggedt  */

    .suggest{
        width: 88%;
        height: 220px;
        margin: 1% 1%;
    }
    .aboutdakkehitem{
        width: 88%;
        margin: 1% 1%;
    }

    /* newdakkeh */

    .newDakkehCard{
        width: 88%;
    }


    /* footer  */

    .footer{
        flex-direction: column;
        padding-top: 4%;
    }
    .footer .contantus {
        width: 50%;
        margin: 0 auto;
    }
    .footer .namedakkeh {
        text-align: center;
        font-size: smaller;
        width: 98%;
        margin: 0 auto;
    }

    .creatdakkehbtn{
        width: 40% !important;
    }

    .aboutfooterbtn {
        width: 40%;
        padding: 1% 4%;
        margin: 2% auto;
    }




}
@media (min-width:700px) and (max-width:768px) {

    .notifMenuSM{
        left: 2px;
        width: 115%;
    }



    /* ============================= carousel =========================== */


    div.carousel{
        width: 680px;
        height: 235px;
        margin: 2% auto;
    }
    div.carousel div.carouselItem{
        width: 320px;
        height: 230px;
        margin: 0 10px;
    }
    div.carousel div.carouselItem .aboutdakkehitem{
        width: 320px;
        height: 230px;
    }

    div.carousel div.leftArrow{
        left: 1%;
    }
    div.carousel div.rightArrow{
        right: 1%;
    }

    div.carousel div.leftArrow img,div.carousel div.rightArrow img{
        width: 30px;
        height: 30px;
    }

    /* categoryimg */


    .categoryimg .textOnimg{
        font-size: smaller;
    }
    .categorybanner .placard p{
        font-weight: unset !important;
        font-size: medium !important;
    }

    .categoryimg .mini .textOnimg{
        text-align: center;
        margin: -1%;
        color: white;
    }
    .categoryimg .maxi .textOnimg{
        text-align: center;
        margin: 1%;
        color: white;
    }
    .categoryimg .maxtot .textOnimg {
        text-align: center;
        margin: 1%;
        color: white;
    }

    /* suggedt  */

    .suggest{
        width: 80%;
        height: 240px;
        margin: 1% 1%;
    }
    .aboutdakkehitem{
        width: 88%;
        margin: 1% 1%;
    }

    /* newdakkeh */

    .newDakkehCard{
        width: 88%;
    }


    /* footer  */

    .footer{
        padding-top: 4%;
    }
    .footer .contantus {
        width: 25%;
        margin: 0 1%;
    }
    .footer .contantus span{
        font-size: smaller;
    }
    .footer .namedakkeh {
        width: 62%;
        font-size: medium;
        margin: 0 1%;
    }
    .creatdakkehbtn{
        width: 40% !important;
    }

}
@media (min-width:769px) and (max-width:922px) {

    /* ============================= carousel =========================== */


    div.carousel{
        width: 765px;
        height: 335px;
        margin: 2% auto;
    }
    div.carousel div.carouselItem{
        width: 360px;
        height: 230px;
        margin: 0 10px;
    }
    div.carousel div.carouselItem .aboutdakkehitem{
        width: 360px;
        height: 230px;
    }
    div.carousel div.leftArrow{
        left: 1%;
    }
    div.carousel div.rightArrow{
        right: 1%;
    }

    div.carousel div.leftArrow img,div.carousel div.rightArrow img{
        width: 30px;
        height: 30px;
    }

    /* categorybanner  */


    .categoryimg .maxi .textOnimg {
        margin: 0%;
    }
    .categoryimg .mini .textOnimg {
        margin: -1%;
    }
    .categoryimg .maxtot .textOnimg {
        margin: 0%;
    }


    /* suggest  */

    .suggest .textsuggest p, .suggest .textsuggest a{
        font-size: small;
    }

    /* footer */

    .footer a{
        text-decoration: none;
    }
    .footer .namedakkeh{
        display: flex;
        flex-direction: column;
        width: 62%;
        margin: 0 1%;
    }
    .footer .contantus {
        width: 20%;
        margin: 0 1%;
    }

}
@media (min-width:923px) and (max-width:1205px){

    /* ============================= carousel =========================== */


    div.carousel{
        width: 922px;
        height: 335px;
        margin: 2% auto;
    }
    div.carousel div.carouselItem{
        width: 284px;
        height: 230px;
        margin: 0 10px;
    }
    div.carousel div.carouselItem .aboutdakkehitem{
        width: 284px;
        height: 230px;
    }
    div.carousel div.leftArrow{
        display: none;
    }
    div.carousel div.rightArrow{
        display: none;
    }

    div.carousel div.leftArrow img,div.carousel div.rightArrow img{
        width: 30px;
        height: 30px;
    }

}
@media (min-width:1206px) {

    /* ============================= carousel =========================== */


    div.carousel{
        width: 1205px;
        height: 200px;
        margin: 2% auto;
    }
    div.carousel div.carouselItem{
        width: 380px;
        height: 200px;
        margin: 0 10px;
    }
    div.carousel div.carouselItem .aboutdakkehitem{
        width: 380px;
        height: 200px;
    }
    div.carousel div.leftArrow{
        display: none;
        left: 1%;
    }
    div.carousel div.rightArrow{
        display: none;
        right: 1%;
    }

    div.carousel div.leftArrow img,div.carousel div.rightArrow img{
        width: 30px;
        height: 30px;
    }

}


/*--------------------- kala pishnhad -------------- */

@media only screen and (max-width: 1200px) {

    .saba {font-weight: bold; font-size: 0.6rem;}

}
#bmg{
    text-decoration: none;
}

a {
    text-decoration: none !important;

}
a:hover{
    /*color: #212529 !important;*/
}


/*--------------------- search-result -------------- */

.filterheader{
    background-color:#d4dade ;
    color:#322B4A !important;
}

.filbtn{
    background-color: #b7c1c8;
    border: 1px solid #6f8390;

    transition: 0.3s;
}
.filbtn:hover{
    background-color: #f1f3f4;
    border: 1px solid #b7c1c8;
}

.pagedirection{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    direction: rtl;
}

.imgcard{
    width: 100%;
    height: 248px;
    border-radius: 8px 8px 0 0;
}
.imgcard img{
    position: relative;
    border-radius: 8px 8px 0 0;
    width: 100%;
    height: 100%;
}


.textonimgcard {
    position: absolute;
    top:0px;
    right:0px;
    width: 25px;
    height: 20px;
}
.textonimgcard a{
    color:#000000;
    visibility: hidden;
    transition: .3s;
}
.textonimgcard .fa-cart-arrow-down{
    font-size:24px;
    color:#322b4ade;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.925);
    padding: 15% 15%;
    border-radius: 0 8px 0 50%;
}
.cardshadow:hover{
    box-shadow: 2px 2px 5px 1px#a3a3a3;
}
.cardshadow .textonimgcard a{
    transition: 0.2s
}
.cardshadow:hover .textonimgcard a{
    visibility: visible;
}

.detailbtn{
    width: fit-content;
    padding: 2% 4%;
    margin: 0!important;
    border-width: 1px 1px 1px 1px;
    border-radius: 0px 4px 4px 0;
    border-style: solid;
    border-color: #322B4A;
    text-decoration: none;
    text-align: center;
    color: #322B4A;
    transition: 0.3s;
}

.dakkehNamebtn{
    padding: 2% 4%;
    border-width: 1px 0px 1px 1px;
    border-style: solid;
    border-color: #322B4A;
    border-radius: 4px 0 0 4px;
    color: #322B4A;
}

.detailbtn:hover{
    background-color: #322B4A;
    color: rgb(255, 255, 255);
    border-style: solid;
    border-color: #322B4A;
}

.dakkehNamebtn:hover{
    background-color: #322B4A;
    color: rgb(255, 255, 255);
    border-style: solid;
    border-color: #322B4A;
}

.dakkehNamebtn span{
    text-decoration: none;
}

.dakkehNamebtnTXT, .detailbtnTXT{
    font-size: small !important;
}

.dakkehNamebtn:hover .dakkehNamebtnTXT{
    color: rgb(255, 255, 255) !important;
}
.detailbtn:hover .detailbtnTXT{
    color: rgb(255, 255, 255) !important;
}
.showdakkeh:hover .showdakkehTXT{
    color: rgb(255, 255, 255) !important;
}

.dakkehNamebtn a:hover{
    color: #f1f1f1;
}
.dakkehNamebtn:hover a{
    color: #f1f1f1;
}

.cardBtn{
    text-align: center;
    width: 95%;
    margin: 3% auto !important;
}




/*********************************media*************************************/


@media (max-width: 499px){
    .mycard{
        width: 100%;
        height: auto;
        margin: 2% auto;
        display: flex !important;
    }
    .imgcard{
        width: 45%;
        margin-left: 2%;
        height: 150px;
        border-radius: 0 8px 8px 0;
    }
    .imgcard img{
        width: 100%;
        height: 100%;
        border-radius: 0 8px 8px 0;
    }


    .dakkehNamebtn{
        width: 75%;
        padding: 2% 4%;
        margin: 0 auto!important;
        border-width: 0px 1px 1px 1px;
        border-radius: 0px 0px 4px 4px;
        border-style: solid;
        border-color: #322b4a66;
        font-size: small;
    }

    .detailbtn {
        width: 75%;
        padding: 2% 4%;
        margin: 0 auto!important;
        border-width: 1px 1px 1px 1px;
        border-radius: 4px 4px 0px 0;
        border-style: solid;
        border-color: #322b4a66;
        text-decoration: none;
        text-align: center;
        color: #322B4A;
        transition: 0.3s;
    }
    .newDakkehCard:hover .detailbtn{
        padding: 2% 4%;
        margin: 0 auto!important;
        border-width: 1px 1px 1px 1px !important;
        border-radius: 4px 4px 0px 0 !important;
        border-style: solid;
        border-color: #ffffff4d;
        color: white;
    }
    .newDakkehCard:hover .dakkehNamebtn{
        padding: 2% 4%;
        margin: 0 auto!important;
        border-width: 0px 1px 1px 1px !important;
        border-radius: 0px 0px 4px 4px !important;
        border-style: solid;
        border-color: #ffffff4d;
        color: white;
    }
    .textonimgcard a{
        visibility: visible;
    }

    .cardBtn{
        text-align: center;
        margin: 4% auto !important;
        flex-direction: column !important;
    }

}
@media (min-width: 500px) and (max-width: 767px) {



    .detailbtn{
        width: fit-content;
        padding: 2% 4%;
        font-size: small;
        margin: 0!important;
        border-width: 1px 1px 1px 0px;
        border-radius: 0px 4px 4px 0;
        border-style: solid;
        border-color: #322B4A;
        text-decoration: none;
        text-align: center;
        color: #322B4A;
        transition: 0.3s;
    }
    .dakkehNamebtn{
        padding: 2% 4%;
        border-width: 1px 1px 1px 1px;
        border-style: solid;
        border-color: #322B4A;
        border-radius: 4px 0 0 4px;
        font-size: small;
    }
    .textonimgcard a{
        visibility: visible;
    }
    .dakkehNamebtnTXT .detailbtnTXT{
        font-size: x-small;
    }
    .cardBtn{
        text-align: center;
        margin: 3% 0 !important;
    }
}
@media (min-width: 769px) and (max-width: 1154px) {
    .dakkehNamebtn, .detailbtn{
        padding: 5px;
    }
    .dakkehNamebtnTXT, .detailbtnTXT{
        font-size: 12px;
    }
}

@media  (max-width: 786px) {
    .ourtitle{
        width: 80%;
        margin: 4% auto;
    }
    .mytitles{
        font-weight: unset !important;
        font-size: medium !important;
    }
}