/* GLOBALS */
body {
  font-family: "Gabarito", serif;
  color: #304347;
  background-color: #304347;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  text-transform: uppercase;
  letter-spacing: 0.3rem;

}

section {
  scroll-margin-top: 115px; /* Ajuste de desplazamiento para el navbar */
}

.bg {
  height: fit-content;
  padding-top: 5rem;
  padding-bottom: 5rem;
}


::selection {
  color: #000;
  background: #304347;
}

/* RESET */
div, img {
  margin: 0;
  padding: 0;
}

img {
  user-select: none;
}

input, .form-control {
  margin-top: 10px;
  padding: 10px;
  color: #304347;
  background-color: rgba(255, 255, 255, .8);
  border: thin solid #e8e4d8;
  text-align: center;
  width: 100%;
  color-scheme: light;
}

input:focus, .form-control:focus,
input:active, .form-control:active {
  background-color: #F1F7EE;
  box-shadow: none!important;
  border-color: #F1F7EE;
  color: #304347;
}


/* FONTS */
@font-face {
  font-family: "CocoBiker";
  src: url("../fonts/CocoBiker.ttf");
}

h1, h2 {
  font-size: 3.5rem;
  font-weight: bold;
  font-family: "CocoBiker";
  color: #304347;
}

h3 {
  font-size: 1.25rem;
  font-weight: bold;
}

p {
  font-size: 1.2rem;
  font-weight: bold;
}

/* LINKS */
.nav-link {
  color: #F1F7EE;
  margin-top: 10px;
  letter-spacing: 0.2rem;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
  color: #F1F7EE;
}

/* NAVBAR */
.navbar {
  background-color: #304347;
  font-size: .9rem;
  z-index: 3;
  font-weight: bold;
  border-bottom: .2rem solid rgba(0, 0, 0, .1);
  font-family: "CocoBiker";
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: transparent;
  margin-right: 10px;
}

.custom-toggler:focus,
.custom-toggler:active,
.custom-toggler:hover {
  box-shadow: none;
  outline: 0;
}

.logo-nav {
  width: 12rem;
}

/* BUTTONS */
.btn {
  background-color: #304347;
  font-family: "CocoBiker";
  font-size: 1.2rem;
  font-weight: bold;
  border: solid thin #304347;
  border-radius: 0;
  color: #e8e4d8;
  padding: 10px;
  transition: 0.5s;
  width: 300px;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #1e3033;
  color: #e8e4d8;
  border-color: #1e3033;
}

.btn:focus, .btn:active {
  box-shadow: none;
  outline: 0;
}

/* MID SECTION BUTTON */
.alt-bg .btn, .rsrv .btn {
  background-color: #e8e4d8;
  border: solid thin #e8e4d8;
  color: #304347;
}

.alt-bg .btn:hover, .rsrv .btn:hover{
  background-color: #F1F7EE;
  color: #304347;
  border-color: #F1F7EE;
}

/* IMAGES */
.main-logo {
  width: 100%;
}

.alto {
  width: 150px;
}

.imgx {
  pointer-events: none;
  user-select: none;
}

.img-menu {
  width: 100%!important;
}

/* SOCIAL ICONS */
.fa-regular, .fa-solid {
  color: #304347;
  font-size: 3.5rem;
}

.social-icon {
  font-size: 2rem;
  color: #F1F7EE;
  transition: 0.2s;
  padding: 0 1.6rem 0 2rem;
}


.nav-icon{
  font-size: 1.1rem!important;
  color: #F1F7EE!important;
}

.social-icon:hover {
  color: #e8e4d8;
}

/* SECTIONS */
.home {
  width: 100vw;
}

.alt-bg {
  height: fit-content;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #304347;
  color: #e8e4d8;
}

.alt-bg, .footer, .navbar{
  background-image: url("../img/img/bg-2.webp");
  background-position: center;
  background-size: auto;
  background-repeat: repeat;
}

.rsrv{
  height: fit-content;
  background-image: url("../img/img/private.webp");
  background-size: auto;
  background-color: #304347;
  color: #e8e4d8;
}

.rsrv p{
  font-size: 1rem;
}

#menu, #location, #join{
  background-image: url("../img/img/bg.webp");
  background-size: auto;
  background-repeat: repeat;
  background-color: #e8e4d8;
}

.alt-bg b, .alt-bg .fa-regular, .alt-bg h2, .alt-bg h1, .footer .fa-regular{
  color: #e8e4d8;
}

.rsrv b, .rsrv .fa-regular, .rsrv h2, .rsrv h1{
  color: #e8e4d8;
}

.footer {
  height: fit-content;
  text-align: center;
  background-color: #304347;
  color: #F1F7EE!important;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.footer h2{
  color: #e8e4d8;
}


.footer p {
  font-size: 0.5rem;
}

.footer h2


/* HR */
hr {
  width: 30%;
  border-top: thin solid #e8e4d8;
  margin: auto;
  background-color: transparent;
  opacity: .1;
}

.top-space{
  height: 5rem;
}

small{
  letter-spacing: 2px;
}

