

 .banner-home .swiper-pagination-bullet {
    margin: 0 9px !important;

}
  
  /* Menu Page Styles */
  .menu-information-title h1 {

    text-transform: uppercase;
   
  }
  
  .border-heading-right,
  .border-heading-left {
     border-top: 1px solid var(--main-color);
    border-width: 0.1px;
  }
  
  
  .menu-info-box {
    background-color: #f2f2f2;
    padding: 18px 18px;
  }
  
  .menu-info-box h2 {
    text-align: center;
    margin: 22px 0 -6px 0;
  }
  
  .menu-info-box h2 a {
    text-decoration: none;
 font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--main-color);
    
  }
   .menu-info-box h2 a span{
          display: block;
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 17px;
  }
  
  .menu-info-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  
 
  .main-haeding-sec{
          margin-top: 16px;
    margin-bottom: 25px;
  }
  
  .menus-information-sec {
    background-image: url(/assets/images/Egypt-Waterway-menu-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 25px;
  }
  
 
  
  /* Product Categories */
  .tab-box {
       border-radius: 15px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0px 0px;
    padding-top: 6px;
  }
  
  .light_green{
       background-color: var(--a-la-carte);
  }
  .pista {
    background-color: var(--macarons-Eugénie-color);
  }
  
  .pastel-pink {
    background-color: var(--french-Toast-color);
  }
  
  
  .pastel_purple {
    background-color: var(--drinks);
  }
  
  /* Dropdown Styles */
  .dropdown {
    overflow: hidden;
  }
  
  .dropdown-header {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .dropdown-header .arrow{
    position: absolute;
    right: 23px;
  }
  
  .dropdown-content {
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    margin-top: 0px;
    display: none;
  }
  
 
  
.dropdown-content p a img{
    height: 40px;
    margin-right: 8px;
    position: relative;
    top: 5px;
    
}
.table-box{
        background-color: #f2e6f2;
    padding: 20px;
}
  .table-box table{
      border-collapse: collapse; width: 100%;
  }
  .table-box td{
      width: 50%;
  }
  /* Arrow Rotation */
  .arrow {
    transition: transform 0.3s;
  }
  
  .arrow.up .fa {
    transform: rotate(180deg);
  }
  
  /* Banner Styles */
  .menu-detail-banner {
    background-image: url(/assets/images/Classic-French-toast.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  
  .menu-detail-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0c0c;
    opacity: 0.3;
    z-index: 1;
  }
  
  .menu-detail-banner .container {
    position: relative;
    z-index: 2;
    color: var(--text-color-white);
  }
  
  .menu-detail-banner h2{
      margin-bottom: -4px;
    text-transform: uppercase;
    color: var(--text-color-white);
  }
  .menu-detail-banner p {
      font-family: 'GEHili';
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
  }
  .menu-detail-banner h2 {
    font-size: 32px;
  }
  
  .menu-detail-banner h3 {
    font-size: 24px;
  }
  
  /* Back Button */
  .back-button a {
    font-family: "Prata", serif;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--main-color);
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  
  .back-button .fa-chevron-left {
    background: #eeeeee;
    padding: 12px 15px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .product-box{
      margin: 15px;
  }
  

  /* Menu Page Styles */
  .menu-information-title h1 {
margin-bottom: 5px;
    text-transform: uppercase;
   
  }
  

  
  .menu-info-box {
    background-color: #f2f2f2;
    padding: 25px 18px;
  }
  
  .menu-info-box h2 {
    text-align: center;
    margin: 22px 0 -6px 0;
  }
  
  .menu-info-box h2 a {
    text-decoration: none;
 font-weight: 400;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--main-color);
  }
  
  .menu-info-box img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: auto;
  }
  
  .menu-info-sec {
      padding-bottom: 40px;
    margin-top: 0px;
  }
  .main-haeding-sec{
          margin-top: 16px;
    margin-bottom: 25px;
  }
  
  .menus-information-sec {
    background-image: url(/assets/images/Egypt-Waterway-menu-scaled.webp);
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 30px;
        padding-top: 30px;
    position: relative;
       
  }
 .menus-information-sec  .container{
      position: relative;
  }
  .menus-information-sec::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity (0.5 for 50% darkness) */
    z-index: 0;
}
.menus-information-sec .dropdown-content p a span{
   display: block;
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 12px;
    padding-left: 62px;
    margin-top: -13px;
    margin-bottom: 5px;
}
   .menus-information-sec .tab-box  a span , .menus-information-sec span a span{
          display: block;
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 18px;
    text-align: center;
  }
  .menus-information-sec p a,
  .menus-information-sec span a,
  .french-toast p a {
    font-size: 28px;
    line-height: 22px;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--dark-gold);
    text-decoration: none;
     transition: color 0.3s ease;
         font-family: "garamond-premier-pro-display", serif;
  }
  
  /* Product Categories */
  .macarons,
  .french-toast,
  .a-la-carte,
  .sweets-more,
  .drinks {
    border-radius: 15px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0 0px;
  }
  
  .macarons {
    background-color: var(--macarons-Eugénie-color);
  }
  
  .french-toast {
    background-color: var(--french-Toast-color);
  }
  
  .a-la-carte {
    background-color: var(--a-la-carte);
  }
  
  .sweets-more {
    background-color: var(--sweets-More);
  }
  
  .drinks {
    background-color: var(--drinks);
  }
  
  /* Dropdown Styles */
  .dropdown {
    overflow: hidden;
  }
  
  .dropdown-header {
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .dropdown-header .arrow{
    position: absolute;
    right: 23px;
  }
  
  .dropdown-content {
    padding: 10px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    backdrop-filter: blur(5px);
    margin-top: 0px;
    display: none;
  }
  
  .dropdown-content p a {
    text-decoration: none;
    padding-left: 7px;
    position: relative;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--text-color-white);
  }
  
  .dropdown-content p a::before {
    content: "";
    display: inline-block;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -8px;
  }
  
  /*.menus-information-sec .dropdown-content  a::before {*/
  /*  background-image: url(https://laduree.ae/wp-content/uploads/2022/11/Starters.png);*/
  /*}*/
 
  
  /* Arrow Rotation */
  .arrow {
    transition: transform 0.3s;
  }
  
  .arrow.up .fa {
    transform: rotate(180deg);
  }
  
  /* Banner Styles */
  .menu-detail-banner {
    background-image: url(/assets/images/Classic-French-toast.webp);
    background-position: center;
    background-repeat: no-repeat;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
  }
  
  .menu-detail-banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0c0c0c;
    opacity: 0.3;
    z-index: 1;
  }
  
  .menu-detail-banner .container {
    position: relative;
    z-index: 2;
    color: var(--text-color-white);
  }
  
  .menu-detail-banner h2{
      margin-bottom: -4px;
    text-transform: uppercase;
    color: var(--text-color-white);
  }
  .menu-detail-banner p {
      font-family: 'GEHili';
    font-size: 24px;
    font-weight: 400;
    color: #ffffff;
  }
  .menu-detail-banner h2 {
    font-size: 32px;
  }
  
  .menu-detail-banner h3 {
    font-size: 24px;
  }
  
  /* Back Button */
  .back-button a {
    font-family: "Prata", serif;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--main-color);
    text-decoration: none;
    display: flex;
    align-items: center;
  }
  
  .back-button .fa-chevron-left {
    background: #eeeeee;
    padding: 12px 15px;
    border-radius: 50%;
    margin-right: 10px;
  }
  .product-box{
      margin: 15px;
  }
  /* Product Area */
  .product-area{
          margin-bottom: 40px;
  }
  .product-area .col-lg-6{
          padding: 0;
  }
  .product-box h3{
      margin-top: 40px;
  }
  .product-box{
   padding: 50px 50px 30px 50px;
    background-color: #f4d7dc;
    height: 98%;
  }
  .product-area img {
    width: 100%;
    max-width: 100%;
    height: auto;
    object-fit: cover;
    border: 10px solid #ffffff;
  }
  
  /* Responsive Design */
 
  
  .dropdown-content p{
          margin-bottom: 0px;
    border-bottom: 1px solid rgba(238, 238, 238, 0.4);
  }
  .menus-information-sec .dropdown-header .arrow {
   height: 35px;
    position: absolute;
    right: 23px;
    background: #ffffff;
    padding: 10px !important;
    width: 32px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .menus-information-sec .dropdown-header .arrow .fa{
        color: #90795C;
    font-size: 18px;
}
      
  .dropdown-content p:last-child {
    border: none;
}
.menus-information-sec p{
    margin-bottom: 0px;
}
 

body.overlay-active:before{
      content: "";
    position: fixed;
    top: 226px;
    left: 0;
    width: 100%;
    height: calc(100% - 54px);
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.3s ease;
    opacity: 1;
    z-index: 99;
}

body.overlay-active {
  /*overflow: hidden;*/
  
}


/*macarons page css start*/
.back-button-sec{
           display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 15px;
    margin-bottom: 40px;
}
.back-button-circle{
        color: #90795c;
    background: #eeeeee;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;

}
.back-button-sec a span{
        font-family: 'GEHili';
    font-weight: 300;
    font-size: 14px;
    margin-top: -13px;
    margin-bottom: 5px;
}
  .back-button-sec a{
          font-family: 'Prata';
    font-size: 19px;
    color: #90795c;
    text-decoration: none;
  }
  
  .price span{
          color: black;
    font-weight: 900;
    font-family: 'Nunito Sans';
    font-size: 17px;
    text-align: right;
  }
  .box-bottom{
          margin-top: 34px;
  }
  .kcal span{
      font-family: "Nunito Sans", Sans-serif;
    font-size: 11px;
    font-weight: 400;
    color: #757575;
    background-color: #FAFAFA;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #E1E1E1;
    border-radius: 14px 14px 14px 14px;
    width: fit-content;
    padding: 3px 8px;
  }
  .arabic-description p{
          text-align: right;
    color: #000000;
    font-family: 'GEHili';
    font-size: 17px;
  }
  .english-description p{
          color: #000000;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }
  .price{
      text-align: right;
  }
  
  .dual-box img{
      height: 106px;
    width: 106px;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    object-fit: cover;
    border-radius: 50%;
  }
  .dual-box{
          display: flex;
    justify-content: center;
    align-items: center;
    gap: 50px;
  }
  .dual-box span{
          position: relative;
    top: 15px;
  }
  .dual-box a small{
    font-family: 'GEHili';
    font-weight: 300;
    font-size: 14px;
    display: block;
    margin-top: -5px;
 
  }
  .dual-box a{
      text-transform: uppercase;
          font-size: 20px;
          margin-top: 14px;
      text-decoration: none;
          color: var(--black);
    font-weight: 500;
  }
  .dual-box  .first-box , .second-box{
      text-align: center;
  }
 .dual-box h3{
      margin-top: 14px;
  }
    a:hover{
      color: var(--main-color);
  }
  .macaron-box-front img{
      width: 165px;
    max-width: 95%;
       margin-top: 28px;
  }
 
  .macaron-box-sec{
          padding: 0 3%;
              margin-bottom: 30px;

  }
  .macaron-box-front h3{
          margin-bottom: 0;
      font-size: 20px;
    font-weight: 400;
      color: var(--black);
          margin-top: 14px;
  }
  .macaron-box-front p{
          color: #000000;
    font-family: 'GEHili';
    font-size: 20px;
    font-weight: 300;
  }

  .macaron-arabic-price span{
          color: #000000;
    font-family: 'GEHili';
    font-size: 14px;
        font-weight: 300;
  }
  .up-arrow small{
          font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito Sans';
  }
  .up-arrow span{
      cursor: pointer;
          background: #672E45;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    color: white;
  }
  .macaron-price{
          margin-top: 27px;
  }
  .macaron-arabic-price{
          margin-bottom: 50px;
  }
  .up-arrow{
          padding-bottom: 30px;
  }


  .allergens p{
          font-size: 12px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0;
  }
  .allergens-eng-disc span {
         color: #000000;
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
    
  }
  .allergens-arb-disc p{
         line-height: 28px;
    font-size: 15px;
    font-weight: 400;
        font-family: 'GEHili';
  }
  .allergens-eng-disc{
          margin-bottom: -4px;
  }
  .allergens{
          padding-bottom: 16px;
  }

  
 
  
  .box {
          margin-bottom: 18px;
          position: relative;
    height: 470px;
     
      overflow: hidden;
      
      
    }
    .hid-box {
      top: 100%;
      position: absolute;
      transition: all 0.3s ease-out;
      height: 100%;
    }
.macaron-box-back{
    padding-top: 27px;
}
.center-sec{
    padding: 29px 12px 83px  12px;
   
}
.macaron-box-sec h3{
    text-align: center;
    margin-top: 73px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
}
/*macarons page css end*/


/*home page banner css start */
.banner-sec img{
    width:100%;
    height: 518px;
    object-fit: cover;
}
.quote span {
    position: relative;
    display: inline-block;
    padding: 10px 0;
        font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
}

.quote span::before,
.quote span::after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px; /* Adjust thickness */
    background-color: black; /* Adjust color */
}

.quote span::before {
    top: 0;
}

.quote span::after {
    bottom: 0;
}
.banner-title span{
    display: block;
     font-family: var(--font-serif);
        line-height: 1.4;
         text-transform: uppercase;
        margin-bottom: -4px;
      color: var(--black);
    font-size: 29px;
    font-weight: 400;
    margin-top: 30px;
    padding: 0 38px;
}
.arabic-title-banner p{
  font-family: 'GEHili';
    font-size: 18px;
    font-weight: 300;
    color: #181818; 
    margin-top: 4px;
}
.english-description-banner p{
          color: var(--black);
        font-size: 16px;
    font-weight: 700;
     margin-bottom: 0;
}
.arabic-description-banner p{
      font-family: 'GEHili';
    font-size: 16px;
    font-weight: 300;
       
}
.english-description-banner{
        margin-top: 28px;
}
.discover-btn{
    margin-top: 44px;
}
.discover-btn a{
        background-color: #672E45;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #000000;
    border-radius: 0px 0px 0px 0px;
    padding: 19px 60px 19px 60px;
    text-decoration: none;
    color: white;
}
.discover-btn a:hover{
         background-color: var(--white);
         color: var(--black);
          border-color: var(--black);
}

.banner-sec .align-items-center{
    
            background: #DBE4D5;
}
.banner-sec{
    margin-bottom: 20px;
}
.swiper-pagination{
    position: relative !important;
    margin-top: 20px; 
    text-align: center;
}

/*home page banner css end */


/*home page products area css start */
.products_box{
       
    background: #FFE4E9;
    text-align: center;
      height: 495px;
    padding-top: 77px;

}



.swiper-products  .swiper-products {
  width: 100%;
  
}

.swiper-products .swiper-slide {
  width: calc(100% / 5); /* Ensures 5 slides fit, center one fully */

  transition: 0.3s ease-in-out;
}





.products_box h3{
         margin-top: 20px;
    font-size: 19px;
    font-weight: 400;

}
.products_box img{
   max-width: 200px; 
}


/*home page products area css end */

/*home page newsletter start */
.newsletter-sec h2{
  font-family: var(--font-serif);
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    color: #000000;
}
.newsletter-sec p{
       font-family: var(--font-serif);
    font-size: 19px;
    font-weight: 300;
    line-height: 27px;
    color: #a39161; 
}
.newsletter-sec .fields input{
        background-image: none;
    border: 1px solid #ccc;
    width: 100%;
    height: 34px;

}
.newsletter-sec .fields label{
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 16px;
    color: #5b5a5a;
}
.newsletter-sec .fields label span{
        color: red;
}
.newsletter-sec .submit-wrap input{
         width: auto;
    padding: 0 10px;
    border-radius: 4px;
    font-size: 13px;
    outline: none;
    border: 0;
    padding-left: 33px;
        color: #5b5a5a;
}
.newsletter-sec .fields{
        margin-top: 16px;
}
.newsletter-sec .submit-wrap{
    margin-top: 16px;
 position: relative;
    
}
.newsletter-sec .submit-wrap .fa-envelope{
         position: absolute;
    top: 9px;
    left: 11px;
}
.newsletter-sec {
        margin-bottom: 50px;
}


/*home page newsletter end*/

/*product landing page start */
.breadcome  ul{
       display: flex;
    gap: 38px;
    color: #54595f; 
}
.breadcome  ul li{
      list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}



.seprator {
    position: relative;
}
.breadcome .seprator{
    margin-top: 40px;
}

.seprator:after {
    content: "";
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    width: 4px;
    bottom: 0;
    height: 6px;
    background: #84754e;
    border-radius: 100%;
}


.content-area h1{
        margin-bottom: 30px;
    font-size: 30px;
    margin-top: 20px;

}



.swap-on-hover img {
     position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 282px;
    overflow: hidden;
    object-fit: cover;
}
.swap-on-hover img {
        background: #F6F6F6;
}
.swap-on-hover .swap-on-hover__front-image {
  z-index: 9;
  transition: opacity 0.5s linear;
  cursor: pointer;
}

.swap-on-hover:hover > .swap-on-hover__front-image {
  opacity: 0;
}
.view-details-btn{
        /*background: #672e45;*/
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 0px;
}
.view-details-btn a{
    font-size: 15px;
    font-weight: 400;
    text-decoration: none;
    background: #672e45;
    color: white;
    padding: 14px 110px;
    border: 1px solid #672e45;

}
.arabic-title-product-card{
        width: 70%;
}
.arabic-price{
        width: 30%;
    text-align: right;
}
.title-with-delevery-icon ul{
        padding-left: 0;
    width: 40%;
    margin-top: 5px;
}
.title-with-price h2 a{
    font-size: 14px;
    font-family: 'Nunito Sans';
    line-height: 17px;
    color: black;
    font-weight: 700;
    text-decoration: none;
}

.title-with-price{
        margin-top: 12px;
    display: flex;
        align-items: flex-start;
}

.symbole{
    color: #1E1E1E;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 13px !important;
    font-style: normal;
    font-weight: 600 !important;
    line-height: 10px !important;
}

.arabic-title-product-card p{
     font-family: 'GEHili';
     font-size: 13px;
    font-weight: 300;
    line-height:16px;
       
}
.product_card ul li{
        text-align: center;
    font-size: 11px;
    font-weight: 300;
    color: #54595f;
list-style: none;
}
.product_card .baches{
       position: absolute;
    z-index: 99;
    top: -9px;
    left: 17px;
}
.product_card{
       position: relative;
    margin-bottom: 40px;
    margin-left: 11px;
    margin-right: 11px;
}
.title-with-delevery-icon{
        display: flex;
}


/*product landing page end*/



a{
    text-decoration: none;
}
/*product page css end */
/*product deatil page start */

.baches a{
    display: inline-block;
        height: 30px;
    padding-top: 6px !important;
}

.product-detail_content h1{
        font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: black;
    margin-top: 33px;
}
.arabic-title-deatil p{
        margin-bottom: 14px;
        font-size: 18px;
    font-weight: 300;
  font-family: 'GEHili';
}
.baches{
        margin-top: 28px;
}
.product-detail_discription p{

     font-size: 14px;
    font-weight: 700;
    line-height: 20px;
}
.product-arb-detail p{
    color: #000000;
    font-family: 'GEHili';
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}
.price p{
        color: #000000;
    font-size: 20px;
    font-weight: 800;
}

.product-detail_content{
        margin-bottom: 30px;
}
.product-detail-slider{
    overflow: hidden;
    margin-top: 23px;
}


.product-detail-slider img{
    height: 470px;
    object-fit: cover;
    width: 600px;
}
.border_ {
    border-top: .5px solid #D1D1D6;
    margin-bottom: 15px;
    margin-top: 15px;

}
/*product deatil page css end */

.product_card-main-sec{
    padding: 0 3%;
        margin-top: 30px;
            margin-bottom: 60px;

}


/*about hero section css strat  */

  .about-us-banner-sec img{
         height: 385px;
    width: 100%;
    object-fit: cover;
  }  
  
  .about_us_content-sec{
          background-color: #f9f9f9;
          padding: 40px 0px;
  }
  
 .about_us_content-sec img{
      width: 80%;
    max-width: 100%;
        box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.22);
  }
      .about-image-left{
          width: 57%;
  }
  .about-content-right{
      width: 42%;
  }
  .about-image-left {
      display: flex;
    align-items: center;
    justify-content: center;
       background: linear-gradient(to left, white 50%, transparent 50%);
}
.about-content-right{
      background: white;
    padding: 30px 30px 30px 0px;
}
  .yaer span{
          font-size: 16px;
    line-height: 21px;
    font-weight: 400;
    color: var(--main-color);
  }
    .yaer{
          margin-bottom: 14px;
    margin-top: 6px;
  }
  .bottom-right-img{
          display: flex;
    align-items: end;
    justify-content: end;
  }
   .bottom-right-img img{
           box-shadow: unset;
           width: 100%;
   }
   .second-box .about-image-left{
       text-align: left;
           background: linear-gradient(to right, white 50%, transparent 50%);
   }
  .second-box .about-content-right{
     padding: 30px 0px 30px 30px;
     text-align: left;
 }
 .middle-box{
     padding-bottom: 100px;
 }   
 .second-box{
      background: white;
 }
 .second-box img{
     box-shadow: unset;
 }
 .our-know-tabs{
    display: flex;
    justify-content: center;
    gap: 38px;
 }
 .our-know-tabs li{
     position: relative;
    display: inline-block; /* or block depending on layout */
    padding-right: 10px; /* Adjust spacing as needed */
     text-transform: uppercase;
     list-style: none;
         font-size: 13px;
    font-weight: 400;
 }
 .our-know-tabs  li::after {
      content: "";
    position: absolute;
    right: -12px;
    top: 3px;
    height: 12px;
    width: 1px;
    background-color: black;

}

