html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
    font-family: 'Alex Brush', cursive;
    font-family: 'Lobster Two', cursive;
    font-family: 'Satisfy', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Playfair Display', serif;
    font-family: 'Yeseva One', cursive;
    font-family: 'Gilda Display', serif;
    font-family: 'Great Vibes', cursive;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Great Vibes', serif;
    font-family: 'Bellefair', serif;
    font-family: 'Barlow Condensed', sans-serif;
    font-family: 'Lato', sans-serif;
}

::selection{
  color: white;
  background-color:#c2a9e2 ;
}
/*************NAVBAR**************/
.navbar {
    background-color: #342b38a1;
    padding: 0px;
    box-shadow:none;
}
.navbar li a {
    border-bottom: 1px solid transparent;
    margin: 0px 20px;
    font-size: 18px;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;
}

.navbar li a:hover{
    color: #9A95AE;
    margin: 0 20px;
}

.navbar-toggler-icon{
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(199, 154, 119)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-toggler{
    border-color: #971217;
}
.navbar-brand-flag{
    padding-left: 20px;
    padding-top: 12px;
}
.navbar li a.active {
    color: rgb(224, 213, 235)!important;
}

.dropdown-menu{
    background-color: #ffffffab;
    padding: 0px;
    border-radius: 0px;
}
.dropdown-item:hover{
    background-color: transparent;
   transform: scale(1.05);
}
.book-btn{
    background-color: rgba(137, 99, 184, 0.815);
    color: white;
    padding: 10px 30px;
    border-radius: 0px;
    border:#ffffff solid 1px;
    font-size: 18px; 
}
.book-btn:hover{
    background-color:#000000;
    color: white;
    padding: 10px 30px;
    border-radius: 0px;
}


.carousel-1{
    background: url('/img/1.jpg') rgba(20, 19, 19, 0.486) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-2{
    background: url('../img/2.jpg')  rgba(20, 19, 19, 0.486) ;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.carousel-3{
    background: url('../img/3.1.jpg')  rgba(20, 19, 19, 0.486) ;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: multiply;
    height: 850px;
}
.t-1{
    margin-bottom: 5%;
}
.vertical-line{
    border-left: 1px solid #ffffff;
    height:100px;
    position: relative;
    text-align: center;
    margin-top: 1%;
    left: 50%;
    margin-left: -3px;
    top: 0;
    z-index: 100;
}
.border{
    height: 200px;
    background-color: rgba(150, 125, 180, 0.301) ;
    margin-top: 100px;
}
/*Photos in who we are*/
.container .box {
    position: relative;
    width: 330px;
    height: 450px;
    background: #000;
    transition: 0.5s;
    overflow: hidden;
    margin-right: 15px;
  }

  .container .box:hover {
    transform: rotateY(0deg) scale(1.05);
    z-index: 1;
    box-shadow: 0 15px 25px rgba(0,0,0,0.5);
  }
  .container .box .imgBx {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .container .box .imgBx:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg,rgba(96, 58, 139, 0.288),#000);
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    mix-blend-mode: multiply;
  }
  .container .box:hover .imgBx:before {
    opacity: 1;
  }
  .container .box .imgBx img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .container .box .content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    padding: 20px;
    align-items: flex-end;
    box-sizing: border-box;
  }
  .container .box .content h2 {
    color: #fff;
    transition: 0.5s;
    margin-bottom: 25px;
    font-size: 20px;
    font-family: 'Gilda Display', serif;
    transform: translateY(200px);
    transition-delay: 0.3s;
  }
  .container .box:hover .content h2 {
    transform: translateY(0px);
  }
  .container .box .content p {
    color: #fff;
    transition: 0.5s;
    font-size: 14px;
    transform: translateY(200px);
    transition-delay: 0.4s;
  }
 
  

.svg-wrapper {
    position: relative;
    width: 190px;
    height: 60px;
    text-align: center;
    cursor: pointer;
  }
  
  .shape {
    stroke-dasharray: 100 300;
    stroke-dashoffset: -297;
    fill: transparent;
    stroke: rgba(150, 125, 180, 0.562);
    stroke-width: 5px;
    transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
  }
  
  .text {
    font-size: 20px;
    top: -52px;
    position: relative;
    color:#313131;
  }
  
  .svg-wrapper:hover .shape {
    stroke-width: 2px;
    stroke-dashoffset: 0;
    stroke-dasharray: 760;
  }
  
  .svg-wrapper:hover {
    background-color:rgba(96, 58, 139, 0.288);
    transition: 1s;
    color: #000;
  }

.img-home{
    ilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.img-home:hover{
    ilter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}


.card-1 {
  border: 0;
  border-radius: 0;
  color: #020202;
 width: 50px;
  padding: 2em 0;
  background: linear-gradient(to left, rgba(96, 58, 139, 0.288) 50%,  rgba(150, 125, 180, 0.562) 50%);
  background-size: 200%;
  background-position: right;
  transition: background-position 0.5s ease-out;
}
.card-icon {
  margin: 0 1em;
}
.card-icon i{
  font-size: 3em;
}
.card-1:hover {
  background-position: left;
  box-shadow: 5px 5px 10px #e1e1e1;
}
.card-title{
  font-family: 'Playfair Display', serif;
  font-size: 30px;
}

#costum-packages{
  background: url("../img/ph5.jpg") rgba(0, 0, 0, 0.418);
  background-size: contain;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  padding-bottom: 70px;
  height: 600px;
  display: flex;
  align-items: center!important;
  }

.box-1{
background-color: rgba(227, 219, 230, 0.966);
padding: 6rem;
border-right: #CBC6E4 solid 2px;
}

#stories{
  background: url("../img/pexels-photo-7663281.jpg") rgba(0, 0, 0, 0.418);
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  height: 200px;
  display: flex;
  align-items: center!important;
  }
  .card-3{
    border-radius: 0px;
    padding: 10px;
  }
  .card-3:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(38, 38, 38, 0.2);
    top: -4px;
    border: 1px solid #cccccc;
    background-color: white;
  }
  .card-3:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background:#C4B6D5;
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease-out;
  }
  .card-3:hover:before {
    transform: scale(2.15);
    transition: transform 0.2s ease-out;

  }

  .card-img-top{
    border-radius: 0px;
  }


  @media(max-width: 486px){
    .card{
        width: 18rem !important;
        margin-top: 20px;
      }
      .border{
        display: none;
      }
      .section-1{
        margin-left: 0px !important;
      }
      .box{
        width: 325px!important;
        margin-bottom: 30px !important;
      }
     
      .sec-1-text{
        margin: 0px !important;
      }
      #about-home{
        padding: 0px !important;
      }
      .sec-2{
        margin-left: 0px !important;
      }
     .nav-tabs{
        margin-left: 0px !important;
      }
      .tittle-portofolio{
        margin-left: 110px !important;
      }
      .tittle-portofolio-1{
        margin-left: 60px !important;
      }
      .img-hotel{
      height: 70px!important;
      }
      .menu-3cols {
        margin-left: 0px !important;
        padding-left: 0px !important;
      }
      .about-text{
        margin-top: -200px !important;
      }
      .services-col{
        margin-top: -40px !important;
        padding: 10px !important;
      }
      .form-box{
       float: inline-start !important;
       margin-top: 0px !important;
       margin-left: 15px !important;
      }
      .services-tittle{
        padding-top: 0px !important;
      }
      .services-home{
        margin-left: -5px !important;
      }
      .video-services{
       width: fit-content !important;
        margin-top: 30px;
      }
      .vector-img{ display: none; }
      .box-3{
        width:320px !important;
        margin-left: -18px !important;
     
      }
      .map{
        margin-left: -18px !important;
        width: 320px !important;
      }
      .row-footer{
        margin-left: 0px !important;
      }
      .logo-footer{
        display: none;
      }
      .card-1{
          width:20rem !important;
      }
      #costum-packages{
          background-attachment: scroll !important;
      }
        .video-services{
       width: fit-content !important;
        margin-top: 30px;
        margin-left: 40px !important;
      }
      .about-text {
          margin-top:-150px !important;
      }

      /********Pozicionimi i facebook icon*********/
    }
    .wap-box {
      position: fixed!important;
      bottom: 20px!important;
      left: 20px!important;
  }

    /************Portofolio-photography-section**********/
    #photography{
      background: url("../img/a\ \(5\).jpg") rgba(0, 0, 0, 0.349);
      background-size: contain;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-blend-mode: multiply;
      padding-bottom: 70px;
      height: 600px;
      display: flex;
      align-items: center!important;
  }


  .food-menu{margin:0; font-size:0;
    list-style:none;
    margin-top:32px;}
   
    .menu-2cols {
    display: grid;
      grid-template-columns: repeat(2,1fr);
      grid-column-gap: 54px;
    }
    .menu-3cols {
    display: grid;
      grid-template-columns: repeat(3,1fr);
      grid-column-gap: 10px;
    }
    .food-menu li{-webkit-column-break-inside: avoid;
         page-break-inside: avoid;
            break-inside: avoid;}
    /* menu accordion */
    .our-menu{padding:0;
    margin:0;
    margin-top:24px;}
    .our-menu li{list-style:none;}
    .our-menu li:last-child{margin-bottom:0px;}
    .menu-title-section{font-size: 28px;
    font-weight:700;
    border-bottom: 1px solid var(--headings-color);
    letter-spacing: .05em;
    padding: 24px;
    text-transform:uppercase;
    cursor:pointer;
    }
    .menu-title-section:before {
      content: "\f067";
      display: inline-block;
      font-family: "Font Awesome 5 Free";
     font-weight:700;
     font-size:14px;
      margin-right: 16px;
     vertical-align: middle;
    }
    .menu-title-section a{color:var(--headings-color);}
    .menu-title-section.active, .menu-title-section:hover{color:var(--primary-color);}
    .menu-title-section.active:before{ content: "\f068";
    color:var(--primary-color);}
    .menu-title-section.active a, .menu-title-section:hover a, .menu-title-section:hover:before{color:var(--primary-color);}
    .menu-section{padding:0 24px 24px 24px;}
    
    .img-p{
      padding: 10px;
    }
