 
@import url('https://fonts.googleapis.com/css2?family=Beiruti:wght@200..900&display=swap');
body{
     font-family: "Beiruti", sans-serif;
    background-color:#fff;

}
body::before {
  content: "";
  position: fixed; /* or absolute if you want it to scroll */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/backgroundb.png');
  background-size: cover;
  background-position: center;
  opacity: 0.01; /* Adjust opacity here */
  z-index: -999;
  pointer-events: none; /* Prevent it from blocking clicks */
}
/*** Spinner Start ***/
.spinner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: #426c89;
    z-index: 9999999999;
    display: none;


}
.show{
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader {
    --cell-size: 52px;
    --cell-spacing: 1px;
    --cells: 3;
    --total-size: calc(var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing)));
    display: flex;
    flex-wrap: wrap;
    width: var(--total-size);
    height: var(--total-size);
  
  }
  
  .cell {
    flex: 0 0 var(--cell-size);
    margin: var(--cell-spacing);
    background-color: transparent;
    box-sizing: border-box;
    border-radius: 4px;
    animation: 1.5s ripple ease infinite;
  }
  
  .cell.d-1 {
    animation-delay: 100ms;
  }
  
  .cell.d-2 {
    animation-delay: 200ms;
  }
  
  .cell.d-3 {
    animation-delay: 300ms;
  }
  
  .cell.d-4 {
    animation-delay: 400ms;
  }
  
  .cell:nth-child(1) {
    --cell-color: #00FF87;
  }
  
  .cell:nth-child(2) {
    --cell-color: #0CFD95;
  }
  
  .cell:nth-child(3) {
    --cell-color: #17FBA2;
  }
  
  .cell:nth-child(4) {
    --cell-color: #23F9B2;
  }
  
  .cell:nth-child(5) {
    --cell-color: #30F7C3;
  }
  
  .cell:nth-child(6) {
    --cell-color: #3DF5D4;
  }
  
  .cell:nth-child(7) {
    --cell-color: #45F4DE;
  }
  
  .cell:nth-child(8) {
    --cell-color: #53F1F0;
  }
  
  .cell:nth-child(9) {
    --cell-color: #60EFFF;
  }
  
  /*Animation*/
  @keyframes ripple {
    0% {
      background-color: transparent;
    }
  
    30% {
      background-color: var(--cell-color);
    }
  
    60% {
      background-color: transparent;
    }
  
    100% {
      background-color: transparent;
    }
  }

 .back-to-top {
    position: fixed;
    right: 40px;
    bottom: 90px;
    display: flex;
    width: 45px;
    height: 45px;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    z-index: 99;
    background-color: #0B0B63;
    color: #fff;
    border: solid 2px #fff;
}
/*** Spinner End ***/

/* header */
header{
    background-color: #0B0B63;
}
/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 32px;
    height: 32px;
}

.btn-sm-square {
    width: 34px;
    height: 34px;
}

.btn-md-square {
    width: 44px;
    height: 44px;
}

.btn-lg-square {
    width: 56px;
    height: 56px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.btn.border-secondary {
    transition: 0.5s;
}

.btn.border-secondary:hover {
    background: var(--bs-secondary) !important;
    color: var(--bs-white) !important;
}

/*** Topbar Start ***/
.fixed-top {
    transition: 0.5s;
    background: var(--bs-white);
    border: 0;
}

.topbar {
    width: 100%;
    margin: 0;
    padding: 0px;
    border-radius: 0px 0 10px 10px;
    background-color: #fff;
}
 
.navcontainer{
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.topbar .top-info {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
}

.topbar .top-link {
    font-size: 15px;
    line-height: 0;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.topbar .top-link a {
    letter-spacing: 1px;
    margin-right: 5px;
    color:#fff;
}

.topbar .top-link a small:hover {
    color: var(--bs-secondary) !important;
    transition: 0.5s;
}

.topbar .top-link a small:hover i {
    color: var(--bs-primary) !important;
}
/*** Topbar End ***/

/*** Navbar Start ***/
.navbar .navbar-nav .nav-link {
    padding: 5px 5px;
    margin-left: 10px;
    font-size: 1rem;
    transition: .5s;
    font-weight: 500;
}

 .nav-item{
    color: #0B0B63;
 }

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.fixed-top.bg-white .navbar .navbar-nav .nav-link:hover,
.fixed-top.bg-white .navbar .navbar-nav .nav-link.active {
    color: #0B0B63;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
       font-family: "Beiruti", sans-serif;
    font-weight: 700;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        transition: .5s;
        opacity: 0;
    }
}

.dropdown .dropdown-menu a:hover {
    background: var(--bs-secondary);
    color: var(--bs-primary);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light) !important;
    border-radius: 10px !important;
    transition: .5s;
    opacity: 1;
}

#searchModal .modal-content {
    background: rgba(255, 255, 255, .8);

}
#searchModal{
    z-index: 9999999999;
}
.xcatgo{
 
     display:flex ;
     flex-wrap:nowrap;
     flex-direction:row;
     justify-content:start;
     overflow:auto;
     align-content:center;
     align-items:center;
     margin-top:30px;
     margin-bottom:30px;
 
 }
 .xcatgo a{
     height: 250px;
 }
.navbar{
   
    align-items: center;
    display: flex;
    justify-content: center;
 
}

.navbar-nav{
    align-self: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 110px;
}

.nav-item {
    align-self: center;
}
.headtxt{
    display: flex;
    justify-content: center;
    align-items: center;
    
    flex-direction: row;
}
.headtxt p{ 
  align-self: center;
  margin-top: 8px;


}
/*** Navbar End ***/
/*======================================
    Hero Area CSS
========================================*/
.hero-area { 
    
    position: relative;
    margin-top: 0px;
    height: 70vh;
 
  }
 
  .carousel-item{
    margin-top: 162px;
    width: 100%;
    height: 80vh;
    border-radius: 0px;
    overflow: none;
    transform-origin: center center;
    transition: transform ease-in-out 0.1s ;
}
.carousel-item:hover  img {
   transform: scale(1.2);
 }
  .slideimg{
    height: 100%;
     border-radius:0px;
         transition: transform ease-in-out 0.1s ;

  }
  .slideimg {
 
    opacity: 1;
}
   .slideimg{
    height: 100%;
     border-radius:0px;
  }
 
/*** Hero Header ***/
.carousel{
    z-index: 100;
}

.hero-header {
    background: linear-gradient(rgba(248, 223, 173, 0.1), rgba(248, 223, 173, 0.1)), url(../img/hero-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 70vh;
}

.carousel-item {
    position: relative;
}

.carousel-item a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 25px;
     
}

.carousel-control-next,
.carousel-control-prev {
    width: 48px;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #0B0B63;
    background: var(--bs-primary);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.carousel-control-next {
    margin-right: 20px;
}

.carousel-control-prev {
    margin-left: 20px;
}

.page-header {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/cart-page-header-img.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
 
}

@media (min-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 0px !important;
    }
}

