@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&display=swap');
@import url('https://fonts.googleapis.com/css2?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=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?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=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?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=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Jost:ital,wght@0,100..900;1,100..900&family=Literata:ital,opsz,wght@0,7..72,200..900;1,7..72,200..900&family=Outfit:wght@100..900&family=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&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=Forum&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Gupter:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jacques+Francois+Shadow&display=swap');
* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url('../img/icons8-grip-lines-64\ \(18\).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  
.navbar-toggler{
border: none;
}
a{
    text-decoration: none;
}
.navbar {
    position: sticky;
    top: 0;
    z-index: 1030; /* Mbi çdo gjë */
    background: #ffffff;
    -webkit-box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    box-shadow: 0 0.5rem 0.375rem -0.375rem rgb(0 0 0 / 40%);
    min-height: 70px; /* Lartësi minimale */
}
.nav-link img {
    width: 25px;
    height: 15px;
}
.navbar-nav a {
    margin-left: 40px;
    text-decoration: none;
    padding: 10px;
    font-size: 22px;
    letter-spacing: 1.5px;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    color: #292929;
    border-bottom: 1px solid transparent;
}

.navbar-nav a:hover {
    color: #000000;
}

.navbar-nav a.active {
    color: #000000!important;
}

:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --one: "Barlow Condensed", sans-serif;
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Cinzel', serif;
    --fourth: 'Cormorant Garamond', serif;
    --five: 'Outfit', sans-serif;
    --six: 'Satisfy', cursive;
    --seven: "Playfair Display", serif;
    --eight:"Jost", sans-serif;
    --nine: "Forum", serif;
    --ten: 'Gupter', serif;
    --primary-text: #212122b9;
    --secondary-text: #201f1f;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 {
    display: inline-block;
    padding: 15px 25px;
    border: none;
    background-color: #C9A482;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    border-radius: 30px;
    text-transform:capitalize;
    letter-spacing: 2px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    cursor: pointer;
  }
  
  .btn2:before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transform: skewX(-30deg);
    transition: left 0.3s ease-in-out;
  }
  
  .btn2:hover {
    transform: scale(1.01);
  }
  
  .btn2:hover:before {
    left: 100%;
  }

  
  h1 {
    font-size: 2.75rem;
    line-height: 3.05rem;
    font-weight: 400;
    color: var(--text-white);
    margin-bottom: 0.55rem;
    text-transform:capitalize;
    font-family: "Forum", serif;
}
h2 {
    font-size: 2.2rem;
    font-weight: 400;
    color: var( --primary-text);
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: rgb(39, 39, 39);
}
h3 {
    font-size: 1rem;
    font-weight: 600;
    color: #272535;
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #695a4c;
    font-size: 20px;
}

h5 {
    font-size: 1.5rem;
    line-height: 1;
    color: var(--secondary-text);
    margin-bottom: .9375rem;
    margin-top: .9375rem;
    font-weight: 600;
    font-family: var(--secondary-font);

}

h6 {
    color: var(--text-white);
    font-weight: 500;
    font-family: var(--secondary-font);
}
p{
    
    font-size: 17px;
}
  section {
    padding: 120px 0;
    position: relative;
}

footer{
    background-color: #000000ec;
     padding-top: 60px;
     padding-bottom: 0px;
     padding-left: 20px;
     padding-right: 20px;
   }
   a.footer-link{
     color: #9c9c9c;
     font-weight: 300;
   }
   .footer-link:hover{
     color:  #dddddd;
   }
   footer h6{
    color: rgb(170, 170, 170);
   }
   footer h6:hover{
    color: rgb(255, 255, 255);
   }
   .payment{
     display: flex;
   }
   .socials{
     display: flex;
     color: white;
   }
   .footer-links{
     display: flex;
   font-family: 'Courier New', Courier, monospace;
     font-size: 18px;
   }
   .footer-title{
       font-family: 'Courier New', Courier, monospace;
       color: white;
   }
   .socials a{
     text-decoration: none !important;
     color: white;
   }
   .socials a:hover h4 {
     color:  #969696;
   }
   hr {
     display: block;
     height: 1px;
     border: 0;
     border-top: 1px solid #ccc;
     margin: 1em 0;
     padding: 0;
   }
   footer .col-lg-3 hr{
    display: block;
    width: 25%;
    height: 1px;
    border: 0;
    border-top: 1px solid #e7e7e7;
    padding: 0;
   }
 
   @media(max-width:1000px){
     .footer-links {
       display: flex;
       font-family: Jost, sans-serif;
       font-size: 18px;
       padding: 0px 30px 0px 30px;
       flex-wrap: wrap;
       align-content: center;
       justify-content: space-evenly;
       align-items: baseline;
   }
     
     .socials a{
       text-decoration: none !important;
       color: white;
     }
     .socials a:hover h4 {
       color:  #c7c7c7;
     }
     hr {
       display: block;
       height: 1px;
       border: 0;
       border-top: 1px solid #ccc;
       margin: 1em 0;
       padding: 0;
     }
     .copyright{
       display: flex;
     justify-content: right;
     text-align: right ;
     align-items: end ;
     }
   }








