
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&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: #000000;
    
      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: #ffffff !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:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff 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: #59BEC6;
    border: 1px solid #ffffff;
   margin-top: 10px;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    color: #ffffff;
    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, #000000bd, #000000b2), url('image/489214640.jpg') bottom /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;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }

  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    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;
  }

  /* ---------------------------------------------- */
  .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:680px;
    
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(48%);
}

.font0{
    font-size: 80px !important;
    font-family: "Forum", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.font01{
    font-size: 65px !important;
    font-family: "Forum", serif;
    font-optical-sizing: auto;

    font-style: normal;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  width: 90px; /* Adjust the width */
  height: 90px; /* Adjust the height */
  background-size: 100% 100%; /* Scale the background image to fill the button */
  background-repeat: no-repeat; /* Prevent repeating the background image */
  border-radius: 50%;
}
/* Background image for the previous button */
.carousel-control-prev-icon {
  background-image: url('image/489214396.jpg'); /* Replace with the actual path to your image */
}
/* Background image for the next button */
.carousel-control-next-icon {
  background-image: url('image/489214640.jpg'); /* Replace with the actual path to your image */
}
/* Optional: To remove the default icon overlay */
.carousel-control-prev,
.carousel-control-next {
  filter: none;
}

  /* .about-section{
    margin-top: 100px;
  } */


  .cta {
    position: relative;
    margin: auto;
    padding: 12px 18px;
    transition: all 0.2s ease;
    border: none;
    background: none;
    cursor: pointer;
  }
  
  .cta:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 50px;
    background: #FFDE8A;
    width: 45px;
    height: 45px;
    transition: all 0.3s ease;
  }
  
  .cta span {
    position: relative;
    font-family: "Ubuntu", sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #234567;
  }
  
  .cta svg {
    position: relative;
    top: 0;
    margin-left: 10px;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke: #234567;
    stroke-width: 2;
    transform: translateX(-5px);
    transition: all 0.3s ease;
  }
  
  .cta:hover:before {
    width: 100%;
    background: #b1dae7;
  }
  
  .cta:hover svg {
    transform: translateX(0);
  }
  
  .cta:active {
    transform: scale(0.95);
  }
  
  .hover-underline-animation {
    position: relative;
    color: black;
    padding-bottom: 20px;
  }
  
  .hover-underline-animation:after {
    content: "";
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000000;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
  }
  
  .cta:hover .hover-underline-animation:after {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  
  .navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-size: 100%;
  }
  .navbar-toggler {
    border-color: #FFDE8A !important;
    background-color: #FFDE8A;
}
.section-space{
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}



.font{
    font-family: "Cizele" ,serif  !important;
    color: #000000b1 !important;
    font-size:30px !important
}
.img1{
    width: 400px;
}
.img2{
    width: 300px !important;
}
.kolone{
    padding: 60px !important;
    background-color: #d3fcff !important;
 

}
p{
    font-family: "Slabo 27px", serif;
    font-weight: 400;
}
.kolonposht{
    margin-bottom: -80px !important;
    padding: 40px !important;
}
@keyframes jump {
   
    40%  {transform: translate3d(0,9%,0) scale3d(.9,0.9,1);}
  
  }
  .jump {
    transform-origin: 50% 50%;
    animation: jump 5.5s linear alternate infinite;
  }

  .facilities {
    background-color: #000000;
      background-position: bottom;
      background-repeat: no-repeat;
      background-size: cover;
      background-attachment:scroll;
    color: white;
    text-align: center;
      background-blend-mode: multiply;
      padding-top: 70px; 
      padding-bottom:70px;
    
    }
    .facilities h2{
      color: #56B6BD;
      font-size: 18px;
    }
    .face{
      background-color: #ffffff;
      padding: 22px;
      position: relative;
      z-index: 4;
      margin-top: -123px;
      }
          
.restaurant{
  background: url('../image/489214656.jpg') rgba(0, 0, 0, 0.658) ;
  background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 70px;
    padding-bottom:70px;
}



  

