

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&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=Forum&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=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Barlow', sans-serif;
    line-height: 30px;
    font-size: 18px;

  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #ffffff;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
      text-transform: uppercase;

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#000000 !important;
      transform: scale(1.05);
      border-bottom: 1px #000000 solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color:#000000;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-flex;
    font-family: "Forum", serif;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #000000;
    box-shadow: #ffffff 0 1px 2px;
    color: #000000;
    background-color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
   
    color: #ffffff;
    transform: translateY(0);
   }
  

.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.3s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.2s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.2s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }

    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }

  }
  .footer_wrapper {
    background: linear-gradient(0deg, hsla(0, 0%, 0%, 0.808), #000000d2), url('image/470892708.jpg') center / cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {

    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .975rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }
  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}

.t1{
    font-family: "Forum", serif;
    font-size: 18px ;
    letter-spacing: 0.2px;
}
/* ---------------------------- */

  /* ---------------------------- */



  
.swiper{
    height: 760px;
  
  z-index: 1 !important;
  
  }
  
  .slide-caption{
    padding-top:14%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
   .slide-caption h6{
    margin-bottom: 0px !important;
    font-family: "Cinzel", serif;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !important;
   }
   .slide-caption h1{
  
     text-transform: capitalize !important;
     letter-spacing: 4px;
     font-size: 80px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
   font-weight: 700 !important;
     color: #ffffff ;
     font-family: "Cinzel", serif;

     
   }
   .slide-caption h4{

    font-family: "Cinzel", serif;
    
    
  }
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: .9375rem;
     height: .9375rem;
     background-color: #000000;
     border: .0625rem solid #ffffff;
     margin-bottom: 50px;
   }
   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #000000!important;
  
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  .parallax_wrapper{
    position:relative;
 
}
@media (max-width: 991px){
    .parallax_wrapper
    {
        padding-left:11%
    }
}
.parallax_wrapper .img_over{
    left:-25%;
    bottom:22%;
    position:absolute;
    z-index:99
}
@media (
    max-width: 991px) {
.parallax_wrapper .img_over{
    left:0
}
}
.parallax_wrapper .img_over img{
    border:4px solid #fff;
    width:50%;
    height:auto;
    -webkit-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    -moz-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21)}
@media (max-width: 991px){
    .parallax_wrapper.inverted{
        padding-left:inherit;padding-right:25%
    }}
    .parallax_wrapper.inverted .img_over{
        text-align:right;
        left:inherit;
        right:-25%}
@media (max-width: 991px){
    .parallax_wrapper.inverted .img_over{
        left:inherit;
        right:0
    }

    .slide-caption h1{
        font-size:45px !important;
        letter-spacing: 2px !important;
    }
    .slide-caption h4{
        padding-top: 150px !important;
       
    }
    .img1{
        display: none !important;
    }
    .resort1{
        display: none !important;
    }
    .hhh{
        font-size: 35px !important;
    }
    
}
 

/* ------------------ */


/** about-section **/

