@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');
@import url('https://fonts.googleapis.com/css2?family=Marcellus&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Prompt: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=Kaushan+Script&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Namdhinggo:wght@400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px !important;
    padding: 0px;
    overflow-x: hidden !important;
    margin-top: 0px !important;
}
a{
    text-decoration: none;
}
body{
    position: relative;
}
.navbar-nav a {
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 1px solid transparent;
}
.navbar-toggler{
    border: none;
  }
  .nav-link {
    display: block;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
    font-size: 15px;
    font-weight: var(--bs-nav-link-font-weight);
    color: #ffffff;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  }
  .navbar-toggler:focus {
    box-shadow: 0 0 0 0;
  }
  .navbar-toggler-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    background-image: url('../img/icons8-grip-lines-64\ \(16\).png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
  }
  .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #ffffffef;
    border-bottom: 1px solid white;
    font-weight: 500;
  }
  .navbar-nav .nav-link:hover{
      transform: scale(1.09);
  }
  .img-logoo{
    display: none !important;
  }

  .nav-item .dropbtn {
    background-color: #000000;
    color: white;
    /* padding: 16px; */
    border: none;
  
    margin-left: 8px;
    margin-right: 8px;
    text-decoration: none;
    padding: 10px;
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Prompt", sans-serif;
    font-weight: 400;
    border-bottom: 1px solid transparent;
  }
  
  .nav-item  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .nav-item .dropdown-content {
    display: none;
    position: absolute;
    background-color: #080808ab;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .nav-item .dropdown-content a {
    color: rgb(255, 254, 254);
    padding: 20px 16px 15px 16px;
    text-decoration: none;
    display: block;
  }
  
  .nav-item .dropdown-content a:hover {background-color: #1b1b1bb9; }
  
  .nav-item  .dropdown:hover .dropdown-content {display: block;}
  
  .nav-item .dropdown:hover .dropbtn {background-color: #000000;}
  @media (max-width:1199px){
    .nav-item .dropdown-content a {
        color: rgb(255, 254, 254);
        padding: 20px 5px 15px 5px !important;
        text-decoration: none;
        font-size: 16px !important;
        display: block;
      }

      .nav-item .dropbtn {
        background-color: #000000;
        color: white;
        /* padding: 16px; */
        border: none;
      
        margin-left: 5px;
        margin-right: 5px;
        text-decoration: none;
        padding: 5px;
        font-size: 16px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "Prompt", sans-serif;
        font-weight: 400;
        border-bottom: 1px solid transparent;
      }
      .nav-link {
        display: block;
        font-size: 16px !important;
        font-weight: 300;
        color: #ffffff;
        text-decoration: none;
        transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
      }
  }
  @media (max-width:1024px){
    .nav-item .dropbtn {
        background-color: #000000;
        color: white;
        /* padding: 16px; */
        border: none;
      
        margin-left: 2px;
        margin-right: 2px;
        text-decoration: none;
        padding: 2px;
        font-size: 15px;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-family: "Prompt", sans-serif;
        font-weight: 400;
        border-bottom: 1px solid transparent;
      }
      .nav-item .dropdown-content a {
        color: rgb(255, 254, 254);
        padding: 20px 5px 5px 5px !important;
        font-size: 15px !important;
        display: block;
      }
  }
  @media (max-width:991px){
      .nav-item .dropdown-content {
          display: none;
          position: relative;
          background-color: #ffffffc2;
          min-width: 160px;
          box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
          z-index: 1;
        }
        .nav-item .dropdown-content a {
            color: rgb(0, 0, 0);
          }
          .img-logoo{
            display:  block !important;
            width: 60px !important;
          }
          .container-fluid{
            width: 90% !important;
          }
          .icons-cont .iconss-ln{
            margin-bottom: 30px;
          }
  }
  



: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;
    --eleven: 'Marcellus', 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 20px;
    border: 1px solid rgba(255, 255, 255, 0.514);
    background-color: #000000e1;
    color: #fffffffa;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    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;
    font-weight: 400;
    color: var(--text-white);
    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: white;
}
h3 {
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary-text);
    font-family: var(--secondary-font);
}

h3 span {
    color: var(--secondary-text);
}
h4{
    color: #625859;
    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: 150px 0;
    position: relative;
}

  /* .banner_wrapper {
    height: 94vh;
    position:sticky;
    overflow: hidden;
} */
.img-logo {
    position: absolute;
    top: 18%;
    left: 50%;
    width: 200px;
    transform: translate(-50%, -50%);
     z-index: -1;
}

  /*.navbar {*/
  /*      position: static !important;*/
  /*  }*/
.banner_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -2; 
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: brightness(1.5);
}

.banner_wrapper .slide1 {
    background-image: url('../img/home/1.jpg');
}

.banner_wrapper .slide2 {
    background-image: url('../img/home/2.jpg');
}

.banner_wrapper .slide3 {
    background-image: url('../img/home/3.jpg');
}
.banner_wrapper .slide4 {
  background-image: url('../img/home/4.jpg');
}

.banner_wrapper .slide5 {
  background-image: url('../img/home/5.jpg');
}

