/*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*/
/* End Animations*/

@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Grey+Qo&family=IBM+Plex+Sans+JP&family=Jost:ital,wght@0,100..900;1,100..900&family=La+Belle+Aurore&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libertinus+Math&family=Lora:ital,wght@0,400..700;1,400..700&family=Marcellus&family=Montserrat:ital,wght@0,100..900;1,100..900&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=Roboto+Slab:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Spectral:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

body{
background-color: #FDFBF7;
}


nav.navbar {
  width: 100%;
  background-color:#F8F6F3 ;
 
  }


.navbar.scroll {
  background-color: #979595!important; 
  transition: background-color 0.2s ease-in-out;
  box-shadow: o 3px 10px rgb(0, 0, 0, 0.15);
}


.nav-link2 {
  font-size: 24px !important;
  color: rgba(0, 0, 0, 0.808);

}


.nav-link2.active {
  color: black !important; 
}

.nav-link2:hover {
  font-size: 24px !important;
  color: black;
}


.nav-link2.active:hover {
  color: black !important; 
}



.nav-link {
  font-size: 24px !important;
  color: black!important;
   font-family: "Grey Qo", cursive;
  font-weight: 400;
  font-style: normal;
}


.nav-link.active {
  color: black !important; 
   font-family: "Grey Qo", cursive;
  font-weight: 400;
  font-style: normal;
}

.nav-link:hover {
  font-size: 24px !important;
  color: #53624e!important;
}

.nav-link.active:hover {
  color: black !important; 
}

.navbar li {
  margin: 0 20px;
 color: black;
}

.small-text{
  font-family: 'Barlow Condensed', sans-serif;
  letter-spacing: 10px;
  font-style: italic;
  color: white;
  position: relative;
}

.navbar li a {
  font-family: 'Josefin Slab', serif; 
  position: relative;
  text-decoration: none;
  border-bottom: 2px solid transparent;
  color: black;
}
.navbar li a:hover {
  color: #F5F0E1;
}
.navbar li a.active {
color: #F5F0E1!important;
}
.nav-item {
  position: relative;
  text-align: center;
}

.nav-item:hover {
  position: relative;
  text-align: center;
  color: black;
}
nav .navbar-toggler{
  background-color: #456882;
  border: none;
}

.icons-p{
  color: #5F6F81;
  font-family: "marcellus", serif;
  font-size: 20px;
  font-weight: 500;
}

.nav-btn {
  display: inline-block;
  padding: 0.9rem 1.8rem;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: white;
  border-left: 3px solid #F5F0E1;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  font-family: inherit;
  margin-bottom: 0px!important;
  background-color: #1B3C53;
  margin-top: 15px;
 }


 
.nav-btn:hover {
color: white;
 background-color: #1b3c53e5;
}

 .nav-btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F0E1;
  transform: translateX(-100%);
  transition: all .3s;
  z-index: -1;
 }
 

 

  .boat-area {
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 0;
    position: relative;
    margin-top: 30px;
    background-color: #fdfbf7; 
}

.boat-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%; 
    height: 100%;
    background-color: #1B3C53;
    z-index: -1;
}


.clients-name{

  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 15px!important;
}


.big-icon{
  margin-top: -220px;
  margin-right: 100px;

  display: flex;
  justify-content: center;
  align-items: center;
}



.big-icon1{
position: relative;
margin-bottom: -100px;
  margin-left: 50px;

  display: flex;
  justify-content: center;
  align-items: center;
}
@keyframes rotate {
  from {
      transform: rotate(0deg);
  }
  to {
      transform: rotate(360deg);
  }
}
#video-background {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    height: auto;
}

.aboutus-text{
    margin-top: 70px;
     font-family: "La Belle Aurore", cursive;
  font-weight: 100;
  font-style: normal;
}


  #bottone5 {
    align-items: center;
    background-color:white ;
    border: 3px solid #1B3C53;
    margin-top: 10px;
    box-shadow:#1B3C53;
    box-sizing: border-box;
    color: black;
    cursor: pointer;
    display: inline-flex;
    font-family: "marcellus", serif;
    font-size: 20px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.5rem - 1px);
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
    width: auto;
    margin-left: 5px;
    border-radius: 10px;
    padding-left: 32px;
    padding-right: 32px;
   }


   #bottone5:hover,
   #bottone5:focus {
    border-color: #000000;
    box-shadow: #ffffff 0 1px 2px;
    color: white;
    background-color: #456882;
   
   }
   
   .rooms-image{
    margin-left: 10px!important;
    color: #456882;
   }


   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    
    color: #ffffff;
    transform: translateY(0);
   }
  
