body{background-color:#fff;direction:rtl;text-align:right}*{font-family:Almarai,Montserrat,sans-serif}.border-primary-400{border-color:#b52e3d!important}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.bttn{all:unset;padding:8px 24px;width:-moz-fit-content;width:fit-content;transition:.3s;outline:none!important;border-radius:4px;font-weight:300;scale:1;border:1px solid transparent;font-size:14px;cursor:pointer!important;display:flex;align-items:center;gap:10px}.bttn svg{width:14px}.bttn:active{scale:.95!important}.bttn.bttn_primary{background-color:#b52e3d;color:#fff}.bttn.bttn_white{background:#ffffffb3;color:#b52e3d}.bttn.bttn_gray{background-color:#e5818d;color:#b52e3d}.bttn.bttn_danger{background-color:#fdeeee;color:#e92727}.bttn.bttn_border{border:1px solid #b52e3d;color:#b52e3d}.bttn.bttn_border:active{scale:.9}.bttn.bttn_none{display:flex;align-items:center;gap:10px;padding:8px 0;font-weight:400}.bttn.bttn_none img{width:38px}.bttn.bttn_secondary{background-color:transparent;border:1px solid #fff;color:#fff}.bttn.bttn_primaryLight{background:#e5818d;color:#b52e3d}.bttn.bttn_secondaryLight{background-color:#f2f1f1}.header .navbar{position:fixed;width:100%;top:0rem;transition:.3s;padding:4px 12px;background-color:#fff;z-index:33;box-shadow:0 0 2px #35353526}.header .navbar .navbar-brand{margin:0!important}.header .navbar .navbar-brand img{width:100px!important;transition:.7s}.header .navbar .navbar-nav{flex-direction:row}.header .navbar .toggle .open{display:flex;flex-direction:column}.header .navbar .toggle .open svg{margin-top:3px;margin-bottom:3px}.header .navbar .nav-link{color:#000!important;font-weight:500;margin:0 20px;font-size:14px;transition:.3s;padding:0!important;position:relative;cursor:pointer;text-transform:uppercase}.header .navbar .nav-link:hover,.header .navbar .nav-link.activeNav{color:#b52e3d!important}.header .navbar .nav-link:before{content:"";position:absolute;width:100%;height:1px;border-radius:4px;background-color:#b52e3d;bottom:-2px;right:0;transform-origin:left;transform:scaleX(0);transition:transform .3s ease-in-out}.header .navbar .nav-link:hover:before{transform-origin:right;transform:scaleX(1)}.header .navbar .nav-link.active:before{transform-origin:right;transform:scaleX(1)}.header .navbar .menuBtn{display:none}.header .navbar .mobileMenu{position:absolute;top:60px;width:100%;background-color:#fff;right:-100%;transition:.3s;z-index:-1;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:5rem;padding-top:2rem}.header .navbar .mobileMenu .links{padding:2rem;display:flex;flex-direction:column;align-items:center;gap:2rem}.header .navbar .mobileMenu .links .nav-link{display:inline-block!important;font-size:1.3rem!important;font-weight:400!important}.header .navbar .mobileMenu .links button{margin:auto;scale:1.3}.header .navbar .mobileMenu.active{right:0!important}.header .navbar .overlay{position:absolute;top:75px;left:0;width:100%;height:100vh;background-color:#00000080;z-index:-4;animation:opacity .3s ease-in-out}@keyframes opacity{0%{opacity:0}to{opacity:1}}.header .navbar.scrolled{padding:5px 1rem!important;background:#fff}.header .navbar.scrolled .navbar-brand img{width:95px!important}.header .burger{position:relative;width:40px;height:30px;background:transparent;cursor:pointer;display:block;scale:.5}.header .burger input{display:none}.header .burger span{display:block;position:absolute;height:4px;width:100%;background:#000;border-radius:9px;opacity:1;left:0;transform:rotate(0);transition:.25s ease-in-out}.header .burger span:nth-of-type(1){top:0;transform-origin:left center}.header .burger span:nth-of-type(2){top:50%;transform:translateY(-50%);transform-origin:left center}.header .burger span:nth-of-type(3){top:100%;transform-origin:left center;transform:translateY(-100%)}.header .burger input:checked~span:nth-of-type(1){transform:rotate(45deg);top:0;left:5px}.header .burger input:checked~span:nth-of-type(2){width:0%;opacity:0}.header .burger input:checked~span:nth-of-type(3){transform:rotate(-45deg);top:28px;left:5px}.header .sideNav{display:flex;align-items:center}.header .sideNav .navBtns{display:flex;align-items:center;gap:1rem}.header .sideNav .navBtns .navBtn{all:unset;cursor:pointer;transition:.3s}.header .sideNav .navBtns .navBtn svg{width:24px}.header .sideNav .navBtns .navBtn:active{scale:.9}.header .mobileView{position:fixed;top:4.6rem;display:flex;flex-direction:column;background-color:#fff;width:100%;padding:1rem;transition:.3s;align-items:center;right:-100%}.header .mobileView .links{display:flex;align-items:center;gap:1rem;margin:0!important;padding:0!important;margin-bottom:2rem!important}.header .mobileView .links a{padding:10px;font-size:16px}.header .nav_overlay{position:fixed;top:0;left:0;z-index:2;width:100%;height:100%;background:#000;transition:.3s;opacity:.3;animation:opacity .3s ease-in-out}@keyframes opacity{0%{opacity:0}to{opacity:.2}}.hero{height:calc(100vh - 76px);margin-top:76px;background-size:cover;background-position:center;position:relative;display:grid;place-items:center;background-attachment:fixed}.hero:after{content:"";position:absolute;width:100%;height:100%;background:#00000080;top:0;left:0;z-index:1}.hero .content{z-index:2;text-align:center}.hero .content h1{color:#fff;font-weight:600;margin-bottom:1rem}.hero .content p{width:60%;margin:auto;color:#fff}.hero .middle{position:absolute;bottom:0;left:50%;transform:translate(-50%,-50%) scale(.8);cursor:pointer;z-index:3}.hero .middle .mouse{width:25px;height:45px;border:2px solid #fff;border-radius:60px;display:block}.hero .middle .mouse:before{content:"";width:7px;height:7px;position:absolute;top:30px;background:#fff;left:50%;transform:translate(-50%);border-radius:50%;opacity:1;animation:mouse 2s infinite}@keyframes mouse{0%{opacity:1;top:10px}to{opacity:0;top:28px}}.section{margin:4rem 0}.section .title span{color:#b52e3d;font-size:16px;margin-bottom:10px;display:block}.section .title h3{color:#12161c;font-size:22px;font-weight:600;position:relative;margin-bottom:1.5rem}.section .title h3:after{content:"";position:absolute;right:0;bottom:-.8rem;width:50px;height:3px;background-color:#b52e3d}.section .title p{color:#5a5d61;font-size:17px;width:55%;font-weight:300}.section .title.full p{width:100%}.section .title.center{text-align:center}.section .title.center h3:after{margin:auto;left:0;right:0}.section .title.center p{margin:auto;width:70%}.section .body{margin-top:2rem}.aboutus .imgView{width:100%;aspect-ratio:16/9}.aboutus .imgView img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:12px}.aboutus .item{display:flex;gap:1rem;align-items:flex-start;margin-top:2rem}.aboutus .item svg{min-width:20px}.aboutus .item h6{font-weight:600;color:#12161c;font-size:16px}.aboutus .item p{margin-bottom:0;color:#5a5d61;font-weight:300;font-size:15px}.page{margin-top:100px}.productView .headTitle h1{font-size:24px;font-weight:600;margin-bottom:1.2rem}.productView .headTitle p{font-weight:300;color:#5a5d61;margin-bottom:0}.productView .data{margin-top:1.5rem}.productView .data h6{font-size:18px;font-weight:600}.productView .data .content p{font-size:16px;font-weight:300;color:#5a5d61;margin-bottom:0}.productView .data .content ul{margin-top:1rem;padding-left:1rem}.productView .data .content ul li{font-size:16px;font-weight:300;color:#5a5d61;margin-bottom:.5rem}.productView .images{position:relative}.productView .images .next,.productView .images .prev{all:unset;position:absolute;top:50%;transform:translateY(-50%);z-index:1;width:30px;height:30px;background:#ffffffb3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);display:grid;place-items:center;border-radius:50%;cursor:pointer;transition:.3s}.productView .images .next svg,.productView .images .prev svg{width:20px}.productView .images .next:active,.productView .images .prev:active{scale:.95}.productView .images .next{left:1rem}.productView .images .prev{right:1rem}.productView .images .imgView{height:100%;width:100%;aspect-ratio:1/.9;border-radius:12px;overflow:hidden}.productView .images .imgView img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.8s}.productView .images .imgView:hover img{scale:1.1}.productView .more{background:#cccccc30;-webkit-backdrop-filter:blur(0px);backdrop-filter:blur(0px);z-index:2;border-radius:8px;padding:8px}.productView .more .imgView{aspect-ratio:1/1;cursor:pointer;transition:.3s;overflow:hidden;border-radius:8px}.productView .more .imgView img{-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.productView .more .imgView:active{scale:.95}.productView .more .imgView:hover img{scale:1}.productView .note{background-color:#b52e3d;color:#fff;padding:15px;border-radius:8px;margin:1rem 0}.productView .note p{margin-bottom:0;text-align:center;line-height:180%}.productView .buttons{display:flex;align-items:center;gap:.8rem;margin-top:1rem}.productView .buttons a{flex:1;justify-content:center;font-weight:600}.productView .buttons a svg{width:18px}.productView .buttons a:hover{color:#000}.productCard{border-radius:12px;box-shadow:0 0 2px #35353540;padding:12px;margin-bottom:1.5rem;transition:.5s}.productCard .imgView{width:100%;aspect-ratio:16/13;overflow:hidden;border-radius:8px}.productCard .imgView img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.5s}.productCard .content{margin-top:10px}.productCard .content .time{color:#5a5d61;font-weight:300;font-size:17px}.productCard .content h4{font-size:20px;font-weight:600;margin:.5rem 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:140%}.productCard .content p{font-size:16px;font-weight:300;color:#5a5d61;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.productCard .content .price{display:flex;align-items:center;justify-content:space-between;margin-top:1rem}.productCard .content .price h5,.productCard .content .price h6{margin-bottom:0;font-size:17px;font-weight:600}.productCard .content .price h5{color:#5a5d61}.productCard .content .buttons{display:flex;align-items:center;flex-direction:column;gap:.8rem;margin-top:1rem}.productCard .content .buttons .mainBtn{flex:4;width:100%}.productCard .content .buttons .mainBtn a{width:100%;box-sizing:border-box;display:grid;place-items:center}.productCard .content .buttons .secBtns{display:flex;align-items:center;gap:1rem}.productCard .content .buttons .secBtns p{font-size:14px;margin-bottom:0;flex:2;color:#b52e3d}.productCard .content .buttons .secBtns a{padding:7px;flex:1;display:grid;place-items:center;height:unset;width:100%;box-sizing:border-box}.productCard .content .buttons .secBtns a svg{width:22px}.productCard:hover{box-shadow:0 0 4px #35353540}.productCard:hover .imgView img{scale:1.1}.pagination{-webkit-user-select:none;-moz-user-select:none;user-select:none}.pagination *{box-shadow:none!important}.pagination .page-item.active .page-link{background-color:#b52e3d;border-color:#b52e3d}.pagination .page-link{color:#b52e3d}.contactUs .imgView img{width:100%;border-radius:10px;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.contactUs .bttns button{padding:10px 80px}.inputBox{margin-bottom:1.5rem}.inputBox label{margin-bottom:8px;color:#12161c}.inputBox .input{position:relative}.inputBox .input .icon{position:absolute;top:50%;right:1rem;transform:translateY(-50%);padding-left:8px;pointer-events:none}.inputBox .input .icon:after{content:"";position:absolute;width:1px;height:18px;background-color:#ebebec;left:0;top:50%;transform:translateY(-50%)}.inputBox .input .icon svg{color:#c1c2c3;width:18px;position:relative;transition:.3s}.inputBox .input.area .icon{transform:unset;top:10px}.inputBox .input input,.inputBox .input textarea{all:unset;box-sizing:border-box;border:1px solid #EBEBEC;border-radius:8px;padding:10px;padding-right:3rem;font-weight:300;font-size:15px;width:100%;transition:.3s}.inputBox .input input::-moz-placeholder,.inputBox .input textarea::-moz-placeholder{color:#c1c2c3}.inputBox .input input::placeholder,.inputBox .input textarea::placeholder{color:#c1c2c3}.inputBox .input:focus-within input,.inputBox .input:focus-within textarea{border-color:#b52e3d}.inputBox .input:focus-within svg{color:#b52e3d}.footer{background-color:#fff0f2;padding:3rem 0 1rem}.footer img{width:100px}.footer .desc{font-size:14px;color:#5a5d61;margin-top:1rem;font-weight:300}.footer .social{margin-top:2rem}.footer .social .socialIcons{margin-top:1rem;display:flex;align-items:center;gap:1rem}.footer .social .socialIcons a{transition:.5s}.footer .social .socialIcons a:hover{scale:.9}.footer .social .socialIcons a:active{scale:.8}.footer .links h6{font-size:17px}.footer .links a{color:#5a5d61;font-size:14px;font-weight:300;margin-top:5px;display:block}.footer .messanger{text-decoration:none;display:flex;gap:10px;align-items:center}.footer .messanger svg{width:18px}.footer .item{display:flex;margin-top:1rem;gap:1rem}.footer .item .icon{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;display:grid;place-items:center;background-color:#e5818d}.footer .item .icon svg{width:20px;color:#fff}.footer .item h6{font-size:14px;font-weight:300;color:#5a5d61;margin-bottom:0}.footer .item a{font-weight:400;color:#e5818d;font-size:13px;margin-top:0}.footer .copyRight{margin-top:2rem;text-align:center;padding-top:1rem;border-top:1px solid #EBEBEC}.footer .copyRight span{font-weight:300;font-size:14px}.moreProducts{margin-top:2rem;display:grid;place-items:center}.moreProducts a{font-size:16px;font-weight:600;color:#b52e3d;text-decoration:none}.moreProducts a:hover svg{animation:movea 2s infinite}@keyframes movea{0%,to{transform:translate(0)}50%{transform:translate(-5px)}}@media (max-width: 600px){.header .navbar .menuBtn{display:block}.header .navbar .mobileView .links{flex-wrap:wrap;gap:1rem;justify-content:center}.header .navbar .mobileView.open{right:0!important}.hero{height:70vh}.hero .content{padding:1rem}.hero .content p{width:100%}.aboutus .imgView{margin-top:1rem}.section .title p,.section .title.center p{width:100%}.contactUs .imgView img{margin-bottom:1.5rem}.footer img,.footer .links{margin-bottom:2rem}.footer .social{margin-top:0}.footer .copyRight span{font-size:13px}.productView .productData .headTitle{margin-top:2rem}.productView .productData .note{font-size:14px}.productView .productData .buttons{flex-direction:column;align-items:center}.productView .productData .buttons a{width:100%;box-sizing:border-box}.productCard .content .buttons .secBtns{flex-direction:column}}.mr-auto{margin-right:auto!important}.antialiased .w100{width:100%;align-items:center!important}.antialiased .adminNav{position:fixed;top:0;left:0;width:100%;z-index:11}.antialiased .PageBreadcrumb{display:flex;flex-wrap:wrap;padding:.75rem 0 1rem;list-style:none;background-color:#eee;border-radius:.25rem;background:transparent;align-items:center;justify-content:space-between;border-bottom:1px solid hsla(0,0%,80%,.502)}.antialiased .PageBreadcrumb .flex{display:flex;align-items:center}.antialiased .PageBreadcrumb h1{font-size:1.1rem;line-height:1;margin:0 .5rem 0 0;padding-left:10px;border-left:1px solid #ccc}.antialiased .PageBreadcrumb span{display:inline-block;position:relative;padding:0 .5rem;line-height:1;vertical-align:bottom;color:#70657b}.antialiased .adminPage{padding-top:4rem}.antialiased .adminBody{margin-top:2rem}.antialiased .statisticsCard{display:flex;align-items:center;gap:2rem;min-width:0;word-wrap:break-word;background-color:#fff;background-clip:border-box;border:1px solid rgba(0,0,0,.125);border-top:2px solid transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:10px;transition:.3s;margin-bottom:2rem;padding:1.25rem}.antialiased .statisticsCard img{width:60px;height:60px}.antialiased .statisticsCard .data h6{font-size:1.4rem;font-weight:600;margin-bottom:5px}.antialiased .statisticsCard .data span{color:#969eae;margin-bottom:0;display:block;font-weight:300}.antialiased .searchBox .inputBox{display:flex;gap:10px;align-items:center}.antialiased .searchBox .inputBox .input{flex:4}.antialiased .searchBox .inputBox input{background:#fff}.antialiased .searchBox .inputBox input::-moz-placeholder{color:#b52e3d;opacity:.7}.antialiased .searchBox .inputBox input::placeholder{color:#b52e3d;opacity:.7}.antialiased .searchBox .inputBox button{flex:1;justify-content:center}.antialiased .buttons{margin-top:3rem;display:flex;flex-direction:row-reverse}.antialiased .buttons button{padding:8px 40px}.antialiased label{display:block}.antialiased .imageUpload{display:inline-block;position:relative;aspect-ratio:3/2;padding:20px;width:200px;border-radius:10px;border:2px dashed #ccc;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;cursor:pointer;transition:.3s}.antialiased .imageUpload:active{scale:.95}.antialiased .imageUpload svg{width:30px}.antialiased .imageUpload p{font-weight:300;font-size:12px;color:#5a5d61;text-align:center;margin-bottom:0}.antialiased .imagesView{display:flex;gap:10px;margin-top:1rem;flex-wrap:wrap}.antialiased .imagesView .image{position:relative;aspect-ratio:3/2;width:200px;border-radius:10px;overflow:hidden}.antialiased .imagesView .image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.antialiased .imagesView .image button{position:absolute;top:5px;left:5px;border-radius:6px;padding:4px 10px;color:#fff;font-size:13px;display:grid;place-items:center;cursor:pointer;transition:.3s;background:#e92727}.antialiased .imagesView .image button:active{scale:.95}.antialiased .card{position:relative;background:#fff;border-radius:12px;box-shadow:0 0 14px #ebebebc4;margin-bottom:1rem}.antialiased .card .card-title{font-size:18px;margin-bottom:1rem}.antialiased .card label{font-size:15px!important}.antialiased .cardImg img{width:100%;border-radius:12px 12px 0 0;aspect-ratio:16/9;-o-object-fit:cover;object-fit:cover}.antialiased .cardImg .deleteBtn{background:#e92727;color:#fff;padding:8px 10px;border-radius:6px;cursor:pointer;transition:.3s;display:flex;align-items:center;font-size:14px;gap:10px}.antialiased .cardImg .deleteBtn svg{width:18px}.antialiased .cardImg .deleteBtn:active{scale:.95}.banners .banner{border-radius:12px;overflow:hidden;aspect-ratio:16/6}.banners .banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.bannersSwiper,.testimonialsSwiper{padding-bottom:3rem}.bannersSwiper .swiper-pagination-bullet-active,.testimonialsSwiper .swiper-pagination-bullet-active{background-color:#b52e3d}.testCard{border-radius:12px;box-shadow:0 0 2px #35353540;padding:12px;margin-bottom:1.5rem;transition:.5s}.testCard .imgView{aspect-ratio:16/12;border-radius:8px;overflow:hidden;margin-top:10px}.testCard .imgView img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:.3s}.testCard .content{margin-top:10px}.testCard .content h4{font-size:20px;font-weight:600;margin:.5rem 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;line-height:140%}.testCard .content p{font-size:16px;font-weight:300;color:#5a5d61;margin-bottom:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.testCard .content .buttons{display:flex;align-items:center;gap:.8rem;margin-top:1rem}.testCard .content .buttons .mainBtn{flex:4}.testCard .content .buttons .mainBtn a{width:100%;box-sizing:border-box;display:grid;place-items:center}.testCard .content .buttons .secBtns{flex:1}.testCard .content .buttons .secBtns a{padding:7px;flex:1;display:grid;place-items:center;height:unset;width:100%;box-sizing:border-box}.testCard .content .buttons .secBtns a svg{width:22px}.testCard:hover{box-shadow:0 0 4px #35353540}.testCard:hover .imgView img{scale:1.1}
