@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap')

*{
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    background-color: #212529;
    color: #fff;
    font-family: "Work Sans", sans-serif;
}
.custom_container_fluid {
    max-width: 1920px;
    margin: 0 auto;
}

.navbar-toggler.opened .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath d='M2 2l12 12M2 14L14 2' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
}


.hero {
    background: url('../images/hero_img.png') no-repeat center center/cover;
    height: 82vh;
    display: flex;
    align-items: center;
    flex-direction: column;
    text-align: center;
    position: relative;
  }

  .hero::after {
    content: '';
    display: block;
    background: linear-gradient(360deg,rgba(42, 123, 155, 1) 0%, rgba(33, 37, 41, 1) 0%, rgba(33, 37, 41, 00) 100%);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 200px;

  }

  .custom_nav_main {
    padding-top: 1rem;
  }

  .custom_nav_main .container {
    border-top: 2px solid #fff;
    padding-top: 1rem;
  }
  .hero h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-family: "EB Garamond", serif;
    font-weight: 400;
  }

  .hero p {
    width: 45%;
    margin: 0 auto;
  }

  .hero .main_logo img {
    width: 60%;
  }

  .hero .hero_content {
    margin-top: 5rem;
    text-align: center;
  }

  .hero .hero_content .btn-outline-light {
    z-index: 9;
    position: relative;
  }

  .hero img {
    margin-top: 2rem;
  }

  .nota_menu .navbar-nav {
    width: 100%;
    justify-content: space-around;
  }

  .nota_menu ul li a {
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
  }

  .nota_menu ul .custom-nav_btn {
    border: 2px solid #fff;
  }
  .gallery {
    padding-left: 0;
    padding-right: 0;
  }
  .gallery img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    margin-bottom: 1rem;
  }

  .about_description {
    border: 1px solid #fff;
  }

  .about_description .text-center {
    width: 60%;
    margin: 0 auto;
  }
  .section-title {
    margin: 60px 0 30px;
    text-align: center;
    font-size: 2rem;
    font-family: "EB Garamond", serif;
  }
  .card-bg {
    background-color: #1c1a1f;
    border: none;
  }

  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.3s ease;
  }

  .object-fit-cover {
    object-fit: cover;
  }

  .overlay:hover {
    background: rgba(0, 0, 0, 0.7);
  }
  
  .custom_card_ui .card_description {
    margin-top: 47rem;
    position: relative;
    z-index: 9;
  }
  .custom_card_ui .card_description h5 {
    z-index: 9;
    position: relative;
  }

  .custom_card_ui .card_description p {
    z-index: 9;
    position: relative;
  }

  .custom_card_ui .card_description a {
    z-index: 9;
    position: relative;
  }
  .custom_card_ui .card_description::after {
    content: '';
    height: 200px;
    background: linear-gradient(0.57deg, #141218 22.65%, rgba(20, 18, 24, 0) 110.04%);
    position: absolute;
    bottom: -2rem;
    width: calc(100% + 32px);
    left: -16px;
    z-index: 1;
  }
  .card_ui_group .custom_card_ui {
    border: 1px solid #ffffff !important;
    border-radius: none !important;
  }

  .special_events .text-center a {
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    transition: .4s ease-in-out;
    padding: 8px 1rem;
    text-decoration: none;
  }
  .special_events .text-center .lead {
    margin-bottom: 2rem;
  }
  .special_events {
    padding-bottom: 3rem;
  }
  .card_ui_group {
    padding: 0;
  }

  .happy_hours .text-center p {
    font-size: 1rem !important;
    color: #fff;
    font-weight: 400 !important;
    margin-bottom: 1rem !important;
  }

  .happy_hours .text-center p:nth-child(4) {
    margin-bottom: 2rem !important;
  }

  .menu-title {
    font-size: 2.5rem;
    font-weight: bold;
  }

  .subtitle {
    font-size: 1rem;
    color: #ccc;
  }

  .nav-link {
    color: #fff !important;
  }

  .menu-item {
    border-bottom: 1px dashed #666;
    padding: 10px 0;
  }

  .menu-category {
    color: #f4c442;
    font-weight: bold;
    padding-top: 2rem;
    padding-bottom: 0.5rem;
  }

  .price {
    float: right;
    color: #ccc;
  }

  .btn-custom {
    background-color: transparent;
    border: 1px solid #aaa;
    color: #fff;
  }

  .tab-content {
    padding-top: 1rem;
  }

  .menu-category {
    font-size: 1.25rem;
    font-weight: bold;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
    text-transform: uppercase;
  }
  
  .menu-item {
    margin-bottom: 1rem;
  }
  
  .menu-item .price {
    float: right;
  }
  
  .menu-item strong {
    display: inline-block;
  }

  .menu-header {
    text-align: center;
    padding: 80px 20px 20px;
  }
  .menu-header h1 {
    font-size: 2rem;
    font-weight: bold;
  }
  .menu-header h2 {
    font-size: 1.25rem;
    font-weight: normal;
    color: #ccc;
  }
  .nav-tabs .nav-link {
    color: #aaa;
  }
  .nav-tabs .nav-link.active {
    color: white;
    border-color: white;
  }
  .menu-section {
    margin-top: 60px;
  }
  .menu-category {
    color: #d4af37;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
  }
  .menu-item {
    /* display: flex; */
    justify-content: space-between;
    border-bottom: 1px dashed #555;
    padding: 10px 0;
  }
  .menu-item .desc {
    font-size: 0.85rem;
    color: #aaa;
  }
  .btn-pdf {
    background: none;
    border: 1px solid #fff;
    color: white;
    padding: 8px 20px;
    margin-top: 30px;
    transition: background 0.3s;
  }
  .btn-pdf:hover {
    background: white;
    color: #111;
  }  
  
#menuTabs .nav-item .active {
  border: none !important;
  font-weight: 700;
  background: none !important;
}

