@import url('https://fonts.googleapis.com/css2?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=Dancing+Script:wght@400..700&family=Monsieur+La+Doulaise&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nothing+You+Could+Do&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;
  font-family: "Cormorant Garamond", serif;
background:#ffffff;
  color: rgb(0, 0, 0);

}
a{
  color: initial !important;
  text-decoration: none;
}
p{
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 1px;
}

.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-color: white!important;
}
.title{
  font-size: 100px;
  font-weight: 700;
  color: #2C2A49;
  line-height: 111px;
}


/* 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;
}
.subtitle{
  font-size: 60px;
  font-weight: 700;
  color: #2C2A49;
  line-height:normal;
}
.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;
}
.about-section{
  padding-top: 300px;
  padding-bottom: 100px;
  background: #FAF5F2;
  position: relative;
  margin-top: -200px;
}
.room-box{
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;

}
.room-content{
  padding: 40px;
}
.facility-box{
  justify-content: center;
  text-align: center;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
background: white;
}

footer{
  background: #252638;
  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: #192841;
}
.cover-bg{
  background: url('../photos/river-bg.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;
}
.checkin{
  padding: 10px;
  background: white;

  text-align: center;
  justify-content: center;
}
/*about.html*/
.section-bg{
  background: url('../photos/img7.jpg'), rgba(0, 0, 0, 0.637);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.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/img11.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;
}
/*rooms.html*/
.section-bg1{
  background: url('../photos/img4.jpg'), rgba(0, 0, 0, 0.637);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.room-box1{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;

}
.room-content1{
  padding: 40px;
}

/*contact.html*/
.section-bg2{
  background: url('../photos/img8.jpg'), rgba(0, 0, 0, 0.637);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}
.contact-box{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 50px;
}


/*gallery.html*/
.section-bg3{
  background: url('../photos/img9.jpg'), rgba(0, 0, 0, 0.637);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
}

.review-box i{
  color: gold;
}


.rooms-head{
  background: url('../photos/ramis-rooms.jpg'), rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 60vh;
  text-align: center;
  display: flex;
  align-items: center;
}

.about-head{
  background: url('../photos/about-ramis.jpg'), rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 60vh;
  text-align: center;
  display: flex;
  align-items: center;
}

.gallery-head{
  background: url('../photos/ramis-10.jpg'), rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 60vh;
  text-align: center;
  display: flex;
  align-items: center;
}

.contact-head{
  background: url('../photos/ramis-12.jpg'), rgba(0, 0, 0, 0.6);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 60vh;
  text-align: center;
  display: flex;
  align-items: center;
}

.contact-box{
  background-color: #0E1927;
  padding: 50px;
  outline: 1px solid #cdcdcd9f;
  outline-offset: -20px;
  text-align: center;
  color: white;
}


@media (min-width: 768px) {
  .button-58 {
    min-width: 170px;
  }
}

@media(max-width:1000px){
  .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;
  }
  .subtitle{
    font-size: 40px;
  }
.title{
  font-size: 60px;

  font-weight: 700;
  color: #2C2A49;
  line-height: normal;
}
.col1{
  padding: 30px;
}
}
/*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;
}