.image-background{
    width: 200px;
    height: 800px!important;
    margin-top: 40px!important;
    color: #D4BFAA;
}

.rooms{
    margin-top: 50px;
}

.rooms-h1{
margin-left: 35px;
color: white;
font-family: "Jost", sans-serif;
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
text-align: center;
}


.text-white{
  color: #1B3C53!important;
}

  


.bd-testimonial-4__rating{
    color: #EEC78C;
    margin-bottom: 12px;
}


.fa-circle-check{
  color: #1B3C53;
  margin-right: 5px;
}


.icons-text{
  margin-top: 15px;
}

.customers {
  background-color: #F9F3EF;
  padding: 80px 0;
  font-family: 'Segoe UI', sans-serif;
}

.customers .sec-width {
  max-width: 1200px;
  margin: 0 auto;
}

.customers .text-white {
  color: #D2C1B6;
  font-size: 16px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonals-heading {
  font-size: 36px;
  margin-bottom: 50px;
  color: #333; 
}


.customers-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}


.customer {
  background-color: #ffffff;
  padding: 30px;
  border-radius: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  max-width: 350px;
  flex: 1 1 300px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.customer:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
}


.customer .room-p {
  font-size: 19px;
  color: #555;
  line-height: 1.6;
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #000000c9;
  margin-left: 20px!important;

}

.room-p1{
  margin-left: 10px;
}

.bd-testimonial-4__rating i {
  color: #FFD700; 
  margin: 0 2px;
  font-size: 18px;
}


.customer span {
  display: inline-block;
  margin-top: 12px;
  font-size: 14px;
  color: #222;
}


.fadeinright, .fadeindown, .fadeinleft {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

.fadeinright { animation-delay: 0.2s; }
.fadeindown { animation-delay: 0.4s; }
.fadeinleft { animation-delay: 0.6s; }

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}

/* Responsive */
@media (max-width: 768px) {
  .customers-container {
    flex-direction: column;
    align-items: center;
  }
}



footer {
    background: #d2c1b6c5 !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;
}



.facilities-section {
  background-color: #1B3C53;
  padding: 60px 0;
  color: #F9F3EF;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.facilities-h1 {
  color: #D2C1B6;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 10px;
}

.facilities-section h1 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 40px;
}



.facility-card {
  background-color: #456882;
  border-radius: 16px;
  padding: 30px 20px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.facility-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
}


.facility-card img {
  width: 60px;
  height: 60px;
}

.facility-card h3 {
  color: #F9F3EF;
  margin-top: 15px;
  font-size: 20px;
}


