@import url('https://fonts.googleapis.com/css2?family=Allison&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
  
  margin: 0px;
  padding: 0px;
  
overflow-x: hidden !important;
font-family: "Allison", cursive;
font-family: "Barlow", sans-serif;
  font-family: "Old Standard TT", serif;


  color: rgb(0, 0, 0);

}
.hr-tag{
  border-top: 15px solid white !important;
}

.top-bar{
  
  border-bottom: 1px solid white !important;
  color: white;
  padding-top: 30px;
  z-index: 10 !important;
  position: relative;
}

h6{
  font-family: "Heebo", sans-serif !important;
  font-weight: 400;
letter-spacing: 1px;
  font-size: 16px;
  line-height: 28px;
}
a{
  text-decoration: none !important;
}
#navigation{
  z-index: 10;
  background: #0D283D;
}
#navbar{
  height: 100px;
  z-index: 1000 !important;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2em;
  height: 2em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  align-content: flex-end;
  justify-content: space-between;
}
li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
font-family: 'Jost', sans-serif;
font-weight: 500 !important;
transition: border-bottom 0.3s ease-in-out;

}
.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.page-title-home {
  position: relative;
  z-index: 6;
  content: '';
  width: 100%;
  height: 83px;
 top: -41px;
  left: 0;
  background-image: url('../photos/wave.png');
}

a.nav-link:hover {

  text-decoration: none;
  border-bottom: 1px solid white;

  transition: border-bottom 0.3s ease-in-out;
}

.navbar li a.active {
  color: #CFB53C!important;
  transform: scale(1.05);
  background-color: transparent;
  border-bottom: #CFB53C 1px solid !important;

}


#button {
  display: block !important;
  background-color: #FF9800 !important;
  width: 50px !important;
  height: 50px !important;
  text-align: center;
  border-radius: 4px;
  position: fixed !important;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000 !important;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}
