@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mrs+Saint+Delafield&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Princess+Sofia&family=Road+Rage&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rock+Salt&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
  --style-font: 'Cormorant Garamond', serif;
}
html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Mrs Saint Delafield", serif;
  font-family: 'Josefin Sans', sans-serif;
  font-family: "Poppins", serif;
  color: rgb(255, 255, 255);
background-color: #102B2A !important;
}
a{
  text-decoration: none !important;
}
h1{
  font-size: 30px !important;
  font-family: "Jost", sans-serif;
  font-weight: 200 !important;
  color: white 
  !important;

}
h2{
  font-family: "Poppins", serif;
  font-weight: 600 !important;

}
h3{
  font-family: "Poppins", serif;
}
h4{
  font-family: "Poppins", serif;
}
.subtext{
  font-family: "Mrs Saint Delafield", serif;
color: #B58C67 !important;
font-size: 50px !important;
}
p{
  font-family: 'Josefin Sans', sans-serif;
  color: rgba(0, 0, 0, 0.383);
  margin-bottom: 0px;

}
#carouselExampleCaptions{
  position: relative;
  margin-top: -150px;
}
.carousel1{
  background: url('../images/herobanner.png') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}
.carousel2{
  background: url('../images/herobanner1.png') rgba(0, 0, 0, 0.556);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}
.carousel3{
  background: url('../images/herobanner2.png') rgba(0, 0, 0, 0.563);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 95vh;
}
.carousel-caption {

    position: absolute;
    top: 50%;
    left: 50% !important;
    transform
: translate(-50%, -50%);
    text-align: center;
    width: 100%;
  bottom: 21.25rem !important;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center !important;
}
.carousel-caption p{
  font-family: "Mrs Saint Delafield", serif;
font-size: 40px;
}
.carousel-caption h2{
  font-size: 50px;
  font-weight: 200 !important;
  font-family: "Jost", sans-serif;
}

.carousel-indicators{
  display: none !important;
}
.top-bar{
  background: rgba(255, 255, 255, 0);
  padding: 10px;
  color: rgb(255, 255, 255) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.636);
  z-index:1000;
  position: relative;
}
.navbar{
  border-bottom: 1px solid rgba(255, 255, 255, 0.636);
}
.nav-link{
  color: rgb(255, 255, 255) !important;
  font-family: "Jost", sans-serif !important;
 font-size: 14px !important;
}
.nav-link.active{
  color: #B58C67 !important;
}

