html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: 'Barlow', sans-serif;
  font-family: 'Bonheur Royale', cursive;
  font-family: 'DM Sans', sans-serif;
  font-family: 'Forum', serif;
  font-family: 'Gilda Display', serif;
  font-family: 'Inconsolata', monospace;
  font-family: 'Italiana', sans-serif;
  font-family: 'Italianno', cursive;
  font-family: 'Literata', serif;
  font-family: 'Jost', sans-serif;
  font-family: 'Nova Square', sans-serif;
  font-family: 'Marcellus', serif;
  color: #000000;
}

::selection {
  color: #ffffff;
  background: #74685E;
}

.background-container {

  animation: zoom 10s ease-in-out forwards;
}

@keyframes zoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}


nav.navbar {
  background: rgba(255, 255, 255, 0.83);

  backdrop-filter: blur(0px) !important;
  transition: background 0.5s !important;

  font-family: 'Marcellus', serif;
  line-height:27.0001px;
  text-transform: uppercase;
font-weight: 100 !important;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: sticky;
display: flex;
font-size: 17px !important;

}


li.nav-item a.nav-link {
  color: rgb(0, 0, 0) !important;
justify-content: center;
font-family: 'Marcellus', serif;
  line-height:27.0001px;
  text-transform: uppercase;
font-weight: 100 !important;
font-size: 14px !important;

}

.nav-item {
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.07);
  text-decoration: none;

}

.navbar li a.active {
  color: #000000!important;
  border-radius: 30px;
  transform: scale(1.05);
  background-color: rgba(255, 255, 255, 0.358);
  border-bottom: #105C82 1px solid !important;

}


.dropdown-menu {
  background-color: #ffffff !important;
  color: #ffffff;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #490e0e;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  z-index: 100;
  width: 100%;
  text-align: center;
  padding: 10px;
}

.dropdown-menu .dropdown-item {
  color: rgb(0, 0, 0);
  text-align: left;
}

.dropdown-menu .dropdown-item:hover {
  background-color: #D2CBBF;

  transform: scale(1.02);
  color: rgb(43, 43, 43);
}

.carousel1 {
  background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 760px;
}

.carousel2 {
  background: url('../photos/carousel2.jpg')  rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 760px;
}

.carousel3 {
  background: url('../photos/carousel3.jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 760px;
}

.carousel-caption {
  margin-bottom: 11%;
  text-align: center;
}

.carousel-caption h1 {

  font-family: 'Marcellus', serif;
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 100px !important;
font-weight: 100;
  color: #ffffff;
}

.carousel-caption h6 {
  margin-bottom: 0px;
  font-family: 'Jost', sans-serif;
  font-size:12px;
  letter-spacing:1.2px !important;
  text-transform: uppercase;
  color: #B88F40 !important;
  font-weight: 900 !important;

}

button {
  appearance: none;
  background-color: transparent;
  border: 0.125em solid #1A1A1A;
  border-radius: 4em;
  box-sizing: border-box;
  color: #3B3B3B;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  min-height: 0;
  min-width: 0;
  outline: none;
  padding: 1em 2.3em;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  will-change: transform;
 }
 
 button:disabled {
  pointer-events: none;
 }
 
 button:hover {
  color: #fff;
  background-color: #08577E;
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
 }
 
 button:active {
  box-shadow: none;
  transform: translateY(0);
 }

.about-section{
  margin-top: 100px;
  margin-bottom: 100px;
}

 .about-img{
  position: relative;
  margin-left: 150px;
  margin-top: 330px;
  z-index: 10;
 }

 .yellow-box{
  background: #EECF79;
  padding: 20px;
  width: 150px;
  height: 150px;
  position: relative;
  margin-left: 730px;
  margin-top: -400px;
 }

 .rooms-section{
margin-bottom: 100px;
 }
 .room-info{
  padding: 20px;
 }



 .nav-pills-custom .nav-link {
  color: #aaa;
  background: #fff;
  position: relative;
}

.nav-pills-custom .nav-link.active {
  color: #45b649;
  background: #fff;
}

.facilities{
  background: url('../photos/48935374.jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 50px;
padding-bottom: 50px;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
}

.image-container {
  position: relative;
  display: inline-block;
  padding: 20px;
}
.image-container:hover img{
transform: scale(1.08);
transition: transform 0.5s ease-in-out;
}

.image-container img {
  max-width: 100%;
  height: auto;
  display: block;

}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.37); /* Adjust the last value (0.7) for the darkness of the overlay */
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #EFAB00; /* Inner border */

}

