@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Parisienne&family=Slabo+27px&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Slabo+27px&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tourney:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Tourney:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }
  a{
      text-decoration: none;
  }
::selection {
  color: rgb(89, 15, 226);
}
::-webkit-scrollbar {
  width: 11px;
}
::-webkit-scrollbar-thumb {
  background: #33c2d8;
}
a {
  color: inherit;
  text-decoration: none !important;
}
.flex {
  display: flex;
}

.navbar-brand img {
    width: 130px;
  }
  .navbar {
    align-items: center !important;
  }
  .royalnavbar{
    margin-top: 50px;
    padding: 10px;
  }
  .navbar .navbar-nav .nav-link {
    color:#000000;
    font-size: 1.1em;
    padding: 0.8em 1em;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.4285714286;
    font-weight: 500;
  }
  .navbar .navbar-nav .nav-link:hover {
    color: #C78128 !important;
  }
  .nav-link:hover{
    color: #C78128 !important;
  }
  .navbar li a.active {
    color: #C78128 !important;
    transform: scale(1.05);
    border-bottom: 1px#C78128 solid !important;
 background-color: transparent;
  }
  @media screen and (min-width: 768px) {
    .navbar-brand img {
      width: 120px;
    }
    .navbar-brand {
      margin-right: 0;
      padding: 0 1em;
    }
  }
  @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, rgba(0, 0, 0, 0.248), rgba(0, 0, 0, 0.881)), url('img/img5.jpg') center/cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: white;
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: white;
    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: '\21A3';
    font-family: "Merriweather", serif;
    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;
      } 
      .gold-head1 {
       
        font-size: 20px !important;
      }
       .img1{
      display: none;
    }
  }
/* GENERAL BUTTON STYLING */

.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;
  }

   /* 3 Banner */
.banner_wrapper {
    height: 50.625rem;
    margin-top: 50px;
   z-index: 1;
    position: relative;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}
.banner_wrapper h1{

 
    
    font-style: normal;
    font-size: 100px; 
    color: #ffffff;
    font-family: "Cinzele" ,serif;
}

.link-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
}
.link-btn i {
  margin-left: 3px;
  font-size: 15px;
  color: #aa8453;
}
.link-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #aa8453;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.link-btn:hover::before {
  width: 100%
}
.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #00000072;
    opacity: 0.5;
    z-index: 0;
}

.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 1.9375rem;
    height: 1.9375rem;
    background-color: rgba(58, 81, 115, 0.459) !important;
    border: .0625rem dotted #00d8f9;

}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color:#D5A650;
}
@media screen and (min-width: 200px)and (max-width: 950px) {

    .banner_wrapper h1{
        font-size: 50px; 
       
    }
    .banner_wrapper .swiper .slide-caption p {
font-size: 20px !important;
      
    }
   .about01{
    font-size: 19px !important;
   }   
     .banner_wrapper .swiper {
   
    height: 60% !important;
}
.welcome{
  margin-bottom: -30px;
  font-size: 40px;
}

}
.swiper-button-next,
.swiper-button-prev {
  height: 3rem;
  width: 3rem;
  line-height: 3rem;
  background: transparent;
  color: white;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: transparent;
  color: white;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 1rem;
}

