
/* start resturantsBoxs */
.Restaurants{
    padding:180px 0px 100px;
    position:relative;
}
.Restaurants:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-image: url('../images/Group\ 43.png');
    background-size:cover;
    background-position:center;
    background-repeat: repeat;
  }
.Restaurants h2{
    color:#000;
    font-weight:bold;
    font-size:25px;
    margin-bottom:50px;
    overflow: hidden;
    position:relative
}
.Restaurants .restaurant-box{
    background:rgb(255, 255, 255);
    padding:10px 10px;
    border-radius: 10px;
    margin-bottom:40px;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px 2px, rgb(0 0 0 / 4%) 0px 10px 10px 12px;
    min-height: 340px;
    max-height: 300px;
}
.resturants-offers .restaurant-box{
    background:rgb(255, 255, 255);
    padding:10px 10px;
    border-radius: 10px;
    margin-bottom:40px;
    box-shadow: rgb(0 0 0 / 10%) 0px 20px 25px 2px, rgb(0 0 0 / 4%) 0px 10px 10px 12px;
    min-height: 240px;
    max-height: 300px;
}
.Restaurants .restaurant-box img{
    width: 165px;
    height: 130px;
    object-fit: contain;
}
.Restaurants .restaurant-box .stars-rating{
    margin-top:10px;
}
.Restaurants .restaurant-box .stars-rating svg{
    color:#ffa534;
    font-size:12px
}
.Restaurants .restaurant-box p:first-of-type{
    color:#0C3653;
    font-weight:bold;
    font-size:14px;
    margin-top:15px;
    margin-bottom:15px;
    font-family:Georgia, 'Times New Roman', Times, serif
}
.Restaurants .restaurant-box p:last-of-type{
    color:#AEB2B4;
    font-size:11px;
    word-break: break-word;
}
.Restaurants .restaurant-box span{
    color:#737373;
    font-size:12px;
}
@media(max-width:991px){
    .Restaurants{
        padding:40px 15px ;
    }
    .Restaurants h2{
        font-size:18px;
        margin-bottom:20px;
    }
}
@media(max-width:420px){
    .Restaurants .restaurant-box span{
        font-size:11px;
    }
}
/* end resturantsBoxs */

/* start offers restaurants */
.resturants-offers form{
    float:right;
    position:relative
}
.resturants-offers form .search{
    max-width:200px;
    height:35px;
    border:1px solid #333;
    padding-left:15px;
}
.resturants-offers form .submit{
    background-color:#ffa534;
    color:#fff;
    border:none;
    outline:none;
    text-align: center;
    height:35px;
}
.resturants-offers form input:focus{
    outline:none;
}
.modal-offers .modal-title{
    color:#333;
    font-size:18px;
}
.modal-offers .modal-header button span{
    color:red
}
.modal-offers .modal-header button:hover{
    outline:none;
    border:none;
}

.modal-offers .modal-header button:focus{
    outline:none;
    border:none;
}
.modal-offers .modal-body img{
    object-fit: cover;
}
.modal-offers .modal-body h5{
    font-size:15px;
}

.offer-link {
    text-decoration: none;
    color: initial;
}
.offer-link:hover{
    text-decoration: none;
    color: initial;
}

.modal-offers .modal-body p{
    font-size:13px;
}
@media(max-width:480px){
    .resturants-offers form{
        float:none;
        position:relative;
        margin-bottom:15px;
        display: flex;
        order: 2;
    }
    .Restaurants h2{
        order: 1;
    }
}
/* end offers restaurants */
/* start pagination */
.pagination-list{
    padding-bottom:50px !important;
    /* background-color:#ebecf1 !important; */
    display:flex !important;
    justify-content: center !important;
}
.pagination-list .page-item.active .page-link{
    background:#fff !important;
    color:#000 !important;
    border:none !important;
}
.pagination-list .page-link {
    color: #000 !important;
    background-color: #FFCE00 !important;
    font-weight:bold !important;
}
/* end pagination */

/* scrollIcon */
 #scroll
{
    width:33px;
    height:33px;
    border-radius:50%;
    position:fixed;
    right:17px;
    bottom:30px;
    z-index:9999;
    background:#FFCE00;
    cursor: pointer;
    display: none;
}
 .scrol
{
    position:relative;
    left:8px;
    top:6px;
    font-size:19px;
}
/* scrollIcon */

.openGreen
{ 
    color:green
}

.closedRed{
    color:red 
}