@media (max-width: 992px) {
    .hero-header,
    .page-header {
        margin-top: 0px !important;
    }
}

#hero{
    margin-bottom: 40px;

}

/*** Hero Header end ***/


/*** featurs Start ***/
.feat{
 
    padding: 0;
}
 .featurs{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
 
 }
 .featurs .container{
    padding: 0;
    margin: 0;
    background-color: #00FF87;
 }
 .imgcont{
  height: 450px;
  width: 32%;
  margin: 5px;
  overflow: hidden;
 
 }
.imgs_container{
  max-height: 400px;
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
 
 
}

 .imgs_container:hover  img {
        transform: scale(1.2);
        border: solid #fff 2px;
       }
.bcat_img{
       max-width:400px ;
       height: 100%;
       transform-origin: center center;
       transition: transform 0.2s ease;
    
}
.realcont h2{
    font-family: "Beiruti", sans-serif;
}
 .h3_container{
     direction: rtl;
     width: 100%;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
     background-color: #003049;
     position: absolute;
     bottom: 15px;
     right: 0;
     opacity: .4;
     height: 100px;
  }
  h4{
     font-family: "Beiruti", sans-serif;
  }
  .h3_container h4{
       font-family: "Beiruti", sans-serif;
       color:#fff;
       font-weight: 500;
       margin-top: 5px;
   }
     
.h3_container p{
    color: thistle;
}
 .realh3_cont{
     direction: rtl;
     width: 100%;
     display: flex;
     justify-content: center;
     flex-direction: column;
     align-items: center;
 
     position: absolute;
     bottom: 15px;
     right: 0;
 
     
  }
 
  .realh3_cont h4{
       font-family: "Beiruti", sans-serif;
       color:#fff;
       font-weight: 500;
       margin-top: 5px;
   }
     
  .realh3_cont p{
    color: thistle;
   }
.imgcont p{
    text-align: right;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
}      
/*** featurs End ***/


/*** service Start ***/
.service .service-item .service-content {
    position: relative;
    width: 250px; 
    height: 130px; 
    top: -50%; 
    left: 50%; 
    transform: translate(-50%, -50%);
}

/*** service End ***/


/*** Fruits Start ***/
.fruite .tab-class .nav-item a.active {
    background: var(--bs-secondary) !important;
}

.fruite .tab-class .nav-item a.active span {
    color: var(--bs-white) !important; 
}

.fruite .fruite-categorie .fruite-name {
    line-height: 40px;
}

.fruite .fruite-categorie .fruite-name a {
    transition: 0.5s;
}

.fruite .fruite-categorie .fruite-name a:hover {
    color: var(--bs-secondary);
}

.fruite .fruite-item {
    height: 100%;
    transition: 0.5s;
}
.fruite .fruite-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

.fruite .fruite-item .fruite-img {
    overflow: hidden;
    transition: 0.5s;
    border-radius: 10px 10px 0 0;
}

.fruite .fruite-item .fruite-img img {
    transition: 0.5s;
}

.fruite .fruite-item .fruite-img img:hover {
    transform: scale(1.3);
}
/*** Fruits End ***/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
      transition-delay: 0 !important;
    }
  }
 
/*** vesitable Start ***/
.vesitable h2{
       font-family: "Beiruti", sans-serif;
    text-align: right;
    color: #0B0B63;
}
.iteminfo{
    height: 25%;
}
.iteminfo h4 {
       font-family: "Beiruti", sans-serif;
    text-align: center;
    font-size: 16px;
    height: 50px;
    color: #0B0B63;
      width: 100%;
    text-align: right;
}
.price{
    color: #b08c47;
}
.iteminfo h4 a{
    color: #0B0B63;
    width: 100%;
    text-align: right;
    font-weight: 900;
}
.itemdes{
    text-align: right;
    width: 100%;
    height: 100px;
    margin-top: -30px;
    margin-bottom: 30px;
}
.vesitem_size{
    height: 35vh;
}
 .vesitable-item {
    height: 100%;
    transition: 0.5s;
  
}
.bottombtn{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    direction: rtl;
    align-items: center;
}
 .vesitable-item:hover {
    box-shadow: 0 0 55px rgba(0, 0, 0, 0.4);
}

 .vesitable-item .vesitable-img {
    overflow: hidden;
    transition: 0.5s;
    height: 75%;
}

  .vesitable-item .vesitable-img img {
    transition: 0.5s;
}

  .vesitable-item .vesitable-img img:hover {
    transform: scale(1.2);
}

.vesitable .owl-stage {
    margin: 50px 0;
    position: relative;
}

.vesitable .owl-nav .owl-prev {
    position: absolute;
    top: -8px;
    left: 10px;
    color: #fff;
    padding: 5px 25px;
    align-self: center;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: 0.5s;
    background-color: #0B0B63;
}

.vesitable .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.vesitable .owl-nav .owl-next {
    position: absolute;
    top: -8px;
    left: 88px;
    color: #fff;
    padding: 5px 25px;
    border: 1px solid #fff;
    border-radius: 20px;
    transition: 0.5s;
        background-color: #0B0B63;
}

.vesitable .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
/*** vesitable End ***/


/*** Banner Section Start ***/
.banner .banner-btn:hover {
    background: var(--bs-primary);
}
.banner{
    padding: 20px 160px 80px 160px;
}
.banner .container{
  padding: 0;
  margin: 0;
   width: 100%;
    background-color: #fff;
}
/*** Banner Section End ***/


