.chail-number {
    color: #212529;
}

.img-fluid {
    border-radius: 10px;
}

.sideBarMenu {
    position: fixed;
    top: 0;
    right: -413px;
    width: 20%;
    height: 100%;
    background-color: #fff;
    color: white;
    transition: right 0.3s ease;
    /* padding-top: 50px; */
    display: flex;
    flex-direction: column;
    /*border: 1px solid #f0f0f0;*/
}

.sideBarMenu .cross-icon {
    padding: 10px;
    font-size: 30px;
    cursor: pointer;
    color: #212529;
    display: none;
}

.sideBarMenu.active {
    right: 0;
}

.sideBarMenu.active .cross-icon {
    display: block;
    position: relative;
    left: 90%;
}

#sidebarToggle {
    font-size: 26px;
    cursor: pointer;
}

.inner-sidebarMenu {
    padding-left: 15px;
}

.inner-sidebarMenu p span {
    color: #3c4146;
}

.inner-sidebarMenu p a {
    color: #212529;
}

.inner-sidebarMenu p a:hover {
    color: #3b4ef8;
}

p a {
    color: #212529;
}

p a:hover {
    color: #3b4ef8;
}

.headingTitle {
    color: #3c4146;
    font-weight: 600;
}

.sidebarSocialLinks {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 56%;
    justify-content: space-between;
}

.sidebarSocialLinks a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid color-mix(in srgb, #212529, transparent 50%);
    font-size: 16px;
    color:
        color-mix(in srgb, #212529, transparent 30%);
    margin-right: 10px;
    transition: 0.3s;
}

.dhabaText {
    color: #2b369b;
    font-family: cursive;
    font-size: 41px;
    line-height: 27px;
}

.font26 {
    font-size: 26px;
    cursor: pointer;
    color: #212529;
}

.gap13 {
    gap: 25px;
}

.outerMenuBox {
    height: 70vh;
    width: 80%;
    margin: auto;
}

.outerMenuBox img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
}

#hero p {
    display: flex;
    align-items: center;
    flex-direction: column;
}

.container p .spanone {
    font-size: 65px;
    line-height: 62px;
}

.callscontacts p .ml {
    margin-left: 15px;
}

.chanson {
    font-size: 37px !important;
    color: #ff0000;
}

.outerMenuBox {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    overflow-y: scroll;
}
.width-50{
    width: 50%;
}
@media (max-width: 600px) {
    .outerMenuBox {
     gap: 5px;
     overflow: scroll;
    } 
    .width-50{
        width: 100%;
    }
    .spantwo{
        font-size: 30px;
    }
}
@media (min-width: 601px) and (max-width: 1024px){
    .outerMenuBox{
        gap: 5px;
    }
    .width-50{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .gallery-item{
        border-bottom: 1px solid rgb(47 45 45 / 60%);
        box-shadow: 0 4px 10px rgba(255, 255, 255, 0.6);
        border-radius: 0 0 8px 8px;
        margin-bottom: 14px;
    }
}

.shareMenuBox{
    width: 80%;
    margin: auto;
}
.shareMenuBox p{
    text-align: right;
}


.whatsappfixed {
    position: fixed;
    right: 20px; 
    bottom: 20px;
    z-index: 9999; 
  }
  
  .whatsappfixed img {
    height: 60px;
    width: 60px;
    border-radius: 50%;
  }

  /* desi ghee live cooking  */
  /* .desighee{
    width: 43%;
  } */
  
  /* Rooms Page CSS  */
  .roomsContainer{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
  }
  .rooms{
    border: 1px solid #dedede;
    border-radius: 5px;
    width: 200px;
    padding: 10px;
  }
  .active-text{
      color: #3b4ef8;
  }
  
  /* Custom Preloader CSS  */

  #Custompreloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 9999;
}

/* Progress bar ka styling */
#progress-bar {
    width: 300px;
    height: 20px;
    background: #ddd;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    margin-top: 10px;
}

#progress-fill {
    height: 100%;
    width: 0%;
    background: #3498db;
    transition: width 0.1s;
}

#progress-text {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

@media (min-width: 1024px){
    .heroMainDiv{
        /* border: 1px solid red; */
        width: 70%;
    }
}
  
  /* Tablets Devices Media Query  */
  /* @media (min-width: 768px) and (max-width: 1024px){
    
  } */

 /* ================== Changable CSS ==============================
   +++++++++++++++++++++++++++++++++++++++++++  ======== */
   .displayBlockOnSmall{
    display: none;
   }
   .logoBottomText{
    display: none;
   }
  .rightReviews h6{
    font-size: 26px;
  }

  /* Mobile Devices  */
  @media (max-width: 640px) {
    .gap19rem{
        gap: 0.8rem;
    }
    .gap19rem a img{
        height: 25px;
        width: 25px;
    }
    .hero{
        min-height: 30vh;
    }
      .rightBox h6, .leftBox h6{
        font-size: 36px;
      }
      .logoBottomText{
        display: block;
        font-size: 25px;
        margin: 0px;
      color: #2d405f;
      }
      .outerSardarjiBox{
            display: flex;
            /* border: 1px solid; */
            align-items: end;
            gap: 12px;
      }
      /* .logoBottomText{

      } */
       .reviewsBoxInner{
        position: relative;
        top: 18px;
        display: flex;
        align-items: baseline;
        gap: 31px;
       }
       .onlyForMobile{
        position: relative;
    top: 11px;
       }
       .receiveText{
        font-size: 37px !important;
       }
       .chansonSignatureText h5{
        font-size: 26px;
       }

       .displaNoneOnSmallDevices{
        display: none;
       }
          .displayBlockOnSmall{
    display: block;
   }
   .reviewsBoxInner h6{
    font-size: 20px;
   }

  }
  @media (min-width: 768px) and (max-width: 1024px){
    .heroMainDiv{
        /* border: 1px solid red; */
        width: 100%;
    }
    .hero{
        min-height: 30vh;
    }
     .rightBox h6, .leftBox h6{
        font-size: 40px !important;
      }
  }
  .heroMainDiv{
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .rightBox h6, .leftBox h6{
    font-size: 30px;
    text-align: justify;
}
.rightBox h6 a, .leftBox h6 a{
      color: #2d405f;
  }
  /* For Desktop Screens  */

  @media (min-width: 1024px) {
    .displayBlockBox{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .reviewsBoxInner{
        display: flex;
        flex-direction: column;
    }
  }
  ul li{
    list-style: none;
  }
  
  .outerRecipeSection{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }