@import url('https://fonts.googleapis.com/css2?family=Forum&family=Gilda+Display&family=Jost:ital,wght@0,100..900;1,100..900&family=Marcellus&display=swap');


html,
body {
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Marcellus";

}

p {
    font-family: "Jost";

}

.navbar{
    background-color: transparent!important;
    margin-bottom: -8em;
    z-index: 10;
}

.navbar li a {
    font-family: Jost;
    text-transform: uppercase;
    color: #fff;
}

.navbar li a:active {
    color: white!important;
    border-bottom: 2px solid white;
}

.dropdown-item {
    color: #000 !important;
}


.navbar-nav .nav-link.active {
    color: #fff;
    border-bottom: 2px solid white;
}

.navbar li a:hover {
    color: white;
}


.btn-prim {
    border: 2px solid #fff;
    color: #fff;
    background-color: transparent;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    font-family: Jost;
    transition: box-shadow 0.2s ease;
    transition-duration: 0.2s;
}

.btn-prim:hover {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    border: 2px solid #fff;
    background-color: #fff;
    border-radius: 2px;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    font-family: Jost;
    transition: box-shadow 0.2s ease;
    transition-duration: 0.2s;
}


.btn-room {
    color: #000;
    text-decoration: none;
    border: 2px solid #AA8453;
    background-color: #fff;
    border-radius: 5px;
    padding: 10px 25px;
    font-size: 16px;
    cursor: pointer;
    font-weight: normal;
    font-family: Jost;
    position: relative;
    transition: box-shadow 0.2s ease;
    overflow: hidden;
    transition-duration: 0.2s;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

.carousel1 {
    background: url('../Photos/img4.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 100vh;
}

.carousel2 {
    background: url('../Photos/img6.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 100vh;
}

.carousel3 {
    background: url('../Photos/img2.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 100vh;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 25%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.stats-container {
    display: flex;
    justify-content: center;
    gap: 150px;
    background: center/cover no-repeat;
    padding: 80px 0;
    color: white;
    text-align: center;
}

.stat {
    font-size: 24px;
}

.stat .number {
    font-size: 48px;
    font-weight: bold;
}

.about-page {
    background: url('../Photos/img12.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    height: 90vh;
    align-items: center;
}

.rooms-page {
    background: url('../Rooms/King Suite with Sea View/378349927.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    height: 90vh;
    align-items: center;
}

.contact-page {
    background: url('../Photos/img5.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    height: 90vh;
    align-items: center;
}


.gallery-page {
    background: url('../Photos/img7.jpg') rgba(0, 0, 0, 0.556);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    display: flex;
    height: 90vh;
    align-items: center; 
}

.cover-bg {
    background: url('../Photos/ksamil.jpg') rgba(0, 0, 0, 0.451);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    background-blend-mode: multiply;
    padding-top: 150px;
    padding-bottom: 150px;
}

.button1 {
    background: #AA8453;
    padding: 20px 40px;
    color: white;
    transition: 0.4s ease-in-out;
}

.footer_wrapper {
    background-color: #000000;
    padding: 5% 0 5% 0;
}

.footer_wrapper .copyright-section {
    background-color: #000000;
    padding: 1.10rem 0 .3125rem;
    text-align: center;
}

.links {
    list-style: none;
}

.links a {
    color: #fff;
}

.footer-link {
    list-style: none;
    color: #ceeef8;
}

.contact-info a {
    color: #fff;
}

.room-link {
    color: #000;
}
.owl-rooms .item {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }
  
  .owl-rooms .item img {
    border-radius: 10px;
    width: 100%;
    height: auto;
    transition: transform 0.3s ease, filter 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  }
  
  .owl-rooms .item:hover img {
    transform: scale(1.05); /* zoom efekt */
    filter: brightness(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
  }
  
 
.owl-nav .owl-prev{
    position: absolute;
    top: calc(41%);
    color: rgba(0, 0, 0, 0.829)!important;
    left: 2%;
    opacity: 1;
    font-size: 22px!important;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: white!important;
    color: #b99d75!important;
    border: 1px solid #e0e0e0!important;
    transition-duration: 0.3s;
    border-radius: 50%!important;
}

.owl-nav .owl-next{
    position: absolute;
    top: calc(41%);
    color: rgba(0, 0, 0, 0.829)!important;
    right: 2%;
    opacity: 1;
    font-size: 22px!important;
    z-index: 1;
    width: 50px;
    height: 50px;
    background-color: white!important;
    color: #b99d75!important;
    border: 1px solid #e0e0e0!important;
    transition-duration: 0.3s;
    border-radius: 50%!important;
}



  .image-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  
  .image-box img {
    width: 100%;
    height: auto;
    transition: transform 0.3s ease;
    border-radius: 10px;
    display: block;
  }
  
  .image-box:hover img {
    transform: scale(1.05);
  }
  
  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); /* errësim i lehtë */
    border-radius: 10px;
    z-index: 1;
  }
  
  .image-text {
    position: absolute;
    bottom: 15px;      /* largësia nga fundi */
    left: 20px;        /* largësia nga e majta */
    color: white;
    font-size: 1.3rem;
    font-weight: bold;
    font-family: Jost;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.7);
    z-index: 2;
    pointer-events: none;
  }
  

  .sticky{
    position: fixed;
    top: 0;
    z-index: 1000!important;
    background: black!important;
   padding: 0.4em 0em;
   box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 4px!important;
    width: 100%;
    transition-duration: 0.6s;
  }

  .sticky li a{
    color: rgb(255, 255, 255);
  }
  @keyframes fadeinnav {
    from {opacity: 0;}
    to {opacity: 1;}
  }
  .fade-in-nav{
    animation-name: fadeinnav;
    animation-duration: 0.9s;
  }

  @media only screen and (max-width: 870px) {
    .media {
        margin-top: 2rem;
    }
    .ikona {
        display: flex;
        flex-wrap: wrap;
    }
    .img-resize{
        width: 100%!important;
    }
    .img-moved{
        margin-left: 0px!important;
        margin-top: 20px!important
    }
    .room-link {
        text-align: start;
    }
    .stats-container{
        display: block;
        padding: 0%;
    }
    .navbar{
        background-color: #000!important;
    }
    .owl-nav .owl-prev{
        position: absolute;
        top: calc(36%);
        color: rgba(0, 0, 0, 0.829)!important;
        left: 4%;
        opacity: 1;
        font-size: 22px!important;
        z-index: 1;
        width: 40px;
        height: 40px;
        background-color: white!important;
        color: #b99d75!important;
        border: 1px solid #e0e0e0!important;
        transition-duration: 0.3s;
        border-radius: 50%!important;
    }
    
    .owl-nav .owl-next{
        position: absolute;
        top: calc(36%);
        color: rgba(0, 0, 0, 0.829)!important;
        right: 4%;
        opacity: 1;
        font-size: 22px!important;
        z-index: 1;
        width: 40px;
        height: 40px;
        background-color: white!important;
        color: #b99d75!important;
        border: 1px solid #e0e0e0!important;
        transition-duration: 0.3s;
        border-radius: 50%!important;
    }
    .p-mobile{
        display: none;
    }
    .carousel-caption{
        bottom: 18%;
    }
  }