.about-section{
    position: relative;
    padding: 100px 0px 70px;
  }
  
  .content_block_one .content-box{
    position: relative;
    display: block;
    margin-right: 20px;
  }
  
  .content_block_one .content-box .image-box{
    position: relative;
    display: block;
    margin-bottom: 52px;
  }
  
  .content_block_one .content-box .image-box img{
    width: 100%;
  }
  
  .llll{
  
    display: block;
    font-size: 30px;
    line-height: 40px;
    color: #bdb9b5;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 29px;
    margin-bottom: 33px;
    border-bottom: 4px solid #5e5d5c;
  }
  
  .content_block_one .content-box .text .designation{
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #0a0807;
    font-weight: 700;
    text-transform: uppercase;
  }
  
  .content_block_one .content-box .text .designation span{
    font-weight: 400;
    text-transform: capitalize;
  }
  
  .content_block_two .content-box{
    position: relative;
    display: block;
  }
  
  .content_block_two .content-box .upper-box{
    position: relative;
    max-width: 285px;
    padding-right: 84px;
    margin-bottom: 56px;
  }
  
  .content_block_two .content-box .upper-box .image-box{
    position: relative;
    display: block;
  }
  
  .content_block_two .content-box .upper-box .image-box img{
    width: 100%;
  }
  
  .content_block_two .content-box .upper-box .text{
    position: absolute;
    top: 30px;
    right: 15px;
  }
  
  .content_block_two .content-box .upper-box .text h2{
    position: relative;
    display: block;
    font-size: 60px;
    font-weight: 700;
    width: 140px;
    height: 140px;
    line-height: 140px;
    background: #0a0807;
    text-transform: capitalize;
    border-radius: 50%;
    text-align: center;
  }
  
  .content_block_two .content-box .curved-circle{
    position: absolute;
    top: 43px;
    right: 51px;
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    transform: rotate(90deg);
  }
  
  .content_block_two .content-box .lower-content{
    position: relative;
    display: block;
  }
  
  .content_block_two .content-box .lower-content .text{
    position: relative;
    display: block;
  }
  
  .content_block_two .content-box .lower-content .image-box{
    position: relative;
    display: block;
    margin-left: 20px;
    margin-top: 7px;
  }
  
  .content_block_two .content-box .lower-content .image-box img{
    width: 100%;
  }
  
  .content_block_two .content-box .lower-content .text p{
    margin-bottom: 33px;
  }
  
  .content_block_two .content-box .lower-content .list-item li{
    position: relative;
    display: block;
    font-size: 18px;
    color: #8d8b8a;
    margin-bottom: 21px;
    padding-bottom: 12px;
    padding-left: 45px;
  }
  
  .content_block_two .content-box .lower-content .list-item li:last-child{
    margin-bottom: 0px;
  }
  
  .content_block_two .content-box .lower-content .list-item li i{
    position: absolute;
    left: 0px;
    top: 1px;
    width: 30px;
    height: 30px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    border-radius: 50%;
  }
  
  .content_block_two .content-box .lower-content .list-item li:before{
    position: absolute;
    content: '';
    background: #e2dfdd;
    width: 170px;
    height: 1px;
    left: 0px;
    bottom: 0px;
  }
  
  .content_block_two .content-box .lower-content .list-item{
    margin-bottom: 44px;
  }
  
  .content_block_two .content-box .lower-content .link a{
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #0a0807;
    font-weight: 600;
    text-transform: uppercase;
    padding-left: 45px;
  }
  
 
  .content_block_two .content-box .lower-content .link a i{
    position: absolute;
    top: -3px;
    left: 0px;
    font-size: 34px;
  }
  
  .bg-color-1{
    background: #0a0807;
  }

  .sub-title{
    font-family: "Satisfy", cursive;
    font-size: 30px;
  }
  .sec-title h2{
    font-family: "Marcellus", serif;
    font-size: 40px;
  }




  
         /*---=================================
   <!-- Restu Fecilities Area Css -->
==================================---*/

.fecilities-area {
    background: url("../image/470892708.jpg")rgba(0, 0, 0, 0.664);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-blend-mode: multiply;
    padding: 100px 0 100px;
}

.single-fecilities-box {
    border: 1px solid rgba(255,255,255,0.15);
    text-align: center;
    padding: 37px 0 32px;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}

.single-fecilities-box:before{
    position: absolute;
    content: "";
    width:0;
    height: 100%;
    left: 50%;
    top: 0;
    background:var(--primary-color);
    transition: 0.5s;
}

.single-fecilities-box:hover:before{
    width: 100%;
    left: 0;
}

.fecilities-icon img{
    transition: 0.5s;
}

.single-fecilities-box:hover .fecilities-icon img{
    filter: brightness(0) invert(1);
}

.fecilities-content h4 {
    font-size: 22px;
    color: #ffff;
    margin: 65px 0 0;
    position: relative;
    font-weight: 500;
    
    font-family: "Forum", serif;
}

