
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');
html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  h6{
    font-family: 'Gilda Display', serif;
    line-height: 30px;
    font-size: 18px;
  }
  a{
    text-decoration: none;
  }
  ::selection {
    color: #ffffff;
    background: #74685E;
  }
  
  .background-container {
  
    animation: zoom 10s ease-in-out forwards;
  }
  
  @keyframes zoom {
    0% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(1.1);
    }
  }
  .navbar-nav{
     
      display: flex;
      justify-content: center !important;
      align-items: center !important;
      text-align: center !important;
      padding-left: 0px !important;
    }
  
    a{
        text-decoration: none;
    }
    nav.navbar {
      background-color: #1E2744;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: 'Gilda Display', serif;
  
      text-transform: uppercase;
    font-weight: 500;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 15px !important;
    
    
    
    }
    
    .nav-item {
      margin-top: 25px;
      margin-bottom: 20px;
      text-align: center;
    
    }
    
    a.nav-link:hover {
      transform: scale(1.07);
    
    }
    
    .navbar li a.active {
      color:#ffffff !important;
      transform: scale(1.05);
      border-bottom: 1px #ffffff solid !important;
      background-color: transparent;
    
    }
    
    
    .dropdown-menu {
      background-color: #ffffff !important;
      color: #000000;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #000000;
      font-family: "Forum", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(0, 0, 0);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 0);
    }

  
 
  #bottone5 {
    align-items: center;
    background-color: #1E2744;
    border: 1px solid #ffffff;
   margin-top: 10px;
    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: 'Barlow', sans-serif;
    font-size: 16px;
    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;
   }
   
   #bottone5:hover,
   #bottone5:focus {
    border-color: #ffffff;
    box-shadow: #ffffff 0 4px 12px;
    color: #ffffff;
   }
   
   #bottone5:hover {
    transform: translateY(-1px);
   }
   
   #bottone5:active {
    background-color: #F0F0F1;
    border-color: #ffffff;
    box-shadow: #ffffff 0 2px 4px;
    color: #ffffff;
    transform: translateY(0);
   }
  

.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;
  }


  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #1C2025;
      max-width: 100%;
    }

    
  /* footer */
  .contact section p {
    color: white;
    text-align: center;
  }
  
  .contact section a {
    text-decoration: none;
    color: inherit;
    transition: .1s;
    border-bottom: 1px solid transparent;
  }
  
  .contact section a:hover {
    border-color: var(--bs-secondary);
  }
  
  
  @media only screen and (min-width: 992px) {
  
    header .navbar .link-btn {
      margin: 0;
      margin-left: auto;
    }
  
    .im-img {
      width: 28%;
    }
  }
  .footer_wrapper {
    background: linear-gradient(0deg, #151b30, #1E2744), url('image/475801254 (1).jpg') center /cover no-repeat , #000000;
    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: #1E2744;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
  }
  
  .footer_wrapper .copyright-section a {
    color: white;
  }
  
  @media (max-width: 767px) {
    .footer_wrapper>div {
      padding: 0 1.875rem;
    }
  }

  .swiper{
    height: 750px;
  
  z-index: 1 !important;
  
  }
  
  .slide-caption{
    padding-top:14%;
     text-align: center !important;
     justify-content: center !important;
     align-items: center !important;
   }
   .slide-caption h6{
    margin-bottom: 0px !important;
  font-family: "PT Sans Narrow", sans-serif;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !important;
   }
   .slide-caption h1{
  
     text-transform: capitalize !important;
     letter-spacing: 4px;
     font-size: 80px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
   font-weight: 700 !important;
     color: #ffffff ;
   font-family: "PT Sans Narrow", sans-serif;

     
   }
   .slide-caption h4{

 
    font-family: "Satisfy", cursive;
    font-size: 30px;
    
    
  }
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: .9375rem;
     height: .9375rem;
     background-color: #1E2744;
     border: .0625rem solid #ffffff;
     margin-bottom: 50px;
   }
   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #1E2744!important;
  
    box-shadow: none!important;
    width: 100%;
  }
  
  .container{
    width:100% !important;
  }
  .parallax_wrapper{
    position:relative;
 
}
@media (max-width: 991px){
    .img99
    {
        padding-left:14%
    }
    .swiper{
        height: 550px;
}
}
.parallax_wrapper .img_over{
    left:-25%;
    bottom:22%;
    position:absolute;
    z-index:99
}
@media (
    max-width: 991px) {
.parallax_wrapper .img_over{
    left:0
}
}
.parallax_wrapper .img_over img{
    border:4px solid #fff;
    width:50%;
    height:auto;
    -webkit-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    -moz-box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21);
    box-shadow:10px 10px 26px 0px rgba(0,0,0,0.21)}
@media (max-width: 991px){
    .parallax_wrapper.inverted{
        padding-left:inherit;padding-right:25%
    }}
    .parallax_wrapper.inverted .img_over{
        text-align:right;
        left:inherit;
        right:-25%}
