


:root{
    --mainColor:  #0f528f;
}

h2{
    color: var(--mainColor);
}
a {
    text-decoration: none;
    color: var(--mainColor) ;
}

.img-container{
    height: 600px;
    width: 100%;
    overflow: hidden;

}

.img-container img {
    height: 100%;
  width: 100%;
  object-fit: cover;
}

.navbar-toggler {
    border: none;
}
.navbar-toggler:focus{ 
    box-shadow: none;
}
.navbar-brand img {
    height: 60px;
}

#boxShow{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.849);
    z-index: 9999999999;
}
.item img{
    cursor: pointer;
}
i{
    cursor: pointer;
   
}
.innerBox{
    width: 80%;
    height: 100vh;
    background-image: url( ../dining\ images/Poduim-1-724x1024.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
   
}
.text-color{
    color: rgb(170, 169, 167);
    
}
.text-color ul li {
    margin-top: 5px;
    margin-bottom:5px ;
    font-size: 0.8rem;
}
.x{
 
    padding: 5px;
    font-size: 2rem;
    color: rgb(204, 204, 204);
}
.xm{
    position:absolute ;
    top: 5px;
    right: 5px;
    font-size: 2rem;
    padding: 5px 8px;
    margin-top: 10px;
    color: antiquewhite;
}
h2{
    color: rgb(37, 5, 5);
}


.custom-nav {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}



/* gallery  */

.layer-container{
    position: relative;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
}


.layer-container:hover  {
    scale: 1.1;
    /* rotate: 45deg; */
    opacity: 10;
    -webkit-filter: grayscale(60%); /* Safari 6.0 - 9.0 */
    filter: grayscale(60%);
  }

.parent-container{
    height: 220px;
}
.layer-container{
    height: 100%;
}
.layer-container image{
    height: auto;
}

.col-md-3  .item img{
    height: 200px;
    padding: 0% ;

}
.carousel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.carousel-item img {
    height: 400px; /* Adjust the height value as needed */
    object-fit: cover; /* This ensures the image fills the container without distortion */
    display: block;
  }
.footer{
background-color: #373737   !important;
}
@media screen and (min-width:1250px) {
    .container{
        width: 65%;
    }
   

}
@media screen and (max-width:500px) {

    .innerBox{
        width: 100%;
    }
  

}

@media screen and (max-width:800px) {
    .x{
        color: #555353;
        
    }
  
}