@import 'https://fonts.googleapis.com/css2?family=Schoolbell&display=swap';
* {
  box-sizing: border-box;
}

body{
  color: #fff;
}

p {
  font-family: "Schoolbell", sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

body{
  font-family: Schoolbell;
}

blockquote {
  position: relative;
  padding-left: 1.5rem;
  font-family: "Schoolbell", serif;
  font-size: 2rem;
  line-height: 1.25;
  letter-spacing: -0.05rem;
}
blockquote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #A9DFBF;
  border-radius: 60px;
}

figure {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;

  /* background-image: url("img/img/1-min.jpg"); */
  /* background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #ffbfd1; */
  background-position: center;
}
#img-balmori{
  margin-top: -100px;
}
.hero {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.hero:nth-child(1) figure {
  background-image: url("img/Balmori.png");
}
#section-0{
background-color: #ffbfd1;

}
.hero:nth-child(2) figure {
  background-image: url("img/1-min.jpg");
}
.hero:nth-child(3) figure {
  background-image: url("img/2-min.jpg");
}
.hero:nth-child(4) figure {
  background-image: url("img/3-min.jpg");
}
.hero:nth-child(5) figure {
  background-image: url("img/4-min.jpg");
}
.hero:nth-child(6) figure {
  background-image: url("img/5-min.jpg");
}
.hero:nth-child(7) figure {
  background-image: url("img/6-min.jpg");
}

.hero-inner {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  clip: rect(0, auto, auto, 0);
}
@supports (-webkit-overflow-scrolling: touch) {
  .hero-inner {
    clip: unset;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.hero__title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 1rem;
  width: 100%;
  height: 100%;
  color: white;
  font-family: "Schoolbell", serif;
  font-size: 8vw;
  letter-spacing: -0.125rem;
  text-align: center;
}
@media (min-width: 1200px) {
  .hero__title {
    font-size: 6rem;
  }
}

.content {
  position: relative;
  margin: 0 auto 8rem;
  padding: 2rem;
  background: black;
  color: white;
}

.content__inner {
  margin: 0 auto;
  max-width: 700px;
}
.content__inner > * + * {
  margin-top: 1.5rem;
}
.content__inner > blockquote {
  margin: 3rem 0;
}

.content__title {
  font-family: "Schoolbell", serif;
  font-size: 3rem;
  line-height: 1.25;
  letter-spacing: -0.125rem;
  text-align: center;
}
@media (min-width: 600px) {
  .content__title {
    font-size: 4rem;
  }
}

.content__author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
  width: 100%;
  font-family: "Schoolbell", serif;
  font-size: 1.5rem;
  letter-spacing: -0.125rem;
  text-align: center;
}
.content__author:before, .content__author:after {
  content: "";
  flex: 1;
  height: 2px;
  background-color: #A9DFBF;
}
.content__author:before {
  margin-right: 1rem;
}
.content__author:after {
  margin-left: 1rem;
}





/*From other file*/

.section {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100vh;
  letter-spacing: 0px;
  overflow: hidden;
  clip: rect(0, auto, auto, 0);
}
.section .fixed {
  overflow: hidden;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  bottom: 0%;
}
.section .white {
  color: #fff;
}


.menu{
  top: 70vh !important;
  /* padding-left: 10vh;
  padding-right: 10vh; */
}


.button {
  display: inline-block;
  padding: 10px 20px; /* Button padding */
  /* background-color: #ffffff9a; */
  color: white; /* Text color */
  text-align: center; /* Center the text */
  text-decoration: none; /* Remove underline */
  font-size: 3vh; /* Font size */
  border-radius: 5px; /* Rounded corners */
  border: none; /* Remove border */
  cursor: pointer; /* Change mouse cursor on hover */
  transition: background-color 0.3s; /* Smooth transition for background color */
}

.button:hover {
  background-color: #c9dee589; /* Darker shade on hover */
}

.fixed.menu {
  width: 100%; /* Ensures the container spans the full width */
  margin-top: -100px;
  position: fixed;
}


.fixed.menu .button {
  display: block;
  text-align: center; 
}

.instagram-button img {
  width: 24px; /* Adjust the size of the icon as needed */
  height: 24px; /* Adjust the size of the icon as needed */
  vertical-align: middle; /* Center the icon vertically */
}



.foo{
  /* width: 50%; */
  background-color: rgba(201, 54, 96, 0.81);
  /* background-color: rgba(176, 5, 65, 0.814); */
  border-radius: 0 0 10px 10px;
  position: absolute;
  /* left: 50%; */
  /* top: 50%; */
  /* transform: translate(-50%, -50%); */
  padding: 24px;
}
.lorem{
  left: 32px;
  top: 32px;
  right: 32px;
}
.bar{
  width: 50%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}


.whatsapp-container {
  position: fixed;
  bottom: 5vh;
  right: 20px;
  text-align: center;
  z-index: 100;
}

.whatsapp-float {
  /* background-color: #25d366; */
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  /* box-shadow: 2px 2px 3px #999; */
  transition: background-color 0.3s, transform 0.2s; /* Smooth transition for hover effects */
}

.whatsapp-float img {
  width: 50px; /* Adjust the image size as necessary */
  transition: transform 0.2s; /* Smooth scaling transition */
}

.whatsapp-float:hover {
  transform: scale(1.1); /* Slightly enlarges the bubble on hover */
}

.reservations-text {
  display: block;
  font-size: 14px; /* Adjust as necessary */
  color: #000; /* Text color */
  margin-top: 8px; /* Space between the icon and text */
}

#languageSelect{
  position: absolute;
  visibility: visible;
  top: 2vh;
  left: 2vh;
  z-index: 1000 !important;
}

/* #menuBtn{
  left: 80%;
    bottom: 3%;
    position: absolute;
} */

@media only screen and (min-width: 768px){
  .fixed.menu {
    flex-direction: row;
  }

  #img-balmori {
    margin-top: 0px;
  }

  .fixed.menu {
    display: flex;
    justify-content: center; /* Adjusts spacing */
    margin-top: 0;
  }
  .foo{
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  #img-balmori {
    margin-top: 0px;
  }
}