*{
    border: 0;
    margin: 0;
    box-sizing: border-box;
}
body{
    max-width: 450px;
    margin: 0 auto;
    padding: 0;
    position: relative;
    font-family: Manrope;
}
.wrapper{
    background-color: whitesmoke;
}
a{
    text-decoration: none;
    color: inherit;
}
.row, .container{
    margin: 0;
    border: 0;
    padding: 0;
}
.wrapper{
    min-height: 100vh;
}
.homepage-container{
    background: url('../images/bg/landing-page-2.png') no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    min-height: 90vh;
    height: 800px;
    width: 100%;
}
.homepage-menu{
    margin: 70px 0;
}
.logo-div{
    background-color: #B88D0D;
    height: 250px;
    width: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.brand-logo{
    width: 230px;
    height: 230px;
    margin: 0;
    padding: 0;
}
.page-banner{
    height: 230px;
    width: 100%;
    background: url('../images/banner/about.png') center no-repeat;
    background-size: cover;
}
.about-container {
    position: relative;
    padding: 0;
    margin: 0;
}
.about-container .logo-div{
    height: 120px;
    width: 120px;
    margin-top: -15%;
}
.about-container .brand-logo{
    width: 110px;
    height: 110px;
}
.about-container article p{
    font-size: 14px;
    padding: 10px 50px;
}
.about-container p{
    font-size: 12px;
}
.cards img{
    height: 90px;
    padding: 0;
    margin: 0;
}

.truncate {
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.menu-nav{
    background-color: #fff;
    margin-bottom: 30px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.41);
}
.menu-nav nav{
    margin: 0;
    padding: 0;
}
.menu-nav .nav-links{
    display: inline-block;
    padding: 5px 15px 5px 0;
    margin-right: 20px;
    text-transform: uppercase;
    text-wrap: nowrap;
}
.menu-nav .active{
    font-weight: 600;
    border-bottom: 1px solid #ccc;
}
.menu-nav nav::-webkit-scrollbar{
    display: none;
}
.menu-cards{
    max-height: 80vh;
    overflow-y: scroll;
    width: 100%;
    padding: 0;
}
.menu-cards::-webkit-scrollbar{
    display: none;
}
.card-text{
    font-size: 12px;
    margin: 0;
    font-weight: 600;
}


/* hotel */

.hotel-container .card-footer .pills .rounded-pill{
    font-size: 10px;
    letter-spacing: 1px;
    font-weight: bold;
}





footer.footer{
    height: 70px;
    background-color: #323232;
    font-size: 40px;
    max-width: 450px;
    margin: 0 auto;
    border-radius: 20px 20px 0 0;
}

footer.footer div{
    height: 70px;
    width: 70px;
    padding: 0;
    margin: 0;
}
footer.footer .drinks{
   margin-top: -10px;
}
footer.footer .drinks.active{
    background-color: #FF9B4F;
}
footer.footer img{
    height: 50px;
    width: 50px;
}
footer.footer .active img{
    color: #FF9B4F;
}