@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

.main-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 !important;
}

@media  (max-width: 768px) {
    .main-list {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
/*header*/
.card_text{
display:none;
}
.headerBottomLeft .logo {
    max-width: 17rem !important;
}
header .headerBottom .headerBottomCenter ul {
    display: inline-flex !important;
    justify-content: center;
    gap: 22px;
}
header .headerBottom .headerBottomCenter ul li a {
    font-size: 22px !important;
    font-weight: 600;
    cursor: pointer;
    color: #a2751f!important;
    font-family: system-ui !important;
}
header .headerBottom .headerBottomCenter ul li a:hover {
    font-size: 23px !important;
    font-weight: 600;
    cursor: pointer;
    color: #fff !important;
    padding:8px;
    background-image: linear-gradient(to right, #ba954b 0%, #ba964d 51%, #8d6d0b 100%);
    font-family: system-ui !important;
    border-radius: 10px;
}
header .headerBottom .headerBottomRight .Search span svg:hover {
    width: 62px;
    height: 54px;
}
header .headerBottom .headerBottomRight .myOrder button:hover  {
animation: shaking 1.2s infinite;
}
@keyframes shaking {
  0%, 100% { transform: translateX(0); }
  25% { transform: translateX(-5px); }
  75% { transform: translateX(5px); }
}
@media (min-width: 768px) {
 header .headerBottom .row {
    margin: -38px 0 -37px 0 ;
}
header .headerBottom .headerBottomLeft a img {
    width: 165px;
    height: 128px;
}
}
@media (max-width: 767px) {
 header .headerBottom .row {
    margin: -10px 0 -10px 0 ;
}
header .headerBottom .headerBottomLeft a img {
    width: 175px;
    height: 100px;
}
}
header .headerBottom .headerBottomLeft a
{
    z-index: 90;
}
header .headerTop {
    padding: 15px 0 10px 0;
    background: linear-gradient(314deg, rgb(211 163 67 / 79%) 25%, rgb(217 188 88 / 63%) 68%, rgb(214 165 70 / 63%) 100%) !important; 
    border-bottom: 2px solid #8e5d5d00;
    border-image: linear-gradient(to right, #e6d092, #a2751f) 1;
}
header .headerBottom .headerBottomRight .cards a {
    border-radius: 8px;
    background: linear-gradient(314deg, rgb(211 163 67 / 79%) 25%, rgb(217 188 88 / 63%) 68%, rgb(214 165 70 / 63%) 100%)!important;
  
}
.notification {
    background: linear-gradient(314deg, rgb(87 63 15 / 79%) 25%, rgb(217 188 88 / 63%) 68%, rgb(214 165 70 / 63%) 100%) !important;
    color: #fff;
        font-size: 18px!important;
}
 @media (max-width: 1195px) {
    header .headerBottom .headerBottomLeft {
         width: 53% !important;
        left: 33%;
    }
    header .headerBottom .headerBottomMobile .menuMobile {
        background-image: linear-gradient(to right, #ba954b 0%, #eccf95de 51%, #cdb466 100%) !important;
    }
}

/*end header*/
body {
    font-family: "Tajawal", sans-serif !important;
    font-weight: 200 !important;
    font-style: normal !important;
}

.page-menu .mainCategory ul li {
       margin: 10px !important;
    position: relative;
}

.page-menu .mainCategory ul li .image {
    padding: 12px 0px 12px 5px;
 background: none !important; 
}
@media (min-width: 768px) {
.page-menu .mainCategory ul li .image img {
    /*width: 100%;*/
    /*height: auto;*/
    width: 230px !important ;
    height: 211px !important;
    object-fit: cover !important;
    border-radius:20px;
}
.page-menu .mainCategory {
    margin-top: 51px;
}
}
.page-menu .mainCategory ul li:hover {
   transform: translateY(5px) scale(1.07);
}

.page-menu .mainCategory ul li a .card_text {
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    margin: 0px;
    z-index: 2;
    color: white;
}
.aone-slideshow fieldset {
   
    background: none !important;
}


.page-menu .mainCategory h2 {
    font-weight: bold !important;
    padding: 0px 10px !important;
    text-align: center !important;
    color: #c89741 !important;
    position: relative;
}

.page-menu .mainCategory h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 50px;
    height: 3px;
    background: #c89741;
}



.aone-slideshow fieldset .breadcrumbs {
    display: none !important;
}




.slick-slider {
    display: none !important;
}
@media (max-width: 304px) {
    .page-menu .mainCategory ul li a {
        gap: 3px;
         margin-bottom: 0px !important; 
    }
    .page-menu .mainCategory ul li .image img {
    /* width: 100%; */
    /* height: auto; */
    width: 230px !important;
    height: 63px !important;
    border-radius: 21px;
    object-fit: cover !important;
    box-shadow: 0 13px 17px rgb(217 189 107 / 77%);
}

}
@media (min-width: 305px) and (max-width: 386px) {
    .page-menu .mainCategory ul li a {
        gap: 3px;
         margin-bottom: 0px !important; 
    }
    .page-menu .mainCategory ul li .image img {
    /* width: 100%; */
    /* height: auto; */
    width: 230px !important;
    height: 80px !important;
    border-radius: 21px;
    object-fit: cover !important;
    box-shadow: 0 13px 17px rgb(217 189 107 / 77%);
}
}
@media (min-width: 387px) and (max-width: 767px) {
    .page-menu .mainCategory ul li a {
        gap: 3px;
         margin-bottom: 0px !important; 
    }
    .page-menu .mainCategory ul li .image img {
    /* width: 100%; */
    /* height: auto; */
    width: 230px !important;
    height: 98px !important;
    border-radius: 21px;
    object-fit: cover !important;
    box-shadow: 0 13px 17px rgb(217 189 107 / 77%);
}
.page-menu .mainCategory h2::after {
    left: 56% !important;
}
}
/*----new------*/

.main-list li::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top right, rgba(212, 163, 55, 0.25), rgba(212, 163, 55, 0.05));
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 16px;
}
.main-list li:hover::before {
  opacity: 0.4;
}
/* تأثير التعتيم ال */
.main-list li::before {
          content: '';
          background-color: rgb(111 104 104);
          position: absolute;
          top: 13px;
          right: 1px;
          left: 6px;
          bottom: 46px; /* fixing the dimension */
          display: block;
          -webkit-transition: all 0.3s 
ease;
          -moz-transition: all 0.3s ease;
          -ms-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s 
ease;
          -webkit-transform: scale(0);
          -moz-transform: scale(0);
          -ms-transform: scale(0);
          -o-transform: scale(0);
          transform: scale(0);
          opacity: 0;
          filter: alpha(opacity=0);
}

.main-list li:hover::before {
  opacity: 1;
  transform: scale(1);
}

.pageTitle {
    display:none;
}
/* تأثير اللمس */

.page-menu .mainCategory h2::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 53%;
    transform: translateX(-100%);
    width: 71px;
    height: 3px;
    background: #c5a66f;
}
.mainCategory h2::before,
.mainCategory h2::after {
  content: "";
  position: absolute;
  bottom: -6px ;
  width: 0 ;
  height: 3px ;
  background-color: #bc8421 ;
  transition: width 0.4s ease ;
}

.mainCategory h2::before {
  left: 50%;
}

.mainCategory h2::after {
  right: 50%;
}

.mainCategory h2:hover::before,
.mainCategory h2:hover::after {
  width: 50%;
}
/*footer*/
.footerMenusWrapper {
  width: 100%;
}
.footerMenusWrapper .footerMenu {
  border-top: 1px solid #333;
  margin-top: 5px;
}
.footerMenusWrapper .footerMenu h2 {
  font-size: 15px;
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  margin: 0;
}
.footerMenusWrapper .footerMenu h2::after {
  content: "▼";
  font-size: 12px;
  transition: transform 0.3s ease;
}
.footerMenusWrapper .footerMenu.active h2::after {
  transform: rotate(180deg);
}
.footerMenusWrapper .footerMenu ul {
  list-style: none;
  padding-left: 10px;
  margin: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}
.footerMenusWrapper .footerMenu.active ul {
  max-height: 400px;
}
.footerMenusWrapper .footerMenu ul li a {
  color: #ccc;
  text-decoration: none;
  display: block;
  padding: 3px 0;
}
.footerMenusWrapper .footerMenu ul li a:hover {
  color: #f5c842;
}

/* === فتح القوائم تلقائي على الشاشات الكبيرة === */
@media (min-width: 768px) {
  .footerMenusWrapper .footerMenu ul {
    max-height: none !important;
  }
  .footerMenusWrapper .footerMenu h2::after {
    display: none;
  }
}
/*end footer*/