@media (max-width: 991px){
    .parallax_wrapper.inverted .img_over{
        left:inherit;
        right:0
    }

    .slide-caption h1{
        font-size: 40px !important;
        letter-spacing: 2px !important;
    }
    .slide-caption h4{
        padding-top: 100px !important;
        font-family: "Satisfy", cursive;
    }
    .img2{
        display: none;
    }
    .card{
        margin-bottom: 20px !important;
    }
    .facc{
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }
    .apartments{
        margin-bottom: 0px !important;
    }
    .font01{
        font-size:35px !important;
    }
    .font03{
        font-size:25px !important;
    }
    .cart5{
        font-size:30px !important;
    }
    .faciliteies{
        margin-top: 20px !important;
    }
    .butt{
        margin-top: -30px !important;
    }
    .logo21{
        margin: 0px !important;
    }
    .rooom h5{
        font-size:23px !important ;
    }
}

.apartments h1{
    font-family: "PT Sans Narrow", sans-serif;
    color: #ffffff;
    padding: 8px;
}
.apartments p{
    font-family: "PT Sans Narrow", sans-serif;
    color: #ffffff;
}
.apartments h5{
    font-family: "PT Sans Narrow", sans-serif;
    color: #ffffff;
    padding: 8px;
}

.facilities-section h1{
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 45px;
}
.customers h5{
    font-family: "PT Sans Narrow", sans-serif;

}
.apartments {
    background: url('image/209917293.jpg')rgba(0, 0, 0, 0.658);
   
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
  
    position: relative;

}
.card1{
    color: #ffffff;
    font-family: "PT Sans Narrow", sans-serif;
}

.faciliteies h5{
    font-family: "PT Sans Narrow", sans-serif;
}

