


:root{
    --mainColor:  #0f528f ;
}
html , body{
    background-color: #FFFFFF !important;
  }
h2{
    color: var(--mainColor) !important;
}
a {
    text-decoration: none;
    color: var(--mainColor) ;
}

.nav-link{
    font-weight: 700 !important;
    color: #ff914d;
    position: relative;
  }
 .navbar-nav .nav-link::after{
    content: "";
    background-color: #0f528f;
    height: 3px;
    width: 0;
    position: absolute;
    top: 80%;
    left: 0;
    transition: all 1s;
  }
  .navbar-nav .nav-link:hover::after{
    width: 100%;
  }

.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;
} */
.footer--{
    padding-top: 450px;
    background-image: url(../diningimage/P2644759.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    
}
footer{
   
        background-color: #373737 !important;
        color: aliceblue;
      
}
#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;
    /* position: relative; */
   
}
.text-color{
    color: rgb(170, 169, 167);
    
}
.text-color ul li {
    margin-top: 5px;
    margin-bottom:5px ;
    font-size: 0.8rem;
}
.x{
    /* border: solid 3px rgb(255, 255, 255);
    border-radius: 50%; */
    padding: 5px;
    font-size: 2rem;
    color: rgb(204, 204, 204);
}
.xm{
    position:absolute ;
    top: 5px;
    right: 5px;
    font-size: 2rem;
    /* border: solid 3px black;
    border-radius: 50%; */
    padding: 5px 8px;
    margin-top: 10px;
    color: antiquewhite;
}
h2{
    color: rgb(37, 5, 5);
}


.custom-nav {
    position: absolute;
    top: 10%;
    left: 0;
    right: 0;
}
.owl-prev, .owl-next {
    position: absolute;
    height: 100px;
    color: inherit;
    background: none;
    border: none;
    z-index: 100;
}

.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.footer{
   background-color: #373737;
   top: 0;
   width: 100%;
   z-index: 0;
}

     

.carousel-item .carousel-one{
    height: 800px ;
}

@media screen and (min-width:1250px) {
    .container{
        width: 65%;
    }
}
@media screen and (max-width:500px) {
    .footer--{
        background-size: cover;
        background-position: top center;
    }
    .innerBox{
        width: 100%;
    }
}

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