@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");
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&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;
  /* Cream background for body */
}

/* NAV BAR STYLES */
.logo {
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.fixedTop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}



/* Dropdown menu */
.dropdown-content {
  display: none;
  position: static;
  background-color: #8fbc8f;
  padding: 10px 0;
  border-radius: 5px;
  top: 40px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, transform 0.4s ease;
  transform: translateY(-10px);
}

.dropdown-content li {
  padding: 0;
  margin: 0;
}

.dropdown-content a {
  padding: 10px 20px;
  color: #52333b;
  /* Dark mauve */
  text-transform: none;
}

.dropdown:hover .dropdown-content {
  display: block;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.nav-list li:hover a {
  position: relative;
}

.nav-list li:hover a::before {
  content: "";
  position: absolute;
  background-color: #fdf4e3;
  top: 0;
  bottom: 0;
  left: -100%;
  width: 100%;
  z-index: -1;
  transition: left 0.4s ease;
}

.nav-list li:hover a::before {
  left: 0;
}

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .nav-list {
    flex-direction: column;
    text-align: left;
  }

  .navbar {
    text-align: left;
    padding: 10px 20px;
  }

  .nav-list li {
    padding: 10px 0;
  }

  .dropdown-content {
    top: 30px;
  }
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
  .nav-list {
    justify-content: space-between;
    padding: 0 40px;
  }

  .dropdown-content {
    top: 45px;
  }
}

@media screen and (min-width: 1025px) {
  .nav-list {
    justify-content: space-between;
    padding: 0 60px;
  }
}


/* END OF NAV BAR STYLES */

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

/* VIDEO */

.roundVideo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;

}

.rV {
  justify-self: end;
}

video {
  padding-top: 50px;
  width: 100%;
}

.videoCover {
  position: absolute;
  width: 100%;
  height: 400px;
  opacity: 0;
}

/* 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;
}

.footer-list {
  display: flex;
  justify-content: space-around;
}

.footer-list li {
  list-style-type: none;
}

/* END OF FOOTER */

/* CAROUSEL */
.carouselInner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  height: 100%;
  width: 100%;
  /* justify-content: center;
  align-items: center; */
}

.carouselInner img {
  width: 100% !important;
  height: 100% !important;
}

.bright-image {
  filter: brightness(120%);
  filter: contrast(110%);
  filter: saturate(140%);
}

.inner2 {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  padding: 80px 40px;
}


.innerP1 {
  background-color: rgb(151, 199, 164);
}

.innerP2 {
  background-color: rgb(210, 211, 153);
}

.innerP3 {
  background-color: rgb(170, 204, 210);
}

.inner2T2 {
  font-size: 2.5rem;
}

.inner2T3 {
  font-size: 1.5rem;
}

.inner2Btn {
  background-color: black;
  color: white;
  border: none;
  padding: 10px 24px;
  border-radius: 100px;
  font-size: 0.8rem;
}

.carousel-inner {
  width: 100%;
  height: 80vh;
}

.carousel-item {
  height: 80vh;
}

.carousel img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
}

/* END OF CAROUSEL */

/* RESERVATIONS */
.modelForm {
  font-size: 25px;
  margin-left: 5%;
  /* margin-top: 10%; */
}


.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;
}

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

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

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

/* END OF RESERVATIONS */

.carousel2 .carousel-caption {
  right: 35%;
  bottom: 5.25rem;
  /* left: 15%; */
  font-size: 30px;
  font-weight: bold;
  color: white;
}

.image-filter {
  filter: brightness(445%);
  filter: contrast(100%);
}

.text-type1 {
  font-family: "Nunito", serif;
  font-optical-sizing: auto;
  font-weight: 10%;
  font-style: normal;
  font-size: 40px;
}

.text-type2 {
  font-family: "Rubik", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 30px;
  font-weight: 1%;
}

/* FEATURED ITEMS */
body {
  font-family: sans-serif;
}

.container {
  overflow-x: auto;
  white-space: nowrap;
}

.box {
  display: inline-block;
  width: 400px;
  height: auto;
  margin: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  text-align: center;
  padding: 10px;
  padding: 30px;
}

/* END OF FEATURED ITEMS */

.scroll-img {
  width: 100%;
  height: 460px;
}

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



/* 
@media (max-width: 645px) {
  .carousel img {
    width: 100% !important;
    height: 100% !important;
  }
  .carousel {
    width: 100%;
    height: 38vh;
  }

  .carousel-item {
    height: 37vh;
  }
} */

.flex-container {
  display: flex;
  flex-direction: row;
  text-align: center;
}

.flex-container>div {
  background-color: #f1f1f1;
  text-align: center;
  font-size: 20px;
  width: 50%;
  border: 0.5px solid rgb(198, 198, 198);
  padding: 10px;
  margin: 5px;
  font-family: "Raleway", serif;
  font-optical-sizing: auto;
  font-weight: 20px;
  font-style: normal;
}

.sustain-images {
  width: 100%;
  height: 400px;
  border-radius: 50%;
  box-shadow: 5px 5px rgb(114, 130, 107);
}


@media (min-width: 812px) and (max-width: 840px) {
  .carousel img {
    width: 100% !important;
    height: 30vh !important;
    object-fit: fill;
  }

  .carousel-inner {
    width: 100%;
    height: 30vh;
  }

  .carousel-item {
    height: 30vh;
    overflow: hidden;
  }

  .inner2 h1,
  .inner2 p {
    font-size: 16px !important;
    padding: 10px;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 20px !important;

  }

  .container {
    overflow-x: overlay;
    white-space: nowrap;
  }

  .box {
    display: inline-block;
    width: 300px;
    height: auto;
    margin: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    padding: 30px;
  }

  .box img{
    width: 230px;
    height: 280px;
  }
  .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .flex-container>div{
    width: 100%;
  }
  .sustain-images {
    height: 320px;
    width: 320px;
  }
}


@media (min-width: 300px) and (max-width: 812px) {
  .flex-container>div{
    width: 100%;
  }
  .carousel img {
    width: 100% !important;
    height: 33vh !important;
    object-fit: fill;
  }

  .carousel {
    overflow: hidden;
  }

  .carousel-inner {
    width: 100%;
    height: auto;
  }

  .carousel-item {
    height: auto;
    overflow: hidden;
  }

  .inner2 h1,
  .inner2 p {
    font-size: 16px !important;
    padding: 10px;
    margin: 0 !important;
    padding: 0 !important;
    padding-bottom: 10px !important;


  }

  .carouselInner {
    grid-template-columns: 1fr;
  }

  .inner2 {
    font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
      "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
    padding: 10px 10px !important;
    padding-bottom: 100px;
    /* padding-left: 20px !important;
    padding-top: 20px !important; */
  }

  .inner2 button {
    /* background-color: red; */
    padding: 5px 8px;
    font-size: 10px;
  }

  .grid-template-row1 {
    grid-template-columns: 1fr;
  }

  .grid-template-row1 div {
    border-bottom: 1px solid rgb(39, 37, 37);
    padding: 10px;
  }

  .scroll-img {
    width: 280px;
  }

  .container {
    overflow-x: overlay;
    white-space: nowrap;

  }

  .box {
    display: inline-block;
    width: 300px;
    height: auto;
    margin: 10px;
    background-color: #f0f0f0;
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
    padding: 30px;
  }

  .box img{
    width: 230px;
    height: 280px;
  }
  .flex-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .sustain-images {
    height: 220px;
    width: 220px;

  }
}
