
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Satisfy&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: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  a{
    text-decoration: none;
  }
  ::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;
    font-weight: 500;
      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: #598CC6;
    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: 'Barlow', sans-serif;
    font-size: 16px;
    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: #ffffff;
    box-shadow: #ffffff 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    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.589), #0000009a), url('image/464792975 (1).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 {
    background-color: #000000;
    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;
    }
  }
/* ---------------------------------------------- */
.carousel1 img {
    width: 70px;
    max-height: 70px;
    border-radius: 50%;
    margin-right: 1rem;
    overflow: hidden;
    
  }
  .carousel-inner1 {
    padding: 1em;

   
  }
  
  @media screen and (min-width: 576px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }

  @media screen and (max-width: 767px) {
    .carousel-inner1 {
      display: flex;
      width: 90%;
      margin-inline: auto;
      padding: 1em 0;
      overflow: hidden;
    }
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 2);
    }
  }
  @media screen and (min-width: 1024px) {
    .carousel-item1 {
      display: block;
      margin-right: 0;
      flex: 0 0 calc(100% / 3);
    }
  }
  .carousel .card {
    margin: 0 0.5em;
    border: 0;
  }
  
  /* .carousel-control-prev,
  .carousel-control-next {
    width: 3rem;
    height: 3rem;
    background-color: #000000;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
  } */
 .carousel-indicators2 {
    position: static;
  }
  .carousel-indicators2 li {
    width: 300px;
    height: 100%;
    opacity: 0.8;
  }
  .carousel-caption {
    top: 30%;
}

.c-item {
    height:720px;
    
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(48%);
}

.font0{
    font-size: 70px !important;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.font01{
    font-size: 55px !important;
    font-family: "Cinzel", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

  /** about-section **/
  .parallax_wrapper {
    position: relative;
    margin-bottom: 25px;
  }img.rounded-img {
    border-radius: 10px;
  }
  .parallax_wrapper .img_over {
    left: -30%;
    bottom: 20%;
    position: absolute;
    z-index: 99;
  }.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);
  }
  .parallax_wrapper .img_over1 img {
    width: 50%;
    height: auto;
  }
  .parallax_wrapper .img_over1 {
    left: -25%;
    bottom: 10%;
    position: absolute;
    z-index: 99;
  }
  .pattern_2 h2{
    font-family: "Forum", serif;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    color: #EA3B24;
  }

  .Slogan .bg{
    background: url('image/464792975 (1).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:400px;
  }

  .border-gray{
    border: solid 1px #cccccc;
  }

  .iimg{
margin-left: 130px;
margin-top: 15px;

  }

  .font02 {
    font-family: "Forum", serif;
    font-size: 19px ;
    padding-bottom: 10px
  }
  .font03{
    font-family: "Forum", serif;
    font-size: 40px;
    font-weight: 500;

    color: #598CC6;
  }
    .facilities h3{
      font-family: "Forum", serif;
      font-size: 20px;
    }
    .facilities h1{
      font-family: "Forum", serif;
      font-size: 50px;
    }
  
    .sec-title{
        font-family: "Forum", serif;  
    }


.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.kafe {
    padding: 30px;
    background-color:#598CC6;
    height: 80%; /* Ensure full height if necessary */
    justify-items: center;
}
.kafe img {
    max-width: 100%;
    height: auto;
}
.kafe p{
    color: white;
    font-size: 25px !important;
    font-family: "Forum", serif;  
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class*='col-'] {
    padding-right: 0;
    padding-left: 0;
}
.bardhe {
    padding:25px;
    background-color: #ffffff;
    height: 80%; /* Ensure full height if necessary */
   
    align-items: center;
    justify-content: center;
}
.bardhe img {
    max-width: 100%;
    height: auto;
}
.bardhe p {
    color:#598CC6;
    font-size: 25px !important;
    font-family: "Forum", serif;  
}


.apartments {
    background: url('image/2 (1).webp')rgba(0, 0, 0, 0.658);
   
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
  
    position: relative;
  
  }
  .card1{
    color: #ffffff;
    font-family: "Forum", serif;  
    font-size: 25px;
  }
  
  @media only screen and (min-width: 1900px) {
      .room-specs{
          background-color: #f3f2ee;
          padding: 30px !important;
          z-index:-10!important;
          margin-right: -111px;
          position: relative !important;
          margin-top: -110px;
      }
      
    }

    .apartments  h1{
        font-family: "Forum", serif;  
    }

    #count1{
      font-size:120px !important;
      font-family: "Forum", serif;  
      color: hsl(15, 83%, 88%);
    }
    #count2{
      font-size:120px !important;
      font-family: "Forum", serif;  
      color: #f6d0c4;
    }
    #count3{
      font-size:120px !important;
      font-family: "Forum", serif;  
      color: #ffcdbd;
    }
    .border-left{
      border-width: 1px;
      border-style: solid;
    height: fit-content;
      border-top: 0;
      border-left: 0;
    border-bottom: 0;
  }
  .counttext{
    font-size:40PX !important;
    font-family: "Forum", serif;  
    color: #1b1a1a;
    padding: 20px;
    z-index:10!important;
    margin-right: -120px !important;
    margin-top: -90px !important;
    position: relative;
  
  }
  .rooms{
    padding: 50px !important;
  }
  


  .font21{
    font-family: "Forum", serif;  
    font-size: 35px;
  }
  .font1{
    font-family: "Forum", 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: #EA3B24;
    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 #EA3B24;
    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: #EA3B24;
    border-color: #EA3B24;
  }
  
  .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: #EA3B24;
    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 #EA3B24;        
        box-shadow: 0px 0px 10px 5px #EA3B24;        
    }
  
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #EA3B24;        
        box-shadow: 0px 0px 0px 0px #EA3B24;        
    }
  }
  
  @-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 #EA3B24;        
        box-shadow: 0px 0px 10px 5px #EA3B24;        
    }
  
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #EA3B24;        
        box-shadow: 0px 0px 0px 0px #EA3B24;        
    }
  }
  
  @-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 #EA3B24;        
        box-shadow: 0px 0px 10px 5px #EA3B24;        
    }
  
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #EA3B24;        
        box-shadow: 0px 0px 0px 0px #EA3B24;        
    }
  }
  
  @-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 #EA3B24;        
        box-shadow: 0px 0px 10px 5px #EA3B24;        
    }
  
    100% {
        -o-box-shadow: 0px 0px 0px 0px #EA3B24;        
        box-shadow: 0px 0px 0px 0px #EA3B24;        
    }
  }
  
  @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 #EA3B24;        
    }
  
    100% {
        box-shadow: 0px 0px 0px 0px #EA3B24;        
    }
  }
  
  @-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;
  }
  
  }

  @media (max-width: 991px) {

    .font0{
        font-size: 40px !important;

    }

    .font01{
        font-size: 40px !important;
    }
    .c-item {
        height:620px;
        
    }
   

    .img88{
      display: none !important;
      margin-left: 40px !important;
    }
    .parallax_wrapper{
        margin-left: 40px !important;
    }
    .st{
        margin-left: 70px !important;
    }
    .pattern_2 h2 {
        font-size: 30px;
    }
    .font03{
        font-size: 30px;
    }
    .butt{
        margin-top: -50px !important;
    }
    .logo21{
        margin-top: 0px !important;
    }
  }

  
