@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@200..900&family=Jost:ital,wght@0,100..900;1,100..900&family=Kalnia:wght@100..700&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&display=swap');



html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  background-color: #F6F1F0;
  font-family: 'Della Respira', serif;

  font-family: 'Italiana', sans-serif;
  font-family: 'Roboto', sans-serif;
  font-family: 'Marcellus', serif;
  font-family: 'Marcellus SC', serif;
  font-family: 'Work Sans', sans-serif;
  font-family: 'Lato', sans-serif;
  font-family: 'Lora', serif;
  font-family: 'Cormorant Garamond', serif;
  font-family: 'Literata', serif;
  font-family: 'Barlow', sans-serif;
  font-family: 'Dancing Script', cursive;
  font-family: "Jost", sans-serif;
  font-family: 'Cinzel', serif;
  font-family: "Inconsolata", monospace;
  font-family: 'Gilda Display', serif;
  font-family: 'Raleway', sans-serif;
  font-family: "Poppins", sans-serif;
  font-family: "Playfair Display", serif;
  color: rgb(0, 0, 0);

}
h6{
  font-family: "Jost", sans-serif !important;
  font-weight: 300;
  font-size: 18px !important;
  line-height: 25px;
}
a{
  text-decoration: none;
}
::selection {
  color: #ffffff;
  background: #74685E;
}





nav.navbar {
  background-color: #000000;

  backdrop-filter: blur(0px) !important;
  transition: background .5s !important;

  font-family: "Inconsolata", monospace;

  text-transform: uppercase;
font-weight: 500;
  z-index: 1000;
  width: 100%;
  height: 100px;
  position: relative;


}

li.nav-item a.nav-link {
  color: rgb(255, 255, 255) !important;
  font-size: 15px !important;
  letter-spacing: 3px;



}

.nav-item {
  margin-top: 25px;
  margin-bottom: 20px;
  text-align: center;

}

a.nav-link:hover {
  transform: scale(1.02);

}

.navbar li a.active {
  color: #BBA175 !important;
  transform: scale(1.05);
  border-bottom: 1px #BBA175 solid !important;
  border-top: 1px #000000 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/Photo\ \(118\).JPG') 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/Photo\ \(124\).JPG') rgba(20, 19, 19, 0.648) ;
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel3 {
  background: url('../photos/Photo\ \(141\).JPG')  rgba(20, 19, 19, 0.516);
  background-attachment: fixed;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  height: 900px;
}

.carousel-caption {
  margin-bottom: 13%;
  text-align: center;
  border: 1px ridge #8d631b;
  background: #00000051;
  
}

.carousel-caption h1 {
 
  text-shadow: 7px 5px 5px #BBA175;

  font-size: 100px !important;
  font-weight: 100 !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;

}
.button {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  padding: 0.7em 2em;
  border: 1px solid #BBA175;
  border-radius: 2px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
  color: #BBA175;
  text-decoration: none;
  transition: 0.3s ease all;
  z-index: 1;
}

.button:before {
  transition: 0.5s all ease;
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  bottom: 0;
  opacity: 0;
  content: '';
  background-color: #BBA175;
  z-index: -1;
}

.button:hover, .button:focus {
  color: white;
}

.button:hover:before, .button:focus:before {
  transition: 0.5s all ease;
  left: 0;
  right: 0;
  opacity: 1;
}

.button:active {
  transform: scale(0.9);
}

.about-section{
  padding-top: 100px;
  padding-bottom: 100px;
}

/*button2*/
.button1 {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
  cursor: pointer;
}

.button1 {
  --primary-color: #BBA175;
  --hovered-color: black;
  position: relative;
  display: flex;
  font-weight: 600;
  font-size: 20px;
  gap: 0.5rem;
  align-items: center;
}

.button1 p {
  margin: 0;
  position: relative;
  font-size: 20px;
  color: var(--primary-color);
}

.button1::after {
  position: absolute;
  content: "";
  width: 0;
  left: 0;
  bottom: -7px;
  background: var(--hovered-color);
  height: 2px;
  transition: 0.1s ease-out;
}

.button1 p::before {
  position: absolute;
  /*   box-sizing: border-box; */
  content: "Learn More";
  width: 0%;
  inset: 0;
  color: var(--hovered-color);
  overflow: hidden;
  transition: 0.1s ease-out;
}

.button1:hover::after {
  width: 100%;
}

.button1:hover p::before {
  width: 100%;
}

.button1:hover svg {
  transform: translateX(4px);
  color: var(--hovered-color);
}

.button1 svg {
  color: var(--primary-color);
  transition: 0.2s;
  position: relative;
  width: 15px;
  transition-delay: 0.2s;
}

.top-services-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f3f3f391;
}

.top-services-box {
  position: relative;
  padding-left: 100px;
}

.top-services-box h3 {
  font-size: 16px;
  color: #000000;
  margin: 0 0 16px 0;
  font-family: 'Poppins', sans-serif;
}

.top-services-box p {
  font-size: 15px;
  max-width: 250px;
  margin: 0 0 0 0;
  line-height: 26px;
}

.top-services-box img {
  position: absolute;
  left: 0;
}

