
  @import url('https://fonts.googleapis.com/css2?family=Roboto&family=Yeseva+One&display=swap');


html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden !important;
background-color: #ffffff;
    font-family: 'Della Respira', serif;
    font-family: 'Raleway', sans-serif;
    font-family: 'Italiana', sans-serif;
    font-family: 'Roboto', sans-serif;
    font-family: 'Marcellus', serif;
    font-family: 'Marcellus SC', serif;
    font-family: 'Work Sans', sans-serif;
    font-family: 'Lato', sans-serif;
    font-family: 'Lora', serif;
    font-family: 'Cormorant Garamond', serif;
    font-family: 'Literata', serif;
    font-family: 'Barlow', sans-serif;
    font-family: 'Gilda Display', serif;
    font-family: 'DM Sans', sans-serif;
    font-family: 'Roboto', sans-serif;
font-family: 'Yeseva One', serif;

  z-index: 1;
  }
  
  ::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);
    }
  }
  nav.navbar {
    background: rgba(0, 0, 0, 0.808);
  
    backdrop-filter: blur(0px) !important;
    transition: background 0.5s !important;
  
    font-family: 'Marcellus', serif;
    line-height:27.0001px;
    text-transform: uppercase;
  font-weight: 100 !important;
    z-index: 1000;
    width: 100%;
    height: 110px;
    position: sticky;
display: flex;
  font-size: 17px !important;
  
  }


  li.nav-item a.nav-link {
    color: rgb(255, 255, 255) !important;
justify-content: center;
font-family: 'Marcellus', serif;
    line-height:27.0001px;
    text-transform: uppercase;
  font-weight: 100 !important;
  font-size: 14px !important;
  
  }
  
  .nav-item {
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
  
  }
  
  a.nav-link:hover {
    transform: scale(1.07);
    text-decoration: none;
  
  }
  
  .navbar li a.active {
    color: #ffffff!important;
    transform: scale(1.05);
    background-color: transparent;
    border-bottom: #ffffff 1px solid !important;
  
  }
  
  
  
  .dropdown-menu {
    background-color: rgb(255, 255, 255) !important;
    color: #000000;
    backdrop-filter: blur(0px) !important;
    transition: background .5s !important;
    border: 1px solid #AE9555;
    font-family: 'DM Sans', sans-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);
  }
  
  #carouselExampleFade {
margin-top: -270px;
    position: relative;

    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 870px;
  }

  #video-background {
    margin-top: 150px;
       top: 0;
       right: 0;
       bottom: 0;
       left:100px;
       overflow: hidden;
       justify-content: center;
       align-items: center;
       z-index: 1;
       width: 100%;
       height: 870px;
   
     }
   
     video {
       width: 100%;
       height: 870px;
       object-fit: cover;
     }
     .dark-overlay {
       position: absolute;
       top: 0;
       left: 0;
       width: 100%;
       height: 100%;
       background-color: rgba(0, 0, 0, 0.61); /* Adjust the alpha (last value) for opacity */
       z-index: 2; /* Place it above the video */
     }
   
     .video-content {
       z-index: 100 !important;
       position: absolute;
       top: 55%;
       left: 50%;
       transform: translate(-50%, -50%);
       text-align: center;
       color: white;
      
       font-weight: bold;
       font-family: 'Gilda Display', serif;
     }
     .video-content h1{
       font-size: 100px;
       text-shadow: 4px 4px 4px rgba(212,177,75,0.6);
     }




