@import url('https://fonts.googleapis.com/css2?family=Lancelot&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant:ital,wght@0,300..700;1,300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Charmonman:wght@400;700&display=swap');




html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   rgb(255, 255, 255);
  font-family: "Marcellus", serif;
  font-weight: 400;
  font-style: normal;
  color: rgb(0, 0, 0);
}
h6{

    font-weight: 400;
    font-style: normal;
}
P{
    font-family: "Jost", sans-serif;
    font-weight: 500;
    font-style: normal;
}
a{
  text-decoration: none;
  color: rgb(0, 0, 0);
}
::selection {
  color: #000000;
  background: #eeb383;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
.topbar {
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease-in-out; /* Smooth hiding */
  }
  
  .royalnavbar {
    transition: margin-top 0.3s ease-in-out;
  }
  

.navbar {
    align-items: center !important;
  }
.royalnavbar{
    margin-top: 50px;
    padding: 10px;
  }
.navbar .navbar-nav .nav-link {
  text-transform: uppercase !important;
color:#000000;
 font-size: 14PX !important;
  padding:1.1em 1em;
 font-size: 14px;
line-height: 1.4285714286;
font-family: "Marcellus", serif;
font-weight: 400 !important;


  }
  .navbar .navbar-nav .nav-link:hover {
    color: #000000 !important;
  }
  .nav-link:hover{
    color: #02102A!important;
  }
  .navbar li a.active {
    color: #2b5bb3 !important;

 background-color: transparent;
  }
#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.navbar-toggler {

background-color: white;

}
.container-fluid1{
  width: 94%; /* Full width */
  padding-right: 15px; /* Optional: for inner spacing */
  padding-left: 15px; /* Optional: for inner spacing */
  margin-right: auto; /* Centers the content on larger screens */
  margin-left: auto; /* Centers the content on larger screens */
}
.carousel1 {
  background: url('../img/WhatsApp Image 2025-01-20 at 12.04.13 (1).jpeg') rgba(0, 0, 0, 0.377);
  background-attachment: scroll !important;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height:900px;

}

.carousel2 {
  background: url('../img/WhatsApp Image 2025-01-20 at 12.04.14 (7).jpeg') rgba(20, 19, 19, 0.44) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../img/d85da1f8-2b90-44cd-94a2-b69c590343d3.jpeg')   rgba(20, 19, 19, 0.636) ;
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height:900px;
}

.carousel-caption {
  margin-bottom: 9%;
  text-align: center;
}

.carousel-caption h1 {

    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
  font-size: 70px !important;
  font-weight: 500;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: 100;
  color: #ffffff !important;
}

#bottone5 {
  align-items: center;
  background-color: transparent;
  border: 1px solid #B5A191 ;
  box-shadow: rgba(255, 255, 255, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: #B5A191;
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.5rem - 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: #B5A191;
  box-shadow: rgb(255, 255, 255) 0 4px 12px;
  color:#B5A191;
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: #B5A191;
  box-shadow:#B5A191 0 2px 4px;
  color: rgba(255, 241, 241, 0.65);
  transform: translateY(0);
 }

 #bottone6 {
    align-items: center;
    background-color: #ffffff;
    border: 1px solid #ffffff ;
    box-shadow: rgba(255, 255, 255, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgba(0, 0, 0, 0.85);
    cursor: pointer;
    display: inline-flex;
    font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone6:hover,
   #bottone6:focus {
    border-color: rgb(255, 255, 255);
    box-shadow: rgb(255, 255, 255) 0 4px 12px;
    color: rgb(0, 0, 0);
   }
   
   #bottone6:hover {
    transform: translateY(-1px);
   }
   
   #bottone6:active {
    background-color: #F0F0F1;
    border-color: rgba(255, 255, 255, 0.986);
    box-shadow: rgb(255, 255, 255) 0 2px 4px;
    color: rgba(255, 241, 241, 0.65);
    transform: translateY(0);
   }
/* about section */

.bor {
    border-right: 1px solid black;
    padding: 30px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
   
  }
  .aboutus1{
padding-top: 100px;
padding-bottom: 100px;
  }

  /* rooms section in home page */

  .room{
    background: url('../img/a264abc4-c141-4e08-8fa1-17b932c69e87.jpeg'), rgba(0, 0, 0, 0.637);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 250px;
    padding-bottom: 250px;
    text-align: center;
    /* Add transition for smooth effect */
    transition: transform 0.4s ease, filter 0.4s ease;
}

/* Hover effect */
.room:hover {
  transform: scale(1.05); /* Slight zoom effect */
  filter: brightness(0.8); /* Darken effect */
}