/* Dropdown Custom */
.dropdown-menu-custom {
    display: none;
    position:absolute;
    top: 140%;
    left: 0;
    width: auto;
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    z-index: 1020; /* Mbi banner, poshtë navbar */
}

/* Dropdown Inner Content */
.dropdown-inner {
    position: relative;
    min-width: 250px;
    margin: auto;
    text-align: start;
    
}

.dropdown-inner h3 {
    margin-bottom: 15px;
}

.dropdown-inner ul {
    list-style: none;
    padding: 0;
}
.dropdown-inner a{
    margin: 0px;
    font-family:Arial, Helvetica, sans-serif;
    padding: 0px;
    border-bottom: 1px solid #8f8f8f;
}
.dropdown-inner ul li {
    padding: 8px 5px;
    font-size: 16px;
    border-bottom: 1px solid#d1d1d1 !important;
}

.dropdown-inner ul li:last-child {
    border-bottom: none;
}

/* Style for navbar item */
.nav-item {
    position: relative;
}

.dropdown-inner ul li:hover {
    padding: 8px 5px;
    font-size: 16px;
    background-color: #C9A482;
    color: white;
    border-bottom: 1px solid #d1d1d1 !important;
}





.banner_wrapper {
    height: 80vh;
    position: relative;
    z-index: 1; /* Poshtë dropdown dhe navbar */
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0.5;
    z-index: 0;
}
.banner_wrapper .swiper-slide::before {
    background: #272535; 
}
.banner_wrapper .swiper-pagination-bullets .swiper-pagination-bullet {
    width: .6375rem;
    height: .6375rem;
    margin-bottom: 20px;
    background-color: #C9A482;
    border: .0625rem solid #C9A482;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-slide h6{
    font-size: 1.7rem;
    font-weight: 400;
    color: var( --primary-text);
    margin-bottom: 0.0rem;
    text-transform: capitalize;
    font-family:"Forum", serif;
    color: white;
}
.banner_wrapper .swiper-slide h1{
    font-size:100px;
    letter-spacing: 10px;
    text-shadow: #201f1f 3px 3px;
    line-height: 4.25rem;
    font-weight: 500;
    font-family: "Playfair Display", serif;
    margin: 40px 0;
        
}
.swiper-pagination .swiper-pagination-bullet{
    color: #CDA45E !important;
    background-color: #CDA45E;
}

.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}
.with-svg-item.svg-right-side {
    left: auto;
    right: 0;
    margin-top: -4.5rem;
    margin-right: -3rem;
}
.with-svg-item {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    margin-top: 2rem;
}

.Slogan{
    background: url('../img/bright-room-egnatia/img6.jpg') rgba(0, 0, 0, 0.521);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
    padding: 150px 0 !important;
}
.ABOUT-text h4{
color: #1f1f1f;
font-weight: 400;
text-transform: uppercase;
font-size: 18px;
margin-bottom: 15px;
}
.ABOUT-text i{
    color:#C9A482;
    }

.container-fluid{
    width: 70%;
}







