/*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*/


@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');


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: 19px !important;
  color: black!important;
     font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  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: 30px !important;
  font-size: 19px !important;
}

.nav-link.active:hover {
  color: black !important; 
}

.navbar li {
  margin: 0 20px;
 color: black;
}

.btn-book{
    background-color:#3a728e;
    color: white;
    border: 1px solid #3a728e;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 25px;
    padding-right: 25px;
    border-radius: 5px;
}

.btn-book:hover{
     background-color:#244758;
    color: white;
}


.h1-tittle{
  color: #02323b;
  margin-top: 140px;
  text-align: center;
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight:500;
  font-style: normal;
  font-size: 60px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}


 .promo-video{
    width: 100%;
    height: auto;
    max-height: 70vh;
    display: block;
    border-radius: 16px;
  }


.heading-tittle{
    margin-top: 100px;
    font-size: 55px;
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight:400;
    color:#02323b;
    margin-left: 10px;
}


.heading-p{
    font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight:400;
    color: rgba(0, 0, 0, 0.692);
    font-size: 21px;
    margin-left: 10px;
}


.card{
    border: 1px solid grey;
    padding-top: 20px;
    padding-bottom: 10px;
}


    body {
            background-color: 	#faf0e680;
            font-family: Arial, sans-serif;
        }

        .yacht-section {
            padding: 80px 0;
        }

        .section-title {
            font-size: 2.5rem;
            font-weight: 600;
            color: #333;
            margin-bottom: 20px;
        }

        .section-description {
            font-size: 1.1rem;
            color: #6c757d;
            margin-bottom: 60px;
            max-width: 600px;
        }

        .service-card {
            background: white;
            border-radius: 10px;
            padding: 40px 30px;
            text-align: center;
          
            height: 90%;
            border: 1px solid rgba(128, 128, 128, 0.281);
        }

        .service-icon {
            width: 70px;
            height: 40px;
      
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 0 auto 25px;
            font-size: 1.8rem;
            color: white;
        }

        .service-title {
            font-size: 23px;
            font-weight: 550;
            color: #02323b;
            font-family: "Cormorant Garamond", serif;
              font-optical-sizing: auto;
            
        }

        .service-card {
  max-width: 300px;
 
}
        .service-description {
            color: #6c757d;
            line-height: 1.6;
            font-size:17px;
            font-family: "Poppins", sans-serif;
            font-weight: 500;
            font-style: normal;
            margin-top: 10px;
        }

        .yacht-image-container {
            background: #1a365d;
            border-radius: 15px;
            padding: 40px;
            text-align: center;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .yacht-image {
            max-width: 100%;
            height: auto;
        }

        .tittle-h2{
              font-family: "Cormorant Garamond", serif;
              font-optical-sizing: auto;
            font-weight: 500;
            text-align: left;
            color: #02323b;
            font-size: 45px;
            margin-top: 50px;
            margin-bottom: 20px;
        }

        .tittle-p{
            color: rgba(0, 0, 0, 0.658);
            font-size: 23px;
              font-family: "Cormorant Garamond", serif;
              font-optical-sizing: auto;
            font-weight: 500;
            text-align: left;
            margin-bottom: 60px;
            margin-top: 30px;

        }

        .service-tittle{
            color: #02323b;
              font-family: "Cormorant Garamond", serif;
              font-optical-sizing: auto;
            font-weight: 500;
        }

        .btn1{
            background-color: #f9b641;
            border: 1px ;
            padding-top: 17px;
            padding-bottom: 17px;
            padding-left: 32px;
            padding-right: 32px;
           
            margin-top: 70px;
            color: #F8F6F3;
             font-family: "Roboto", sans-serif;
            font-optical-sizing: auto;
            font-weight: 500;
            font-size: 17px;
        }

        .btn1:hover{
            background-color: #02323b;
        color: white;}


        .banner-h1{
            text-align: center;
            font-size: 47px;
            font-family: "Cormorant Garamond", serif;
            font-optical-sizing: auto;
            font-weight: 500;
            color: #02323b;
            margin-bottom: 20px;

        }

         .banner-h11{
            text-align: center;
            font-size: 47px;
            font-family: "Cormorant Garamond", serif;
            font-optical-sizing: auto;
            font-weight: 500;
            color: #02323b;
            margin-bottom: 40px;
            margin-top: 120px;

        }

        .bannr-p{
            text-align: center;
            color: rgba(0, 0, 0, 0.527);
            font-family: "Roboto", sans-serif;
            font-optical-sizing: auto;
            font-weight: 400;
            font-size: 18px;
            margin-bottom: 35px;
        }

        
  .footer_wrapper {
    background: #02323b;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
  }
  
  .footer_wrapper ul li {
    margin-bottom: .5rem;
    list-style: none;
  }
  
  .footer_wrapper .contact-info li a {
    color: rgb(255, 255, 255);
  }
  
  .footer_wrapper .link-widget li a,
  .footer_wrapper p {
    color: rgb(255, 255, 255);
    font-size: 14px;
    padding-left: 1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
  }
  
  .footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  
  }
  
  .footer_wrapper .link-widget li a:hover {
    margin-left: .625rem;
    color: hsl(0, 0%, 100%);
  }
  
  
  .footer_wrapper .form-control:focus {
    outline: none;
    box-shadow: none;
    border-color: var(--secondary-color);
  }
  
  .footer_wrapper .copyright-section {
    background-color: rgba(0, 0, 0, 0.488);
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  #contact{
margin-top: 40px!important;
  }


  .places-we-visit {
  padding: 60px 0;
  background: #fff;
  text-align: center;
}