.fecilities-content h4:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 26px;
    left: 0;
    right: 0;
    top: -41px;
    margin: auto;
    background: rgba(255,255,255,0.5);
}


.hhh{
    font-family: "Marcellus", serif;
    font-size: 40px;
    padding-bottom: 20px;
    text-align: center;
}
.tm{
    color: #ffffff;
     text-align: center; 
     letter-spacing: 2px;  
     font-family: "Satisfy", serif;
     font-size: 30px;
}





/* ROOM */

.rooms1{
    background-color:#F3F3F3;
    padding-top: 50px;
    padding-bottom: 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: 'Gilda Display', 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;
    font-family: 'Gilda Display', serif;
  }
  .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;
  }
  /* facilities */
  .rooms1 .facilities ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  .rooms1 .facilities ul li {
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
    letter-spacing: 3px;
  line-height: 1.2em;
  padding-bottom: 20px;
    float: left;
  }
  .rooms1 .facilities ul li i {
  margin-right: 10px;
  }
  /* permalink */
  
  .rooms1 .item .con .permalink a {
    color: #fff;
    text-align: right;
  }
  
  
   .golden2{
    font-family: "Marcellus", serif;
    font-size: 45px;
    padding-bottom: 10px;
  }
  .golden1{
  
    font-family: "Forum", serif;
    font-size:20px;
  }
  /* END */
  
  #footerbanner{
    background: url('../image/579988569.jpg')rgba(0, 0, 0, 0.76);
    background-size: cover;
    background-blend-mode: multiply;

    background-attachment: fixed;
    background-position: 0% 70%;
padding-top: 30px;
padding-bottom: 30px;
    display: flex;
    align-items: center;
}

