@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&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: "Cinzel";

}

p {
    font-family: "Jost";
    
}

.navbar {
    background-color:white ;
}

.navbar li a {
    font-family: Jost;
    text-transform: uppercase;
}

.navbar li a:active {
    color:  #AA8453;
    border-bottom: 2px solid #AA8453;
}

.navbar li a:hover {
    color: #AA8453;
}

.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(0,0,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
}
.navbar-brand img{
  width: 100px !important;
}
.btn-prim {
    background: linear-gradient(135deg, #000000, #352804);
    color: white;
    padding: 15px 25px;
    font-size: 18px;
    font-family: Jost;
    text-transform:uppercase ;
    border: 2px solid #AA8453;
    border-radius: 50px; 
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}

.btn-prim:hover {
    background: linear-gradient(135deg, #AA8453, #4b381f);
    transform: scale(1.1); 
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.3);
}


.btn-sec {
    background: linear-gradient(135deg, #AA8453, #4b381f);
    color: white;
    padding: 12px 23px;
    font-size: 16px;
    font-family: Jost;
    text-transform:uppercase ;
    border: 2px solid #AA8453;
    border-radius: 50px; 
    cursor: pointer;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    transition: all 0.4s ease;
}


.carousel1{
    background: url('../assets/photos/Details/GEN_7081.jpg') rgba(0, 0, 0, 0.37);
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat ;
    background-blend-mode: multiply;
    height: 80vh;
}
  
.carousel2{
    background: url('../assets/photos/Details/GEN_7086.jpg') rgba(0, 0, 0, 0.37);
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat ;
    background-blend-mode: multiply;
    height: 80vh;
}
  
.carousel3{
    background: url('../assets/photos/Dhoma-4-Triple-Me-ballkon/GEN_7039.jpg') rgba(0, 0, 0, 0.37);
    background-size: cover;
    background-position: center;
    background-repeat:no-repeat ;
    background-blend-mode: multiply;
    height: 80vh;
}
  
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 14.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
}

.home-style a{
    color: #d3ad6c;
}


.section-gallery {
    background: url('../assets/photos/Details/GEN_7081.jpg') rgba(0, 0, 0, 0.375);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 50vh;
    color: white;
}

.section-contact {
    background: url('../assets/photos/Details/GEN_7077.jpg') rgba(0, 0, 0, 0.375);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 50vh;
    color: white;
}

.section-aboutus {
    background: url('../assets/photos/Dhoma-4-Triple-Me-ballkon/GEN_7052.jpg') rgba(0, 0, 0, 0.375);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 50vh;
    color: white;
}

.section-rooms {
    background: url('../assets/photos/Dhoma-1-Triple-me-ballkon/GEN_7012.jpg') rgba(0, 0, 0, 0.375);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-blend-mode: multiply;
    display: flex;
    align-items: center;
    text-align: center;
    height: 50vh;
    color: white;
}

.shadow {
    box-shadow: rgba(122, 80, 17, 0.596) 0px 13px 27px -5px, rgba(177, 138, 11, 0.527) 0px 8px 16px -8px !important;
}

.banner {
    background: url('../assets/photos/tirana.jpg') rgba(20, 19, 19, 0.375);
    background-attachment: fixed;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    height: 50vh;
}
.details-box {
    background-color: white;
    padding: 4em;
    text-align: center;
    align-items: center;
}

.section-title {
    text-align: center;
    margin-bottom: 2rem;
  }
  .section-title h2 {
    font-size: 2.5rem;
  }
  .section-title small {
    display: block;
    color: #a88e69;
    margin-bottom: 0.5rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .room-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 1.5rem;
  }
  .room-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
  }
  .room-card:hover img {
    transform: scale(1.1);
  }
  .room-info {
    position: absolute;
    bottom: 15px;
    left: 20px;
    color: #fff;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
  }
  .room-info h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
  }
  .room-info p {
    margin: 0;
    font-size: 1rem;
  }


.amenity-card {
    position: relative;
    background-color: #fff;
    border: 1px solid #AA8453;
    border-radius: 50% / 30%;
    padding: 4rem 1rem;
    text-align: center;
    transition: transform 0.3s ease;
    overflow: hidden;
    height: 500px;
    
  }

  .amenity-card:hover {
    transform: scale(1.03);
  }

  .amenity-card:hover .amenity-icon {
    display: none;
  }

  .amenity-card:hover .amenity-title {
    display: none;
  }
  .amenity-card:hover .amenity-description {
    display: none;
  }
  .amenity-icon {
    font-size: 7rem;
    color: #AA8453;
    margin-bottom: 1rem;
  }

  .amenity-title {
    font-weight: 600;
    margin-bottom: 0.5rem;
  }

  .amenity-description {
    font-size: 0.9rem;
  }

  .image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.4s ease;
    z-index: 0;
  }

  .amenity-card:hover .image-overlay {
    opacity: 1;
  }

  .amenity-content {
    position: relative;
  }  

.review-box .fa-quote-right{
    color: #AA8453;
    font-size: 50px;
}


.footer_wrapper {
    background: linear-gradient(135deg, #000000, #352804);
    padding: 5% 0 5% 0;
  }
  
.footer_wrapper .copyright-section {
    background: linear-gradient(135deg, #000000, #352804);
    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;
}

@media only screen and (max-width: 870px) {
    .media {
        margin-top: 2rem;
    }
    .m-image {
        margin-top: 2rem !important;
    }
    .carousel-caption {
        bottom: 30%;
    }
    .carousel-caption3 {
        bottom: 20%;
    }
    .ikona {
        display: flex;
        flex-wrap: wrap;
    }
    .rooms-padding {
        padding: 0px 20px;
    }
    .banner{
        height: auto;
    }
  }