.justify-content-end {
  justify-content: space-evenly!important;
}
.text-bg-dark {
  color: #fff!important;
  background-color: #0D283D !important;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}


.trending-area{
  padding-top: 100px;
  padding-bottom: 100px;

}
.trending-box {
  border-radius: 15px;
}

.trending-box img {
  -webkit-transition: all .5s;
  transition: all .5s;
}

.trending-box .trending-hover-info {
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 20;
  height: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2%, rgba(0, 0, 0, 0.01)), color-stop(90%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
  left: 0;
  bottom: -50px;
  color: #fff;
  padding: 20px;
}

.trending-box .trending-hover-info i {
  font-size: 50px;
}

.trending-box .trending-hover-info .trending-category {
  color: var(--primary-yellow);
  margin: 11px 0 8px;
}

.trending-box .trending-hover-info .h2 {
  font-weight: 500;
}

.trending-box .trending-hover-info .line {
  text-align: center;
  height: .5px;
  width: 60px;
  background-color: #fff;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  margin: 20px auto 30px;
}

.trending-box .trending-hover-info .trending-permalink {
  font-style: italic;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.trending-box:hover img {
  -webkit-transform: scale(1.09, 1.09);
          transform: scale(1.09, 1.09);
  -webkit-filter: brightness(70%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.trending-box:hover .trending-hover-info {
  bottom: 0;
}

.trending-box:hover .trending-hover-info .line {
  width: 100%;
  -webkit-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.category {
  background: var(--primary-yellow);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  height: 40px;
  width: 40px;
  line-height: 1;
  letter-spacing: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-20deg);
          transform: rotate(-20deg);
  z-index: 3;
  -webkit-animation: beat_zm .7s ease infinite alternate;
          animation: beat_zm .7s ease infinite alternate;
}

.category::after, .category::before {
  content: "";
  position: absolute;
  background: inherit;
  height: inherit;
  width: inherit;
  top: 0;
  left: 0;
  z-index: -2;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.category::after {
  -webkit-transform: rotate(60deg);
          transform: rotate(60deg);
}

.category.category-trending {
  left: 30px;
  top: 30px;
}

.category.discount-category {
  height: 60px;
  width: 60px;
  margin: 0 auto 50px;
  font-size: 22px;
  font-weight: 700;
}

@-webkit-keyframes beat_zm {
  0% {
    -webkit-transform: rotate(-20deg) scale(1);
            transform: rotate(-20deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(-20deg) scale(1.1);
            transform: rotate(-20deg) scale(1.1);
  }
}

@keyframes beat_zm {
  0% {
    -webkit-transform: rotate(-20deg) scale(1);
            transform: rotate(-20deg) scale(1);
  }
  100% {
    -webkit-transform: rotate(-20deg) scale(1.1);
            transform: rotate(-20deg) scale(1.1);
  }
}

.slider-button-wrap {
  gap: 25px;
}

.slider-button-wrap .slide-btn-prev, .slider-button-wrap .slide-btn-next {
  height: 40px;
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  line-height: 1;
  color:  #CFB53C;
  border: 1px solid #CFB53C;
}

.slider-button-wrap .slide-btn-prev i, .slider-button-wrap .slide-btn-next i {
  -webkit-text-stroke: .5px;
}

.slider-button-wrap.slider-button-wrap-coffee {
  gap: 20px;
}

.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev, .slider-button-wrap.slider-button-wrap-coffee .slide-btn-next {
  line-height: 0;
  color: var(--coffee-color);
  border: 1px dotted var(--coffee-color);
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: .5;
}

.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev i, .slider-button-wrap.slider-button-wrap-coffee .slide-btn-next i {
  -webkit-text-stroke: .5px;
}

.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev:hover, .slider-button-wrap.slider-button-wrap-coffee .slide-btn-next:hover {
  opacity: 1;
}

.slider-button-wrap.slider-button-wrap-coffee .slide-btn-prev {
  -webkit-transform: rotateY(190deg);
          transform: rotateY(190deg);
}

.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-prev, .slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-next {
  color: var(--orange-color);
  border: 1px dotted var(--orange-color);
}

.slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-prev:hover, .slider-button-wrap.slider-button-wrap-coffee.orange .slide-btn-next:hover {
  opacity: 1;
  color: var(--color-white);
  border: 1px dotted var(--orange-color);
  background-color: var(--orange-color);
}

.trending-box-two {
  border-radius: 30px;
  border: 8px solid transparent;
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
}

.trending-box-two .trending-two-hover-info {
  padding: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(2%, rgba(0, 0, 0, 0.01)), color-stop(90%, rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.01) 2%, rgba(0, 0, 0, 0.75) 90%);
  -webkit-transition: all .4s linear;
  transition: all .4s linear;
  opacity: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

.trending-box-two .trending-two-hover-info p {
  font-size: 24px;
  font-weight: 700;
  line-height: 133.333%;
  letter-spacing: 0.24px;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
  -webkit-transition-delay: .1s;
          transition-delay: .1s;
}

.trending-box-two:hover {
  border: 8px solid rgba(16, 17, 19, 0.4);
}

.trending-box-two:hover .trending-two-hover-info {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.trending-box-two:hover .trending-two-hover-info p {
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.trending-area-black .trending-box-two:hover {
  border: 8px solid rgba(254, 254, 254, 0.2);
}
#example3{
	color: rgb(255, 255, 255);
	font-size: 124px;
	-webkit-text-stroke: 1px rgba(255, 255, 255, 0.288);
	-webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.counter-section{
  background: #f5f3ec00;
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -270px;

}
.row1{
  position: relative;
  margin-top: -100px;
}

@media (min-width: 500px) {

  .content {
    width: 43%;
  }
  #button {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}
a{
  text-decoration: none;
}

.navbar-brand img {
  width: 120px;
}
.navbar-nav {

  align-items: center;

  padding-top: 5px;
  padding-bottom: 5px;
}
.navbar .navbar-nav .nav-link {
  color: #5c1b1b;
  font-size: 13px;
  font-weight: 400;
  padding: 0.5em 1em;
}
a.nav-link.active{
  color: #C29F7B !important
  ;
}

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: none;
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition);
}
.navbar-collapse{
  
  padding-left: 0px !important;
  margin-left: 0px !important;
}
.button1{

  background: #932B41;
  padding: 20px 30px 20px 30px;
  color: white;
  transition: 0.4s ease-in-out;
  z-index: 1000!important;
}

.button1:hover{

  background: #A9D1DB;
  padding: 20px 30px 20px 30px;
  color: white;
  transition: 0.4s ease-in-out;
}
.button{

  background:#ffffff;
  padding: 15px 40px 15px 40px !important;

  color: rgb(0, 0, 0) !important;
}
.swiper{
  height: 700px;

z-index: 1 !important;

}

.slide-caption{
  padding-top:14%;
   text-align: center !important;
   justify-content: center !important;
   align-items: center !important;
 }
 .slide-caption h6{
  margin-bottom: 0px !important;
  font-family: "Jost", sans-serif !important;
  text-transform: capitalize !important;
  font-weight: 400 !important;
  color: white !important;
 }
 .slide-caption h1{

   text-transform: capitalize !important;
   letter-spacing: 6px;
   font-size: 80px !important;
   margin-top: 0px !important;
   padding-top: 0PX !important;
 font-weight: 700 !important;
   color: #ffffff ;
 }

 .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
   width: .9375rem;
   height: .9375rem;
   background-color: #0D283D;
   border: .0625rem solid #CFB53C;
   margin-bottom: 50px;
 }
 .sticky{
  position: fixed;
  top: 0;
  z-index: 10!important;
  background: #0D283D!important;

  box-shadow: none!important;
  width: 100%;
}

.container{
  width:100% !important;
}

footer{
  background: #111111;
  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;
  font-family: 'Jost', sans-serif;
  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;
  font-family: 'Jost', sans-serif;
  font-size: 18px;
}

.socials a{
  text-decoration: none !important;
  color: white;
}
.socials a:hover h4 {
  color:  #A9D1DB;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
.copyright{
  display: flex;
justify-content: right;
text-align: right ;
align-items: end ;
}
.room-link{
  color: #000000;
}
.room-link:hover{
  color: #932B41;
}
@keyframes fadeinnav {
  from {opacity: 0;}
  to {opacity: 1;}
}
.fade-in-nav{
  animation-name: fadeinnav;
  animation-duration: 0.9s;
}
.nav-hidden{
  display: none;
}
.nav-hidden1{
  display: block;
}
.img1{
  border-radius: 20px;
}


.text-col{
  position: relative;
  margin-top: -60px;
}

.text-col h1{
  font-size: 70px;
  color: #0D283D;
  text-shadow: 4px 2px 6px rgba(181,172,50,0.6);
  line-height: 90px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
}
button.learn-more{
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
 }
 
 button.learn-more {
  width: 12rem;
  height: auto;
 }
 
 button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #0D283D;
  border-radius: 1.625rem;
 }
 
 button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
 }
 
 button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
 }
 
 button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
 }
 
 button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0;
  margin: 0 0 0 1.85rem;
  color: #282936;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
 }
 
 button:hover .circle {
  width: 100%;
 }
 
 button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
 }
 
 button:hover .button-text {
  color: #fff;
 }

 .spa-section{
  background: url('../photos/img15.jpg') rgba(0, 0, 0, 0.397);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
padding-top: 100px;
padding-bottom: 200px;
 }
 .pool{
  position: relative;
  margin-top: -100px;
  z-index: 1;

 }
 .pool1{
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.75);
box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.75);
background: white;
z-index: 1;


 }
 .pool-content{
  padding: 40px;
 }

 .experiences{
  background: #0D283D;
  position: relative;
  margin-top: -100px;
  padding-top: 200px;
  padding-bottom: 100px;
 }
 .image-container1 {
  position: relative;
border-radius: 20px;
  overflow: hidden;
}

