@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Cinzel:wght@400..900&family=Homemade+Apple&family=Mate:ital@0;1&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Cinzel:wght@400..900&family=Homemade+Apple&family=Mate:ital@0;1&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Belleza&family=Cinzel:wght@400..900&family=Courgette&family=Homemade+Apple&family=Mate:ital@0;1&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Belleza&family=Cinzel:wght@400..900&family=Courgette&family=Homemade+Apple&family=Mate:ital@0;1&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tourney:ital,wght@0,100..900;1,100..900&display=swap');
html, body {
    width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden !important;
    }
    .navbar{
      padding:3px;
      background: #ffffff !important;
  }

  .navbar li a{
      margin: 0 12px;
      font-family: "Belleza", serif;
font-size: 20px !important;
 
      color: #000000 !important;
  }
body {
  background: #ffffff;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  line-height: 28px;
}
a {
  color: inherit;
  text-decoration: none;
}

.flex {
  display: flex;
}


p{
    color: rgb(0, 0, 0);
}


.section-subtitle  {
  text-transform: uppercase;
  color: #003459;
  letter-spacing: 3px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
  font-size: 12px;
  font-size: 0.75rem;
}


.img-hover:hover {
  transform: scale(.8);
}




.container .link-btn,
.link-btn {
  display: inline-block;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;

  user-select: none;
  border: 1px solid #ffffff;
  padding: 0 30px;
  font-size: 16px;
  line-height: 48px;
  color: #da9a32;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #fbfbfb;
  box-shadow: 0px 5px 16px 0px #ffffff7c;
  font-family: 'Barlow', sans-serif;
  text-transform: uppercase;
}

.hover-underline {
  position: relative;
  max-width: max-content;

}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid white;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);

}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.link-btn:hover {
  background-color: #1f5a9265;
  color: rgb(0, 0, 0);
  border-color: var(--gold) 1px;

}
.container .link-btnn,
.link-btnn {
  display: inline-block;
  font-weight: 1nter;
  white-space: nowrap;
  vertical-align: middle;

  user-select: none;
  border: 1px solid #ffffff;
  padding: 0 30px;
  font-size: 17px;
  line-height: 48px;
  color: #000000;
  cursor: pointer;
  z-index: 5;
  transition: all 0.4s ease-out 0s;
  background-color: #518CC4;
  box-shadow: 0px 5px 16px 0px #518CC4;


}

.hover-underline {
  position: relative;
  max-width: max-content;

}
.hover-underline::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  border-block: 1px solid white;
  transform: scaleX(0.2);
  opacity: 0;
  transition: var(--transition-2);

}

.hover-underline:is(:hover, :focus-visible)::after {
  transform: scaleX(1);
  opacity: 1;
}

.link-btn:hover {
  background-color: #5194d2;
  color: rgb(0, 0, 0);
  border-color: var(--gold) 1px;

}

.container .navbar .link-btnn {
  padding: .4rem 1.3rem;
}


@media (max-width:767px) {

  section {
    padding: 1.875rem 0;
  }

  .banner_wrapper {
    height: 33.625rem;
  }
  .about-bg2 h5{
    font-size: 20px !important;
  }
  .banner_wrapper h2{
font-size: 70px !important;
  }
}






@media only screen and (min-width: 992px) {

  .im-img {
    width: 28%;
  }
}
.footer_wrapper {
  background: linear-gradient(0deg, #000000,  #000000c0), url('img/img3.jpg') center/cover no-repeat ,  #000000d4;
  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: '\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(56, 78%, 39%);
}


.footer_wrapper .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: var(--secondary-color);
}

.footer_wrapper .copyright-section {
  background-color: #181a20;
  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;
  }
}





@media (max-width:800px) {

  .container .link-btn,
  .link-btn {
    display: inline-block;
    font-weight: 400;
  
    border: 1px solid#1E323D;
    padding: 0 25px;
    font-size: 12px;
    line-height: 35px;


  }
  .none{
    display: none;
  }
}

.flex1 {
  display: flex;
  justify-content: space-between;
}





 .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;
}



.carousel-caption {
    top:30%;
}

.c-item {
    height:800px;
    
}

