@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
html, body {
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
  }

  a{
    text-decoration: none !important;
  }
  
 ::selection{
    background-color: #B89375;
    color: white;
 }
  .top-bar{
    z-index: 10000 !important;
  }

  #navigation{
    z-index: 10;
  }

  #navbar{
    height: 100px;
    z-index: 1000!important;
  }

  .navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row-reverse;
  }

  li.nav-item a.nav-link {
    color: rgb(255, 255, 255) !important;
  font-family: 'Jost', sans-serif;
  font-weight: 500 !important;
  transition: border-bottom 0.3s ease-in-out;
  }
  .hr-line {
    margin: 0.4rem 0;
    color: inherit;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: .25;
}
  a.nav-link:hover {
    text-decoration: none;
    border-bottom: 1px solid white;
    transition: border-bottom 0.3s ease-in-out;
  }
  
  .navbar li a.active {
    color: #ffffff!important;
    transform: scale(1.05);
    background-color: transparent;
    border-bottom: #ffffff 1px solid !important;
  }
  
  #button {
    display: block !important;
    background-color: #FF9800 !important;
    width: 50px !important;
    height: 50px !important;
    text-align: center;
    border-radius: 4px;
    position: fixed !important;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
    opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000 !important;
  }

  #button::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }

  #button:hover {
    cursor: pointer;
    background-color: #333;
  }

  #button:active {
    background-color: #555;
  }

  #button.show {
    opacity: 1;
    visibility: visible;
  }

  .justify-content-end {
    justify-content: space-evenly!important;
  }

  .text-bg-dark {
    color: #fff!important;
    background-color: #2f4858 !important;
  }
  /* Styles for the content section */
  
  .content {
    width: 77%;
    margin: 50px auto;
    font-family: 'Merriweather', serif;
    font-size: 17px;
    color: #6c767a;
    line-height: 1.9;
  }
  
  @media (min-width: 500px) {
    .content {
      width: 43%;
    }
    #button {
      margin: 30px;
    }
  }

  .content h1 {
    margin-bottom: -10px;
    color: #03a9f4;
    line-height: 1.5;
  }

  .content h3 {
    font-style: italic;
    color: #96a2a7;
  }

  a{
    text-decoration: none;
  }

  .top-bar{
    background-color: #ffffff00;
    color: white;
    padding-top: 20px;
    z-index: 1000 !important;
    position: relative;
  }

  .navbar-brand img {
    width: 120px;
  }

  .navbar-nav {
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar .navbar-nav .nav-link {
    color: #fff;
    font-size: 13px;
    font-weight: 400;
    padding: 0.5em 1em;
  }

  a.nav-link.active{
    color: #C29F7B !important;
  }
  
  .navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: none;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
  }

  .navbar-collapse{
    padding-left: 0px !important;
    margin-left: 0px !important;
  }

  .button1{
    margin-top: 10px;
    background: transparent;
    padding: 20px 30px 20px 30px;
    color: white;
    transition: 0.4s ease-in-out;
    border: 1px solid white;
    z-index: 1000!important;
  }
  
  .button1:hover{
    background: #B89375;
    padding: 20px 30px 20px 30px;
    color: white;
    border: 1px solid #B89375;
    transition: 0.4s ease-in-out;
  }

  .button{
    border: 1px solid white;
    background: transparent;
    padding: 10px 10px 10px 10px;
    color: white;
  }

  .swiper{
    /* height: 950px; */
    margin-top: -300px;
    z-index: 1 !important;
  }
  
  .slide-caption{
    padding-top:450px;
    padding-bottom: 300px;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
   .slide-caption h3{
    margin-bottom: 15px !important;
    font-weight: 300 !important;
    text-align: center !important;
    justify-content: center !important;
    letter-spacing: 2rem;
    color: #B89375 !important;
   }
   .slide-caption h3 i{
 text-align: center !important;
   }
   .slide-caption p{
    margin-bottom: 30px !important;
   }

   .slide-caption h1{
     text-transform: capitalize !important;
     letter-spacing: 6px;
     font-family: "Merriweather", serif;
     font-size: 90px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
     font-weight: 700 !important;
     color: #ffffff ;
   }
  
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: 0.8975rem;
     height: 0.8975rem;
     background-color: #B89375;
     border: .0625rem solid white;
     margin-bottom: 50px;
   }

   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #142230!important;
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  
  .title{
    font-size: 56px;
  }

  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    height: 35px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 35%;
    background: rgb(255, 255, 255) !important;
    transition: 0.5s;
  }
  .owl-carousel .owl-prev {
    left: 33px;
  }
  .owl-carousel .owl-next {
    right: 33px;
  }

  .owl-carousel .owl-next:hover,
  .owl-carousel .owl-prev:hover {
    background: #000000 !important;
  }

  .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
    height: 50px;
  } 

  .facility-section{
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .rooms-section{
    background: #F1EBE3;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .experiences{
    background: url('../photos/img1.jpg') rgba(0, 0, 0, 0.451);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 400px;
  }

  .experiences1{
  position: relative;
  margin-top: -300px;
  }
  
  .img-1{
    outline: 1px solid #74B1A4 !important;
    outline-offset: 5px !important;
  }

  .cover-bg{
    background: url('../photos/cover-bg.png') rgba(0, 0, 0, 0.451);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
  }
  
  .card-img {
    position: relative;
    overflow: hidden;
    outline: 1px solid #74B1A4;
    outline-offset: 5px;
  }
  
  .card-img img {
    width: 100%;
    height: 100%;
    transition: transform 0.3s ease; /* Adding transition for smooth animation */
  }
  
  .card-img:hover img {
    transform: scale(1.1); /* Zooming in the image on hover */
    outline: 1px solid #74B1A4 !important;
    outline-offset: 1px !important;
  }
  
  .nav-hidden{
    display: none;
  }
  .nav-hidden1{
    display: block;
  }


  @media(max-width:991px){
    .padding-container{
      padding: 20px;
    }
    .swiper{
      height: 1050px;
    }
    .nav-link1{
      font-size: 24px !important;
      font-family: "Marcellus", serif !important;
      padding-left: 0px !important;
    }
    .nav-link1.active {
      color: #BC997D !important;
    }
    .nav-hidden1{
      display: none;
    }
    .nav-hidden{
      display: block;
    }
    form{
      padding: 30px !important;
    }
   
    .title1{
      font-size: 48px;
    }
   
    .copyright{
      display: flex;
      justify-content: center;
      text-align: center ;
      align-items:center;
    }
    .br-tag{
      display: block !important;
    }
    .navbar-brand img {
      width: 120px;
    margin-left: 70%;
  }
    .navbar-nav {
      align-items: start ;
      padding-top: 5px;
      padding-bottom: 5px;
    }

    .title{
      font-size: 32px !important;
    }

    .top-bar{
      display: none;
    }

    .slide-caption{
      padding-top: 110% !important;
       text-align: center !important;
       justify-content: center !important;
       align-items: center !important;
       padding-left: 18px;
       padding-right: 18px;
     }

     .slide-caption h6{
      margin-bottom: 0px !important;
      text-transform: capitalize !important;
      color: white;
     }

     .slide-caption h1{
       text-transform: capitalize !important;
       letter-spacing: normal !important;
       font-size: 50px !important;
       margin-top: 0px !important;
       padding-top: 0px !important;
       line-height: normal !important;
     font-weight: 700 !important;
       color: #ffffff;
     }

    .logo1{
      display: none !important;
    }

    .logo{
      display: block !important;
    }

    nav.navbar{
      padding-top: 40px;
    }
  
  }

/* Footer */
  section {
    padding: 120px 0;
    position: relative;
}

footer{
    background-color: #142230;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   a.footer-link{
     color: white;
     font-weight: 300;
     
   }
   footer h6{
     font-family: "Merriweather", serif;
   }
   .footer-link:hover{
     color:  #BC997D;
   }
   .payment{
     display: flex;
   }
   .socials{
     display: flex;
     color: white;
   }
   .footer-links{
     display: flex;
   font-family: 'Courier New', Courier, monospace;
     font-size: 18px;
   }
   .footer-title{
       font-family: 'Courier New', Courier, monospace;
       color: white;
   }
   .socials a{
     text-decoration: none !important;
     color: white;
   }
   .socials a:hover h4 {
     color:  #BC997D;
   }
   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 ;
   }
 
   @media(max-width:1000px){
     .footer-links {
       display: flex;
       font-family: Jost, sans-serif;
       font-size: 18px;
       padding: 0px 30px 0px 30px;
       flex-wrap: wrap;
       align-content: center;
       justify-content: space-evenly;
       align-items: baseline;
   }
     
     .socials a{
       text-decoration: none !important;
       color: white;
     }
     .socials a:hover h4 {
       color:  #BC997D;
     }
     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 ;
     }
   }


   .btn2 {
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgba(255, 255, 255, 0.514);
    background-color: #B89375;
    color: #fffffffa;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.3s ease-in-out;
  }
  
  .btn2:hover {
    transform: scale(1.03);
  }
  
  .btn2:hover:before {
    left: 100%;
  }



  /* Section Facilities */
  .section-facilities{
    background: url('../recepsioni/reception-1.jpg')rgba(0, 0, 0, 0.575);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 150px 0;
  }
  .section-facilities .div-fc{
    background-color: rgb(255, 255, 255);
    padding: 25px 12px;
  }
  .section-facilities .div-fc h2{
    font-size: 22px;
    color: #000000e8;
    font-family: "Merriweather", serif;
  }
  .img-fc {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
  }



   /* Section Rooms */