.image-container1 img {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}

.overlay1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.301); /* Adjust the alpha value for darkness */
  opacity: 0.3;
  transition: opacity 0.3s ease;
}

.image-container1:hover .overlay1 {
  opacity: 0.9;
}
.image-container1:hover img {
  opacity: 0.9;
 scale: 1.02;
 transition: 0.5s ease-in-out;
}
.text2 {
  padding: 10px;
  background: #ffffff;
  position: absolute;
  bottom: 15px;
  left: 15px;
  color: #0D283D;
  font-size: 26px;
  letter-spacing: 2px;
  opacity: 1 !important; /* Ensure text remains fully visible */
}

.box1{
  padding: 15px;
  background: #0D283D;
  position: absolute;
  top: 0px;
right: 0px;
  color: rgb(0, 0, 0);
 
  opacity: 1; /* Ensure text remains fully visible */
}
.offers{
  padding:100px 0px 100px 0px;
}
.blue-card{
  padding: 30px;
  background: #0D283D;
  color: white;
  text-align: center;
  justify-content: center;
  align-items: center;
  
}
.loop-holder {
  display: flex;
  white-space: nowrap;
  overflow: hidden;
}

.loop-holder__text {
    animation: textLoop 40s linear infinite;
    font-size: 6vw;
    padding-right: .35em;
    color: #00000013;
}

