@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:opsz,wght@9..40,200;9..40,300;9..40,400;9..40,500;9..40,600;9..40,700;9..40,800&display=swap");
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Work Sans", sans-serif;
}

:root {
  --themedeepyellow: #c6aa64;
  --themelightyellow: #dac77c;
  --background: #f9fdff;
  --themegray: rgba(0, 0, 0, 0.03);
  --themeblack: #32373b;
}

.gradient {
  background: linear-gradient(180deg, #dac77c 0%, #c6aa64 100%);
}

.booknowbtn,
.booking-process .container .booking-right .process-btn {
  display: inline-flex;
  padding: 12px 24px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 32px;
  background: linear-gradient(273deg, #c6aa64 4.15%, #dac77c 94.68%);
  border: none;
  outline: none;
  color: #fff;
  font-size: 14px;
}

.herosection {
  min-height: 476px;
}
 .herosection .carousel-inner {
  min-height: 476px;
}
 .herosection .carousel-inner .carousel-item {
  min-height: 476px;
  background: linear-gradient(
      90deg,
      rgba(50, 55, 59, 0.82) 9.51%,
      rgba(50, 55, 59, 0.42) 82.19%
    ),
    url("../img/abouthero.webp") no-repeat;
  background-size: cover;
}

.booking-process h3 {
  color: #c6aa64;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}
.booking-process h5 {
  color: #32373b;
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
}
.booking-process .container .booking-left img {
  width: 90%;
}
.booking-process .container .booking-right {
  text-align: left;
}
.booking-process .container .booking-right h6 {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  color: var(--themedeepyellow);
}
.booking-process .container .booking-right ul li span {
  color: var(--themedeepyellow);
}
.overlay {
  min-height: 264px;
  background: url("../img/aboutoverlayimg.webp");
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}
.overlay .overlay-card h3 {
  font-size: 64px;
  font-weight: 500;
}
.overlay .overlay-card p {
  font-size: 24px;
  font-weight: 400;
}
/*# sourceMappingURL=aboutstyle.css.map */
@media (max-width: 576px) {
  .herosection {
    min-height: 306px;
  }
  .herosection .carousel-inner {
    min-height: 306px;
  }
  .herosection .carousel-inner .carousel-item {
    min-height: 306px;
    background: linear-gradient(
        90deg,
        rgba(50, 55, 59, 0.82) 9.51%,
        rgba(50, 55, 59, 0.42) 82.19%
      ),
      url("../img/aboutheromobile.webp") no-repeat;
    background-size: cover;
  }
  .booking-process h5 {
    color: #32373b;
    text-align: center;
    font-size: 20px;
  }
  .overlay {
    min-height: 427px;
    background: url("../img/aboutoverlayimgmobile.webp");
    background-size:cover;
    background-repeat: no-repeat;
    color: #fff;
  }
  .overlay .overlay-card h3 {
    font-size: 40px;
  }
  .overlay .overlay-card p {
    font-size: 20px;
    font-weight: 400;
  }
}
