@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=Roboto+Serif:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap');
* {
    padding: 0;
    margin: 0;
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
 ul{
list-style: none;
}
.language li{
    margin-right: 5px !important;
}
.navbar {
    overflow-x: hidden;
    background-color: transparent;
    /* background-image: linear-gradient(45deg, black 30%, blue 70%); */
}
.navbar-nav a {
    margin-left: 25px;
    font-family: var(--tertiary-font);
    text-transform: uppercase;
    font-size: 15px !important;
    font-style: normal;
    font-weight: 500;
    color: white;
    line-height: 1;
    padding: 0 !important;
}

.navbar-nav a:hover {
   border-bottom: #fff 1px solid;
   color: white !important;
}

.navbar-nav a.active {
    border-bottom: #fff 1px solid !important;
    color: white !important;
}
.logo{
    display: none;
}
@media (max-width: 1199px) {
    .navbar-toggler {
        order: -1; /* Butoni i menu-t të vendoset në fillim */
        margin-left: 0 !important;
        margin: 30px 0px ;
        border: none;
    }
    .navbar{
        padding: 22px 0 !important;
    }
    .navbar-nav a:hover {
        border-bottom: none !important;
        color:#A1816C !important;
     }
     .logo1 {
        display: none;
     }
     .navbar-nav a.active {
         border-bottom: none !important;
         color:#A1816C !important;
     }
    .navbar-nav .nav-item{
          margin-bottom: 30px !important;
          
    }
    .navbar .btn2{
        margin-top:  30px;
        margin-bottom:  30px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-image:url('../img/navbar-line.png') ;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar{
        background-color: #6B554D;
        padding: 100px 0;
    }

    .navbar-brand {
        margin-right: auto; /* Logotipit t'u japet vendosje në fillim */
    }

    .navbar-collapse {
        flex-basis: 100%; /* Butonat e navigimit të vendosen në një rresht */
        justify-content: center; /* Butonat e navigimit të vendosen në qendër */
        margin-top: 10px; /* Vendosni nëse ka nevojë */
    }
    .logo {
        display: block; /* Shfaq div-in për logotip në dimensione më të vogla */
        text-align: center; /* Vendos tekstin në qendër */
    }
    .banner_wrapper {
        margin-top: 0 !important;
    }
}

:root {
    /* Background Color */
    --primary-color: #212122b9;
    --secondary-color: #a3a190;
    --bg-color: #f4f4f4;
    --bg-white: #fff;
    --bg-black: #000;

    /* Text Style */
    --primary-font: 'Poppins', sans-serif;
    --secondary-font: 'Oswald', sans-serif;
    --tertiary-font: 'Jost', sans-serif;
    --fourth-font:'Cormorant Garamond', serif;
    --primary-text: #212122b9;
    --secondary-text: #A1816C;
    --text-white: #fff;
    --text-black: rgb(79, 79, 79);
    --text-gray: #e4e4e4;
}

.btn2 a {
    color: white !important;
    text-decoration: none;
}
.btn2 {
    display: inline-block;
    padding: 12px 30px;
    border: none;
    background-color: rgba(0, 0, 0, 0.404);
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--tertiary-font);
    cursor: pointer;
    border: 1px rgba(235, 231, 231, 0.219) solid;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  
  .btn2:hover {
    background-color: #6B554D;
    border: transparent 1px solid;
  }
  .btn1 a {
    color: rgb(51, 51, 51) !important;
    text-decoration: none;
}
.btn1 {
    display: inline-block;
    padding: 15px 30px;
    border: none;
    background-color: rgb(255, 255, 255);
    color: #313131;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--tertiary-font);
    cursor: pointer;
    border: 1px rgba(235, 231, 231, 0.219) solid;
    text-transform: uppercase;
    border-radius: 30px;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .btn1:hover a {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
}
  .btn1:hover {
    background-color: #6B554D;
    border: transparent 1px solid;
  }
  .btn3 a {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
}
.btn3 {
    display: inline-block;
    padding: 15px 30px;
    border: none;
    background-color: #6B554D;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: var(--tertiary-font);
    cursor: pointer;
    border:none;
    text-transform: uppercase;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .btn3:hover a {
    color: rgb(255, 255, 255) !important;
    text-decoration: none;
}
  .btn3:hover {
    background-color: #AD8A7E;
    border: none;
  }
   p{

    font-family: var(--tertiary-font);
    font-size: 17px;
   }
  section {
    padding: 2.111rem 0;
    position: relative;
}
  .footer_wrapper {
    background-color:#6B554D;
    padding: 70px 0;
}

.footer_wrapper .flaticons span{
    border: #f4f4f421 1px solid;
    border-radius: 50%;
    padding: 30px;
}
.footer_wrapper .flaticons:hover span{
    border: #ffffffe5 1px solid;
    transition: 0.5s;
}

.footer_wrapper .link-widget li a,
.footer_wrapper p {
    color: white;
    padding-left:1.5rem;
    position: relative;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.footer_wrapper .link-widget li a::before {
    content: '\f105';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0.3rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    
}


.footer_wrapper .copyright-section {
    background-color:  #AD8A7E;
    border-radius: 0px 0 16px 16px;
    font-family: var(--tertiary-font);
    font-size: 15px;
    color: #e4e4e4;
    padding: 15px 0px!important;
    text-align: center;
}


.footer_wrapper .copyright-section a {
    color: var(--secondary-text);
}
.banner_wrapper {
    height: 100vh;
}

.banner_wrapper .swiper {
    width: 100%;
    height: 100%;
}

.banner_wrapper .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 16px !important;
    position: relative;
}

.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;
    border-radius: 16px !important;
}
.banner_wrapper .route-bullet {
    width: 20px;
    height: 20px;
  border: 1px solid rgba(255, 255, 255, 0.527) !important;
  padding: 10px;
}
.banner_wrapper .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background-color: rgb(228, 220, 220) !important;
    border: 1px solid white;
    border-radius: 50%;
    margin: 0 5px; /* Distanca midis pikave */
  }
  
  .banner_wrapper .swiper-pagination-bullet-active {
    background-color: white;
  }
.banner_wrapper .swiper .slide-caption {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px !important;
}


.banner_wrapper .swiper .slide-caption p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-pagination .swiper-pagination-bullet{
    color: #A1816C !important;
    background-color: #A1816C;
}
.img-fluid {
    max-width: 100%;
    height: auto;
    margin: 0px;
}

button.elementor-button {
    font-weight: 500;
    border-radius: 0px;
    padding: 20px 30px;
}

button.elementor-button span {
    text-decoration: inherit;
}

button.elementor-button svg {
    /* width: 1em; */
    height: auto;
    fill: none !important;
    transition: transform 0.5s ease-in-out;
}
button:hover.elementor-button svg{
    animation: hoverEffect 0.5s infinite;
}
@keyframes hoverEffect {
    0% {
      transform: translateX(0);
    }
    50% {
      transform: translateX(-3px);
    }
    100% {
      transform: translateX(3px);
    }
  }
button.elementor-button .elementor-align-icon-left {
    margin-right: 10px;
}
.owl-theme .col blockquote {
    margin: 10px 10px 0;
    background: #efefef;
    padding: 20px 60px;
    position: relative;
    border: none;
    border-radius: 8px;
    font-style: italic;
    box-shadow: rgba(50, 50, 93, 0.158) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.164) 0px 18px 36px -18px inset;
  }
  
  .owl-theme .col blockquote:before,
  .owl-theme .col blockquote:after {
    /* content: "\201C"; */
    position: absolute;
    font-size: 80px;
    line-height: 1;
    color: #757f9a;
    font-style: normal;

  }
  
  .owl-theme .col blockquote:before {
    top: 0;
    left: 10px;
  }
  
  .owl-theme .col blockquote:after {
    /* content: "\201D"; */
    right: 10px;
    bottom: -0.5em;
  }
  
  .owl-theme .col .div {
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #efefef;
    margin: 0 0 0 60px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
  .owl-dot{
    margin-top: 30px;
    width: 50px;
  }
  .owl-dot span{
    width: 7px !important;
    height: 7px !important;
    background-color: white !important;
  }
  .owl-dot:hover:before, .owl-dot:focus:before, .owl-dot.owl-dot-active:before {
    border-color: #fff;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.text-vocation{
    margin-bottom: 70px;
}

.gallery .d-flex img{
    margin-right: 20px;
    border-radius: 15px;
}
.testimonial .swiper-button-prev{
    position: absolute;
    top:60%;
    left: 10%;
    opacity: 1;
    font-size: 22px!important;
    color:#2d2e2e!important;
    z-index: 1;
    width: 40px;
    background-color: transparent!important;
}
.testimonial .swiper-button-next{
    position: absolute;
    top:60%;
    right: 10%;
    opacity: 1;
    font-size: 22px!important;
    color:#2d2e2e!important;
    z-index: 1;
    width: 40px;
    background-color: transparent!important;
}

.wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 1rem 9%;
    text-align: center;
    position: relative;
}
.wrapper h2{
    font-size: 80px;
    font-family: var(--fourth-font);
}
.counter::before {
    position: absolute;
    content: '';
    bottom: -2rem;
    left: 50%;
    width: 20%;
    height: .2rem;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.facilities h6{
    font-size: 24px ;
    font-family: var(--fourth-font);
}
.banner_wrapper .swiper .slide-caption1 {
    height: 100%;
    position: relative;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
}


.banner_wrapper .swiper .slide-caption1 p {
    max-width: 37.5rem;
    margin: 0 auto;
    color: var(--text-white);
}
.banner_wrapper .swiper-slide1 {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: none!important;
    position: relative;
}

.banner_wrapper .swiper-slide1::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;
    border-radius: none!important;
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.about-sec2 .accordion-header{
color: transparent;
box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}
.about-sec2 .accordion-header h3{
   font-size: 15px;
   font-family: var(--tertiary-font);
   font-weight: 700;
   color: #122223 !important;
    }
.accordion-button:not(.collapsed) {
 
    background-color: white;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-active-icon);
    transform: var(--bs-accordion-btn-icon-transform);
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
}
.slogan{
    background: url('../img/slogan-bg.webp')rgba(0, 0, 0, 0.39);
    background-position: center;
    background-repeat: no-repeat;
    background-size:cover;
    background-blend-mode: multiply;
    padding: 250px 0;
}
form {
    padding: 80px !important;
    background: transparent;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.034);
  }
  label {
    display: block;
    margin-bottom: 8px;
    color: rgba(63, 62, 62, 0.274);
  }

  input, textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 16px;
    box-sizing: border-box;
    background: transparent;
    border: 1px solid #2a2c2c2f;
    color: rgba(46, 46, 46, 0.884) !important;
  }
