@import url("https://fonts.googleapis.com/css2?family=Agbalumo&family=Assistant&family=Ephesis&family=Kalnia&family=Martel+Sans&family=Poppins&family=Raleway:wght@400;800&family=Saira+Extra+Condensed&family=Space+Grotesk&display=swap");
@font-face {
  font-family: FuturaBold;
  src: url(./Futura-Bold.ttf);
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Poppins", "Raleway";
}
html,
body {
  height: 100%;
  width: 100%;
  scroll-behavior: smooth;
  background-color: #dfd5c9;
}

.menu-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(214, 191, 171);
  display: none;
  z-index: 9999;
  flex-direction: column; 
  align-items: center; 
}

.menu-close-btn {
  cursor: pointer;
}

.menu-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 1em;
  padding: 1em;
  width: 100%;
}

.menu-cols {
  display: flex;
  flex-direction: column; 
  align-items: center; 
  padding: 1em;
}

.menu-cols > div {
  flex: 1;
  padding: 1em 0;
}

.menu-link {
  position: relative;
  width: max-content;
}

.menu-link a {
  font-size: 40px;
  text-decoration: none;
  color: black;
  font-weight: bold;
}

#nav {
  width: 100%;
  position: fixed;
  z-index: 99;
  padding: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#nav h1 {
  line-height: 32px;
  font-weight: bold;
  font-family: FuturaBold;
}
#nav-left {
  display: block;
  height: 64px;
  overflow: hidden;
}
#nav #nav-mid {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
}
#nav-mid #links a {
  text-decoration: none;
  color: black;
  font-weight: 450;
  font-size: 14px;
  margin: 0 20px;
  text-transform: uppercase;
}
#links {
  padding: 10px;
}
#icons {
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#nav-mid #icons i {
  font-size: 18px;
  margin: 0 10px;
  font-weight: 100;
}
#page1 {
  min-height: 100vh;
  position: relative;
  width: 100%;
  padding: 0 1vw;
  padding-top: 16vh;
}
#page1 h1 {
  font-size: 12vw;
  font-family: FuturaBold;
  text-transform: uppercase;
  color: #2f1805;
  line-height: 14vw;
  letter-spacing: -4px;
}
#img-container {
  height: 100vh;
  width: 100%;
  margin-top: 1vw;
}
#img-container img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
#img-container #visit {
  padding: 3vw 2vw;
  background-color: black;
  color: white;
  font-size: 2vw;
  position: fixed;
  text-transform: uppercase;
  font-family: futura;
  border-radius: 50%;
  opacity: 0;
  scale: 0;
  z-index: 15;
}

#img-container #visit a {
  color: white;
  font-size: 1vw;
  text-decoration: none;
  text-align: center;
}
#page2 {
  height: 100vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1vw;
  gap: 1vw;
}
#gallery {
  margin-top: 3vw;
  height: 5vw;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#gallery h1 {
  font-family: FuturaBold;
}
#main-desc {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 2vw;
  margin-bottom: 2vh;
  min-height: 20vw;
  padding: 0 1vw;
}

#left-desc {
  width: 48%;
}

#left-desc h2 {
  font-size: 3vw;
  font-family: FuturaBold;
  text-transform: uppercase;
  color: #2f1805;
  line-height: 4vw;
  letter-spacing: -1px;
  text-align: center;
}

#right-desc {
  width: 48%;
}

#right-desc p {
  font-size: 20px;
  text-align: center;
}
#page2 .elem {
  height: 100%;
  width: 32%;
  overflow: hidden;
  flex: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#page2 .elem img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transform: scale(1.2);
}
#page3 {
  min-height: 120vh;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
}
#page3 #menu {
  font-family: FuturaBold;
  margin-bottom: 3vw;
}
#child-container {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
}
.child {
  height: 54vh;
  width: 38vw;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  margin: 0 0 5vw 0;
  background-color: rgb(214, 191, 171);
  padding: 2vw;
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.child img {
  height: 80%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}
.child button{
  height: 2rem;
  width: 6rem;
  color: white;
  background-color: rgb(120, 70, 26);
  border: 0;
}
#page3 a {
  color: black;
  text-decoration: none;
  font-size: 1.5vw;
}
#page4 {
  position: relative;
  width: 100%;
  padding: 0 1vw;
}
#reviews{
  width: 100%;
  padding: 0 1vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

}
.swiper {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: fit-content;
}

.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 70vh;
}
.swiper-slide h1{
  font-family: FuturaBold;
  font-size: 3vw;
}
.swiper-slide h3{
  font-family: FuturaBold;
  font-size: 2vw;
}
.swiper-pagination-bullet{
  background-color: black;
}
#reviews button{
  height: 3rem;
  width: 12rem;
  background-color: peachpuff;
  outline: none;
}
#reviews button:hover{
  background-color: #dfd5c9;

}
#footer{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3vh;
  background-color: #2f1805;
  color: white;
  flex-direction: column;
  padding: 2vw;
}

.footer-logo{
  font-family: FuturaBold;
  color: white;

}
#footer #footer-container{
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  color: white;
}
#leftcon{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  width: 30%;
}
#leftcon h1{
  font-family: FuturaBold;
  text-transform: uppercase;
  color: white;

}
#leftcon .socials{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;

}
.socials a{
  text-decoration: none;
  color: white;
  font-weight: bold;
  font-size: 2rem;
}
.socials a i{
  text-decoration: none;
  color: white;
  font-weight: 100;
  font-size: 2rem;
}
#rightcon{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
  width: 30%;

}
.rightcon-tainer{
  display: flex;
  justify-content: center;
  flex-direction: column;
  color: white;
}
.rightcon-tainer input{
  margin-bottom: 1vw;
}
.rightcon-tainer label{
  margin: 1vh 0;
}
.rightcon-tainer button{
  height: 2rem;
  background-color: peachpuff;
  outline: none;
}
.quick-links{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30%;
}
.quick-links a{
  text-decoration: none;
  color: white;
  font-size: 1.8rem;
}
.disclaimer{
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 1vw;
  margin-top: 1vw;
}