
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Sedan+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Playball&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sedan+SC&family=Sevillana&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color:   #dcecf416;
  
  color: rgb(0, 0, 0);

}
h6{
  font-family: 'Gilda Display', serif;
  line-height: 30px;
}
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);
  }
}

nav.navbar {
  background-color: #000000;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: 'Literata', serif;
  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-size: 15px !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:#ffffff!important;
  transform: scale(1.05);
  border-bottom: 1px #ffffff solid !important;
  background-color: transparent;

}

.navbar-collapse{
  background-color: #000000;
}
.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #0E1927;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #CEC2AA;
  font-family: 'Cormorant Garamond', 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: #ceb489;
  border: 1px solid #ceb489;
  transform: scale(1.02);
  color: rgb(255, 255, 255);
}

#bottone5 {
  align-items: center;
  background-color: #ceb489;
  border: 1px solid #ceb489 ;
 
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 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;
 }
 
 #bottone5:hover,
 #bottone5:focus {
  border-color: #ceb489;
  box-shadow: #ceb489 0 4px 12px;
  color: #ffffff;
 }
 
 #bottone5:hover {
  transform: translateY(-1px);
 }
 
 #bottone5:active {
  background-color: #F0F0F1;
  border-color: #9B7D4B;
  box-shadow: #9B7D4B 0 2px 4px;
  color: #9B7D4B;
  transform: translateY(0);
 }

 
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, #000000d3, #000000cc), url('image/201.jpeg') center/cover no-repeat , #000000c4;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;

    font-family: 'Gilda Display', serif;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: white;
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: white;
    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: .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.10rem 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: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid #CEB489;
    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 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
  }

/*Index-Home*/
.carousel {
    height: 80vh;
}

.carousel-inner {
    height: 80vh;
}

.carousel-caption {
    top: 30%;
}

.carousel-caption h1 {
  font-family: "Gilda Display", serif;
    font-weight: bold;    text-transform: uppercase;
    font-style: normal;
    font-weight: 400;
    color: #FFFFFF;
    font-size: 70px !important;
}

@media only screen and (max-width: 991px) {
    .carousel-caption h1 {
        font-size: 42px !important;
    }
}

@media only screen and (min-width: 991px) {
    .carousel-caption h1 {
        font-size: 42px;
    }
}

.carousel-caption h4 {
    color: #f2f2f2;
    font-family: "Gilda Display", serif;
    font-weight: bold;
}

.carousel-caption h5 {
    color: #f2f2f2;
    font-family: "Gilda Display", serif;
 letter-spacing: 3px;
}

.c-item {
    height: 800px;
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.carousel-item {
    height: 800px;
}

.carousel-item.active img {
    transition: transform 5s linear;
    transition-duration: infinite;
    transform: scale(1.05, 1.05);
    height: 100%;
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23C4B583'  viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23C4B583' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}

html body main section.rooms div.container div.row div.col-lg-12 div.room-content.h-100 div.room-info div.room-amenities p i.fas {
    font-size: 30px;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-repeat: no-repeat;
    background-position: 50% center;
    background-size: 100% 100%;
}

.carousel-control-next,
.carousel-control-prev {
    width: 10%;
}

@media only screen and (max-width: 600px) {
    .carousel-caption {
        text-align: center;
    }
}

/* about */
.abouth2{
  font-family: "Cinzel", serif;
  padding-bottom: 70px;
  padding-top: 70px;
  font-weight: 100;
  font-size: 35px;

}
.aboutp1{
  color: #6e6e6e;
  font-family: "Rubik", sans-serif;
  padding-top: 30px;
}

.aboutp2{
  color: #6e6e6e;
  font-family: "Rubik", sans-serif;
  padding-top:30px;
}


.abouth3{
  font-family: "Cinzel", serif;
margin-top: -60px;
  font-weight: 100;
  font-size: 35px;

}

.abouth4{
  font-family: "Cinzel", serif;

  font-weight: 100;
  font-size: 35px;

}
.abouth6{
  font-family: "Cinzel", serif;

  font-weight: 100;
  font-size: 25px;
  font-weight: 500;
  padding-top: 20px;
  padding-bottom: 10px;

}
.aboutp{
font-family: "Roboto", sans-serif;
font-weight: 500;
color: #777777;
}
/*--------------------------------------------------------------
  16. Image Layer
----------------------------------------------------------------*/
.cs_image_layer.cs_style_1 .cs_image_layer_1_wrap {
  padding-right: 24%;
  padding-bottom: 20%;
}
.cs_image_layer.cs_style_1 .cs_image_layer_2_wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 30%;
}
.cs_image_layer.cs_style_1 .cs_image_layer_1,
.cs_image_layer.cs_style_1 .cs_image_layer_2 {
  position: relative;
}
.cs_image_layer.cs_style_1 .cs_image_layer_1::before,
.cs_image_layer.cs_style_1 .cs_image_layer_2::before {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  border: 1px solid #fff;
}



