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: 'Roboto', sans-serif;
  font-family: 'Inconsolata', monospace;
  font-family: 'Italiana', sans-serif;
  font-family: 'Italianno', cursive;
  font-family: 'Literata', serif;

  font-family: 'Nova Square', sans-serif;
  font-family: 'Marcellus', serif;
  
  font-family: 'Gilda Display', serif;
  
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Jost', sans-serif;
  font-family: 'Lexend', sans-serif;
  color: #000000;

}


::selection {
  color: #ffffff;
  background: black;
}



nav.navbar {
  background: #ffffff;

  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;
  transform: scale(1.05);
  background-color: transparent;
  border-bottom: #000000 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: 700px;
}

.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: 700px;
}

.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: 700px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;
  justify-content: center !important;
  align-items: center !important;
}

.carousel-caption h1 {
  font-family: 'Gilda Display', serif;
  text-transform: capitalize;
  letter-spacing: 6px;
  font-size: 90px !important;
font-weight: 100;
  color: #ffffff;
}

.carousel-caption h6 {
  margin-bottom: 0px;
  font-family: 'Roboto', sans-serif;
  font-size:22px;
  letter-spacing:1.2px !important;
  text-transform: uppercase;

  font-weight: 300 !important;

}

a{
  text-decoration: none;
}
/* CSS */
button.button-52 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid rgba(0, 0, 0, 0.246);
  color: #ffffff;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0)!important;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

button.button-52:after {
  
  content: "";
  background-color: #2F4137;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

button.button-52:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  button.button-52 {
    padding: 13px 50px 13px;
  }
}


button.button-53 {
  font-size: 16px;
  font-weight: 200;
  letter-spacing: 1px;
  padding: 13px 20px 13px;
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.246)!important;
  color: #ffffff!important;
  cursor: pointer;
  position: relative;
  background-color: rgba(0, 0, 0, 0)!important;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

button.button-53:after {
  
  content: "";
  background-color: #2F4137 !important;
  width: 100%;
  z-index: -1;
  position: absolute;
  height: 100%;
  top: 7px;
  left: 7px;
  transition: 0.2s;
}

button.button-53:hover:after {
  top: 0px;
  left: 0px;
}

@media (min-width: 768px) {
  button.button-53 {
    padding: 13px 50px 13px;
  }
}


.about-section{
  margin-top: 100px;
  margin-bottom: 100px;
  color: black;
}

.facilities-section{
  background: url('../photos/img5.jpg') rgba(20, 19, 19, 0.708) ;
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 70px;
  padding-bottom: 70px;
}
.glass-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22vh;

  overflow: hidden;
}
.glass-content {
  position: absolute;
  text-align: center;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.2); /* Adjust the alpha value for transparency */
  backdrop-filter: blur(10px); /* Increases the blur effect */
  border-radius: 0px;
  border: 1px solid white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /* More pronounced shadow effect */
}

/* You can style your text as needed */
.glass-content h1 {
  color: #fff;
  font-size: 36px;
}

.glass-content p {
  color: #fff;
  font-size: 18px;
}

/*Roooms section*/
.rooms-section{
  background: white;
  padding-top: 70px;
padding-bottom: 70px;
}
.wrapper i {
  top: 50%;
  height: 50px;
  width: 50px;
  cursor: pointer;
  font-size: 1.25rem;
  position: absolute;
  text-align: left;
  line-height: 50px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
  transform: translateY(-50%);
  transition: transform 0.1s linear;
}

.wrapper i:active {
  transform: translateY(-50%) scale(0.85);
}

.wrapper i:first-child {
  left: -22px;
}

.wrapper i:last-child {
  right: -22px;
}

.wrapper .carousel-1 {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: calc((100% / 3) - 12px);
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  gap: 26px;
  border-radius: 8px;
  scroll-behavior: smooth;
  scrollbar-width: none;
  
}

.carousel-1::-webkit-scrollbar {
  display: none;
}

.carousel-1.no-transition {
  scroll-behavior: auto;
}

.carousel-1.dragging {
  scroll-snap-type: none;
  scroll-behavior: auto;
}