/*** Facts Start ***/
.counter {
    height: 100%;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.counter i {
    font-size: 60px;
    margin-bottom: 25px;
}

.counter h4 {
    color: var(--bs-primary);
    letter-spacing: 1px;
    text-transform: uppercase;
}

.counter h1 {
    margin-bottom: 0;
}
/*** Facts End ***/


/*** testimonial Start ***/
.testimonial{
    margin: 80px  0 40px 0;
}
 
.testimonial .owl-nav .owl-prev {
    position: absolute;
    top: -58px;
    right: 0;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid #0B0B63;
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-prev:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}

.testimonial .owl-nav .owl-next {
    position: absolute;
    top: -58px;
    right: 88px;
    color: var(--bs-primary);
    padding: 5px 25px;
    border: 1px solid #0B0B63;
    border-radius: 20px;
    transition: 0.5s;
}

.testimonial .owl-nav .owl-next:hover {
    background: var(--bs-secondary);
    color: var(--bs-white);
}
.testimonial h1{
       font-family: "Beiruti", sans-serif;
}
/*** testimonial End ***/


/*** Single Page Start ***/
.pagination {
    display: inline-block;
}
  
.pagination a {
    color: var(--bs-dark);
    padding: 10px 16px;
    text-decoration: none;
    transition: 0.5s;
    border: 1px solid var(--bs-secondary);
    margin: 0 4px;
}
  
.pagination a.active {
    background-color: var(--bs-primary);
    color: var(--bs-light);
    border: 1px solid var(--bs-secondary);
}
  
.pagination a:hover:not(.active) {background-color: var(--bs-primary)}

.nav.nav-tabs .nav-link.active {
    border-bottom: 2px solid var(--bs-secondary) !important;
}
/*** Single Page End ***/


/*** Footer Start ***/
.footer .footrzindex{
    position: relative;
    background-color: #fff;
    z-index: 100;
}

.footer .footer-item .btn-link {
    line-height: 35px;
    color: rgba(255, 255, 255, .5);
    transition: 0.5s;
 
}

.footer .footer-item .btn-link:hover {
    color: var(--bs-secondary) !important;
}

.footer .footer-item p.mb-4 {
    line-height: 35px;
}
/*** Footer End ***/
.btncolor{
    align-items: center;
    justify-content: center;
}
.btncolor i{
    color:#0B0B63;
    margin: 5px;
    margin-left: 15px;
    margin-right: 15px;
}
.btncolor .xdiv{
  border-left: solid 2px #c2bebe;
}
 .lanen{
    margin: 5px;
    margin-right: 15px;
    color: #0B0B63;
    font-size: 1.2rem;
 }
 .lanen i{
    font-size: 2rem;
    color: red;
 }
.whatsconn{
    direction: rtl;
    position: fixed;
    right: 10px;
    bottom: 15px;
    z-index: 999999;
    width:250px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    justify-content: space-around;
  }
  .whatsconn h6{
  align-self: center;
  background: #31393c;
  padding: 5px;
  border-radius: 10px;
  border: solid 3px #fff;
  color: #b08c47;
     font-family: "Beiruti", sans-serif;
  }
  .desh6{
    width:60px;
    background-color: #ac0417;
    position: absolute;
    top: 10px;
    left: 0;
    padding: 5px;
    color: #fff;
    text-align: center;
    border-radius: 0 10px 10px 0;
  }
  .stars{
    color: rgba(255, 181, 36, 0.7);

  }
.imgg{
     align-self: center;
  
  }

  .imgg p{ 
    align-self: center;
    font-size: 1.2rem;
    color: #0B0B63;
    margin: 20px 0 15px 0;
  }
.imgg p span{
    color: #0B0B63;
}
  .addtlist{
    margin-top: 20px;
    background-color: #0B0B63;
    color: #fff;
    width: 50%;
    padding: 5px;
    text-align: center;
    border-radius: 5px;
  }
  
  .addtlist2{
    border: #fff solid 1px;
    margin-top: 10px;
    background-color: #0B0B63;
    color: #fff;
  }
  .footbanner{
    background-color: #fff;
    display:flex;
    justify-content:space-between;
    width: 100%;
    height: 60vh;
    border-radius: 30px;
    margin-bottom: 50px;
    direction: rtl;
    }
    .footbanner h2{
        font-size: 2rem;
        text-align: right;
        font-weight: 900;
    }
    .footbanner p{
      height: 150px;
      overflow: hidden;
      text-align: right; 
      margin-top: 10px;
      margin-bottom: 10px;
      color: #230707;
      width: 100%;
      font-size: 1.5rem;
      color:rgb(39, 40, 37)
    }
    .swipping{
      width: 30px;
    
    }
    @media screen and (max-width: 768px) {
      [data-aos-delay] {
        transition-delay: 0 !important;
      }
    }
    .aos-init[data-aos].aos-animate {
      transform: unset;
    }
    .footbanner h6{
    text-align: justify;
    color: #080808;
    font-family:"Beiruti", sans-serif ;
    }
    .footbanner .button{
      margin-top: 20px;
      align-self:flex-end;
      background-color: #fff;
      border-radius: 20px;
      color: #0B0B63;
      width: 100px;
      text-align: center;
    }
    .btn{
        color: #fff;
        background-color: #003049;
    }
    .footbanner .button:hover{
        color: #fff;
       border-radius: 0;
       border-bottom: 2px #0B0B63 solid;
    }
    .footbanner  img{
        align-self:center ;
        width:100%;
        height: 60vh;
       border-radius: 30px 0 0 30px;    
      transform-origin: center center;
      transition: transform 0.5s ease;
      }
       .divc2:hover  img {
        transform: scale(1.2);
       }
 .divc1{
    display: flex;
    flex-direction: column;
    margin: 40px;
    width: 40%;
    align-self: center;
    background-color: #fff;

 }
 .divc1 h2{
    font-size: 3rem;
    font-family: "Beiruti", sans-serif;
    font-weight: 700;
    
 }
  .divc2{
    width: 50%;
    align-self: center;
    overflow: hidden;
 }
 .xcontact{
    padding: -20px 0px 30px 0px;
 }
 .xcontact label{
    color: #0B0B63;
    font-size: 1.2rem;
    font-weight: 700;
 }
 .xcontact form input{
    border: solid 2px #0B0B63;
 }
 .dcontact h1 ,.dcontact h4{
       font-family: "Beiruti", sans-serif;
    color: #0B0B63;
 }
 .dcontact i{
    color: goldenrod;
 }
 .dcontact button{
    background-color: #0B0B63;
    color: #0B0B63;
 }
 .shophead{
    margin-top: 180px;
    background-image: url('../img/hero-img.jpg');
    height: 120px;
    padding-top: 10px;
 }
 .shophead h1{
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
 }
   .shophead h1{
               font-family: "Beiruti", sans-serif;

     }
 .shophead a{
    color: #0B0B63;
 }
 .xcont{
    display: flex;
    justify-content:center;
    flex-wrap: wrap;
 }
 .vescont{
    width: 22%;
    margin-bottom: 80px;
 }
 .vxitem{
    height: 500px;
    margin: 10px;
 }
 .vxitem .vesitable-img{
    height: 400px;
 }
 #current{
    border-radius: 5px;
 }
 .singlh4 h4{
       font-family: "Beiruti", sans-serif;
 }
 .checkform h1{

       font-family: "Beiruti", sans-serif;
 }
 .xtotal{
     display: flex;
    justify-content:space-between;
 }
 .tot{
    font-weight: 900;
    color: #371919;
    font-size: 30px;
 }
 .prc{
    color: #ac0417;
    font-size: 24px;
    font-weight: 900;
 
 }

 .cashondelivery{
    display: flex;
    justify-content: flex-start;
 }
 .totbg{

    border-radius: 0px;
    padding: 10px;
  color: #0B0B63;
    border-radius: 5px;
 }
 .nama{
    color: #0B0B63;
 }
 #chxbtn{
    background-color: #0B0B63;
    color: #fff;
 }
 #notefi ,#notefidel{
    height: 60px;
    z-index: 99999999999999;
    width: 290px;
    position: fixed;
    top: 20px;
    right: 10px;
    background-color: #0B0B63;
    border-radius: 5px;
    border-bottom: solid 2px #ac0417;
    color: #fff;
    display: none; 
    flex-direction: row;
    padding: 5px;
}
 #notefi h6 ,#notefidel h6{
    color: #fff;
    width: 100%;
    text-align: right;
    align-self: center;
       font-family: "Beiruti", sans-serif;

 }
 #notefi a ,#notefidel a{
    text-align: center;
    color: #e0dede;
    size: 10px;
    align-self: center;
       font-family: "Beiruti", sans-serif;

 }

 /* From Uiverse.io by SchawnnahJ */ 