.checkin{

   
  padding:40px;
   background: white;
   box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 32px 0px rgba(0,0,0,0.75);
  position: relative;
z-index: 999;
 
  /* top: -70px;   */
 

  }
  /* .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: #F59827;
    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: #A67A27 !important;
    background-color: #cf7113;
}
.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: rgba(254, 235, 253, 0.444) !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 3.5s linear alternate infinite;
  }
  .rooms1{
    background-color:#F8F5F0;
    padding-top: 50px;
  }
  .rooms1 .item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    background-color: CRE;
  }
  .rooms1 .item:hover img {
    -webkit-filter: none;
    filter: none;
    -webkit-transform: scale(1.09, 1.09);
    transform: scale(1.09, 1.09);
    -webkit-filter: brightness(70%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }
  .rooms1 .item:hover .con {
    bottom: 0;
  }
  .rooms1 .item img {
    -webkit-transition: all .5s;
    transition: all .5s;
  }
  .rooms1 .item .category {
  position: absolute;
    top: 20px;
    right: 20px;
    z-index: 3;
    writing-mode: vertical-rl;
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    text-orientation: mixed;
    text-transform: uppercase;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 3px;
    background: transparent;
    border: 1px solid rgba(255,255,255,0.5);
    font-family: 'Barlow Condensed', sans-serif;
    padding: 10px 3px;
    line-height: 1.5em;
  }
  .rooms1 .item .category a {
    color: #fff;
  }
  .rooms1 .item .category:hover {
    color: #fff;
  }
  .rooms1 .item .con {
    padding: 20px;
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    text-align: left;
    z-index: 20;
    height: auto;
    box-sizing: border-box;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 2%, rgba(0, 0, 0, .75) 90%);
    background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .75) 90%);
  }
  .rooms1 .item .con h6,
  .rooms1 .item .con h6 a {
    position: relative;
    color: #fff;
    font-size: 15px;
    font-family: 'Barlow Condensed', sans-serif;
    display: inline;
    letter-spacing: 3px;
    text-transform: uppercase;
  }
  .rooms1 .item .con h6 i {
    font-size: 6px;
    margin-right: 2px;
  }
  .rooms1 .item .con h5,
  .rooms1 .item .con h5 a {
    position: relative;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .rooms1 .item .con p {
    color: #fff;
    font-size: 20px;
  }
  .rooms1 .item .con i {
    color: #fff;
    font-size: 18px;
  }
  .rooms1 .item .con i:hover {
    color: #fff;
  }
  .rooms1 .item .con .butn-light {
    margin-left: 0;
    border-radius: 30px;
    border-color: #666;
    padding: 11px 30px;
  }
  .rooms1 .item .con .butn-light:hover {
    border-color: #AA8453;
  }
  /* line animation */
  .rooms1 .item .line {
    text-align: center;
    height: 1px;
    width: 60px;
    background-color: rgba(255, 255, 255, 0.2);
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    margin: auto 0 30px;
  }
  .rooms1 .item:hover .line {
    width: 100%;
    transition-property: all;
    transition-duration: 0.8s;
    transition-timing-function: ease-in-out;
  }
  /* 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;
  }
  .section-subtitle{
font-family: "Cinzele",serif;
    color: #053e672f;

    font-size: 40px;
;
  }
  .start{
    color: rgb(246, 119, 73);
    font-size: 40px;
    font-family: "Cinzele" ,serif;
  }
  #footerbanner1{
    background: url('../img/img16.jpg') rgba(0, 0, 0, 0.589);
    background-size: cover;
    background-blend-mode: multiply;

    background-attachment: fixed;
    background-position: 0% 80%;
    height: 300px;
    display: flex;
    align-items: center;
}

  /* testimin */


  .testimonials{

    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 50px;
  }
  
  
  .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;
  }
  
  }
.font1{
  font-family: "Cinzele ,serif";
  font-size: 40px !important;
}

   /* facilities */
   .facilities-section{
    background: url('img/img9.jpg') rgba(20, 19, 19, 0.466);
    
    background-position: center 75%;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px !important;
    padding-bottom: 100px !important;
    text-align: center;
  
  
  }
  .facility-box{
    background: rgba(166, 165, 165, 0.756);
    padding: 20px;
    border: #b26f11  6px dotted;
  }
  .facility-box:hover{
    background: #ffffff3c;
    color: white;
    border: #174791 5px dotted !important;
    transition: 0.3s ease-in-out;
  
  
  }
  .facility-box h5{
    color: #ffffff;
    font-family: 'Gilda Display', serif;
  }

/* button link */
.link-btn {
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 3px;
}
.link-btn i {
  margin-left: 3px;
  font-size: 15px;
  color: #aa8453;
}
.link-btn:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #aa8453;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}
.link-btn:hover::before {
  width: 100%
}
.section-title h1{
  text-align: center;
  font-size: 4.2rem;
  padding-top:10%;
  letter-spacing: 10px;
  color: #ffffff;
  letter-spacing: 3px;
  font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}
.section-title p{
  text-align: center;

  padding-bottom:3%;
  letter-spacing: 10px;
  color: #fcfcfc;
  letter-spacing: 3px;
  font-family: "Abril Fatface", serif;
font-weight: 400;
font-style: normal;
}
@media(max-width: 990px){

.section-background, .section-background1, .section-background2 {
   height: 500px;
}
.section-title h1{
   padding-top: 50%;
   font-size: 40px !important;
}
.section-space{
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}
}

 @media(max-width:767px )

 {
  .kolone{
    padding: 33px !important;
  }
  .font{
    font-size: 20px !important;
  }
  .con{
    padding: 20px !important;
  }
 }