.carousel-1.dragging .card {
  cursor: grab;
  user-select: none;
}

.carousel-1 :where(.card, .img) {
  display: flex;
  justify-content: left;
  align-items: left;

}

.carousel-1 .card {
  scroll-snap-align: start;
  border: none;
  list-style: none;
  background: #ffffff;
  cursor: pointer;
  padding: 10px;
  padding-bottom: 15px;

border: 1px solid #2f41376f;
border-radius: 0px;
  text-align: left !important;

}


.carousel-1 .card h2 {
  width: auto;
  font-size: 30px;
  text-align: left;
  text-transform: capitalize;
  color: #000;
  margin-bottom: 0px !important;
  margin-top: 30px;

}

.carousel-1 .card span {
  color: #6A6D78;
  font-size: 1.31rem;
  text-align: left;
  margin-top: 0px !important;
 
}

.learn-more{
  background:#2F4137;
  color: white !important;
  padding: 10px;

  text-transform: capitalize !important;
  width: auto;
}


.summer{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #F7EEE3;
}
.btn2 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  border: 1px solid #DAA57E;
  text-transform: uppercase;
  color: #DAA57E;
  text-decoration: none;
  font-weight: 200;
  font-size: 18px;
  transition: 0.3s;
   
  font-family: 'Gilda Display', serif;
}

.btn2::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - -2px);
  background-color: #F7EEE3;
  transition: 0.3s ease-out;
  transform: scaleY(1);

}

.btn2::after {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(100% + 4px);
  height: calc(100% - 50px);
  background-color: #F7EEE3;
  transition: 0.3s ease-out;
  transform: scaleY(1);
  
}

.btn2:hover::before {
  transform: translateY(-25px);
  height: 0;
}

.btn2:hover::after {
  transform: scaleX(0);
  transition-delay: 0.15s;
}

.btn2:hover {
  border: 2px solid #DAA57E;
}

.btn2 span {
  position: relative;
  z-index: 3;
}

button {
  text-decoration: none;
  border: none;
  background-color: transparent;
}

.summer-text{
  padding: 40px;
  margin-left: 100px;
  margin-right: -100px;
  line-height: 28px;
  background: white;
  position: relative;
  border: #2F4137 1px solid;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.testimonials-section{
  background: #2F4137;
  padding-top: 100px;
  padding-bottom: 100px;
}

.testim {
  width: 100%;
  position:relative;
  top: 0%;

}

.testim .wrap {
  position: relative;
  width: 100%;
  max-width: 1020px;
  padding: 40px 20px;
  margin: auto;
}

.testim .arrow {
  display: block;
  position: absolute;
  color: #ea830e;
  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(255, 255, 255);
}
  

.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 #ea830e;
  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: #ea830e;
  border-color: #ea830e;
}

.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 {
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 0 70px 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: #ea830e;
  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);
  }
}

@media all and (max-width: 300px) {
body {
  font-size: 14px;
}
}

@media all and (max-width: 500px) {
.testim .arrow {
  font-size: 1.5em;
}

.testim .cont div p {
  line-height: 25px;
}

}


/*Aboutus.html*/
.section-background{
  background: url('../photos/carousel2.jpg')  rgba(20, 19, 19, 0.493) ;
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}