.font03
{
    font-family: "PT Sans Narrow", sans-serif;
}
.font01
{
    font-size: 40px;
    font-family: "PT Sans Narrow", sans-serif;
}
.cart5
{
    font-size: 40px;
    font-family: "PT Sans Narrow", sans-serif;
}

  /* Base Styles */
  .gallery-ig {
    padding: 34px 0 33px;
 
  }
  
  .gallery-ig {
    padding: 0 0 50px;
  }
  
  .gallery-ig-main {
    display: flex;
    justify-content: space-between;
  }
  
  .gallery-ig-main .col-img:first-child,
  .gallery-ig-main .col-img:last-child {
    max-width: 360px;
  }
  
  .gallery-ig-main .col-img .ig-box {
    position: relative;
    height: 612px;
  }
  
  .gallery-ig-main .col-img .ig-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .gallery-ig-main .col-img .ig-box .content {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  
  .gallery-ig-main .col-img .ig-box:hover .content {
    height: 100%;
    opacity: 1;
    visibility: visible;
  }
  
  .gallery-ig-main .col-img:nth-child(2) {
    margin: 0 15px;
  }
  
  .gallery-ig-main .col-img .top {
    display: flex;
  }
  
  .gallery-ig-main .col-img .top .ig-box {
    margin: 0 15px 28px;
    height: 292px;
  }
  
  .gallery-ig-main .col-img .bottom .ig-box {
    margin: 0 15px 0;
    height: 292px;
  }
  @media (max-width: 768px) {
  

    .gallery-ig h1 {
      font-size: 24px;
      text-align: center;
    }
  
    .gallery-ig-main {
      flex-direction: column;
      align-items: center;
    }
  
    .gallery-ig-main .col-img {
      max-width: 100%;
      margin-bottom: 20px;
    }
  
    .gallery-ig-main .col-img .top,
    .gallery-ig-main .col-img .bottom {
      flex-direction: column;
    }
  
    .gallery-ig-main .col-img .ig-box {
      height: auto;
    }
  
    .gallery-ig-main .col-img .top .ig-box,
    .gallery-ig-main .col-img .bottom .ig-box {
      margin: 0 0 15px;
      height: auto;
    }
  
    .tf-button {
      width: 100%;
      padding: 15px;
      text-align: center;
    }
  }
  
  /* For screens smaller than 480px */
  @media (max-width: 480px) {
    .gallery-ig h1 {
      font-size: 23px;
      margin-bottom: 15px;
    }
    
  
    .tf-button {
      font-size: 12px;
      padding: 10px;
      line-height: 40px;
    }
  
    .tf-button.style3 {
      padding: 10px 20px;
      line-height: 40px;
    }
  }
  
   /* customers */

   .customers{
    padding-top: 30px;
    

    background: linear-gradient(rgba(0, 0, 0, 0.685), rgba(0, 0, 0, 0.671)), url("image/209923751.jpg") center/cover no-repeat fixed;
  }
  .customer{
    background: #00000070;
    padding: 15px;
    text-align: center;
    margin: 24px 0;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.75);
    border: 1px solid #174791;
    cursor: pointer;
    transition: var(--transition);
    color:white;
  }
  .rating{
    margin: 10px 0;
    color: yellow;
  }
  
  .customer p{
    opacity: 0.7;
    line-height: 1.8;
    width: 60%;
    margin: 0 auto;
    color: white;
  }
  .customer img{
    width: 170px;
    height: 170px;
    border-radius: 50%;
    margin: 25px auto;
  }
  .customer span{
    font-weight: 700;
    opacity: 0.7;
  }
  .customer:hover{
    transform: translateY(-18px);
  }
  @media(min-width: 992px){
    
    .customers-container{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 30px;
    }
  
  }
  @media(min-width: 1370px){
    .customers-container{
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    
  }
  @media(max-width: 500px){
    .customer p{
        width: 100%;
    }
    .customer img{
        width: 100px;
        height: 100px;
    }
  }



  .rooms-bg1{
    background: url('image/225937867.jpg') rgba(0, 0, 0, 0.452);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 50vh;
    position: relative;
  

  }
  .bg01{
    text-align: center;
    font-family: "Forum", serif;
    font-weight: 500;
     font-size: 45px;
    
     padding-top: 100px;
     text-shadow: 1px 1px 1px #ffffff;
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 45px !important;
           padding-top: 130px !important;
        }
   
        .boat-area::before{
            display: none;
        }

      }
  
      .about-bg1{
        background: url('image/209923751.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
      }
      .gallery-bg1{
        background: url('image/209917293.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('image/265072754.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 50vh;
        position: relative;
      
       
      }
  .button-17 {
    align-items: center;
    appearance: none;
    background-color: #ffffff;
  
    border-style: none;
    box-shadow: rgba(0, 0, 0, .2) 0 3px 5px -1px,rgba(0, 0, 0, .14) 0 6px 10px 0,rgba(0, 0, 0, .12) 0 1px 18px 0;
    box-sizing: border-box;
    color: #423A36;
    cursor: pointer;
    display: inline-flex;
    fill: currentcolor;
    font-family: "Google Sans",Roboto,Arial,sans-serif;
    font-size: 14px;
    font-weight: 500;
    height: 48px;
    justify-content: center;
    letter-spacing: .25px;
    line-height: normal;
    max-width: 100%;
    overflow: visible;
    padding: 5px 34px;
    position: relative;
    text-align: center;
    text-transform: none;
    transition: box-shadow 280ms cubic-bezier(.4, 0, .2, 1),opacity 15ms linear 30ms,transform 270ms cubic-bezier(0, 0, .2, 1) 0ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: auto;
    will-change: transform,opacity;
    z-index: 0;
  }
  
  .button-17:hover {
    background: #F6F9FE;
    color: #174ea6;
  }
  
  .button-17:active {
    box-shadow: 0 4px 4px 0 rgb(60 64 67 / 30%), 0 8px 12px 6px rgb(60 64 67 / 15%);
    outline: none;
  }
  
  .button-17:focus {
    outline: none;
    border: 2px solid #4285f4;
  }
  
  .button-17:not(:disabled) {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
  }
  
  .button-17:not(:disabled):hover {
    box-shadow: rgba(60, 64, 67, .3) 0 2px 3px 0, rgba(60, 64, 67, .15) 0 6px 10px 4px;
  }
  
  .button-17:not(:disabled):focus {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
  }
  
  .button-17:not(:disabled):active {
    box-shadow: rgba(60, 64, 67, .3) 0 4px 4px 0, rgba(60, 64, 67, .15) 0 8px 12px 6px;
  }
  
  .button-17:disabled {
    box-shadow: rgba(60, 64, 67, .3) 0 1px 3px 0, rgba(60, 64, 67, .15) 0 4px 8px 3px;
  }
  .rooms-section{
    margin-bottom: 300px;
  }

  .number{
    font-size: 70px;
    font-weight: bolder;
    color: #423A36;
    opacity: 0.9;
  }
  .container1{
    height: 755px;
  }
  .room-card{
    -webkit-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
  box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.75);
  text-align: center;
  }
  .room-content{
    padding: 30px;
    background: rgb(255, 255, 255);
  }
  .rooom h5{
    font-family: "Forum", serif;
    font-size: 30px;
  }
  .rooom h6{
    font-family: "Forum", serif;
    font-size: 18px;
  }



  
  .boat-area {
    padding-top: 70px;
    padding-bottom: 70px;
    z-index: 0;
    position: relative;

    background-color: #F9F6F0; /* 80% blue */
}

.boat-area::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 30%; /* 20% black */
    height: 100%;
    background-color: #1E2744;
    z-index: -1;
}


.Slogan .bg{
    background: url('image/209923751.jpg')rgba(0, 0, 0, 0.685);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:300px;
  }