.tittle-portofolio, .tittle-portofolio-1{
  margin-left: 900px;
}



/*********ABOUT SECTION*********/
.border-1{
  height: 400px;
  background-color:#FBF5F1 ;
  margin-top: 250px;
}

#about{
  background: url("../img/FOTO/stafi/staff.jpg") rgba(0, 0, 0, 0.349);
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-blend-mode: multiply;
  padding-bottom: 70px;
  height: 600px;
  display: flex;
  align-items: center!important;
}

button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 12rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  box-shadow: 0 0 5px 1px rgb(119, 73, 139);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #494c6b;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 0.7rem;
  margin: 0 0 0 1.85rem;
  color: #494C6B;

  line-height: 1.6;
  text-align: center;
  
}

button:hover .circle {
  width: 100%;
  box-shadow: 0 0 10px 2px white;
}

button:hover .button-text {
  transform: translate(-1.7rem, 0);
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(8.7rem, 0);
}

button:active .circle .icon.arrow {
  transform: translate(9.5rem, 0);
  transition: all 0.3s;
}

button:active .circle {
  transform: scale(0.9);
  transition: all 0.3s;
  box-shadow: 0 0 5px 0.5px white;
}

button:hover .button-text {
  color: #fff;
}
button:active .button-text {
  color: rgba(255, 255, 255, 0.459);
}

