@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&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=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=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=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Arvo:ital,wght@0,400;0,700;1,400;1,700&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=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=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=Pattaya&family=Patua+One&family=Roboto+Slab:wght@100..900&family=Signika+Negative:wght@400;500;600&family=Song+Myung&family=Ultra&display=swap');
@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');
html, body{
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}
.navbar-nav{
   
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding-left: 0px !important;
  }

  a{
      text-decoration: none;
  }
  
/*  HEADER */

.nav-link {
  text-decoration: none;
  display: inline-block;
  padding: 10px;
  color:#14293C;
  transition: color 0.3s ease-in-out;
  font-family: 'Poppins', sans-serif;
  font-weight: bold;


}

.navbar-scrolled .nav-link {
  color:#636363;
  }

  @media only screen and (max-width: 1000px) {
      .nav-link {
          color:#14293C;
      }
    }

.nav-item .underline {
  height: 4px;
  background-color: transparent;
  width: 0;
  transition: width 0.6s, background-color 0.6s;
  border-radius: 70px;
  margin: 0 auto;

}

.nav-item.active-link a {

  color: #000000;
}

.nav-item.active-link .underline {
  width: 100%;
  background-color:#000000;

}

.nav-item:hover .underline {
  background-color:#000000;
  width: 100%;

}

.nav-item:hover a {

  color:  #000000;
}


.nav-item:active a {
  transition: none;
}

.nav-item:active .underline {
  transition: none;
  background-color:#000000;

}

::selection {
  background-color: #000000;
  color:#000000;
}


.navbar-nav {
  margin-left: auto;
  gap: 20px;
  font-size: 18px;

}

.navbar {
  background-color: rgba(255, 255, 255, 0.1);
  transition: background-color 0.3s ease-in-out;

}

.navbar-scrolled {
  background-color: #f5f5f5;

}


@media only screen and (max-width: 1000px) {
  .navbar {
      background-color: #f7f7f7;
      transition: background-color 0.3s ease-in-out;
  
  }
}

.navbar-toggler{
  border-color: #ffffff !important;
  background-color:#ffffff #ffffff !important;

}


.navbar-toggler:hover,.navbar-toggler:active{
  border-color:#ffffff!important;
  background-color: #ffffff; 
  color: transparent !important;


}

@media screen and (width: 1024px) {
  .navbar-nav {
      font-size: 16px;
  }
}
/* GENERAL BUTTON STYLING */
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;
}
#button,
#button::after {
  -webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
  -o-transition: all 0.5s;
	transition: all 0.5s;

}

#button {
  background:#000000;
  border: 0;
  border-radius: 0px !important;
  color:rgb(255, 255, 255) !important;
  font-size: 15px;
  font-weight: bold;
  margin: 0 auto;
  padding: 13px 30px;
  position: relative;
  text-transform: uppercase;
  border-radius:0;
  transition: 0.5s;
  font-family: 'Poppins', sans-serif;
  border: 2px solid #ffffff;

}

#button::before,
#button::after {
    
  background:#000000!important;
  content: '';
  position: absolute;
  z-index: -1;


}

#button:hover {
  color: #ffffff !important;
  transform: scale(1);
  border: 2px solid #ffffff;

}


.btn-3 {
    overflow: hidden;
  }

  .btn-3::before {
    height: 100%;
    left:0;
    top: 0;
transition: 0.5s;
    width: 0;

  }
  
  .btn-3::after {
    height: 100%;
    right:0;
    top: 0;

    width: 0;

  }

  .btn-3:hover:after,  .btn-3:hover:before {
    height: 100%;
    width: 55%;
  }



  
  .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;
  }



    
  .index-bg1{
    background: url('new photo/553453284.jpg') rgba(0, 0, 0, 0.212);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 75vh;
    position: relative;
  
    margin-top: 60px;
    overflow: hidden;
  }


  

/* carousel */

.carousel-caption {
    top: 30%;
    letter-spacing: 5px;
  }
  
 
  
  
  .carousel-caption h1{
    font-family: 'Playfair Display', serif;
    font-weight: 600;
  
  }
  
  .carousel-caption .col-md-12
  {
    padding: 50px ;
    background: rgba(0,0,0,0.5);
  }
  
  @media only screen and (max-width: 1300px) {
    .carousel-caption .col-md-12
    {
        padding: 20px ;
    }
  }
  @media screen and (max-width: 500px) {
    .button-container:not(:last-child) {
        border-right:0;
        
      }
  }
  
  @media only screen and (max-width: 700px) {
    .carousel-caption .support-caption
    {
  display: flex;
  flex-direction: column;    
  
  }
  #vr{
    padding: 0;
  }} @media screen and (max-width: 300px) {
    .carousel-caption h1{
       font-size: 30px;
    
    }
  
    .carousel-caption h3{
        font-size: 15px !important;
     
     }  }
  