.retro-layout-alt .hentry {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.retro-layout-alt .hentry .featured-img {
  position: absolute;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.retro-layout-alt .hentry:hover .featured-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.retro-layout-alt .gradient {
  position: relative;
}

.retro-layout-alt .gradient:before {
  z-index: 1;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(18%, transparent), color-stop(99%, rgba(0, 0, 0, 0.8)), to(rgba(0, 0, 0, 0.8)));
  background: -o-linear-gradient(top, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, transparent 18%, rgba(0, 0, 0, 0.8) 99%, rgba(0, 0, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
}

.retro-layout-alt .post-category {
  margin-left: 20px;
  margin-top: 10px;
}

.retro-layout-alt .v-height {
  height: 300px;
}

.retro-layout-alt .text {
  position: absolute;
  bottom: 0;
  z-index: 10;
  padding: 20px;
  max-width: 350px;
}

.retro-layout-alt .text h2,
.retro-layout-alt .text .h2 {
  color: #fff;
  font-size: 26px;
}

.retro-layout-alt .text.text-sm h2,
.retro-layout-alt .text.text-sm .h2 {
  font-size: 18px;
  line-height: 1.5;
}

.retro-layout-alt .two-col>a {
  width: calc(50% - 15px);
  float: left;
}

@media (max-width: 575.98px) {
  .retro-layout-alt .two-col>a {
    width: 100% !important;
    float: none !important;
    margin-bottom: 30px;
  }
}


.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.cart5{
  font-family: "Forum", serif;
  font-size: 45px;
  font-weight: 500;
}
.cart6{
  font-family: "Forum", serif;
  font-size: 30px !important;
  font-weight: 500;
}
  
.cart7{
  font-family: "Forum", serif;
  font-size: 25px;
  font-weight: 500;
}

.Slogan .bg{
  background: url('image/489214406.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;
}


.restaurant h2{
  font-family: "Forum", serif;
  font-size: 40px;
}
.font1{
  font-family: "Forum", serif;
  font-size: 40px;
}
  /* testimin */


  .testimonials{

    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 50px;
    padding-bottom: 30px;
  }
  
  
  .testimonials-section{
    background: #2F4137;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .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: #174791;
    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 #174791;
    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: #174791;
    border-color: #174791;
  }
  
  .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: #174791;
    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 #174791;        
        box-shadow: 0px 0px 10px 5px #174791;        
    }
  
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #174791;        
        box-shadow: 0px 0px 0px 0px #174791;        
    }
  }
  
  @-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 #174791;        
        box-shadow: 0px 0px 10px 5px #174791;        
    }
  
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #174791;        
        box-shadow: 0px 0px 0px 0px #174791;        
    }
  }
  
  @-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 #174791;        
        box-shadow: 0px 0px 10px 5px #174791;        
    }
  
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #174791;        
        box-shadow: 0px 0px 0px 0px #174791;        
    }
  }
  
  @-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 #174791;        
        box-shadow: 0px 0px 10px 5px #174791;        
    }
  
    100% {
        -o-box-shadow: 0px 0px 0px 0px #174791;        
        box-shadow: 0px 0px 0px 0px #174791;        
    }
  }
  
  @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 #174791;        
    }
  
    100% {
        box-shadow: 0px 0px 0px 0px #174791;        
    }
  }
  
  @-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 only screen and (max-width: 991px) {
    .face{
      background-color: #ffffff;
      padding: 50px;
      position: relative;
      z-index: 4;
      margin-top: -56px;
      margin-bottom: 10px;
      }
      .font0{
        font-size: 50px !important;
        margin-top:-50px !important;
      }
      .font01{
        font-size: 50px !important;
      }

      .c-item {
        height:550px;
        
    }
    .img1{
      width: 300px !important;
      margin-right: 50px !important;
    }
    .cart5{
      font-size: 35px !important;
    
    
  }
  .roomm{
margin-bottom: 30px !important;
  }
  .Slogan{
    margin-top: 20px !important;
  }

  .Slogan h3{
font-size: 35px !important;
  }
  .gaa{
    padding-top: 40px !important;
  }
  .logo21{
    margin-top: 0px !important;
  }
}




.about-bg1{
  background: url('image/489214824.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;

}
.gallery-bg1{
  background: url('image/489214656.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;

 
}

.contact-bg1{
  background: url('image/489214406.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/489215227.jpg') rgba(0, 0, 0, 0.452);
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 50vh;
  position: relative;


}
.bg01{
  text-align: center;
  font-family: "Forum", serif;
  font-weight: 500;
   font-size: 45px;
  
   padding-top: 100px;
   text-shadow: 1px 1px 1px #ffffff;
  letter-spacing: 2px;
   
    }
    @media(max-width:990px){
  
      .bg01{
         font-size: 45px !important;
         padding-top: 130px !important;
      }
      .golden5{
        font-size: 25px !important;
      }
    }
.golden5{
  font-family: "Forum", serif;
  font-size: 30px;
}

    .room-content{
      padding: 20px;
    }
    .golden1{
      font-family: "Forum", serif;
      font-size: 15px;
      padding-top: 70px;
    }
    .golden2{
      font-family: "Forum", serif;
      font-size: 30px;
    }
    .golden{
      font-family: "Forum", serif;
      font-size: 18px;
    }