@import url('https://fonts.googleapis.com/css2?family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');



 body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f5f5f5;
}

.booking-container {
  background-color: white;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
  width: 90%;
  max-width: 1000px;
  margin: 30px auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 10;
}

.form-group {
  padding: 10px 15px;
  border-right: 1px solid #eee;
  flex: 1;
  min-width: 150px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(238, 238, 238);
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.form-group:last-of-type {
  border-right: none;
  border-right-width: initial;
  border-right-style: none;
  border-right-color: initial;
}

label {
  display: block;
  font-weight: 500;
  color: rgb(51, 51, 51);
  margin-bottom: 8px;
  font-size: 16px;
}

input[type="date"] {
  width: 100%;
  padding: 8px 5px;
  border: none;
  font-size: 16px;
  color: rgb(85, 85, 85);
}

.counter-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.counter-value {
  font-size: 18px;
  padding: 0 15px;
}

.counter-btn {
  background-color: rgb(133, 53, 55);
  color: white;
  border: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter-btn:hover {
  background-color: rgb(133, 53, 55);
}

.check-now-btn {
  background-color: rgb(133, 53, 55);
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.check-now-btn:hover {
  background-color: rgb(133, 53, 55);
}

.btn-container {
  flex: 1;
  min-width: 150px;
  display: flex;
  justify-content: center;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}

.carousel-item {
  position: relative;
}

.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  max-width: 500px;
}

.carousel-inner {
  height: 80vh;
}

.carousel-big .carousel-inner {
  height: 30vh;
}

.carousel-inner img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  filter: brightness(0.6);
}

.navbar-brand {
  padding: 10px;
}

.navbar-brand img {
  max-width: 100px;
  height: auto;
}

.nav-item img {
  width: 25px;
  height: 25px;
}

.carousel-caption p {
  font-size: 25px;
  font-weight: 300;
}

.about-index {
  padding: 5em 0em;
}

.about-index img {
  border-radius: 10px;
  max-width: 100%;
  height: auto;
}

.gallery-img1 {
  max-width: 100%;
  height: auto;
}

.about-index h4 {
  color: rgb(133, 53, 55);
}

.rooms-index {
  padding: 4em 0em;
  background-color: rgb(19, 19, 19);
  margin-top: 6em;
}

.rooms-index img {
  border-radius: 10px;
}

.photo-index {
  padding: 5em 0em;
}

.photo-index h4 {
  color: rgb(133, 53, 55);
}

.facilities-index {
  padding: 4em 0em;
  margin-top: 5em;
  background-color: rgb(19, 19, 19);
}

.fac-box img {
  width: 50px;
}

.testimonials-index {
  padding: 5em 0em;
}

.testimonials-index h4 {
  color: rgb(133, 53, 55);
}

.star1 {
  color: gold;
}

footer {
  background-color: rgb(10, 10, 10);
  padding-top: 5em;
}

footer img {
  width: 180px;
}

.size1 {
  font-family: Jost;
  font-size: 18px;
}

.color1 {
  border-bottom: 1px solid #c8a178;
  width: max-content;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(200, 161, 120);
}

.maps-8 {
  border: 0;
  width: 100%;
  height: 150px;
}

.copyright img {
  width: 110px;
}

.rooms-gallery {
  padding: 6em 0em;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Gilda Display';
}

p {
  font-family: Jost;
  font-size: 18px;
}

.navbar {
  background-color: rgb(33, 37, 41);
  box-shadow: none !important;
  margin-bottom: -7em;
  position: relative;
  z-index: 10;
  padding: 1em 0em;
}

.navbar li {
  margin: 0em 1em;
}

.navbar li a {
  font-family: Jost;
  color: white;
  font-size: 18px;
}

.navbar li a.active {
  color: rgb(255, 176, 178) !important;
}

.navbar li a:hover {
  color: rgb(255, 176, 178) !important;
}

.primary-btn {
  background-color: rgb(133, 53, 55);
  border-radius: 4px;
  font-family: Jost;
  text-transform: capitalize;
  font-size: 16px;
  color: white;
}

.room-box {
  background-color: white;
  padding: 2em;
  border-radius: 10px;
}

.owl-nav .owl-next {
  position: absolute;
  top: calc(-2.7em);
  right: 46%;
  opacity: 1;
  font-size: 22px !important;
  color: rgba(255, 255, 255, 0.827) !important;
  z-index: 1;
  width: 40px;
}

.owl-nav .owl-prev {
  position: absolute;
  top: calc(-2.7em);
  color: rgba(255, 255, 255, 0.827) !important;
  left: 46%;
  opacity: 1;
  font-size: 22px !important;
  z-index: 1;
  width: 40px;
}

.owl-nav .owl-next:hover {
  color: white !important;
}

.owl-nav .owl-prev:hover {
  color: white !important;
}

.fac-box {
  border: 1px solid rgba(255, 255, 255, 0.171);
  padding: 2em;
  border-radius: 10px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;
  charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http: //www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.95)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.room-head {
  background: url('../image/room-head.jpg')rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
}

.test-head {
  background-color: #764D29 !important;
  color: white !important;
  height: 30vh;
  padding-top: 100px;
}

.rooms-box {
  border: 1px solid rgba(128, 128, 128, 0.445);
  border-radius: 10px;
}

.rooms-desc {
  padding: 1.5em;
}

.gallery-head {
  background: url('../image/sophie19.jpg')rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
}

.contact-head {
  background: url('../image/sophie1.jpg')rgba(0, 0, 0, 0.5);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 60vh;
  display: flex;
  align-items: center;
}

.contact-box {
  padding: 0.5em 2em;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin: 1em 0em;
  border: 1px solid transparent;
}

.contact-box:hover {
  box-shadow: none;
  transition-duration: 0.3s;
  border: 1px solid rgba(128, 128, 128, 0.425);
}

.gallery {
  padding: 6em 0em;
}

.gallery-img2 {
  max-width: 100%;
  height: auto;
}

.contact {
  padding: 6em 0em;
}

.contact h5 {
  color: rgb(133, 53, 55);
}

.contact-box a {
  font-size: 22px;
  font-family: jost;
  color: black;
  text-decoration: underline;
}

.maps-7 {
  border: 0;
  width: 100%;
  height: 400px;
}

.about-us1 {
  padding: 5em 0em;
}

.about-us1 img {
  border-radius: 10px;
}

.about-us1 h4 {
  color: rgb(133, 53, 55);
}

body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  background-color: rgb(245, 245, 245);
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Gilda Display";
}