.rooms-intro-box{
	padding: 30px 0px;
  background-color: #0f1924;
	border: 1px solid rgba(192, 192, 192, 0.116);
	border-radius: 10px;
}
.section-separator {
	position: relative;
	margin-top: 20px;
}
.section-separator:before , .section-separator:after {
	content: '';
	position: absolute;
	top: 50%;
	width: 70px;
	height: 1px;
	background: #eee;
}
.section-separator:before {
	left: 50%;
	margin-left: 70px;
}
.section-separator:after {
	right: 50%;
	margin-right:70px;
}
.parallax-section .section-separator:before  , .parallax-section .section-separator:after , .fix-bar-init .section-separator:before , .fix-bar-init .section-separator:after , .sect_se_transparent:after , .sect_se_transparent:before {
	background: rgba(255,255,255,.3)
}
.section-separator i {
	font-size: 1.7em;
	color:var(--main-color); 
}

.footer-separator {
	position: relative;
	display: inline-table;
	width: 100px;
}
.footer-separator:before , .footer-separator:after {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	top: 50%;
	margin-top: -4px;
}
.footer-separator:before{
	left: 0;
}
.footer-separator:after {
	right: 0;
}
.footer-separator span , .dc_dec-item_left span , .dc_dec-item_right span {
	position: relative;
	width: 10px;
	height: 10px;
	background: var(--main-color);
	transform: rotate(45deg);
	display: inline-block;
}
.footer-separator span:before , .dc_dec-item_left span:before , .dc_dec-item_right span:before {
	content: '';
	position: absolute;	
	border: 1px dotted var(--main-color);
	top: -12px;
	right: -12px;
	bottom: -12px;
	left: -12px;
	border-radius: 50%;
}
.room-home-box:hover .room-content,.room-home-box:hover .room-btn{
	display: block!important;
	animation: slideup 0.35s ease-in;
}
.room-content h2{
  color: white !important;
  font-weight: 500;
  font-size: 27px;
  margin-bottom: 18px;
}