.content {
  text-align: center;
  color:#EFAB00; /* Color of the text */
  text-shadow: 4px 4px 6px rgba(0, 0, 0, 0.5);
 
  
}
.wrapper{
  width:70%;
}

.testimonial-section{
  margin-top: 150px;
  margin-bottom: 100px;
}
.testimonial-box{
  padding: 40px;
  background: #d4d0d0;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.facility-section{
  background: #102B34;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-bottom: 100px;
}

.facility-box{
  padding: 30px;

}
/*Rooms.html*/
.section-background{
  background: url('../photos/room3.jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
height: 400px;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
}

.section-title h1{
color: white;
padding-top: 9%;
font-size: 70px;
letter-spacing: 5px;
font-weight: 100;
}
.col-bg{
  background: url('../photos/rooms.png');
  padding: 50px;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

}


/*Aboutus.html*/
.section-background1{
  background: url('../photos/gallery3.jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
height: 400px;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
}

/*Gallery.html*/
.section-background2{
  background: url('../photos/gallery3.jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
height: 400px;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
}

/*Contact.html*/
.section-background3{
  background: url('../photos/carousel2.jpg') rgba(20, 19, 19, 0.493) ;
  
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
height: 400px;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
}

.contact-section{
  margin-top: 100px;
  margin-bottom: 100px;
}

.section-text h3{
  padding-top: 5%;
  color: white;
}
@media(max-width:992px){
    .map-col{
       align-items: center !important;
justify-content: center !important;
text-align: center !important; 
    }
  .section-cover{
    background-attachment: scroll !important;
  }
  .section-title h1{
    font-size: 50px !important;
    padding-top: 40% !important;
  }
  .carousel-caption {
    margin-bottom: 40% !important;
    text-align: center;
  }
  .carousel-caption {
    margin-bottom: 11%;
    text-align: center;
  }
  
  .carousel-caption h1 {
  
    font-family: 'Marcellus', serif;
    text-transform: capitalize;
    letter-spacing: 6px;
    font-size: 50px !important;
  font-weight: 100;
    color: #ffffff;
  }
  
  .carousel-caption h6 {
    margin-bottom: 0px;
    font-family: 'Jost', sans-serif;
    font-size:12px !important;
    letter-spacing:1.2px !important;
    text-transform: uppercase;
    color: #B88F40 !important;
    font-weight: 900 !important;
  
  }
  
  .about-img{
    position: relative;
    margin-left: 30px;
    margin-top: 130px;
   }
  
.section-text h3{
  padding-top: 25% !important;
  color: white;
}
 .wrapper{
  width:100%;
} 
.info-box h1{
  font-size: 25px !important;
  
}
.info-box{
  z-index: 1;
  background: rgb(255, 255, 255) !important;
  padding: 20px !important;
margin-top: -190px !important;

}
nav.navbar{
  height: auto;
}
}
.panel-heading {
  padding: 0;
	border:0;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding:15px;
  color:#555;
  font-size:16px;
  font-weight:bold;

	letter-spacing:1px;
  word-spacing:3px;
	text-decoration:none;
}
.panel-heading  a:before {
  font-family: 'Marcellus', serif;
   content: "+";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.gallery{
  margin-top: 100px;
  margin-bottom: 100px;
}
.info-box{
  position: relative;
  margin-top: -300px;
  background: white;
  padding: 50px;
}

.section-cover{
  background: url('../photos/48935374.jpg') rgba(20, 19, 19, 0.493) ;
  background-attachment: fixed;
  background-position:top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
height: 300px;
align-items: center !important;
justify-content: center !important;
text-align: center !important;
}
/* Add indicator arrow for the active tab */
@media (min-width: 992px) {
  .nav-pills-custom .nav-link::before {
      content: '';
      display: block;
      border-top: 8px solid transparent;
      border-left: 10px solid #fff;
      border-bottom: 8px solid transparent;
      position: absolute;
      top: 50%;
      right: -10px;
      transform: translateY(-50%);
      opacity: 0;
  }
  
}

.nav-pills-custom .nav-link.active::before {
  opacity: 1;
}



/*Animations*/
.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;
}




    

