html,
body {
  padding-top: 37px;
}
html {
  scroll-behavior: smooth;
}

#home::before,
#about::before,
#schedule::before,
#reservation::before,
#news::before,
#contact::before {
  display: block;
  content: " ";
  margin-top: -100px;
  height: 100px;
  visibility: hidden;
}

.navbar {
  z-index: 10000;
  box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.5);
}

.nav-item {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-weight: bold;
}

a.navbar-brand,
a.logo {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #fff !important;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 0;
}

#backgroundCarousal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1;
}

#backgroundInner {
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

#backgroundItem {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  z-index: 0;
  -webkit-animation: zoom 20s;
  animation: zoom 20s;
}

#backgroundItem:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  background-color: rgba(7, 2, 2, 0.342);
}

a.carousel-control:hover,
a.carousel-control-next:hover {
  background-image: linear-gradient(
    to right,
    rgba(250, 0, 0, 0) 0px,
    rgba(255, 0, 0, 0.5) 100%
  );
}
a.carousel-control-prev:hover {
  background-image: linear-gradient(
    to left,
    rgba(250, 0, 0, 0) 0px,
    rgba(255, 0, 0, 0.5) 100%
  );
}

.carousel-caption,
.card-title {
  background-color: rgba(1, 57, 95, 1);
  background: linear-gradient(to right, rgba(0, 0, 0, 1), rgba(1, 57, 95, 0));
}

.title {
  text-align: center;
  border-bottom: 0;
  color: white;
}

.title::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  margin: auto;
  background-color: #fff;
}

.about {
  margin-top: 40px;
}

.schedule-tabs {
  margin-top: 20px;
}

#pills-tab {
  justify-content: center;
}

#pills-tabContent {
  margin-bottom: 20px;
  margin-top: 20px;
}

.nav-link {
  color: #fff;
}

.card-title {
  color: #fff;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: black;
}

.jumbotron {
  background-color: rgba(14, 14, 14, 0.692);
}

.jumbotron h1,
p {
  font-weight: 300;
  text-align: center;
  color: white;
}

.rsv {
  margin-top: 20px;
}
.rsv-col {
  padding: 0px 40px;
}

@media (min-width: 992px) {
  .rsv-col {
    padding: 0px 80px;
  }
}

.ckbox {
  color: white;
}

.news-feed {
  margin-top: 20px;
}
.news-card {
  margin-bottom: 20px;
}

.blq-footer {
  color: white;
}

.subcribe {
  margin-top: 40px;
}
.newsletter-form input[type="text"] {
  width: 80%;
  border-radius: 0;
  border: 0;
  line-height: 44px;
  height: 44px;
  padding-top: 0;
  padding-bottom: 0;
  display: inline-block;
}

.newsletter-form button {
  background-color: white;
  color: black;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  border: 0;
  border-radius: 0;
  margin-left: -5px;
  line-height: 44px;
  padding: 0;
  width: 20%;
  margin-top: -2px;
}

.subcr-sumbit-bt {
  margin-top: 5px;
}

.ft-bt-link {
  margin: 0px 10px;
}

.social-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 15px;
}

.social-buttons a {
  display: inline-flex;
  text-decoration: none;
  font-size: 18px;
  width: 60px;
  height: 60px;
  color: #fff;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 8px;
}

.social-buttons a::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 60px;
  background: linear-gradient(45deg, #22a6b3, #30336b);
  border-radius: 50%;
  transition: 0.3s ease-in;
}

.social-buttons a:hover::before {
  transform: scale(0);
}

.social-buttons a i {
  transition: 0.3s ease-in;
  z-index: 1;
}

.social-buttons a:hover i {
  background: linear-gradient(45deg, #22a6b3, #30336b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: scale(2.2);
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(1, 1);
  }
  to {
    -webkit-transform: scale(1.5, 1.5);
  }
}

@keyframes zoom {
  from {
    transform: scale(1, 1);
  }
  to {
    transform: scale(1.5, 1.5);
  }
}
