@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat: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: "Satisfy", cursive;
  font-family: "EB Garamond", serif;
background:#F8F8F8;
  color: rgb(0, 0, 0);

}
p{
  font-family: "Montserrat", sans-serif;
}
h6{
  font-family: "Montserrat", sans-serif;
font-weight: 500;
font-size: 13px !important;
color: #555555;
letter-spacing: 2px;
line-height: 24px;
}
h5{
  font-family: "Montserrat", sans-serif;
}
a{
  color: initial !important;
  text-decoration: none;
}
.navbar{
  transition: 0.3s;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
  position: absolute;
  background:#F8F8F8;
}
footer{
  background: #000000 !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: #ffffff;
}
.room-link:hover{
  color: #932B41;
}

.navbar .navbar-nav .nav-link {
  color: #000000 !important;
  font-size: 1.1em;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: var(--bs-navbar-active-color);
  border-bottom: 1px solid black;
  font-size: 1.1em;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.navbar .navbar-nav .nav-link:hover{
  color: #808080 !important;

  transition: 0.2s ease-in-out;

}
.nav-link .active{
border-bottom: 1px solid black;
}
.navbar-logo-centered .navbar-nav .nav-link{
  padding: .5em 1em;
}

.offcanvas{
  background-color: #0E1317;
}
.top-bar{
  background: #ffffff;
  padding: 10px;
  color: rgb(0, 0, 0) !important;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.carousel1{
  background: url('../photos/img1.jpg'), rgba(0, 0, 0, 0.546);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel2{
  background: url('../photos/img3.jpg'), rgba(0, 0, 0, 0.536);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel3{
  background: url('../photos/img6.jpg'), rgba(0, 0, 0, 0.445);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel-caption {
  position: absolute;
  top:55%;
  left: 50%;
  transform: translate(-50%, -60%);
  padding: 0rem;
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;

  justify-items: center !important;
  width: 100%; /* Optional: Set this if you want the caption to occupy full width */
 max-width: 90%;/* Optional: Adjust based on your design needs */
}
.offcanvas {
  background-color: #ffffff;
}
.carousel-caption h3{
  font-size: 72px;
  font-family: "EB Garamond", serif;

  line-height: 67.68px;
  letter-spacing: normal;
  font-weight: 100;
  font-stretch: 100% ;
}

.carousel-caption p{
  font-size: 18px;
  line-height: 27px;
  letter-spacing: normal;
  font-weight: 400;
  font-stretch: 100% ;
  font-family: 'Jost', sans-serif;

}


/* CSS */
.button-6 {
  align-items: center;
  background-color: #344D75;
  border: 1px solid rgba(0, 0, 0, 0.1);

  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(2.5rem - 1px);
  position: relative;
  text-decoration: none;
  transition: all 250ms;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  width: auto;
}

.button-6:hover,
.button-6:focus {
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: rgba(0, 0, 0, 0.65);
}

.button-6:hover {
  transform: translateY(-1px);
}

.button-6:active {
  background-color: #F0F0F1;
  border-color: rgba(0, 0, 0, 0.15);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
  color: rgba(0, 0, 0, 0.65);
  transform: translateY(0);
}

.checkin{
  /* From https://css.glass */
background: rgba(255, 255, 255, 0.22);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(11.9px);
-webkit-backdrop-filter: blur(11.9px);
border: 1px solid #3C92E5;
  padding: 10px;
  color: black !important;
  border-radius: 5px !important;
  width: 60%;
}
.container-fluid{
  width: 97%;
}
     .button1{
      background-color: #4B514D !important;
      padding: 20px;
      border-radius: 5px;
     }

     .about-section{
   
        background: url('../photos/about-img.png');
        background-size:90%;
        background-position: bottom right;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        padding-top: 100px;
        padding-bottom: 100px;
    
     }
.title1{
  font-size: 80px;
  line-height: 1.125;
  letter-spacing: -1px
}
     .card1{
      background-color: #fff;
      position:relative;
      padding: 50px 30px;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(34, 34, 34, 0.02);
      box-shadow: 0px 8px 16px 0px rgba(34, 34, 34, 0.02);
      text-align: center;
      font-size: 14px;
     }
     .card2{
      background-color: #222;
      padding: 50px 30px;
      -webkit-box-shadow: 0px 8px 16px 0px rgba(34, 34, 34, 0.02);
      box-shadow: 0px 8px 16px 0px rgba(34, 34, 34, 0.02);
      text-align: center;
      font-size: 14px;
      color: white;
     }
     .title2{
      font-size: 50px;
      line-height: 1.125;
      letter-spacing: -1px
    }

  

.made-with {
    background: #fd264f;
    color: #fff;
    display: block;
    font-size: 12px;
    line-height: 1em;
    margin: 0;
    padding: 5px 110px;
    position: fixed;
    top: 20px;
    right: -100px;
    text-align: center;
    text-decoration: none;
    transform: rotate(45deg);
}
.documentation {
  color: #fd264f;
}
button:focus,
input:focus,
textarea:focus,
select:focus {
outline: none; }
.tabs {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}

.tabs input[type=radio] {
  display: none;
}

.tabs ul {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: center;
}

.tabs ul li {
  flex: 1;
  text-align: center;
}

.tabs ul li label {
  display: block;
  padding: 15px;
  cursor: pointer;
  font-weight: bold;
  color: #344D75;
}

.tabs .slider {
  position: relative;
  width: 100%;
  height: 2px;
  background: #ddd;
  margin-top: 5px;
}

.tabs .indicator {
  position: absolute;
  height: 2px;
  background: #344D75;
  width: 33.333%;
  transition: all 0.3s ease;
}

.tabs .content {
  overflow: hidden;
}

.tabs .content section {
  display: none;
  padding: 20px 0;
}

#tab1:checked ~ .content section:nth-child(1),
#tab2:checked ~ .content section:nth-child(2),
#tab3:checked ~ .content section:nth-child(3) {
  display: block;
}

#tab1:checked ~ .slider .indicator {
  left: 0;
}

#tab2:checked ~ .slider .indicator {
  left: 33.333%;
}

#tab3:checked ~ .slider .indicator {
  left: 66.666%;
}

      
      
      .facilities-section{
        background: url('../photos/img5.jpg') rgba(0, 0, 0, 0.589);
        background-size:cover;
        background-position: center;
        background-repeat: no-repeat;
        background-blend-mode: multiply;
        padding-top: 100px;
        padding-bottom: 100px;
      }

      .facility-no{
        position: absolute;
        display: flex;
        top: 0 !important;
        right: 0;
        font-size: 100px;
        color: #f1f1f1;

      }
      .testimonials-section1{
        padding-top: 100px;
        padding-bottom: 100px;
        background: #162031;
      }
    /*blue-boutique-1.html*/  
    .section-bg{
      background: url('../photos/b1.jpg') rgba(0, 0, 0, 0.589);
      background-size:cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      padding-top: 150px;
      padding-bottom: 150px;
      text-align: center;
      color: rgb(255, 255, 255);
    }

    
    /*blue-boutique-2.html*/  
    .section-bg1{
      background: url('../photos/b2.jpg') rgba(0, 0, 0, 0.589);
      background-size:cover;
      background-position: center;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      padding-top: 150px;
      padding-bottom: 150px;
      text-align: center;
      color: rgb(255, 255, 255);
    }
 /*blue-boutique-3.html*/  
 .section-bg3{
  background: url('../photos/blue-boutique -apartments-3/ghg (1).jpg') rgba(0, 0, 0, 0.589);
  background-size:cover;
  background-position: top;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: rgb(255, 255, 255);
}


 /*blue-boutique-4.html*/ 

 .section-bg4{
  background: url('../photos/blue-apt-4/1.jpg') rgba(0, 0, 0, 0.589);
  background-size:cover;
  background-position: top;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  padding-top: 150px;
  padding-bottom: 150px;
  text-align: center;
  color: rgb(255, 255, 255);
}


    /*about.html*/
    .section-bg2{
      background: url('../photos/img4.jpg') rgba(0, 0, 0, 0.589);
      background-size:cover;
      background-position: center 60%;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
      padding-top: 150px;
      padding-bottom: 150px;
      text-align: center;
      color: rgb(255, 255, 255);
    }
    .col1{
      justify-content: end;
      text-align: end;
    }
@media(max-width:1000px){
  .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;
}
  .about-section{
   
    background: url('../photos/about-img.png');
    background-size:150%;
    background-position: bottom right;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding-top: 100px;
    padding-bottom: 100px;

 }
 .title2 {
  font-size: 30px;
  line-height: 1.125;
  letter-spacing: -1px;
}
  .title1{
    font-size: 40px;
    line-height: 1.125;
    letter-spacing: -1px
  }
  .checkin{
    width: 100%;

  }
  .top-bar{
    display: none;
  }
  .carousel-caption {
    position: absolute;
    top:55%;
    left: 50%;
    transform: translate(-50%, -60%);
    padding: 0rem;
    color: #fff;
    text-align: center;
    justify-content: center;
    align-items: center;
  
    justify-items: center !important;
    width: 100%; /* Optional: Set this if you want the caption to occupy full width */
   max-width: 90%;/* Optional: Adjust based on your design needs */
  }
  
  .carousel-caption h3{
    font-size: 32px;
    font-family: "EB Garamond", serif;
  
    line-height: 67.68px;
    letter-spacing: normal;
    font-weight: 100;
    font-stretch: 100% ;
  }
  .room-container{
    width: 97% !important;
  }
  .facility-no{
    font-size: 60px;
  }
 }
/*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 (min-width: 992px) {
  .col-lg-3 {
      flex: 0 0 auto;
      width: 23%;
  }
}