.room-3{
	background: url('../junior-suite/suite-1.jpg')rgba(0, 0, 0, 0.336);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	height: 49vh;
	display: flex;
	align-items: end;
	border-radius: 10px;
}

.room-4{
	background: url('../double-room-city-view/double-city-view.jpg')rgba(0, 0, 0, 0.336);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	height: 49vh;
	display: flex;
	align-items: end;
	border-radius: 10px;
}

.room-5{
	background: url('../double-room-sea-view/double-sea-1.jpg')rgba(0, 0, 0, 0.336);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	height: 49vh;
	display: flex;
	align-items: end;
	border-radius: 10px;
}
.room-spec i{
    font-size: 16px;
}
.main-btn{
	font-family: 'Jost';
	box-shadow: none!important;
	background-color: #0F1924 !important;
	color: #c9a161;
	padding: 16px 35px;
	margin: 4px;
	width: auto;
	font-size: 14px;
	font-weight: 400;
	transition-duration: 0.3s;

}

.main-btn i{
	transition-duration: 0.3s;

}

.main-btn:hover i{

	color: #161616!important;
	transition-duration: 0.3s;

}

.main-btn:hover{
	background-color: #c9a161;
	color: #f1f1f1 !important;
	transition-duration: 0.3s;
}
.stg_link:hover:before  {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;	
}

.stg_link {
	position: relative;
	display: inline-block;
	margin-top: 40px;
	border: 1px solid  	 var(--main-color);
	padding: 15px 40px;
	border-radius: 4px;
    font-family: var(--secondary-font);
    text-transform: uppercase;
    font-weight: 600;
	color:var(--main-color);
	background: rgba(255,255,255,.05);
	transition: all .3s ease-in-out;
}
.stg_link:hover {
	background: var(--main-color);
	color:#d8d8d8;
}
.stg_link:before {
	content: '';
	position: absolute;
	top: -10px;
	left: -10px;
	bottom: -10px;
	right: -10px;
	border-radius: 4px;
	border: 1px dotted rgba(255,255,255,.2);
	transition: all .3s ease-in-out;
}
@keyframes slideup {
	from {
	  transform: translateY(40px);
	  opacity: 0;
	}
  
	to {
	  transform: translateX(0px);
	  opacity: 1;
	}
  }

 .accordion .accordion-header .accordion-button{
    font-size: 22px!important;
  }


  /* Testimonials */
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #C3A06D;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}
#customers-testimonials .item {
    text-align: center;
    padding: 10px;
        margin-bottom:40px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
.owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 1000px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #C3A06D;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #C3A06D;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


/* .slogan{
    position: relative;
}
.slogan .container-fluid{
    background-image: linear-gradient(to right, #122c3f, #17344a, #1d3c54, #234560, #294d6b, #2f5575, #355d80, #3b658a, #426e96, #4978a2, #5081ae, #578bbb);
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    padding: 50px 0px 100px 0px;
}
.slogan .img-slogan{
    position: relative;
}
.slogan .img-slogan img{
    position: absolute;
    width: 100%;
    height: auto;
    top: -250%;
} */


.slogan1{
    background: url('../rooftop-pool/roof.jpg') rgba(0, 0, 0, 0.493);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 180px 0 !important; 
  }


  .title-head{
    padding: 500px 0px 80px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 300 !important;
    font-family: 'Gupter', serif;
  }


  .Rooms-head{
    position: relative;
    margin-top: -300px;
    background: url('../junior-suite/DSC02671.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 110%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
  .room-card{
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
  .card-body p{
    color: #000000b7;
    font-size: 16px;
    font-family:"Jost", sans-serif;
}
.card-title{
    font-size: 22px;
    font-family:"Jost", sans-serif;
    line-height: 2.25rem;
}
.card-body hr {
    opacity: 0.6;
}
.card-body p i {
    /* margin-left: 20px; */
    font-size: 15px;
    color: #c4a676;
}  

.About-head{
    position: relative;
    margin-top: -300px;
    background: url('../rooftop-pool/slide-1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  } 

  .Gallery-head{
    position: relative;
    margin-top: -300px;
    background: url('../double-room-sea-view/DSC02717.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.thumb{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.Contact-head{
    position: relative;
    margin-top: -300px;
    background: url('../rooftop-pool/slide-3.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}

.sec-contact{
    position: relative;
    overflow: hidden;
  }
  .sec-contact .bg-about{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
    background: url('../img/background-site1.jpg');
    background-position: center 60px;
    background-size: cover;
    opacity: 0.3;
    background-attachment: fixed;
  }
  .sec-contact .icons-con i{
  background-color: #142230;
  color: white;
  padding: 30px;
  font-size: 20px;
  border-radius: 50%;
  }
  .sec-contact .text-con h3{
  color: #000000d3 !important;
  font-size: 22px;
  }
  .sec-contact .text-con p{
    color: #000000bb !important;
    font-size: 18px;
  }

  @media (max-width: 1199px){
.section-about .container-fluid{
    width: 100% !important;
}
.section-about .about-textt{
    padding: 0px 15px !important;
}
.section-about .about-textt h1{
    font-size: 30px !important;
    margin-bottom: 0px !important;
}
.container-fluid{
    width: 99% !important;
}
  }


  @media (max-width: 991px){
    .banner_wrapper .swiper-slide h1{
        margin-top: -600px !important;
        
    }
    .banner_wrapper .swiper-slide h3{
        display: none;
    }
}


@media (max-width: 800px){
    .banner_wrapper .swiper-slide h1{
        margin-top: -300px !important;
        
    }.section-about .img-ab-1 img{
        margin-top: 15px !important;
    }
}
@media (max-width: 602px){
    .banner_wrapper .swiper-slide h1{
        margin-top: -100px !important;
        
    }
    
}
@media (max-width: 500px){
    .banner_wrapper .swiper-slide h1{
        margin-top: 100px !important;
    }
}
@media (max-width: 430px){
    .swiper{
        height: 900px;
        margin-top: -300px;
        z-index: 1 !important;
      }
      .banner_wrapper .swiper-slide h1{
        margin-top: 50px !important;
    }
    .img-abb{
        margin-bottom: 20px !important;
    }
    .section-facilities{
        background: url('../img/santa\ nicolas-01.png')rgba(0, 0, 0, 0.575);
        background-position: center 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        padding: 150px 0;
      }
      .Rooms-head{
        position: relative;
        margin-top: -300px;
        background: url('../junior-suite/DSC02495.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 110%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
      }
    .About-head{
        position: relative;
        margin-top: -300px;
        background: url('../img/img2.png')rgba(0, 0, 0, 0.425);
        background-position: center 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
      } 
    
      .Gallery-head{
        position: relative;
        margin-top: -300px;
        background: url('../double-room-sea-view/DSC02717.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none; 
    }
    .Contact-head{
        position: relative;
        margin-top: -300px;
        background: url('../img/SANTA\ HOTEL-02.png')rgba(0, 0, 0, 0.425);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none; 
    }
    .slogan1{
        background: url('../img/santa\ nicolas-01.png') rgba(0, 0, 0, 0.493);
        background-position: center 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        padding: 180px 0 !important; 
      }
}



/* animation */
.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;
  }