/*=====Cars=====*/
.cars1 {
    position: relative;
  }
  .cars1 .cars1-carousel {
    position: relative;
    display: block;
    max-width: 800px;
    margin: 0 auto;
  }
  .cars1 .cars1-carousel.owl-carousel .owl-stage-outer {
    overflow: visible;
    padding: 0px 0px 0px;
  }
  .cars1 .item {
    position: relative;
    display: block;
    margin-bottom: 15px;
  }
  .cars1 .item .img {
    position: relative;
    display: block;
    overflow: hidden;
    z-index: 1;
    border-radius: 20px;
    
        width: 90%;
        justify-content: center;
        margin: auto;
        text-align: center;
    transform: scale(1);
    transition: transform 500ms ease;
  }
  
  
  .cars1 .item:hover img {
    transform: scale(1.03);
    transition: transform 500ms ease;
    transition: transform 500ms ease-out;
  }
  .cars1 .item .con {
    position: relative;
    display: block;
    background-color: #E9E9E9;
    /* background-color:#C9A482; */
    padding: 20px 25px;
    margin-top: -55px;
    margin-left: 25px;
    margin-right: 25px;
    overflow: hidden;
    transition: all 500ms ease;
    z-index: 2;
    visibility: visible;
    opacity: 0;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-radius: 10px;
  }
  .cars1 .item .con.opacity-1 { 
    opacity: 0;
  }
  .cars1 .item .con.active{
    visibility: visible;
    opacity: 1;
  }
  .cars1 .item .con .title,
  .cars1 .item .con .title a {
    font-family: 'Outfit', sans-serif;
    font-size: 21px;
    margin-bottom: 0px;
    color: #292727bd;
    font-weight: 700;
    line-height: 1.2em;
    transition: all 500ms ease;
    margin-bottom: 10px;
    font-family: "Forum", serif;
  }
  .cars1 .item .con .details {
    font-size: 14px;
    display: flex;
    color: #999;
    margin-bottom: 0;
    margin-right: 10px;
    transition: all 500ms ease;
  }
  .cars1 .item .con .details span {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
  }
  .cars1 .item .con .details span  img{
    width: 20px !important;
    margin-right: 5px;
  }
  
  .cars1 .item .con .details span i {
    color:#C9A482;
    margin-right: 2px;
    font-style: normal;
    
  }
  /* book */
  .cars1 .item .con .book {
    text-align: -webkit-right;
    margin-top: 1px;
  }
  .cars1 .item .con .book .btn {
    margin: 0;
    background:#C9A482;
    padding: 14px 21px;
    color: #ffffff;
    border-radius: 10px;
    font-family: 'Outfit', sans-serif;
    font-weight: 300;
    font-size: 17px;
  }
  .cars1 .item .con .book .btn:hover {
    background: #C9A482;
    color: #1b1b1b;
  }
  .cars1 .item .con .book > div {
    display: table-cell;
    vertical-align: middle;
  }
  .cars1 .item .con .book > div:nth-child(2) {
    padding-left: 15px;
    padding-right: 0;
    font-size: 14px;
    line-height: 1.2em;
  }
  .cars1 .item .con .book > div > span {
    display: block;
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
  }
  .cars1 .item .con .book .price {
    font-family: 'Outfit', sans-serif;
    font-size: 21px;
    line-height: 1.2em;
    color:#C9A482;
    font-weight: 700;
  }
  
  
  .cars1 .owl-theme .owl-prev::before, 
  .cars1 .owl-theme .owl-next::before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f104"; /* Default arrow for prev */
  }
  
  .cars1 .owl-theme .owl-next::before {
    content: "\f105"; /* Default arrow for next */
  }
  
  .cars1 .owl-theme .owl-prev,
  .cars1 .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 50px;
    text-align: center;
    font-size: 20px; /* Adjust the size of the icons */
  }
  
  .cars1 .owl-theme .owl-prev {
    left: 10px !important;
  }
  
  .cars1 .owl-theme .owl-next {
    right: 10px !important;
  }
  
  .cars1 .owl-theme .owl-nav [class*=owl-] {
    background:#C9A482;
    color: #1b1b1b;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
  }
  
  .cars1 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #1b1b1b;
  }
  /* owl nav */
  .owl-item.active .item .con {
    visibility: visible;
    opacity: 1;
  }
  .cars1 .owl-theme .owl-nav {
    position: absolute !important;
    top: 45% !important;
    bottom: auto !important;
    width: 100%
  }
  .cars1 .owl-theme .owl-nav {
    position: relative;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cars1 .owl-theme .owl-prev,
  .cars1 .owl-theme .owl-prev {
    left: 10px !important;
  }
  .cars1 .owl-theme .owl-next {
    right: 10px !important;
  }
  .cars1 .owl-theme .owl-prev,
  .cars1 .owl-theme .owl-next {
    color: #fff;
    position: absolute !important;
    top: 50%;
    padding: 0;
    height: 50px;
    width: 50px;
    border-radius: 0%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    text-align: center;
    font-size: 14px
  }
  .cars1 .owl-theme .owl-prev > span,
  .cars1 .owl-theme .owl-next > span {
    position: absolute;
    line-height: 0;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }
  .cars1 .owl-carousel .owl-nav button.owl-next,
  .cars1 .owl-carousel .owl-nav button.owl-prev {
    outline: none;
  
  }
  .cars1 .owl-theme .owl-nav [class*=owl-] {
    width: 50px;
    height: 50px;
    line-height: 53px;
    background:#C9A482;
    border-radius: 100%;
    color: #1b1b1b;
    font-size: 10px;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
    border: none;
    transition: all 0.2s ease-in-out;
    transform: scale(1.0);
  }
  .cars1 .owl-theme .owl-nav [class*=owl-]:hover {
    background: #fff;
    color: #1b1b1b;
  }
  .cars1 .owl-theme .owl-nav {
    top: 35% !important;
  }
  .cars1 .owl-theme .owl-nav [class*=owl-] {
    opacity: 0;
  }
  .cars1 .owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
  }
  @media screen and (max-width: 991px) {
    .cars1 .item .con {
        padding: 30px 20px;
        margin: 0;
    }
    .order2 {
        -webkit-box-ordinal-group: 3 !important;
        -ms-flex-order: 2 !important;
        order: 2 !important;
    }
    .order1 {
        -webkit-box-ordinal-group: 2 !important;
        -ms-flex-order: 1 !important;
        order: 1 !important;
    }
    .cars1 .item .con .book {
        text-align: left;
        margin-top: 3px;
    }
    .cars1-carousel {
        overflow: hidden;
    }
    .cars1 .owl-theme .owl-nav {
        display: none;
    }
  }
  







  /* Section Facilities */