.section-title {
  font-size: 28px;
  margin-bottom: 40px;
}



.rooms-h5{
  margin-bottom: 10px;
  font-size: 25px;
  color: #2C150B;
  font-weight: 400;
}

.rooms-h2{
  font-size: 55px;
  color:#2C150B;
  font-family: "Spectral", serif;
  font-weight: 520;
  font-style: normal;
}

.rooms-p{
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-top: 10px;
}

.room1{
    color: white;
  border-radius: 8px;
  background: url('../img/kakome.jpg')rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: end;

}


.room2{
    color: white;
  border-radius: 8px;
  background: url('../img/krorez.jpg')rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: end;

}
.room3{
    color: white;
  border-radius: 8px;
  background: url('../img/gremina.jpg')rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: end;

}
.room4{
    color: white;
  border-radius: 8px;
  background: url('../img/rrjodhe.jpg')rgba(0, 0, 0, 0.35);
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  height: 50vh;
  display: flex;
  align-items: end;

}



.trip-name{
  color: white;
    font-family: "Spectral", serif;
  font-weight: 550;
  font-style: normal;
font-size: 30px;
margin-bottom: 30px;
margin-left: 20px;
}


.room-hover {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.room-hover::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}
.room-hover:hover::before {
  opacity: 1;
}


.room-btn{
  background-color: #f8c34c;
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-right: 30px;
  margin-left: 200px;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
}

.room-hover .room-btn {
  opacity: 0;             
  visibility: hidden;     
  transition: opacity 0.3s ease;
}

.room-hover:hover .room-btn {
  opacity: 1;             
  visibility: visible;
}


.room-btn2{
  background-color:rgba(255, 255, 255, 0.623);
  color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  text-align: center!important;
  margin-bottom: 120px!important;
}

.room-hover .room-btn2 {
  opacity: 0;             
  visibility: hidden;     
  transition: opacity 0.3s ease;
}

.room-hover:hover .room-btn2 {
  opacity: 1;             
  visibility: visible;
}