.two-colored-section {
    position: relative;
    height: 100px; /* Set the desired height */
    background: linear-gradient(to bottom right, #000000 50%, #000000 10%, #EDF0F5 50%, #EDF0F5 100%);
  }

  .diagonal-line {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    background: linear-gradient(to bottom right, transparent 49.5%, #AE9555 49.5%, #AE9555 50.5%, transparent 50.5%);
  }




.about-section{
    padding-top: 100px;
    padding-bottom: 100px;
    background: url('../photos/pattern_2.png') rgba(0, 0, 0, 0);
    background-blend-mode: multiply;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: 50%;
    background-attachment: scroll;
}
     /* Some basic styles */
     .rotating-image {
        width: 200px; /* Adjust the size of the image as needed */
        height: 130px; /* Adjust the size of the image as needed */
        position: relative;
        margin-left: -100px;
        z-index: 10;
        animation: rotateImage 9s linear infinite; /* Change 5s to control the speed of rotation */
      }
  
      @keyframes rotateImage {
        0% {
          transform: rotateY(0deg);
        }
        100% {
          transform: rotateY(360deg);
        }
      }


      .moving-image {
     
        position: relative;
        border-radius: 30px;
        animation: moveUpDown 5s linear infinite; /* Change 2s to control the speed of movement */
      }
  
      @keyframes moveUpDown {
        0%, 100% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-20px); /* Adjust the distance you want the image to move up */
        }
      }
      .moving-image1 {
     
        position: relative;
        margin-left: -100px !important;
        border-radius: 30px;
        animation: moveUpDown 5s linear infinite; /* Change 2s to control the speed of movement */
      }
      .text-col{
        position: inherit;
        margin-left: -320px;
      padding-left: 300px;
      }
      .text-col h6{
        color: #9B804E;
        letter-spacing: 5px;
      }
      .rooms-section {
       /* background: url('../photos/hoteli-70.jpg') rgba(0, 0, 0, 0.459);*/
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
        padding-top: 50px;
        padding-bottom: 50px;
        margin-top: 100px;
        margin-bottom: 50px;
        color: white !important;
      }
      
      .rooms-title {
      
      
        font-family: Lora, serif;
        font-size: 49px;
        font-style: normal;
        font-variant-caps: normal;
        font-variant-east-asian: normal;
        font-variant-ligatures: normal;
        font-variant-numeric: normal;
        text-align: center;
        font-weight: 400
      }
      .room-box{

        position: relative;
        background: rgba(255, 255, 255, 0.726);
        padding: 20px;
        text-align: center;
        width: 200px;
        color: black;
        margin-bottom: -70px;
      }
