@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../img/icons8-grip-lines-96\ \(9\).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
.navbar-toggler{
border: none;
}
a{
    text-decoration: none;
}
.navbar {
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    -webkit-transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    transition: background 0s ease-in-out 0s, margin-top 0s ease-in-out 0s, opacity 0s ease-in-out 0s;
    overflow-x: hidden;
    /* background-color:#303842; */
    background: #EEEEEE;
}
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    margin-left: 40px;
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    letter-spacing: 1px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #555555;
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #000000;
}

.navbar-nav a.active {
    color: #000000!important;
}

:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --one: "Barlow Condensed", sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --nine: "Forum", serif;
    --ten: 'Gupter', serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background-color: #3d3b50;
    color: #fff;
    font-size: 18px;
    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.1);
  }
  
  .btn2:hover:before {
    left: 100%;
  }

  .btn1 {
    display: inline-block;
    padding: 10px 20px;
    border: none;
    background-color: transparent;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    border: 1px solid #F1DC7F;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn1: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;
  }
  
  .btn1:hover {
    transform: scale(1.1);
  }
  
  .btn1:hover:before {
    left: 100%;
  }
  h1 {
    font-size: 2.75rem;
    line-height: 4.25rem;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 1.25rem;
    text-transform:capitalize;
    font-family: "Forum", serif;
}
h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: rgb(39, 39, 39);
}
h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #272535;
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #625859;
    font-size: 20px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: var(--secondary-font);

}

h6 {
    color: var(--text-white);
    font-weight: 500;
    font-family: var(--secondary-font);
}
p{
    
    font-size: 17px;
}
  section {
    padding: 120px 0;
    position: relative;
}

footer{
    background-color: #2B2938;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   a.footer-link{
     color: white;
     font-weight: 300;
   }
   .footer-link:hover{
     color:  #A9D1DB;
   }
   .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:  #A9D1DB;
   }
   hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
   }
   .copyright{
     display: flex;
   justify-content: right;
   text-align: right ;
   align-items: end ;
   }
 
   @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:  #A9D1DB;
     }
     hr {
       display: block;
       height: 1px;
       border: 0;
       border-top: 1px solid #ccc;
       margin: 1em 0;
       padding: 0;
     }
     .copyright{
       display: flex;
     justify-content: right;
     text-align: right ;
     align-items: end ;
     }
   }
.banner_wrapper {
    height:80vh;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 0;
}
.banner_wrapper .swiper-slide::before {
    background: #272535; 
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .8375rem;
    height: .8375rem;
    margin-bottom: 20px;
    background-color: #8BACB3;
    border: .0625rem solid #8BACB3;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-slide h6{
    font-size: 1.7rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 1.25rem;
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}
.banner_wrapper .swiper-slide h5{
    font-size:28px;
    letter-spacing: 7px;
    color: white !important;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin: 60px 0;
        
}
.banner_wrapper .swiper-slide h1{
    font-size:100px;
    letter-spacing: 10px;
    text-shadow: #201f1f 3px 3px;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin: 70px 0;
        
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}
.with-svg-item.svg-right-side {
    left: auto;
    right: 0;
    margin-top: -4.5rem;
    margin-right: -3rem;
}
.with-svg-item {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 2rem;
}

.Slogan{
    background: url('../img/img2.jpg') rgba(0, 0, 0, 0.589);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 150px 0 !important;
}

 /*------ 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);   
}
.content-section{
    position: relative;
    overflow: hidden;
}
.bg-about{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../img/i.webp') rgba(0, 0, 0, 0);
    opacity: 0.6;
    z-index: -1;
}




.section{
    background-color: #fffffff0;
  }
  .retro-layout-alt .hentry {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .retro-layout-alt .hentry .featured-img {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
  }
  
  .retro-layout-alt .hentry:hover .featured-img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  .retro-layout-alt .gradient {
    position: relative;
  }
  
  .retro-layout-alt .gradient:before {
    z-index: 1;
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
    background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
  }
  
  .retro-layout-alt .post-category {
    margin-left: 20px;
    margin-top: 10px;
  }
  
  .retro-layout-alt .v-height {
    height: 300px;
  }
  
  .retro-layout-alt .text {
    position: absolute;
    bottom: 0;
    z-index: 10;
    padding: 20px;
    max-width: 350px;
  }
  
  .retro-layout-alt .text h2,
  .retro-layout-alt .text .h2 {
    color: #fff;
    font-size: 26px;
  }
  
  .retro-layout-alt .text.text-sm h2,
  .retro-layout-alt .text.text-sm .h2 {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;

  }
  
  .retro-layout-alt .two-col>a {
    width: calc(50% - 15px);
    float: left;
  }
  
  .fourth-button {
    padding: 10px 20px;
    text-align: center;
    display: inline-block;
    border: 3px #E7DED0 solid;
    position: relative;
    color: #ffffff;
  }
  
  .fourth-button:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: -10px;
    left: -10px;
    border-left: 3px #E7DED0 solid;
    border-top: 3px #E7DED0 solid;
    transition: all 0.3s ease-in;
  }
  
  .fourth-button:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    bottom: -10px;
    right: -10px;
    border-right: 3px #E7DED0 solid;
    border-bottom: 3px #E7DED0 solid;
    transition: all 0.2s ease-in;
  }
  
  .fourth-button:hover::before {
    width: 50px;
    height: 50px;
    border-left: 3px #E7DED0 solid;
    border-top: 3px #E7DED0 solid;
  }
  
  .fourth-button:hover::after {
    width: 50px;
    height: 50px;
    border-right: 3px #E7DED0 solid;
    border-bottom: 3px #E7DED0 solid;
  }
  
  .fourth-button:hover {
    color: #E7DED0;
    box-shadow: 0px 5px 25px 1px #e1e1e0;
    border-color: #E7DED0;
  }
  
  @media (max-width: 575.98px) {
    .retro-layout-alt .two-col>a {
      width: 100% !important;
      float: none !important;
      margin-bottom: 30px;
    }
  }
  marquee{
    color: #dfdfdf;
    font-size: 40px;
    font-weight: 800;
  }

  /* Section Facilities */
  .fc-iconss{
    position: relative;
    padding: 10px 20px;
    border: 1px solid rgba(0, 0, 0, 0.096);
}
.fc-iconss img{
width: 60px;
}
.fc-iconss h6{
color: #666666;
font-size: 22px;
font-family: "Playfair Display", serif;
margin: 10px 0;
transition: 0.3s;
}
.fc-iconss p{
    color: #666666;
    font-size: 16px;
    font-family: "Playfair Display", serif;
    margin: 10px 0;
    font-family:"Jost", sans-serif;
    transition: 0.3s;
    }
