* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.main-menu {
    background-size: cover;
    display: block;
    /* position: relative; */
    /* height: auto; */
}

.shadow-header {
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.22);
}

.main-menu::before {
    content: '';
    display: block;
    justify-content: center;
    /* position: absolute;
    background-color: #000;
    opacity: 0.4; */
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    h1 {
        font-size: 3rem;
    }

    .btn {
        font-size: 1rem;
        padding: 12px 30px;
    }
}

.hometext {}

/*
==========================================
   top-banner Design
==========================================
*/
.top-banner {
    /* width:100%;
    background: url('../images/bg/bghome.jpg') no-repeat center;
    background-size:cover;
    padding:16.875rem 0 9.375rem; */
}

.bg {
    /* background: url('../images/mainbg.jpg') center center no-repeat;    */
    height: 100vh;
    /* width: auto; */
    /* background-size:contain;
    background-position:center;     */
    /* background-attachment: fixed; */

    filter: blur(2px);
    filter: brightness(100%);
    background-position: center center;
    transform: translate3d(0px, 0px, 0px);
    /* /* width: auto; */
    /* height: auto;  */
}

.bg-location {
    /* background: url('../images/drink00.jpg') center center no-repeat;    */
    /* background-color: black; */
    height: 100vh;
    width: auto;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
}

.bg-entertainment {
    background-color: black;
    display: block;
}

.bg-foodservice {
    background: url('../images/bg/bgservice.jpg') center center;
    width: 100%;
    background-size: cover;
    padding: 16.875rem 0 9.375rem;
    height: 100vh;
}

.bg-service {
    background: url('../images/bg/bgservice.jpg') center center no-repeat;
    height: 100vh;
}

/* -------------------------- */

.menu-btn .smenu-btn {
    text-decoration: none;
}

.content {
    -webkit-filter: brightness(1);
    filter: brightness(1);
}

.homeimg {
    width: 60%;
    margin-left: 10%;
}

.locationimg {
    width: 60%;
    margin-left: 10%;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding: 0 7vw;
    background-color: black;
}

#facebook {
    width: 15%;
    height: 15%;
}

#youtube {
    width: 15%;
    height: 15%;
}

#hero-text {
    z-index: 1;
}

#hero-text .text-1 {
    color: #fff;
    font-size: 3rem;
    font-weight: 800;
}

#hero-text .text-2 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
    margin-top: 10px;
    margin-top: 15px;
}

#about #video {
    width: 100%;
    max-width: 400px;
    height: 100%;
    max-height: 300px;
}

#vdo {
    width: 30%;
    height: auto;
}

h1 {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d6d313;
    /* Text color */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    /* -webkit-text-stroke: 1px #000;  */
    /* text-stroke: 1px #000;  */
    /* font-size: 2em;  */
}

h2 {
    font-family: 'Arial', sans-serif;
    font-weight: bold;
}

h3 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: bold;
}

p {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #000000ab;
    /* #A56214; */
    font-size: large;
}


#location1 {
    height: auto;
}

#location2 {
    /* background-color: #EDEDED; 
    background-size: cover; 
    position: relative; */
    height: auto;
}

.contact-address {
    font-family: Lato, sans-serif;
}

.contact-address p a{
    font-size: 17px;
    font-weight: 300;
}

.google-map {
    padding-bottom: 30%;
    padding-top: 20%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.slide {
    width: 100%;
    height: 50%;
}

#footer {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

#footer .logo {
    max-width: 230px;
    width: 100%;
}
#footer .footer-icon{
    font-size: 1.5rem;
}

#service {
    /* background-image: url(&quot;https://www.cultursmag.com/wp-content/uploads/2023/07/silhouettes-of-hand-in-concert-light-from-the-stage-1-2-1920x794.jpg&quot;); */
    height: 100%;
    width: 100%;
}

.figure-caption {
    text-align: center;
}

.food-card {
    height: 100px;
}

.cstm-height-card .card-img-top {
    height: 140px;
    object-fit: contain;
}

/*
==========================================
   Header Design
==========================================
*/
.navigation-wrap {
    position: fixed;
    width: 100%;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap .nav-item {
    padding: 0 0.625rem;
    transition: all 200ms linear;
}

.navbar-toggler:focus {
    outline: unset;
    border: unset;
    box-shadow: none;
}

.nav-link {
    font-size: 0.9375rem;
    font-weight: 600;
    text-transform: capitalize;    
    letter-spacing: 1px;
}

.navigation-wrap .main-btn {
    padding: 0.3125rem 1.4375rem;
    box-shadow: none;
    margin-left: 0.625rem;
}

.logoText {
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    width: 45px;
}


.logoText {
    color: white;
    text-decoration: none;
}

.navbar {
    transition: all 0.5s;
    background-color: rgba(19, 22, 26, 1);
    font-size: 1.1rem;
}

.nav-link, .nav-item .dropdown-item {
    color: #d4cb95 !important;
    /* font-weight: bolder; */
}

.nav-link.active,
.nav-link:hover {
    color: #d62313 !important;
}

/* navbar-scrolled */
.navbar-scrolled {
    background-color: black;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15);
}

#navbar-icon {
    box-shadow: 0 0 0 1;
    border: none !important;
}

.navbar-toggler:focus {
    box-shadow: 0 0 0 0.1rem !important;
}

.cardhovers {
    transition: transform 0.2s;
}

.cardhovers:hover {
    transform: translateY(-8px);
}

p {
    text-align: justify;
}

.photo-gallery {
    color: #313437;
    background-color: #fff;
}

.photo-gallery p {
    color: #7d8285;
}

.photo-gallery h2 {
    font-weight: bold;
    margin-bottom: 40px;
    padding-top: 40px;
    color: inherit;
}

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

.photo-gallery .intro p {
    margin-bottom: 0;
}

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}

.toptitle, h3, h2 {
  background: linear-gradient(45deg, #FFAA01, #FD0002);
  -webkit-background-clip: text; /* for Chrome, Safari */
  -webkit-text-fill-color: transparent; /* makes the gradient visible */
  background-clip: text; /* standard property */
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  }

.toptitle {
  font-size: 2.5rem;
  letter-spacing: 2px;
}