.c-img {
    height: 100%;
    object-fit: cover;
    filter: brightness(67%);
 
}



  @media screen and (max-width: 300px) {
    .carousel-caption h1 {
      font-size: 30px;
    }
  }
  @media screen and (max-width: 767px) {
    .c-item {
     height: 600px;
    }
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color:rgb(0, 0, 0);
  }
 
  
    .section-title h1{
        text-align: center;
        font-size: 3.2rem;
        padding-top:14%;

        letter-spacing: 10px;
        color: #e8e8e8;
        letter-spacing: 3px;
        font-family: "Abril Fatface", serif;
      font-weight: 400;
      font-style: normal;
      }
      .section-title p{
        text-align: center;
      
        padding-top:1%;
        letter-spacing: 10px;
        color: #e8e8e8;
        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: 400px;
      }
      .section-title h1{
         padding-top: 70%;
         font-size: 40px !important;
      }
      }

    
      .section-background{
        background: url('img/new2.jpg')  rgba(20, 19, 19, 0.603) ;
    
        background-position:left-top;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      .section-background2{
        background: url('img/new1.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size:cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }
      
      .section-background3{
        background: url('img/pamjaejashte.jpg')  rgba(20, 19, 19, 0.329) ;
    
        background-position:center;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 600px;
        
      }


.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
   
    background-size: 100%;
  
  }

  .navbar-toggler {
    border-color: #000000 !important;
    background-color: #00345942;
}
.title{
    color: #003459;
}


.my-custom-container {
    display: flex;
    justify-content: left;
}
.grid-container {
    display: grid;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    align-items:left;
    padding: 20px;
}



.font01 {
    font-size: 50px !important;
 padding-top: 50px;
 padding-bottom: 50px;
 font-family: Cinzele ,serif;
 color: #003459 !important;
 border-bottom: 1px solid rgb(23, 70, 105);
}
.font1{
    font-family: Cinzele ,serif;
    color: #a4c9e3 !important;
}
   .hyrje{
    font-size: 14px !important;
    font-family: "Cinzele"serif !important;
    letter-spacing: 10px;
    color: goldenrod;
   }
   .demotext{
    font-size: 100px !important;
    font-family: "Tourney", sans-serif;
    font-optical-sizing: auto;
    color: rgb(237, 237, 237);
  
   }

   /* HOTEL BOX 3 LIST AREA START */
   .hotel-box-3 .hotel-inner {
    position: relative;
    z-index: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.3s cubic-bezier(0.24, 0.74, 0.58, 1);
    width: 100%!important;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .hotel-box-3 .hotel-inner .photo-overflow {
    overflow: hidden;
  }
  
  .hotel-box-3 .hotel-inner .property-photo {
    position: relative;
    transform: scale(1);
    transition: 1s;
  }
  
  .hotel-box-3 .hotel-inner .property-photo img{
    border-radius: 10px;
  }
  
  .hotel-box-3 .hotel-inner:hover .property-photo {
    transform: scale(1.1);
  }
  
  .hotel-box-3 .hotel-inner .property-photo:before {
    content: "";
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9;
    background: linear-gradient(to top,rgb(35 35 37 / 77%) 0%,rgb(35 35 37 / 39%) 35%,rgb(22 22 23 / 23%) 60%,rgba(0,0,0,0) 100%);
    border-radius: 10px;
    opacity: 1;
  }
  
  .hotel-box-3 .hotel-inner:hover .property-photo:before{
    background: linear-gradient(0,#1b4ba4,rgb(4 1 12 / 0%));
    opacity: .8;
  }
  
  .hotel-box-3 .hotel-inner h3 {
    -webkit-transition: .4s;
    transition: .4s;
    margin: 0 0 12px;
    color: #fff;
    font-weight: 400;
    font-family: Mulish, sans-serif;
    font-size: 22px;
  }
  
  .hotel-box-3 .hotel-inner .ling-section {
    position: absolute;
    bottom: 25px;
    padding-right: 25px;
    padding-left: 25px;
    width: 100%;
  }
  
  .hotel-box-3 .hotel-inner h3 a{
    color: #fff;
    font-family: 'Cinzel', serif;
    font-weight: 600;
  }
  
  .hotel-box-3 .hotel-inner h3 a:hover{
    color: #fff;
    opacity: 0.9;
  }
  
  .hotel-box-3 .hotel-inner .read-more-btn {
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 87px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6;
    transition: 0.6;
    font-size: 15px;
    font-weight: 500;
    text-align: left;
    padding: 9px 22px;
    border-radius: 3px;
    background: #fff;
  }
  
  .hotel-box-3 .hotel-inner .read-more-btn::before {
    content: '';
    position: absolute;
    width: 0;
    -webkit-transition: .5s;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list {
    display: inline-block;
    -webkit-transition: .4s;
    transition: .4s;
    margin-bottom: 5px;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list li {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
  }
  
  .hotel-box-3 .hotel-inner .facilities-list li {
    float: left;
    margin-right: 20px;
    line-height: 30px;
    font-size: 15px;
    font-weight: 400;
    font-family: Montserrat, sans-serif;
    color: rgb(255, 255, 255);
    list-style: none;
  }
  
  .hotel-box-3 .hotel-inner:hover .read-more-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    text-align: left;
  }
  
  .hotel-box-3 .hotel-inner:hover h3 {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  
  .hotel-box-3 .hotel-inner:hover .facilities-list {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
  }

@media(max-width:990px){
    
  .bg01{
     font-size: 40px !important;
  }
.room4 {
  font-size: 25px !important;
}
.room21 {
  font-size: 15px !important;
}
.carousel-caption p{
  font-size: 12px;


}

.font05{
font-size: 25px !important;
}
.txt1{
  font-size: 35px !important;
}
.banner9{
  font-size: 32px !important;
}
.font25{
  font-size: 30px !important;

}
}

  
  .txt1{
    font-family: "Cinzel", serif;
    font-size: 34px;
    color: #003459;

  } 
  #footerbanner{
    background: url('../img/imgg.jpg')rgba(0, 0, 0, 0.463);
    background-size: cover;
    background-blend-mode: multiply;

    background-attachment: fixed;
    background-position: 0% 70%;
    height: 300px;
    display: flex;
    align-items: center;
}

  .testimonials{
   background-color: #ffffff;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    
    padding-bottom: 100px;
  }
  
  
  
  .testim {
    width: 100%;
    position:relative;
    top: 0%;
  
  }
  
  .testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding:20px 5px 60px;
    margin: auto;
    background-color: #ffffff !important;
  }
  
  .testim .arrow {
    display: block;
    position: absolute;
    color: #4b3b07;
    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(78, 59, 7);
  }
    
  
  .testim .arrow.left {
   bottom:300px;
    left: 700px;
  }
  
  .testim .arrow.right {
    right: 70px;
    bottom:300px;
  }
  
  .testim .dots {
    text-align: left;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
  }
  
  .testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #000000;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;    
    -ms-transition: all .5s ease-in-out;    
    -moz-transition: all .5s ease-in-out;    
    -o-transition: all .5s ease-in-out;    
    transition: all .5s ease-in-out;
    position: relative;
  }
  
  .testim .dots .dot.active,
  .testim .dots .dot:hover {
    background: #412603;
    border-color: #7a580f;
  }
  
  .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 p {
    font-size: 1.15em;
    color: rgb(255, 255, 255);
    width: 100%;
    /* margin: auto; */

}
  .testim .cont > div {
    text-align: left;
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 0 100px 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: #927c02;
    font-size: 1em;
    margin: 15px 0;
  }
  
  .testim .cont div p {
    font-size: 1.15em;
    color: #ffffff;
    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 #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
  
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @-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 #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
  
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @-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 #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
  
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @-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 #ea830e;        
        box-shadow: 0px 0px 10px 5px #ea830e;        
    }
  
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;        
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @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 #ea830e;        
    }
  
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;        
    }
  }
  
  @-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);
    }
  }
  /*About Page*/
  .photo-container {
  position: relative;


}

