@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&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=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=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=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&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=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=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=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=Pattaya&family=Patua+One&family=Roboto+Slab:wght@100..900&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');
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;
  }
  
/*  HEADER */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:#000000;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:#000000;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:
          #000000;
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color:#000000;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#000000;

}

.nav-item:hover .underline {
  background-color:#000000;
  width: 100%;

}

.nav-item:hover a {

  color: #000000;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#000000;

}

::selection {
  background-color: rgb(255, 255, 255);
  color: rgb(255, 255, 255);
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #f5f5f5;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
}

.navbar-toggler{
  border-color: #000000 !important;
  background-color:#000000 #000000 !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#000000!important;
  background-color: #000000; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background: #ffffff;
  border: 0;
  border-radius: 30px !important;
  color:rgb(0, 0, 0) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:30px;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #000000;

}

#button::before,
#button::after {
    
  background: #000000!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #ffffff;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }



  
  .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;
  }
  .index-bg1{
    background: url('image/549752283.jpg') rgba(0, 0, 0, 0.212);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 75vh;
    position: relative;
  
    margin-top: 60px;
    overflow: hidden;
  }


  
 
.carousel-caption {
    top: 25%;
    letter-spacing: 5px;
  }
  
 
  
  
  .carousel-caption h1{
    font-family: "Cinzel" , serif;
  font-size: 70px;

    font-weight: 600;
    text-shadow: 3px 2px 2px #000000;
  }
  
  .carousel-caption .col-md-12
  {
    padding: 70px ;
    background: rgba(0, 0, 0, 0.438);
  }

  .bg11{
    font-family: 'Ramaraja', serif;
    
  }
  
  @media only screen and (max-width: 1300px) {
    .carousel-caption .col-md-12
    {
        padding: 20px ;
    }
  }
  @media screen and (max-width: 500px) {
    .button-container:not(:last-child) {
        border-right:0;
        
      }
  }
  
  @media only screen and (max-width: 700px) {
    .carousel-caption .support-caption
    {
  display: flex;
  flex-direction: column;    
  
  }
  #vr{
    padding: 0;
  }} @media screen and (max-width: 300px) {
    .carousel-caption h1{
       font-size: 30px;
    
    }
    }

    .about-left-bottom-box{
        border-left: 3px solid #25AAE1;
        padding-left: 20px;
    }
    .location-box{
        background-color: #4D9CB2;
        width: 30%;
        border: 4px solid #ffffff;
        text-align: center;
        padding: 2%;
        border-radius: 50%;
        margin-top: -220px;
        margin-left: -80px;
        position: relative;
        z-index: 100;
        border-style: double;
    }
      @media(max-width:990px){
    
        .carousel-caption h1{
       
          font-size: 40px !important;
        
          }
          .bg11{
            font-size: 17px !important;
          }
          .location-box{
            display: none;
          }
          .img25{
            padding-top: 20px !important;
            height: 500px !important;
            margin-left: 20px !important;
          }
          .par1{
            padding-top: 0px !important;
          }
          .font05{
            font-size: 25px !important;
          }
     
       }

       .banner01 {
        font-family: "Cinzel", serif;
        font-size: 50px;
        font-weight: 600;
    }
    .Slogan .bg{
        background: url('image/549752214.jpg')rgba(0, 0, 0, 0.575);
        margin-top: 50px;
        background-position: center 60%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 350px;
    }
        /* 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,#196896,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);
  }

  .txt1{
    font-family: "Cinzel", serif;
    font-size: 45px;
    font-weight: 600;
  } 


  .facility-bg{
    background: url('image/549752189.jpg')  rgba(20, 19, 19, 0.678) ;
    
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
  
  }
  .facility-box1{
    padding: 40px;
  
    background: rgba(0, 0, 0, 0.658);
  }


  
        /*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);
  }


  #testimonials .swiper-pagination {
    display: none;
  }
  
  @media only screen and (max-width: 901px) {
    #testimonials .swiper-pagination {
      display: block;
      bottom: 10px;
    }
  
    .review-content .swiper-arrow {
      display: none !important;
    }

    .txt1{
        font-size: 40px !important;
    }
  }  


  .review-item blockquote {
    line-height: 1.8;
  }
  .review-content .swiper-arrow {
    top: 50%;
    bottom: 0;
    z-index: 2;
    border: 1px solid gray;
    color: gray;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    transition: 0.4s ease-in-out;
  }
  .review-content .swiper-arrow:hover {
    border: 1px solid #4d5969;
    color: #4d5969;
  }
  .review-content .swiper-arrow.swiper-arrow-prev {
    left: -80px;
  }
  .review-content .swiper-arrow.swiper-arrow-next {
    right: -80px;
  }
  .review-content .quotation svg.quote {
    color: gray;
  }
  #testimonials .swiper-pagination {
    display: none;
  }
  @media only screen and (max-width: 901px) {
    #testimonials .swiper-pagination {
      display: block;
      bottom: 10px;
    }
    .review-content .swiper-arrow {
      display: none !important;
    }
  }


  .contact-bg1{
    background: url('image/549752283.jpg') rgba(0, 0, 0, 0.753);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 80px;
  }


  .bg01{
    text-align: center;
    font-family: "Cinzel", serif;
    font-weight: 600;
     font-size: 60px;
    
     padding-top: 170px;
     text-shadow: 2px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 40px !important;
        }
     .room4 {
        font-size: 25px !important;
     }
     .room3 {
        font-size: 15px !important;
     }
     .banner9{
        font-size: 30px !important;
     }
     .gallery .gallery_img figure img {
        width: 110%;
      
    }
    .com1 {
        font-size: 17px !important;
    }
    .txt1{
        font-size: 30px !important;
    }
    .font1{
        font-size: 34px !important;
    }
    .banner01{
        font-size: 40px !important;
    }
       }


       .about-bg1{
        background: url('image/549752099.jpg') rgba(0, 0, 0, 0.74);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 60vh;
        position: relative;
      
        margin-top: 80px;
      }
      .gallery-bg1{
        background: url('image/549752214.jpg') rgba(0, 0, 0, 0.685);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 60vh;
        position: relative;
      
        margin-top: 80px;
      }
    
      .img-fluid1 {
        height: auto;
          box-shadow: 8px 8px 4px #3f3f3f;
          max-width: 100%;
        }
        .rooms-bg1{
            background: url('image/549752235.jpg') rgba(0, 0, 0, 0.685);
            background-attachment: fixed;
            background-position: bottom;
            background-repeat: no-repeat;
            background-size: cover;
            background-blend-mode: multiply;
            height: 60vh;
            position: relative;
          
            margin-top: 80px;
          }
        
  /* - */
  .contact-page{
    margin-top: 100px;
  margin-bottom: 100px;
  }
  
  .contact-box{
    border: 1px solid rgba(131, 130, 130, 0.397);
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    font-family: "Lora", serif;
    box-shadow: 8px 8px 4px #353535; 

    
  }
  .contact-box:hover{
    transform: scale(1.02);
    color: #000000;
    background-color: #f5f5f5;
  }


  
           /*ROOMS*/
           .room-content,.room-img,.room-text{
            position: relative;
            transition: all 0.6s ease-in-out;
            overflow: hidden;
        
        }
        
        .room-img{
            display: block;
            overflow: hidden;
        
        }
        
        .room-img img{
            transition: all 0.4s ease-in-out;
        
        }
        
        .room-img .room-title{
            content: '';
            position: absolute;
            background-color: black;
            bottom:0;
            left: 0px;
            width: calc(100% - 30px);
            z-index: 1;
            transition: all 500ms ease;
        }
        
        @media only screen and (max-width: 500px) {
            .room-img .room-title{
               position: relative;
               width: 100%;
            }
          }
        
        .room-img .room-title h4 {
            position: relative;
            display: block;
            width: 100%;
            background: #0a0807;
            line-height: 33px;
            color: #fff;
            font-weight: 700;
            padding: 5px 15px 5px 30px;
            font-family: "Cinzel", serif;
            margin: 0;
        
        }
        .room3{
            font-weight: 700;
            font-family: "Cinzel", serif; 
            font-size: 25px;
        }
        .room-content{
            box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
                background: #f1efee;
        
        }
        
        
        .room-content:hover .room-img img{
            transform: scale(1.1);
        }
          
        .room-amenities{
            position: relative;
            display: block;
            background: #f1efee;
            padding: 10px;
            text-align: center;
        }
        
        .room-amenities span{
            position: relative;
            display: inline-block;
            font-size: 15px;
            color: #8d8b8a;
            margin-right: 20px;
            font-family: 'Outfit', sans-serif;
        
        }
        
        .room-amenities h6{
            font-family: 'Outfit', sans-serif;
        
        }
        
         a.blog-button {
            display: inline-block;
            font-size: 16px !important;
            border: transparent;
            background: #bdb17e;
            width: 100%;
            text-align: start;
            color:white;
            font-family: 'Outfit', sans-serif;
            padding: 10px;
            border:3px solid white;
         }
        
         a.blog-button svg {
            top:3px;
            float: right;
            fill:white;
            position: relative;
            transition: all 0.4s ease-in-out;
        }
        
        
        a.blog-button:hover svg {
            transform: rotate(180deg);
        }
        @media only screen and (min-width: 500px) {
            .room-amenities1 div{
             display: flex;
             justify-content: space-between;
            }
          }