.nav-item {
  border: none !important
}

.nav-item button {
  border: none !important;
  outline: none !important;
}

#menuTabs {
  padding-bottom: .2rem !important;
}

.dining_hero p {
  width: 100% !important;
  margin-bottom: 1rem !important; 
}

.dining_hero .subtitle {
  font-weight: 700 !important;
}

.download_btn {
  border-radius: none !important;
  padding: 6px 1rem !important;
}

.nota_menu .active {
  color: #fff !important;
  font-weight: 700 !important;
}

.drinkin_hero p {
  font-weight: 700 !important;
}

.dining_hero .hero_content {
  width: 30%;
  margin: 0 auto;
}

.section h2 {
  font-family: "EB Garamond", serif !important; 
}

.section h4 {
  font-family: "EB Garamond", serif !important; 
  font-size: 2rem;
  margin-bottom: 1rem;
}

.section p {
  width: 52%;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.for_border_only {
  border-top: 1px solid #3b3b3b;
  margin-bottom: 4rem;
}

.contact_hero .hero-content {
  position: relative;
  z-index: 2;
}

.contact_hero .hero-logo {
  font-size: 36px;
  color: #ffeb3b;
  margin-bottom: 10px;
  font-weight: bold;
}

.contact_hero .hero-title {
    font-size: 2.5rem;
    font-weight: 400;
    color: #fff;
    margin-bottom: 3rem;
}

.contact_hero .get-directions-btn {
  margin-top: 20px;
  padding: 10px 24px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  z-index: 9;
  position: relative;
}

.contact_hero .get-directions-btn:hover {
  background: #fff;
  color: #000;
}

.inquiry_content .inquiry_btn {
  margin-top: 20px;
  padding: 10px 24px;
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
  font-weight: 500;
  transition: 0.3s;
  text-decoration: none;
  cursor: pointer;
  z-index: 9;
  position: relative;
}

.inquiry_content .inquiry_btn:hover {
  background: #fff;
  color: #000;
}

.hours-section {
  text-align: center;
  padding: 60px 20px;
}

.hours-section h5 {
  font-size: 20px;
  margin-top: 30px;
  font-weight: bold;
}

.hours-section p {
  margin-bottom: 0;
  font-size: 16px;
}

.event-box .get-directions-btn {
  border-color: #fff;
  z-index: 99;
  position: relative;
  background-color: #fff;
  transition: .4s ease-in-out;
}

.event-box .get-directions-btn:hover {
  background-color: transparent;
}

.btn-outline-light {
  border-color: #fff;
  color: #fff;
}

.btn-outline-light:hover {
  background-color: #fff;
  color: #000;
}


.event-box {
  padding: 6rem 3rem;
  margin-bottom: 40px;
  border: 1px solid #fff
}

.event-box h2 {
  font-size: 1.5rem;
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.placeholder-box {
  background-color: #ddd;
  height: 200px;
  border-radius: 5px;
}

.section h3 {
  margin-bottom: 20px;
  padding-bottom: 1rem;
}

@media screen and (max-width: 768px) {

  body {
    padding: 0 15px;
  }

  .hero .hero_content {
    z-index: 9;
  }

  html {
    font-size: 80%;
  }

  .custom_card_ui .card_description::after {
    display: none !important;
  }

  .custom_card_ui .card_description {
    height: 50vh;
    margin-top: 0;
  }

  .custom_card_ui {
    margin-bottom: 1rem;
  }

  .about_description .text-center {
    width: 100%;
  }

  body {
    overflow-x: hidden;
  }
  .hero p {
    width: 100%;
  }

  .hero {
    height: auto;
    padding: 0 12px;
  }

  .custom_nav_main .navbar-collapse {
    padding: 0 12px;
    padding-top: 1rem;
  }

  .custom-nav_btn {
    padding-left: 12px;
    padding-right: 12px;
    margin-bottom: .6rem;
  }
}