@keyframes textLoop {
  0% {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0)
  }
  100% {
      -webkit-transform: translate3d(-100%, 0, 0);
      transform: translate3d(-100%, 0, 0)
  }
}
/*restaurant.html*/
.section-background{
  background: url('../photos/about1.jpg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.coffee-bg{
  background: url('../photos/breakfast2.jpg.png'), linear-gradient(rgba(0, 0, 0, 0.298), rgba(0, 0, 0, 0.629));
  background-position:top;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}

.coffee{
  position: relative;
  margin-top: -100px;
  padding-bottom: 50px;
}


/*rooms.html*/
.section-background1{
  background: url('../photos/double-room.jpg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.rooms-box{
  padding: 20px;
}



/*family-room.html*/
.section-background2{
  background: url('../photos/family-bg.jpg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.family-bg{
  background: url('../photos/about3.jpg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.room-facilities{
  padding-top: 100px;
  padding-bottom: 100px;
}
.room-facility{
  display: flex;
  padding: 20px;
  justify-content: space-evenly;
  text-align: center;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.75);
  box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.75);
}


/*spa.html*/
.section-background3{
  background: url('../photos/spa.jpg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.cover-bg{
  background: url('../photos/spa1.jpg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px; 
}
.chefs-box {
  height: 510px !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 12px;
}

@media only screen and (max-width: 767.98px) {
  .chefs-box {
    height: 400px;
  }
}

.chefs-box .chefs-hover-info {
  padding: 20px;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  -webkit-transform: translateY(-97px);
          transform: translateY(-97px);
  -webkit-transition: .7s;
  transition: .7s;
}

.chefs-box .chefs-hover-info span {
  color: var(--primary-yellow);
  margin-bottom: 30px;
}

.chefs-box:hover .chefs-hover-info {
  top: 0;
  background-color: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: .7s;
  transition: .7s;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.chefs-box:hover .chefs-hover-info h2 {
  color: white !important;
  -webkit-transition: .3s;
  transition: .3s;
}

.chef-two-box {
  -webkit-box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.06);
  border-radius: 15px;
}

.chef-two-box img {
  -webkit-transform: translateX(0) scale(1.05);
          transform: translateX(0) scale(1.05);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.chef-two-box .chef-two-info {
  padding: 30px 20px;
}

.chef-two-box .chef-two-info p {
  margin: 5px 0 10px;
}

.chef-two-box:hover img {
  -webkit-transform: translateX(2%) scale(1.05);
          transform: translateX(2%) scale(1.05);
}
/*pool.html*/
.section-background4{
  background: url('../photos/img2.jpg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.pool-facility{
  background: url('../photos/pool1.jpeg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  display: flex;
  color: white;
  padding: 50px;
  justify-content: space-evenly;
  text-align: center;
  -webkit-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.75);
  box-shadow: 4px 4px 16px 0px rgba(0,0,0,0.75);
}


/*experiences.html*/
.section-background5{
  background: url('../photos/zvernec.png'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}


/*aboutus.html*/
.section-background5{
  background: url('../photos/about3.jpg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}


/*contact.html*/
.section-background5{
  background: url('../photos/about3.jpg'), linear-gradient(rgba(0, 0, 0, 0.433), rgba(0, 0, 0, 0.758));
  background-position:center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.contact-box{
  background: #0D283D;
  padding: 30px;
}
@media(max-width:1000px){
  .pool-facility{
    padding: 20px;
  }
  .loop-holder__text {
    animation: textLoop 40s linear infinite;
    font-size: 12vw !important;
    padding-right: .35em;
    color: #00000013;
}

  .pool1{
    margin: 15px;
  }
  .p-5{
    padding: 0.5rem !important;
  }
  #example3{
    
    font-size: 124px;

  }
  .counter-section{
   
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    margin-top: -170px;
  
  }
  .row1{
    position: relative;
    margin-top: -100px;
  }
  .col1{
    background: #856D47;
  
    background-size:cover;
  background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 70px;
    padding-bottom: 70px;
    padding-left:20px;
    padding-right: 20px;
  }
  .col2{
    background:#856D47;
  
    background-size:cover;
  background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 30px;
    padding-bottom: 70px;
  }
  .img2{
    position: relative;
    margin-left: 0px;
    border: 5px solid white;
  }
.container1{
  display: flex;
}
.row1{
  position: relative;
  margin-top: 0px;
}
  
  .img-col{
    padding:0px !important;
}
.text-col h1{
    font-size: 30px;
    color: #122222;
    line-height: 90px;
    font-family: 'Cormorant Garamond', serif;
    font-weight: 600;
  }
.text-col h6{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
  .slide p {
    padding: 0 20px;
    font-size: 12px !important;
  }
  .room-card{
    padding: 20px;
    margin-left: 0px;
    margin-right: 0px;

  }
 
  .swiper{
    height: 1050px;
  }
  .nav-link1{
    font-size: 24px !important;
    font-family: "Marcellus", serif !important;
    padding-left: 0px !important;
  }
  .nav-link1.active {
    color: #A9D1DB !important;
  }
  .nav-hidden1{
    display: none;
  }
  .nav-hidden{
    display: block;
  }
  form{
    padding: 30px !important;
  }
  .room-info{
    padding: 50px 20px 50px 20px;
  }
  .bar-box{
    padding: 65px;
    background: black;
    position: relative;
    margin-top: -420px;
  
    margin-left: 0px;
    color: white;
  }
  .title1{
    font-size: 48px;
  }
 
  .room-link{
    text-align: left !important;
  }
  .copyright{
    display: flex;
    justify-content: center;
    text-align: center ;
    align-items:center;
  }
  .footer-links {
    display: flex;
    font-family: Jost, sans-serif;
    font-size: 18px;
    padding: 0px 30px 0px 30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly;
    align-items: baseline;
}
  .br-tag{
    display: block !important;
  }
  .footer-title{
  font-size: 24px !important;
  }
  .hr-line{
    display: none;
  }
  .navbar-brand img {
    width: 80px;
  margin-left: 0%;
}
  .navbar-nav {

    align-items: start ;
  
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .title{
    font-size: 32px !important;
  }
  .top-bar{
    display: none;
  }
  .slide-caption{
    padding-top: 46% !important;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
     padding-left: 18px;
     padding-right: 18px;
   }
   .slide-caption h6{
    margin-bottom: 0px !important;
  
    text-transform: capitalize !important;
    color: white;
   }
   .slide-caption h1{
     text-transform: capitalize !important;
     letter-spacing: normal !important;
     font-size: 50px !important;
     margin-top: 0px !important;
     padding-top: 0px !important;
     line-height: normal !important;
   font-weight: 700 !important;
     color: #ffffff;
   }
  .logo1{
    display: none !important;
    
  }
  .logo{
    display: block !important;
  }
  li.nav-item a.nav-link {
    color: rgb(255 255 255) !important;
    font-family: 'Jost', sans-serif;
    font-weight: 500 !important;
    transition: border-bottom 0.3s ease-in-out;
    margin: 0px 0px 0px 0px!important;
}

.swiper{
  height: 700px;

z-index: 1 !important;

}
.mx-auto {
  margin-right:0px!important;
  margin-left:0px!important;
}

 
}

/*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;
}