
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&family=Cantata+One&family=Castoro:ital@0;1&family=Great+Vibes&family=IBM+Plex+Mono:ital@1&family=IBM+Plex+Serif:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Karla:ital,wght@0,200..800;1,200..800&family=Lato:wght@700&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Lobster&family=Lobster+Two&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Neuton:ital,wght@0,200;0,300;0,400;0,700;0,800;1,400&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Old+Standard+TT&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Orelega+One&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&family=Pattaya&family=Patua+One&family=Ramaraja&family=Roboto+Slab:wght@100..900&family=Rubik+Gemstones&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Forum&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: #ffffff;
    
      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: #000000 !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:#000000 !important;
      transform: scale(1.05);
      border-bottom: 1px #000000 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: #33A3D4;
    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, #000000c7, #000000c4), url('image/304971443.jpg') center /cover no-repeat , #000000d5;
    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: #000000;
    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;
    }
  }
  
  .con{
    padding-left: 80px;
  }  @media only screen and (max-width: 901px) {
    .con{
        padding-left: 0px !important;
      } 

  }
  .footer_wrapper .social-network a {
    width: 2.1875rem;
    height: 2.1875rem;
    margin: .5rem;
    line-height: 2rem;
    font-size: .875rem;
    display: inline-block;
    border: .125rem solid #ffffff;
    color: var(--text-gray);
    text-align: center;
    border-radius: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .footer_wrapper .social-network a:hover {
    background-color: rgba(0, 0, 0, 0.233);
    border-color: var(--secondary-color);
    color: var(--text-white);
    box-shadow: 0 .625rem .9375rem 0 rgb(0 0 0 / 10%);
    transform: translateY(-0.1875rem);
    border: .125rem solid #ffffff;
  }



  .swiper{
    height: 700px;
  
  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: "Forum", serif;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    color: white !important;
   }
   .slide-caption h1{
  
     text-transform: capitalize !important;
     letter-spacing: 6px;
     font-size: 80px !important;
     margin-top: 0px !important;
     padding-top: 0PX !important;
   font-weight: 700 !important;
     color: #ffffff ;
     font-family: "Forum", serif;

     
   }
   .slide-caption h4{
  
 
    font-family: "Forum", serif;
    
    
  }
   .banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
     width: .9375rem;
     height: .9375rem;
     background-color: #0D283D;
     border: .0625rem solid #ffffff;
     margin-bottom: 50px;
   }
   .sticky{
    position: fixed;
    top: 0;
    z-index: 10!important;
    background: #0D283D!important;
  
    box-shadow: none!important;
    width: 100%;
  }

  
  .rez1{

    box-shadow: -130px -120px 0px -68px #33A3D4;
     }
     .font1{
        font-family: "Forum", serif;
        font-size: 40px ;
        margin-top: -30px;
     }

     *fac */
.facilities{
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .facilities1{
    padding-top: 50px;
    padding-bottom: 100px;
    background: url('../img/573500559.jpg') rgba(0, 0, 0, 0.582) ;
    background-attachment: fixed;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-blend-mode: multiply;
  }
  .facility-box{
    padding: 50px;
    transition: 0.3s ease;
    background: #000000;
    color: white;
    transition: 0.2s ease;
  
  }
  .facility-box:hover{
  transform:translateY(-20px);
    transition: 0.2s ease;
  
  }
  #number{
      color: rgb(255, 255, 255);
      font-size:30px;
      -webkit-text-stroke: 1px #33A3D4;
      -webkit-text-fill-color: rgba(255, 255, 255, 0);
  }
  

  .facilities h3{
    font-family: "Forum", serif;
  }
  .facilities h1{
    font-family: "Forum", serif;
    font-size: 50px;
  }


      /*ROOMS*/
.rooms{
    position: relative;
    padding-top:  8vh;
    padding-bottom:  8vh;
}

.room-content{
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease-in-out;
}

.room-content:hover{
box-shadow: 0 .5rem 1.5rem  rgba(255, 255, 255, 0.4);
}

.room-img img{
    border-radius: 10px;

}

.room-info{
    padding: 2rem 1rem  5px;
}


.rating{
    gap: 2px;
}

.rating span{
    font-family: 'Poppins', sans-serif;
    color:#616161 ;
    font-weight: bold;
}

.room-info .div h4{
    background-color:#33A3D4;
    padding: 8px;
    border-radius: 50%;
    border: 1px dashed  #929292b7;
}

.room-info .div{
    padding-bottom: 15px;
    border-bottom: 2px dashed #9292922d;
}



.room-lower h4{
    color:    #807d7d67;
    font-weight: bold;
    font-family: 'Red Hat Display', sans-serif;


}