/* FORM */
.form-control {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: rgba(255, 255, 255, .8);
  border: solid transparent;
  border-radius: 0px;
  border-width: thin;
  color: #304347;
  transition: .5s;
}

.form-control:focus, .form-control:active {
  background-color: #F1F7EE;
  box-shadow: none!important;
  border-color: #F1F7EE;
  color: #304347;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 3.5rem;
  height: 3.5rem;
}

/* Mover la flecha izquierda (prev) hacia la izquierda */
.carousel-control-prev {
  left: 0%; /* Ajusta esta propiedad para moverla más a la izquierda o hacia la derecha */
}

/* Mover la flecha derecha (next) hacia la derecha */
.carousel-control-next {
  right: 0%; /* Ajusta esta propiedad para moverla más a la derecha o hacia la izquierda */
}


/* SCROLLBAR */

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #304347;
}

::-webkit-scrollbar-thumb {
  background: #e8e4d8;
}

::-webkit-scrollbar-thumb:hover {
  background: #e8e4d8;
}

.marca{
  width: 75%;
  transition: .5s;
}

.marca:hover{
  transform: translateY(-5px);
}

/* SCREEN */
@media only screen and (max-width: 1800px) {

  .rsrv{
    height: fit-content;
  }

  .logo-nav {
    width: 10rem;
  }

  hr {
    width: 90%;
  }

  h1, h2 {
    font-size: 2.5rem;
  }

  h3, h4, p {
    font-size: 1rem;
  }

  .btn, .alt-bg .btn, .rsrv .btn {
    font-size: .875rem;
  }

  .alto {
    width: 150px;
  }

  .img-menu {
    width: fit-content;
    height: auto !important;
  }

}

/* Tablets (768px - 1024px) */
@media only screen and (max-width: 1024px) {

  .rsrv{
    height: fit-content;
  }

  h1, h2 {
    font-size: 2rem;
  }

  h3, h4, p {
    font-size: 0.95rem;
  }

}

/* Teléfonos grandes (425px - 767px) */
@media only screen and (max-width: 767px) {

  .rsrv{
    height: fit-content;
  }

  .main-logo {
    width: 80%;
    height: auto;
  }

  h1, h2 {
    font-size: 1.5rem;
  }

  .cardx h2{
    font-size: 2.5rem!important;
  }


  h3, h4, p {
    font-size: 0.9rem;
  }

  .btn, .alt-bg .btn, .rsrv .btn {
    font-size: 0.8rem;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 1.5rem;
    height: 1.5rem;
  }
}

/* Teléfonos medianos (375px - 424px) */
@media only screen and (max-width: 424px) {
  .rsrv{
    height: fit-content;
  }
  h1, h2 {
    font-size: 1.25rem;
  }

  h3, h4, p {
    font-size: 0.85rem;
  }

  .btn, .alt-bg .btn, .rsrv .btn {
    font-size: 0.75rem;
  }
}

/* Teléfonos pequeños (hasta 374px) */
@media only screen and (max-width: 374px) {
  .rsrv{
    height: fit-content;
  }
  h1, h2 {
    font-size: 1.1rem;
  }

  h3, h4, p {
    font-size: 0.8rem;
  }

  .btn, .alt-bg .btn, .rsrv .btn {
    font-size: 0.7rem;
  }
}

#whappBtn {
  position: fixed;
  bottom: 2.5rem;
  right: 2.5rem;
  z-index: 90;
  outline: none; 
  background-color: #304347; 
  cursor: pointer;
  font-weight: bolder;
  border-color: #fff!important;
  border: solid;
  border-width: .25rem;
  transition: 0.5s ease;
  border-radius: 100%;
  padding: 1.2rem!important;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0 0 0.5rem #000);
}

#whappBtn:hover {
  background-color: #1e3033;
  transform: translateY(-.5rem);
}

.whapp{
  width: 3rem;
  pointer-events: none;
}

.cardx{
  position: relative;
  border-radius: 10px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25rem;
  background-size: cover;
  border: solid thin #ebebeb;
  background-position: center;
  filter: drop-shadow(0 0 0.75rem #000);
  cursor: pointer;
  transition: .5s;
}

.cardx h2{
  font-size: 4rem;
  color: #fff;
  filter: drop-shadow(0 0 1.5rem #000);
  margin: 0!important;
}

.cardx a{
  color: #ffffff;
  text-decoration: none;
}

.cardx::before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, .6);
  background-size: contain;
  border-radius: 10px;
  background-repeat: no-repeat;
  z-index: 0;
  transition: .5s;
}


.cardx:hover::before{
  background-color: rgba(0, 0, 0, .15);
}

.cardx:hover{
  transform: translateY(-5px);
}


.brunch{
  background-image: url("../img/menu/brunch.jpg");
}

.dinner{
  background-image: url("../img/menu/dinner.jpeg");
}

.drinks{
  background-image: url("../img/menu/drinks.jpeg");
}

.hh{
  background-image: url("../img/menu/happy-hour.jpg");
}

.kids{
  background-image: url("../img/menu/kids.jpg");
}



#menu a{
  text-decoration: none;
}
