@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Style+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Raleway", sans-serif;
  font-family: "Merriweather", serif;
  font-family: "Style Script", cursive;
  font-family: "DM Sans", sans-serif;
  font-family: "Cinzel", serif;
background: #ffffff;
}
a{text-decoration: none;
color: initial;}
h6{
  font-size: 17px;


}
.title{
  font-size: 50px;
  font-weight: 100;
}
.container-fluid{
  width: 90%;
}
.mobile-button{
  display: none !important;
}

button:focus:not(:focus-visible) {
 outline: 0;
}
.navbar-toggler{
  border: none;
}
.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: 15px;
  font-weight: var(--bs-nav-link-font-weight);
  color: #000000;
  text-decoration: none;
  background: 0 0;
  border: 0;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
}
.navbar-toggler:focus {
  box-shadow: 0 0 0 0;
}
.navbar-toggler-icon {
  display: inline-block;
  width: 3.2em;
  height: 2.5em;
  vertical-align: middle;
  background-image: url('../photos/icons/toggler.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #000000;
  border-bottom: 1px solid white;
  font-weight: 500;
}
.navbar-nav .nav-link:hover{
    transform: scale(1.15);
}
.carousel1{
  background: url('../photos/img11.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%) ;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel2{
  background: url('../photos/img7.jpg'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}
.carousel3{
  background: url('../photos/img12.png'),  linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 90vh;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20.25rem;
  left: 15%;
  padding-top: 1.25rem;
  
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h1{
  font-family: "DM Sans", sans-serif;

  font-weight: 200;
  font-size: 80px;
  color: #ffffff;


}

/* CSS */
.button-17 {
  align-items: center;
  appearance: none;
  background-color: #ffffff;

  border-style: none;
  box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
  box-sizing: border-box;
  color: #423A36;
  cursor: pointer;
  display: inline-flex;
  fill: currentcolor;
  font-family: "Google Sans",Roboto,Arial,sans-serif;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  justify-content: center;
  letter-spacing: .25px;
  line-height: normal;
  max-width: 100%;
  overflow: visible;
  padding: 5px 34px;
  position: relative;
  text-align: center;
  text-transform: none;
  transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: auto;
  will-change: transform,opacity;
  z-index: 0;
}

.button-17:hover {
  background: #F6F9FE;
  color: #174ea6;
}

.button-17:active {
  box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
  outline: none;
}

.button-17:focus {
  outline: none;
  border: 2px solid #4285f4;
}

.button-17:not(:disabled) {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):hover {
  box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
}

.button-17:not(:disabled):focus {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}

.button-17:not(:disabled):active {
  box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
}

.button-17:disabled {
  box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
}
.rooms-section{
  margin-bottom: 300px;
}
.img1{
  position: relative;
  margin-top: -100px;
  z-index: 10;
}

.col1{
  position: relative;
  margin-left: -318px;
}
.color-text:hover{
  color:  #CF9D6C;
  transition: 0.2s ease-in-out;
}
.number{
  font-size: 70px;
  font-weight: bolder;
  color: #423A36;
  opacity: 0.9;
}
.container1{
  height: 755px;
}
.room-card{
  -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
text-align: center;
}
.room-content{
  padding: 30px;
  background: rgb(255, 255, 255);
}
.facility-box{
  color: #CF9D6C;
  height: 110px;
  width: 110px;
  display: flex;
  justify-content: center;
  align-items:center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(182, 182, 182, 0.405);
}
.facility-col{
 
    display: grid;
    text-align: center;
    align-items: baseline;
    justify-content: center;
    align-content: stretch;
    justify-items: center;
}
.facility-col:hover .facility-box{
  background: #CF9D6C;
  color: rgb(255, 255, 255);
}

footer{
  background: #423A36;
  font-family: "DM Sans", sans-serif;
padding-bottom: 120px !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-blend-mode: multiply;

  padding-top: 60px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}
a.footer-link{
  color: white;

  font-weight: 300;
}
.footer-link:hover{
  color:  #A9D1DB;
}
.payment{
  display: flex;
}

.socials{
  display: flex;
  color: white;
}
.footer-links{
  display: flex;

  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: #932B41;
}
.whatsapp-box{
  position:fixed!important;
  bottom:15%!important;
  right:2%!important;
  z-index:100;

}
.wp-image{
  width:60px;
  transition-duration:0.4s
}
@media(min-width:1024px){
  .whatsapp-box {
        top:80% !important;
  }
}
@media(min-width:1440px){
  .whatsapp-box{
        top:75% !important;
  }
}
@media(max-width:1000px)
{
  .whatsapp-box {
    bottom:180px !important;
}
.parking{
  margin-left: -100px !important;
}
}
/* .wrapper {
  z-index: 100;
bottom: 50%;
right: 10px;
  position: fixed;
  display: inline-flex;
  list-style: none;
  height: 100px;
  width: 100%;
  padding-top: 40px;
  font-family: "Poppins", sans-serif;
  justify-content: right;
} */

/* .wrapper .icon {
  position: relative;
  background: #24CC63;
  color: white;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  top:350px;
} */
.wrapper .icon1 {
  position: relative;
  background: #24CC63;
  border-radius: 5px;
  margin: 10px;
  width: 100px;
  height: 50px;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .tooltip button{
  position: absolute;
  top: 0;
  font-size: 14px;
  background: #fff;
  color: #fff;
  padding: 5px 8px;
  border-radius: 0px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background: #fff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}

.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background: #24CC63;
  color: #fff;
}

.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background: #CF9D6C;
  color: #fff;
}

.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background: #e4405f;
  color: #fff;
}
iframe {
    position: relative;
    z-index: 1;
}



.cover-bg{
  background: url('../photos/img7.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.418) 53%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 100px;
  padding-bottom: 100px;
}

/*rooms.html*/
.section-bg{
  background: url('../photos/room6.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.418) 53%);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

/*about.html*/
.section-bg1{
  background: url('../photos/img9.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.418) 53%);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

.facilities-section{

}

/*gallery.html*/
.section-bg3{
  background: url('../photos/img7.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.418) 53%);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}
/*contact.html*/
.section-bg2{
  background: url('../photos/img9.png'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.418) 53%);

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  text-align: center;
  padding-top: 150px;
  padding-bottom: 150px;
  color: white;
}

.contact-box{
  color: #CF9D6C;
  height: 85px;
  width: 85px;
  display: flex;
  justify-content: center;
  align-items:center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid rgba(182, 182, 182, 0.405);

}
.contact-col{
  border:5px solid rgba(182, 182, 182, 0.405);
  padding: 40px;
  width:30%;
    display: grid;
    text-align: center;
    align-items: baseline;
    justify-content: center;
    align-content: stretch;
    justify-items: center;
    z-index: 100;
    background: white;
}
.contact-col:hover .contact-box{
  background: #CF9D6C;
  color: rgb(255, 255, 255);
}
.location{
  position: relative;
  margin-top: -190px;
}
/* @media(min-width:1024px){
      .wrapper .icon {
            top:296px !important;
      }
}
@media(min-width:1440px){
      .wrapper .icon {
            top:269px !important;
      }
} */
@media(max-width:1000px){
  .wrapper{
    right: 0px;
  }
  .par1{
      text-align:center !important;
  }
  /* .wrapper .icon {
  position: fixed;
  background: #24CC63;
  color: white;
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  font-size: 18px;
 
 
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  top:180px;
} */
  .carousel2{
    background: url('../photos/carousel1-mobile.jpg'), linear-gradient(0deg, rgba(0, 0, 0, 0.726) 12%, rgba(0, 0, 0, 0.218) 53%);
    background-position:bottom;

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;

  }
.facilities-section{
  margin-top: 60px !important;
  }
  
  .location{
    position: relative;
    margin-top: 0px;
  }

.contact-col{
  width: 100%;
}
  .rooms-section{
    margin-bottom: 50px;
    padding-top: 0px;
    padding-bottom:50px !important;
    height: auto !important;
  }
  .container1{
    padding-top:30px !important;
  }
  .owl-stage{
    height: auto !important;
  }
  .col1{
    position: relative;
    margin-left: 0px;
  }
  .title{
    font-size:40px;
  }
  .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;
}
  
  .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 ;
  }

  .carousel1, .carousel2, .carousel3{
    height: 600px;
  }
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 47%;
  left: 15%;
  padding-top:0rem;
  padding-bottom: 0rem;
  color: #fff;
  text-align: center;
}
.carousel-caption h1{
  font-family: "EB Garamond", serif;
  font-weight: 100;
  font-size: 41px !important;
  color: #ffffff;


}
.img1{
  margin-top: 100px;
}
.mobile-button{
  display: block !important;
}
.desktop-button{
  display: none !important;
}
}


/*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;
}


.body-dark{
  background-color: black!important;
}