/* **************end */

.Slogan .bg{
    background: url('new photo/pexels-maria-orlova-4916467.jpg')rgba(0, 0, 0, 0.342);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 250px;
}


.room-bg1{
    background: url('new photo/553452589.jpg') rgba(0, 0, 0, 0.733);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  .gallery-bg1{
    background: url('new photo/553453284.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: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  .img-fluid1 {
    height: auto;
      box-shadow: 8px 8px 4px #505050;
      max-width: 100%;
    }


  .about-bg1{
    background: url('new photo/553453291.jpg') rgba(0, 0, 0, 0.678);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }


  .contact-bg1{
    background: url('new photo/553452827.jpg') rgba(0, 0, 0, 0.603);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  
  .menu-bg1{
    background: url('new photo/553453027.jpg') rgba(0, 0, 0, 0.63);
    background-attachment: fixed;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 60vh;
    position: relative;
  
    margin-top: 70px;
  }

  .bg01{
    text-align: center;
    font-family: "DM Serif Display", serif;
    font-weight: 600;
     font-size: 55px;
    
     padding-top: 230px;
     text-shadow: 2px 1px 1px #ffffff;
    
     
      }
      @media(max-width:990px){
    
        .bg01{
           font-size: 50px;
        }
        .font1{
            font-size: 30px !important;
        }
        .font{
            font-size: 30px !important;
        }
        .bg0{
            font-size: 13px !important;
        }
        .ro01{
            font-size: 20px !important;
        }
       }


       @media(max-width:990px){
    
       .facilities{
        height: auto !important;
       }
     
       }

       .contact-box {
        border: 5px double #000000;
        padding-top: 70px;
        padding-bottom: 70px;
    }


    .cnt11{
        border: 1px   #0D2335;
        box-shadow:#183146 0px 25px 20px -20px;
     }
  

     .facilities{
        background: url('image/gold.png') ;
        background-attachment: fixed;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        height: 40vh;
        position: relative;
      
      }
      
      .font1{
        font-family: "Song Myung", serif;
        font-weight: 600;
        font-style: normal;
        font-size: 35px;

      }
    
      /*GALLERY*/
      img.zooms {
        width: 100%;
        height: 30vh;
        display: block;
        margin: 0 auto;
        object-fit: cover;
        transition: all .3s ease-in-out;
        border-radius: 10px;
    }
    
    img.zooms:hover{
       background-color: rgba(0, 0, 0, 0.1);
       transform: scale(1.1);
    }
    .thumb{
        overflow: hidden;
        border-radius: 10px;
        position: relative;
    }

    @media(max-width:990px){
        .gallery{
               height: auto !important;
        }
        .txt1{
            font-size: 40px !important;
        }
    }


      /* ///about-home////// */
 

#about-home{
    padding: 30px ;
}
#about-home h2{
    font-family: "Libre Baskerville", serif;
    font-style: italic;
    letter-spacing: 2px;
    font-weight: 500;
    font-size: 40px;
    color: #000000;
}
#about-home p{
    font-family: "Libre Baskerville", serif;
   font-size: 15px;

}



.about-img:hover{
    transform: scale(0.95);
}


.about-left:hover h5{
    color: white!important;
}

.about-right:hover {
   
    color: white;
}

.about-right:hover h5{
    color: white!important;
}



.txt1{
    font-family: "Orelega One", serif;
     font-weight: 400; 
     font-size: 45px;
     letter-spacing: 1px;
  }

.thumb {
    position: relative;
    overflow: hidden;
}

.thumb img {
    transition: transform 0.5s ease;
}