.our-know-tabs  li:last-child::after {
    display: none; /* Remove border from the last child */
}
.fancy h1 , .fancy h2{
        margin-top: 46px;
    text-align: center;
  font-size: 100px;
    color: #edefeb;
    
}
.our-know-content-area h2{
        font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    color: #eb1d5d;
}
.heading-site p{
    padding-right:13%;
}

.laduree-world b{
        color: #5b5a5a;
    margin-top: 17px;
    display: block;
    margin-bottom: 11px;
}

.image-hover-content {
    position: relative;
    width: 100%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    margin-bottom: 12px;

}

.image-hover-content .content-overlay {
  background: rgba(0,0,0,0.7);
  position: absolute;
  height: 99%;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.image-hover-content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
  position: absolute;
  text-align: center;
  padding-left: 1em;
  padding-right: 1em;
  width: 100%;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.image-hover-content:hover .content-details{
  top: 50%;
  left: 50%;
  opacity: 1;
}
.fadeIn-bottom{
  top: 80%;
}

.content-details h3 {
    color: white;
}
.content-details p{
    color: white;
}
.hover-gallery{
    margin-bottom: 30px;
}

.yaer span {
  position: relative;
  display: inline-block; /* Ensures the span behaves like a box */
}

.yaer span::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background-color: var(--main-color);
}
  /*about hero section css end  */
  
  /*location css start */
  .location-text p{
      font-size: 14px;
      font-weight: 500;
   
  }
  .location-slider img{
          width: 100%;
    height: 421px;
    object-fit: cover;

  }
    .tabs-container {
            display: flex;
    width: 100%;
    padding-left: 20px;
          
        }
        .tabs-nav {
            width: 170px;
            list-style: none;
            padding: 0;
            margin: 0;
          
        }
        .tabs-nav svg{
            margin-right: 3px;
        }
        .tabs-nav li {
                display: flex;
    gap: 8px;
    align-items: center;
    justify-content: start;
                background: #FFF;
   box-shadow: 0px 0px 2px 0px rgba(0, 0, 64, 0.25);
                margin-bottom: 22px;
      width: 170px;
                padding: 17px;
    cursor: pointer;
    text-align: left;
    font-family: 'Prata';
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 400;
    color: var(--main-color);
        }
        .tabs-nav li.active {
                border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
             color: white;  
    background: #672E45;
             
        }
        
     
        .tabs-content.active {
    /*border: 1px solid black;*/
}
        .tabs-nav li.active  svg path{
                    stroke: #fff;
        }
       .tabs-nav li.active  svg{
                stroke: #fff;
        }
        .menu-tab img{
            height: 291px;
        }
        
        .tabs-content {
                    background: #FFF;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 64, 0.25);
    flex-grow: 1;
    padding: 0 20px;
    flex-grow: 1;
    display: none;
    height: 293px;
    /*margin-left: 17px;*/
        }
        .tabs-content.active {
            display: block;
              
        }
        .tabs-content p{
                line-height: 23px;
                font-size: 16px;
    font-weight: 400;
    
        }
        .tabs-content p a{
            color: black;
        }
        .location-box a:hover{
                color: #BD9A64;
        }
        .location-box a:hover svg {
    stroke: #BD9A64;
}
     .breadcome{
         margin-top: 25px;
     }
      
        
        .contact-tab .contact-tab-content{
             line-height: 35px;
   
        }
    
    .timing-tab , .contact-tab{
         padding-top: 40px;
    padding-left: 40px;

    }
    .pagination-location{
            margin-top: 10px;
    }
    
        .tab-sec-location{
               padding: 0 26px;
    margin-bottom: 48px;
    margin-top: 50px;
        }
            .tabs-content.active{
                position: relative;
            }
   
            
            .location-text{
                    margin-bottom: 16px;
                        padding-left: 22px;
            }
  /*location css end */
  
  
  /*home page enqery css start */
  .inquiry{
          margin-top: 54px;
           background-color: #DBE4D5;
    padding-top: 0px;
    padding-bottom: 24px;
    margin-bottom: 156px;

  }
  .inquiry-box{
      
          margin: 12px;
          text-align: center;
    background: white;
               padding: 25px 5px 30px 5px;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);

  }
  .inquiry-btn a{
         color: #1e1e1e;
    background: #dbe4d5 ;
    border-color: #1e1e1e;
    font-size: 19px;
    text-transform: uppercase;
    border: 1px solid #1e1e1e;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1.43;
    box-sizing: border-box;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 0;
    padding: 15px 40px;
    width: 80%;
    margin-top: 13px;
  }
  
  .inquiry-box img{
          margin-bottom: 18px;

      height: 60px;
  }
  .inquiry-box p{
          padding: 0 34px;
  }
  .inquiry .container {
      top: 109px;
      position: relative;;
  }
  /*home page enqery css end */
  
  .newsletter-form{
      padding-left: 30px;
       padding-top: 30px;
  }
  
  
  .swiper-play-pause {
    height: 36px;
   width: 36px;
   position: absolute;
   bottom: 1px;
   left: 45%;
   transform: translateX(-46%);
   color: #fff;
   border-radius: 50%;
   background-color: #672E45;
   z-index: 99;
   border: 1px solid #672E45;

}
.banner-home .swiper-pagination{
  
    margin-top: 45px;
    
}
.product-sec{
        margin-top: 50px;
}
.swiper-play-pause .fa{
        font-size: 13px;

}
 .banner-home .swiper-pagination-bullet-active , .newsletter-sec .swiper-pagination-bullet-active{
    position: relative;
}

 .banner-home .swiper-pagination-bullet-active::after , .newsletter-sec   .swiper-pagination-bullet-active::after{
         content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: calc(100% + 12px);
    height: calc(100% + 12px);
    border: 2px solid #672E45;
    border-radius: 50%;
}
.banner-home .swiper-pagination-bullet {
    margin: 0 9px ;
}
.swiper-play-pause:hover{
     background-color: transparent;
   border: 1px solid black;
   color: black;
}
  .pagination-newsletter {
          margin-top: 10px;

  }
  .table-box-product tbody{
          line-height: 33px;
  }
  
  .table-box-product img{
          height: 400px;

  }
  .menu-product-box{
          padding: 0;
    background-color: unset;

  }
  .product-logo{
      text-align: center;
           margin-bottom: 25px;
  }
  .menu-product-box img{
          height: auto;
    border: 0;
  }
  .menu-product-box p{
      font-size: 11px;
  }
  .menu-product-box h3{
          line-height: 12px;
  }
 .menu-product-box   i{
          font-size: 12px;
    font-family: 'Nunito Sans';
  }
  .menu-product-box h3{
          margin-top: 0px;
  }
  
   .product-logo svg{
           width: 120px;
          
   }
   
  .swiper-products .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 1px;
    position: absolute;
      right: 35%;


}


