

/*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;
}

.fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
}

.active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
}



.fadein{
opacity: 0;
}   


/* End Animations*/

html, body {
  
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden !important;
  font-family: "Satisfy", cursive;
  font-family: "EB Garamond", serif;
background:#ffffff;
  color: rgb(0, 0, 0);

}


.top-bar{
  background: #ffffff;
  padding: 10px;
  color: rgb(0, 0, 0) !important;
  border-bottom: 1px solid rgb(0, 0, 0);
}
.carousel1{
  background: url('../img/carousel1.jpg'), rgba(0, 0, 0, 0.381);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel2{
  background: url('../img/carousel2.jpg'), rgba(0, 0, 0, 0.381);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  height: 80vh;
}
.carousel3{
  background: url('../img/carousel3.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%; 
 max-width: 90%;
}

.nav-link{
    font-size: 23px;
    color: black;

}

.button-6{
    background-color:#bd945ad8;
    color: white;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.button-7{
    background-color:#bd945ad8;
    color: black;
    border-radius: 15px;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid grey;
}


.button-7:hover{
    background-color:#bd945ab4;
    color: black;
    border-radius: 15px;
    font-size: 22px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
    padding-right: 35px;
    border: 1px solid grey;
}


.text-white{
    color: black;
    font-size: 20px;
}

.text-white{
    font-size: 20px;
}


.checkin{

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 rgba(255, 255, 255, 0.3);
  padding: 10px;
  color: black !important;
  border-radius: 5px !important;
  width: 60%;
}

.h6{
    font-size: 18px;
}

#apartments-carousel {
  background-color: #F9F9F9;
}
.apartment-box {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.apartment-box img {
  width: 100%;
  height: 400px; 
  object-fit: cover;
  transition: transform 0.3s ease;
}
.apartment-box:hover img {
  transform: scale(1.05); 
}
.apartment-box h3 {
  font-family: "Cormorant Garamond", serif;
  font-size: 22px;
  margin-top: 15px;
  color: #293B4D;
}
.book-now-btn {
  display: inline-block;
  margin: 15px 0 25px;
  padding: 10px 25px;
  background-color: #293B4D;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background 0.3s ease;
}
.book-now-btn:hover {
  background-color: #1F2F3D;
}

.testimonials-section {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fdfdfd;
}

.testimonial-box {
  background-color: #fff;
  border: 1px solid #e0d8c9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.testimonial-box .title {
  color: #C4AB86;
  font-weight: bold;
  margin: 10px 0;
}

.testimonial-box .message {
  color: #000;
  font-size: 15px;
  margin: 15px 0;
}

.testimonial-box .author {
  font-style: italic;
  color: #000;
  margin-top: auto;
}

.message{
    font-size: 19px!important;

}

.footer {
  background-color: #1a1a1a;
  color: white;
  padding: 60px 0 30px 0;
  font-family: 'Jost', sans-serif;
}

.footer-title {
  font-size: 28px;
  letter-spacing: 3px;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-description {
  font-size: 15px;
  line-height: 26px;
  color: #ccc;
}

.footer-heading {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #ffffff;
}

.footer-contact li {
  margin-bottom: 10px;
}

.footer-contact a {
  color: #ccc;
  text-decoration: none;
}

.footer-contact a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.social-link {
  color: #fff;
  font-size: 24px;
  margin-right: 15px;
  text-decoration: none;
}

.social-link:hover {
  color: #C4AB86;
}

.footer-links a {
  color: #ccc;
  margin-right: 20px;
  font-size: 14px;
  text-decoration: none;
}

.footer-links a:hover {
  color: white;
}

.footer-divider {
  border-color: rgba(255, 255, 255, 0.1);
  margin: 40px 0 20px;
}

.intermedia-logo {
  width: 100px;
  margin-left: 10px;
  vertical-align: middle;
}


  .contact-bg1 {
            background: url('image/your-background.jpg') no-repeat center center/cover;
            padding: 60px 0;
            text-align: center;
        }

        .contact-bg1 .bg01 {
            font-size: 48px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        .contact-bg1 .imag {
            margin-bottom: 15px;
        }

        .contacts1 {
            background-color: white;
        }

        .contact1-info {
            background-color:#faf0e6;
            padding: 30px 20px;
            border-radius: 10px;
            transition: 0.3s ease;
        }

        .contact1-info:hover {
            background-color: #3a3a3a;
        }

        .contact1-info h2 {
            font-size: 20px;
            margin-top: 15px;
            color: #CDBA76;
        }

        .contact1-info p {
            margin: 10px 0 0;
        }

        .map iframe {
            width: 100%;
            border: 0;
            border-radius: 10px;
        }

          .contact-bg1{
    background: url('../img/carousel3.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  }

  .contacts-p{
    font-size: 30px;
  }

  .contacts-title{
    font-size: 25px!important;
    color: black!important;
  }

  
  .rooms-h5{
    margin-top: 15px;
    margin-left: 10px;
    font-size: 17px;
    font-family: "Gilda Display", serif;
  font-weight: 400;
  font-style: normal;
  }

    .room-h1{
    margin-left: 10px;
    font-size: 30px;
    color: #1B3C53;
    font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  }

.room-p1{
  margin-left: 10px;
  font-size: 19px;
}

 .rooms-image{
    margin-left: 10px!important;
    color: #456882;
   }

   #book-btn{
    border: 1px solid rgba(128, 128, 128, 0.849);
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 10px;
    font-size: 20px;
   background-color: #c7a473a8;
   }

   .contacts-details{
    font-size: 20px;
   }

   
    @media screen and (max-width: 768px) {
      .nav-logo{
        width: 70px!important;
      }
  .carousel-caption {
    padding: 10px;
  }

  .carousel-caption p {
    font-size: 24px !important;
  }

  .carousel-caption h3 {
    font-size: 18px !important;
    margin-bottom: 15px;
  }

  .checkin {
    flex-direction: column;
    align-items: center;
  }

  .checkin .col-lg-4,
  .checkin .col-lg-3 {
    border-right: none !important;
    border-bottom: 1px solid #ffffff;
    width: 100%;
    text-align: center;
    padding: 10px 0;
  }

  .checkin .col-lg-3 {
    background-color: #BD945A;
    border-radius: 5px;
    margin-top: 10px;
    border: none;
  }

  .checkin h6 {
    font-size: 16px !important;
    padding: 0 !important;
  }

  .carousel-control-prev-icon,
  .carousel-control-next-icon {
    width: 30px;
    height: 30px;
  }
      
    }