@media (max-width: 575px) {
  .cs_image_layer.cs_style_4 {
    min-height: 400px;
  }
}

.cs_image_layer.cs_style_5 .cs_image_layer_in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 636px;
}
@media (max-width: 1400px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item {
    height: 550px;
  }
}
@media (max-width: 991px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item {
    height: 350px;
  }
}
.cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:first-child {
  padding: 80px 11% 80px 0;
}
@media (max-width: 1600px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:first-child {
    padding: 80px 8% 80px 0;
  }
}
@media (max-width: 1400px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:first-child {
    padding: 50px 6% 50px 0;
  }
}
@media (max-width: 991px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:first-child {
    padding: 30px 24px 30px 0;
  }
}
@media (max-width: 991px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:first-child {
    padding: 30px 10px 30px 0;
  }
}
.cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:nth-child(2) {
  -webkit-box-flex: 1.5;
      -ms-flex: 1.5;
          flex: 1.5;
  position: relative;
  z-index: 2;
}
.cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:nth-child(3) {
  padding: 80px 0 80px 11%;
}
@media (max-width: 1600px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:nth-child(3) {
    padding: 80px 0 80px 8%;
  }
}
@media (max-width: 1400px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:nth-child(3) {
    padding: 50px 0 50px 6%;
  }
}
@media (max-width: 991px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:nth-child(3) {
    padding: 30px 0 30px 24px;
  }
}
@media (max-width: 575px) {
  .cs_image_layer.cs_style_5 .cs_image_layer_in .cs_image_layer_item:nth-child(3) {
    padding: 30px 0 30px 10px;
  }
}
.cs_image_layer.cs_style_5 .cs_moving_text_wrap.cs_style_1 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 100%;
}


