

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
html,
body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #ffffff;
  font-family: "Open Sans", 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-color: #74685E;
}
img{
  max-width:100%;
  height:auto;
}
nav.navbar {
  background-color: white;
  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;
}
.navbar-brand{
  padding:10px;
}
.dropdown-divider{
  color: #ACAAB8;
  
}
.navbar-brand img{
  max-width:100px;
  height:auto;
}
  .logo{
  height: 70px;
}

li.nav-item a.nav-link {
  color: black !important;
  font-size: 14px !important;
}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;
}
a.nav-link:hover {
  transform: scale(1.02);
}

.logo{
  height: 70px !important;
}
.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);
}
.carousel-item{
position:relative;
}
.carousel-caption {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* Override Bootstrap default */
  /* bottom: auto;
  right:auto; */
  color:white;
  width:100%;
}
.carousel-inner, .carousel-inner img{
  object-fit: cover;
    height:80vh;
}
.carousel-inner img{
    filter:brightness(0.5);
 }
.carousel-caption h1 {
  text-shadow: 4px 4px 4px #ACAAB8;
  font-family: "Montserrat Alternates", sans-serif;
  font-size: 100px !important;
  font-weight: 300 !important;
}

.carousel-caption h6 {
  font-family: "Inconsolata", monospace;
  text-transform: uppercase;
  font-size: 16px !important;
  letter-spacing: 9px !important;
  color: #ffffff !important;
  font-weight: 400; 
  color: #ffffff; 
}
.carousel-caption h5{
  color: #ffffff;
}
.span1{
  background-color: #cfb38c87;
}
.span2{
font-size: 60px;
}
.span3{
text-shadow: 4px 4px 4px #ffffff;
 color: #ACAAB8;
  background-color: #ffffffd2; 
  letter-spacing: 10px;
}
.about-section {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-title{
  color: #ACAAB8;
}
.about-section h6{
  font-weight: 100; 
  line-height: 20px;
}
.about-section h5{
  font-family: 'Great Vibes', cursive; 
  font-size: 30px;  
  color: #ACAAB8;
}
.logo-about{
  width: 80px; 
  opacity: 0.4; 
  margin-bottom: 20px;
}
/* CSS */
.button-86 {
  text-align: center;
  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-color: #ACAAB8;
  border-radius: 0px;
}

.button-86::after {
  transform: translate(10px, 10px);
  width: 35px;
  height: 35px;
  background-color: #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('../image/Deluxe Double Room/351640220.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: 100px;
  padding-bottom: 100px;
}
.facilities h1{
  color:white;
}
.facilities-number{
  text-align: right; 
  opacity: 0.5; 
  color: rgb(255, 255, 255);
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.288);
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
}
.about-section h1{
  font-size:40px;
}
.facilities h2{
  color:white;
  font-weight: 100;
}
.facility-box {
  padding: 30px;
  border: 1px solid #ACAAB8;
  background-color: #0e1317ae;
  transition: 0.5s ease;
}

.facility-box:hover {
  background-color: #0E1317;
  transition: 0.5s ease;
}

.rooms-section {
  background-color: #EAECEB;
  padding-top: 100px;
  padding-bottom: 100px;
  justify-content: center !important;
  text-align: center !important;
  align-items: center !important;
}
.rooms{
  padding-top: 100px; 
  padding-bottom: 100px;
}
.rooms h6{
  font-weight: 100;
  line-height: 30px;
}
.room-icon{
  padding: 10px; 
  border-radius: 50px; 
  border: 1px solid #ACAAB8;
}
.room-card{
  border: 1px solid #ACAAB8;
  height:100%;
}
.rooms .col-lg-6{
  padding-left:0;
  padding-right:0;
}

