
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');

html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
    background-color:   #dcecf416;
  
    color: rgb(0, 0, 0);
  
  }
  a,p{
    font-size: 18px;
    font-family: "Cormorant Garamond", serif;
  }
 h6{
    font-family: "Cormorant Garamond", serif;
    line-height: 30px;
    font-size: 18px;

  }
  p,h1,h2,h3,h4,h5, h6
  {
    font-family: "Cormorant Garamond", serif;


  }
  a{
    text-decoration: none;
    color: #ffffff;
  }
  ::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: "Cormorant Garamond", serif;
  

      z-index: 1000;
      width: 100%;
letter-spacing: 1px;
      position: relative;
    
    
    }
    
    li.nav-item a.nav-link {
      color: #000000 !important;
      font-size: 18px !important;

      font-weight: 600;
    
    
    
    }
    
    .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: #121F42 !important;
      color: #ffffff;
      backdrop-filter: blur(0px) !important;
      transition: background .5s !important;
      border: 1px solid #ffffff;
  font-family: "Cormorant Garamond", serif;
      font-weight: 400;
      z-index: 100;
      width: 100%;
      text-align: center;
      padding: 10px;
    }
    
    .dropdown-menu .dropdown-item {
      color: rgb(255, 255, 255);
      text-align: left;
    }
    
    .dropdown-menu .dropdown-item:hover {
      background-color: #ffffff;
      border: 1px solid #252525;
      transform: scale(1.02);
      color: rgb(0, 0, 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, #121F42, #121F42), url('image/615874609.jpg') center / cover no-repeat , #0E1317;
    padding: 5% 0 5% 0;
  }
  
  .footer_wrapper h5 {
    color: #ffffff;
    margin-bottom: 1.25rem;

    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);
    
    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: Cormorant Garamond, serif;
    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 {

    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;
    }
  }

  
  
/* ---------------------------------------------- */
hr {
    margin: 1rem 0;
    color: white;
    border: 0;
    border-top: var(--bs-border-width) solid;
    opacity: 0.25;
}


/* ---------------------------- */

.btn {
    width: 7.5em;
    height: 2.3em;
    margin: 0.5em;
    background: #121F42;
    color: white;
    border: none;

    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 1;
    overflow: hidden;
   }
   
   button:hover {
    color: #37526B;
   }
   
   button:after {
    content: "";
    background: #37526B;
    
    position: absolute;
    z-index: -1;
    left: -20%;
    right: -20%;
    top: 0;
    bottom: 0;
    transform: skewX(-45deg) scale(0, 1);
    transition: all 0.5s;
   }
   
   button:hover:after {
    transform: skewX(-45deg) scale(1, 1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
   }





   

   /* BANNER SECTION STYLING */
.background1{
    clip-path: polygon(100% 0, 100% 100%, 0 100%, 0 0);
   
   
   }
   
   .col1{
       font-family: "Train One", serif;
       font-weight: 400;
       font-style: normal;
       /* text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.384); */
       
   
   }
  
   
   .row1{
    background: url('../image/gall-back.png'), rgba(0, 0, 0, 0);

    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    background-blend-mode: multiply;
   }

   .title{
font-weight: 700;
    font-size: 70px;
    color: white;
  
   }


   .btn3{
    background: transparent;
    padding: 10px 20px;
    border:#ffffff 1px solid;
    color: #ffffff;
    transition: 0.4s ease-in-out;
    z-index: 1000!important;
  }
  
  .btn3:hover{
    background: #B6A38C;
    padding: 10px 20px;
    color: white;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
    transition: 0.4s ease-in-out;
  }

    .checkin{


    padding: 7px;  
     background: rgb(255, 255, 255);
     box-shadow: 10px 10px 32px 0px rgba(0, 0, 0, 0.384);
 
  z-index: 999;
    position: relative;
  }

   
.check11{
    margin-top: -56px;
}
   


.facility-card {
  background-color: #fff;
  border-radius: 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.facility-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.facilities-section {
  background-color: #f8f9fa;
}

.facility-card img {
  height: 50px;
}



/* Stilizimi i imazheve */
.img13 {
  border-radius: 8px;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15)rgba(0, 0, 0, 0.15);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  position: relative;
}

/* Zoom kur e kalon miun mbi foto */
.img13:hover {
  transform: scale(1.03);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.25);
}