.rooms-bg1{
    background: url('image/314998323.jpg') rgba(0, 0, 0, 0.712);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  
  }
  .bg01{
    text-align: center;
    font-family: 'Gilda Display', serif;
    font-weight: 500;
     font-size: 40px;
    
     padding-top: 100px;
     text-shadow: 1px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 130px !important;
        }
     
   }
     
      .about-bg1{
        background: url('image/464792975.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;
      
      }
      .gallery-bg1{
        background: url('image/465117666.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;
      
       
      }
  
      .contact-bg1{
        background: url('image/464771262.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;
      
       
      }

      
/* :: 16.0 Contact Area CSS */
.roberto-contact-form {
    position: relative;
    z-index: 1; }
    .roberto-contact-form h2 {
      margin-bottom: 30px;
      font-size: 22px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .roberto-contact-form h2 {
          font-size: 24px; } }
    .roberto-contact-form .form-control {
      width: 100%;
      height: 50px;
      padding: 0 20px;
      border-radius: 2px;
      color: #afb4bf;
      font-size: 14px;
      border: 1px solid #ebebeb; }
      .roberto-contact-form .form-control:focus {
        box-shadow: none;
        border-color: #000000; }
    .roberto-contact-form textarea.form-control {
      height: 150px;
      padding: 20px; }
  
  .google-maps-contact-info {
    position: relative;
    z-index: 1;
    padding-left: 5%;
    padding-right: 5%;
    margin-top: -70px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .google-maps-contact-info {
        padding-left: 2%;
        padding-right: 2%; } }
  
  .google-maps-contact-content {
    position: relative;
    z-index: 1;
    background-color: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    box-shadow: 0 2px 40px 8px rgba(15, 15, 15, 0.15);
    padding: 35px; }
    @media only screen and (max-width: 767px) {
      .google-maps-contact-content {
        padding: 20px; } }
    .google-maps-contact-content .single-contact-info {
      position: relative;
      z-index: 1;
      text-align: center;
      margin-bottom: 40px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .google-maps-contact-content .single-contact-info h4 {
          font-size: 16px; } }
      @media only screen and (max-width: 767px) {
        .google-maps-contact-content .single-contact-info h4 {
          font-size: 18px; } }
      .google-maps-contact-content .single-contact-info i {
        display: inline-block;
        font-size: 30px;
        margin-bottom: 15px;
        color: #EA3B24; }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .single-contact-info i {
            font-size: 24px; } }
      .google-maps-contact-content .single-contact-info p {
        margin-bottom: 0; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .google-maps-contact-content .single-contact-info p {
            font-size: 16px; } }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .single-contact-info p {
            font-size: 16px; } }
    .google-maps-contact-content .google-maps {
      position: relative;
      z-index: 1; }
      .google-maps-contact-content .google-maps iframe {
        width: 100%;
        height: 500px;
        border: none; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .google-maps-contact-content .google-maps iframe {
            height: 400px; } }
        @media only screen and (max-width: 767px) {
          .google-maps-contact-content .google-maps iframe {
            height: 300px; } }



            .info-box{
                font-family: 'Gilda Display', serif;
                width: 400px;
                text-align: center;
               padding-top: 20px;
               padding-bottom: 20px;
                background: white;
                position: relative;
                margin-top: -20px;
                z-index: 10;
                margin-left: 100px;
                color: #EA3B24;
              }
              .image2{
                position: relative;
                margin-top: -20px;
              }
              
              .about-text{
                margin-left: 100px;
              }
        
        .golden2{
            font-family: 'Gilda Display', serif;
            margin-top: -30px ;
        }

        @media (max-width: 991px) {
            .info-box{
                margin-left: 0px !important;
            }
            .image2{
                
                margin-left: 0px !important;
            }
            .golden2{
                margin-top: 0px !important;
            
            }
            .about-text{
                margin-left: 0px !important;
            }
        }
