@font-face {
    font-family: '2helal';
    src: url(/font/2\ Helal.ttf);
    
}
@font-face {
    font-family: 'ashams';
    src: url(/font/A\ Shams\ .ttf);
}
@font-face {
    font-family: 'dina';
    src: url(/font/DINArabic-CondBold.ttf);
}
@font-face {
    font-family: 'mj';
    src: url(/font/Mj\ Bold\ .ttf);
}
@font-face {
    font-family: 'mjfree';
    src: url(/font/Mj_Free.ttf);
}
body{
    font-family: 'mjfree';
    position: relative;
}
.line{
    width: 70%;
    margin: auto;
    background-color:#198754;
    height: 3px;
    border-radius: 40px;
}
.overflowhidden{
    overflow:hidden!important;
}
.current {
    background-color: #198754;
    color: white!important;
}
.current span {
    color: white !important;
}
.active{
    display:block;
}
.hidden{
    display:none!important;
}
a{
    text-decoration: none;
    color: black;
}
*{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.DeleteModalBg {
    display: none;
    width: 100%;
    height: 100vh;
    background-color: rgb(128, 128, 128,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
.DeleteModal {
    width: 50%;
    margin: auto;
    height: 230px;
    position: absolute;
    top: 30%;
    right: 25%;
    z-index: 1;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align:center;
    padding:30px;
}
.DeleteModal a{
    display:inline-block;
    margin:2% 40px;
    cursor:pointer;
}
.navbar {
    font-size: 24px !important;
    position: fixed;
    left: 0;
    right: 0;
    top:0;
    width: 100%;
    z-index: 2;
    margin-bottom:30px;
}
.navbar li a{
    transition: all .5s ease-in-out;
}
.navbar li a:hover{
    color:#198754;
    font-size: 26px;
    font-weight: bold;
    transition: all .5s ease-in-out;
}
.navbar-brand{
    font-size: 28px!important;
    transition: all .5s ease-in-out;
}
.navbar-brand:hover{
    color:#198754;
    font-size: 30px;
    font-weight: bold;
    transition: all .5s ease-in-out;
}
.profileIcon {
    position: fixed;
    top: 8%;
    left: 12%;
    width: 60px;
    height: 60px;
    z-index: 2;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

    .profileIcon img {
        width: 60px;
        height: 60px;
        object-fit: fill;
        border-radius: 50%;
    }

.menu {
    display: none;
    position: fixed;
    background-color: #F8F9FA;
    border-radius: 30px;
    top: 11%;
    left: 10%;
    width: 80%;
    height: 60px;
    z-index: 1;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.menu ul{
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: center;
    height: 60px;
}
.menu ul li{
    display: flex;
    text-align: center;
    align-items: center;
    height: 60px;
}
.menu ul li a{
    transition: all .5s ease-in-out;
}
.menu ul li a:hover{
    color:#198754;
    font-size: 26px;
    font-weight: bold;
    transition: all .5s ease-in-out;
}
.intro{
    margin-top:100px;
    position: relative;
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    text-align: center;
}
/* house start */
.houseKeep{
    position: absolute;
    top: 20%;
    left: 15%;
}
.house{
    position: relative;
}
.roof{
    width: 0;
    height: 0;
    border-bottom: 110px solid #C17779;
    border-right: 110px solid transparent;
    border-left: 110px solid transparent;
    border-radius: 10px;
}
.housebody{
    width: 200px;
    height: 130px;
    background-color: #BADFD7;
    position: absolute;
    left: 4%;
    border-radius: 10px;
}
.l-window{
    position: absolute;
    width:60px;
    height: 60px;
    background-color: #60BFC1;
    top: 8%;
    left:7%;
    z-index: 1;
}
.l-window ul{
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right:0!important;
}
.l-window ul li{
    width: 30%;
    margin: 3px;
}
.r-window{
    position: absolute;
    width:60px;
    height: 60px;
    background-color: #60BFC1;
    top: 8%;
    right:7%;
    z-index: 1;
}
    .r-window ul {
        display: flex;
        width: 100%;
        height: 100%;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-right: 0 !important;
    }
.r-window ul li{
    width: 30%;
    margin: 3px;
}
.window{
    width: 100%;
    background-color: #F8E4DB;
    height: 20px;
}
.door{
    background-color: #C17779;
    width: 20%;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 40%;
}
.chimney{
    background-color: #FDB7B9;
    width: 10%;
    height: 60px;
    position: absolute;
    top:20%;
    left: 80%;
    z-index: -1;
}
/* house end */
.introText{
    width: 40%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
}
.introText h1{
    margin-top: 30%;
}
.carousel {
    position: relative;
    width: 100%;
}

.poster {
    width: 100% !important;
    padding: 30px 0;
    display: flex;
}

    .poster a {
        display: block;
        width: 100%;
        padding: 30px 0;
        display: flex;
    }

    .poster img {
        width: 90%;
        margin: auto;
        height: 440px;
        object-fit: fill;
        background-size: cover;
        aspect-ratio: 1.1;
        border-radius: 30px;
    }

.poster-mobile {
    display: none;
    width: 100%;
    padding: 30px 0;
}

    .poster-mobile a {
        display: block;
        width: 100%;
        padding: 20px 0;
        display: flex;
    }

    .poster-mobile img {
        width: 90%;
        margin: auto;
        height: 300px;
        object-fit: fill;
        background-size: cover;
        aspect-ratio: 1.1;
        border-radius: 30px;
    }
.sales{
    display: flex;
    flex-direction: column;
    position:relative;
}
.indicators{
    position:absolute;
    top:50%;
    display:flex;
    width:100%;
    align-items:center;
    text-align:center;
    justify-content:space-between;
    padding:0 20px;
}
.indicator svg {
    font-size: 40px;
    cursor: pointer;
    color: #198754;
}
.head {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 15px;
    direction: rtl;
    align-items: center;
}
.sales ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: ease 0.5s;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: smooth;
    cursor:pointer;
}
.sales ul::-webkit-scrollbar{
    display:none;
}
.salesBox ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    transition: ease 0.5s;
    overflow-x: hidden!important;
    flex-wrap:wrap!important;
    overflow-y: hidden;
}
.sales ul li {
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    margin: 5px 5px;
    height: auto;
}
.productBox {
    width: 340px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 8px;
    border-radius: 15px;
    direction: rtl;
    justify-content: left;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    user-select:none;
}
.sales ul li .productBox img{
    width: 100%;
    height: auto;
    aspect-ratio: 1.1;
    object-fit: cover;
}
.productBox h5{
    font-weight: bolder;
    color: #198754;
}
.productBox p{
    font-weight: bold;
}
.productBox s{
    color: red;
}
.productBox span{
    font-size: 18px;
}
.productBox a{
    display: block;
    background-color:#198754 ;
    padding: 8px;
    color: white;
    width: 30%;
    margin: auto;
    text-align: center;
}

footer{
    width: 100%;
    background-color: #F8F9FA;
    display: flex;
    flex-direction: column;
}
.footer{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #F8F9FA;
    padding: 40px;
}
.socialmedia{
    width: 30%;
}
.socialmedia ul{
    width: 70%;
    margin: auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-around;
}
.socialmedia ul li a svg{
    font-size: 35px;
    color:#198754;
}
.address{
    width: 40%;
    text-align: center;
}
.address p{
    margin-top: 20px;
}
.usefullink{
    width: 30%;
    text-align: center;
}
.usefullink ul{
    display: flex;
    flex-direction: column;
    padding: 20px 0;
}
.usefullink ul li{
    margin: 15px 0;
    border-bottom: 1px solid #198754;
    width: 40%;
    margin: auto;
    padding: 10px 0;
    
}
.usefullink ul li a{
    transition: all 0.5s ease-in-out;
}
.usefullink ul li:hover a{
color:#198754 ;
font-weight: bold;
font-size: 22px;
transition: all 0.5s ease-in-out;
}
.usefullink ul li:last-child{
    border: no;
}
.copyright{
    width: 25%;
    margin: auto;
    background-color: #F8F9FA;
}
/* login */
.login {
    display: flex;
    justify-content: space-between;
    direction:ltr;
}

.loginLeft {
    width: 50%;
    height: 100vh;
    background-color: #198754;
    border-bottom-right-radius: 100%;
    text-align: center;
    padding-top: 10%;
    display:flex;
    align-items:center;
    justify-content: space-around;
    color: white;
}

    .loginLeft h1 {
        font-size: 75px;
        font-weight: bolder;
        margin-bottom: 10%;
    }

.loginRight {
    width: 50%;
    height: 100vh;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.home {
    width: 100%;
    text-align: right;
    padding: 20px;
}

    .home svg {
        color: #198754;
        font-size: 20px;
    }

.loginRight h2 {
    font-size: 55px;
    color: #198754;
    margin-top: 15%;
}

.loginRight form {
    width: 40%;
    margin: auto;
    text-align: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

    .loginRight form label {
        color: #198754;
        font-size: 35px;
    }

    .loginRight form input {
        padding: 5px;
        width: 100%;
        border: none;
        outline: none;
        border-bottom: 2px solid #198754;
        margin-bottom: 5px;
        text-align: center;
    }

    .loginRight form button {
        background-color: #198754;
        color: white;
        padding: 10px 15px;
        width: 80%;
        margin: auto;
        border: none;
        outline: none;
        margin-top: 20px;
    }

    .loginRight form a {
        margin-top: 10px;
        font-size: 20px;
    }
.activecode {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;

}
/* login */
/*admin starts*/
.adminmain{
    width:80%;
    margin:auto;
    direction:rtl;
    margin-top:100px;
}
.adminmain table{
    width:100%;
    padding:10px;
}
.adminmain form {
    width: 60%;
    margin: auto;
    padding: 10px;
    display: flex;
    flex-direction: column;
}
        .adminmain form input {
            padding: 5px;
            margin-top: 10px;
            border: none;
            border-bottom: 2px solid #198754;
            outline:none;
        }
        .adminmain form label {
            margin: 5px 0;
            color: #198754;
        }
        .adminmain form span{
            color:red;
        }
        .adminmain form button {
            background-color: #198754;
            padding: 8px;
            color: white;
            width: 30%;
            margin: auto;
            text-align: center;
            margin-top: 10px;
            outline:none;
            border:none;
        }
/*admin ends*/
/* controlpanel starts */
.controlPanel {
    margin-top: 100px;
    width: 100%;
    direction: rtl;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sideMenu {
    width: 100%;
    text-align: center;
}

    .sideMenu ul {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

        .sideMenu ul li {
            padding: 10px 20px;
            background-color: #769687;
            border-radius: 20px;
            box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
            margin-top: 8px;
        }

            .sideMenu ul li a {
                display: block;
            }

.mainInfo {
    width: 100%;
    text-align: center;
    margin-top:60px;
}
    .mainInfo .pic {
        display:flex;
        flex-direction:column;
        align-items:center;
    }
    .mainInfo .pic a {
        color: red;
    }
    .mainInfo img {
        width: 40%;
        border-radius: 50%;
        height: 300px;
        object-fit: fill;
    }

    .mainInfo h5 {
        font-size: 24px;
        color: #198754;
        font-weight: bolder;
    }

    .mainInfo p {
        color: #769687;
        font-weight: bold;
    }

        .mainInfo p span {
            color: black;
            font-weight: 200;
        }
/* controlpanel ends */
/* product detail starts */
.productDetail {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.productImages {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.imgProduct {
    width: 90%;
    border-radius: 20px;
    margin: auto;
    height: 500px;
    aspect-ratio: 1.1;
    object-fit: fill;
    flex-wrap: wrap;
}
/*Product Gallery Starts*/
.gallerycards-wrapper {
    display: flex;
    transition: ease 0.5s;
    justify-content:space-between;
}
.gallerycard {
    height: 150px;
    background-color: rgba(0, 0, 0, 0.4);
    color: white;
    font-size: 40px;
    margin: 5px;
}

.gallerycards img {
    width: 100%;
    object-fit: cover;
}



.display-area {
    width: 100%;
    /*   border: 1px solid black; */
    overflow-x: hidden;
    margin: auto;
}

.dots-wrapper {
    display: flex;
    justify-content: center;
    margin: auto;
}

.dot {
    border: none;
    background: grey;
    width: 20px;
    height: 20px;
    margin: 5px;
    border-radius: 50%;
    outline: none;
}

    .dot:hover {
        background: darkgoldenrod;
    }

    .dot.active {
        background: darkgoldenrod;
    }
/*Product Gallery ends*/
/*.gallery {
    display: flex;
    justify-content: space-around;
    width: 100%;
    margin: 10px 0;
}

    .gallery img {
        width: 20%;
        height: 140px;
        aspect-ratio: 1.1;
        object-fit: fill;
    }*/

.productInfo {
    direction: rtl;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 50px;
}

    .productInfo h1 {
        font-weight: bold;
        color: #198754;
    }

    .productInfo p span {
        color: #198754;
        font-weight: bold;
    }

    .productInfo input {
        margin: 5px 0;
    }

        .productInfo input[type=color] {
            border-radius: 50%;
            width: 30px;
        }
.productInfo input[type=submit] {
    padding: 10px 50px;
    border: none;
    background-color: #198754;
    color: #ffffff;
}

    .productInfo textarea {
        width: 100%;
    }

.descript {
    padding: 30px;
    width: 80%;
    margin: auto;
    direction: rtl;
}
.color {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    height: 2em;
    width: 2em;
    border-radius: 2px;
}

    .color:first-of-type {
        margin-left: 20px;
    }
.colorGroup {
    display: flex;
}

    .colorGroup input {
        margin: 0 5px;
    }
/* product detail ends */
/* cart starts */
.cartTable {
    margin-top: 100px;
    direction: rtl;
    text-align: center;
}

.OrderTable {
    margin: 50px 0;
}

    .OrderTable img {
        width: 40%;
        height: 20vh;
        margin: 10px 0;
    }

.Pay {
    margin: 10px 0;
}

.cartTable form {
    display: flex;
    flex-direction: column;
    align-items: center;
}

    .cartTable form input {
        padding: 10px 30px;
        margin: 20px 0;
        width: 60%;
    }
    .cartTable form label {
        color: #198754;
        font-weight:bold;
    }
    .AddressInput{
        display:flex;
        justify-content:center;
        width:100%;
        align-items:center;
    }
        .AddressInput a {
            padding: 10px 30px !important;
            background-color: #198754;
            height:30%;
            margin-right:10px;
            color:white;
        }
    .cartTable form select {
        padding: 10px 30px;
        margin: 20px 0;
        width: 30%;
    }

        .cartTable form input[type=tel], input[type=email] {
            direction: rtl;
        }
/* cart ends */
/* productlist starts */
.categoryList {
    width: 100% !important;
    display: flex !important;
    justify-content: start !important;
    overflow-x: scroll!important;
    scroll-behavior: smooth!important;
    flex-wrap:nowrap!important;
}
#categoryList {
    width: 100% !important;
    display: flex !important;
    justify-content: start !important;
    overflow-x: scroll !important;
    scroll-behavior: smooth !important;
    flex-wrap: nowrap !important;
}

    .categoryList li {
        margin: 0 20px !important;
        width: 90px !important;
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
        height: 100px !important;
        cursor:pointer;
    }

        .categoryList li img {
            width: 80px;
            aspect-ratio: 1.1;
            object-fit: fill;
            border-radius: 60%;
            border: 3px solid #198754;
            margin: 5px 0;
        }

.searchProduct {
    width: 30%;
}

.price-input {
    width: 100%;
    display: flex;
    margin: 30px 0 35px;
}

    .price-input .field {
        display: flex;
        width: 100%;
        height: 45px;
        align-items: center;
    }

.field input {
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}

.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}

    .slider .progress {
        height: 100%;
        left: 0%;
        right: 0%;
        position: absolute;
        border-radius: 5px;
        background: #17a2b8;
    }

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -5px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}

.headBox {
    display: flex;
    width: 100%;
    flex-direction: column;
    padding: 15px;
    direction: rtl;
}

.searchProduct {
    margin: 20px 0;
}

    .searchProduct form {
        display: flex;
        align-items: center;
    }

        .searchProduct form label {
            width: 20%;
            color: #198754;
            font-weight: bold;
        }

        .searchProduct form input[type=submit] {
            background-color: #198754;
            color: white;
            padding: 3px 40px;
            border: none;
            outline: none;
            border-radius: 5px;
            margin-right:5px;
        }

.input-name {
    margin: 0 25px;
    border: 1px solid #999;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    -moz-appearance: textfield;
    padding: 0 5px;
}

.input-order {
    margin: 0 25px;
    border: 1px solid #999;
    outline: none;
    font-size: 19px;
    border-radius: 5px;
    -moz-appearance: textfield;
    padding: 0 5px;
}

.priceRange {
    margin: 0 5px;
    padding: 0 5px;
}

/* productlist ends */
/*payment starts*/
.trakonesh{
    margin-top:200px;
    padding:100px 30%;
}
    .trakonesh p span {
        font-weight:bold;
    }
/*payment ends*/
/* aboutUs starts */
.aboutUs {
    width: 60%;
    margin: auto;
    direction: rtl;
}

    .aboutUs h1 {
        color: #198754;
        font-weight: bolder;
    }

    .aboutUs p {
        width: 70%;
    }

    .aboutUs ul {
        display: flex;
        width: 100%;
        justify-content: space-around;
    }

        .aboutUs ul li svg {
            font-size: 42px;
            color: #198754;
        }

        .aboutUs ul li {
            width: 20%;
            text-align: center;
            display: flex;
            flex-direction: column;
            align-items: center;
        }
/* aboutUs ends */
/*pagination starts*/
.paging{
    width:100%;
    display:flex;
    flex-wrap:wrap;
}
    .paging ul {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .paging ul li{
        padding:5px 10px;
        border-radius:5px;
        margin:4px;
        cursor:pointer;
        width:unset!important;
    }
/*pagination ends*/