@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');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Arizonia&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Simonetta:ital,wght@0,400;0,900;1,400;1,900&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-lines-96.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: #EFF0EB;
}
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    margin-left: 32px;
    text-decoration: none;
    padding: 10px;
    font-size: 19px !important;
    letter-spacing: 1px;
    font-family: 'Marcellus', serif;
    font-weight: 200;
    color: #5c5c5c;
    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:  'Libre Baskerville', 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;
    --eleven: 'Marcellus', serif;
    --thirsteen: 'Simonetta', serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 {
    display: inline-block;
    padding: 15px 25px;
    border: 1px solid #316394;
    background-color: #316394;
    color: #fffffffa;
    font-size: 16px;
    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: 1px solid rgba(2, 2, 2, 0.658);
    background-color: transparent;
    color: #383838fa;
    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;
  }
  
  .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;
    font-weight: 400;
    color: var(--text-white);
    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: white;
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    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: #0B2133;
    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;
    font-style: oblique;
    font-variant:small-caps;
    letter-spacing: 10px;
    text-shadow: #201f1f 3px 3px;
    font-weight: 700;
    font-family: "Libre Baskerville", serif;
    margin: 25px 0;
        
}

.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;
}
.line-inff{
    border-bottom: 1px solid rgba(255, 255, 255, 0.158);
}
.line-inff img{
width: 30px;
}
.ABOUT-text p{
    color:#8b8a8a;
    line-height: 28px;
    font-size: 17px !important;
}
.Slogan{
    background: url('../img/img4.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: 150px 0 !important;
}

/* facilities */
.facilities {
    background: url('../img/img5.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
  color: white;
  text-align: center;
    background-blend-mode: multiply;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.facilities p{
    margin-top: 8px;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 0.5px;
    color: #000;
}
.iconss{
    padding: 25px 0;
    background-color: rgba(255, 255, 255, 0.699);
    margin-right: 10px;
    transition-duration: 0.5s;
}
.iconss img{
    width: 55px;
}
.iconss:hover{
    background-color: rgba(255, 255, 255, 0.973);
    transition-duration: 0.5s;
}
.iconss:hover p{
color: #316394;
}


/* Section Rooms */
.rooms1{
    background-color:#F8F5F0;
    padding-top: 50px;
  }
  .rooms1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: CRE;
  }
  .rooms1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
  .rooms1 .item:hover .con {
    bottom: 0;
  }
  .rooms1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .rooms1 .item .category {
  position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
  }
  .rooms1 .item .category a {
    color: #fff;
  }
  .rooms1 .item .category:hover {
    color: #fff;
  }
  .rooms1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
  }
  .rooms1 .item .con h6,
  .rooms1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .rooms1 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
  }
  .rooms1 .item .con h5,
  .rooms1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .rooms1 .item .con p {
    color: #fff;
    font-size: 20px;
  }
  .rooms1 .item .con i {
    color: #fff;
    font-size: 18px;
  }
  .rooms1 .item .con i:hover {
    color: #fff;
  }
  .rooms1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
  }
  .rooms1 .item .con .butn-light:hover {
    border-color: #AA8453;
  }
  /* line animation */
  .rooms1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
  }
  .rooms1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
  }
  .rooms1 .facilitiess ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  .rooms1 .facilitiess ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
    letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
    float: left;
  }
  .rooms1 .facilitiess ul li i {
  margin-right: 10px;
  }
  .rooms1 .item .con .permalink a {
    color: #fff;
    text-align: right;
  }

  @media (max-width: 1199px) {
    .rooms1 .facilitiess ul li.hide-on-small {
        display: none;
    }
}
.facilitiess .rooms-txt{
    margin-bottom: 30px !important;
}
.facilitiess .rooms-txt1{
    margin-bottom: 30px !important;
}
.facilitiess h3{
    font-size: 25px !important;
    font-weight: 500;
}



