@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cinzel&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Forum&display=swap");
html,
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;

  color: rgb(0, 0, 0);
}

:-webkit-scrollbar {
  width: 2px;
  border-radius: 50%;
}
::-webkit-scrollbar-thumb {
  background: #174791 !important;
}
h6 {
  font-family: "Gilda Display", serif;
  line-height: 30px;
  font-size: 18px;
}
a {
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685e;
}

.background-container {
  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
.navbar-nav {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  padding-left: 0px !important;
}

a {
  text-decoration: none;
}
nav.navbar {
  background-color: #ffffff;

  backdrop-filter: blur(0px) !important;
  transition: background 0.5s !important;
  font-family: "Roboto", sans-serif;
  font-size: 30px !important;
  font-weight: 300;
  z-index: 1000;
  width: 100%;
  letter-spacing: 1px;
  position: relative;
}

li.nav-item a.nav-link {
  color: #000000 !important;
  font-size: 16px !important;
}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}

a.nav-link:hover {
  transform: scale(1.07);
}

.navbar li a.active {
  color: #000000 !important;
  transform: scale(1.05);
  border-bottom: 1px #000000 solid !important;
  background-color: transparent;
}

.dropdown-menu {
  background-color: #ffffff !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background 0.5s !important;
  border: 1px solid #000000;
  font-family: "Forum", serif;
  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

.bottone5 {
  align-items: center !important;
  background-color: #174791;
  border: 1px solid #ffffff;
  margin-top: 10px;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-flex;
  font-family: "Gilda Display", serif;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(0.875rem - 1px) calc(1.7rem - 1px);
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.bottone5:hover,
.bottone5:focus {
  border-color: #ffffff;
  box-shadow: #ffffff 0 4px 12px;
  color: #ffffff;
}

.bottone5:hover {
  transform: translateY(-1px);
}

.bottone5:active {
  background-color: #f0f0f1;
  border-color: #ffffff;
  box-shadow: #ffffff 0 2px 4px;
  color: #ffffff;
  transform: translateY(0);
}

.active-left,
.active,
.active-right,
.active-down,
.active-up {
  opacity: 1;
  transform: translateX(0);
  transform: translateY(0);
}

.img-fluid1 {
  height: auto;
  box-shadow: 8px 8px 4px #1c2025;
  max-width: 100%;
}

/* footer */
.contact section p {
  color: white;
  text-align: center;
}

.contact section a {
  text-decoration: none;
  color: inherit;
  transition: 0.1s;
  border-bottom: 1px solid transparent;
}

.contact section a:hover {
  border-color: var(--bs-secondary);
}

@media only screen and (min-width: 992px) {
  .navbar .link-btn {
    margin: 0;
    margin-left: auto;
  }

  .im-img {
    width: 28%;
  }
}
.footer_wrapper {
  background: linear-gradient(0deg, #000000bd, #000000b2),
    url("../image/367652491.jpg") no-repeat center/cover;
  padding: 5% 0 5% 0;
}

.footer_wrapper h5 {
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
}

.footer_wrapper ul li {
  margin-bottom: 0.5rem;
  list-style: none;
}

.footer_wrapper .contact-info li i {
  color: rgb(255, 255, 255);
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding-left: 1.5rem;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 0.3rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.footer_wrapper .link-widget li a:hover {
  margin-left: 0.625rem;
  color: hsl(0, 0%, 100%);
}

.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: #000000;
  padding: 1.1rem 0 0.3125rem;
  text-align: center;
}

.footer_wrapper .copyright-section a {
  color: white;
}

@media (max-width: 767px) {
  .footer_wrapper > div {
    padding: 0 1.875rem;
  }
}

.con {
  padding-left: 80px;
}
@media only screen and (max-width: 901px) {
  .con {
    padding-left: 0px !important;
  }
}
.footer_wrapper .social-network a {
  width: 2.1875rem;
  height: 2.1875rem;
  margin: 0.5rem;
  line-height: 2rem;
  font-size: 0.875rem;
  display: inline-block;
  border: 0.125rem solid #ffffff;
  color: var(--text-gray);
  text-align: center;
  border-radius: 100%;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.footer_wrapper .social-network a:hover {
  background-color: rgba(0, 0, 0, 0.233);
  border-color: var(--secondary-color);
  color: var(--text-white);
  box-shadow: 0 0.625rem 0.9375rem 0 rgb(0 0 0 / 10%);
  transform: translateY(-0.1875rem);
  border: 0.125rem solid #ffffff;
}

.slide-caption {
  padding-top: 14%;
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
}
.slide-caption h6 {
  margin-bottom: 0px !important;
  font-family: "Cinzel", serif;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  color: white !important;
}
.slide-caption h1 {
  text-transform: capitalize !important;
  letter-spacing: 4px;
  font-size: 80px !important;
  margin-top: 0px !important;
  padding-top: 0px !important;
  font-weight: 700 !important;
  color: #ffffff;
  font-family: "Cinzel", serif;
}
.slide-caption h4 {
  font-family: "Cinzel", serif;
}
.banner_wrapper {
  width: 0.9375rem;
  height: 0.9375rem;
  background-color: #0d283d;
  border: 0.0625rem solid #ffffff;
  margin-bottom: 50px;
}
.sticky {
  position: fixed;
  top: 0;
  z-index: 10 !important;
  background: #0d283d !important;

  box-shadow: none !important;
  width: 100%;
}

.container {
  width: 100% !important;
}
.parallax_wrapper {
  position: relative;
}
@media (max-width: 991px) {
  .parallax_wrapper {
    padding-left: 25%;
  }
}
.parallax_wrapper .img_over {
  left: -25%;
  bottom: 22%;
  position: absolute;
  z-index: 99;
}
@media (max-width: 991px) {
  .parallax_wrapper .img_over {
    left: 0;
  }
}
.parallax_wrapper .img_over img {
  border: 4px solid #fff;
  width: 50%;
  height: auto;
  -webkit-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 10px 10px 26px 0px rgba(0, 0, 0, 0.21);
}
@media (max-width: 991px) {
  .parallax_wrapper.inverted {
    padding-left: inherit;
    padding-right: 25%;
  }
}
.parallax_wrapper.inverted .img_over {
  text-align: right;
  left: inherit;
  right: -25%;
}
@media (max-width: 991px) {
  .parallax_wrapper.inverted .img_over {
    left: inherit;
    right: 0;
  }

  .slide-caption h1 {
    font-size: 40px !important;
    letter-spacing: 2px !important;
  }
  .slide-caption h4 {
    padding-top: 170px !important;
  }
}
.leadi {
  font-family: "Forum", serif;
  font-size: 19px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 500;
  color: #413f3f;
}

.pattern3 {
  font-family: "Forum", serif;
  color: #2a1119;
}

.text-col {
  position: relative;
  margin-top: -60px;
}

.text-col h1 {
  font-size: 70px !important;
  color: #174791 !important;
  text-shadow: 4px 2px 6px rgba(181, 172, 50, 0.6) !important;
  line-height: 90px !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600 !important;
}
.resort1 {
  font-size: 30px !important;
  color: #122222 !important;
  line-height: 90px !important;
  font-family: "Cormorant Garamond", serif !important;
  font-weight: 600 !important;
}
.text-col h6 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.img1 {
  border-radius: 25px !important;
}
.about0 {
  font-family: "Cinzel", serif;
  font-weight: 600;
}
.resort2 {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 25px !important;
}
.about0 {
  font-family: "Forum", serif;
}
.resort3 {
  font-family: "Forum", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px !important;

  line-height: 30px;
  padding: 0 100px 0 100px;
}
.Slogan.bg {
  background: url("../image/367652491.jpg") rgba(0, 0, 0, 0.685);
  /* background-attachment: fixed; */
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 500px;
}
.Slogan1 .bg {
  background: url("../image/199852470.jpg") rgba(0, 0, 0, 0.322);
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 400px;
}
.Slogan1 {
  margin-bottom: 20px;
}

.Slogan3 {
  margin-bottom: 70px;
}
.Slogan3 .bg {
  background: url("../image/filler-bg.jpg") rgba(0, 0, 0, 0.322);
  /* background-attachment: fixed; */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 400px;
}
.cart {
  font-family: "Forum", serif;
  font-size: 55px;
  font-weight: 500;
  text-align: center;
}
.cart1 {
  font-family: "Forum", serif;
  font-size: 35px;
  font-weight: 500;
}
.cart2 {
  font-family: " Forum", serif;
  font-size: 18px;
  font-style: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-weight: 500;
}

.cover-bg {
  background: url("../image/367656839.jpg") rgba(0, 0, 0, 0.503);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  background-blend-mode: multiply;
  padding-top: 70px;
  padding-bottom: 70px;
  color: rgb(0, 0, 0);
  text-align: center;
}
.facility-box {
  display: flex;
  padding: 30px;
  text-align: center;
  justify-content: center;
  background: #eff6fa;
  -webkit-box-shadow: 10px 10px 31px -21px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 10px 10px 31px -21px rgba(0, 0, 0, 0.75);
  box-shadow: 10px 10px 31px -21px rgba(0, 0, 0, 0.75);
}
.facility-box h3 {
  font-family: "Forum", serif;
}
.facilities h1 {
  font-family: "Forum", serif;
  font-size: 45px;
}

.retro-layout-alt .hentry {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.retro-layout-alt .hentry .featured-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

.retro-layout-alt .hentry:hover .featured-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.retro-layout-alt .gradient {
  position: relative;
}

.retro-layout-alt .gradient:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: -webkit-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );

  background: -o-linear-gradient(
    top,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent 18%,
    rgba(0, 0, 0, 0.8) 99%,
    rgba(0, 0, 0, 0.8) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.retro-layout-alt .post-category {
  margin-left: 20px;
  margin-top: 10px;
}

.retro-layout-alt .v-height {
  height: 300px;
}

.retro-layout-alt .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  max-width: 350px;
}

.retro-layout-alt .text h2,
.retro-layout-alt .text .h2 {
  color: #fff;
  font-size: 26px;
}

.retro-layout-alt .text.text-sm h2,
.retro-layout-alt .text.text-sm .h2 {
  font-size: 18px;
  line-height: 1.5;
}

.retro-layout-alt .two-col > a {
  width: calc(50% - 15px);
  float: left;
}

@media (max-width: 575.98px) {
  .retro-layout-alt .two-col > a {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
  }
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.cart5 {
  font-family: "Forum", serif;
  font-size: 45px;
  font-weight: 500;
}
.cart6 {
  font-family: "Forum", serif;
  font-size: 30px !important;
  font-weight: 500;
}

.cart7 {
  font-family: "Forum", serif;
  font-size: 25px;
  font-weight: 500;
}

/* Base Styles */
.gallery-ig {
  padding: 34px 0 33px;
}

.gallery-ig {
  padding: 0 0 50px;
}

.gallery-ig-main {
  display: flex;
  justify-content: space-between;
}

.gallery-ig-main .col-img:first-child,
.gallery-ig-main .col-img:last-child {
  max-width: 360px;
}

.gallery-ig-main .col-img .ig-box {
  position: relative;
  height: 612px;
}

.gallery-ig-main .col-img .ig-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-ig-main .col-img .ig-box .content {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.gallery-ig-main .col-img .ig-box:hover .content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.gallery-ig-main .col-img:nth-child(2) {
  margin: 0 15px;
}

.gallery-ig-main .col-img .top {
  display: flex;
}

.gallery-ig-main .col-img .top .ig-box {
  margin: 0 15px 28px;
  height: 292px;
}

.gallery-ig-main .col-img .bottom .ig-box {
  margin: 0 15px 0;
  height: 292px;
}
@media (max-width: 768px) {
  .gallery-ig h1 {
    font-size: 24px;
    text-align: center;
  }

  .gallery-ig-main {
    flex-direction: column;
    align-items: center;
  }

  .gallery-ig-main .col-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .gallery-ig-main .col-img .top,
  .gallery-ig-main .col-img .bottom {
    flex-direction: column;
  }

  .gallery-ig-main .col-img .ig-box {
    height: auto;
  }

  .gallery-ig-main .col-img .top .ig-box,
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 0 15px;
    height: auto;
  }

  .tf-button {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}

/* For screens smaller than 480px */
@media (max-width: 480px) {
  .gallery-ig h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .tf-button {
    font-size: 12px;
    padding: 10px;
    line-height: 40px;
  }

  .tf-button.style3 {
    padding: 10px 20px;
    line-height: 40px;
  }
}

@media (max-width: 991px) {
  .cart {
    font-size: 40px !important;
  }
  .resort2 {
    font-size: 20px !important;
  }
  .text-col h1 {
    font-size: 40px !important;
  }
  .img2 {
    padding-left: 0px !important;
    padding-bottom: 0px !important;
  }
  .ser {
    padding-bottom: 0px !important;
  }
  .about-section {
    padding-bottom: 50px !important;
  }
  .fac3 {
    font-size: 40px !important;
    padding-top: 120px !important;
  }
  .card {
    margin-bottom: 20px !important;
  }
  .premium {
    font-size: 35px !important;
  }
  .butt {
    margin-top: -50px !important;
  }
  .Slogan1 {
    margin-top: -50px !important;
  }
}

.rooms-bg1 {
  background: url("../image/298132518.jpg") rgba(0, 0, 0, 0.452);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 60vh;
  position: relative;
}
.bg01 {
  text-align: center;
  font-family: "Forum", serif;
  font-weight: 500;
  font-size: 55px !important;

  padding-top: 100px;
  text-shadow: 1px 1px 1px #ffffff;
  letter-spacing: 2px;
}
@media (max-width: 990px) {
  .bg01 {
    font-size: 45px !important;
    padding-top: 130px !important;
  }
}

.about-bg1 {
  background: url("../image/367648542.jpg") rgba(0, 0, 0, 0.568);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 55vh;
  position: relative;
}
.gallery-bg1 {
  background: url("../image/367652437.jpg") rgba(0, 0, 0, 0.596);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 55vh;
  position: relative;
}
.restaurant-bg1 {
  background: url("../image/367651886.jpg") rgba(0, 0, 0, 0.568);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 55vh;
  position: relative;
}

.contact-bg1 {
  background: url("../image/367652127.jpg") rgba(0, 0, 0, 0.568);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 55vh;
  position: relative;
}
.spa-bg1 {
  background: url("../image/338576547.jpg") rgba(0, 0, 0, 0.568);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 55vh;
  position: relative;
}
.contact-info p {
  display: flex;
  color: rgb(0, 0, 0);
  justify-content: center;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}

.contact-info {
  display: flex;
  color: rgb(255, 255, 255);
  justify-content: space-between;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
}
.contact-info .item {
  border-right: 1px solid rgba(200, 200, 200, 0.6);
}
.contact-info .item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #174791;
  margin: 0 auto 25px;
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 50%;
}
.contact-info .item .icon i {
  color: #ffffff;
  font-size: 26px;
}
.contact-info .item h5 {
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 14px;
  font-family: "Gilda Display", serif;
  color: #000000;
  height: 400;
}
.contact-info .item p {
  margin-bottom: 2px;
  font-family: "Gilda Display", serif;
}

@media screen and (max-width: 991px) {
  .contact-info {
    display: unset !important;
    border-bottom: none !important;
  }
  .contact-info .item {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}

.font1 {
  font-family: "Forum", serif;
  font-size: 45px;
  font-weight: 500;
}
.room99 {
  font-family: "Forum", serif;
  font-size: 40px;
  font-weight: 500;
}

.learn-button{
  color: white;
  background-color: #0d283d;
  border-radius: 1.625rem;
  width: 12rem;
  height: auto;
  padding: 10px 25px;
}


.chefs-box {
  height: 510px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}
.chefs-box1 {
  background-image: url("../image/shop-6-1.jpg");
}
.chefs-box2 {
  background-image: url("../image/367652437.jpg");
}

.chefs-box3 {
  background-image: url("../image/shop-6.jpg");
}

@media only screen and (max-width: 767.98px) {
  .chefs-box {
    height: 400px;
  }
}

.chefs-box .chefs-hover-info {
  padding: 20px;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-97px);
  transform: translateY(-97px);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.chefs-box .chefs-hover-info span {
  color: var(--primary-yellow);
  margin-bottom: 30px;
}


.chef-two-box {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
}

.chef-two-box img {
  -webkit-transform: translateX(0) scale(1.05);
  transform: translateX(0) scale(1.05);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.chef-two-box .chef-two-info {
  padding: 30px 20px;
}

.chef-two-box .chef-two-info p {
  margin: 5px 0 10px;
}

.chef-two-box:hover img {
  -webkit-transform: translateX(2%) scale(1.05);
  transform: translateX(2%) scale(1.05);
}

.loop-holder {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  font-family: "Forum", serif;
}

.loop-holder__text {
  animation: textLoop 40s linear infinite;
  font-size: 4vw;
  padding-right: 0.35em;
  color: #00000013;
}

@keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 1000px) {
  .pool-facility {
    padding: 20px;
  }
  .loop-holder__text {
    animation: textLoop 40s linear infinite;
    font-size: 18vw !important;
    padding-right: 0.35em;
    color: #00000013;
  }
}

.ress {
  font-family: "Forum", serif;
}

@media only screen and (max-width: 901px) {
  .cart5 {
    font-size: 35px !important;
  }
  .img2 {
    display: none;
  }
  .rooms11 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .room99 {
    font-size: 35px !important;
    margin-top: -20px !important;
  }
  .spa1 {
    padding-top: 0px !important ;
  }
  .resort1 {
    margin-top: 50px !important;
  }
}

.navbar-toggler {
  background-color: #ffffff;
}

#navbarNav {
  color: #ffffff;
  background-color: #ffffff;
}

.hr-nav {
  color: #000000;
}

.paragraph-g {
  font-size: 18px;
  font-weight: 500;
  font-family: "Gilda Display", serif;
}
.href-index {
  color: azure;
}

.color-white {
  color: #ffffff;
}
.section-spa {
  padding-top: 70px;
  padding-bottom: 70px;
}
.image-spa {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.color-blue {
  color: #174791;
}
.fac3 {
  color: #ffffff;
  text-align: center;
  font-family: Forum, serif;
  padding-top: 8%;
  font-size: 60px;
}

.spa1 {
  padding-top: 100px;
  padding-bottom: 70px;
}

.color-lightblue {
  color: #174791;
}

.section-span {
  background: #dff2fc;
  padding-top: 70px;
  padding-bottom: 70px;
}

.logo21 {
  margin-top: -25px;
}

.copyright-c {
  font-size: medium;
  color: rgb(255, 255, 255);
  text-align: center;
}

.about-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #eff9fc;
}

.margin-bottom {
  margin-bottom: 70px;
}
.review-text1 {
  justify-content: right;
  text-align: right;
}
.reviews {
  text-decoration: underline;
  color: #174791;
  font-family: Cinzel, serif;
}

.luxarious {
  text-align: center;
  letter-spacing: 3px;
  color: #474747;
  font-family: "Gilda Display", serif;
  font-size: 19px;
}

.width {
  width: 100%;
}
.width50 {
  width: 50px;
}
.premium {
  font-family: Forum, serif;
  font-size: 45px;
}

.par-a {
  text-align: center;
  letter-spacing: 3px;
  color: #ffffff;
  font-family: "Gilda Display", serif;
  font-size: 19px;
}

.cover-bg1 {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 70px;
}

.featured-img0 {
  background-image: url("../image/298134653.jpg");
}

.featured-img1 {
  background-image: url("../image/194219896.jpg");
}

.featured-img2 {
  background-image: url("../image/198372759.jpg");
}

.featured-img3 {
  background-image: url("../image/199854674.jpg");
}

.width-20 {
  width: 20%;
}

.par-b {
  letter-spacing: 3px;
  color: #474747;
  font-family: "Gilda Display", serif;
  font-size: 19px;
}

.section-index {
  margin-top: 70px;
  margin-bottom: 70px;
}

.rezort {
  line-height: 30px;
  padding: 0 100px 0 100px;
}

.about-section1 {
  padding-bottom: 100px;
  background-color: #dff2fc;
}
.rowi {
  justify-content: space-evenly;
}

.ser-index {
  padding-top: 70px;
  padding-bottom: 50px;
  background-color: #dff2fc;
}

.span-tet {
  font-weight: 400;
  line-height: 90px;
}

.stl-index {
  z-index: 1000 !important;
}

.text-otl {
  font-weight: 400;
  line-height: 90px;
}

.gallery-1 {
  padding-top: 50px;
  padding-bottom: 50px;
  z-index: 100;
  background-color: #eff9fc;
}

.margin-top {
  margin-top: 50px;
}

.padding-top {
  padding-top: 50px;
}
.image-restorant {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section-restorant {
  padding-bottom: 70px;
  margin-top: -50px;
}

.section-sec {
  justify-content: center;
  align-items: center;
  display: flex;
}

.restaurant-section {
  background: #000000;
  border-radius: 20px;
  width: 97%;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

.padding-bottom-top {
  padding-top: 70px;
  padding-bottom: 70px;
}

.image-bord {
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

.rooms11 {
  line-height: 30px;
  padding: 0 100px 0 100px;
}
.welcome-msg {
  color: #174791;
  font-weight: 400;
  font-family: "Jost", sans-serif;
}

.check-in {
  border-right: 1px solid black;
  font-family: "Jost", sans-serif;
}

.check-out {
  font-family: "Jost", sans-serif;
}

.check-style {
  font-size: 15px;
}
.room10 {
  color: #174791;
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
  padding-top: 20px !important;
}

.rom1 {
  font-family: "Jost", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
.navbar {
  position: sticky;
}

.logo {
  width: 120px;
}
.navbar-brand img{
  max-width: 100px;
  height: auto;
}
.carousel-item img{
  height: 85vh;
  object-fit: cover;
  filter: brightness(0.6);
}
.carousel-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: auto; /* Override Bootstrap default */
  right: auto;
}

/* ===== Testimonials Section ===== */
.testimonials {
  background-color: #f5f5f5;
  padding: 50px 0;
  position: relative;
}

.testimonials-header {
  text-align:end;
}

.testimonials-header .reviews {
  color: #174791;
  font-family: "Cinzel", serif;
  font-size: 32px;
  font-weight: 400;
  text-decoration: underline;
  margin: 0 10px 5px 0;
  display: inline-block;
}

.testimonials-header .font1 {
  font-family: "Forum", serif;
  font-size: 45px;
  font-weight: 500;
  display: inline-block;
  margin: 0;
}

/* ===== Owl Carousel Items ===== */

.testimonial-carousel .item {
  text-align: left;
  padding: 20px 15px;
  background: transparent;
  min-height: 160px;
}

.testimonial-carousel .item h2 {
  font-size: 22px;
  font-weight: 600;
  font-family: "Forum", serif;
  color: #174791;
  margin-bottom: 15px;
}

.testimonial-carousel .item p {
  font-size: 18px;
  color: #333;
  line-height: 1.8;
  font-family: "Forum", serif;
  margin: 0;
}
 .item h2 {
  color: #174791;
  font-family: "Forum", serif;
}
/* ===== Owl Controls (Dots + Nav) ===== */

.owl-theme .owl-dots {
  position: absolute;
  left: 0;
  left: 50%;
  display: flex;
  gap: 8px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  border: 2px solid #174791;
  background: transparent;
  border-radius: 50%;
  transition: all 0.3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #174791;
}

.owl-theme .owl-nav {
  position: absolute;
  right: 0;
  bottom: -55px;
  display: flex;
  gap: 12px;
}

.owl-theme .owl-nav button.owl-prev,
.owl-theme .owl-nav button.owl-next {
  background: transparent;
  color: #174791;
  font-size: 2em;
  border: none;
  transition: all 0.3s ease;
}

.owl-theme .owl-nav button:hover {
  
  transform: scale(1.1);
}
/* ===== Responsive ===== */
@media (max-width: 768px) {
  .owl-theme .owl-dots {
    position: static;
    justify-content: center;
    margin-top: 20px;
  }

  .owl-theme .owl-nav {
    position: static;
    justify-content: center;
    margin-top: 10px;
  }
}