.section-title h1{
  text-align: center;
  padding-top: 9%;
  font-family: 'Gilda Display', serif;
  color: white;
  font-size: 60px !important;
}
.gallary{
  margin-top: 100px;
  margin-bottom: 100px;
}
.gallary img {
  width: 100%;
}
.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  height: 50px;
  position: absolute;
  width: 50px;
  cursor: pointer;
  top: 45%;
  background: white !important;
  transition: 0.5s;
}
.owl-carousel .owl-prev {
  left: 0px;
}
.owl-carousel .owl-next {
  right: 0px;
}
.owl-carousel .owl-next:hover,
.owl-carousel .owl-prev:hover {
  background: #C1B086 !important;
}
.flex1 {
  display: flex;
  justify-content: space-between;
}
.banner{
  background: url('../photos/img4.png')  rgba(20, 19, 19, 0.704) ;
  background-attachment: fixed;
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
  text-align: center;
}
.banner p{
 padding-top: 9%;
}
/*Rooms.html*/
.section-background1{
  background: url('../photos/carousel3.jpg')  rgba(20, 19, 19, 0.493) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
.room-content{
  padding-top: 70px;
}
.room-content h1{
  font-family: 'Gilda Display', serif;
  color: #2F4137 ;
  font-size: 24px;
}
.room-content h6{
  color: #2F4137 ; 
  font-size: 16px !important;
}
.img-box {
  box-sizing: content-box;

  overflow: hidden;
  display: inline-block;
  color: white;
  position: relative;
  background-color: white;
}

 .img-box:hover img { 
  transform: scale(1.1);
  transition: 1s;
  
}
.glass-container1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 5vh;
margin-top: -70px;
margin-left: -450px;
  overflow: hidden;
}
.glass-content1 {
  position: absolute;
  text-align: center;
  padding: 15px;
  background-color: rgba(255, 255, 255, 0.531); /* Adjust the alpha value for transparency */
  backdrop-filter: blur(10px); /* Increases the blur effect */
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); /* More pronounced shadow effect */
}

/* You can style your text as needed */
.glass-content1 h1 {
  color: #fff;
  font-size: 20px;
}

.glass-content1 p {
  color: #fff;
  font-size: 18px;
}

/*Contact.html*/
.section-background2{
  background: url('../photos/Photo\ \(7).jpg')  rgba(20, 19, 19, 0.493) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}

/*Gallery.html*/
.section-background3{
  background: url('../photos/carousel1.jpg')  rgba(20, 19, 19, 0.493) ;
  background-attachment: fixed;
  background-position:bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 400px;
}
@media screen and (max-width: 600px) {
  .carousel-caption {
    margin-bottom: 50%;
    text-align: center;
    justify-content: center !important;
    align-items: center !important;
  }
  
  .carousel-caption h1 {
    font-family: 'Gilda Display', serif;
    text-transform: capitalize;
    letter-spacing: 6px;
    font-size: 40px !important;
  font-weight: 100;
    color: #ffffff;
  }
  
  .carousel-caption h6 {
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
    font-size:18px;
    letter-spacing:1.2px !important;
    text-transform: uppercase;
  
    font-weight: 300 !important;
  
  }
.testim .dots{
  z-index: 1;
}
  .wrapper .carousel-1 {
    grid-auto-columns: 100%;
  }
}
@media(max-width:1024px){

  nav.navbar{
    height: auto;
  }
}

@media(max-width:990px){
  .banner{
    background-attachment:scroll !important;
  }
  .banner p{
    padding-top: 20%;
   }
  html, body{
    font-size: 90%;
  }
  nav.navbar{
    height: auto;
  }
.testim .arrow.left {
  bottom:0px;
   left: 0px;
   z-index: 1;
 }
 
 .testim .arrow.right {
   right: 0px;
   bottom:0px;
   z-index: 1;
 }
 .review-text{
  text-align: center !important;
  justify-content: center !important;
  align-items: center !important;
 } 
.summer-text{
 
  margin-left: 0px;
  margin-right: 0px;
 
}
  .rooms-text {
    width: 300px !important;
    margin-top: -80px;
  }
  .wrapper .carousel-1 {
    grid-auto-columns: 100%;
    padding-left: 20px;
  }

  .slider-wrapper .slide-button#prev-slide {
    left: 0px;
    display: none;
  }

  .slider-wrapper .slide-button#next-slide {
    right: 0px;
  }

  .rooms-divider {
    width: 100%;
  }
  .map-col{
    text-align: center !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .facilities-section{
    background-attachment:scroll !important;
  }
  .glass-container1 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 5vh;
  margin-top: -60px;
  margin-left: -190px;
    overflow: hidden;
  }
  .section-background, .section-background1, .section-background2, .section-background3{
    background-attachment:scroll !important;
    height: 400px;
  }
  .section-title h1{
    font-size: 40px !important;
    padding-top: 40%;
  }
}


/*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;
}