.test {

  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

.section-background5{
  background: url('img/img2.jpg')  rgba(20, 19, 19, 0.603) ;

  background-position:left-top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px !important;
  
}
.section-background2{
  background: url('img/ushqim1.jpg')  rgba(20, 19, 19, 0.329) ;

  background-position:top;
  background-size:cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px;
  
}

.section-background3{
  background: url('img/img7.jpg')  rgba(20, 19, 19, 0.178) ;

  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px !important;
  
}
.golden2{
  font-family: "Cinzele ,serif";
  font-size: 30px !important;
}

/* Base Styles */
.gallery-ig {
  padding: 135px 0 133px;
  margin-top: 100px;
}

.gallery-ig {
  padding: 0 0 133px;
}

.gallery-ig-main {
  display: flex;
  justify-content: space-between;
}

.gallery-ig-main .col-img:first-child,
.gallery-ig-main .col-img:last-child {
  max-width: 360px;
}

.gallery-ig-main .col-img .ig-box {
  position: relative;
  height: 612px;
}

.gallery-ig-main .col-img .ig-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-ig-main .col-img .ig-box .content {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.gallery-ig-main .col-img .ig-box:hover .content {
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.gallery-ig-main .col-img:nth-child(2) {
  margin: 0 15px;
}

.gallery-ig-main .col-img .top {
  display: flex;
}

.gallery-ig-main .col-img .top .ig-box {
  margin: 0 15px 28px;
  height: 292px;
}

.gallery-ig-main .col-img .bottom .ig-box {
  margin: 0 15px 0;
  height: 292px;
}

  .tf-button {
    position: relative;
    font-family: Arial, sans-serif;
    padding:30px !important;

    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.9px;
    line-height: 50px;
    text-transform: uppercase;
    background-size: 300%;
    transition: all 0.3s ease;
    border: 1px solid  hwb(40 0% 99%) 50% !important;
}

.tf-button::before {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #2ecc71;
    transition: all 0.3s ease;
}

.tf-button:hover::before {
    transform: translateY(-10px) !important;
}



.tf-button.style3 {
    background-image: linear-gradient(160deg, transparent 50%, hwb(30 20% 9%) 50%);
    border: 1px solid  hwb(30 20% 9%) 50%;
    color:  hwb(30 20% 9%) 50%;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0px 31px 0px 33px;
    line-height: 46px;
}

.tf-button.style3::before {
    background: #f4f4f4;
    bottom: -11px;
}

.tf-button.style3:hover {
    color:  hwb(30 20% 9%) 50%;
    background-position: 95%;
}

h1 ,h2 ,h3{
  font-family: "Cinzele,serif";
}
/* For screens smaller than 768px */
@media (max-width: 768px) {
  .gallery-ig {
    padding: 30px 0;
    margin-top: 50px;
  }

  .gallery-ig h1 {
    font-size: 24px;
    text-align: center;
  }

  .gallery-ig-main {
    flex-direction: column;
    align-items: center;
  }

  .gallery-ig-main .col-img {
    max-width: 100%;
    margin-bottom: 20px;
  }

  .gallery-ig-main .col-img .top,
  .gallery-ig-main .col-img .bottom {
    flex-direction: column;
  }

  .gallery-ig-main .col-img .ig-box {
    height: auto;
  }

  .gallery-ig-main .col-img .top .ig-box,
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 0 15px;
    height: auto;
  }

  .tf-button {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}

/* For screens smaller than 480px */
@media (max-width: 480px) {
  .gallery-ig h1 {
    font-size: 23px;
    margin-bottom: 15px;
  }

  .tf-button {
    font-size: 12px;
    padding: 10px;
    line-height: 40px;
  }

  .tf-button.style3 {
    padding: 10px 20px;
    line-height: 40px;
  }
}
.room-card {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}

.card-title {
  font-size: 24px;
  margin-bottom: 10px;
}

.room-details {
  margin-top: 20px;
}

.room-detail {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}

.detail-label {
  color: #8d8d8d;
  font-family: Poppins!important;
  margin-right: 10px;
}

.detail-value {
  color: #444444;
  font-family: Poppins!important;
}
