@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=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=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&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
    font-family: "Cinzel", serif;
}
.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:rgb(0, 0, 0);
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:rgb(0, 0, 0);
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:rgb(0, 0, 0);
      }
    }

.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: #F15A30;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#F15A30;

}

.nav-item:hover .underline {
  background-color:#F15A30;
  width: 100%;

}

.nav-item:hover a {

  color:  rgb(0, 0, 0);
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#F15A30;

}

::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: #4B8ABC !important;
  background-color: #D4AC5A #4B8ABC !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#F15A30!important;
  background-color: #F15A30; 
  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: #F15A30;
  border: 0;
  border-radius: 40px !important;
  color:rgb(255, 255, 255) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #ffffff;

}

#button::before,
#button::after {
    
  background: #F79532!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #F79532;

}


.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;
  }


  .banner_wrapper {
    height: 80vh;
  }
  
  .banner_wrapper .swiper {
    width: 100%;
    height: 100%;
  }
  
  .banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: rgba(0, 0, 0, 0.7);
  }
  
  .banner_wrapper .swiper-slide::before {
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
  
    z-index: 0;
  }
  
  .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .9375rem;
    height: .9375rem;
    background-color: white;
    border: .0625rem solid white;
  }
  
  .banner_wrapper .swiper .slide-caption {
    text-align: center !important;
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center !important;
  }
  
  .banner_wrapper .swiper .slide-caption p {
  font-size: 25px;
    text-align: center;
    max-width: 39.5rem;
    margin: 0 auto;
    color: white;
  }
  

  .banner_wrapper .swiper .slide-caption h1 {
  
  
    font-weight: 600;
    font-style: normal;
    color: white;
    font-size: 70px;
  }

  .banner_wrapper .swiper .slide-caption h2 {
  
    font-family: "Abril Fatface", serif;
    font-weight: 300;
    font-style: normal;
    color: white;
    font-size: 40px;
  }
  @media (max-width:991px) {
  
    section {
      padding: 1.875rem 0;
    }
  
    .banner_wrapper {
      height: 33.625rem;
    }
  }

  .about-section{

    
    position: relative;
    overflow: hidden;
}

  .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Place it behind the content */
    background-image: url('../photos/scott-webb-UjupleczBOY-unsplash.png') ; /* Replace with your image path */
    background-size: cover;
    filter: blur(3px); /* Apply the filter effect you want */
  }
  .color-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* Place it behind the content */
    background-color:#EDECE8; /* Replace with the color you want */
    opacity: 0.8; /* Adjust the opacity as needed (0.1 to 1) */
  }

  .about-content {
    position: relative;
    z-index: 10 !important; /* Place it above the pseudo-element */
    /* Other styles for your content */

  }
  .about-img{
    position: relative;
    margin-left: -250px;
    margin-top: 200px;
 
  }
@media (min-width: 768px) {
  .button-59 {
    min-width: 170px;
  }
}
@media(max-width:990px){
.about-img img{
    position: relative !important;
    margin-left: 100px !important;
    margin-top: -80px !important;
  
} 
.about01{
  margin-left:0px !important;
}
.about02{
  font-size: 30px !important;
}

.banner_wrapper .swiper .slide-caption h1 {
font-size: 45px;
}

.banner_wrapper .swiper .slide-caption p {
  font-size: 15px;
  }
}



  /*---------------------
  Service Section
-----------------------*/
.separator{
    display:flex;
    align-items: center;
   
  }
  
  .separator .line{
    height: 1px;
    flex: 1;
    background-color: #000;
    
  }
  
  .separator h2{
    margin: 0 5rem;
   
  
  }


.services-section {
	padding-bottom: 80px;
	border-top: 1px solid #e5e5e5;
}
.services-section .section-title {
	margin-bottom: 36px;
}
.image-container {
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 10px #000;
}

.image-container img {
    transition: transform 0.3s ease;
}

.image-container:hover img {
    transform: scale(1.1);
}