.services{
  background: url("../img/FOTO/stafi/2\ \(1\).jpeg") rgba(68, 65, 65, 0.671);
  background-size: contain;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-blend-mode: multiply;
  padding-bottom: 70px;
  height: 600px;
  display: flex;
  align-items: center!important;
}
.services-col{
  margin-top:70px;
background-color: #0000008c;
height: max-content;
color: white;
padding: 78px;
}

#services-1{
  background-color: #FBF5F1;
}
.form-box {
  position: relative;
  margin-top: -130px;
  width: 90%;
  padding: 25px 25px 10px;
  background: url('../img/3.jpg');
  box-shadow: -2px 2px 10px rgba(0, 0, 0, 0.3);
  float: right;
}
    @keyframes scroll {
      0% {
        transform: translateX(0);
     }
      100% {
        transform: translateX(calc(-250px * 7));
     }
   }
    .slider {
      background: white;
      height: 200px;
      margin: auto;
      overflow: hidden;
      position: relative;
   }
    .slider::before, .slider::after {
      content: "";
      height: 200px;
      position: absolute;
      width: 300px;
      z-index: 2;
   }
    .slider::after {
      right: 0;
      top: 0;
      transform: rotateZ(180deg);
   }
    .slider::before {
      left: 0;
      top: 0;
   }
    .slider .slide-track {
      animation: scroll 60s linear infinite;
      display: flex;
   }
    .slider .slide {
      height: 200px;
      width: 300px;
   }
    /*gallery slider end*/


    /****Contact Section******/

    #contact{
      background: url("../img/aparat.jpg") rgba(0, 0, 0, 0.349);
      background-size: contain;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      background-blend-mode: multiply;
      padding-bottom: 70px;
      height: 600px;
      display: flex;
      align-items: center!important;
  }
.box-3{
  background-color: rgba(114, 46, 131, 0.151);
margin: 20px 100px;
padding: 30px 0px;
}

    /*Animations*/
.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;
  }
  .fade-in{
    opacity:0;
    transition: all 1.3s ease-in;
  }
  .active-left,.active,.active-right,.active-down{
    opacity:1;
    transform: translateX(0);
    transform: translateY(0);
  }
  .fadein{
  opacity: 0;
  }
  /* End Animations*/