
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Satisfy&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;
    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 .5s !important;
      font-family: 'Gilda Display', serif;
  
      text-transform: uppercase;
    font-weight: 500;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !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:#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 .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;
    background-color: #000000;
    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: 'Barlow', sans-serif;
    font-size: 16px;
    font-weight: 500;
    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: #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);
   }
  

.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;
  }


  .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: .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, hsla(0, 0%, 0%, 0.589), #0000009a), url('new image/586724427.jpg') center /cover no-repeat , #000000;
    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: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    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: .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;
    }
  }


    /* ------------------- */
/* BANNER AREA START */
.banner {
    position: relative;
  }
  
  
  .carousel-item img {
    filter: brightness(50%);
  }
  
  .banner .carousel-control {
    opacity: 1;
  }
  .carousel-item  {
    height: 80vh !important;
  }
  .banner .item img {
    height: 80vh !important;
   
  }
  
  .banner .max-area{
    max-width: 600px;
  }
  
  .banner .text-r{
    text-align: right;
  }
  
  .banner .text-l{
    text-align: left;
  }
  
  .banner .max-area2{
    max-width: 700px;
    margin: 0 auto;
  }
  
  .banner .text-r .max-area2{
    margin:0 0 0 auto;
  }
  
  .banner .text-l .max-area2{
    margin:0 0 auto 0;
  }
  
  .banner .banner-test-info{
    text-align: left;
    max-width: 550px;
  }
  
  .banner .banner-slider-inner {
    top: 0%;
    display: inline-block;
    text-shadow: none;
    right: 0%;
    left: 0%;
    padding: 0;
    bottom: 0%;
    background-color: rgb(0 0 0 / 21%);
    display: flex !important;
  }
  
  .banner h1 {
   
    font-family: "Playfair Display", serif;;
    color: #ffffff;

    margin: 0 0 20px;
    font-size: 70px;
   
    letter-spacing: 5px;
  }
  @media (max-width: 991px) {
    .carousel-item{
      height: 60vh !important;
    }
    .banner h1 {
      font-size: 35px !important;
    }
  
 
  
  .banner p{
    font-size:12px !important;
    font-family: "Playfair Display", serif;
  }

  }
  
  
  
  .banner h2 {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 700;
    font-size: 50px;
  }
  
  .banner .btn-md {
    cursor: pointer;
    padding: 15px 30px 13px;
  }
  
  
  .banner .item {
    height: 100vh;
  }
  
  .banner p {
    margin-bottom: 30px;
    color: #fff;
    line-height: 1.6;
    font-size: 18px;
  
    opacity: 0.9;
    font-family: "Playfair Display", serif;
  }
  
  .banner .carousel-control-next {
    width: 65px;
    height: 65px;
    line-height: 65px;
    z-index: 100;
    background: #15151530;
    top: 45%;
    margin: 10px;
    color: #fff;
    opacity: 1;
    border-radius: 100px;
  }
  
  .banner .carousel-control-prev {
    width: 65px;
    height: 65px;
    line-height: 65px;
    z-index: 100;
    background: #15151530;
    top: 45%;
    margin: 10px;
    color: #fff;
    opacity: 1;
    border-radius: 100px;
  }
  
  .banner .carousel-control-next-icon, .carousel-control-prev-icon {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
  }




  /*------ section----*/
.content-section {
	position: relative;
	padding: 100px 0;
	background: #fff;
	z-index: 5;
}
.content-section.hidden-section , .hidden-content {
	overflow: hidden;
}
.content-section.parallax-section {
	padding: 120px 0;
	z-index: 4;
}
.big-padding {
	padding: 140px 0;
}
.content-section.parallax-section.hero-section {
	padding:310px 0 180px;
}
.content-section.parallax-section.hero-section .overlay {
	opacity:.5;
}
.small-top-padding {
	padding-top:40px;
}
.par-elem {
	position: absolute;
	top: 15px;
	bottom: 15px;
	left: 0;
	right: 15px;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid rgba(255,255,255,.1)
}
.content-section.parallax-section .bg  , .par-elem .bg  {
	height: 140%;
	top: -20%;
}
.par-elem .overlay {
	opacity:.5;
}

.has-drop-cap:first-letter {
	font-size: 70px;
	float: left;
	padding: 20px 20px 10px 0;
 	font-family: var(--main-font);
	color:var(--main-color);
}.respimg , .single-slider img {
	width:100%;
	height:auto;
}
.hero-image-collge-wrap {
	position: relative;
	padding-left: 50px;
}
.hero_images-collage-item {
    position: absolute;
    height: auto;
    border-radius: 10px;
}
.hero_images-collage-item:before {
	content: '';
	position: absolute;
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	border-radius: 10px;
	border: 1px dotted #ccc;
	z-index: 1;
}
.hero_images-collage-item img {
	position: relative;
	z-index: 2;
    border-radius: 10px;
 	box-shadow: 0px 30px 64px 0px rgba(0,0,0,.4);	
}

.Slogan .bg{
    background: url('new image/586724427.jpg')rgba(0, 0, 0, 0.349);
    background-attachment: fixed;
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 400px;
}
.Slogan1 .bg{
  background: url('new image/Standard Queen Room/586716802.jpg')rgba(0, 0, 0, 0.623);
  background-attachment: fixed;
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 300px;
  margin-bottom: 50px;
  margin-top: 50px;
}
 .golden2{
    font-family: "Playfair Display", serif;
    letter-spacing: 2px;
 }


 .facilities-section h1{
  font-family: "Forum", serif;
  font-size: 45px;
}
.apartments {
  background: url('image/583213826.jpg')rgba(0, 0, 0, 0.658);
 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;

  position: relative;

}