.service-item {
	text-align: center;
	padding: 30px 35px 18px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.service-item:hover {
	background: #f3985b;
}


.slider-wrapper {
  position: relative;
}

.slider-wrapper .slide-button {
  position: absolute;
  top: 50%;
  outline: none;
  border: none;
  height: 50px;
  width: 50px;
  z-index: 5;
  color: #fff;
  display: flex;
  cursor: pointer;
  font-size: 2.2rem;
  background: #000;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

.slider-wrapper .slide-button:hover {
  background: #404040;
}

.slider-wrapper .slide-button#prev-slide {
  left: -25px;
  display: none;
}

.slider-wrapper .slide-button#next-slide {
  right: -25px;
}

.slider-wrapper .image-list {
  padding-left: 0px;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  gap: 18px;
  font-size: 0;
  list-style: none;
  margin-bottom: 30px;
  overflow-x: auto;
  scrollbar-width: none;
}

.slider-wrapper .image-list::-webkit-scrollbar {
  display: none;
}

.slider-wrapper .image-list .image-item {
  width: 325px;
  height: 400px;
  object-fit: cover;
}
/* customers */

.customers{
  margin-top: 40px;
  padding: 40px 0;
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("img/Screenshot 2024-03-29 154712.jpg") center/cover no-repeat fixed;
}
.customer{
  background: #00000070;
  padding: 15px;
  text-align: center;
  margin: 24px 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
  border: 1px solid #644222;
  cursor: pointer;
  transition: var(--transition);
  color:white;
}
.rating{
  margin: 10px 0;
  color: yellow;
}

.customer p{
  opacity: 0.7;
  line-height: 1.8;
  width: 60%;
  margin: 0 auto;
  color: white;
}
.customer img{
  width: 170px;
  height: 170px;
  border-radius: 50%;
  margin: 25px auto;
}
.customer span{
  font-weight: 700;
  opacity: 0.7;
}
.customer:hover{
  transform: translateY(-18px);
}
@media(min-width: 992px){
  
  .customers-container{
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      grid-gap: 30px;
  }
}
@media(min-width: 1370px){
  .customers-container{
      display: grid;
      grid-template-columns: repeat(3, 1fr);
  }
  
}
@media(max-width: 500px){
  .customer p{
      width: 100%;
  }
  .customer img{
      width: 100px;
      height: 100px;
  }
}
@media(max-width:1370px){
  .room1{
    width: 100vw;
  }
}


      
.home1 {
  padding: 0;
}

.home1 .slide {
  min-height: 40vh;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -1;
  background-color: rgba(0, 0, 0, 0.2);
}

.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;
}


.room-bg1{
  background: url('img/541149498.jpg') rgba(0, 0, 0, 0.678);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 60vh;
  position: relative;

  margin-top: 70px;
}

.gallery-bg1{
  background: url('img/Screenshot 2024-03-29 154557.jpg') rgba(0, 0, 0, 0.788);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 60vh;
  position: relative;

  margin-top: 70px;
}

.bg01{
  text-align: center;
font-weight: 600;
  font-style: italic; 
  font-size: 50px;
  color: #ffffff;
  padding-top: 150px;

 
}
.img1 {
  position: relative;
  overflow: hidden;

}

.img1 img {
  transition: transform 0.3s ease;
}

.img1:hover img {
  transform: scale(0.9);
}
.about-bg1{
  background: url('image/jay-castor-7AcMUSYRZpU-unsplash.jpg') rgba(0, 0, 0, 0.774);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 60vh;
  position: relative;

  margin-top: 70px;
}


/*Contact.html*/
.contact-bg1{
  background: url('img/Screenshot\ 2024-03-29\ 154648.jpg') rgba(0, 0, 0, 0.774);
  background-attachment: fixed;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  height: 60vh;
  position: relative;

  margin-top: 70px;
}
.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:inset; 
  
}
.contact-box:hover{
  transform: scale(1.02);

}