.img1 {
    position: relative;
    margin-left: 50px;
}
/* CSS */
.button-1 {
  background-color: #B58C67;
  border-radius: 8px;
  border-style: none;
  box-sizing: border-box;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-family: "Poppins", serif;;
  font-size: 14px;
  font-weight: 500;
  height: 40px;
  line-height: 20px;
  list-style: none;
  margin: 0;
  outline: none;
  padding: 10px 16px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: color 100ms;
  vertical-align: baseline;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-1:hover,
.button-1:focus {
  background-color: #B58C67;
}
.transparent-text{
  color: rgba(255, 255, 255, 0.296);
  font-size: 130px;
  font-family: "Cormorant Garamond", sans-serif;

}

.img1{
 position: relative;
 margin-left: 50px;

}
.img2{
  position: relative;
  margin-left: -140px;
  border-top-left-radius: 130px;
  border-top-right-radius: 130px;
  width: 250px;
}



/* CSS */
.button-59 {
  align-items: center;
  background-color: #ffffff00;
  border: 1px solid #B58C67;
  box-sizing: border-box;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  fill: #000; 
   font-size: 13px;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  letter-spacing: .8px;
  line-height: 24px;
  min-width: 140px;
  outline: 0;
  padding: 0 27px;
  text-align: center;
  text-decoration: none;
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-59:focus {
  color: #171e29;
}

.button-59:hover {
  border-color: #B58C67;
  color: #B58C67;
  fill: #B58C67;
}

.button-59:active {
  border-color: #B58C67;
  color:#B58C67;
  fill: #B58C67;
}
.cover-bg{
  background: url('../images/image5.jpg') rgba(0, 0, 0, 0.671);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
.cover-web{
  background: url('https://img.freepik.com/free-vector/wave-green-luxury-gradient-modern-background_343694-3707.jpg?semt=ais_hybrid&w=740&q=80') rgba(0, 0, 0, 0.671);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
.catering-bg1{
  background: url('../images/facility-2.jpg') rgba(0, 0, 0, 0.649);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}
.gold-head {
    color: #A48154;
    font-family: var(--style-font);
}
.marquee {
  position: relative;
  width: 100vw;
  max-width: 100%;
  height: 100px;
  overflow: hidden;
  font-size: 120px;
  font-weight: bold;
  margin-top: -60px
}

.marquee .track {
  position: absolute;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 140s linear infinite
}

.marquee .content {
 color: #a4815412;
  line-height: 1.2
}

@keyframes marquee {
  from {
      transform: translateX(0)
  }

  to {
      transform: translateX(-30%)
  }
}

.margin_120_95 {
  padding-top: 100px;
  padding-bottom: 85px
}

@media (max-width: 767px) {

  .margin_120_95 {
      padding-top:45px;
      padding-bottom: 45px
  }
}

@media (max-width: 567px) {
    .d-none{
        display: none;
    }

}
.subtitle{

  font-family: "Jost", sans-serif;
  font-weight: 200 !important;
  color: white;
}

footer{
  padding-top: 100px;
  padding-bottom: 0px;
  background: #042726;
}
.line-text {
  display: flex;
  align-items: center;
  gap: 20px;
}

.line {
  flex-grow: 1;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.547);
}

span {
  white-space: nowrap;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}
.copyright{
  text-align: end;
}

.testimonials-section{
  background: #203634;
  padding-top: 100px;
  padding-bottom: 100px;
}
.slanted-text {
  font-family: "Dancing Script", cursive; /* Elegant cursive font */
  font-size: 3rem; /* Adjust the size */
  color: #c7a17a; /* Soft beige/golden color */
  font-style: italic; /* Italic for a more handwritten feel */
  transform: rotate(-10deg); /* Rotate the text */
  display: inline-block;
  position: relative; /* Prevents text from breaking weirdly */
  margin-right: -70px;
margin-top: -100px;
}

.gallery{
  background: #102B2A;
  padding-top: 100px;
  padding-bottom: 100px;
}


/*menu.html*/
.section-bg{
  background: url('../photos/herobanner3.png') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}
h1.section-title{
  font-size: 50px !important;
}
.subtitle1{
font-size: 17px !important;
  font-family: "Jost", sans-serif;
  font-weight: 200 !important;
  color: white;
}


/*about.html*/
.section-bg1{
  background: url('../photos/img1.jpg') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}


/*contact.html*/
.section-bg2{
  background: url('../images/facility-2.jpg') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}
.section-bg{
  background: url('../images/herobanner1.png') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}
.section-bgcar{
  background: url('https://www.hertz.com/content/dam/hertz/global/blog-articles/resources/car-rental-vs-car-sharing/car-keys.jpg') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}
.section-bgweb{
  background: url('https://staylime.com/content/images/services/magento-design/bg.jpg') rgba(0, 0, 0, 0.766);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}

.section-bgchannelmanager{
  background: url('https://img.freepik.com/premium-photo/marketing-channel-strategy-concept-utilizing-multiple-marketing-channels-direct-sales-online-platforms-retail-stores-more-reach-wider-audience-increase-sales-effective-management_1016700-4401.jpg?semt=ais_hybrid&w=740&q=80') rgba(0, 0, 0, 0.766);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}
.section-bgmanaged{
  background: url('https://www.lemonade.com/content-hub/renters/wp-content/uploads/2022/09/Shutterstock_1917399041-1.jpg') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}
.contact-box{
  background: #203634;
  padding: 30px;
  height: 100%;
}


/*gallery.html*/
.section-bg3{
  background: url('../photos/img4.jpg') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}
.card3 {
  position: relative;
  width: 100%;
  height: 300px;
  overflow: hidden;
border: none;
  cursor: pointer;
  border-radius: 0px;
}

.card-image3 {
  width: 100%;
  height: 300px;
  object-fit: cover;
  transition: transform 0.3s ease-in-out;
}

.card3:hover .card-image3 {
  transform: scale(1);
  border-radius: 0px;
}

.card-overlay3 {
  position: absolute;
  
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background: rgba(255, 255, 255, 0.426);

  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 24px;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.card3:hover .card-overlay3 {
  opacity: 1;
}
.offcanvas{
  background: rgb(16, 43, 42) !important;

  position: relative;
  z-index: 1000;
  height:100vh !important;

}

/*catering.html*/
.section-bg4{
  background: url('../photos/c2.jpg') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  position: relative;
  margin-top: -150px;
  padding-top: 250px;
  padding-bottom: 100px;
  text-align: center;
}

.catering-bg{
  background: url('../photos/c2.jpg') rgba(0, 0, 0, 0.566);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
}
@media (min-width: 768px) {
  .button-59 {
    min-width: 170px;
  }


}

@media(max-width:1000px){

  .top-bar{
    display: none;
  }

  .carousel-caption p {
    font-family: "Mrs Saint Delafield", serif;
    font-size: 30px;
    margin-bottom: 0px;
}
  .carousel-caption h2{
    font-size: 40px;
    font-weight: 200 !important;
    font-family: "Jost", sans-serif;
  }
  .br-tag{
    display: none;
  }
  .transparent-text{
    color: rgba(255, 255, 255, 0.296);
    font-size: 70px;
    font-family: "Cormorant Garamond", sans-serif;
  
  }
  h1{
    font-size: 30px !important;
  }
  .img2{
    width: 100%;
    margin-left: 0px;
  }
.img1{
  margin-left: 0px;
}
  .footer-links{
    display: flex !important;
    font-family: 'Jost', sans-serif;
    font-size: 18px;
    text-align: center !important;
    justify-content: center !important;
  }
  


  .copyright{
    display: flex;
  justify-content: center;
  text-align: center ;
  align-items: center ;
  }
  .icon{
    display: none !important;
  }
}


.parallax_wrapper {
  position: relative;
  margin-bottom: 25px;
}img.rounded-img {
  border-radius: 10px;
}.parallax_wrapper .img_over {
  left: -25%;
  bottom: 10%;
  position: absolute;
  z-index: 99;
}.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);
}
img.rounded-img {
    border-radius: 10px;
}

.section-subtitle {
    text-transform: uppercase;
    color: #978667;
    letter-spacing: 3px;
    font-weight: 600;
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
    font-size: 0.75rem;
}
.pattern_2 {
    background: #102B2A url('../images/pattern_2.png') top right no-repeat;
}

a.box_cat_rooms {
  display: block;
  margin-bottom: 25px;
  height: 500px;
  position: relative;
  overflow: hidden;
  background-color: #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.2)
}

@media (max-width: 991px) {
  a.box_cat_rooms {
      height:400px
  }
}

a.box_cat_rooms .info {
  position: absolute;
  width: 100%;
  z-index: 9;
  display: block;
  padding: 25% 30px 0 30px;
  color: #fff;
  left: 0;
  bottom: -75px;
  padding-bottom: 60px;
  backface-visibility: hidden;
  transform: translate(0, 0);
  transition: all 0.4s ease;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent, #000);
  background: linear-gradient(to bottom, transparent, #000)
}

a.box_cat_rooms .info small {
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  color: #999;
  display: block;
  margin-bottom: 0;
  font-size: 12px;
  font-size: 0.75rem;
  color: #fff
}

a.box_cat_rooms .info h3 {
  color: #fff;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  margin-bottom: 15px
}

a.box_cat_rooms .info span {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  opacity: 0;
  position: relative
}

a.box_cat_rooms .info span:before {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 10px;
  height: 2px;
  content: "";
  transition: width 500ms ease;
  background-color: #fff
}

a.box_cat_rooms .info span:hover {
  background-color: #24262d;
  border-color: transparent
}

a.box_cat_rooms figure {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%
}

a.box_cat_rooms:hover .info {
  -webkit-transform: translate(0, -65px);
  -moz-transform: translate(0, -65px);
  -ms-transform: translate(0, -65px);
  -o-transform: translate(0, -65px);
  transform: translate(0, -65px)
}

a.box_cat_rooms:hover .info span {
  opacity: 1
}

a.box_cat_rooms:hover .info span:before {
  width: 100%
}

a.box_cat_rooms:hover .background-image {
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}
.background-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: all .5s ease;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.hotel-name {
  font-weight: 600;
  font-size: 1rem;
  color: #888787;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-top: 8px !important;
}

.item {
  padding: 0 10px;
}

.item img {
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.item img:hover {
  transform: scale(1.03);
}