/* Base Styles */
   .gallery-ig-main {
    display: flex;
    justify-content: space-between;
  }
  
  .gallery-ig-main .col-img:first-child,
  .gallery-ig-main .col-img:last-child {
    max-width: 360px;
  }
  
  .gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
  }
  
  .gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
  }
  
  .gallery-ig-main .col-img .top {
    display: flex;
  }
  
  .gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
  }
  
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
  }
  
    .tf-button {
      position: relative;
      font-family: Arial, sans-serif;
      padding:30px !important;
  
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1.9px;
      line-height: 50px;
      text-transform: uppercase;
      background-size: 300%;
      transition: all 0.3s ease;
      border: 1px solid  hwb(40 0% 99%) 50% !important;
  }
  
  .tf-button::before {
      content: '';
      position: absolute;
      bottom: -10px;
      left: 0;
      height: 1px;
      width: 100%;
      background: #2ecc71;
      transition: all 0.3s ease;
  }
  
  .tf-button:hover::before {
      transform: translateY(-10px) !important;
  }
  
  
  
  .tf-button.style3 {
      background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
      border: 1px solid  hwb(30 20% 9%) 50%;
      color:  hwb(30 20% 9%) 50%;
      font-weight: 500;
      letter-spacing: 2px;
      padding: 0px 31px 0px 33px;
      line-height: 46px;
  }
  
  .tf-button.style3::before {
      background: #f4f4f4;
      bottom: -11px;
  }
  
  .tf-button.style3:hover {
      color:  hwb(30 20% 9%) 50%;
      background-position: 95%;
  }
  
  h1 ,h2 ,h3{
    font-family: "Cinzele,serif";
  }
  /* For screens smaller than 768px */
  @media (max-width: 768px) {
    
  
    .gallery-ig h1 {
      font-size: 24px;
      text-align: center;
    }
  
    .gallery-ig-main {
      flex-direction: column;
      align-items: center;
    }
  
    .gallery-ig-main .col-img {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .gallery-ig-main .col-img .top,
    .gallery-ig-main .col-img .bottom {
      flex-direction: column;
    }
  
    .gallery-ig-main .col-img .ig-box {
      height: auto;
    }
  
    .gallery-ig-main .col-img .top .ig-box,
    .gallery-ig-main .col-img .bottom .ig-box {
      margin: 0 0 15px;
      height: auto;
    }
  
    .tf-button {
      width: 100%;
      padding: 15px;
      text-align: center;
    }
  }
  
  /* For screens smaller than 480px */
  @media (max-width: 480px) {
    .gallery-ig h1 {
      font-size: 23px;
      margin-bottom: 15px;
    }
    
  
    .tf-button {
      font-size: 12px;
      padding: 10px;
      line-height: 40px;
    }
  
    .tf-button.style3 {
      padding: 10px 20px;
      line-height: 40px;
    }
  }
  .text99 {
    font-family: "Forum", serif;
    font-size: 40px;
  }
  @media screen and (max-width: 991px) {
    .ttt{
        max-width:  134% !important;
    }
     #facilities-section h1{
        font-size: 32px !important;
     }
     .room-home{
        padding-top: 0px !important;
     }
     .but{
        margin-bottom: 50px !important;
     }
     .gallery-ig-main{
        margin-top: -20px !important;
     }
     .gallery-ig{
        padding-bottom: 0px !important;
     }
  }



  .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;
  }