.facility-box{
  color: #000000;
  height: 110px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items:center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(182, 182, 182, 0.405);
}
.facility-col{
 
    display: grid;
    text-align: center;
    align-items: baseline;
    justify-content: center;
    align-content: stretch;
    justify-items: center;
}
.facility-col:hover .facility-box{
  background: #C8AC80;
  color: rgb(255, 255, 255);
}
.facilities-section h5{
  font-family: "Forum", serif;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 22px;

}

@media (max-width: 991px)
{
    .cart5{
        font-size:30px !important;
    }
  .facilities-section h1 {
    font-size: 30px !important;
  }
  .facilities-section h5 {
    font-size: 18px !important;
  }
}

.apartments h1{
  font-family: "Forum", serif;
  color: #ffffff;
  padding: 8px;
}
.apartments p{
  font-family: "Forum", serif;
  color: #ffffff;
}
.apartments h5{
  font-family: "Forum", serif;
  color: #ffffff;
  padding: 8px;
}

.facilities-section h1{
  font-family: "Forum", serif;
  font-size: 45px;
}
.apartments {
  background: url('new image/Family Room with Balcony/586711628.jpg')rgba(0, 0, 0, 0.658);
 
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;

  position: relative;

}
.card1{
  font-family: "Forum", serif;
  color: #ffffff;
  padding: 8px;
}   
.cart5{
  font-family: "Forum", serif;
font-size: 35px;
}   


@media (max-width: 991px) {
    .golden5{
        font-size:23px !important;
    }
  .content-section{
    padding-top: 0px !important;
  }
  .imgg {
    display: none;
  }
  .hero-image-collge-wrap{
    padding-left: 0px !important;
  }
  .butt{
    margin-top: -40px !important;
  }
}

  
.rooms-bg1{
  background: url('new image/586723291.jpg') rgba(0, 0, 0, 0.712);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 40vh;
  position: relative;


}
.bg01{
  text-align: center;
  font-family: 'Gilda Display', serif;
  font-weight: 500;
   font-size: 40px;
  
   padding-top: 100px;
   text-shadow: 1px 1px 1px #ffffff;
  letter-spacing: 2px;
   
    }
    @media(max-width:990px){
  
      .bg01{
         font-size: 35px !important;
         padding-top: 100px !important;
      }
   
 }
   
    .about-bg1{
      background: url('new image/586724427.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: 40vh;
      position: relative;
    
    }
    .gallery-bg1{
      background: url('new image/586717794.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: 40vh;
      position: relative;
    
     
    }

    .contact-bg1{
      background: url('new image/586723309.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: 40vh;
      position: relative;
    
     
    }
    .room-box:hover{
      -webkit-box-shadow: 7px 7px 0px 0px #4b463e !important;
    -moz-box-shadow: 7px 7px  0px 0px #4b463e !important;
    box-shadow: 7px 7px  0px 0px #4b463e !important;
    transition: 0.3s ease;
    }
    
    .room-box:hover button{
    background: #4b463e !important;
    }
    .room-content{
      padding: 0px 30px 0px 30px;
    }
    .golden5{
      font-family: "Forum", serif;
      padding-top: 20px;
      font-size: 28px;
  }
  .section-heading .line- {
    width: 100px;
    height: 2px;
    background-color: #000000;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}


/* :: 16.0 Contact Area CSS */
.roberto-contact-form {
  position: relative;
  z-index: 1; }
  .roberto-contact-form h2 {
    margin-bottom: 30px;
    font-size: 22px;
    display: block; }
    @media only screen and (max-width: 767px) {
      .roberto-contact-form h2 {
        font-size: 24px; } }
  .roberto-contact-form .form-control {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 2px;
    color: #afb4bf;
    font-size: 14px;
    border: 1px solid #ebebeb; }
    .roberto-contact-form .form-control:focus {
      box-shadow: none;
      border-color: #000000; }
  .roberto-contact-form textarea.form-control {
    height: 150px;
    padding: 20px; }

.google-maps-contact-info {
  position: relative;
  z-index: 1;
  padding-left: 5%;
  padding-right: 5%;
  margin-top: -70px; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .google-maps-contact-info {
      padding-left: 2%;
      padding-right: 2%; } }

.google-maps-contact-content {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
  padding: 35px; }
  @media only screen and (max-width: 767px) {
    .google-maps-contact-content {
      padding: 20px; } }
  .google-maps-contact-content .single-contact-info {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 40px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .google-maps-contact-content .single-contact-info h4 {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .google-maps-contact-content .single-contact-info h4 {
        font-size: 14px; } }
    .google-maps-contact-content .single-contact-info i {
      display: inline-block;
      font-size: 30px;
      margin-bottom: 15px;
      color: #000000; }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info i {
          font-size: 24px; } }
    .google-maps-contact-content .single-contact-info p {
      margin-bottom: 0; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .single-contact-info p {
          font-size: 12px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info p {
          font-size: 12px; } }
  .google-maps-contact-content .google-maps {
    position: relative;
    z-index: 1; }
    .google-maps-contact-content .google-maps iframe {
      width: 100%;
      height: 500px;
      border: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .google-maps iframe {
          height: 400px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .google-maps iframe {
          height: 300px; } }