.offer_section .box{
    background-color: #f14408!important;
}

.food_section .box{
    background: #ffa000!important;
    color:rgb(39, 42, 45)!important;
}

.client_section .box .detail-box{
    background-color: #f14408!important;
}

.hinfo{
    font-size: 2.0rem;
    font-family: Britannic;
}
.oinfo{
    font-size: 25px;
    font-family: Calibri;
}


.info{
    font-size: 25px;
    text-align: center;
}
.ainfo{
    font-size: 23px;
    font-family: 'FontAwesome';
    text-align: justify;
}

.cap{
    position: absolute!important;
    bottom: 40px !important;
    left: 20px;
    color: white;
    background-color: black;
    padding: 10px !important;
    opacity: 0.7 !important;
    font-size: 12px !important;
    width: 150px !important;
}

.btnstyle{

    line-height: 4.5;     
    margin-bottom: 240px;
    width: 50%;
    font-family:'Dancing Script', cursive;
    font-size: 30px;
    font-weight: bold;
}

.cc .owl-item{
    width:360px!important;
}
.food_section .box .detail-box p{
    font-size: 16px;
    font-family: inherit;
}
.footer{
    display: none;
}
@media only screen and (max-width: 500px) {
    .logoimg {
        width:40px!important;
        height:40px !important;
    }
    .hinfo{
        font-size: 1.5rem;
    }
    .oinfo{
        font-size: 20px;
        font-family: Calibri;
    }
    .info{
        font-size: 18px;
    }

    .btnstyle{
        line-height: 1.5;  
        margin-bottom: 10px;
        width: 203px;
        
    }

    .imgw{
        height:250px!important;
    }
    .footer{
        display: block;
    }
  }

  .detailss{
   color: purple !important;
   font-size: 20px !important;
  }

