@import url('https://fonts.googleapis.com/css2?family=Anton&family=Barlow+Condensed: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=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&family=Dancing+Script:wght@400..700&family=Halant:wght@300;400;500;600;700&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&family=Jost:ital,wght@0,100..900;1,100..900&family=Manrope:wght@200..800&family=Marcellus&family=Monsieur+La+Doulaise&family=Montez&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nothing+You+Could+Do&family=Open+Sans:ital,wght@0,300..800;1,300..800&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=Princess+Sofia&family=Road+Rage&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Rock+Salt&family=Tangerine:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html, body {
  
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    font-family: "Cormorant Garamond", serif;
  background:#ffffff;
    color: rgb(0, 0, 0);
  
  }
a{
  text-decoration: none !important;
}
h1{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;
  color: white;

}
h2{
    font-family: "Cormorant Garamond", serif;
    font-weight: 600 !important;

}
h3{
    font-family: "Cormorant Garamond", serif;
}
h4{
    font-family: "Cormorant Garamond", serif;
}
h6{
  color: rgb(250, 247, 247)!important;
}
p{
  font-family: 'Josefin Sans', sans-serif;
  color: rgba(0, 0, 0, 0.383);
  margin-bottom: 0px;

}

.carousel2{
  background: url('../photos/b4519408-47c9-47c3-97f1-a16788e76d82.jpg') rgba(0, 0, 0, 0.51);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 85vh;
}
.carousel1{
  background: url('../photos/img7.jpg') rgba(0, 0, 0, 0.452);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 85vh;
}
.carousel3{
  background: url('../photos/img3.jpg') rgba(0, 0, 0, 0.542);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 85vh;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 13.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center !important;
}

.carousel-caption h2{
  font-size: 70px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 900 !important;
}
.carousel-caption p{
    text-transform: uppercase;
}
.carousel-caption h6{
    font-family: "Dancing Script", serif;
font-size: 24px;
font-weight: 100 !important;
}
.carousel-indicators{
  display: none !important;
}.navbar{
    transition: 0.3s;
    background: white;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .nav-link{
    font-size: 16px;
    font-weight: 600;
    color: black;
  }
  .navbar-toggler {
  
    border: none !important;
  
  }
  .nav-link.active{
    color: #978667 !important;
    font-weight: 700  !important;
  }
  .text-bg-dark {
    color: #000000!important;
    background: none!important;
  }
  .offcanvas{
     background-color: white !important;
  }

  
  
  /* CSS */
  .button-58 {
    align-items: center;
    background-color: #C77A63;
    border: 2px solid #C77A63;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    fill: #000;
    font-family: Inter,sans-serif;
    font-size: 16px;
    font-weight: 600;
    height: 48px;
    justify-content: center;
    letter-spacing: -.8px;
    line-height: 24px;
    min-width: 140px;
    outline: 0;
    padding: 20px 22px;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
  }
  
  .button-58:focus {
    color: #171e29;
  }
  
  .button-58:hover {
    background-color: #C77A63;
    border-color: #C77A63;
    fill: #C77A63;
  }
  
  .button-58:active {
    background-color: #C77A63;
    border-color: #C77A63;
    fill: #C77A63;
  }

  .about-section{
    padding-top: 100px;
    padding-bottom: 100px;
    background: #FAF5F2;

}
.facility-box{
    justify-content: center;
    text-align: center;
    padding: 30px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  background: white;
  }
  .facilities-section{
    background: url('../photos/img3.jpg')rgba(0, 0, 0, 0.645);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
  }
  .card{
    padding: 120px 40px 40px 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    position: relative;
    margin-top: -80px;
    border: none;
    z-index: 1;
    text-align: center;
  }
  .button1{
    display: flex;
    position: relative;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    justify-content: center;
    text-align: center;
    align-items: center;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  
    margin-top: -35px;
    z-index: 3;
    transition: 0.4s ease-in-out;
  
  }
  .card1:hover > a .button1 {
  background: #C77A63 !important;
  transition: 0.4s ease-in-out !important;
  color: white !important;
  }
footer{
    background: #000000;
    padding-top: 60px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
  }
  a.footer-link{
    color: rgb(12, 12, 12);
    font-family: 'Jost', sans-serif;
    font-weight: 300;
  }
  .footer-link:hover{
    color:  #919a9c;
  }
  .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: #192841;
  }

  /*rooms.html*/
  .section-bg{
    background: url('../photos/img7.jpg')rgba(0, 0, 0, 0.645);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
 h1 .title{
    color: white !important;

  }
  .room-card{
    border-radius: 30px;
    position: relative;
  }
  .room-content{
    padding: 20px;
  }
  
  /* From Uiverse.io by cssbuttons-io */ 
  .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: #C77A63;
    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: #C77A63;
    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;
   }

   .room-info{
    position: absolute;
  border-radius:30px;
    top: 10px;
     left: 10px;
  text-align: center;
  align-items: center;
   background: #c77a63d1;
   color: white;
   padding: 5px 20px;
  }

  /*about.html*/

  .testimonial-item{
    padding: 40px;
    background: white;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    display: grid;
    text-align: center;
    justify-content: center;
    justify-items: center;
  }
  .cover-bg1{
    background: url('../photos/img7.jpg'), rgba(0, 0, 0, 0.574);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;
    text-align: center;
  }
  .subtitle{
    font-size: 60px;
    font-weight: 700;
    color: #2C2A49;
    line-height:normal;
  }

  
  /*contact.html*/
  .section-bg2{
    background: url('../photos/2ff79f99-6c92-4aaf-8730-15a33fa40c89.jpg')rgba(0, 0, 0, 0.645);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .contact-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 50px;
  }

  
  @media(max-width:1000px){
    .carousel-caption h2 {
        font-size: 50px;
        font-family: "Cormorant Garamond", serif;
        font-weight: 900 !important;
    }
    
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 16.25rem !important;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center !important;
  }
  .subtitle{
    font-size: 40px;
  }
  }