@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: #000000 !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{
    background: #B89375;
    padding: 20px 30px 20px 30px;
    color: white;
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .button1:hover{
    background: #BC997D;
    padding: 20px 30px 20px 30px;
    color: white;
    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:23%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }

   .slide-caption h6{
    margin-bottom: 0px !important;
    font-family: "Jost", sans-serif !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !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: #bea6a0;
     border: .0625rem solid white;
     margin-bottom: 50px;
   }
    .banner_wrapper .swiper {
        height: 100vh !important;
    }
   .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;
  }
  
  .img-1{
    outline: 1px solid #74B1A4 !important;
    outline-offset: 5px !important;
  }

  .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.04);
  }
  
  .btn2:hover:before {
    left: 100%;
  }


/* Section Rooms */
  .rooms {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background: #142230;
    color: #fff;
}
.rooms .horizontal-line1 {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.rooms .line1, .rooms .line2 {
    width: 50px;
    height: 1px;
    margin-right: 10px;
    margin-left: 10px;
}
.rooms .text1 {
    position: relative !important;
}
.rooms .text1 h6 {
    position: relative;
    text-align: center;
    color: #000000;
    line-height: 1;
    margin: 0;
    letter-spacing: 4px;
    z-index: 1 !important;
    font-family: 'Lora', serif;
}
:root {
    --font-principal: "Roboto";
    --gradient-bg: linear-gradient(30deg, rgba(0, 0, 0, .95) 50%, rgba(0, 0, 0, .9) 50.1%);
    --color-primary: #B89375;
    --color-light: #fff;
    --color-dark: #000;
}
.rooms .swiper {
    width: 100%;
    position: relative;
    margin-top: 0px;
    height: 700px;
    margin-right: 0;
    align-items: center;
}

.rooms .swiper-wrapper {
    display: flex;
    align-items: center;
    counter-reset: list-slider;
}
.rooms .swiper-slide {
    position: relative;
    height: 90%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    counter-increment: list-slider;
    font-size: 18px;
    opacity: 1;
    transition: opacity 600ms ease;
}
.rooms .swiper-slide::before {
    content: "0" counter(list-slider);
    display: block;
    position: absolute;
    width: 100px;
    left: 0;
    top: 0;
    font-size: 120px;
    font-weight: 600;
    line-height: 0.8;
    font-family: var(--font-principal);
    color: white;
    transform: scale(0.5);
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    transition: all 350ms ease;
}

.rooms .swiper-slide-active::before {
    opacity: 0.4;
    transform: scale(1);
}

.rooms .swiper-slide-active .c-swiper__text {
    opacity: 1;
}

.rooms .swiper-slide-active .c-swiper__text .c-swiper__title,
.swiper-slide-active .c-swiper__text .c-swiper__link {
    transform: translateY(0);
}

.rooms .swiper-slide-prev {
    opacity: 0;
}

.rooms .swiper-slide-next {
    opacity: 0.5;
}

.rooms .c-swiper__text {
    opacity: 0;
    width: 300px;
    height: 250px;
    position: absolute;
    top: 25%;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: opacity 350ms ease;
}

.rooms .c-swiper__text .c-swiper__title {
    max-height: 100%;
    font-size: 40px;
    font-weight: 600;
    text-shadow: 1px 1px 2px var(--color-dark);
    text-align: left;
    pointer-events: none;
    transition: transform 500ms ease;
    color: #fff;
    transition-delay: 100ms;
    transform: translateY(-25%);
    z-index: 1;
}

.rooms .c-swiper__text .c-swiper__link {
    position: relative;
    max-width: 100px;
    margin-left: 24px;
    color: var(--color-light);
    font-size: 15px;
    text-decoration: none;
    transform: translateY(25%);
    transition: transform 500ms ease;
    transition-delay: 200ms;
}

.rooms .c-swiper__text .c-swiper__link::after {
    content: '';
    height: 2px;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    background-color: var(--color-light);
}

.rooms .c-swiper__image-container {
    width: 90%;
    height: 80%;
    overflow: hidden;
}

.rooms .c-swiper__image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rooms .swiper-pagination-bullet {
    width: 36px;
    height: 3px;
    background-color: var(--color-primary);
    border-radius: 0;
}

.rooms .text-box {
    background: white;
    position: relative;
    padding: 20px;
    margin-top: -80px;
    border-radius: 0px 0px 20px 20px;
    text-align: center;
}

.rooms .horizontal-line2 {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.rooms .line2 {
    width: 50px;
    height: 1px;
    background-color:  #222222;
    margin-right: 10px;
    margin-left: 10px;
}




/* Section Facilities */
.wg-service {
    position: relative;
  }
  .wg-service::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100% !important;
    height: 100%!important;
    background-repeat: repeat !important;
    background-size: cover;
    background-position: center;
    background: url('/img/');
  }
  .service-item {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .service-item::after {
    position: absolute;
    content: '';
    top: 17px;
    left: 18px;
    right: 17px;
    bottom: 17px;
    border: 1px solid #d8cbb6;
    border-radius: 10px;
    background-color: transparent;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .service-item:hover::after {
    opacity: 1;
    visibility: visible;
  }
  .service-item::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background:linear-gradient(0deg,rgba(18, 15, 12,0.651),rgba(18, 15, 12,0));
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .service-item:hover::before {
    backdrop-filter: blur(2px);
    background-color: rgba(18, 15, 12, 0.397);
  }
  .service-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding-bottom: 41px;
    z-index: 5;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .service-item:hover .content {
    bottom: 37%;
    transform: translateY(50%);
    padding-bottom: 0;
  }
  .service-item .content > i {
    font-size: 87px;
    color: #f6e7d0;
  }
  .service-item .content .title {
    font-size: 30px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: relative;
    margin-top: 10px;
  }
  .service-item .content .title span {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .service-item:hover .content .title span {
    opacity: 1;
    visibility: visible;
  }
  .service-item .content .title a {
    color: #FFF;
    font-size: 22px;
  }
  .service-item .content .title a:hover {
    color: #C3A27C;
  }

  .service-item .content p {
    color: #FFF;
    padding: 0 50px;
    opacity: 0;
    visibility: hidden;
    margin-top: -100px;
    letter-spacing: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .service-item:hover .content p {
    opacity: 1;
    visibility: visible;
    margin-top: 17px;
  }

  .service-item img {
    width: 100%;
  }
  .wg-service h3{
color: #000 !important;
  }



  .slogan{
    background: url('../img/img1.jpg') rgba(0, 0, 0, 0.397);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 190px 0 !important;
  }

  .Testimonials .row h2{
    font-family: var(--tertiary-font);
    font-size: 28px !important;
    font-weight: 300 !important;
}
.Testimonials .row .review-boxes h6{
    color:#ffffff;
}
.Testimonials .row .review-boxes:hover h6{
    color:#3b3a3a;
}
.Testimonials .row .review-boxes h2{
    color:#ffffff;
}
.Testimonials .row .review-boxes:hover h2{
    color:#3b3a3a;
}
.review-boxes{
    background-color: #142230;
    color:#6e6e6e;
    padding: 0 25px;
    padding-top: 60px;
    background-image: url('../img/top_half_right.png');
    transition-duration: 0.5s;
    height: 400px;
    border: 1px solid rgba(255, 255, 255, 0.137);

}
.review-boxes:hover{
    background-color: #f1f1e6;
    color: #000;
    border: 1px solid rgba(0, 0, 0, 0.137);
    transition-duration: 0.5s;
}
.review-boxes p{
    color: #ffffffef;
    transition-duration: 0.5s;
   
}
.review-boxes:hover p{
    color: #000000ef;
    transition-duration: 0.5s;
}



.title-head{
    padding: 550px 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('../img/economy2-1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 170%;
    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('../img/img2.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('../img/img1.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; 
}
.Contact-head{
  position: relative;
  margin-top: -300px;
  background: url('../img/img6.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 90%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed;  
}
.contact-sec .cont-inff p a{
font-size: 18px;
margin-top: 10px;
color: #000000d5!important;
}

@media (max-width: 1399px){
  .banner_wrapper .swiper-slide h1{
      margin-top: 100px !important;
  }

  .stg_link {
      position: relative;
      display: inline-block;
    font-size: 15px !important;
      margin-top: 40px;
      border: 1px solid  	 var(--main-color);
      padding: 15px 20px;
      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;
  }
}

@media (max-width: 991px){
  .banner_wrapper .swiper-slide h1{
      margin-top: -600px !important;
      
  }
}
@media (max-width: 800px){
  .banner_wrapper .swiper-slide h1{
      margin-top: -400px !important;
  }
  .slogan .d-flex{
   display: block !important;
  }
  .logo02{
    width: 80px !important;
  }
}
@media (max-width: 602px){
  .banner_wrapper .swiper-slide h1{
      margin-top: -200px !important; 
  }
}
@media (max-width: 575px){
  .banner_wrapper .swiper-slide h1{
    margin-top: -0px !important;
}
}
@media (max-width: 430px){
  .section-about .about-textt{
    padding: 10px 8px !important;
}
.slogan{
  background: url('../img/img1.jpg') rgba(0, 0, 0, 0.397);
  background-position: center 60%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;
  padding: 190px 0 !important;
}
.title-head{
  padding: 550px 0px 80px 0px !important;
  margin: 0 !important;
  color: white;
  font-size:60px;
  font-style: italic;
  letter-spacing: 6px;
  font-weight: 300 !important;
  font-family: 'Gupter', serif;
}
.Rooms-head{
  position: relative;
  margin-top: -300px;
  background: url('../img/economy2-1.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 170%;
  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.jpg')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('../img/img1.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/img6.jpg')rgba(0, 0, 0, 0.425);
background-position: center 90%;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply;
background-attachment: none;  
}
}


/* 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;
}