.testimonial-item{
  background: rgba(0, 0, 0, 0.849) !important;
}
      .testimonial-item p{
        font-size: 25px;
        font-family: 'Gilda Display', serif;
      }
      .wrapper i {
        top: 50%;
        height: 50px;
        width: 50px;
        cursor: pointer;
        font-size: 1.25rem;
        position: absolute;
        text-align: left;
        line-height: 50px;
        background: #fff;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
        transform: translateY(-50%);
        transition: transform 0.1s linear;
      }
      
      .wrapper i:active {
        transform: translateY(-50%) scale(0.85);
      }
      
      .wrapper i:first-child {
        left: -22px;
      }
      
      .wrapper i:last-child {
        right: -22px;
      }
      
      .wrapper .carousel-1 {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: calc((100% / 3) - 12px);
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        gap: 16px;
        border-radius: 8px;
        scroll-behavior: smooth;
        scrollbar-width: none;
      }
      
      .carousel-1::-webkit-scrollbar {
        display: none;
      }
      
      .carousel-1.no-transition {
        scroll-behavior: auto;
      }
      
      .carousel-1.dragging {
        scroll-snap-type: none;
        scroll-behavior: auto;
      }
      
      .carousel-1.dragging .card {
        cursor: grab;
        user-select: none;
      }
      
      .carousel-1 :where(.card, .img) {
        display: flex;
        justify-content: left;
        align-items: left;
      
      }
      
      .carousel-1 .card {
        scroll-snap-align: start;
        border: none;
        list-style: none;
        background: #ffffff00;
        cursor: pointer;
        padding-bottom: 15px;
      
      
        text-align: left !important;
      }
      
      
      .carousel-1 .card h2 {
        width: auto;
      }
      
      .carousel-1 .card span {
        color: #6A6D78;
        font-size: 1.31rem;
        text-align: left;
      }

      .button1 {
        font-size: 18px;
        letter-spacing: 2px;
        text-transform: uppercase;
        display: inline-block;
        text-align: center;
        font-weight: bold;
        padding: 0.7em 2em;
        border: 3px solid #D4B14B;
        border-radius: 2px;
        position: relative;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
        color: #D4B14B;
        text-decoration: none;
        transition: 0.3s ease all;
        z-index: 1;
      }
      
      .button1:before {
        transition: 0.5s all ease;
        position: absolute;
        top: 0;
        left: 50%;
        right: 50%;
        bottom: 0;
        opacity: 0;
        content: '';
        background-color: #D4B14B;
        z-index: -1;
      }
      
      .button1:hover,  .button1:focus {
        color: white;
      }
      
      .button1:hover:before,  .button1:focus:before {
        transition: 0.5s all ease;
        left: 0;
        right: 0;
        opacity: 1;
      }
      
      .button1:active {
        transform: scale(0.9);
      }
      
      
      

      .testimonials .testimonials-carousel,
      .testimonials .testimonials-slider {
        overflow: hidden;
      
      }
      
      .testimonials .testimonial-item {
        background-color: transparent;
        box-sizing: content-box;
        min-height: 300px;
        
      }
      
      .testimonials .testimonial-item .testimonial-img {
        width: 70px;
        border-radius: 50%;
        margin: -40px 0 0 40px;
        position: relative;
        z-index: 2;
        border: 6px solid rgba(255, 255, 255, 0.2);
      }
      
      .testimonials .testimonial-item h3 {
        font-size: 18px;
        font-weight: bold;
        margin: 10px 0 5px 45px;
        color: white;
      }
      
      .testimonials .testimonial-item h4 {
        font-size: 14px;
        color: rgba(255, 255, 255, 0.6);
        margin: 0 0 0 45px;
      }
      
      .testimonials .testimonial-item .quote-icon-left,
      .testimonials .testimonial-item .quote-icon-right {
        color: #a2ab58;
        font-size: 26px;
      }
      
      .testimonials .testimonial-item .quote-icon-left {
        display: inline-block;
        left: -5px;
        position: relative;
      }
      
      .testimonials .testimonial-item .quote-icon-right {
        display: inline-block;
        right: -5px;
        position: relative;
        top: 10px;
      }
      
      .testimonials .testimonial-item  {
        
        padding: 20px 20px 20px 20px;
      
        background-color: rgba(0, 0, 0, 0.4);
        position: relative;
        z-index: 1;
      }
      
      .testimonials .swiper-pagination {
        margin-top: 30px;
        position: relative;
      }
      
      .testimonials .swiper-pagination .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: rgba(0, 0, 0, 0.4);
        opacity: 1;
      }
      
      .testimonials .swiper-pagination .swiper-pagination-bullet-active {
        background-color: #a2ab58;
      }
      
      .learn-more {
        position: relative;
        display: inline-block;
        cursor: pointer;
        outline: none;
        border: 0;
        vertical-align: middle;
        text-decoration: none;
        background: transparent;
        padding: 0;
        font-size: inherit;
        font-family: inherit;
      }
      
    .learn-more {
        width: 12rem;
        height: auto;
      }
      
     .learn-more .circle {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        box-shadow: 0 0 5px 1px white;
        position: relative;
        display: block;
        margin: 0;
        width: 3rem;
        height: 3rem;
        background: #282936;
        border-radius: 1.625rem;
      }
      
      .learn-more .circle .icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff;
      }
      
    .learn-more .circle .icon.arrow {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        left: 0.625rem;
        width: 1.125rem;
        height: 0.125rem;
        background: none;
      }
      
   .learn-more .circle .icon.arrow::before {
        position: absolute;
        content: "";
        top: -0.29rem;
        right: 0.0625rem;
        width: 0.625rem;
        height: 0.625rem;
        border-top: 0.125rem solid #fff;
        border-right: 0.125rem solid #fff;
        transform: rotate(45deg);
      }
      
      .learn-more .button-text {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        padding: 0.75rem 0;
        margin: 0 0 0 1.85rem;
        color: rgba(255, 255, 255, 0.493);
        font-weight: 700;
        line-height: 1.6;
        text-align: center;
        text-transform: uppercase;
      }
      
      .learn-more:hover .circle {
        width: 100%;
        box-shadow: 0 0 10px 2px white;
      }
      
      .learn-more:hover .button-text {
        transform: translate(-1.7rem, 0);
      }
      
      .learn-more:hover .circle .icon.arrow {
        background: #fff;
        transform: translate(8.7rem, 0);
      }
      
      .learn-more:active .circle .icon.arrow {
        transform: translate(9.5rem, 0);
        transition: all 0.3s;
      }
      
      .learn-more:active .circle {
        transform: scale(0.9);
        transition: all 0.3s;
        box-shadow: 0 0 5px 0.5px white;
      }
      
      .learn-more:hover .button-text {
        color: #fff;
      }
      
      .learn-more:active .button-text {
        color: rgba(255, 255, 255, 0.459);
      }
      
      

      .facilities-section{
        padding-top: 50px;
        padding-bottom: 50px;
        background: url('../photos/hoteli-61.jpg') rgba(0, 0, 0, 0.664);
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
      }

      .loop-holder {
        display: flex;
        white-space: nowrap;
        overflow: hidden;
      }
      
      .loop-holder__text {
          animation: textLoop 20s linear infinite;
          font-size: 6vw;
          padding-right: .35em;
          color: #00000013;
      }

      .restaurant{
        position: relative;
        width: 100%; /* Set your desired width */
        height: 600px; /* Set your desired height */
        background-image: url('../photos/2-1.png');
       /* Replace 'your-image-url.jpg' with your image */
        background-size: cover;
        background-position: right;
        background-attachment: fixed;
        margin-top: 0px;
        padding-top: 0px;
        text-align: center;
      }
    
      
      .restaurant::after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0;
        width: 100%;
        height: 600px;
        background-color: #22160E;
        opacity: 1; /* Change the color and opacity (last value) as needed */
      }
    
      .info-col{
        text-align: right;
        padding-left: 250px;
      }
      .vertical-text {
        writing-mode: vertical-lr; /* Sets vertical writing from left to right */
        text-orientation: upright; /* Ensures text is upright */
        white-space: nowrap; /* Ensures text stays in a single line */
        color: #717A69;
        vertical-align: middle;
      }
      
      
      /*Rooms.html*/
      .section-background{
 height:400px;
        background: url('../photos/hoteli-56.jpg') rgba(0, 0, 0, 0.616);
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;

      }
      .section-title h1{
        color: white;
        padding-top: 9%;
        font-size: 60px;
        font-weight: 100 !important;
      }

      .room-wrapper{
        position: relative;
        background: white;
        padding: 30px;
        margin-top: -170px;
        margin-left: 100px;
        width: 750px;
      }

      .room-wrapper1{
        position: relative;
        background: white;
        padding: 30px;
        margin-top: -170px;
        margin-left: 450px;
        width: 750px;
      }



      /*contact.html*/
      .section-background2{
        height:400px;
        background: url('../photos/hoteli-117.jpg') rgba(0, 0, 0, 0.616);
    background-blend-mode: multiply;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    background-attachment: fixed;
}
.contact-box{
    border: 1px solid #AA8B5F;
    padding-top: 70px;
    padding-bottom: 70px;
}