.button-6 {
  background-color: #D2C1B6;
  border: none;
  padding: 12px 30px;
  border-radius: 25px;
  font-size: 16px;
  color: #1B3C53;
  font-weight: bold;
  cursor: pointer;
  margin-top: 40px;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.button-6:hover {
  background-color: #F9F3EF;
  transform: scale(1.05);
}


.fadeinup {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 1s ease forwards;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


@media (max-width: 768px) {
  .facility-card {
    margin-bottom: 20px;
  }

  .facilities-section h1 {
    font-size: 28px;
  }}


  

.testimonial-section{
  margin-top: 150px;
  margin-bottom: 100px;
}


.testimonial-box{
  padding: 40px;
  background: blueviolet;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#testimonials{
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('../photos/bg-shape.png');
  background-position:bottom left;
  background-size: 30%;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
}


.button-6 {
  align-items: center;
  background-color: #1B3C53;
  border: 1px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
  box-sizing: border-box;
  color: rgb(255, 255, 255);
  cursor: pointer;
  display: inline-flex;
  font-family: system-ui,-apple-system,system-ui,"Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 20px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.25;
  margin: 0;
  min-height: 3rem;
  padding: calc(.875rem - 1px) calc(1.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;
  border-radius: 20px;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.button-6:hover,
.button-6:focus {
  border-color: rgb(255, 255, 255);
  background-color: #1b3c53e5;
  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
  color: #1F1F1F;
}

.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);
}

  .section-bg2{
 background: url('../img/image7.jpeg'), rgba(0, 0, 0, 0.316);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;
  margin-top: 20px;
  }


   .section-bg5{
    background: url('../img/image10.jpeg'), rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;
  }

    .section-bg3{
    background: url('../img/studio3.jpg'), rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;
  }

    .section-bg4{
    background: url('../img/image11.jpeg'), rgba(0, 0, 0, 0.386);
  background-position:center;
  background-size: cover;
  background-repeat: no-repeat;
  background-blend-mode: multiply;
  background-attachment: scroll;
  padding-top: 300px;
  padding-bottom: 250px;
  color: white;
  }


  .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;
  }



.footer-title{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 25px;
}

.footer-h1{
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: #000;
}


.footer-h2{
    font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
   color: #1B3C53!important;
   font-size: 20px;
}


.email{
  font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
    color: #1B3C53!important;
}

.link-number{
 font-family: "Lora", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: #1B3C53!important;
}

.copy-right{
   font-family: "Lora", ;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}

.parallax-section {
  height: 50vh;
  background-image: url('../img/img123.jpeg'); 
  background-attachment: fixed;
  background-size: cover;
  background-position: end;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.parallax-section .content {
  background-color: rgba(0, 0, 0, 0.600); 
  padding: 2rem;
  border-radius: 10px;
  color: white;

}

.normal-section {
  padding: 60px 20px;
  background-color: #f4f4f4;
  text-align: center;
}

.paralel-h3{
  color: wheat;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 35px;

}

.text-white{
   font-family: "Grey Qo", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 25px;
}

.banner0{
   font-family: "Grey Qo", cursive;
  font-weight: 400;
  font-style: normal;
}


.facilities-h1{
font-family: "Grey Qo", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 23px;
}


.contact-h6{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  margin-top: 80px;
  font-size: 22px;
}


.contact-h2{
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: rgba(0, 0, 0, 0.87);
  text-align: center;
  margin-top: 30px;
  font-size: 40px;
  margin-bottom: 30px;
}

.details{
  color: black;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  margin-top: 20px;
}

.details1{
   color: #212529;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
}

.icons{
  margin-top: 45px;
}


.iframe{
  margin-top: 30px;
  margin-bottom: 50px;
}


 @media only screen and (max-width: 900px) {

  #bottone5 {
   
    margin-top: 10px;
    font-size: 18px;
    margin-left: 5px;
    border-radius: 10px;
    padding-left: 12px;
    padding-right: 12px;
   }


  .text-muted{
   font-family: "Grey Qo", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 15px!important;
  color: black!important;
}

.rooms-caption{
  text-align: center;
  margin-top: 20px;
  color: #1B3C53;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 40px!important;
}
     .boat-area::before {
    display: none;
  }

.aboutus-text{
  margin-top: 20px;
  font-family: "La Belle Aurore", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 20px!important;
}

.banner0{
 font-size: 43px!important;
}


.aboutus-p{
  color:rgba(0, 0, 0, 0.897)!important;
}

.image{
  width: 45px;
}

.testimonals-heading{
  font-size: 25px!important;
}

.icons-name{
font-size: 15px!important;
}


.paralel-h3{
  font-size: 25px;

}
  }


footer {
  background-color: #F9F3EF;
  color: #1B3C53;
}

footer a {
  color: #1B3C53;
}

footer a:hover {
  color: #456882;
}

.card-title{
  color: #000;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 30px;
}

.room-details{
  color: #1f1f1fd2;
  font-size: 18px;
 font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.rooms-title{
  text-align: center;
}

.text-muted{
   font-family: "Grey Qo", cursive;
  font-weight: 500;
  font-style: normal;
  font-size: 20px;
  color: black!important;
}

.rooms-caption{
  text-align: center;
  margin-top: 20px;
  color: #1B3C53;
   font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-size: 60px;
}