.fc-iconss:hover{
    border: 1px solid rgba(0, 0, 0, 0.096);
}
.count-num{
    position: absolute;
    width: 10%;
    height: auto;
    top: 0;
    right: 0;
    text-align: end;
    color: #C4A676;
    padding: 5px;
    border-bottom: #48545a38 1px solid;
    border-left: #48545a38 1px solid;
    background-color: #ffffff38;
}


/* Testimonials */
.testimonials{
    background: url('../img/img01.jfif') rgba(20, 19, 19, 0.671);
    background-attachment: fixed;
    background-position: center 40%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;  
}
.shadow-effect {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    text-align: center;
border:1px solid #ECECEC;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
#customers-testimonials .shadow-effect p {
    font-family: inherit;
    font-size: 17px;
    line-height: 1.5;
    margin: 0 0 17px 0;
    font-weight: 300;
}
.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: 50px;
        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: 90px;
    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;
}
/* Section Restaurant */
  .restaurant {
    position: relative;
    overflow: hidden;
    background-color: #f3f3f3;
}
.restaurant img{
    position: relative;
    z-index: 2 !important;
}
.restaurant .bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../img/Screenshot_2024-08-14_144659-removebg-preview.png');
    opacity: 0.06; 
    z-index: -0;
}

.title-head{
    padding: 90px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 300 !important;
    font-family: "Forum", serif;
  }
.About-head{
    background: url('../img/img01.jfif')rgba(0, 0, 0, 0.425);
    background-position: center 40%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }

  .Gallery-head{
    background: url('../img/img0.png')rgba(0, 0, 0, 0.425);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}
.transition {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all 0.5s;
}

.thumb {
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   
}

.read-btn {
    background: none;
    border: 0;
    font-family: 'Poppins', sans-serif;
    color: white;
    letter-spacing: 2px;
    font-weight: bold;
     transition: all 0.5s;
}
.Contact-head{
    background: url('../img/resto-1.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; 
}
.inff{
    transition: 0.7s;
    padding: 30px 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.inff:hover{
    padding: 30px 10px;
    box-shadow:none;
    transition: 0.5s;
    background-color: #EEEEEE;
}
.inff i{
    font-size: 30px;
    color: #272535;
    margin-bottom: 15px;
}
.inff p{
    color: #272535;
    margin-bottom: 15px;
}

.Rooms-head{
    background: url('../img/double1-1.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; 
}
.rooms .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;
}
.rooms .card-body p{
    font-size: 16px;
    font-family:"Jost", sans-serif;
}
.rooms .card-title{
    font-size: 22px;
    font-family:"Jost", sans-serif;
    line-height: 2.25rem;
}
.rooms .card-body hr {
    opacity: 0.5 !important;
}
.rooms .card-body p i {
    font-size: 15px;
    color: #c4a676;
}
@media(max-width:1199px){
    .img-iiii{
        left: 0px!important;
    }
}
@media(max-width:800px){
    .banner_wrapper .swiper-slide h1{
        font-size:70px;
        letter-spacing: 10px;
        text-shadow: #201f1f 3px 3px;
        font-weight: 500;
        font-family: "Playfair Display", serif;
        margin: 70px 0;
            
    }
}
@media(max-width:430px){
    .banner_wrapper .swiper-slide h1{
        font-size:50px;
        letter-spacing: 10px;
        text-shadow: #201f1f 3px 3px;
        font-weight: 500;
        font-family: "Playfair Display", serif;
        margin: 70px 0;
            
    }
    .Slogan{
        background: url('../img/img2.jpg') rgba(0, 0, 0, 0.589);
        background-position: center 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
        padding: 150px 0 !important;
    }
    .testimonials{
        background: url('../img/img01.jfif') rgba(20, 19, 19, 0.671);
        background-attachment: none;
        background-position: center 40%;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;  
    }
    .title-head{
        padding: 90px 0px !important;
        margin: 0 !important;
        color: white;
        font-size:50px;
        font-style: italic;
        letter-spacing: 6px;
        font-weight: 300 !important;
        font-family: "Forum", serif;
      }
    .About-head{
        background: url('../img/img01.jfif')rgba(0, 0, 0, 0.425);
        background-position: center 40%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
      }
    
      .Gallery-head{
        background: url('../img/img0.png')rgba(0, 0, 0, 0.425);
        background-position: center 80%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;  
    }
    .Contact-head{
        background: url('../img/resto-1.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; 
    }
    .Rooms-head{
        background: url('../img/double1-1.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; 
    }
}


/* 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;
  }