#footerbanner p{
   font-family: "Jost", sans-serif;;
}



 /* ---------------------- */

    /* testimin */


    .testimonials{

        background-attachment: fixed;
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
    padding-bottom: 50px;
      }
      
      
      .testimonials-section{
        background: #2F4137;
        padding-top: 70px;
        padding-bottom: 70px;
      }
      
      .testim {
        width: 100%;
        position:relative;
        top: 0%;
      color: #000000;
      }
      
      .testim .wrap {
        position: relative;
        width: 100%;
        max-width: 1020px;
        padding: 40px 20px;
        margin: auto;
      }
      
      .testim .arrow {
        display: block;
        position: absolute;
        color: #000000;
        cursor: pointer;
        font-size: 2em;
        top: 70%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease-in-out;    
        -ms-transition: all .3s ease-in-out;    
        -moz-transition: all .3s ease-in-out;    
        -o-transition: all .3s ease-in-out;    
        transition: all .3s ease-in-out;
        padding: 5px;
        z-index: 22222222;
      }
      
      .testim .arrow:before {
        cursor: pointer;
      }
      
      .testim .arrow:hover {
        color: rgb(0, 0, 0);
      }
        
      
      .testim .arrow.left {
       bottom:300px;
        left: 700px;
      }
      
      .testim .arrow.right {
        right: 70px;
        bottom:300px;
      }
      
      .testim .dots {
        text-align: left;
        position: absolute;
        width: 100%;
        bottom: 60px;
        left: 0;
        display: block;
        z-index: 3333;
        height: 12px;
      }
      
      .testim .dots .dot {
        list-style-type: none;
        display: inline-block;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid #000000;
        margin: 0 10px;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;    
        -ms-transition: all .5s ease-in-out;    
        -moz-transition: all .5s ease-in-out;    
        -o-transition: all .5s ease-in-out;    
        transition: all .5s ease-in-out;
        position: relative;
      }
      
      .testim .dots .dot.active,
      .testim .dots .dot:hover {
        background: #000000;
        border-color: #000000;
      }
      
      .testim .dots .dot.active {
        -webkit-animation: testim-scale .5s ease-in-out forwards;   
        -moz-animation: testim-scale .5s ease-in-out forwards;   
        -ms-animation: testim-scale .5s ease-in-out forwards;   
        -o-animation: testim-scale .5s ease-in-out forwards;   
        animation: testim-scale .5s ease-in-out forwards;   
      }
        
      .testim .cont {
        position: relative;
        overflow: hidden;
      }
      
      .testim .cont > div {
        text-align: left;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0 0 70px 0;
        opacity: 0;
      }
      
      .testim .cont > div.inactive {
        opacity: 1;
      }
        
      
      .testim .cont > div.active {
        position: relative;
        opacity: 1;
      }
        
      
      .testim .cont div .img img {
        display: block;
        width: 100px;
        height: 100px;
        margin: auto;
        border-radius: 50%;
      }
      
      .testim .cont div h2 {
        color: #000000;
        font-size: 1em;
        margin: 15px 0;
      }
      
      .testim .cont div p {
        font-size: 1.15em;
        color: #000000;
        width: 100%;
        margin: auto;
      }
      
      .testim .cont div.active .img img {
        -webkit-animation: testim-show .5s ease-in-out forwards;            
        -moz-animation: testim-show .5s ease-in-out forwards;            
        -ms-animation: testim-show .5s ease-in-out forwards;            
        -o-animation: testim-show .5s ease-in-out forwards;            
        animation: testim-show .5s ease-in-out forwards;            
      }
      
      .testim .cont div.active h2 {
        -webkit-animation: testim-content-in .4s ease-in-out forwards;    
        -moz-animation: testim-content-in .4s ease-in-out forwards;    
        -ms-animation: testim-content-in .4s ease-in-out forwards;    
        -o-animation: testim-content-in .4s ease-in-out forwards;    
        animation: testim-content-in .4s ease-in-out forwards;    
      }
      
      .testim .cont div.active p {
        -webkit-animation: testim-content-in .5s ease-in-out forwards;    
        -moz-animation: testim-content-in .5s ease-in-out forwards;    
        -ms-animation: testim-content-in .5s ease-in-out forwards;    
        -o-animation: testim-content-in .5s ease-in-out forwards;    
        animation: testim-content-in .5s ease-in-out forwards;    
      }
      
      .testim .cont div.inactive .img img {
        -webkit-animation: testim-hide .5s ease-in-out forwards;            
        -moz-animation: testim-hide .5s ease-in-out forwards;            
        -ms-animation: testim-hide .5s ease-in-out forwards;            
        -o-animation: testim-hide .5s ease-in-out forwards;            
        animation: testim-hide .5s ease-in-out forwards;            
      }
      
      .testim .cont div.inactive h2 {
        -webkit-animation: testim-content-out .4s ease-in-out forwards;        
        -moz-animation: testim-content-out .4s ease-in-out forwards;        
        -ms-animation: testim-content-out .4s ease-in-out forwards;        
        -o-animation: testim-content-out .4s ease-in-out forwards;        
        animation: testim-content-out .4s ease-in-out forwards;        
      }
      
      .testim .cont div.inactive p {
        -webkit-animation: testim-content-out .5s ease-in-out forwards;    
        -moz-animation: testim-content-out .5s ease-in-out forwards;    
        -ms-animation: testim-content-out .5s ease-in-out forwards;    
        -o-animation: testim-content-out .5s ease-in-out forwards;    
        animation: testim-content-out .5s ease-in-out forwards;    
      }
      
      @-webkit-keyframes testim-scale {
        0% {
            -webkit-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }
      
        35% {
            -webkit-box-shadow: 0px 0px 10px 5px #eee;        
            box-shadow: 0px 0px 10px 5px #eee;        
        }
      
        70% {
            -webkit-box-shadow: 0px 0px 10px 5px #000000;        
            box-shadow: 0px 0px 10px 5px #000000;        
        }
      
        100% {
            -webkit-box-shadow: 0px 0px 0px 0px #000000;        
            box-shadow: 0px 0px 0px 0px #000000;        
        }
      }
      
      @-moz-keyframes testim-scale {
        0% {
            -moz-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }
      
        35% {
            -moz-box-shadow: 0px 0px 10px 5px #eee;        
            box-shadow: 0px 0px 10px 5px #eee;        
        }
      
        70% {
            -moz-box-shadow: 0px 0px 10px 5px #000000;        
            box-shadow: 0px 0px 10px 5px #000000;        
        }
      
        100% {
            -moz-box-shadow: 0px 0px 0px 0px #000000;        
            box-shadow: 0px 0px 0px 0px #000000;        
        }
      }
      
      @-ms-keyframes testim-scale {
        0% {
            -ms-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }
      
        35% {
            -ms-box-shadow: 0px 0px 10px 5px #eee;        
            box-shadow: 0px 0px 10px 5px #eee;        
        }
      
        70% {
            -ms-box-shadow: 0px 0px 10px 5px #000000;        
            box-shadow: 0px 0px 10px 5px #000000;        
        }
      
        100% {
            -ms-box-shadow: 0px 0px 0px 0px #000000;        
            box-shadow: 0px 0px 0px 0px #000000;        
        }
      }
      
      @-o-keyframes testim-scale {
        0% {
            -o-box-shadow: 0px 0px 0px 0px #eee;
            box-shadow: 0px 0px 0px 0px #eee;
        }
      
        35% {
            -o-box-shadow: 0px 0px 10px 5px #eee;        
            box-shadow: 0px 0px 10px 5px #eee;        
        }
      
        70% {
            -o-box-shadow: 0px 0px 10px 5px #000000;        
            box-shadow: 0px 0px 10px 5px #000000;        
        }
      
        100% {
            -o-box-shadow: 0px 0px 0px 0px #000000;        
            box-shadow: 0px 0px 0px 0px #000000;        
        }
      }
      
      @keyframes testim-scale {
        0% {
            box-shadow: 0px 0px 0px 0px #eee;
        }
      
        35% {
            box-shadow: 0px 0px 10px 5px #eee;        
        }
      
        70% {
            box-shadow: 0px 0px 10px 5px #000000;        
        }
      
        100% {
            box-shadow: 0px 0px 0px 0px #000000;        
        }
      }
      
      @-webkit-keyframes testim-content-in {
        from {
            opacity: 0;
            -webkit-transform: translateY(100%);
            transform: translateY(100%);
        }
        
        to {
            opacity: 1;
            -webkit-transform: translateY(0);        
            transform: translateY(0);        
        }
      }
      
      @-moz-keyframes testim-content-in {
        from {
            opacity: 0;
            -moz-transform: translateY(100%);
            transform: translateY(100%);
        }
        
        to {
            opacity: 1;
            -moz-transform: translateY(0);        
            transform: translateY(0);        
        }
      }
      
      @-ms-keyframes testim-content-in {
        from {
            opacity: 0;
            -ms-transform: translateY(100%);
            transform: translateY(100%);
        }
        
        to {
            opacity: 1;
            -ms-transform: translateY(0);        
            transform: translateY(0);        
        }
      }
      
      @-o-keyframes testim-content-in {
        from {
            opacity: 0;
            -o-transform: translateY(100%);
            transform: translateY(100%);
        }
        
        to {
            opacity: 1;
            -o-transform: translateY(0);        
            transform: translateY(0);        
        }
      }
      
      @keyframes testim-content-in {
        from {
            opacity: 0;
            transform: translateY(100%);
        }
        
        to {
            opacity: 1;
            transform: translateY(0);        
        }
      }
      
      @-webkit-keyframes testim-content-out {
        from {
            opacity: 1;
            -webkit-transform: translateY(0);
            transform: translateY(0);
        }
        
        to {
            opacity: 0;
            -webkit-transform: translateY(-100%);        
            transform: translateY(-100%);        
        }
      }
      
      @-moz-keyframes testim-content-out {
        from {
            opacity: 1;
            -moz-transform: translateY(0);
            transform: translateY(0);
        }
        
        to {
            opacity: 0;
            -moz-transform: translateY(-100%);        
            transform: translateY(-100%);        
        }
      }
      
      @-ms-keyframes testim-content-out {
        from {
            opacity: 1;
            -ms-transform: translateY(0);
            transform: translateY(0);
        }
        
        to {
            opacity: 0;
            -ms-transform: translateY(-100%);        
            transform: translateY(-100%);        
        }
      }
      
      @-o-keyframes testim-content-out {
        from {
            opacity: 1;
            -o-transform: translateY(0);
            transform: translateY(0);
        }
        
        to {
            opacity: 0;
            transform: translateY(-100%);        
            transform: translateY(-100%);        
        }
      }
      
      @keyframes testim-content-out {
        from {
            opacity: 1;
            transform: translateY(0);
        }
        
        to {
            opacity: 0;
            transform: translateY(-100%);        
        }
      }
      
      @-webkit-keyframes testim-show {
        from {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        
        to {
            opacity: 1;
            -webkit-transform: scale(1);       
            transform: scale(1);       
        }
      }
      
      @-moz-keyframes testim-show {
        from {
            opacity: 0;
            -moz-transform: scale(0);
            transform: scale(0);
        }
        
        to {
            opacity: 1;
            -moz-transform: scale(1);       
            transform: scale(1);       
        }
      }
      
      @-ms-keyframes testim-show {
        from {
            opacity: 0;
            -ms-transform: scale(0);
            transform: scale(0);
        }
        
        to {
            opacity: 1;
            -ms-transform: scale(1);       
            transform: scale(1);       
        }
      }
      
      @-o-keyframes testim-show {
        from {
            opacity: 0;
            -o-transform: scale(0);
            transform: scale(0);
        }
        
        to {
            opacity: 1;
            -o-transform: scale(1);       
            transform: scale(1);       
        }
      }
      
      @keyframes testim-show {
        from {
            opacity: 0;
            transform: scale(0);
        }
        
        to {
            opacity: 1;
            transform: scale(1);       
        }
      }
      
      @-webkit-keyframes testim-hide {
        from {
            opacity: 1;
            -webkit-transform: scale(1);       
            transform: scale(1);       
        }
        
        to {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
      }
      
      @-moz-keyframes testim-hide {
        from {
            opacity: 1;
            -moz-transform: scale(1);       
            transform: scale(1);       
        }
        
        to {
            opacity: 0;
            -moz-transform: scale(0);
            transform: scale(0);
        }
      }
      
      @-ms-keyframes testim-hide {
        from {
            opacity: 1;
            -ms-transform: scale(1);       
            transform: scale(1);       
        }
        
        to {
            opacity: 0;
            -ms-transform: scale(0);
            transform: scale(0);
        }
      }
      
      @-o-keyframes testim-hide {
        from {
            opacity: 1;
            -o-transform: scale(1);       
            transform: scale(1);       
        }
        
        to {
            opacity: 0;
            -o-transform: scale(0);
            transform: scale(0);
        }
      }
      
      @keyframes testim-hide {
        from {
            opacity: 1;
            transform: scale(1);       
        }
        
        to {
            opacity: 0;
            transform: scale(0);
        }
      }
      
      @media all and (max-width: 300px) {
      body {
        font-size: 14px;
      }
      }
      
      @media all and (max-width: 500px) {
      .testim .arrow {
        font-size: 1.5em;
      }
      
      .testim .cont div p {
        line-height: 25px;
      }
      
      }
      .gallary img {
        width: 270px;
      }
    
      .owl-carousel .owl-next,
      .owl-carousel .owl-prev {
        height: 50px;
        position: absolute;
        width: 50px;
        cursor: pointer;
        top: 35%;
        color: white !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: transparent;
      }
      .flex1 {
        display: flex;
        justify-content: space-between;
      }
    
      @media screen and (max-width: 991px)
      {
        .swiper{
            height: 560px;
  
        }
        .about-section{
            padding-top: 50px !important;
            margin-left: 20px;
        }
        .image-column{
            margin-top: 20px !important;
            
        }
        .imj{
            margin-left: -10px !important;
        }
        .golden2{
            font-size: 30px !important;
        }
        .www{
           display: none !important;
        }
      }



      .about-bg1{
        background: url('image/470892708.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/470892959.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }
  
      .contact-bg1{
        background: url('image/470892708.jpg') rgba(0, 0, 0, 0.589);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }
      .menu-bg1{
        background: url('image/11.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }
      .rooms-bg1{
        background: url('image/566110306 (1).jpg') rgba(0, 0, 0, 0.637);
        background-attachment: fixed;
        background-position:bottom ;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
      
      }
      .bg01{
        text-align: center;
        font-family: "cinzel", serif;
        font-weight: 400;
         font-size: 45px;
        
         padding-top: 100px;
      
        letter-spacing: 2px;
         
          }
          @media(max-width:990px){
        
            .bg01{
               font-size: 35px !important;
               padding-top: 130px !important;
            }
           
         
       }


       

.contact-info {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(200, 200, 200, 0.6);
    
  }
  .contact-info .item {
    border-right: 1px solid rgba(200, 200, 200, 0.6);
  }
  .contact-info .item .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000000;
    margin: 0 auto 25px;
    width: 70px;
    height: 70px;
    min-width: 70px;
    border-radius: 50%;
  }
  .contact-info .item .icon i {
    color: #ffffff;
    font-size: 26px;
  }
  .contact-info .item h5 {
    
    font-size: 25px;
    letter-spacing: 1px;
    margin-bottom: 14px;
    font-family: "Forum", serif;
    color: #0E1927;
    height: 400;
  }
  .contact-info .item p {
    margin-bottom: 2px;
    font-family: 'Gilda Display', serif;
    font-size: 18px ;
  }
  
  @media screen and (max-width: 991px) {
  

  .contact-info {
  display: unset !important;
  border-bottom: none !important;
  }
  .contact-info .item {
  width: 100%;
  border-right: none;
  border-bottom: 1px solid rgba(200, 200, 200, 0.6);
  padding-bottom: 40px;
  margin-bottom: 40px;
  }

  .item-1{
    display: none !important;
  }
  .heading-section .main{
    font-size: 35px !important;
  } 
 
  }

  .contact-bg1{
    background: url('new image/586723309.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }
  .room-box:hover{
    -webkit-box-shadow: 7px 7px 0px 0px #4b463e !important;
  -moz-box-shadow: 7px 7px  0px 0px #4b463e !important;
  box-shadow: 7px 7px  0px 0px #4b463e !important;
  transition: 0.3s ease;
  }
  
  .room-box:hover button{
  background: #4b463e !important;
  }
  .room-content{
    padding: 0px 30px 0px 30px;
  }
  .golden5{
    font-family: "Forum", serif;
    padding-top: 20px;
    font-size: 28px;
}
.section-heading .line- {
  width: 100px;
  height: 2px;
  background-color: #000000;
  display: block;
  margin-bottom: 20px;
  margin-top: 20px;
}
.Slogan1 .bg{
    background: url('image/louis-hansel-cH5IPjaAYyo-unsplash-1440x960.jpg')rgba(0, 0, 0, 0.582);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:300px;
    margin-bottom: 70px;
  }

  .gallary img {
    width: 270px;
  }

  .owl-carousel .owl-next,
  .owl-carousel .owl-prev {
    height: 50px;
    position: absolute;
    width: 50px;
    cursor: pointer;
    top: 35%;
    color: white !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: transparent;
  }
  .flex1 {
    display: flex;
    justify-content: space-between;
  }

  .gallary h2{
    font-family: "Forum", serif;
    font-size: 45px;
  }
  @media screen and (max-width: 991px) {
    .eee{
       padding-top: 50px !important; 
       padding-bottom: 50px !important;
    }
  }