@media only screen and (min-width: 300px) {
    .room-lower {
display: flex;   
justify-content: space-between;
 }
  }

  .testimonial-section{
    background: url('../image/img6.jpg')  #333333bd;
    background-size: cover;
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;

    margin-top: 100px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .testimonial-box{
    padding: 50px;
    border: 2px solid white;
    border-radius: 5px;
  }
  .testimonial-box:hover{
    background: #333333;
    transform:translateY(-15px);
    transition: background 0.5s ease-in-out;
    transition: transform 0.5s ease;
  }

  .testimonial-section h5{
    color: white;
    font-family: "Forum", serif;
  }
  
  .testimonial-section h1{
    color: white;
    font-family: "Forum", serif;
  }
  .testimonial-section h6{
    color: white;
  }

  .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -20px;

  }
  .marquee .track {
    position: absolute;
    white-space: nowrap;
    will-change: transform;
    animation: marquee 140s linear infinite
  }
  .marquee .content {
    opacity: 0.05;
    line-height: 1.2
  }
  @keyframes marquee {
    from {
        transform: translateX(0)
    }
    to {
        transform: translateX(-30%)
    }
  }

  @media (max-width: 991px){
    .banner_wrapper h1{
        font-size: 50px !important;
    }
    .slide-caption{
        padding-top: 55% !important;
    }
    .facilities h1{
        font-size: 35px !important;
    }
    .logo21{
        margin-top: 0px !important;
    }
    .about-text{
        margin-left: 0px !important;
    }
    .swiper{
        height: 600px !important;
    }
    .slide-caption{
        padding-top: 35% !important;
    }
    .golden4{
        font-size: 25px !important;
    }
    .image2{
        margin-left: 0px !important;
    }
    .info-box{
        margin-left: 0px !important;
    }
    .golden2{
        margin-top: 0px !important;
    }
    .fac3{
        font-size: 35px !important;
    }
  }

  .golden4{
    font-family: "Forum", serif;
    
    font-size: 30px;
}
        .golden5{
            font-family: "Forum", serif;
            padding-top: 20px;
            font-size: 30px;
        }

  .rooms-bg1{
    background: url('image/superior-triple-room-sea-view1-1.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;
        }
      }
  
      .about-bg1{
        background: url('image/Photo (16).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/Photo (79).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/Photo (62).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;
      
       
      }
      .room-box:hover{
        -webkit-box-shadow: 7px 7px 0px 0px #4b463e !important;
      -moz-box-shadow: 7px 7px  0px 0px #4b463e !important;
      box-shadow: 7px 7px  0px 0px #4b463e !important;
      transition: 0.3s ease;
      }
      
      .room-box:hover button{
      background: #4b463e !important;
      }
      .room-content{
        padding: 0px 30px 0px 30px;
      }

      .contact {
        box-shadow: 0px 5px 50px 0px rgba(0, 0, 0, 0.2);
        border-radius: 20px;
        margin-bottom: 2rem;
        text-align: center;
        padding: 1rem;
        transition: .2s ease-in-out;
    }
    
    /* .contact:hover {
        background-color: #acacac;
        color: #ffffff;
    }
    
    .contact:hover i {
        color: #ffffff !important;
    }
    
    .contact:hover a {
        color: #ffffff;
    } */
    
    .contact i {
        font-size: 2rem;
    }
    
    /* .contact h6 {
        font-size: .8rem;
    } */
    
    .contact h6 a {
        text-decoration: none;
        color: inherit;
        border-bottom: 1px solid transparent;
        transition: .15s ease-in-out;
    }
    
    .contact h6 a:hover {
        border-bottom: 1px solid #000;
    }
    
    .map-bg {
        background: url('image/Photo (16).JPG') rgba(0, 0, 0, .5);
        background-position: center;
        background-size: cover;
        background-blend-mode: multiply;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    
    .contact-map-container iframe {
        display: block;
        width: 80%;
        height: 40vh;
    }
    
    @media only screen and (min-width: 768px){
    
        
        /*Contact Styles*/
    
        .contact {
            width: 30%;
        }
        
    }
    .info-box{
        width: 400px;
        text-align: center;
       padding-top: 20px;
       padding-bottom: 20px;
        background: white;
        position: relative;
        margin-top: -20px;
        z-index: 10;
        margin-left: 100px;
        color: #B78932;
      }
      .image2{
        position: relative;
        margin-top: -20px;
      }
      
      .about-text{
        margin-left: 100px;
      }

.golden2{
    font-family: "Forum", serif;
    margin-top: -30px ;
}

.Slogan .bg{
    background: url('image/Photo (17).JPG')rgba(0, 0, 0, 0.541);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:300px;
  }