.cs_fs_67 {
  font-size: 40px;
  line-height: 1.12em;
}
@media (max-width: 1400px) {
  .cs_fs_67 {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .cs_fs_67 {
    font-size: 20px;
  }
}




.span1{
  font-size: 25px;
  font-family: "Gilda Display", serif;

}

.Slogan .bg{
  background: url('new photo/574405059.jpg')rgba(0, 0, 0, 0.685);

  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 300px;
}


  /* HOTEL BOX 3 LIST AREA START */
  .hotel-box-3 .hotel-inner {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .hotel-box-3 .hotel-inner .photo-overflow {
    overflow: hidden;
  }
  
  .hotel-box-3 .hotel-inner .property-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
  }
  
  .hotel-box-3 .hotel-inner .property-photo img{
    border-radius: 10px;
  }
  
  .hotel-box-3 .hotel-inner:hover .property-photo {
    transform: scale(1.1);
  }
  
  .hotel-box-3 .hotel-inner .property-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgb(35 35 37 / 77%) 0%,rgb(35 35 37 / 39%) 35%,rgb(22 22 23 / 23%) 60%,rgba(0,0,0,0) 100%);
    border-radius: 10px;
    opacity: 1;
  }
  
  .hotel-box-3 .hotel-inner:hover .property-photo:before{
    background: linear-gradient(0,#ceb4895d,rgb(4 1 12 / 0%));
    opacity: .8;
  }
  
  .hotel-box-3 .hotel-inner h3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 400;
    font-family: Mulish, sans-serif;
    font-size: 22px;
  }
  
  .hotel-box-3 .hotel-inner .ling-section {
    position: absolute;
    bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
  
  .hotel-box-3 .hotel-inner h3 a{
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: 600;
  }
  
  .hotel-box-3 .hotel-inner h3 a:hover{
    color: #fff;
    opacity: 0.9;
  }
  
  .hotel-box-3 .hotel-inner .read-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 87px;
    color: #000000;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 9px 22px;
    border-radius: 3px;
    background: #fff;
  }
  
  .hotel-box-3 .hotel-inner .read-more-btn::before {
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: .5s;
    color: #000000;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list li {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list li {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    list-style: none;
  }
  
  .hotel-box-3 .hotel-inner:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: left;
  }
  
  .hotel-box-3 .hotel-inner:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  
  .hotel-box-3 .hotel-inner:hover .facilities-list {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  .txt1{
    font-family: "Cinzel", serif;
    font-size: 45px;
    font-weight: 400;

  } 



  
          /*Index-Gallery*/
          .s-gallery .gallery-main {
          
            display: flex;
            justify-content: space-between;
        }
        .s-gallery .gallery-main .gallery-box {
            width: 20%;
            position: relative;
            height: 50px;
         
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
            transition-duration: 0.3s;
        }
        .s-gallery .gallery-main .gallery-box:hover .content {
            height: 50%;
            opacity: 1;
            visibility: visible;
        }
     
        .gallery-main {
            flex-wrap: wrap;
            margin-top: 0;
            display: flex;
            justify-content: space-between;
        }
        .gallery-main .gallery-box {
            margin: 30px 0 0 0;
        }
        .s-gallery .gallery-main .gallery-box {
            position: relative;
            height: 350px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }
        .s-gallery .gallery-main .gallery-box:hover .content {
            height: 100%;
            opacity: 1;
            visibility: visible;
            width: 100%;
        }
        .s-gallery .gallery-main .gallery-box:hover {
            transform: translateY(10px);
        }
        .s-gallery .gallery-main .gallery-box img {
            width: 120%;
            height: 100%;
            object-fit: cover;
        }
        
        @media only screen and (max-width: 1440px) {
            .s-gallery .gallery-main .gallery-box {
                width: 120%;
                margin-bottom: 30px;
            }
        }
        @media only screen and (max-width: 1440px) {
            .s-gallery .gallery-main {
                flex-wrap: wrap;
            }
        }
        @media only screen and (max-width: 767px) {
            .s-gallery .gallery-main .gallery-box {
                width: 100%;
                margin: 0 0 30px;
            }
        }

        @media only screen and (max-width: 991px) {
          .abouth2{
            font-size: 25px !important;
          }
          .res20{
           margin-left: 0px !important;
          }
          .abouth2{
            padding-bottom: 0px !important;
          }
          .abouth4{
      font-size: 27px !important;
          }
          .abouth3{
            margin-top: 30px !important;
            font-size: 27px !important;
          }
          .span1{
            font-size: 20px !important;
          }
          .txt1{
            font-size: 35px !important;
            margin-left: 10px !important;
          }

          .logologo{
            margin-top: 0px !important;
          }
          .room3{
            font-size: 18px !important;
          }
          .room4{
            font-size: 28px !important;
          }
          .s-gallery  {
            padding-bottom: 50px !important;
         }
         .golden2{
          font-size: 35px !important;
         }
        
      }
      

      .res20{
        margin-left: 190px;
      }


      
      .rooms-bg1{
        background: url('new photo/574404085.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: 50vh;
        position: relative;
      
    
      }
      .bg01{
        text-align: center;
        font-family: 'Gilda Display', serif;
        font-weight: 500;
         font-size: 45px;
        
         padding-top: 100px;
         text-shadow: 1px 1px 1px #ffffff;
        letter-spacing: 2px;
         
          }
          @media(max-width:991px){
        
            .bg01{
               font-size: 35px !important;
               padding-top: 130px !important;
            }
         
       }
         
          .about-bg1{
            background: url('new photo/574404335.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: 50vh;
            position: relative;
          
          }
          .gallery-bg1{
            background: url('new photo/w.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: 50vh;
            position: relative;
          
           
          }
    
          .contact-bg1{
            background: url('new photo/574404684.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: 50vh;
            position: relative;
          
           
          }

          .restaurant-bg1{
            background: url('new photo/n.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: 50vh;
            position: relative;
          
           
          }

          
  
           /*ROOMS*/
           .room-content,.room-img,.room-text{
            position: relative;
            transition: all 0.6s ease-in-out;
            overflow: hidden;
        
        }
        
        .room-img{
            display: block;
            overflow: hidden;
        
        }
        
        .room-img img{
            transition: all 0.4s ease-in-out;
        
        }
        
        .room-img .room-title{
            content: '';
            position: absolute;
            background-color: black;
            bottom:0;
            left: 0px;
            width: calc(100% - 30px);
            z-index: 1;
            transition: all 500ms ease;
        }
        
        @media only screen and (max-width: 500px) {
            .room-img .room-title{
               position: relative;
               width: 100%;
            }
          }
        
        .room-img .room-title h4 {
            position: relative;
            display: block;
            width: 100%;
            background: #0a0807;
            line-height: 33px;
            color: #fff;
            font-weight: 700;
            padding: 5px 15px 5px 30px;
            font-family: "Cinzel", serif;
            margin: 0;
        
        }
        .room3{
            font-weight: 400;
            font-family: "Cinzel", serif; 
            font-size: 25px;
        }
        .room-content{
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background: #f1efee;
        
        }
        
        
        .room-content:hover .room-img img{
            transform: scale(1.1);
        }
          
        .room-amenities{
            position: relative;
            display: block;
            background: #f1efee;
            padding: 10px;
            text-align: center;
        }
        
        .room-amenities span{
            position: relative;
            display: inline-block;
            font-size: 15px;
            color: #8d8b8a;
            margin-right: 20px;
            font-family: 'Outfit', sans-serif;
        
        }
        
        .room-amenities h6{
            font-family: 'Outfit', sans-serif;
        
        }
        
         a.blog-button {
            display: inline-block;
            font-size: 16px !important;
            border: transparent;
            background: #bdb17e;
            width: 100%;
            text-align: start;
            color:white;
            font-family: 'Outfit', sans-serif;
            padding: 10px;
            border:3px solid white;
         }
        
         a.blog-button svg {
            top:3px;
            float: right;
            fill:white;
            position: relative;
            transition: all 0.4s ease-in-out;
        }
        
        
        a.blog-button:hover svg {
            transform: rotate(180deg);
        }
        @media only screen and (min-width: 500px) {
            .room-amenities1 div{
             display: flex;
             justify-content: space-between;
            }
          }


          #contact-head h1{
            letter-spacing: 3px;
            font-weight: bold;
        }
        #contact-head p{
            font-weight: bold;
                font-family: 'Poppins', sans-serif;
                letter-spacing: 2px;
            color: #e0e4e4;
            
        }
        
        #contacts{
            padding-top: 50px
            ;padding-bottom: 50px;
            margin-top: 50px;
            margin-bottom: 50px;
            background-color: #000000;
             border: 4px solid #E4E3CF;
        }
        
            .contacts h3{
        color:#E4E3CF;   
        font-family: "Cinzel", serif;
        font-weight: bold;
        letter-spacing: 2px;
        
        }
        
        .contacts h6{
            color:white;   
            font-family: "Cinzel", serif;
        
        }
        
        
        
        @media only screen and (max-width: 600px) {
            .contacts .col-lg-4 .contact-info{
        text-align: center;        }
           }
        
           @media only screen and (min-width: 600px) {
             .contacts .col-lg-4 .contact-info{
        display: flex;       }
            }
        
            @media only screen and (max-width: 300px) {
             #contact-head h1 {
        font-size: 30px;        }
           }

           /* about */
.golden {
  font-family: 'Barlow', sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.75em;
  color: #4b4a4a;
  margin-bottom: 20px;
}
.golden2{
  font-size: 46px;
  font-family: 'Gilda Display', serif;
  font-weight: 400;
  color: #222;
  position: relative;
  margin-bottom: 20px;
  line-height: 1.25em;
}

.golden1{
  font-size: 15px;
  font-family: 'Barlow Condensed', sans-serif;
  font-weight: 400;
  color: #666;
  text-transform: uppercase;
  position: relative;
  letter-spacing: 6px;
  margin-bottom: 5px;
}


.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 {
  opacity: 0.05;
  line-height: 1.2
}
@keyframes marquee {
  from {
      transform: translateX(0)
  }
  to {
      transform: translateX(-30%)
  }
}



      /*Index-About*/
      .about-restaurant {
        padding-top: 130px;
        padding-bottom: 50px;
    }
    
    
    
    .about-restaurant .about-restaurant-main {
        display: flex;
        justify-content: space-between;
    }
    .about-restaurant .about-restaurant-main .image {
        width: 420px;
        height: 570px;
        min-width: 420px;
    }
    .about-restaurant .about-restaurant-main .image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .about-restaurant .about-restaurant-main .content {
        padding: 10px 40px 0;
    }
    .about-restaurant .about-restaurant-main .content .title {
        margin-bottom: 15px;
        font-size: 35px;
    }
    .about-restaurant .about-restaurant-main .content a {
        margin-top: 26px;
        letter-spacing: 1.8px;
    }
    
    
    @media only screen and (max-width: 991px) {
     
      .s-order .order-main .order {
          height: 510px;
      }

      .about-restaurant{
          padding-top: 70px !important;
      }

      .about-restaurant .about-restaurant-main {
          display:block;
          
      }
      .font35{
        margin-top: -100px !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
      }
      .aboutp{
        margin-left: 10px !important;
        margin-right: 30px !important;
      }
 }
  


p.subtitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #e6c9a2;
  letter-spacing: 2.7px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 18px;
}


p.subtitle::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -76px;
  width: 63px;
  height: 1px;
  background: #000000;
}

.subtitle {
  margin-bottom: 25px;
  letter-spacing: 1.7px;
  color: #000000;
}
.subtitle {
  color: #0e1927;
  margin-bottom: 21px;
}
.subtitle {
  margin-bottom: 20px;
  color: #0e1927;
  display: block;
  text-align: center;
  margin-bottom: 20px !important;
}

.subtitle::before,
.subtitle::before,
.subtitle::before,
.subtitle::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -76px;
  width: 63px;
  height: 1px;
  background: #000000;
}

.subtitle {
  font-size: 15px;
  text-transform: uppercase;
  color: #0e1927;
  letter-spacing: 2.7px;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-bottom: 18px;
}


.img55{
  width: 100px;
}








/*** Food Menu ***/
.nav-pills .nav-item .active {
  border-bottom: 2px solid var(--primary);
}
.menu{
  background: url('image/Screenshot 2024-06-01 083705.jpg') rgba(0, 0, 0, 0.836);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
 padding-top: 100px;
 padding-bottom: 100px;
  position: relative;
margin-bottom: 100px;
padding-right: 40px;
 
}

.font{
  font-family: "Cinzel", serif;
}