.notiloder {
    transform: rotate(165deg);
   }
   
   .notiloder:before, .notiloder:after {
    content: "";
    position: absolute;
    top:2px;
    left: 5px;
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-radius: 0.25em;
    transform: translate(-50%, -50%);
   }
   
   .notiloder:before {
    animation: before8 2s infinite;
   }
   
   .notiloder:after {
    animation: after6 2s infinite;
   }
   
   @keyframes before8 {
    0% {
     width: 0.5em;
     box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
   
    35% {
     width: 2.5em;
     box-shadow: 0 -0.5em rgba(225, 20, 98, 0.75), 0 0.5em rgba(111, 202, 220, 0.75);
    }
   
    70% {
     width: 0.5em;
     box-shadow: -1em -0.5em rgba(225, 20, 98, 0.75), 1em 0.5em rgba(111, 202, 220, 0.75);
    }
   
    100% {
     box-shadow: 1em -0.5em rgba(225, 20, 98, 0.75), -1em 0.5em rgba(111, 202, 220, 0.75);
    }
   }
   
   @keyframes after6 {
    0% {
     height: 0.5em;
     box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
   
    35% {
     height: 2.5em;
     box-shadow: 0.5em 0 rgba(61, 184, 143, 0.75), -0.5em 0 rgba(233, 169, 32, 0.75);
    }
   
    70% {
     height: 0.5em;
     box-shadow: 0.5em -1em rgba(61, 184, 143, 0.75), -0.5em 1em rgba(233, 169, 32, 0.75);
    }
   
    100% {
     box-shadow: 0.5em 1em rgba(61, 184, 143, 0.75), -0.5em -1em rgba(233, 169, 32, 0.75);
    }
   }
   .dcontact{
    margin-bottom:  80px;
   }
   .notiloder {
    position: absolute;
    top: 30px;
    right: 30px;

   }
   .logmodal{
    background-color: #fff;
    display: flex;
    justify-content: center;
    padding: 20px;
   }
   #logul{
    list-style:none;
    direction: rtl;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100vh;
     margin: 0;
   }
   #logul li{
    font-size: 25px;
    font-weight: 500;
    height:50px ;
    padding: 10px 0 70px 0;
    width: 100%;

    }
    .alogin{
        color: #0B0B63;
        margin-right: 10px;
        font-size: 1.3rem;
    }
   .xcheck{
    display: flex;
    justify-content: space-around;
    background:#0B0B63;
    padding: 30px 0 10px 0;
    border-radius: 10px;
    margin-bottom: 25px;
   }
   #exampleModalLabel{
           font-family: "Beiruti", sans-serif;
   }
   .xcheck h3{
           font-family: "Beiruti", sans-serif;

   }
   .pillinput{
    background-color: none;
    border: none;
    outline: none;
    background: #0B0B63;
    color: #fff;
    font-weight: 900;
    font-style: oblique;
   }
 .xxprc{
    background-color: inherit;
    color: #0B0B63;
 }
   .chexsec{
    padding: 200px 0 20px 0;
    height: 100vh;
   }
   .chexsec h1 {
    padding-top: 100px ;
    text-align: center;
       font-family: "Beiruti", sans-serif;
   }
  
   .chxcontainer{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
   }
   .chexsec a{
    align-self: center;
    margin-top: 80px;
    background-color: #0B0B63;
    color: #fff;
   }
   .phonemenu{
    padding-top: 20px;
    text-align: center;
    overflow: auto;
    height: 100vh;
    z-index: 9999999997;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-bottom: 190px;
    display: none;
    position: fixed;
    top: 90px;
    right: 0;
    background-color: #fff;
    transform: all .3s;
}
.phonemenu .navbar-nav{
    width: 100%;
    margin: 0;
    padding: 0;
}
#phonemenu a{
    align-items: center;
    margin: 0;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    padding: 15px 0;
    border-bottom: #0B0B63 solid .3px;      
}
.conta{
    margin: 0px 40px ;
}
.xstr{
    color: #b08c47;
}
.bottommenu{
    display: none;
  z-index: 9999999996;
}
.xlert{
    display: none;
}
.contfeat{
    margin-top: 40px;
    margin-bottom: 80px;
}
.contacthero{
    margin-top: 110px;
     background-image: url('../img/backgroundhero.png');
     background-repeat: no-repeat;
     background-size: 100% 100%;
     width: 100%;
     height: 50vh;
     opacity: 1;
     display: flex;
     justify-content: center;
     align-items: center;
    }
    .contacthero h1{
     position: relative;
        top: 5vh;
        text-align: center;
           font-family: "Beiruti", sans-serif;
        font-size: 3rem;
        color: #fff;
        padding: 10px;
        background-color: #0B0B63;

    }
    .contactheromenu{
     margin-top: 110px;
     width: 100%;
     height: 10vh;
     opacity: 1;
     display: flex;
     justify-content: center;
     align-items: center;
    }
    .contactheromenu h1{
        position: relative;
        top: -10vh;
        text-align: center;
        font-family: "Beiruti", sans-serif;
        font-size: 2rem;
        color: #003049;
        width: 300px;

    }
    .abouthero1{
     margin-top: 110px;
     background-image: url('../img/backgroundhero.jpg');
     background-repeat: no-repeat;
     background-size:100% 100% ;
     width: 100%;
     height: 50vh;
     opacity: 1;
     display: flex;
     justify-content: center;
     align-items: center;
    }
    .abouthero1 h1{
        position: relative;
        top: 5vh;
        text-align: center;
           font-family: "Beiruti", sans-serif;
        font-size: 3rem;
        color: #fff;
        background-color: #0B0B63;
        padding: 10px;
    }
     .contdetails{
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
    .contdetails h2{
            font-family: "Beiruti", sans-serif;
         color: #0B0B63;
         font-size: 3rem;
    }
    .contaitem{
         align-items: center;
         margin: 10px;
         display: flex;
         justify-content: center;
         flex-direction: column;
    }
    .contaitem i{
        font-size: 2rem;
        color: #0B0B63;
    }
    .contaitem p{
        font-size: 1.2rem;
        font-weight: 600;
        text-align: center;
    }

/* menulist */
.menucontainer{
  display: flex;
  justify-content: space-between;
  flex-direction: row;

}
.menucategory{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    width: 20%;
    padding: 10px;
    direction: ltr;
   position: relative;
}
.itemcat{
    display: flex;
    justify-content: center;
    flex-direction: column;
    flex-wrap: nowrap;
    width: 100%;
    direction: rtl;
    padding:0 120px ;
}
.categoryLink{
    font-size: 1.2rem;
    font-weight: 700;
    text-align: center;
    align-self: center;
    background-color: #0B0B63;
    padding: 10px;
    margin: 3px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    width: 200px;
    
}
.categoryLink1 ,.categoryLink2  {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    align-self: center;
    padding: 10px;
    margin: 3px;
    width: 100%;
    border-radius: 10px;
    color: #0B0B63;
    cursor: pointer;
    width: 120px;
}
.categoryLink2{
 margin-left: -40px;
}
.categoryLink1 :active ,.categoryLink2:active  {
    color: #0B0B63;
}
.maincatg{
     margin-bottom: 20px;
     display: flex;
     justify-content: center;
     flex-wrap: nowrap;
     overflow: auto;
}
.itemlist{
    display: flex;
    justify-content: center;
    flex-direction: row;
     width: 100%;
     flex-wrap: wrap;

}
.itemlist .vxitem{
    height: 600px;
}
.itemlist .vesitable-img{
    height: 300px;
}
.itemlist .itemdes{
    height: 130px;
    overflow: auto;
}
.itemlist a{
    cursor: pointer;
}
.abouthero{
    padding: 80px ;
    text-align: center;
}
.abouthero h2{
    font-size: 4rem;
       font-family: "Beiruti", sans-serif;
    color: #0B0B63;
}
.abouthero p{
    font-size: 1.5rem;
    font-weight: 700;
       font-family: "Beiruti", sans-serif;
    color: #0B0B63;
}
      .vesitable h2{
        color: #0B0B63;
    }  
   .conta input ,.conta textarea{
     border: solid #0B0B63 2px;
   }

/* langu section */
.selectlangu{
    background-color: #003049;
    width: 100%;
    height: 100vh;
    padding: -10px;
}
.bgcontainer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-image: url('../img/intro.jpg'); 
    background-repeat: no-repeat;
    background-size: 100% 100%;
    
}
 