.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-hover-info p{
  color:white;
}
.chefs-hover-inf h2{
  font-size: 28px;
}
.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;
}
.all-roombtn{
  padding: 15px;
   background-color: #ACAAB8; 
   border: none; 
   color: white;
   width:auto;
}
.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;
}
.footer{
  background-color: #020202;  
  padding-top: 50px;
  color:white;
}
.contact-forms h6{
  letter-spacing: 2px;
}
.contact-forms a{
  color:white;
  text-transform: lowercase;
}
.logo-footer{
  height:120px;
}
.links a{
  text-decoration:none;
  color:white;
}
.location{
  justify-content: right; 
  text-align: right;
}
.map-footer{
  width:250px;
  height:170px;
  border:0;
}
.copyright{
  background-color: rgb(0, 0, 0);
   font-size: 20px; 
   color: rgb(255, 255, 255);
}
.logoIntermedia{
  width:100px;
}
.copyright a{
  color:white;
}
.coffee-team-area {
  background: url('../image/coffee/coff-team-bg-sp.png') -webkit-gradient(linear, left top, left bottom, color-stop(100%, #270a05), to(#270a05));
  background: url('../image/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;
}
.testimonials h1{
  color:black;
}
.review-item h6{
  text-align: center;
  line-height: 30px; 
  font-weight: 100;
  color:black;
  width:100%;
}

.gallery-section {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #EAECEB;
}
.gallery-section h6{
  font-family: 'Poppins', sans-serif; 
  color: #BBA175; 
  font-size: 14px; 
  font-weight: 600;
}
.gallery-section h1{
  font-size: 36px; 
  font-weight: 400;
} 
.gallery-section img {
  width: 270px;
}
.author-detail{
  text-align: center;
  color:black;
}
.gallery{
  margin-top: 100px; 
  margin-bottom: 100px; 
  z-index: 100;
}
/* .photos img{
  height: 300px;
  width:100%;
} */

.flex1 {
  display: flex !important;
  justify-content: space-between !important;
}
/*rooms.html*/
.section-background {
  background: url('../image/Deluxe Triple Room/462598845.jpg') 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;
}
/*aboutus.html*/
.section-background1 {
  background: url('../image/Deluxe Triple Room/371380001.jpg') 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;
}
.top-title{
  color: white; 
  font-size: 60px; 
  font-weight: 100;
}
.about{
  padding-top: 100px; 
  padding-bottom: 100px;
}
.about-img{
  border: 10px solid #ACAAB881;
}
.about h6{
  font-weight: 100;
   line-height: 20px;
}
.about-number{
  text-align: right;
   opacity: 0.5; 
   	color: rgb(0, 0, 0);
  -webkit-text-stroke: 1px rgba(0, 0, 0, 0.385);
 -webkit-text-fill-color: rgba(0, 0, 0, 0);
}

.facilities-about{
  background-color: #EAECEB;
}
.about-box:hover{
   background-color: #EAECEB !important;
}
.about-box{
  background-color: white;
}
.about-box h2{
  font-weight: 1;
  color: #ACAAB8;
}
.gallery-about{
 background: url('../image/img11.png') rgba(20, 19, 19, 0.798);
   background-attachment: fixed;
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}
.gallery-about h6, .gallery-about h1{
  color:white;
}
/*contact.html*/
.section-background2 {
  background: url('../image/Deluxe Double Room/371379910.jpg') 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{
  padding-top: 100px; 
  padding-bottom: 100px;
}
.contact-box {
  padding: 30px;
  background-color: #0e1317b9;
  border: 2px solid #AE9555;
  color: white;
  justify-content: center;
  text-align: center;
}
.map{
  width:100%;
  height:350px;
  border:0;
}
@media(max-width:990px) {
  .map-col {
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  nav.navbar {
    height: auto;
  }

  .carousel-caption {
    text-align: center;
    padding: 50px;
  }
  .carousel-caption h1 {
    text-shadow: 4px 4px 4px #ACAAB8;
    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;
  }
}
@media(max-width:768px){
  .about-section h1 {
    font-size:45px;
  }
  .chefs-box{
    width:60%;
    margin:0 auto;
  }
  .image-home{
    display: none;
  }
}
@media(max-width:425px){
  .carousel-caption h1{
    font-size:30px;
  }
  .carousel-caption {
  /* Override Bootstrap default */
  bottom: auto;
  right:auto;
}
  .chefs-box{
    width:100%;
    margin:0 auto;
  }
  .top-title {
    font-size: 45px;
}
.about-section{
  padding-top:40px;
}
}
@media(max-width:320px){
.contact-box h5{
  font-size:1rem;
}
}