.slider-section, .footer-section,.client_section .box .detail-box{
    background: rgb(1,42,89);
    background: linear-gradient(90deg, rgba(1,42,89,1) 0%, rgba(38,126,180,1) 100%);
}

.header-logo img{
    max-width: 110px;
}   
.menu-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
}
@media (max-width: 767px){
    .menu-grid{
        grid-template-columns: 1fr 1fr;
    }
}
.menu-grid .menu-card {
    background: #f3f3f3;
    border-radius: 15px;
    box-shadow: -4px 3px 16px rgba(0, 0, 0, 0.2);
    /* padding: 30px; */
    /* border: 4px solid transparent; */
    background-clip: padding-box;
    position: relative;
    /* background: linear-gradient(90deg, rgba(1, 42, 89, 1) 0%, rgba(38, 126, 180, 1) 100%); */
    /* z-index: -1; */
    position: relative;
    text-align: center;
}

.menu-wrap{
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}
.menu-wrap.visible {
    opacity: 1;
    transform: translateY(0);
}

.menu-grid .menu-card:before,
.menu-grid .menu-card:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 1rem;
    background: linear-gradient(90deg, rgba(1, 42, 89, 1) 0%, rgba(38, 126, 180, 1) 100%);
    z-index: -2;
}

.menu-grid .menu-card:before{
    left: 5px;
    top: -5px;
}

.menu-grid .menu-card:after{
    top: 5px;
    left: -5px;
}

.menu-grid .menu-card figure{
    padding: 10px;
    margin-bottom: 0px;
}

.menu-grid .menu-card figure img{
    border-radius: 15px;
}
.menu-grid .menu-card .dish {
    font-size: 24px;
    color: #c99a3a;
    font-weight: bold;
    margin-bottom: 0px;
}
.menu-grid .menu-card .price {
    font-size: 22px;
    color: #c99a3a;
    font-weight: bold;
    padding-bottom: 10px;
}

.slider-images img{
    filter: drop-shadow(23px 9px 3px #000);
}

.footer-widget__logo{
    max-width: 170px;
}

.footer-widget__logo img{
    width: 100%;
}

.offcanvas{
    background: rgb(1, 42, 89);
    background: linear-gradient(208deg, rgba(1, 42, 89, 1) 0%, rgba(38, 126, 180, 1) 100%);
}


/* client section start */
.client_section .heading_container {
    margin-bottom: 30px;
}

.client_section h2{
    text-align: center;
    font-size: 64px;
}

@media (min-width: 768px) and (max-width: 1599px){
    .client_section h2{
        font-size: 40px;
    }
}
@media (max-width: 767px){
    .client_section h2{
        font-size: 30px;
    }
}
.client_section .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 15px;
}
  
.client_section .box .img-box {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 115px;
    position: relative;
    margin-top: 30px;
}

.client_section .box .img-box img {
    border-radius: 100%;
    border: 5px solid #ffbe33;
    position: relative;
}

.client_section .box .img-box::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    width: 20px;
    height: 20px;
    background-color: #ffbe33;
    -webkit-transform: rotate(45deg) translateX(-50%);
            transform: rotate(45deg) translateX(-50%);
}

.client_section .box .detail-box {
    /* background-color: #222831; */
    background-color: rgb(4 56 66);
    color: #ffffff;
    padding: 25px 25px 15px 25px;
    border-radius: 5px;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media (max-width: 1200px){
    .client_section .box .detail-box{
        min-height: 227px;
    }
}

@media (max-width: 991px){
    .client_section .box .detail-box{
        min-height: 310px;
    }
}
@media (max-width: 767px){
    .client_section .box .detail-box{
        min-height: 200px;
    }
}
.client_section .box .detail-box h6 {
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0 5px 0;
}

.client_section .box .detail-box p {
    margin-bottom: 0;
    font-size: 15px;
    margin-bottom: 10px;
}

.client_section .owl-carousel .owl-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 45px;
    padding: 0 15px;
}

.client_section .owl-carousel .owl-nav .owl-prev,
.client_section .owl-carousel .owl-nav .owl-next {
    width: 45px;
    height: 45px;
    background-color: #ffbe33;
    color: #ffffff;
    outline: none;
    bottom: 0px;
    font-size: 24px;
    margin: 0 5px;
    border-radius: 100%;
}

.client_section .owl-carousel .owl-nav .owl-prev, .client_section .owl-carousel .owl-nav .owl-next{
    display: none;
}
  
/* client section end */

.location-section{
    margin-bottom: -15px;
}

/* gallery section */

.gallery_section{
    padding: 0 0 50px;
}
.gallery_section .gallery_img_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}


.gallery_section h2{
    text-align: center;
    font-size: 64px;
}

@media (min-width: 768px) and (max-width: 1599px){
    .gallery_section h2{
        font-size: 40px;
    }
}
@media (max-width: 767px){
    .gallery_section h2{
        font-size: 30px;
    }
    .gallery_section .gallery_img_container{
        grid-template-columns: 1fr 1fr;
    }
}
.gallery_section .heading_container{
    margin-bottom: 45px;
    text-align: center;
}

.gallery_section .gallery_img_container .box img{
    width: 100%;
}
  
.order-now-btn{
    background-color: #bf922d;
    border-color: #bf922d;
    color: #fff;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px;
}