.langucontainer{
    position: absolute;
    top: 20vh;
    width:100%;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
}
.langucontainer img{
    width: 12%;
    margin: 120px 40px -40px 40px;
}
.langucontainer2{
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  
}
.langucontainer2 img{
    width: 20%;
    margin: 10px;
}
.introsocial{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}
.introsocial a{
  color: #fff;
  margin: 10px;
 height: 30px;
 width: 30px;
 text-align: center;
 align-items: center;
 border-radius: 50%;
 
}
.introsocial a i{
    font-size: 1rem;
}
.introsocial .face{
    background-color: #0B0B63;
    padding: 6px;
}
.introsocial .snap{
    background-color: #0B0B63;
    padding: 6px;
}
.introsocial .tik{
    background-color: #0B0B63;
    padding: 6px;
}
.introsocial .insta{
    background-color: #0B0B63;
    padding: 6px;
}
.intrbtn{
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin: 30px;
    margin-top: 0;
}
.intrbtn a{
    align-self: center;
    text-align: center;
    width: 80px; 
    font-size: 2rem;
    font-weight: 900;
    padding: 3px;
    text-decoration: none;
    margin: 70px;
    color: #0B0B63;
    transition: all 0.03s;
}
.intrbtn a:hover{
    border-bottom: solid 2px #0B0B63;
    
}

.footcont{
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}
.locati{
    max-height: 20vh;
    max-width: 70%;
    padding: 10px;
    margin: 0;
    border-radius: 20px;
}
.locati iframe{
    height: 20vh;
    border-radius: 10px;
}


/* icon animation */
.fade-animation {
    animation: fade 1.5s infinite;
  }

  @keyframes fade {
    0%, 100% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
  }
  .bounce-animation {
    animation: bounce 1s infinite;
  }

  @keyframes bounce {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-8px);
    }
  }
  .swing-animation {
    display: inline-block;
    transform-origin: top center;
    animation: swing 1s infinite ease-in-out;
  }
  @keyframes carMove {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(60px);
  }
}

.car {

  position: relative;
  animation: carMove 5s linear infinite;
  border-radius: 10px; /* لجعلها تبدو أكثر شبه سيارة */
}

  @keyframes swing {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(15deg); }
    50% { transform: rotate(-15deg); }
    75% { transform: rotate(10deg); }
    100% { transform: rotate(0deg); }
  }
  
   .locati{
        width: 800px;
    }
    .headtxt img{
        width:200px;max-height:100px;margin-left:20px;
    }
    .chkoutphone{
        display: none;
    }
    .abouthero p{
        direction: rtl;
    }
    .searchbar{
        position: relative;
        width: 50%;
        padding-right: 100px;
    }
    .searchbar input{
        height: 50px;
        padding: 10px 50px;
        border-radius: 0px;
        outline: none;
        border: none;
        border-bottom: groove 1px #0B0B63;
        width:70%;
    }
    .searchbar i{
        position: absolute;
        top: 0;
        right: 110px;
        font-size: 1.5rem;
        margin-top: 10px;
        color: red;
    }
   .searchbar button{
    height: 50px;
    margin-right: 20px;
    border: none;
    outline: none;
    background-color: red;
    padding: 10px;
    color: #fff;
    border-radius: 20px 5px;
    transition: all ease-in-out .5s;
}
   .searchbar button:hover{
     opacity: .5;
     background-color: #000;
     
   }
   .Bottomheader{
    background-color: #003049;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
   }
.Bottomheader a{
    margin: 0 10px ;
    font-size: 1.3rem;
    color: #fff;
}
.Bottomheader i{
    margin: 0 10px;
    color: red;
}
.ctacontainer{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
}
.ctaitem{
    height: 50vh;
    width: 30%;
    background-color: #003049;
    margin: 10px;
    border-radius: 20px;
    position: relative;
}
.ctaitem img{
    width: 70%;
    height: 100%;
}
.txtcontainer{
    position: absolute;
    top: 60%;
    width: 50%;
    height: 150px;
    direction: rtl;
    right: 0px;
    background-color:#fff;
    opacity: .7;
    border-radius: 10px 0  0 10px ;
}
.realcont{
    position: absolute;
    top: 60%;
    width: 50%;
    margin-top: 20px;
    height: 150px;
    direction: rtl;
    right: 0px;
    border-radius: 10px 0  0 10px ;
}
.realcont span{
    font-size: 1.2rem;
    color: red;
    margin-right: 20px;
    font-weight: 700;
}
.realcont h2{
    font-size:4rem;
    color: #003049;
    margin-right: 30px;
    margin-top: -20px;
    font-weight: 1200;
}
.realcont i{
    font-size: 1.2rem;
    color: red;
    margin-right: 80px;
    font-weight: 700;
}
.delivery{
    background-color: #fff;

}
.delvcont{
    padding: 40px ;
    display: flex;
    justify-content: space-around;
}
.delvitem{
    background-color: rgb(243, 246, 243);
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 200px;
    border-radius: 20px;
    margin: 20px;
}
.delvitem i{ 
    font-size: 4rem;
    color: #10032d;
}
.delvitem h6{
   color: #c91d1d;
   font-size: 1.2rem;
}
.delvitem p{
    text-align: center;
    font-size: 1rem;
    color: rgb(15, 15, 15);
}
    .delvitem h6{
               font-family: "Beiruti", sans-serif;
     }