/* Adjust pagination */
.swiper-products .pagination-products {
   position: relative;
  top: 7px;
  margin-top: 10px;
      left: -4%;
}

/* Style arrows */
.swiper-products .swiper-button-prev-products,
.swiper-products .swiper-button-next-products {
  position: static;
    width: 40px;
    height: 40px;
  background-color: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333;
  font-size: 18px;
  cursor: pointer;
}

/* Optional: Hover effect */
.swiper-products .swiper-button-prev-products:hover,
.swiper-products .swiper-button-next-products:hover {
  background-color: #555;
  color: #fff;
}
.swiper-products .swiper-wrapper {
    margin-bottom: 54px;
    
}
.pagination-products  .swiper-pagination-bullet {
    margin: 0 0px !important;
}
.products_arabic_title p{
    color: var(--dark-gold);
text-align: center;
font-family: 'GEHili';
font-size: 20px;
font-style: normal;
font-weight: 300;
line-height: 21px; /* 105% */
text-transform: uppercase;

}

.newsletter-slider-sec{
       margin-bottom: 20px;
}
 #topButton {
     display: none; 
            position: fixed;
            bottom: 20px;
            right: 20px;
            cursor: pointer;
        z-index: 999;
}

.form-side{
        position: relative;
    left: 102px;
}
  footer .join-our-community{
      position: unset;
  } 
   .center-nl h2{
           font-size: 24px;
    text-transform: uppercase;
       justify-content: center;
   }
   .register-with-email{
       display: flex;
       align-items: center;
   }
      .register-with-email .submit-btn{
           margin-top: 0;
    top: -8px;
    height: 50px;
    width: 163px;
   }
   .register-with-email .input-field{
       width: 72%;
   }
  .center-nl span{
      display: block;
      color: #FFF;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 29px; /* 193.333% */
text-transform: uppercase;
  }
  
  