/* facilites */

.service-section-two {
  position: relative !important;
  padding: 120px 0 88px;
  background-color: #ffffff;


    overflow: hidden !important; /* Prevents the pseudo-element from overflowing */
  
}
@media (max-width: 575.98px) {
  .service-section-two {
    padding: 80px 0 50px;
  }
}
@media (max-width: 575.98px) {
  .service-section-two .sec-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 575.98px) {
  .service-section-two .sec-title .sub-title {
    margin-bottom: 0;
  }
}
@media (max-width: 575.98px) {
  .service-section-two .sec-title h2 {
    font-size: 29px;
  }
}
.service-section-two::before {
  content: "";
  bottom: 0;
  left: 0;
  width: 665px;
  height: 466px;
    background-image: url(../img/download.png);
position: absolute;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;

  }

.service-block-two {
  margin-bottom: 32px;
}
.service-block-two .inner-box-two {
  height: 100%;
}
.service-block-two .inner-box-two .image {
  overflow: hidden;
}
.service-block-two .inner-box-two .image img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-two .inner-box-two:hover .image img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.service-block-two .inner-box {
  position: relative;
  background-color: #e9d9cb;
  padding: 47px 40px 44px;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .service-block-two .inner-box {
    padding: 20px 28px 30px;
  }
}
.service-block-two .inner-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 95px;
  height: 11px;
  background-color:#b5a191;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  opacity: 0;
  visibility: hidden;
}
.service-block-two .inner-box:hover {
  background-color: #fcfcfc;
}
.service-block-two .inner-box:hover::before {
  opacity: 1;
  visibility: visible;
  left: 40px;
}
.service-block-two .inner-box:hover .image-box .icon-box i {
  color: #fff;
}
.service-block-two .inner-box:hover .image-box .title {
  color: var(--theme-color-light);
}
.service-block-two .inner-box:hover .image-box .image {
  -webkit-transform: scale(-1) rotate(180deg);
          transform: scale(-1) rotate(180deg);
}
.service-block-two .inner-box:hover .image-box .image::before {
  background-color: var(--theme-color1);
}
.service-block-two .inner-box:hover .content-box .text {
  color: #adadad;
}
.service-block-two .inner-box .image-box {
  position: relative;
  padding-left: 93px;
  min-height: 58px;
  padding-top: 14px;
  margin-bottom: 22px;
}
@media (max-width: 1199.98px) {
  .service-block-two .inner-box .image-box {
    padding-left: 0;
  }
}
.service-block-two .inner-box .image-box .icon-box {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 99;
}
.service-block-two .inner-box .image-box .icon-box i {
  font-size: 64px;
  color: var(--theme-color1);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
@media (max-width: 1199.98px) {
  .service-block-two .inner-box .image-box .icon-box {
    position: static;
  }
}
.service-block-two .inner-box .image-box .icon-box::before {
  content: "";
  position: absolute;
  right: -10px;
  bottom: 0;
  width: 30px;
  height: 30px;
  background-color: #f8f5f0;
  border-radius: 50%;
  z-index: -1;
}
.service-block-two .inner-box .image-box .title {
  margin-bottom: 18px;
}
.service-block-two .inner-box .content-box .text {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}


.testimonials{
    background: url('../img/WhatsApp Image 2025-01-20 at 12.04.14 (7).jpeg') rgba(0, 0, 0, 0.438);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center; 
  }
  .testimonial-box{
    background: #192841;
    border-radius: 10px;
    padding: 30px;
    text-align: left !important;
  }




  @media screen and (max-width: 991px) {

    .homepage-slides h1 {
   
        font-size: 45px;
      
    }
    .section-title h2 {
        font-size: 27px;
  
    }
    .img1{
        display: none;
    }
    .about-right {
        margin-left:10px;
        margin-top: 21px;
    }
    .about-area{
        padding-top: 0px !important;
        padding-bottom:10px !important;
    }
    .galleryyy{
        padding: 0PX !important;
        padding-top: 50px !important;
    }
    .cls{
        margin-left: 0px !important;
    }

  }
.cta {
    position: relative;
    margin: auto;
    padding: 12px 20px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
    
  }
  
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
 
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
    border:1px solid #E3A982 !important;
  }
  
  .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #f1f1f1;
  }
  
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #E3A982;
    stroke-width: 2;
    transform: translateX(-9px);
    transition: all 0.3s ease;
  }
  
  .cta:hover:before {
    width: 100%;
    background: #E3A982;
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active {
    transform: scale(0.95);
  }
  


footer{
    background-color:  #02102A;
  
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: white;
    font-family: "Jost", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .footer-link:hover{
    color:  #A9D1DB;
  }
  .payment{
    display: flex;
  }
  
  .socials{
    display: flex;
    color: white;
  }
  .footer-links{
    display: flex;
      font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  
  }
  .footer-title{
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
  }
  .socials a{
    text-decoration: none !important;
    color: white;
  }
  .socials a:hover h4 {
    color:  #A9D1DB;
  }
  hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }
  .copyright{
    display: flex;
  justify-content: right;
  text-align: right ;
  align-items: end ;
  }

  .fade-in-nav{
    animation-name: fadeinnav;
    animation-duration: 0.9s;
  }
  .nav-hidden{
    display: none;
  }
  .nav-hidden1{
    display: block;
  }


.section-bg1{
  background: url('../img/WhatsApp Image 2025-01-20 at 12.04.13 (1).jpeg'), rgba(0, 0, 0, 0.637);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.section-bg2{
  background: url('../img/WhatsApp Image 2025-01-20 at 15.44.01 (1).jpeg'), rgba(0, 0, 0, 0.637);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.section-bg3{
  background: url('../img/WhatsApp Image 2025-01-20 at 15.54.46 (1).jpeg'), rgba(0, 0, 0, 0.637);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.section-bg4{
  background: url('../img/WhatsApp Image 2025-01-20 at 15.43.59 (2).jpeg'), rgba(0, 0, 0, 0.637);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}


.subtitle{
margin-top: 60px;
}

.spa-section{
  background: url('../img/610660434.jpg') rgba(0, 0, 0, 0.532);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 100px;
}
.spa-box{
  background: rgba(255, 255, 255, 0.575);
  padding: 40px;
  border: 1px double goldenrod;
}

/*gallery.html*/
.section-background6{
  background: url('../img/9.jpg') rgba(20, 19, 19, 0.765);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
  color: white;
}

/*Animations*/
/*Animations*/
.fadeinleft {
  opacity:0;
  transform: translateX(200px);
  transition: all 1.3s ease-out;
}
.fadeinright{
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.8s ease-out;
}
.fadeindown{
  opacity: 0;
  transform: translateY(-100px);
  transition: all 1.2s ease-out;
}
.fadeinup{
  opacity: 0;
  transform: translateY(100px);
  transition: all 1.2s ease-out;
}
.fade-in{
  opacity:0;
  transition: all 1.3s ease-in;
}
.active-left,.active,.active-right,.active-down,.active-up{
  opacity:1;
  transform: translateX(0);
  transform: translateY(0);
}
.fadein{
opacity: 0;
}




.room-section {
  padding: 80px 0;
  background-color: #fafafa;
}

.tab-nav-wrapper {
  margin-bottom: 50px;
}

.tab-nav {
  list-style: none;
  display: inline-flex;
  padding: 0;
  border-bottom: 2px solid #ddd;
}

.tab-nav li {
  margin-right: 30px;
}

.tab-nav a {
  font-size: 18px;
  color: #333;
  text-decoration: none;
  padding-bottom: 10px;
  position: relative;
  transition: all 0.3s ease;
}
.tab-dishes{
  box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  padding: 10px;
}
.tab-nav a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #02102A;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  transition: transform 0.3s ease;
}

.tab-nav a:hover::after, .tab-nav .active a::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}

.tab-dishes .image img {
  width: 100%;
  border-radius: 20px;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.room-features li {
  margin-bottom: 15px;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
}

.room-features li i {
  margin-right: 10px;
  color: #02102A;
}

.custom-button {
  display: inline-block;
  padding: 12px 25px;
  background-color: #02102A;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  margin-top: 30px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.custom-button:hover {
  background-color: #02102A;
  transform: translateY(-5px);
}
@media(max-width: 990px){
  .carousel-caption {
    margin-bottom: 55%;
    text-align: center;
    
  }
  
  .carousel-caption h1 {
    text-shadow: 3px 3px 4px #435876;
    font-family: 'Cinzel', serif;
    text-transform: capitalize;
    font-size: 41px !important;
    font-weight: 500;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: Marck Script, cursive;
     font-style: normal;
    font-style: italic;
    font-size: 12px;
   
    font-weight: 100;
    color: #ffffff !important;
  
  }

  
  nav.navbar{
    height: auto;
  }
  .rresht{
    position: relative;
    /* box-shadow: #c29065 0px 10px 50px; */
    padding: 16px;
    background-color: #5A3C22;
    border-radius: 4%;
    margin-top: 22px;
    z-index: 2;

}
.aboutus1{padding-top: 49px;padding-bottom: 66px;}

}

