@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Amethysta&family=Great+Vibes&family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&family=Martel:wght@200;300;400;600;700;800;900&family=Montserrat+Alternates: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&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins: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&family=Pridi:wght@200;300;400;500;600;700&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap')
;





html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: "Great Vibes", cursive;
  font-family: "Martel", serif;
  font-family: "Amethysta", serif;
  font-family: 'Raleway', sans-serif;
  font-family: "Pridi", serif;
  font-family: "Montserrat Alternates", sans-serif;
  color: rgb(0, 0, 0);

}
h3, h2, h4{
  font-family: 'Raleway', sans-serif;
}
h6{

  font-family: "Pridi", serif;

}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}





nav.navbar {
  background-color: #0E1317;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  font-family: 'Raleway', sans-serif;

  text-transform: uppercase;
font-weight: 200;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-size: 14px !important;




}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.02);

}

.navbar li a.active {
  color: #BA9B62 !important;
  transform: scale(1.05);
  border-bottom: 1px#BA9B62 solid !important;
  border-top: 1px #BA9B62 solid !important;
  background-color: transparent;

}


.dropdown-menu {
  background-color: rgb(255, 255, 255) !important;
  color: #000000;
  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;
  border: 1px solid #AE9555;
  font-family: "Inconsolata", monospace;


  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: #ffffff;
  border: 1px solid #252525;
  transform: scale(1.02);
  color: rgb(0, 0, 0);
}

#carouselExampleFade {
  margin-top: -150px;
  position: relative;
}

.carousel1 {
  background: url('../photos/img6.png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel2 {
  background: url('../photos/img9.png') rgba(20, 19, 19, 0.648) ;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../photos/img4.png')  rgba(20, 19, 19, 0.516);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;

  padding: 50px;
  
}

.carousel-caption h1 {
 
  text-shadow: 4px 4px 4px #BA9B62;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 100px !important;
  font-weight: 300 !important;
}

.carousel-caption h6 {
  margin-bottom: 30px;
  font-family: "Inconsolata", monospace;
text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 9px !important;
  font-weight: 100;
  color: #ffffff !important;

}

.about-section{
  padding-top: 100px;
  padding-bottom: 100px;
}



/* CSS */
.button-86 {
  all: unset;
  width: 100px;
  height: 30px;
  font-size: 16px;
  background:transparent;
  border: none;
  position: relative;
  color: #f0f0f0;
  cursor: pointer;
  z-index: 1;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.button-86::after,
.button-86::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -99999;
  transition: all .4s;
}

.button-86::before {
  transform: translate(0%, 0%);
  width: 100%;
  height: 100%;
  background: #BA9B62;
  border-radius: 0px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background: #ffffff15;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border-radius: 50px;
}

.button-86:hover::before {
  transform: translate(5%, 20%);
  width: 110%;
  height: 110%;
}

.button-86:hover::after {
  border-radius: 0px;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
}

.button-86:active::after {
  transition: 0s;
  transform: translate(0, 5%);
}

.facilities{
  background: url('../photos/img6.png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}

.facility-box{
  padding: 30px;
  border: 1px solid #AE9555;
  background: #0e1317ae;
  transition: 0.5s ease;
}

.facility-box:hover{
  background: #0E1317;
  transition: 0.5s ease;
}
.rooms-section{
  background: #EAECEB;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center !important;
  text-align: center !important;
  align-items: center  !important;
}

.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: 25px;
}

.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);
}

.social-list li {
  font-size: 20px;
  -webkit-transition: .4s;
  transition: .4s;
}

.social-list li:not(:last-child) {
  margin-right: 8px;
}

.social-list li:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
}

.social-list.chefs-social-list li {
  color: var(--color-white);
}

.social-list.chefs-social-list li:hover {
  color: var(--primary-yellow);
}

.social-list.chefs-social-two li {
  color: var(--primary-yellow);
}

.social-list.chefs-social-three li:not(:last-child) {
  margin-right: 22px;
}

.social-list.chefs-social-three li i {
  height: 27px;
  width: 27px;
  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;
  background-color: var(--primary-yellow);
  border-radius: 50%;
  color: var(--color-white);
  line-height: 0;
  font-size: 16px;
}

.coffee-team-area {
  background: url(../images/coffee/coff-team-bg-sp.png), -webkit-gradient(linear, left top, left bottom, color-stop(100%, #270a05), to(#270a05));
  background: url(../images/coffee/coff-team-bg-sp.png), linear-gradient(#270a05 100%, #270a05 100%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.coffee-team-box .coffee-team-img {
  background-color: #EFECE7;
  border-radius: 20px;
  overflow: hidden;
}

.coffee-team-box .coffee-team-img .coffee-team-hover {
  height: 0;
  width: 90%;
  opacity: 0;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
  background-color: rgba(244, 177, 131, 0.8);
  border-radius: 8px;
}

.coffee-team-box .coffee-team-img .coffee-team-hover .coffee-team-socil {
  gap: 21px;
}

.coffee-team-box:hover .coffee-team-img .coffee-team-hover {
  height: 90%;
  opacity: 1;
}

.coffee-team-box.pizza .coffee-team-hover {
  background-color: rgba(16, 17, 19, 0.4);
}
.testimonials{
  padding-top: 100px;
  padding-bottom: 100px;
}
.gallery-section{
  padding-top: 50px;
  padding-bottom: 50px;
  background: #EAECEB;
}


.gallery-section img {
  width: 270px;
}

.owl-next,
.owl-prev {
  height: 50px !important;
  position: absolute !important;
  width: 50px !important;
  cursor: pointer !important;
  top: 35% !important;
  background: rgba(255, 255, 255, 0.62) !important;
  transition: 0.5s !important;
  z-index: 100 !important;

}
 .owl-prev {
  left: 13px !important;
}
 .owl-next {
  right: 13px !important;
}
.owl-prev:hover
{
  background: #c1b0868c !important;
}
.owl-next:hover
{
  background: #c1b0868c !important;
}
.flex1 {
  display: flex !important;
  justify-content: space-between !important;
}


/*rooms.html*/
.section-background{
  background: url('../photos/rooms-bg.jpg') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

/*aboutus.html*/

.section-background1{
  background: url('../photos/img5.png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}



/*contact.html*/

.section-background2{
  background: url('../photos/img5.png') rgba(20, 19, 19, 0.665);
  background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.contact-box{
  padding: 30px;
  background: #0e1317b9;
  border: 2px solid #AE9555;
  color: white;
  justify-content: center;
  text-align: center;
}
@media(max-width:990px){
  .map-col{
    justify-content: center!important;
    align-items: center !important;
    text-align: center !important;
  }
  nav.navbar{
    height: auto;
  }
  .carousel-caption {
    margin-bottom: 25%;
    text-align: center;
  
    padding: 50px;
    
  }
  
  .carousel-caption h1 {
   
    text-shadow: 4px 4px 4px #BA9B62;
    font-family: "Montserrat Alternates", sans-serif;
    font-size: 55px !important;
    font-weight: 300 !important;
  }
  
  .carousel-caption h6 {
    margin-bottom: 30px;
    font-family: "Inconsolata", monospace;
  text-transform: uppercase;
    font-size: 12px !important;
    letter-spacing: 1px !important;
    font-weight: 100;
    color: #ffffff !important;
  
  }
  .carousel1, .carousel2, .carousel3{
    height: 800px;
  }
}
/*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;
}