@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=Mrs+Saint+Delafield&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');



html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-family: "Mrs Saint Delafield", serif;
  font-family: 'Josefin Sans', sans-serif;
  font-family: "Cormorant Garamond", sans-serif;
  color: rgb(0, 0, 0);
background-color:#ffffff !important;
}
a{
  text-decoration: none !important;
}
h1{
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700 !important;
  color: 
  #235784
  !important;

}
h2{
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 600 !important;

}
h3{
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: 700 !important;

}
h4{
  font-family: "Cormorant Garamond", sans-serif;
}
.subtext{
  font-family: "Mrs Saint Delafield", serif;
color: #B58C67 !important;
font-size: 50px !important;
}
p{
  font-family: 'Jost', sans-serif;
  color: #000000dd;
  margin-bottom: 0px;
  font-size: 18px;

}
.nav-link{
  font-weight: 600;
}
.nav-link.active{
  color: #234567 !important;
  border-bottom: 1px solid #234567;
}
#carouselExampleFade{
  position: relative;
height: 87vh;
}
.carousel1{
  background: url('../photos/banner3.jpg') rgba(0, 0, 0, 0.566);
  background-position: center 35%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 87vh;
}
.carousel2{
  background: url('../photos/banner.jpg') rgba(0, 0, 0, 0.556);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height:87vh;
}
.carousel3{
  background: url('../photos/banner2.jpg') rgba(0, 0, 0, 0.563);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  height: 87vh;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 21.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center !important;
}
.carousel-caption p{
  font-family: "Mrs Saint Delafield", serif;
font-size: 40px;
color: white;
}
.carousel-caption h5{
  font-size: 60px;
  font-weight:700 !important;
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 50px;
}

.carousel-indicators{
  display: none !important;
}

.navbar{
  background: white;
  padding: 20px 0px !important;

}
footer{
  background: #235784!important;
  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: #932B41;
}

.rooms-bg{
  background: url('../photos/bg.png') ;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 50%;
  background-attachment: scroll;
  background-blend-mode: multiply;
}

.room-content{
  padding: 30px;
  background: white;
}

/* From Uiverse.io by alexmaracinaru */ 
.cta {
  position: relative;
  margin: auto;
  padding: 12px 18px;
  transition: all 0.2s ease;
  border: none;
  background: none;
  cursor: pointer;
}

.cta:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-radius: 50px;
  background: #b1dae7;
  width: 45px;
  height: 45px;
  transition: all 0.3s ease;
}

.cta span {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #234567;
}

.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #234567;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}

.cta:hover:before {
  width: 100%;
  background: #b1dae7;
}

.cta:hover svg {
  transform: translateX(0);
}

.cta:active {
  transform: scale(0.95);
}
.room-box{
  border-radius: 15px !important; 
}
.info-box{
  background: #234567;
  padding: 40px;
  border-radius: 15px;
  height: 95%;
}

.facility-box{
  background: white;
  border-radius: 15px;
padding: 20px;
justify-content: center;
text-align: center;
}
.testimonial-box{
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.cover-bg{
  background: url('../photos/img2.jpg') rgba(0, 0, 0, 0.563);
  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-bg{
  background: url('../photos/double1-1.jpg') rgba(0, 0, 0, 0.563);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}

/*about.html*/
.section-bg1{
  background: url('../photos/banner2.jpg') rgba(0, 0, 0, 0.563);
  background-position: center 10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  background-blend-mode: multiply;
  padding-top: 200px;
  padding-bottom: 100px;
  text-align: center;
}

.about-row{
  padding: 30px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

/*contact.html*/

.contact-box{
  padding:40px;

  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}

@media(max-width:1000px){
  
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 18.25rem !important;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center !important;
}
.carousel-caption p{
  font-family: "Mrs Saint Delafield", serif;
font-size: 30px;
color: white;
}
.carousel-caption h5{
  font-size: 40px;
  font-weight:700 !important;
  font-family: "Cormorant Garamond", sans-serif;
  line-height: 50px;
}
.copyright {
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
}

}