/* animation */
.fadeinleft {
    opacity:0;
    transform: translateX(200px);
    transition: all 1.1s ease-out;
  }
  .fadeinright{
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.8s ease-out;
  }
  .fadeindown{
    opacity: 0;
    transform: translateY(-100px);
    transition: all 1.1s ease-out;
  }
  .fadeinup{
    opacity: 0;
    transform: translateY(100px);
    transition: all 1.1s ease-out;
  }
  .fade-in{
    opacity:0;
    transition: all 1.1s ease-in;
  }
  .active-left,.active,.active-right,.active-down,.active-up{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }

  @media (max-width: 1200px){
.vocation .col-lg-6 .justify-content-center{
    padding: 5px !important;
}
.text-vocation{
    margin-bottom: 30px;
}
.text-vocation h1{
   font-size: 40px !important ;
}
.vocation .row{
    background-color: #6B554D;
}
.gallery img{
    max-width: 200px;
}
.gallery1 img{
    max-width: 200px;
}
  }

  @media only screen and (max-width: 1199px){
    .banner_wrapper {
        height: 75vh !important;
    }
    .banner_wrapper h1{
        font-size: 70px !important;
    }
  }
  @media only screen and (max-width: 991px){
    .banner_wrapper {
        height: 60vh !important;
    }
    .banner_wrapper h1{
        font-size: 50px !important;
    }
    .about .text-about {
        margin-top: -40px !important;
    }
    .about .text-about br{
        display: none;
    }
    .about h1{
   font-size: 50px!important;
    }
    .gallery img{
        max-width: 150px;
    }
    .gallery1 img{
        max-width: 150px;
    }
    #contact hr{
        margin: 10px 0 !important;
        justify-content: center !important;
    }
    .about-home br{
        display: none !important;
    }
    .about-home h1{
        font-size: 40px !important;
    }
    .about-sec1-text{
      padding-left: 5px !important;
    }
    .facilities{
        padding: 50px 0 !important;
    }
    .facilities .col-lg-3 {
        margin-bottom: 10px !important;
    }
    .slogan h1{
        font-size: 50px !important;
    }
    .slogan{
        background: url('../img/slogan-bg.webp')rgba(0, 0, 0, 0.39);
        background-position: center;
        background-repeat: no-repeat;
        background-size:cover;
        background-blend-mode: multiply;
        padding: 100px 0;
    }
    #contact1  br{
        display: none;
    }
    #contact1 .col-lg-4{
        margin-bottom: 20px !important;
    }
    #contact1 .d-flex{
        justify-content: center !important;
    }
    .room-home h1{
        font-size: 40px !important;
    }
    .room-home br{
        display: none;
    }
    .room1 p{
        margin: 20px !important;
    }
    .room2 p{
        margin: 20px !important;
    }
    .room3 p{
        margin: 20px !important;
    }
    .room4 p{
        margin: 20px !important;
    }
    .room1 h1{
        font-size: 40px !important;
    }
    .room2 h1{
        font-size: 40px !important;
    }
    .room3 h1{
        font-size: 40px !important;
    }
    .room4 h1{
        font-size: 40px !important;
    }
    .room1 .col-lg-6{
        border-right: none !important;
        justify-content: center;
        padding: 10px !important;
        margin: auto !important;
        text-align: center;
    }
    .room2 .col-lg-6{
        border-right: none !important;
        justify-content: center;
        padding: 10px !important;
        margin: auto !important;
        text-align: center;
    }
    .room3 .col-lg-6{
        border-right: none !important;
        justify-content: center;
        padding: 10px !important;
        margin: auto !important;
        text-align: center;
    }
    .room4 .col-lg-6{
        border-right: none !important;
        justify-content: center;
        padding: 10px !important;
        margin: auto !important;
        text-align: center;
    }
  }
  @media only screen and (max-width: 767px){
   #contact .col-md-4.col-lg-4.mx-auto.text-center:nth-child(2) {
    order: -1; 
}
#contact .col-lg-4 { margin-bottom: 20px !important;}
#contact hr{
    display: none;
}
.gallery img{
    max-width: 100px;
}
.gallery1 img{
    max-width: 100px;
}
.swiper-slide br{
    display: none;
}
.about .col-lg-4{
    margin-bottom: 10px !important;
}
.footer_wrapper {
    margin-top: 0 !important;
}
.about .text-about{
    margin-top: 10px !important;
}
.rooms .owl-dot span{
display: none !important;
}
.rooms {
    padding: 50px 0 !important;
}
.rooms h1{
    font-size: 30px !important;
}
.vocation h1{
    font-size: 30px !important;
}
.testimonial h1{
    font-size: 30px !important;
}
.swiper-button-prev::after{
    display: none;
}
.swiper-button-next::after{
    display: none;
}
.gallery h1{
   font-size: 30px !important;
}
.contact-home h1{
    font-size: 30px !important;
}
.about-sec h1{
    font-size: 34px !important;
}
.gallery1 p{
    
    margin-top: 0 !important;
}
.gallery1 h1{
    font-size: 30px !important;
    margin-bottom: 0 !important;
}
.gallery1 img{
    margin-right: 5px !important;
    margin-left: 5px !important;
}
.contact-head br{ display: none !important;

}
  }
  @media only screen and (max-width: 430px){
    .gallery img{
        max-width: 70px;
        margin-right: 5px !important;
    }
    .gallery1 img{
        max-width: 70px;
    }
    .vocation .col-lg-6 {
        padding-left: 0 !important;
    }
    .counter-sec h2{
        font-size: 40px !important;
    }
    .counter-sec p{
        font-size: 15px !important;
    }
    .banner_wrapper {
        height: 50vh !important;
    }
    #home h1{
        padding: 5px 10px !important;
        font-size: 40px !important;
    }
    #contact1 .copyright-section .col-lg-4.my-auto:nth-child(1) {
        order: 3;
    }
    .facilities h1{
        font-size: 40px !important;
    }
    .about-sec2 h1{
        font-size: 40px !important;
    }
    .slogan h1{
        font-size: 40px !important;
    }
    .copyright-section .col-md-4{
        margin: auto !important;
        text-align: center !important;
    }
  }