.our-facilities .icons-fc{
    padding: 20px 25px;
    border:#695a4c41 1px solid;
    background-color: white;
    border-radius: 5px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
  }
  .our-facilities .icons-fc:hover{
    padding: 20px 25px;
    border:#695a4c41 1px solid;
    background-color: #C9A482;
    transition-duration: 0.5s;
  }
  .our-facilities .icons-fc i{
    font-size: 40px;
    color: #C9A482;
    transition-duration: 0.5s;
  }
  .our-facilities .icons-fc:hover i{
    font-size: 40px;
    color: #ffffff;
    transition-duration: 0.5s;
  }
  .our-facilities .icons-fc h5{
    color: #C9A482;
    font-size: 20px;
    font-family: "Baskervville SC", serif;
  }
  .our-facilities .icons-fc:hover h5{
    color: #ffffff;
  }
  .our-facilities .icons-fc.active{
    padding: 20px 25px;
    border:#695a4c41 1px solid;
    background-color: #C9A482;
    transition-duration: 0.5s;
  }
  .our-facilities .icons-fc.active i{
    font-size: 40px;
    color: #ffffff;
    transition-duration: 0.5s;
  }
  .our-facilities .icons-fc.active h5{
    color: #ffffff;
  }
  .our-facilities .b-olv{
    background-image: url('../img/logo.png');
    position: absolute;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    top: 20%;
    left: 1%;
    background-size: 850px;
    opacity: 0.25;
    z-index: -1;
    /* animation: bounce-y 5s linear infinite; */
  }


  .gallery img{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
}
  

.title-head{
    padding: 90px 0px !important;
    margin: 0 !important;
    color: white;
    font-size:70px;
    font-style: italic;
    letter-spacing: 6px;
    font-weight: 300 !important;
    font-family: "Forum", serif;
  }
