@import url("https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Acme&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=New+Amsterdam&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

h1,
h2 {
  font-family: "Indie Flower", cursive;
  font-weight: 400;
  font-style: normal;
}

h3,
h4,
h5,
h6 {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

span {
  font-family: "Acme", sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-family: "Cinzel", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}



body {
  font-family: 'Poppins', sans-serif;
  background-color: #fdf4e3;
}


.webLayout {
  background-color: white;
  width: 100%;
  height: auto;
  padding-bottom: 50px;
  display: grid;
  grid-template-columns: 10% 80% 10%;
  background-color: rgb(232, 237, 225);
  padding-top: 20px;
}

/* RESERVATIONS */

.modelForm {
  font-size: 25px;
  margin-left: 5%;
}
.modelForm label {
  display: block !important;
  font-weight: bold;
}
.modelForm select {
  width: 95%;
  padding: 4px;
  border: 1px solid black;
  border-radius: 10px;
}
.modelForm input {
  width: 95%;
  padding: 4px;
  border: 1px solid black;
  border-radius: 10px;
}

.modal-title {
  font-size: 20px !important;
  text-align: center !important;
}

.modal-content {
  background-color: red;
  width: 100% !important;
  height: auto !important;
}

.model-dialog {
  padding-top: 0 !important;
}

.btnSubmit {
    margin-top: 20px;
    width: 95%;
  }  

.textContainer {
    width: 80%;
    margin: auto;
    padding: 50px 0;
}

.reserve-button{
  background-color: transparent;
  color: rgb(11, 61, 11);
}

/* END OF RESERVATIONS */

.logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

/* FAST FACTS */
body {
  font-family: sans-serif;
}

.container {
  overflow-x: auto;
  /* white-space: nowrap; */
  display: flex;
  font-size: 12px;
}

.box {
  display: grid;
  grid-template-rows: 50% 50%;
  height: auto;
  margin: 10px;
  background-color: #f0f0f0;
  /* border: 1px solid #ccc; */
  box-shadow: 0px 0px 16px -9px black;
  /* text-align: center; */
  padding: 30px;
}

.box p{
  grid-row: 1/2;
}
.box img{
  width: 100%;
  height: 200px;
  grid-row: 2/3;
  padding-top: 20px;

}
/* END OF FAST FACTS */

.reserve{
  background-color: white;
  color: var(--bs-nav-link-color);
  border: none;
  margin-top: 7px;
}

/* VIDEO */
video {
  padding-top: 20px;
  width: 100%;
  padding-bottom: 20px;
}

/* START FOOTER */

.footerUpperLayer {
  background-image: url("../images/footerDesign.png");
  height: 15px;
  width: 100%;
  background-size: 30px 15px;
  background-repeat: repeat-x;
  background-position-y: 2px;
  padding-bottom: 17px;
  padding-top: 0;
  margin-top: -2px;
}
.footer {
  background-color: rgb(132, 191, 132);
  height: auto;
}

.footer-link-style {
  text-decoration: none; 
  color: black;
}

.footer-hover-color:hover{
  color: green;
}

.grid-template-row1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  height: auto;
  justify-items: center;
}

.grid-template-headcolumns{
  border: 1px solid;
}

.footerPTag{
  text-align: justify;
  width: 300px;
  padding-top: 15px;
}
.grid-template-row {
  display: grid;
  grid-template-columns: 1fr;
  text-align: center;
  padding-top: 20px;
}
.grid-template-columns-copyright {
  font-family: "Dosis", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  background-color: rgb(46, 143, 46);
  height: 100px;
  padding-top: 30px;
  font-size: 20px;
}

.grid-template-columns {
  font-family: "New Amsterdam", sans-serif;
  font-weight: 2;
  font-style: normal;
}

/* END OF FOOTER */

/* Sustainability */
.sustain-img{
  width: 100%;
  padding-bottom: 40px;
  border-radius: 100px;
}
.wfpd{
  width: 100%;
  padding-top: 20px;
  border-radius: 100px;
}
/* end of sustainability image */

/* MEDIA CURIES */
@media (min-width: 576px) {
  .modal-dialog {
    margin: auto !important;
    padding-top: 6% !important;
    width: 100%;
    max-width: none !important;
    min-width: none !important;
    padding-top: 0 !important;
  }
}



@media (min-width: 813px) and (max-width: 878px){

  .box img{
    height: 300px;
  
  }
  
  .box {
    display: grid;
    grid-template-rows: 60% 40%;
    width: 400px;
    height: auto;
    margin: 10px;
    background-color: #f0f0f0;
    /* border: 1px solid #ccc; */
    /* text-align: center; */
    padding: 20px;
    justify-content: center;
  }
  
  .box p{
    grid-row: 1/2;
    font-size: 16px;
  }
  .box img{
    width: 220px;
    height: 220px;
    grid-row: 2/3;
  
  }
}

@media (min-width: 300px) and (max-width: 812px) {
  .grid-template-row1{
    grid-template-columns: 1fr;
  }
  .grid-template-row1 div{
    border-bottom: 1px solid rgb(39, 37, 37);
    padding: 10px;
  }
  

  .box {
    display: grid;
    grid-template-rows: 60% 40%;
    width: auto;
    height: auto;
    margin: 10px;
    background-color: #f0f0f0;
    /* border: 1px solid #ccc; */
    /* text-align: center; */
    padding: 10px;
    justify-content: center;
  }
  
  .box p{
    grid-row: 1/2;
    font-size: 16px;
    /* width: 70%; */
  }
  .box img{
    width: 200px;
    height: 200px;
    grid-row: 2/3;
  
  }
  
}