.featurs .slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.featurs .slider-track {
  display: flex;
  width: calc(100% * 6 / 7); /* عدد الصور ÷ عدد الصور في العرض */
  animation: scroll 20s linear infinite;
}

.featurs .slide {
  flex: 0 0 25%; /* عرض كل صورة 25% ليظهر 4 صور في العرض */
  box-sizing: border-box;
  padding: 10px;
  position: relative;
  margin: 3px;
}

.featurs .slide img {
  width: 100%;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  display: block;
}

/* أنيميشن حركة السلايدر افقي تلقائي */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% * (6 - 3) / 6)); /* تحريك السلايدر بشكل مناسب */
  }
}
.maincathead{
    color: #fff;
    width: 100%;
    background-color: #003049;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
 
}
.maincathead h2{
    color: #fff;
    width: 100%;
    text-align: right;
    font-size: 4rem;
    position: absolute;
    right: 20%;
}
.maincathead i{
    color:  #fff;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    text-align: center;
    font-size: 3.5rem;
    font-weight: 1200;
    position: absolute;
    left:20%;
    background-color: #ce2020;
    padding-top: 5px;
}

.bbcat{
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: row;
    padding-top: 20px;
    overflow:auto;
    height: 250px;
    scrollbar-gutter: stable; 
}
.bbcat::-webkit-scrollbar {
    width: 10px;              /* عرض الشريط العمودي */
    height: 10px;             /* ارتفاع الشريط الأفقي */
}

.bbcat::-webkit-scrollbar-track {
    background: #f2f2f2;      /* لون مسار الشريط */
    border-radius: 10px;
}

.bbcat::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg,#6b73ff 0%,#000dff 100%);
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,.25); /* لمسة عمق */
}

.bbcat::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(135deg,#5a63e6 0%,#000bcc 100%);
}

/* 3) تخصيص السكروول في فايرفوكس */
@supports (scrollbar-width: thin) {
    .bbcat {
        scrollbar-width: thin;                    /* رفيع */
        scrollbar-color: #5a63e6 #f2f2f2;         /* thumb track */
    }
}

/* 4) وضع غامق (اختياري) – يتفاعل مع media query للنظام */
@media (prefers-color-scheme: dark) {
    .bbcat::-webkit-scrollbar-track {
        background: #1e1e1e;
    }
    .bbcat::-webkit-scrollbar-thumb {
        background: linear-gradient(135deg,#7f88ff 0%,#3d46ff 100%);
    }
    .bbcat {
        scrollbar-color: #7f88ff #1e1e1e;         /* لـ Firefox */
    }
}

.maincatmiddel{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin: 5px;
    overflow: hidden;
    transform-origin: center center;
    transition: transform ease-in-out 2s ;
    width: 170px ;
}
.maincatmiddel img{
    width: 150px ;
    height: 150px ;
    border-radius: 50%;
}
.maincatmiddel:hover  img {
      transform: scale(1.1);
      border: solid 2px rgb(173, 54, 54);
 }

/* /// */

/* الحاوية الرئيسة للسلايدر */
.testimonials .slider {
  position: relative;
  width: min(90vw, 600px);
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, .07);
  padding: 2.5rem 1rem 3.5rem;
}

/* المسار الذي يحمل الشرائح */
.testimonials .slides-wrapper {
  display: flex;
  transition: transform .6s ease;
}

/* كل شريحة */
.testimonials .slide {
  flex: 0 0 100%;
  opacity: 0;
  transition: opacity .6s ease;
  text-align: center;
  padding: 0 1.2rem;
}

.testimonials .slide.active {
  opacity: 1;
}

.testimonials .avatar {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #0d6efd;
  margin-bottom: 1rem;
}

.testimonials .name {
  margin: .4rem 0 .6rem;
  font-size: 1.2rem;
  color: #0d6efd;
}

.testimonials .comment {
  font-size: .95rem;
  line-height: 1.6;
  margin: 0 auto 1rem;
  max-width: 35ch;
}

.testimonials .rating {
  color: #ffc107;
  font-size: 1.1rem;
}

/* أزرار الاتجاه */
.testimonials .nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #0d6efd;
  color: #fff;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  font-size: 1.3rem;
  cursor: pointer;
  transition: background .3s;
}

.testimonials .nav:hover { background: #0948c7; }

.testimonials .prev { left: 10px; }
.testimonials .next { right: 10px; }

/* المؤشرات */
.testimonials .dots {
  position: absolute;
  bottom: 12px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: .5rem;
}

.testimonials .dot {
  width: 12px;
  height: 12px;
  border: 2px solid #0d6efd;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: all .3s;
}

.testimonials .dot.active,
.testimonials .dot:hover {
  background: #0d6efd;
}

/* استجابة للشاشات الصغيرة */
@media (max-width: 500px) {
.testimonials  .comment { font-size: .9rem; }
.testimonials  .slider { padding: 2rem .5rem 3rem; }
}


/*** Testimonial Start ***/

.testimonial-item {
    background: #cee1da;

}

.testimonial-carousel .owl-dots {
    margin-top: 15px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #868686;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);

}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    background: #FFFFFF !important;
    box-shadow: 0 0 30px #DDDDDD;
}
.testh h4{
  color: #0F3A58;
}
.review{
    height: 100px;
    background-color: #003049;
    margin: 20px;
}
.review h2{
    text-align: center;
    font-size: 4rem;
    color: #fff;
}
.review i{
    text-align: center;
    font-size: 4rem;
    color: #f3b20d;
}
/*** Testimonial End ***/
.feat{
    padding: 80px 0;
}

.ctaoffers{
    padding-top: 40px ;
}

.menucategory .sidebar {
      width: 280px;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
      padding: 20px;
      animation: fadeIn 0.6s ease-in-out;
      position: sticky;
      top:150px;
      height: 100vh;
    }

  .menucategory   .category {
      margin-bottom: 20px;
    }

  .menucategory   .category > h3 {
      font-family: "Beiruti", sans-serif;
      font-size: 1.5rem;
      text-align: right;    
      color: #333;
      margin-bottom: 10px;
      border-right: 4px solid #4CAF50;
      padding-right: 8px;
      font-weight: 600;
    }

  .menucategory   .subcategory {
      list-style: none;
      padding: 0;
      margin: 0;
    }

  .menucategory   .subcategory li {
      margin: 6px 0;
    }

   .menucategory  .subcategory li a {
      text-decoration: none;
      color: #555;
      font-size: 1.2rem;
      padding: 6px 10px;
      display: block;
      border-radius: 8px;
      transition: all 0.3s ease;
      text-align: right;
      margin-right: 20px;
      background-color: none;
    }

  .menucategory   .subcategory li a:hover {
      background: #4CAF50;
      color: #fff;
      transform: translateX(-5px);
    }

    @keyframes fadeIn {
      from { opacity: 0; transform: translateY(20px); }
      to { opacity: 1; transform: translateY(0); }
    }

  .bcatsec .itemlist{
    margin-bottom: 40px;
}