.Apartment1-head{
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 130%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
  .Apartment2-head{
    background: url('../img/img2.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
  }
.Apartment3-head{
    background: url('../img/bright-room-egnatia/img10.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;
}

  /* Testimonials */
.testimonial-name {
    margin: -17px auto 0;
    display: table;
    width: auto;
    background: #C3A06D;
    padding: 9px 35px;
    border-radius: 12px;
    text-align: center;
    color: #fff;
    box-shadow: 0 9px 18px rgba(0,0,0,0.12), 0 5px 7px rgba(0,0,0,0.05);
}

#customers-testimonials .item {
    text-align: center;
    padding: 0;
    margin-bottom:40px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* #customers-testimonials .owl-item{
    max-width: 400px !important;
    margin: 0 auto !important;
} */
#customers-testimonials .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}
#customers-testimonials .owl-carousel .owl-item img {
    transform-style: preserve-3d;
    max-width: 300px;
    margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
    background: #C3A06D;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
    background: #C3A06D;
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
}


.Gallery-head{
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed; 
}
.thumb img{
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
}

.Contact-head{
    background: url('../img/bright-room-egnatia/img9.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: fixed;  
}

.inff{
    transition: 0.7s;
    padding: 30px 10px;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
}
.inff:hover{
    padding: 30px 10px;
    box-shadow:none;
    transition: 0.5s;
    background-color: #EEEEEE;
}
.inff i{
    font-size: 30px;
    color: #272535;
    margin-bottom: 15px;
}
.inff p{
    color: #272535;
    margin-bottom: 15px;
}

 .contact-pg .i4ewOd-pzNkMb-haAclf .i4ewOd-pzNkMb-tJHJj .i4ewOd-pzNkMb-QClCJf-giiMnc-V1ur5d-haAclf{
    display: none !important;
    /* background-color: white; */
}
@media(max-width:1199px){
    .cars1 .item .img {
        position: relative;
        display: block;
        overflow: hidden;
        z-index: 1;
        border-radius: 20px;
        
            width: 90% !important;
            justify-content: center;
            margin: auto;
            text-align: center;
        transform: scale(1);
        transition: transform 500ms ease;
      }
      .cars1 .cars1-carousel {
        position: relative;
        display: block;
        max-width: 1400px;
        margin: 0 auto;
      }


      .dropdown-menu-custom {
        display: none;
        position:relative;
        top: 140%;
        left: 0;
        width: auto;
        background: rgb(233, 233, 233);
        border-radius: 0px;
        padding: 20px;
        box-shadow: none;
        z-index: 1020; /* Mbi banner, poshtë navbar */
    }
    .dropdown-inner {
        position: relative;
        min-width: 200px;
        margin: auto;
        text-align: start;
        
    }
}
@media(max-width:800px){
.container-fluid{
    width: 100% !important;
}
#customers-testimonials.owl-carousel .owl-dots{
    display: none !important;
}
}


@media(max-width: 430px){
    .banner_wrapper .swiper-slide h1{
        font-size:70px;
        letter-spacing: 10px;
        text-shadow: #201f1f 3px 3px;
        line-height: 4.25rem;
        font-weight: 500;
        font-family: "Playfair Display", serif;
        margin: 40px 0;
            
    }

    .title-head{
        padding: 90px 0px !important;
        margin: 0 !important;
        color: white;
        font-size:45px;
        font-style: italic;
        letter-spacing: 6px;
        font-weight: 300 !important;
        font-family: "Forum", serif;
      }
    .Apartment1-head{
        background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 130%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
      }
      .Apartment2-head{
        background: url('../img/img2.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
      }
    .Apartment3-head{
        background: url('../img/bright-room-egnatia/img10.jpg')rgba(0, 0, 0, 0.425);
        background-position: center 100%;
        background-repeat: no-repeat;
        background-size: cover;
        background-blend-mode: multiply;
        background-attachment: none;
    }
    
.Gallery-head{
    background: url('../img/img1.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 80%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none; 
}
.Contact-head{
    background: url('../img/bright-room-egnatia/img9.jpg')rgba(0, 0, 0, 0.425);
    background-position: center 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;  
}
.Slogan{
    background: url('../img/bright-room-egnatia/img6.jpg') rgba(0, 0, 0, 0.521);
    background-position: center 60%;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    background-attachment: none;
    padding: 150px 0 !important;
}
 
}



/* animation */
.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;
  }