*{
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
}
body{
    margin: 0;
    padding: 0;
    font-family:serif !important;
    overflow-x: hidden !important;
}
.wrapper{
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2%;
    padding-right: 2%;
}
header{
    background-image: url(../image/hero\ image.png);
    width: 100% !important;
    height: 100vh;
    background-size: cover;
}
.navbar-nav li a{
    color: white !important;
    font-size: 14px !important;
    font-style: normal;
    font-weight: bold;
    cursor: pointer;
    margin: 0px 10px;
}
.navbar-nav li a:hover{
    color: #FF7400 !important;

}
.fa-solid{
    color: white !important;
    cursor: pointer;

}
.fa-solid:hover{
    color: #FF7400 !important;

}
.sight-border{
    border-left: 1px solid white;
    padding: 10px;
    height: 50%;
}
.number{
    color: white;
    text-decoration: none;
    font-weight: bold;
}
.sight-border p{
    color: white;
    font-size: 12px;
    font-weight: 400;
    font-style: normal;
  
}
.number:hover{
    color: #FF7400 !important;
}
.orange-btn{
    background-color: #FF7400 !important;
    text-decoration: none;
    color: white;
    font-size: 12px;
    font-weight: 500;
    width: 140px;
    height: 40px;
    border: none;
    outline: none !important;

 }
 .orange-btn:hover{
    background: transparent !important;
    color: white;
    border: 1px solid #FF7400;
 }
 .banner{
    padding-top: 150px !important;
   
 }

 .banners-wrapper h1{
     color: #FF7400 !important;
     font-size: 35px !important;
     font-style: normal;
     font-family: serif;
     text-align: center;
 }
 .banners-wrapper h1 span{
     font-size: 65px !important;

 }
 .house-food{
     text-align: center;
     color: white !important;
     font-size: 16px !important;
     text-decoration: none;
     position: relative;
 }
 .house-food::after{
     content: '';
     position: absolute;
     width: 50px;
     height: 2px;
     left: -40%;
     bottom: 50%;
     color: white;
     background-color: white;

 }
 .house-food::before{
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    right: -40%;
    bottom: 50%;
    color: white;
    background-color: white;

}
.view{
    background-color: #FF7400 !important;
    width: 100px;
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    font-size: 12px !important;
    text-align: center;
}
.view:hover{
    color: white !important;
    background-color: #e48131 !important;
}
.cardwr{
    background-color: white;
    transition: all 0.5s !important;
    padding: 10px;
    text-align: center;
    height: 300px;
   
    width: 350px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
    
} 
.cardwr h5{
    font-size: 23px;
    font-weight: 400;
    font-style: normal;

}
.cardwr h5 span{
    color:
    #BC9060 !important;
}
.cardwr p{
    font-size: 22px;
    font-style: normal;
    color: 
    #656363 !important;
    font-weight: 400;
}
.totop{
    margin-top: -100px !important;
    margin-bottom: 20px !important;

}
.cardwr:hover{
    transform: translateY(-15px) !important;
    background-color: #656363;
    color: white !important;
}
.cardwr:hover .text{
    color: #eee !important;
    opacity: 0.9;
}
.group-wr{
    text-align: center;
    font-family: serif !important;
}
.group-wr h1{
    font-size: 50px !important;

}
.group-wr h1 span{
    color: #BC9060 !important;
}
.group-wr p{
    max-width: 444px;
    font-size: 14px !important;
    color: #656363 !important;
    font-weight:500;
    font-style: normal;

}
.prices{
    text-align: center !important;
}
.counter{
    color: #BC9060 !important;
    font-style: normal;
    font-weight: 500;
    font-size: 35px !important;
    text-decoration: none;
}
.prices p{
    color: #000000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;

}
.bg-image{
    width: 100% !important;
    height:auto;
    background-size: cover;
    background-image: url(../image/bg.png);
    padding: 30px 0px !important;

}
.bg-text h1{
    color: 
    #D67E34 !important;
    font-size: 45px !important;
    font-style: normal;
    font-weight: 400;
    font-family: serif !important;
    max-width: 601px !important;
}
.bg-text p{
    color: white !important;
    font-size: 22px !important;
    font-style: normal;
    font-weight: 700;
}
.booked{
    text-decoration: none;
    color: white !important;
    background-color:
    #FF7400 !important ;
    width: 150px !important;
    height: 50px !important;
    display: flex;
    align-items: center;
    transition: all 0.5s !important;
    justify-content: center;
}
.booked:hover{
    border: 1px solid #D67E34 !important;
    background: transparent !important;
    
}
.our-food{
    font-size: 45px !important;
    font-style: normal;font-weight: 400;

}
.our-food span{
    color: #D67E34 !important;

} 
.images-wrapper{
    display: flex;
    flex-direction: column !important;
    gap: 20px !important;
    margin-left: 20px;
    align-items: center;
    justify-content: center;
}
.hamburgers{
    font-size: 24px !important;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    margin: 100px 0px;
}
.big-bg-image{
    background-image: url(../image/bar-1869656_1920\ 2\ \(1\).png);
    background-size: cover;
    width: 100%;
    height: auto !important;
    padding: 20px !important;
}
.menu{
    font-size:45px !important;
    color: white !important;
    font-style: normal;
    font-weight: 500;
    font-family: serif !important;
}
.cards-wrapp{
    width: 320px;
    height: 360px;
    background-color: white !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    flex-direction: column !important;
    position: relative;
    transition: all 0.5s !important;

}
.cards-wrapp:hover{
    transform: translateY(-15px) !important;

}
.cards-wrapp img{
    margin-bottom: 20px !important;
}
.bookit{
    text-decoration: none;
    color: white;
    width: 200px;
    height: 40px;
    background-color: #D67E34 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}
.bookit:hover{
    background: transparent !important;
    border: 1px solid #D67E34 !important;
    color: #000000 !important;
}
.rating{
    background-color: #D67E34 !important;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 40%;
    font-size: 18px !important;
    right: 30%;
    border-radius: 50% !important;
    color: white !important;
    border: 5px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gray-bg{
    background-color: #E5E5E5 !important;
    width: 100%;
    height: 100vh !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.italic-txt p{
    font-style: italic;

}
.italic-txt img{
    width: 50px;
    height: 50px;
    border-radius: 50%;

}

  .italic-txt .gaptxt{
   max-width: 820px !important;   
   font-size: 18px !important;
   font-weight: 400;
   margin-left: auto;
   margin-right: auto;
  }
  .italic-txt p:nth-child(2){
  margin-bottom: 30px !important;
  }
  .images-innned{
   font-size: 45px !important;
   color: #000000 !important;
   font-style: normal;
   font-weight: 5000;
  }

  .images-innned span{
color: #D67E34 !important;

  }
  .first-img-wrapper{
    width: 550px !important;

  }
  .big-one{
   width: 100% !important;
  }
  .img-block{
      width: 400px !important;
      margin-left: auto !important;
      margin-right: auto !important;
  }
  .wtrouble{
      width: 538px !important;
  }
  .responsive-item{
      display: none;
  }
  .many-images{
      display: none !important;
  }
  .give{
      padding: 0px 20px !important;
  }
  .bg-full{
      background-image: url(../image/st-826688_1920\ 1.png);
      background-size: cover;
      width: 100% !important;
      height: 100vh !important;
      
  }
/* <//////////> */
/* <//////////> */
/* <//////////> */
/* <//////////> */
/* resonsive */
@media(max-width:1200px){
    .responsive-item{
        display: block !important; 
    }
    .none-gl{
        display: none !important;
    }
}



@media(max-width:991px){
    .banner{
        padding-top: 100px !important;
       
     }
     .group-wr p{
         margin-left: auto;
         margin-right: auto;
     }
     
     
    
}


@media(max-width:767px){
    .bg-text h1{
    margin-left: auto;
    margin-right: auto;
    font-size: 35px;
    }
    .images-wrapper{
        display: none !important;
    }
    .booked{
        margin-left: auto;
        margin-right: auto;
    }
    .hamburgers{
        margin: 20px 0px;
    }

}

/* small screens */
@media(max-width:576px){
    .banners-wrapper h1{
        font-size: 25px !important;

    }
    .banners-wrapper h1 span{
        font-size: 45px !important;
        
    }
    .group-wr h1{
        font-size: 40px !important;
    }
    .bg-text h1{
    font-size: 25px !important;
    }
    .bg-text p{
    font-size: 16px !important;
    font-weight: 500;
    }
    .booked{
    font-size: 12px !important;
    width: 130px !important;
    height: 30px !important;
    }
    .hamburgers{
    font-size: 15px !important;

    }
}