* {
  transition-duration: initial;
  /* transition-timing-function: ease-in-out; */
}
h1,
.culinary-item h2, .pattern-content h2 {
  color: #6b8ca0;
  font-family: Nord;
  font-size: 64px;
  line-height: 68px;
}
h3 {
  font-size: 24px;
  line-height: 28px;
  letter-spacing: 10px;
}
p {
  font-size: 18px;
  line-height: 22px;
  font-family: Lato;
}

/* showcase */
.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

/* for overlay nav */
.carousel-indicators {
  z-index: 1;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5%;
}

.carousel-control-next-icon {
  width: 50px;
  height: 50px;
}

.carousel-control-prev-icon {
  width: 50px;
  height: 50px;
}

.showcase-item {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  justify-content: center;
  padding: 100px 20px;
}
.showcase-item div {
  margin-top: auto;
}
.showcase-item h1 {
  font-size: 124px;
  line-height: 128px;
}
.showcase-item hr {
  width: 30%;
  color: #fff;
  border-top: 5px solid #fff;
}
.showcase-item a {
  text-decoration: none;
  margin: auto;
}
.showcase-item a:hover {
  text-decoration: none;
}
.jbtn {
  font-size: 24px;
  line-height: 29px;
  font-family: Nord;
  width: fit-content;
  background-color: transparent;
  transition-duration: 0.3s;
}
.jbtn:hover {
  transition-duration: 0.3s;
  background-color: #cead64;
}

.culinary {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.culinary-item {
  background-color: #fff;
  display: grid;
  justify-content: center;
  align-items: center;
}
.culinary-item div {
  margin: auto;
  max-width: 400px;
  text-align: left;
}

.culinary-item p {
color: #727272;}

/* .culinary-item h2 {
  font-size: 60px;
  line-height: 64px;
  color: #4d6575;
} */

/* urban */
.urban {
  display: grid;
  align-items: center;
  justify-content: center;
}
.urban h1 {
  font-size: 124px;
  line-height: 128px;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
}
.urban p {
  width: 35%;
  font-size: 18px;
  margin: auto;
}
.urban-content {
  z-index: 2;
}

/* reservation */
.reservation-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.table-book {
  padding: 50px 20px 0 20px;
}
.table-book h2 {
  font-size: 60px;
  line-height: 64px;
  color: #cead64;
  padding-bottom: 40px;
}
.table-book .header {
  display: none !important;
}

.image-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.full-image {
  grid-area: 2/1 / span 1 / span 2;
}

/* gallery */
.gallery-content {
  display: grid;
  justify-content: center;
  align-items: center;
}
.gallery-content h3 {
  font-size: 64px;
  line-height: 68px;
  font-family: "Nord";
  margin-top: 80px;
  margin-bottom: auto;
}
.gallery-content a {
  justify-self: center;
  margin-bottom: 80px;
  margin-top: auto;
}

/* background images */
.background-image {
  background-repeat: no-repeat;
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100vh;
  z-index: 0;
}

.background-image-70{
  height:100vh;
}
.overlay-image {
  position: absolute;
  background-color: #000;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.showcase1 {
  background-image: url("/assets/images/showcase-c.jpg");
  height: 100vh;
}
.showcase2 {
  background-image: url("/assets/images/showcase2-c.jpg");
  height: 100vh;
}
.showcase3 {
  background-image: url("/assets/images/showcase3-overlay-c.jpg");
  height: 100vh;
}

.culinary1 {
  background-image: url("/assets/images/culinary1-c.jpg");
}
.culinary2 {
  background-image: url("/assets/images/culinary2-c.jpg");
  background-position: bottom;
}
.culinary3 {
  background-image: url("/assets/images/culinary3-c.jpg");
}
.urban-image {
  background-image: url("/assets/images/DSC_4805-c.jpg");
  min-height: 100vh;
  height: 100vh;
}
.reservation-table-image {
  background-image: url("/assets/images/4717.png");
  min-height: 100vh;
  height: 100vh;
}
.reservation-image {
  background-image: url("/assets/images/reservation.png");
  min-height: 100vh;
  height: auto;
}
.image-section1 {
  background-image: url("/assets/images/DSC_5175-c.jpg");
}
.image-section2 {
  background-image: url("/assets/images/DSC_4894-c.jpg");
}
.image-section3 {
  background-image: url("/assets/images/DSC_4724-c.jpg");
}
.image-section4 {
  background-image: url("/assets/images/DSC_4887-c.jpg");
}
.image-section5 {
  background-image: url("/assets/images/fire-c.jpg");
}
.gallery {
  background-image: url("/assets/images/gallery-c.jpg");
}

/* map */

#map {
  height: 600px;
  /* The height is 400 pixels */
  width: 100%;
  /* The width is the width of the web page */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1200px) {
  .showcase-item h1 {
    font-size: 100px;
    line-height: 105px;
  }
}

@media (max-width: 1150px) {
  .showcase-item h1 {
    font-size: 90px;
    line-height: 95px;
  }
  .reservation-section {
    grid-template-columns: 1fr;
  }
  .reservation-image {
    height: 100vh;
    grid-area: 2/1;
  }
  .table-book h2 {
    padding-left: 0px;
    text-align: center;
  }
}
@media (max-width: 900px) {
  h1,
  .culinary-item h2 {
    color: #6b8ca0;
    font-family: Nord;
    font-size: 34px;
    line-height: 38px;
  }
  .culinary-item h2 {
margin-bottom: 25px;
  }
  h3 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 4px;
  }
  .showcase-item h1, .pattern-content h2 {
    font-size: 50px;
    line-height: 55px;
  }
  .showcase2 h3 {
    color: #cead64;
  }
  .showcase2 hr {
    border-color: #cead64;
  }
  .showcase-item {
    padding: 100px 15px;
  }

  .culinary {
    grid-template-columns: 1fr;
  }
  .culinary1 {
    grid-area: 1;
  }
  .culinary2 {
    grid-area: 3;
  }
  .culinary3 {
    grid-area: 5;
  }
  .grid-area-first {
    grid-area: 1/1;
  }
  .culinary-item {
    padding: 100px 30px;
  }
  .culinary-item h2 {
    /* font-size: 50px;
    line-height: 54px; */
    text-align: center;
  }
  .culinary-item p {
    font-size: 16px;
  }
  .urban p {
    width: 80%;
    font-size: 18px;
    margin: auto;
  }
  .urban h1 {
    font-size: 70px;
    line-height: 75px;
  }
  .table-book {
    padding: 20px;
  }
  .table-book h2 {
    padding-left: 0px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .image-section {
    grid-template-columns: 1fr;
  }
  .full-image {
    grid-area: auto;
  }
}
@media (max-width: 500px) {
  .showcase-item h3 {
    /* font-size: 22px;
    line-height: 23px;
    letter-spacing: 10px; */
  }
  .showcase-item h1 {
    /* font-size: 46px;
    line-height: 46px; */
  }
  .table-book h2 {
    font-size: 46px;
    line-height: 49px;
  }
}

@media (max-width: 410px) {
  .urban h1 {
    font-size: 50px;
    line-height: 55px;
  }
}

/* height queries */
@media (max-height: 500px) {
  .showcase-item h1, .pattern-content h2 {
    font-size: 45px;
    line-height: 58px;
  }
  h1 {
    color: #6b8ca0;
    font-size: 34px;
    line-height: 38px;
  }
  h3 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 4px;
  }
  .urban h1 {
    font-size: 50px;
    line-height: 55px;
  }

  /* #gallery-container{
    min-height: 65vh
  }
  
  #gallery-content{
    min-height: 65vh;
  } */
}