.cover-bg{
  background: url('../photos/Photo\ \(118\).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;
}


.testimonial-section{
  margin-top: 0px;
  padding-top:0px;
  padding-bottom: 100px;
  background-color: #F6F1F0;
}
.testimonial-box{
  padding: 40px;
  background: white;
  -webkit-box-shadow: 3px 3px 10px 3px #dddddd;
  -moz-box-shadow: 3px 3px 10px 3px #dddddd;
  box-shadow: 3px 3px 10px 3px #dddddd;
}

.gallery-section{
  padding-top: 100px;
  padding-bottom: 100px;
  background: #e4e4e400;
}


.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-section{
  background: white;
  padding-top: 70px;
}
.room-box{
  padding: 40px;
}


/*rooms.html*/
.section-background{
  background: url('../photos/Photo\ \(118\).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;
}
.restaurant-section{
  padding-top: 70px;
  padding-bottom: 70px;
  color: #000000 !important;
}


.image1{
  margin-left: -50px;

}
.color-col{

margin-left: -250px;

  height: 500px;
  padding-left: 240px;
}
.color-col1{

  margin-right: -250px;
  
    height: 500px;
    padding-left: 40px;
    padding-right: 250px;
  }

  /*aboutus.html*/
  .section-background1{
    background: url('../photos/Photo (141).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;
  }
  .memory-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .memory-item {
    background-color: #fff;
    -webkit-box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
            box-shadow: 0 0 30px rgba(32, 32, 32, 0.15);
    padding: 30px 40px;
    position: relative;
    z-index: 1;
  }
  
  .memory-item::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: #c3a165;
    top: -20px;
    left: -20px;
  }
  
  .memory-item::after {
    position: absolute;
    content: "";
    height: 10px;
    width: 38px;
    background-color: #c3a165;
    top: -5px;
    left: -34px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  
  .memory-item .memory-content span {
    font-size: 14px;
    color: #c3a165;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  .memory-item .memory-content h2 {
    font-size: 36px;
    color: #000000;
    margin: 10px 0 40px 0;
    position: relative;
    padding-bottom: 25px;
  }
  
  .memory-item .memory-content h2::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 75px;
    background-color: #c3a165;
    bottom: 0;
  }
  
  .memory-item .memory-content p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
    margin: 0 0 0 0;
  }
  
  .memory-item .memory-btn {
    margin-top: 20px;
  }
  
  .memory-item .memory-btn .memory-btn-one {
    display: inline-block;
    color: #c3a165;
    font-weight: 500;
    -webkit-transition: .6s;
    transition: .6s;
  }
  
  .memory-item .memory-btn .memory-btn-one:hover {
    text-decoration: none;
    letter-spacing: 1px;
  }
  
  .memory-item .memory-btn i {
    display: inline-block;
    height: 20px;
    width: 20px;
    line-height: 20px;
    background-color: #c3a165;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    border-radius: 30px;
    margin-left: 5px;
  }
  
  .memory-image img {
    position: relative;
    left: -60px;
    max-width: 120%;
  }
  
  .dot-image {
    position: relative;
  }
  
  .dot-image img {
    position: absolute;
    top: -200px;
    left: -28px;
  }


  /*contact.html*/
  .section-background2{
    background: url('../photos/Photo (124).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;
  }

  .contact-info-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  
  .contact-box {
    text-align: center;
    -webkit-box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.1);
    padding: 30px 50px;
    -webkit-transition: .6s;
    transition: .6s;
  }
  
  .contact-box h4 {
    font-size: 20px;
    color: #241f1f;
    margin: 20px 0 15px 0;
    -webkit-transition: .6s;
    transition: .6s;
  }
  
  .contact-box p {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 0 0;
  }
  
  .contact-box a {
    color: #777777;
    -webkit-transition: .6s;
    transition: .6s;
  }
  
  .contact-box a:hover {
    text-decoration: none;
    color: #c3a165;
  }
  
  .contact-box .icon i {
    color: #c3a165;
  }
  
  .contact-box .icon i::before {
    font-size: 40px;
    line-height: normal;
  }
  
  .contact-box:hover {
    background-color: #cfa97a;
  }
  
  .contact-box:hover i {
    color: #ffffff;
  }
  
  .contact-box:hover h4 {
    color: #ffffff;
  }
  
  .contact-box:hover a {
    color: #fff;
  }
  

/*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;
}



@media(max-width:990px){
    .cover-bg{
      background-attachment: scroll !important;  
    }
  .section-background, .section-background1, .section-background2{
    padding-top: 100px;
    padding-bottom: 100px;
  }
.title{
  font-size: 40px !important;
}
  .map-col{
    justify-content: center !important;
    text-align: center !important;
    align-items: center !important;
  }
  .top-services-section{
    padding-top: 0px !important;
  }
  nav.navbar{
    height: auto;
  }
  .memory-section {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .memory-item .memory-btn {
    margin-top: 20px !important;
    margin-bottom: 0 !important;
  }
  .memory-item .memory-content h2 {
    font-size: 25px !important;
    margin: 10px 0 25px 0 !important;
  }
  .image1{
    margin-left: 0px;
    margin: 0px !important;
    padding: 0px !important;
  }
  .color-col{
    
    margin-left: 0px;
    margin: 0px !important;
      height: auto;
      padding-left: 0px;
      padding: 20px !important;
    }
    .color-col1{
    
      margin-right: 20px !important;
      
        height: auto !important;
        padding-left: 0px !important;
        margin: 0px !important;
        padding: 20px !important;

      }
      .restaurant-section{
        padding-top: 0px;
        padding-bottom: 0px;
        padding: 20px !important;
        color: #000000 !important;
      }
      .carousel-caption {
        margin-bottom: 56% !important;
        text-align: center;
        border: 1px ridge #8d631b;
        background: #00000051;
        padding: 15px;
        
      }
      
      .carousel-caption h1 {
       
        text-shadow: 7px 5px 5px #BBA175;
      
        font-size: 50px !important;
        font-weight: 100 !important;
      }
      
      .carousel-caption h6 {
        margin-bottom: 30px;
        font-family: "Inconsolata", monospace;
      text-transform: uppercase;
        font-size: 12px !important;
        letter-spacing: 3px !important;
        font-weight: 100;
        color: #ffffff !important;
      
      }
      .carousel1, .carousel2, .carousel3{
        height: 800px;
      }
}