.room-btn2 {
  background-color: rgba(255, 255, 255, 0.356); 
  color: white;
  padding: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-align: justify;
  border-radius: 8px;
  max-width: 90%;
  margin: 0 auto;
  opacity: 0;
  margin-right: 100px!important;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.room-hover:hover .room-btn2 {
  opacity: 1;
  visibility: visible;
}


.video{
  margin-top: 50px;
  margin-left: 40px;
}

.boat-banner{
  background-color: white;
}

.ab-us{
  margin-left: 20px;
      font-family: "Cormorant Garamond", serif;
    font-optical-sizing: auto;
    font-weight:600;
    font-size: 21px;
    color: #02323b;
    margin-top: 150px;
    margin-bottom: 30px;
}



.tour-btn{
background-color: #f8c34c;
color: #02323b;
border-radius: 5px;
padding-top: 12px;
padding-bottom: 12px;
padding-left: 20px;
padding-right: 20px;
margin-left: 20px;
font-family: "Cormorant Garamond", serif;
font-optical-sizing: auto;
font-size: 20px;
font-weight:600;
}


.tour-btn:hover{
background-color: #f8c44ce1;
color: #02323b;}

   .contact-bg3{
    background: url('../img/about-img.jpeg') 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;
  }

   .contact-bg4{
    background: url('../img/img3.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;
  }

   .contact-bg5{
    background: url('../img/img2.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;
  }

  .contact-bg6{
    background: url('../img/rrjodhe.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;
  }
  .icon-box {
  background-color: #3a728e;
  color: white;
  padding: 12px;
  border-radius: 6px;
  font-size: 20px;
  padding-left: 20px!important;
  padding-right: 20px!important;
}

.contact-tittle{
  color: #02323b;
  font-family: "Cormorant Garamond", serif;
font-optical-sizing: auto;
font-size: 50px;
font-weight:400!important;
margin-top: 10px;
}

.text-muted{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 21px;
  color: grey;
}

.details{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 41px!important;
  color: grey;
  margin-top: 10px!important;
  font-size: 20px;
}

.text-primary{
  color: #02323bda!important;
  font-family: "Cormorant Garamond", serif;
font-optical-sizing: auto;
font-size: 20px;
font-weight:600!important;
}



    @media screen and (max-width: 768px) {
      @media screen and (max-width: 768px) {
  .nav-logo {
    width: 55px !important; 
  }

  .banner-h1{
            font-size: 37px;
            margin-bottom: 10px;

        }

 .tittle-h2{
      font-size: 35px;
      margin-top: 50px;
       margin-bottom: 20px;
        }


.ab-us{
  margin-left: 20px;
    font-size: 17px;
    color: #02323b;
    margin-top: 40px;
    margin-bottom: 20px;
}
  .heading-tittle{
    margin-top: 100px;
    font-size: 35px;
    
}

  .navbar li {
    margin: 8px 0;
    text-align: center; 
  }

  .nav-link {
    font-size: 17px !important; 
  }

  .btn-book {
    display: block;
    margin: 10px auto; 
    width: fit-content; 
  }

     .banner-h11{
            font-size: 37px;
          margin-top: 50px;
          text-align: left;
        }

        .contact-tittle{
font-size: 40px;
font-weight:400!important;
margin-top: 10px;
}

  .img12{
width: 340px;
height: 200px;
  }
}}


.promo-video {
  width: 100%;
  height: auto;
  max-height: 70vh;
  display: block;
  border-radius: 16px;
  object-fit: cover;
}


@media screen and (max-width: 992px) {
  .promo-video {
    max-height: 60vh;
  }
}


@media screen and (max-width: 768px) {
  .promo-video {
    max-height: 45vh;
    border-radius: 10px;
  }

  .h1-tittle {
    font-size: 35px!important;
    line-height: 1.3;
  }
}

@media screen and (max-width: 480px) {
  .promo-video {
    max-height: 35vh;
  }

  .h1-tittle {
    font-size: 22px;
  }
}

.program-list {
  background: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.program-item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  align-items: center;
}

.program-item:last-child {
  border-bottom: none;
}

.program-item .time {
  font-weight: bold;
  color: #3a728e;
  font-size: 20px;
    font-family: "Roboto", sans-serif;
  font-weight: 600;
}


.program-item .place {
  font-size: 18px;
  color: rgba(0, 0, 0, 0.884);
  font-family: "Roboto", sans-serif;
  font-weight: 500;
}


.program-item .arrow {
  font-size: 18px;
  color: #02323b;
  font-weight: bold;
}

.program-tittle{
color: #02323b;
  font-family: "Cormorant Garamond", serif;
font-optical-sizing: auto;
font-size: 30px;
font-weight: 300px!important;
}