/*Aboutus.html*/
.section-background3{
  height:400px;
  background-attachment: fixed;
  background: url('../photos/hoteli-83.jpg') rgba(0, 0, 0, 0.616);
background-blend-mode: multiply;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
text-align: center;
background-attachment: fixed;
}
.cover-bg{
  background: url('../photos/D-5.jpg') rgba(0, 0, 0, 0.616);
  background-blend-mode: multiply;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}    


.facilities-section1{
  padding-top: 70px;
  padding-bottom: 70px;
}
@keyframes textLoop {
          0% {
              -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0)
          }
          100% {
              -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0)
          }
      }
      

      @media(max-width:1024px){
        nav.navbar{
          height: auto;
        } 
        .room-wrapper1{
          margin-right: 0px ;
          margin-left: 100px;
          margin-right: 20px;
        }
       
        .rotating-image{
          width: 100px;
          height: 100px;
          margin-left: -50px;
        }
        .moving-image1{
          margin-left: 410px;
          margin-top:100px;
        }

      
      
      }
      @media(max-width:990px){

        .section-background, .section-background2, .section-background3{
          background-attachment: scroll !important;
          height: 400px;
        }

        .section-title h1{
          padding-top: 30%;
          font-size: 45px;
        }
        nav.navbar{
          height: auto;
        }
        #carouselExampleFade {
          margin-top: -270px;
              position: relative;
          
              background-attachment: fixed;
              background-position: top;
              background-size: cover;
              background-repeat: no-repeat;
              background-blend-mode: multiply;
              height: 770px;
            }
          
            #video-background {
              margin-top: 150px;
                 top: 0;
                 right: 0;
                 bottom: 0;
                 left:100px;
                 overflow: hidden;
                 justify-content: center;
                 align-items: center;
                 z-index: 1;
                 width: 100%;
                 height: 770px;
             
               }
             
               video {
                 width: 100%;
                 height: 770px;
                 object-fit: cover;
               }
               .dark-overlay {
                 position: absolute;
                 top: 0;
                 left: 0;
                 width: 100%;
                 height: 100%;
                 background-color: rgba(0, 0, 0, 0.61); /* Adjust the alpha (last value) for opacity */
                 z-index: 2; /* Place it above the video */
               }
             
               .video-content {
                 z-index: 100 !important;
                 position: absolute;
                 top: 55%;
                 left: 50%;
                 transform: translate(-50%, -50%);
                 text-align: center;
                 color: white;
                
                 font-weight: bold;
                 font-family: 'Gilda Display', serif;
               }
               .video-content h1{
                 font-size: 70px;
                 text-shadow: 4px 4px 4px rgba(212,177,75,0.6);
               }

               .video-content h5{
                font-size: 15px;
               }
          
          .title1{
            font-size: 40px  !important;
          }