.product-daetil-sec{
        margin-top: 25px;

        margin-bottom: 50px;
}

/*location page css start*/
.location-box{
    background: #F6F6F6;
padding: 15px;
height: 366px;
 margin: 11px 3px;
    

}
.location-box_sec , .map-box_sec{
        margin-top: 5px;
           padding: 0 3%;
    margin-bottom: 30px;
            
}

.location-box span{
        margin-top: 11px;
        display: block;
    margin-bottom: 13px;
text-transform: uppercase;
    color: #672E45;
font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 26px; 
    text-align: left;
    padding-right: 7%;
}
.location-box .addresh{
    margin-top: 22px;
    margin-bottom: 19px;
}
.location-box ul{
        margin-bottom: 5px;
}
.location-box a{
       color: #1E1E1E;
}
.location-box p{
        margin-top: 11px;
    color: #1E1E1E;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 20px;
}
.location-box ul{
    padding-left: 0px;
}
.location-box  .inline-items{
           margin-top: 28px;
    margin-bottom: 26px;

        display: flex;
    gap: 13px;
}
.location-box ul li {
    list-style: none;
    color: #1E1E1E;
font-size: 13px;
font-style: normal;
font-weight: 700;
line-height: 20px;
}


/*location page css end */

/*navigation home page css start*/
.circles-sec p{
    color: #84754E;
font-family: var(--font-serif);
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 26px; 
text-align: center;
    margin-top: 23px;
        text-transform: uppercase;
}
.circles-sec {
          margin-top: 175px;

    display: flex;
    justify-content: center;
    gap: 75px;
}
.circle-content{
    margin-top: 65px;
}
    .circles-sec .circle img{
   box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
        height: 110px;
    width: 110px;
    border-radius: 50%;
    object-fit: cover;
}
/*navigation home page css end */
.mobile{
        display: none;
    }
    
    
    .moreless-button{
    position: relative;
    z-index: 9;
}
.show-text{
        margin-bottom: 4px !important;
}
.english-text{
   margin-bottom: 10px !important; 
}
.moreless-button{
        font-family: 'Nunito Sans';
    font-size: 12px;
    font-weight: 600;
   border:1px solid #90795c;
    color: #90795c !important;
    padding: 4px 10px;
    border-radius: 20px;
    top:4px;

}
#section{
    text-align: center;
}
.arabic{
        text-align: center;
    color: #000000;
font-family: 'GEHili';
            line-height: 14px;
             font-size: 12px;
    font-weight: 500;
}
.show-text , .english-text{
    line-height: 18px;
        text-align: center;
    color: #070707;
    font-family: "Nunito Sans", Sans-serif;
    font-size: 15px;
    font-weight: 500;
}
.moretext{
    display: none;
}
.swiper-pagination-bullet {
    height: 8px;
    width: 8px;
    background-color: #672E45;
}
.swiper-products .swiper-pagination-bullet {
    width: 74px;
    border-radius: 0;
    height: 3px;
}
.pagination-products .swiper-pagination-bullet {
    margin: 0 0px !important;
}