.Rooms-head{
    background: url('../img/double2-2.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 ;
  }
.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{
    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: #316394;
}

.About-head{
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 70%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed ; 
}


.Gallery-head{
    background: url('../img/img5.jpg')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/img5.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed ;   
}

/* ======= Contact Box style ======= */
.contact-box {
    position: relative;
    margin-bottom: 0px;
    padding-top: 100px;
}
.contact-box .container {
    position: relative;
    z-index: 2;
}
.contact-box .item {
    background:#0B2133;
    padding: 60px 30px;
    -webkit-transition: .5s;
    transition: .5s;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    line-height: 1;
    text-align: left;
    overflow: hidden;
    transition: background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    border-radius: 20px;
}
.contact-box .item.active {
    background: #99CADF;
}
.contact-box .item:hover {
    background: #99CADF;
    transform: translate3d(0px, -15px, 0.01px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;

}
.contact-box .item h5 {
    font-size: 28px;
    color: #fff;
    margin-bottom: 0px;
}
.contact-box .item.active h5 {
    color: #1b1b1b
}
.contact-box .item:hover h5 {
    color: #1b1b1b;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item p {
    color: #ffffff !important;
    font-size: 18px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 0;
}
.contact-box .item a {
    color: #999 !important;
}
.contact-box .item.active a {
    color: #1b1b1b !important;
}
.contact-box .item:hover a {
    color: #1b1b1b !important;
}
.contact-box .item.active p {
    color: #1b1b1b !important;
}
.contact-box .item:hover p {
    color: #1b1b1b !important;
}
.contact-box .item span {
    font-size: 35px;
    color: #99CADF;
    line-height: 1;
    margin-bottom: 15px;
    display: inline-block;
    -webkit-transition: .5s;
    transition: .5s;
}
.contact-box .item.active span {
    color: #1b1b1b;
}
.contact-box .item:hover span {
    color: #1b1b1b;
}
.contact-box .item i.numb {
    font-size: 120px;
    position: absolute;
    bottom: -20px;
    right: -20px;
    color: rgba(255, 255, 255, 0.1);
    opacity: .2;
}
.contact-box .item.active i.numb {
    color: rgba(0, 0, 0, 0.2);
}
.contact-box .item:hover .numb {
    color: rgba(0, 0, 0, 0.2);
}
.maps iframe{
    box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
}



/* ----------restaurant---------------------- */



.Restaurant-head{
  background: url('../img/img5.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: fixed ;   
}

.bg01{
  text-align: center;
  font-family: "Forum", serif;
  font-weight: 500;
   font-size: 45px;
  
   padding-top: 50px;
   text-shadow: 1px 1px 1px #ffffff;
  letter-spacing: 2px;
   
    }
    @media(max-width:990px){
  
      .bg01{
         font-size: 35px !important;
         padding-top: 130px !important;
      }
     
   
 }
   

  /* wg-about-slider */
  .wg-about-slider {
    padding-top: 146px;
    position: relative;
  }
  
  .snare-half > img {
    position: absolute;
    top: 0;
    left: 0;
  }
  
  .snare-half > img.item-2 {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
  }
  
  
  .wg-about-slider .top-content {
    text-align: center;
    margin-bottom: 53px;
  }
  
  .wg-about-slider .top-content .sub {
    font-size: 27px;
    margin-bottom: 21px;
  }
  
  .wg-about-slider .top-content .main {
    line-height: 50px;
    letter-spacing: 4px;
  }
  
  .wg-about-slider .top-content p {
    max-width: 920px;
    margin: auto;
    margin-bottom: 27px;
  }
  
  .wg-about-slider .top-content > a {
    margin: auto;
    margin-top: 42px;
  }
  
  .wg-about-slider .swiper-button-next {
    top: 51% !important;
    right: 48px;
  }
  
  .wg-about-slider .swiper-button-prev {
    top: 51% !important;
    left: 48px;
  }
  
  .wg-about-slider .swiper-container img {
    object-fit: cover;
    width: 100%;
  }
  .heading-section .sub {
    color: #3f3f3f;
    font-family: 'CormorantInfant';
    font-size: 20px;
    line-height: 32px;
    font-weight: 600;
    font-style: italic;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
  }
  
  .heading-section .main {
    color: #000000;
    font-size: 45px;
    font-weight: 600;
    line-height: 55px;

    letter-spacing: 2.3px;
    margin-top: 11px;
    margin-bottom: 25px;
    font-family: "Forum", serif;
  }

  .themesflat-container{
    margin-top: -80px;
  }
  .top-content p{
    font-family: "Jost", sans-serif;
font-size: 18px;
letter-spacing: 1px;
  }

  
  
  .Slogan1 .bg{
    background: url('../img/img7.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
  padding: 150px 0;
  }



  .themenu
  {
    width: 100%;
    background: #FFFFFF;
  }
  .themenu_title_bar_container
  {
    width: 100%;
    background: #316394;
    padding-left: 23px;
    padding-top: 22px;
    padding-bottom: 24px;
    padding-right: 22px;
  }
  .themenu_title_bar
  {
    width: 100%;
    height: 103px;
    border: solid 2px #ffffff88;
  }
  .themenu_title
  {
    font-size: 48px;
    color: #FFFFFF;
    margin-top: 14px;
    font-family: "Forum", serif;
  }

  .themenu_col
{
width: 100%;
padding-left: 33px;
padding-top: 39px;
padding-right: 28px;
padding-bottom: 44px;
border: solid 1px #7E4733;
}
.themenu_row
{
margin-top: 70px;
padding-bottom: 50px;
}
.themenu_col_title
{
display: inline-block;

padding-left: 11px;
padding-right: 16px;
border: solid 2px #7E4733;
font-size: 20px;
line-height: 40px;
color: #7E4733;

}
.dish_list
{
margin-top: 44px;
}
.dish:not(:last-child)
{
margin-bottom: 25px;
}
.dish_title,
.dish_price
{
font-size: 18px;
color: #232323;
}
.dish_price
{
margin-left: auto;
}
.dish_contents
{
margin-top: 3px;
}
.dish_contents ul li
{
font-size: 14px;
color: #636363;
}
.dish_contents ul li:not(:last-child)::after
{
display: inline-block;
content: '/';
margin-left: 12px;
margin-right: 28px;
font-size: 14px;
color: #636363;
}
.dish_order
{
margin-top: 10px;
}
.dish_order a
{
position: relative;
font-size: 18px;
color: #7E4733;
}
.dish_order a::after
{
display: block;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
height: 1px;
background: #7E4733;
content: '';
visibility: hidden;
opacity: 0;
}
.dish_order a:hover::after
{
visibility: visible;
opacity: 1;
}

.heading-section {
position: relative; }
.heading-section .subheading {
position: absolute;
top: -45px;
left: 0;
right: 0;
font-weight: normal;
font-size: 100px;
display: block;
margin-bottom: 0;
color: rgba(0, 0, 0, 0.2);
color: #ffa323;
line-height: 1;
font-family: "Miss Fajardose", cursive;
margin-top: 0;
z-index: -1; }
.heading-section h2 {
font-size: 50px;
font-weight: 900; }
.heading-section.heading-section-white .subheading {
color: rgba(255, 255, 255, 0.7); }
.heading-section.heading-section-white h2 {
color: #fff; }
.heading-section.heading-section-white p {
color: rgba(255, 255, 255, 0.9); }

@media (min-width: 992px) {
.col-lg-4 {
flex: 0 0 auto;
width: 33.33333333%;
}
}

.themenu_col {
width: 100%;
padding-left: 33px;
padding-top: 39px;
padding-right: 28px;
padding-bottom: 44px;
border: solid 1px #7e47334d;
}


@media (max-width:1200px) {
  .navbar-nav a {
    margin-left: 20px;
    text-decoration: none;
    padding: 10px;
    font-size: 15px;
    letter-spacing: 1px;
    font-family: 'Marcellus', serif;
    font-weight: 200;
    color: #5c5c5c;
    border-bottom: 1px solid transparent;
}
}
@media (max-width: 430px){
  .Slogan{
    background: url('../img/img4.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: 150px 0 !important;
}

/* facilities */
.facilities {
    background: url('../img/img5.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.608) 12%, rgba(0, 0, 0, 0.489) 53%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: none;
  color: white;
  text-align: center;
    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;
}
.Rooms-head{
  background: url('../img/double2-2.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;
}
.About-head{
  background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none; 
}
.Gallery-head{
  background: url('../img/img5.jpg')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/img5.jpg')rgba(0, 0, 0, 0.425);
  background-position: center 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  background-attachment: none;   
}
.Restaurant-head{
background: url('../img/img5.jpg')rgba(0, 0, 0, 0.425);
background-position: center 80%;
background-repeat: no-repeat;
background-size: cover;
background-blend-mode: multiply;
background-attachment: none;   
}
.Slogan1 .bg{
  background: url('../img/img7.jpg') rgba(0, 0, 0, 0.568);
  background-attachment: none;
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
padding: 150px 0;
}
}


/* 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;
}