.experience-section{
  background: url('../image/111.jpg') ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    background-blend-mode: multiply;
margin-top: -80px;
    padding-top:130px ;
    padding-bottom: 100px;

}

.facilities-section{
     background: url('../image/2.webp') rgba(0, 0, 0, 0.658) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-blend-mode: multiply;

    padding-top:80px ;
    padding-bottom: 100px;
}



/*** 

====================================================================
  room-section
====================================================================

***/
.rooms-section {
  position: relative;
  padding: 100px 0;
  background: #f8f5f0;
}
@media (max-width: 575.98px) {
  .rooms-section .sec-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 575.98px) {
  .rooms-section .sec-title h2 {
    font-size: 32px;
  }
}

.room-block.col-lg-3 .inner-box .box-caption .bx-links li {
  margin-right: 3px;
}
.room-block .inner-box {
  position: relative;
}
.room-block .inner-box:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, right top, left top, from(#222222), to(#222222));
  background: linear-gradient(to left, #222222, #222222);
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block .inner-box:hover .box-caption {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.room-block .inner-box:hover .content-box {
  bottom: 84px;
  z-index: 9;
}
.room-block .inner-box:hover:before {
  opacity: 0.4;
  visibility: visible;
}
.room-block .inner-box:hover .image-box figure img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}
.room-block .inner-box .box-caption {
  position: absolute;
  left: 30px;
  width: calc(100% - 60px);
  z-index: 99;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  opacity: 0;
  visibility: hidden;
  bottom: 0;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.room-block .inner-box .box-caption .book-btn {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;

  font-size: 14px;
  color: #ffffff;


  border: 1px solid rgba(255, 255, 255, 0.5);
}
.room-block .inner-box .box-caption .book-btn:hover {
  background-color: #121F42;
  border-color: transparent;
}
.room-block .inner-box .box-caption .bx-links {
  margin-left: auto;
}
.room-block .inner-box .box-caption .bx-links li {
  display: inline-block;
  margin-right: 11px;
}
.room-block .inner-box .box-caption .bx-links li:last-child {
  margin-right: 0;
}
.room-block .inner-box .box-caption .bx-links li a {
  color: #fff;
  font-size: 16px;
}
.room-block .inner-box .image-box figure {
  margin-bottom: 27px;
  overflow: hidden;
}
.room-block .inner-box .image-box figure img {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.room-block .inner-box .content-box {
  position: absolute;
  bottom: 22px;
  right: 32px;
  text-align: right;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  z-index: 9;
}
 .title11 {
  font-size: 30px !important;
  margin-bottom: -6px;
  color:#ffffff

}


  .boat-bg{
    background: url('../image/res/44-IMG_1729.jpg') ;
   
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    /* clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%); */
    height: 700px;
    margin-top: -60px;
  color: #000000;


  }

  .bot{
    padding: 50px;
   margin-top: 250px;


font-size: 18px;

background: rgba(255, 255, 255, 0.33);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(12.1px);
-webkit-backdrop-filter: blur(12.1px);
border: 1px solid rgba(255, 255, 255, 0.12);
}


@media screen and (max-width: 991px) {
.p2{
    font-size: 20px !important;
    padding-top: 30px !important;
}
.title{
    font-size: 50px !important;
}
.experience-section{
    padding-top: 60px !important;
}

.rooms-section{
        padding: 70px 0 !important;
}

  .boat-bg{
    background: url('../image/res/51-IMG_1748.jpg') rgba(0, 0, 0, 0.616) ;
   
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    /* clip-path: polygon(0 0, 100% 17%, 100% 100%, 0 83%); */
    height: 700px;
    margin-top: -60px;
  color: #000000;


  }
  .bot{
    margin-top: 150px;
  }
  .cls{
    margin-left: 0px !important
  }
  .col1{
    padding: 20px;
  }

  #rooms-section h3{
    font-size: 25px !important;
  }
  #offers{
    margin: 0px !important;
    padding: 0px !important;
  }
.ww{
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.ml{
    padding-left: 50px;
}
.vx{
    margin: 0px !important;
}
.rez1 {
    box-shadow: -130px -82px 0px -68px #121F42 !important;
}
.about{
padding-top: 70px !important;
}
}




.about-bg1{
    background: url('image/683916659.jpg') rgba(0, 0, 0, 0.658);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  }
  .gallery-bg1{
    background: url('image/2.webp') 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-bg1{
    background: url('image/ss.jpg') rgba(0, 0, 0, 0.589);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
   
  }

  .rooms-bg1{
    background: url('image/683916896 - Copy.jpg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  
  }

    .res-bg1{
    background: url('image/res/39-IMG_1722.jpg') rgba(0, 0, 0, 0.692);
    background-attachment: fixed;
    background-position:bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 40vh;
    position: relative;
  
  
  }
  .bg01{
    text-align: center;
    font-family: "Cormorant Garamond", serif;
    font-weight: 400;
     font-size: 45px;
    
     padding-top: 100px;
  
    letter-spacing: 2px;
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 35px !important;
           padding-top: 120px !important;
        }
       
    }


    
      #offers{
        margin: 70px 0;
        padding: 70px 0;
        background: rgb(255,255,255);
        background: linear-gradient(90deg, rgba(255,255,255,1) 16%, rgba(245,243,236,1) 16%);
    }

    

  .room-box{
	border-radius: 15px;
	border: 1px solid rgb(223, 223, 223);
  }

  .room-box:hover{
	box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	transition-duration: 0.4s;
  }

  .room-img{
	border-radius: 15px 15px 0px 0px;
  }

  .room-btn:hover{
	background-color: #c4a676!important;
	color: white!important;
  }

  .st-tw-room{
	background: url('../image/683916236.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }

  .dl-tw-room{
	background: url('../image/683916216.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }
  .dl-db-room{
	background: url('../image/683916420 (1).jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }
  .ex-room{
	background: url('../image/683916196.jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }



  /* #rooms-head{
	background: url('../image/143722274.jpg')rgba(0,0,0,0.4);
	height: 70vh;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-blend-mode: multiply;
	display: flex;
	align-items: end;
	margin-top: -180px;
  } */

  .st-db-room{
	background: url('../image/683917035 (1).jpg')rgba(0,0,0,0.4);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 30vh;
	display: flex;
	align-items: start;
  }

  .book-icon{
	background-color: white;
	width: fit-content;
	padding: 10px;
	border-radius: 50%;
	border: 5px solid rgba(136, 136, 136, 0.267);
	transition-duration: 0.2s;

  }

  .book-icon:hover{
	background-color: #000000;
	
	transition-duration: 0.2s;
  }

  .book-icon:hover i{
	color: white!important;
	transition-duration: 0.2s;

  }

  #rooms-section h3{
font-family: "Cormorant Garamond", serif;
    font-size: 35px ;
  }

          .marquee {
    position: relative;
    width: 100vw;
    max-width: 100%;
    height: 100px;
    overflow: hidden;
    font-size: 120px;
    font-weight: bold;
    margin-top: -60px;
  
  }
  .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%)
    }
  }
    .rez1{

    box-shadow: -130px -120px 0px -68px #121F42;
     }
  .cover-bg{
    background: url('../image/ss.jpg') rgba(0, 0, 0, 0.712);
    background-attachment: fixed;
    background-position:center;
    background-size: cover;
   
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    background-attachment: scroll;
    padding-top: 130px;
    padding-bottom: 130px;
  }