/* phone */
   @media (max-width: 800px) {
    #hero{
        background-color: #000;
    }
    .headtxt img{
        width:100px;
        max-height:100px;
        margin-right: 10px;
    }
    .navcontainer{
        justify-content:space-around;
        padding: 10px 10px;
        
    }
    .btncolor{
        width: 130px;
    }
    .xdivv{
        margin-right: 0;
    }
   .lanen{
    font-size: 1rem;
   }
  
    .xbtn{
        display: none;
    }
    .hero{
 
        width: 100%;
        margin-bottom: 10px;
    }
    .banner{
        padding:0 20px;
 
    }
    .footbanner{
        flex-direction: column;
        width: 100%;
        justify-content: center;
        padding: 0;
 
    }
       .divc2{
         width: 100%;
         border-radius: 5px;
 
       }
       .divc2 img{
         width: 100%;
         border-radius: 0px;
       }
    .divc1{
        width: 100%;
        flex-direction: column;
        justify-content: center;
    }
    .divc1 h2{
        text-align: center;
        font-size: 1.5rem;
    }
        .divc1 .button{
             align-self: center;
        }

    .vesitable{
        padding: 0;
        margin-top:-110px;
    }    
 
   .imgs_container{
    padding: 0;
    margin: 0;
   }
   .imgcont{
    width: 90%;
    padding: 0px;
    border-radius: 5px;
   }
   .feat .bcat_img{
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px;
   }
   .h3_container{
    margin: 10px;
    text-align: center;
    width: 100%;
   }
   .featurs p{
    text-align: center;
   }
   