.thumb:hover img {
    transform: scale(1.3);
}
      /*JUMBOTRON */

  .jumbotron {
    background: linear-gradient(rgba(0, 0, 0, 0.541),
    rgba(0,0,0,0.5)),
    url('image/517765092.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    height: 50vh;
    width: 100%;
    position: relative;
    align-items: center;
   margin-top: 100;
   margin-bottom: 100;

    }

.jumbotron hr{
border-top:4px solid #ffffff;
align-items: center;
width:100px;
justify-content: center;
opacity: 1;
margin:0 auto;
}


@media (min-width: 1300px) {
.jumbotron img {
    width:20%;
}
}

@media (max-width: 1300px) {
.jumbotron img {
    width:40%;
}
}
#rooms{position: relative;  background: #f8f8f8;}

.room-wrapper{position: relative;}
.room-inner{position: relative;}
.room{position: relative; background: #fff; box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2); margin-right: 50px; margin-bottom: 50px;}
.room figure{margin: 0; position: relative;}
.room figure img{position: relative; width: 100%;}
.room figure figcaption{position: absolute; left: 0; width: 100%; bottom: 10%; padding: 0 50px 0 50px; color: #fff; text-transform: uppercase; text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.3); font-weight: 600; line-height: 1.3; letter-spacing: 1px;}
.room figure figcaption .ro01{font-size: 18px; font-family: "Oswald", sans-serif;}
.room figure figcaption .txt2{font-size: 10px;}
.room .caption{padding: 30px 50px 30px 50px;}
.room .caption .ro01{font-size: 19px; font-family: "Oswald", sans-serif;}
.room .caption .txt2{font-size: 9px; color: #999; padding-bottom: 8px;}
.small-stars{display: inline-block; color: #feb200; padding-left: 10px;}
.room .caption .txt3{font-size: 15px; color: #000000; padding-bottom: 15px; font-family: "Cooper Hewitt";}
.room .caption .txt4{}
.room .caption .txt4 a{text-decoration: underline; display: inline-block; position: relative; font-size: 12px; color: #000000; font-weight: 600;
transition: all 0.3s ease-out;
}
.room .caption .txt4 a:hover{color: #0073b7;}
.room .caption .txt4 a i{font-size: 16px; padding-left: 18px; vertical-align: middle;}
.room .select-txt{position: relative;}
.room .select-txt a{display: block; text-decoration: underline; padding: 15px 60px 15px 50px; background: #000000; color: #fff; font-size: 16px;
transition: all 0.3s ease-out;
}
.room .select-txt a:hover{background: #0073b7;}
.room .select-txt a span{display: inline-block; position: relative; padding-right: 30px;}
.room .select-txt a i{position: absolute; top: 6px; right: 0;
transition: all 0.3s ease-out;
}
.room .select-txt a:hover i{margin-right: -10px;}
.room .room-icons{position: absolute; width: 75px; background: #fff;box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4); position: absolute; right: -38px; bottom: 0; text-align: center;}



.room-ic{position: relative; text-align: center; border-bottom: 1px solid #dcdcdc; text-transform: uppercase; color: #999999; font-size: 9px; line-height: 1.2; padding: 17px 2px;}
.room-ic i{color: #555555; padding-bottom: 5px;}
.room-ic.room-ic-wifi i{font-size: 25px;}
.room-ic.room-ic-person i{font-size: 18px;}
.room-ic.room-ic-breakfast i{font-size: 25px;}
.room-ic.room-ic-left .txt0{font-size: 30px; font-family: "Oswald", sans-serif; font-weight: 700; color: #555555;}
.room-ic.room-ic-refund i{font-size: 20px;}
.room-ic.room-ic-discount .txt0{font-size: 30px; font-family: "Oswald", sans-serif; font-weight: 700; color: #555555;}
.room-ic.room-ic-discount .txt0 span{font-size: 14px;}


@media (max-width: 575.98px) {

  .room-wide-left{float: none; width: auto; padding-right: 0; margin-bottom: 15px;}

  .room-wide-right{float: none; width: auto; text-align: left;}



}
@media (max-width:991px) {
    .all-rooms {
        display: flex;
        flex-direction: column;
    }

    .room-info {
        order: 2;
        margin-top: 1px !important; /* Mund tÃ« shtoni ndonjÃ« margin shtesÃ« nÃ«se Ã«shtÃ« e nevojshme */
    }

    .col-lg-6 {
        width: 100%;
    }
    .gal1{
        font-size: 30px !important;
    }
  
}




   /* ROOMS  rooms*/
   .rooms h2 {
    font-weight: bold;
    color:#000000;
    font-family: "Castoro", serif;
    font-weight: bold;
    font-size: 38px;
  }
  
  
  .all-rooms .col-lg-6 img{
    border-radius: 10px;
  
    border:5px solid #000000;
  }
  
  
  .room-info{
    background-color: #f5f5f5;
            padding: 50px;
            border-radius: 10px;
            color:black;
            border:5px solid #000000;
  margin: auto;
  
  }
  
  
  .room-info h3{
    font-weight: bold;
    font-family: 'Playfair Display', serif;
  }
  
  .room-info p{
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
  }
  
  
  @media only screen and (min-width: 1300px) {
  .all-rooms{
    display: flex;
  }
  }
  
  
     @media only screen and (max-width: 300px) {
        .room-info{
            padding: 20px;
        }
         }


         
 

.content-area {
    
    background-color: #f2f2f2;
    padding-bottom: 50px;
    padding-top: 50px;
   position: relative;
}

@media (max-width: 767px)
{
    .pattern_2{background-size:80% auto}}
img.rounded-img{
    border-radius:0px
}

.parallax_wrapper{
    position:relative;
 
}
@media (max-width: 991px){
    .parallax_wrapper
    {
        padding-left:25%
    }
}
.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
    }}
    p.lead strong{font-weight:500}

    .pattern3{
        font-family: "Cinzel", serif;
color: #2A1119;
    }


    