.products_box span{
 margin-top: 50px;
         font-size: 19px;
         font-weight: 400;
         display: block;
         font-family: 'Prata';
         text-transform: uppercase;

}
.swiper-products  .products_box p{
        font-family: 'GEHili';
    font-style: normal;
    font-weight: 300;
}
.back-btn {
    background: #672E45;
    padding: 0 0px;
    height: 27px;
    width: 27px;
    border-radius: 50%;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.back-btn:hover {
    background: white;
    border: 1px solid black;
    color: black;
}

.main-btn:hover {
    background: white !important;
    color: black !important;
    border: 1px solid black;
}
.main-btn {
    border: 1px solid transparent;
    transition: .5s;
    background: #672e45;
    display: flex;
    align-items: center;
    justify-content: center;
      padding: 17px 0 11px 0px;
    color: white;
    text-decoration: none;
        text-transform: uppercase;
    font-size: 11px;
    font-weight: 500;
        flex-direction: column;
}
.breadcome ul li a {
    color: #54595f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
.breadcome ul li a {
    color: #54595f;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.location-text span{
        color: #1E1E1E;
    font-family: Prata;
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}
.location-text h1{
    text-transform: capitalize;
    color: #1E1E1E;
font-family: Prata;
    font-size: 43px;
font-style: normal;
font-weight: 400;
line-height: 50px;
    margin-top: 12px;
    margin-bottom: 12px;

}

.location-info {
        position: relative;
    left: 30px;
}

.baches :first-child {
    color: white;
    background-color: #ce9649;
    font-size: 12px;
    font-weight: 700;
    border-radius: 200px 200px 200px 200px;
    padding: 10px 16px 10px 16px;
    text-decoration: none;
}
.baches :nth-child(2) {
    color: white;
    background-color: #d24766;
    font-size: 12px;
    font-weight: 700;
    border-radius: 200px 200px 200px 200px;
    padding: 10px 16px 10px 16px;
    text-decoration: none;
}
.swap-on-hover {
    position: relative;
    margin: 0 auto;
    height: 282px;
}


.title-with-price h2 {
    line-height: 17px;
    width: 70%;
}
.price-card span {
    font-size: 20px;
    font-weight: 800;
    line-height: 19px;
}

.price-card {
        width: 30%;
    text-align: right;
}
.product_landing_eng_dis P{
    font-size: 14px;
    font-weight: 500;
    line-height:20px;
}
.product_landing_arb_dis P{
        font-family: 'GEHili';
     font-size: 13px;
    font-weight: 300;
    line-height:20px;
        margin-top: 27px;
}

.circle-content h1{
           text-transform: none;
     color: #1E1E1E;
}

   .location-box  .main-btn {
     border: 1px solid #1E1E1E;
    background: #DBE4D5;
    color: #1E1E1E;
}

.tab-sec-location .row{
    align-items: center;
}

  .circle{
        text-align: center;
    }
    
 .location-slider  .swiper-pagination-bullet {
    margin: 0 3px !important;
}
#map {
    height: 350px !important;
}

.desktop-delivery-icon svg{
      position: absolute;
    z-index: 9;
    bottom: 15px;
    right: 20px;
    height: 40px;
    width: 40px;
    background: white;
    padding: 8px;
    border-radius: 50%;
}
.desktop-delivery-icon{
           position: absolute;
    bottom: 0;
    right: 0;
}

.tool-tip-box {
    display: none;
      position: absolute;
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    white-space: nowrap;
    right: 9px;
    top: -89px;
    z-index: 9;

    padding-top: 7px;
    padding-left: 12px;
    padding-right: 9px;
}

.desktop-delivery-icon {
    display: inline-block;
}

.desktop-delivery-icon:hover .tool-tip-box {
    display: block;
}

.circle p br{
    display: none;
}

.product_card .main-btn{
    margin-top: 22px;
}


.price-detail{
        display: flex
;
      justify-content: space-around;
    margin-bottom: 25px;
    margin-top: 25px;
}
.product-detail-slider-dots{
    width: 92% !important;
}
.macaron-box-front, .macaron-box-back {
    text-align: center;
    background: #F6F6F6;
    border-radius: 0px;
}



  .macaron-price span{
          font-size: 20px;
    font-weight: 800;
  }

  .up-arrow small{
          font-size: 13px;
    font-weight: 700;
    font-family: 'Nunito Sans';
  }
  .up-arrow span{
      cursor: pointer;
          background: #672E45;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    border-radius: 50%;
    color: white;
  }

  .macaron-arabic-price{
          margin-bottom: 50px;
  }
  .up-arrow{
          padding-bottom: 30px;
  }
  .macaron-eng-disc p{
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 2px;
  }
  .macaron-arb-disc p{
          color: #000000;
    font-family: "IBM Plex Sans", Sans-serif;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
  }
  .allergens p{
          font-size: 12px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 0;
  }
  .allergens-eng-disc span {
         color: #000000;
    line-height: 22px;
    font-size: 12px;
    font-weight: 700;
    
  }
  .allergens-arb-disc p{
         line-height: 28px;
    font-size: 15px;
    font-weight: 400;
        font-family: "IBM Plex Sans", Sans-serif;
  }
  .allergens-eng-disc{
          margin-bottom: -4px;
  }
  .allergens{
          padding-bottom: 16px;
  }

  
  .macaron-box-back , .macaron-box-front {
          height: 470px;
  }
  

   
.macaron-box-back{
    padding-top: 27px;
}

.macaron-box-sec h3{
    text-align: center;
    margin-top: 73px;
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: 500;
}

.darkgreen {
    background-color: #DBE4D5;
}
.main-btn span{
      font-family: 'GEHili';
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
        margin-top: -4px;
}
.arabic-price span{
       font-family: 'GEHili';
font-size: 13px;
font-style: normal;
font-weight: 300;
line-height: 13px;
}

.delivery-text p{
    color: #545559;
font-size: 11px;
font-style: normal;
font-weight: 600;
line-height: 16px; /* 145.455% */
text-transform: capitalize;
}

.delivery-text{
        width: 70%;
    text-align: left;
}
.allergen ul{
         display: flex;
    gap: 17px;
    padding-left: 0px;
    flex-wrap: wrap;
}
.allergen{
    display: flex;
    gap: 13px;
    align-items: flex-start;
}
.allergen ul li span{
        color: #000;
     font-family: 'GEHili';
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    margin-left: 4px;
}
.allergen ul li{
    list-style: none;
}
.allergen ul li{
    
       display: flex;
    color: #1E1E1E;
    text-align: center;
    font-family: Prata;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    text-transform: capitalize;
    align-items: center;
}
.allergen ul:first-child li{
        font-family: 'Nunito Sans';
        color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.allergen ul li img{
        height: 25px;
    width: 25px;
    margin-right: 5px;
}
.tool-tip-box p{
    text-transform: capitalize;
        font-size: 12px;
}
.allergen{
        margin: 19px 0px;
}
.menu_landing_arb_dis{
    font-family: 'GEHili';
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    margin-top: 10px;
        margin-bottom: 59px;
}



/*tabs css start*/
  .tabs-container { 
      display: flex; 
          gap: 26px;
          padding-left: 40px;
        padding-right: 40px;
    margin-top: 25px;
    margin-bottom: 40px;

  }
        .tabs {
            display: flex; flex-direction: column; border-right: 2px solid #ccc; width: 200px; 
            
        }
        .tab {
            padding: 10px; cursor: pointer; border: 1px solid #ccc; border-right: none; 
            
        }
        .tab.active {
        
                color: #043C5F !important;
            
        }
        .tab-content-container {
            flex-grow: 1; 
            
            }
        .tab-content {
            display: none;
            }
        .tab-content.active {
            display: block;
            }
           .menu-landing-page  .tabs{
                      height: 693px;
                    width: 300px;
    border-radius: 0px;
    border: 1px solid #BEBDBD;
    background: #FFF;
               box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px 0px;
            }
            .menu-landing-page .tab {
         padding: 9px 12px 8px 14px;
    color: #84754E;
    border-bottom: .1px solid #BEBDBD;
    text-align: center;
    font-family: "Nunito Sans";
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
    border-left: 0;
    border-top: 0;
    border-right: 0;
    outline: none;
    margin: 0 33px;
            }
            
            .menu-landing-page .tab:last-child {
   border-bottom: 0;
}
            
           .tabs-container .tabs h3{
             color: #1E1E1E;

text-align: center;

font-size: 18px;
font-style: normal;
font-weight: 700;
line-height: 20px; /* 100% */
text-transform: uppercase;
    margin-top: 45px;
        margin-bottom: 13px;
            }


.menu-popup-btn a:hover{
    background: #fff;
 color: #000;
    border: 1px solid #000;
}

.menu-popup-btn a{
         background: #672E45;
      height: 64px;
    width: 141px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: fixed;
    z-index: 9999;
    top: 395px;
    padding: 0 9px;
}
.tab-content-container .tab-content  h2{
    margin-bottom: 23px;
    margin-top: -79px;
    text-align: center;
    padding-right: 340px;
   
}
.menu-landing-page .tab.active{
        color: #ffffff !important;
    background: #672E45;
}
.menu-landing-page .tab.active span{
     color: #ffffff;
}
.menu-landing-page .tab span{
    color: #84754E;
    display: block;
text-align: center;
   font-family: 'GEHili';
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 20px; /* 142.857% */
text-transform: uppercase;
}

.eng-dics-maison  P{
    color: #1E1E1E;
text-align: center;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 21px;
}


.eng-dics-maison  span{
     color: #000;
text-align: center;
font-size: 14px;
font-style: normal;
font-weight: 300;
line-height: 21px;
      font-family: 'GEHili'; 
          display: block;
    margin-top: -7px;
    margin-bottom: 14px;

}

.product-detail_content .delivery-text p span{
        font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px;
    font-family: 'GEHili';
    display: block;
    padding-left: 24px;

}
.circles-sec p span{
        font-size: 14px;
    font-style: normal;
    font-family: 'GEHili';
    display: block;
    margin-top: -7px;
}

.displayText span{
        font-style: normal;
    font-family: 'GEHili';
    display: block;
    font-size: 16px;
    font-weight: 300;
}

.french-toast-boxes img {
          width: 100%;

    margin-top: 2px;
    height: 250px;
    object-fit: cover;
    max-width: 100%;
}

.french-toast-boxes .macaron-price {
    margin-top: 19px;
}

.french-toast-boxes .macaron-arabic-price {
    margin-bottom: 18px;
}

.french-toast-boxes .macaron-box-front p {

    margin-top: -6px;
}

.french-toast-boxes .macaron-box-front h3 {

    margin-top: 19px;
}

.tab-content-container .tab-content h2 span{
         font-family: 'GEHili';
    display: block;
    font-size: 16px;
    text-align: center;
}

.menu-popup-btn a:hover svg{
stroke: #000;
}
.pyramids-cake{
    margin-top: 50px;
}

.pyramids-cake h2 span{
      font-family: 'GEHili';
    display: block;
    font-size: 16px;
    text-align: center;
    font-weight: 400;
}

.pyramids-cake  h3{
    color: black;
    font-family: Prata;
font-size: 20px;
font-style: normal;
font-weight: 400;
line-height: 24px;

}
.content-cake{
    text-align: center;
      padding: 0 73px;
}
.pyramids-cake  h3 span{
        padding: 0 52px;
     font-family: 'GEHili';
    display: block;
    font-size: 16px;
    
    font-weight: 300;
}
.content-cake p:first-of-type {
       color: black;
        margin-top: 14px;

       font-size: 14px;
font-style: normal;
font-weight: 700;
line-height: 20px;

    margin-bottom: 6px;
}
.arabic-dis-cakes span:first-of-type {
      font-weight: 400;
    margin-top: 26px;
    margin-bottom: 10px;

}

.content-cake span{
        margin-bottom: 9px;
      font-family: 'GEHili';
    display: block;
    font-size: 12px;
   font-weight: 300;
}

.pyramids-cake p b{
    text-transform: capitalize;
    font-weight: 700;
    color: black;
}
.pyramids-cake p {
    font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px;
}

.pyramids-cake .main-btn {
        border: 1px solid #000;
    background: #DBE4D5;
    color: black;
margin-top: 24px;
}

.image-container {
    position: relative;
    display: inline-block;
}

.image-container::after {
       content: "";
    position: absolute;
    bottom: -28px;
    left: -10px;
    width: 200px;
    height: 200px;
    background-color: #d8e2c0;
    z-index: -1;
}

.image-container img{
        max-width: 90%;
}

.pyramids-cake h2{
        margin-bottom: 40px;
}
.calorie{
        width: 70%;

}
.calorie p{
    
        margin-bottom: 0;
    color: #1E1E1E;
font-size: 12px;
font-style: normal;
font-weight: 500;
line-height: 10px; /* 83.333% */
text-transform: capitalize;
}
.calorie span{
    color: #000;
 font-family: 'GEHili';
font-size: 12px;
font-style: normal;
font-weight: 300;
line-height: 10px; /* 83.333% */
text-transform: capitalize;
}
/*tabs css end */