
@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Sedan+SC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Dancing+Script:wght@400..700&family=Gilda+Display&family=Katibeh&family=Lora:ital,wght@0,400..700;1,400..700&family=Playball&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Sedan+SC&family=Sevillana&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: #0D283D;
    
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      font-family: "Roboto", sans-serif;
  font-size: 30px !important;
    font-weight: 300;
      z-index: 1000;
      width: 100%;
  letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #ffffff !important;
      font-size: 16px !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: #3FD0D4;
    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: 'Gilda Display', serif;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    line-height: 1.25;
    min-height: 3rem;
    padding: calc(.875rem - 1px) calc(1.7rem - 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;
  }

  ::-webkit-scrollbar {
    width: 15px;
  }
  ::-webkit-scrollbar-thumb {
    background: #3FD0D4;
  }
  .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, #000000da, #000000de), url('image/487612626.jpg') center /cover no-repeat , #000000;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;
    font-family: "Forum", serif;
    font-weight: 500;
    font-size: 25px;
  }
  
  .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: .975rem;
    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;
  }


  .index-bg1{
    background: url('image/487362388.jpg') rgba(0, 0, 0, 0.568);
    background-attachment: fixed;
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 75vh;
    position: relative;

  
  }

  
  .baner{
    font-family: 'Gilda Display', serif;
    color: #ffffff;
    font-size: 70px;

text-align: center;
    font-weight: 600;
    letter-spacing: 5px;
  }
  .baner1{
    font-family: 'Dancing Script', cursive;
    color: #ffffff;
    font-size: 28px;
    padding-top: 10%;
 text-align: center;
  }

  .baner2{
    font-family: 'Dancing Script', cursive;
    color: #ffffff;
    font-size:32px;
 text-align: center;
  }

  .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: #0D283D;
    z-index: -1;
}

.big-icon{
    margin-top: -220px;
    margin-right: 100px;
  
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .big-image{
    width: 100%; /* Make image fit container */
    height: auto; /* Maintain aspect ratio */
    animation: rotate 10s linear infinite;
  }
  
  .big-icon1{
  position: relative;
  margin-bottom: -100px;
    margin-left: 50px;
  
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .Slogan .bg{
    background: url('image/487612626.jpg')rgba(0, 0, 0, 0.562);
    background-attachment: fixed;
    background-position:center 70% ;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height:400px;
  }

  
  .spa-section{
    background: url('./image/white.jpg');
   
    background-size: 70%;
    background-position:right;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
   
   border-bottom: 1px solid #3FD0D4; 
   
    padding-top: 50px;
    padding-bottom:50px;
  }
  .gym-section{
    background: url('./image/white.jpg');
    background-size: 70%;
    background-position:left;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    border-bottom: 1px solid #3FD0D4; 
    padding-top: 50px;
    padding-bottom: 50px;
  
  
  }

  .golden4{
    font-family: "Forum", serif;
    font-size: 20px;
    font-weight: 500;
  }
  .spa-section h6{
    font-family: "Forum", serif;
    font-size: 40px;
    font-weight: 500;
padding-bottom: 20px;
    color: #3FD0D4;
  } 
  .gym-section h6{
    font-family: "Forum", serif;
    font-size: 40px;
    font-weight: 500;
padding-bottom: 20px;
    color: #3FD0D4;
  } 
  .beach{
    border-bottom: 1px solid #3FD0D4;
  }
  /*--------------------------------------------------------------
# Gallery
--------------------------------------------------------------*/
.gallery .gallery-item {
    overflow: hidden;
    border-right: 3px solid #3FD0D4;
    border-bottom: 3px solid #3FD0D4;
  }
  
  .gallery .gallery-item img {
    transition: all ease-in-out 0.4s;
  }
  
  .gallery .gallery-item:hover img {
    transform: scale(1.1);
  }
  .gallery{
    background: url('image/category_bg.jpg') ;
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;

    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;
        }
      }
      .gallery-bg1{
        background: url('image/487362368.jpg') rgba(0, 0, 0, 0.568);
        background-attachment: fixed;
        background-position:center;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 40vh;
        position: relative;
      
       
      }

      .contact-bg1{
        background: url('image/487612626.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: 40vh;
        position: relative;
      
       
      }
      .contact-info {
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid rgba(200, 200, 200, 0.6);
      }
      .contact-info .item {
        border-right: 1px solid rgba(200, 200, 200, 0.6);
      }
      .contact-info .item .icon {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #3FD0D4;
        margin: 0 auto 25px;
        width: 70px;
        height: 70px;
        min-width: 70px;
        border-radius: 50%;
      }
      .contact-info .item .icon i {
        color: #ffffff;
        font-size: 26px;
      }
      .contact-info .item h5 {
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 14px;
        font-family: Forum, serif;
        color: #000000;
        height: 400;
      }
      .contact-info .item p {
        margin-bottom: 2px;
        font-family: Forum, serif;
      }
      .room22{
        font-family: "Forum", serif;
      }
    .start
    {
        font-family: "Forum", serif;
      }
      @media screen and (max-width: 991px) {
    
      .contact-info {
      display: unset !important;
      border-bottom: none !important;
      }
      .contact-info .item {
      width: 100%;
      border-right: none;
      border-bottom: 1px solid rgba(200, 200, 200, 0.6);
      padding-bottom: 40px;
      margin-bottom: 40px;
      }
      
      }
      .lorem{
        font-family: "Forum", serif;
  
       font-size: 40px;
    }

    .small-video {
        width: 70%; /* Vendosni gjerësinë që dëshironi */
        height: auto; /* Ose vendosni një lartësi specifike nëse është e nevojshme */
        margin-left: 150px;
      }

      .smalll-video {
        width: 100%; /* Vendosni gjerësinë që dëshironi */
        height: auto; /* Ose vendosni një lartësi specifike nëse është e nevojshme */
      
      }

      @media screen and (max-width: 991px) {
        .baner{
  font-size: 50px !important;
        }
        .baner1{
            font-size: 20px !important;
padding-top: 150px !important;
        }
        .baner2{
            font-size: 20px !important;

        }
        .boat-area::before {
            display: none;
        }

        .boat-area{
            padding-top: 20px !important;
        }
        .small-video{
            margin-left: 10% !important;
            width: 80%; 
        }
        .fac3{
            font-size: 25px !important;
            padding-top: 180px !important;
        }
        .banner0{
            font-size: 30px !important;
        }
        .spa-section h6{
            font-size: 32px !important;
        }
        .spa-section{
            padding-top: 0px !important;
        }
        .smalll-video{
            width: 224% !important;
        }
        .gym-section h6{
            font-size: 30px !important;

        }
        .lorem{
            font-size: 35px !important;
            
        }
      }