.banner_wrapper .slide6 {
  background-image: url('../img/home/6.jpg');
}

.banner_wrapper .slide7 {
  background-image: url('../img/home/7.jpg');
}

.banner_wrapper .slide8 {
  background-image: url('../img/home/8.jpg');
}

.banner_wrapper .slide9 {
  background-image: url('../img/home/9.jpg');
}

.banner_wrapper .slide10 {
  background-image: url('../img/home/10.JPG');
}

.banner_wrapper .slide11 {
  background-image: url('../img/home/11.jpg');
}

/* .banner_wrapper .slide12 {
  background-image: url('../img/Enklid\ &\ Arlinda\ \(26\).jpg');
}
.banner_wrapper .slide13 {
  background-image: url('../img/0f3fc213ad0a48ad692b7da5ea086cad.jpg');
}

.banner_wrapper .slide14 {
  background-image: url('../img/6a30913dbd774f15a31887ca67e0e364.jpg');
}

.banner_wrapper .slide15 {
  background-image: url('../img/f568bdbf3610e8caad83e747409edcdc.jpg');
} */



.banner_wrapper .swiper-slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.363); 
    z-index: 1;
}

.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.swiper-pagination{
    display: none;
}

footer {
background-color: #000;
position: relative;
z-index: 1;
padding: 10px 0;
}

.banner_wrapper1 {
    position: absolute;
    width: 100%; 
    background-image: url('../img/104A7002a.jpg'); 
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}


.contact .contact-txt{
 background-color: #000000a9;
 padding: 50px 30px 100px 30px;
}
.contact .contact-txt p{
    color: white;
    font-size: 23px;

}
.icons-cont{
    background-color: #000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.514);
    padding: 10px 0px;
}
.icons-cont h5{
    font-size: 18px;
    color: white;
    margin: 5px 0px !important;
}
.iconss-ln img{
   width: 35px;
}


 .inff{
    border: 1px solid rgba(0, 0, 0, 0.171);
    padding: 10px 15px;
    border-radius: 10px;
    transition-duration: 0.5s;
    margin-bottom: 20px;
    background-color: #00000048;
    color: rgba(255, 255, 255, 0.863);
    }
 .inff .icons{
        margin-right: 20px;
    }
 .inff .icons i{
        font-size: 30px;
        color: white !important;
        background-color: #000000;
        padding: 20px;
        border-radius: 50%;
    }
 .inff:hover{
        border: 1px solid rgba(0, 0, 0, 0.171);
        padding: 10px 15px;
        background-color: #000000b4;
        transition-duration: 0.5s;
        }
     .inff:hover .inff-text p{
        color: white !important;
        transition-duration: 0.5s;
     }
     .inff .inff-text h5{
color: rgba(255, 255, 255, 0.712);
     }
     .inff:hover .inff-text h5{
        color: white !important;
        transition-duration: 0.5s;
     }
     .inff p{
        color: rgba(255, 255, 255, 0.712) !important;
     }

     .about-info .about-txt{
        background-color: #000000a9;
        padding: 50px 30px 100px 30px;
       }
       .about-info .about-txt p{
           color: white;
           font-size: 20px;
       
       }
       .about-info .about-txt h3{
        color: white;
        font-size: 30px;
    
    }

       .banner_wrapper2{
        position: absolute;
        width: 100%; 
        background-image: url('../img/104A0737-2.jpg'); 
        background-size: cover;
        background-position: center;
        background-attachment: fixed;
       }
       .thumb{
        margin-bottom: 20px;
       }
       .thumb img{
        border: 1px solid rgba(255, 255, 255, 0.541);
       }

.zoom {
    width: auto;
    height: auto;
    display: block;
    margin: 0 auto;
}

@media (max-width:900px){
        .navbar{
          padding: 0px !important;
         }
         .img-logo {
          position: absolute;
          top: 20%;
          left: 50%;
          width: 100px;
          transform: translate(-50%, -50%);
          z-index: -1; 
      }
       .banner_wrapper {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: -2; 
    }
    .navbar {
        position: static !important;
    }
         
       }
       @media (max-width:430px){
        .banner_wrapper1 {
            position: absolute;
            width: 100%; 
            background-image: url('../img/104A7002a.jpg'); 
            background-size: cover;
            background-position: center;
            background-attachment: none;
        }
        
         .banner_wrapper2{
                position: absolute;
                width: 100%; 
                background-image: url('../img/hmLMJg5EWQA.jpg'); 
                background-size: cover;
                background-position: center;
                background-attachment: none;
         }
        .container-fluid{
            width: 100% !important;
        }
        .infoo-co h4{
          margin: 20px 0px;
          color: #000000d7;
        }
         .navbar{
    padding: 0px !important;
   }
   .img-logoo {
    width: 100px !important;
   }

    }
    
    @media (max-width: 430px) {
    .fancybox-wrap {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important; /* Qendër për të gjitha fotot */
    }

    .zoom {
        width: 100% !important;
        height: auto !important;
    }
}
    

 .fancybox-skin{
  padding: 0px !important;
  }

    .video-yt iframe{
  border-radius: 20px;
    }
    .video-yt iframe {
      width: 100%;
      height: 300px; 
  }