.cropped-image {
  object-fit: cover !important;
  object-position: center !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  display: block !important;
}

.cropped-image-parent,
*:has(.cropped-image) {
  overflow: hidden !important;
  position: relative !important;
}

.c42478 {
  color: rgb(33, 37, 41);
}

.c10034 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Blue Sans", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-block-start: 0px;
  padding: 0px 16px 0px 0px;
}

.c10098 {
  line-height: 20px;
  margin: 4px 4px 0px 0px;
  display: inline-block;
}

.c10762 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Blue Sans", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-block-start: 0px;
  padding: 0px 16px 0px 0px;
}

.c10825 {
  line-height: 20px;
  margin: 4px 4px 0px 0px;
  display: inline-block;
}

.c11600 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Blue Sans", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-block-start: 0px;
  padding: 0px 16px 0px 0px;
}

.c11663 {
  line-height: 20px;
  margin: 4px 4px 0px 0px;
  display: inline-block;
}

.c11819 {
  margin-right: 0px;
  margin-bottom: 10px;
  margin-left: 0px;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  font-family: "Blue Sans", BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  margin-block-start: 0px;
  padding: 0px 16px 0px 0px;
}

.c11882 {
  line-height: 20px;
  margin: 4px 4px 0px 0px;
  display: inline-block;
}

.c12367 {
  color: rgb(33, 37, 41);
}

.c10896 {
  font-family: Jost;
  font-size: 18px;
}

.c10547 {
  font-size: calc(1.625rem + 4.5vw);
}

.c10645 {
  font-size: calc(1.625rem + 4.5vw);
}

@media (max-width: 768px) {
  .booking-container {
    flex-direction: column;
  }
  body {
    overflow-x: hidden;
  }
  .navbar-nav li a {
    color: black !important;
  }
  .form-group {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    border-right-width: initial;
    border-right-style: none;
    border-right-color: initial;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgb(238, 238, 238);
  }
  .btn-container {
    width: 100%;
    padding-top: 20px;
  }
  .small-img img {
    height: 45vh;
  }
}

@media (max-width: 576px) {
  .carousel-inner {
    height: 60vh;
  }
  .carousel-caption {
    top: 60%;
    transform: translate(-50%, -50%);
    font-size: 0.9rem;
  }
  .carousel-caption h1,
  .carousel-caption h2 {
    font-size: 1.2rem;
  }
  .carousel-caption p {
    font-size: 0.9rem;
  }
  html, body {
    overflow-x: hidden;
  }
  .about-us1 img {
    border-radius: 10px;
    width: 45vh;
  }
  .carousel-caption h1, .carousel-caption h2 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 890px) {
  body {
    overflow-x: hidden;
  }
  .carousel-caption {
    bottom: 20%;
  }
  .carousel-inner .carousel-item {
    height: 600px;
    text-align: center;
  }
  .carousel-caption h2 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
  .navbar {
    background-color: black !important;
  }
  .owl-nav .owl-prev {
    position: absolute;
    top: calc(-2.7em);
    color: rgba(255, 255, 255, 0.827) !important;
    left: 38%;
    opacity: 1;
    font-size: 22px !important;
    z-index: 1;
    width: 40px;
  }
  .owl-nav .owl-next {
    position: absolute;
    top: calc(-2.7em);
    right: 38%;
    opacity: 1;
    font-size: 22px !important;
    color: rgba(255, 255, 255, 0.827) !important;
    z-index: 1;
    width: 40px;
  }
}

@media only screen and (max-width: 1000px) {
  .navbar {
    background-color: black !important;
  }
  .navbar li a {
    font-family: Jost;
    color: black !important;
    font-size: 18px;
  }
  .navbar li a.active {
    color: black !important;
  }
  .navbar li a:hover {
    color: black !important;
  }
}