.photo {
  position: absolute;
  top: -20;
  left: 0;
  z-index: 1;
  
}

.photo2 {
  margin-top: -400px !important; /* Adjust margin to create the desired offset */
  margin-left: 200px !important;
  border: 15px solid #fff; /* Add border to both images */

}
@media only screen and (max-width: 768px) {
    .photo-container {
        position: relative;
    }
  
    .photo1 {
      width: 50%; /* Adjust width for mobile */
      height: auto; /* Adjust height for mobile */
    }
  
    .photo2 {
      width:70%; /* Adjust width for mobile */
      height: auto; /* Adjust height for mobile */
margin-inline-end: 30px;
    }
  }
          /*GALLERY*/
.gallery {
  background-color: rgb(250, 250, 250);


}



.gallery .titlepage {
  text-align: center;
}

.gallery .gallery_img {
  height:27vh;
  overflow: hidden;
  margin-bottom: 30px;
  box-shadow: 7px 5px 3px #474747;
  
}

.gallery .gallery_img figure {
  margin: 0;
}

.gallery .gallery_img figure img {
  width: 100%;
  transition: all .5s;

}

.gallery .gallery_img figure img:hover {
  transform: scale(1.2);
}
 /* facilities */
 .facilities-section{
    background: url('img/img4.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;
    padding-bottom: 100px;
    text-align: center;
  
  
  }
  .facility-box{
    background: #5d6063b7;
    padding: 60px;
    border: #ffffff  1px solid;
  }
  .facility-box:hover{
    background: #ffffff3c;
    color: white;
    border: #ffffff 1px double;
    transition: 0.3s ease-in-out;
  
  
  }
  .facility-box h5{
    color: #ffffff;
    font-family: 'Gilda Display', serif;
  }
 
  .loop-holder {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    padding: 40PX !important;
   
  }
  
  .loop-holder__text {
      animation: textLoop 40s linear infinite;
      font-size: 6vw;
      padding-right: .35em;
      color: #00345931;
  }
  
  @keyframes textLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
  }
  .facilities1{
    background: url('../img/yellow-flower-removebg-preview.png');
    background-color: #F4EFE9;
    background-repeat: no-repeat;
    background-size: 50%;
  
    padding-top: 100px;
    padding-bottom: 100px;
  }
   .room-card{
padding-top: 20px !important;
padding-bottom: 20px !important;
  }