.map-col{
  justify-content: center !important;
  text-align: center !important;
  align-items: center !important;
}
        .info-col{
          text-align: right;
          padding: 20px !important;
        }
        .socials{
          justify-content: center;
        }
        .img1{
          display: none;
        }
        .img2{
          display: block !important;
        }
        .room-wrapper{
          margin-left: 0px !important;
          margin-left: 20px;
          margin-right: 20px;
        }
        .room-wrapper1{
          margin-left: 0px !important;
          margin-left: 20px;
          margin-right: 20px;
        }
        .text-col{
            padding-left: 0px !important;
            margin-left: 0px !important;
            padding: 20px !important;
            margin-top: -50px !important;
          }
          .rotating-image{
            width: 100px;
            height: 100px;
            margin-left: -50px;
          }
          .moving-image1{
            margin-left: 210px !important;
            margin-top: -300px !important;
          }

          .rooms-text {
            width: 300px !important;
            margin-top: -80px;
          }
        
          .section-card .row {
            text-align: center !important;
          }
        
          .restaurant-1 {
            height: auto !important;
            padding: 20px;
          }
        
          .wrapper .carousel-1 {
            grid-auto-columns: calc((100% / 2) - 9px);
          }
        
      }

      @media screen and (max-width: 600px) {
        .wrapper .carousel-1 {
          grid-auto-columns: 100%;
        }
        .container-fluid{
          padding: 0px !important;
        }
      }




      /*Animations*/
 .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;
}