/*     .bottommenu{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 70px;
        background-color: #31393c;    
        border-radius: 10px 10px 0 0;
        display: flex;
        justify-content: space-around;
        align-items: center;

    } */
    .langucontainer img{
      width: 50%;

 
}
    .xlert{
        position: fixed;
        top: 40vh;
        width: 100%;
        left: 0;
        text-align: center;
    }
    .checkform{
 
        padding: 0px;
    }
     .vxitem{
    height: 650px;
    
 }
    .carousel-item{
        margin-top: 90px;
        height: 50vh;

    }
    .phonfoot{
        display: none;
    }
    .vesitable .owl-nav .owl-prev {
        position: absolute;
        top: -28px;
        left: 0;
        padding: 5px 15px;   
    }       
    .vesitable .owl-nav .owl-next {
        position: absolute;
        top: -28px;
        left: 55px;
        padding: 5px 15px;
    }
    .footbanner{
        width: 100%;
        height: 100vh;
        margin:0px;
        margin-bottom: 20px;
        flex-direction: column-reverse;
        padding: 0;

    }
    .banner{
              margin-bottom: 0;
    }
    .divc{
        width: 100%;
        text-align: center;
    }
    .footbanner h6{
        font-size: 25px;
        width: 100%;
        font-weight: 700;
        text-align: center;
    }
    .footbanner p{
      text-align: center;
      font-size: 16px;
      font-weight: 700;
    }
    .footbanner  img{
        height: 40vh;
        margin: 0px;
        padding: 0px;
        
    }
    .xcontact{
        padding: 0px;
 
    }

    .dcontact {
        padding: 0;
        margin: 0;
    }
    .conta{

        margin: 0;
    }
    .whatsconn{
        z-index: 99;
    }
    .vescont{
       width: 100%;
       max-height: 500px;
    }
    .vescont .vesitable-img{
        max-height: 400px;
    }
    #navbarCollapse{
        padding-top: 70px;
        text-align: center;
        margin: 10px 0;
        overflow: auto;
        height: 100vh;
        z-index: 9999999999;
        flex-direction: column;
        width: 100%;
        padding-bottom: 190px;


    }
    #navbarCollapse a{
        font-size: 20px;
        font-weight: 700;
        padding: 15px 0;
        border-bottom: #a09d9d solid .3px;      
    }


    .shophead{
        margin-top: 110px;
        padding-top: 10px;
        font-family: "Beiruti", sans-serif;
        height: 0vh;
     }
     .shophead h1{
               font-family: "Beiruti", sans-serif;

     }
  
     .singlh4{
        text-align: center;
     }
     .singlh4 .xstr{
        display: flex;
        justify-content: center;
     }
     .table-responsive table{
        overflow: auto;
        width: 800px;
     }
     .table-responsive table th{
        width: 200px;
     }
    .tbimg img{
        border-radius: 5px;
    }
    #count{
        width:50px;
    }
   .xch{
    display: flex;
    margin-left: 30px;
   }
   .xcheck{
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
           font-family: "Beiruti", sans-serif;

   }
   .xcheck h1{
           font-family: "Beiruti", sans-serif;

   }
   .xcheck  h1 ,.xcheck  input{
    align-self: center;
    text-align: center;
   }
   .pillinput{
     width: 100px;
   }
   .ph5{
    font-size: 16px;
   }
   .vesitable h1{
    font-size: 18px;
    font-weight: 900;
   }
   .conta input ,.conta label ,.conta textarea{
    width: 100%;
    text-align: center;
    
   }

   header{
    width: 100%;

   }
   .navcontainer{
    width: 100%;
   }
   .navbar-toggler{
    padding: 0;
    display: block;
   }
 
   .footrzindex .container{
    margin: 0;
    padding: 0;
   }
   .footcont{
    flex-direction: column-reverse;
    justify-content: center;
    padding: 0;
    margin: 0;
   }
   
   .footer{
    padding: 0;
        background-color: #0B0B63;

   }
   .locati{
    align-self: center;
        padding:0;
        margin: 10px 0;
            background-color: #00FF87;

   }
   .conta{
    margin-bottom: 60px;
   }
   .visi{
    padding-top: 80px;
   }
 .visi .container{
    margin: 0;
    padding: 0 0px 0 0;
   }
   .visi .container .owl-carousel{
    margin: 0;
    padding: 0;
    width: 100%;
   }
   .abouthero1 h1{
    font-size: 1.2rem;
   }
    .abouthero{
         margin: 0;
         padding: 0;
         padding-top: 40px;
    }
   .abouthero .container{
    margin: 0;
    padding: 0;
   }
    .abouthero .container .row{
    margin: 0;
    padding: 0;
    width: 100%;
   }
   .abouthero h2{
    font-size: 2rem;
    width: 100%;
    margin: 0;
 
   }
    .abouthero p{
        font-size: 1rem;
        text-align: center;
        margin-bottom: 40px;
    }
     .contacthero{
        background-size: 100% 100%;
        height: 20vh;
     }
     .contacthero h1{
    font-size: 1.2rem;
   }
       .contactheromenu{
        background-size: 100% 100%;
        
     }
     .contactheromenu h1{
      font-size: 1.5rem;
      padding: 10px;
   }

   .itemcat{
    width: 100%;
    padding-right:0px;
    margin: 0;
    justify-content: flex-start;
     

   }
   .categoryLink {
     font-size: .9rem;
     align-self: center;
     text-align: center;
     padding: auto;
     text-wrap:nowrap ;
   }

   .menulist{
       margin-bottom: 120px;
   }
   .maincatg{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 0;
   }
   .categoryLink2{
    margin-right: -15px;
   }
   .table-responsive{
    display: none;
   }
   .xchk{
    margin: 0;
    padding: 0;
   }
   .xchk  textarea{
    margin-bottom: 20px;
   }
   .bcaticon{
    color: #003049;
   }
   .chkoutphone{
    margin-top: 30px;
    margin-bottom: 50px;
    padding: 0;
    display: inline;
   }
   .topcontainer{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
    padding: 10px;
    margin-bottom: 15px;
   }
   .topcontainer .tbimg{
    width: 40%;
    height: 80px;
    padding-left: 10px;
   }
    .topcontainer .tbimg img{
      width: 100%;
      height: 100%;
      border-radius: 2px;
    }
    .topcontainer .itemdeta{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
     .topcontainer .itemname{
        width: 100%;
        font-size: 1.2rem;
        text-align: right;
        display: flex;
        justify-content: space-between;
    }
    .nama{
        color: #0B0B63;
    }
    .itemname .remove{
        color: #0B0B63;
        align-self: flex-end;
    }
    .topcontainer .itinfo{
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items:center;
        justify-content: space-between;
    }
    .itemdeta .itemprice{
        font-weight: 700;
        color: #918c8c;
        margin-bottom: 10px;
    }
    .input-group-btn{
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;

    }
    .input-group-btn a{
        align-self: center;
        display: flex;
        justify-content: center;
    }
   .input-group-btn a i{
        align-self: center;
        color: #0B0B63;
        font-size: 1.5rem;
        font-weight: 900;
    }
    .itinfo .count {
       color: #0B0B63;
       font-size: 1rem;
       font-weight: 900;
       align-items: center;
    }
    .itinfo .totalll{
        width: 50%;
        color: #0B0B63;
    }
    .xtotal{
        margin-top: 70px;
    }
    .xtotal .tot{
        font-size: 1.2rem;
        font-weight: 900;
        color: #0B0B63;
    }
    .xxprc{
        color: #0B0B63;
        text-decoration: none;
        font-style: normal;
          font-size: 1.2rem;
        font-weight: 900;
        align-self: center;
    }
    .xtotal span{
        font-size: 1.2rem;
        font-weight: 900;
          color: #0B0B63;
    }
     .input-group-btn a :hover{
         cursor: pointer;
         color: #b08c47;
    }
    .searchbar{
        display: none;
    }
    .Bottomheader{
        display: none;
    }
    .carousel-item ,.carousel-item img{
        height: 30vh;
    }
    #hero{
 
        margin-bottom: 10px;
    }
    .ctaoffers{
        margin: 0;
    }
    .ctacontainer{
        flex-wrap: wrap;
        justify-content: center;
    }
   .ctaitem{
    height: 30vh;
    width: 47%;
    background-color: #003049;
    margin: 5px;
    border-radius: 20px;
    position: relative;
  }
  .ctaitem span{
    font-size: 1rem;
  }
  .ctaitem h2{
    font-size: 1.5rem;
    font-weight: 900;
    margin-top: -10px;
 
  }
    .ctaitem span{
    font-size: 1rem;
  }
  .txtcontainer{
    top: 40%;
    height: 80px;
  }
  .realcont{
     top: 40%;
    width: 50%;
    margin-top: 1px;
    height: 150px;
 
}
.ctaoffers{
    padding-top: 0px ;
}
.featurs{
 
    margin-top: -60px;
}
.featurs .slider-track {
  display: flex;
  width: calc(100% * 8/ 3); /* عدد الصور ÷ عدد الصور في العرض */
  animation: scroll 20s linear infinite;
}
.maincathead h2{
    font-size: 2rem;
}
.maincathead i{
    font-size: 1.5rem;
    width:40px;
    height: 40px;
}
.delvcont{
    flex-wrap: wrap;
}
.review h2{
    padding-top: 30px;
    margin-top: 20px;
    font-size: 2rem;
 }
.review h2  i{
    font-size: 1.5rem;

}
.testimonial{
 margin: 0;
 margin-top: -100px;
}
.vesitable .owl-nav .owl-prev,.testimonial .owl-nav .owl-prev  {
    display: none;
}

.vesitable .owl-nav .owl-next,.testimonial .owl-nav .owl-next {
 display: none;
}
.delivery .container{
    margin: 0;
    padding: 0;
}
.delvitem{
    padding: 10px;
    width: 120px;
    height: 150px;
    border-radius: 20px;
    margin: 5px;

}
.delvitem i{ 
    font-size: 3rem;
    color: #10032d;
}
.delvitem h6{
   color: #c91d1d;
   font-size: 1rem;
}
.delvitem p{
    text-align: center;
    font-size: .7rem;
    font-weight: 700;
 
}
.vescont{
     width: 50%;
}
.itemlist .vxitem{ 
    width:100%;
    margin-right: 2px;
    height: 250px;
    margin-bottom: 60px;
}

.itemlist  .vxitem p{
    height: 50px;
   text-align: center;
   margin-bottom: 10px;
 }
 .vxitem .vesitable-img{
    height: 170px;
 }
 .itemlist .bottombtn .addtlist{
    font-size: .7rem;
    width: 90px;
    padding: 0;
 }
  .itemlist .bottombtn p{
    font-size: .8rem;
    width: 50px;
   padding: 15px 1px;
 }
  .vesitable-item:hover {
    box-shadow: none;
}
.bcatsec .maincatmiddel img{
    width: 70px;
    height: 70px;

}
.contactheromenu{
    height: 0vh;
}
.menucontainer {
    flex-direction: column;
}
.menucategory .sidebar{
   display: none;
}
.itemlist .sizeconta{
    width:100%;
    overflow: auto;
    flex-wrap: wrap;
    padding: 5px;
}
.vxitem h4{
    text-align: center;
}
}

 input[type=radio]+ span {
        border: solid 1px #b1b1b6;
        color: #131313;
        padding: 3px;
        border-radius: 5px;
    }
 input[type=radio]:checked + span {
        background-color: #007bff;
        color: #fff;
        border-radius: 5px;
    }