@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bevan:ital@0;1&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel+Decorative:wght@400;700;900&family=Holtwood+One+SC&family=Jost:ital,wght@0,100..900;1,100..900&family=Mate:ital@0;1&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Prata&family=Quattrocento:wght@400;700&family=Zeyada&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Bevan:ital@0;1&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel+Decorative:wght@400;700;900&family=Holtwood+One+SC&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Mate:ital@0;1&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Prata&family=Quattrocento:wght@400;700&family=Zeyada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bevan:ital@0;1&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel+Decorative:wght@400;700;900&family=Holtwood+One+SC&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&family=Mate:ital@0;1&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Prata&family=Quattrocento:wght@400;700&family=Zeyada&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Bevan:ital@0;1&family=Caudex:ital,wght@0,400;0,700;1,400;1,700&family=Cinzel+Decorative:wght@400;700;900&family=Holtwood+One+SC&family=Jost:ital,wght@0,100..900;1,100..900&family=La+Belle+Aurore&family=Marcellus&family=Mate:ital@0;1&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Prata&family=Quattrocento:wght@400;700&family=Zeyada&display=swap');
html, body {
    width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
        overflow-x: hidden !important;
    }
    .navbar{
      padding: 2px;
      background: #fdfcfc;
  }
  .logo{
    width: 120px !important;
  }
  .navbar li a{
      margin: 0 20px;
      font-family: 'Neuton, serif';
      color: #000000;
      font-weight: 200;
  
  }
  .cap-btn{
    background-color: rgb(245,170,18) !important;
    padding: 15px 40px;
    color: rgb(0 0 0);
    font-size: 17px;
  }
  .navbar-nav{
      display: flex;
      justify-content: center!important;
      align-items: center!important;
      text-align: center!important;
      padding-left: 0px !important;
     
    
    }
    .navbar li a:hover {
      color: #4c6f8f !important;
    }
    
    .navbar li a.active {
     
      border-bottom: 1px rgb(12, 68, 114) solid !important;
      background-color: transparent;
  
    
    }
  
    
  
  
    .cap-btn{
      background-color: rgb(199 203 201);
      padding: 15px 40px;
      color: rgb(0 0 0);
      font-size: 17px;
    }
    .navbar-nav{
        display: flex;
        justify-content: center!important;
        align-items: center!important;
        text-align: center!important;
        padding-left: 0px !important;
       
      
      }
      .navbar li a:hover {
        color: #e5e767 !important;
      }
      
      .navbar li a.active {
       
        border-bottom: 1px rgb(0, 0, 0) solid !important;
        background-color: transparent;
    
      
      }
    
    .cap-btn:hover{
        background-color: #6e92b4;
        scale: 0.9;
        transition-duration: 0.96s;
        color: white;
    }
      .carousel-caption {
        top: 30%;
    }
    
    .c-item {
        height: 900px;
        
    }
    
    .c-img {
        height: 100%;
        object-fit: cover;
        filter: brightness(68%);
    }
    
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
       
        background-size: 100%;
      
      }
    
      .navbar-toggler {
        border-color: #ffffff !important;
        background-color: rgb(77 94 85 / 13%);
    }
      @media screen and (max-width: 300px) {
        .carousel-caption h1 {
          font-size: 30px;
        }
      }
      .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
        color:rgb(0, 0, 0);
      }
    
    .about{

    
      background-color: #F8F8F8;
    
    
    }
    .imgg{
      clip-path: polygon(35% 0, 100% 0%, 100% 56%, 35% 57%, 6% 30%);
    }
 
      .section-padding{
        padding-top: 100px;
        padding-bottom: 100px;
      }
      h1 , H2 ,h3 ,h4,h5,h6{
       
            font-family: "Marcellus", serif;
            font-weight: 400;
            font-style: normal;
          }
  p{ font-family: "Arvo", serif;
    font-weight: 400;
    font-style: normal;}
    .button {
        padding: 15px 20px;
        font-size: 16px;
        background: transparent;
        border: none;
        position: relative;
        color: #f0f0f0;
        z-index: 1;
      }
      
      .button::after,
      .button::before {
        content: '';
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -99999;
        transition: all .4s;
      }
      
      .button::before {
        transform: translate(0%, 0%);
        width: 100%;
        height: 100%;
        background: #28282d;
        border-radius: 10px;
      }
      
      .button::after {
        transform: translate(10px, 10px);
        width: 35px;
        height: 35px;
        background: #ffffff15;
        backdrop-filter: blur(5px);
        border-radius: 50px;
      }
      
      .button:hover::before {
        transform: translate(5%, 20%);
        width: 110%;
        height: 110%;
      }
      
      .button:hover::after {
        border-radius: 10px;
        transform: translate(0, 0);
        width: 100%;
        height: 100%;
      }
      
      .button:active::after {
        transition: 0s;
        transform: translate(0, 5%);
      }
      
    
    .footer{
        background-color: #000000;
        color: #005B46 !important;
    }

    .cover-bg{
        background: url('img/pexels-george-becker-121668.jpg')  rgba(20, 19, 19, 0.267) ;
        
        background-position:left-top;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        height: 400px;
        
    }
    .section-background{
        background: url('img/pexels-george-becker-121668.jpg')  rgba(20, 19, 19, 0.267) ;
        
        background-position:top;
        background-size: cover;
        background-repeat: no-repeat;
        background-blend-mode: multiply;

    }
    .facilities{
    background-color: rgb(238, 230, 215);
    }
  

    .swiper {
      width: 100%;
      height: 100%;
    }
    
    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      width:50%;
      height:50%;
    }
    
    .swiper-slide img {
        width: 60%;
        height: 50vh;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        transition: all .3s ease-in-out;
    }
    
    @media only screen and (min-width: 540px) and (max-width: 1300px) {
        .swiper-slide img {
            height: 30vh;
        
        }
        
      }
    .swiper-slide {
      width: 60%;
    }
    
    .swiper-slide:nth-child(2n) {
      width: 60%;
    }
    
    .swiper-slide:nth-child(3n) {
      width: 60%;
    }
    
    .swiper-pagination > .swiper-pagination-bullet {
        opacity: 1;
        border: #000000  solid 1px;
        background-color: transparent;
    }
    
    .swiper-pagination >.swiper-pagination-bullet-active {
        background-color: #74330e ;
    }
    .rooms{
      background-color: #E1DEA9;
    }
    .demotext {
      text-shadow: #FFFCA8 2px 2px 0px, #9C9C9C 4px 4px 0px, 7px 13px 7px rgba(18, 130, 196, 0.51);
    }
    
  .section-background{
    background: url('img/pexels-george-becker-121668.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/apt22.png')  rgba(20, 19, 19, 0.603) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px;
  
}
.section-background3{
  background: url('img/a\ \(59\).jpg')  rgba(20, 19, 19, 0.603) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 600px;
  
}
.section-title h1{
  text-align: center;
  font-size: 4.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: 500px;
}
.section-title h1{
   padding-top: 70%;
   font-size: 40px !important;
}
}
.cover{
  background: url('img/home1.jpg')  rgba(20, 19, 19, 0.603) ;
    
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
.room-wrapper{
  background-image: url('img/kiara.png');
  background-color: rgb(250, 249, 240);
}
svg:hover {
  fill: gold;
}

.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;
  }
  .gallery {
    background-color: rgb(250, 250, 250);
  }
  .gallery .titlepage {
    text-align: center;
  }
  .gallery .gallery_img {
    height:20vh;
    overflow: hidden;
    margin-bottom: 30px;
    box-shadow: 10px 7px 5px #BFA25A;
  }
  .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);
  }