.elementor-323 .elementor-element.elementor-element-b459cfe{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-top:50px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;}.elementor-323 .elementor-element.elementor-element-7c7b19c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-323 .elementor-element.elementor-element-7c7b19c.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-323 .elementor-element.elementor-element-2f7707c > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-323 .elementor-element.elementor-element-82066aa{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-323 .elementor-element.elementor-element-902443b{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-top:100px;--margin-right:0px;--margin-bottom:0px;--margin-left:0px;}.elementor-323 .elementor-element.elementor-element-d452eb2{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:100px;--margin-left:0px;}.elementor-323 .elementor-element.elementor-element-0e0493f{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:30px;--margin-left:0px;}.elementor-323 .elementor-element.elementor-element-860f01c{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--background-transition:0.3s;}.elementor-323 .elementor-element.elementor-element-4986446{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;}.elementor-323 .elementor-element.elementor-element-e25d018{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--background-transition:0.3s;--margin-top:0px;--margin-right:0px;--margin-bottom:40px;--margin-left:0px;}@media(max-width:1200px){.elementor-323 .elementor-element.elementor-element-e25d018{--margin-top:0px;--margin-right:0px;--margin-bottom:40px;--margin-left:0px;}}@media(max-width:1024px){.elementor-323 .elementor-element.elementor-element-e25d018{--margin-top:0px;--margin-right:0px;--margin-bottom:120px;--margin-left:0px;}}/* Start custom CSS for html, class: .elementor-element-2f7707c */.underLine:after{
    content:'';
    border-bottom:2px solid var(--red);
    position:relative;
    width:80%;
    display:flex;
    padding-bottom:10px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3d650a8 */.places-wrapper{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:20px;
    min-height:400px;
}
.product-place{
    color:var(--red);
}

.product-info{
    padding:0 20px;
}


.product-bottom{
    padding:0 20px;
}
.products-title{
    padding:0 20px;
}

.product-review i{
    color:var(--yellow);
}

.products-title h3{
    font-family:'Montserrat', Sans-Serif!important;
    font-size:22px!important;
    margin-bottom:5px!important;
    height:52.78px;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.product-price span{
    font-weight:600;
    font-size:24px;
    color:var(--black)!important;
}

.product-price bdi{
    color:var(--black)!important;
}


.product-bookNow i{
    color:#fff;
    margin-left:10px;
}
.product-place-review{
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-top:5px;
    padding: 10px 20px 0px 20px;
    position:relative;
}
.product-bottom{
    display:flex;
    align-items:center;
    justify-content: space-between
}

.products{
    background: #f9f9f9;
    padding-bottom:20px;
    border-radius: 10px;
    box-shadow: 0 0 10px #d9d9d9;
    transition:.3s ease-in-out;
    overflow:hidden;
}
.more-info{
    font-weight:600;
    font-size:13px;
    cursor:pointer;
    color:var(--red)!important;
}

.product-bookNow a{
    padding: 10px 20px;
    background: var(--red);
    color: #fff!important;
    border-radius: 10px;
    font-weight:600;
}
.product-bookNow a:hover{
    background:#fff;
    color:var(--black)!important;
}

.product-bookNow a:hover i{
    color:var(--red);
}

.products-featureImg img{
    height:250px;
    width:100%;
    object-fit:cover;
    transition:.3s ease-in-out;
}
.products:hover .products-featureImg img{
    transform:scale(1.07);
    transition:.3s ease-in-out;
}

.products-featureImg{
    overflow:hidden;
    height:250px;
}

.product-content p{
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.product-content{
    display:flex;
    padding:0 20px;
}

.products:hover{
    transition:.3s ease-in-out;
    box-shadow: 0 0 18px #d9d9d9;
}

.detajet_rrugetimit{
    position: absolute;
    top: -15px;
    right: 10px;
    background: lightblue;
    border-radius: 10px;
    font-size: 12px;
    font-weight: 500;
    padding: 1.5px 8px;
    color: #fff;
    outline: 2px solid #fff;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5fb54b7 */.elementor-323 .elementor-element.elementor-element-5fb54b7 h1{
    text-align:right!important;
    margin-left:auto;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}

.elementor-323 .elementor-element.elementor-element-5fb54b7 p{
    text-align:right;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-902443b */.lineAdder:before{
    content:'';
    border-top:2px solid #000;
    position:absolute;
    display:flex;
    top:-20px;
    width:70%;
    margin:auto;
    right:0;
    left:0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e182e05 */.sale-wrapper{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:20px;
    position:relative;
    min-height:300px;
}

.sales-reviews svg{
    display:block;
    height:20px!important;
}

.elementor-323 .elementor-element.elementor-element-e182e05 .products-title, .sales-content, .salesPrice-details{
    padding: 0 20px;
}
.sales-content p{
    	overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.sales-content {
    margin-top:20px;
}

.saleInfo a{
    background:var(--red);
    color:#fff!important;
    padding:15px 20px;
    border-radius:10px;
    display:flex;
    width:140px;
    font-size:17px;
    text-transform: uppercase;
    justify-content: center;
    font-weight:500;
}

.salesPrice-details{
    display:flex;
    justify-content: space-between;
    align-items:center;
}

.saleActualPrice{
    font-size:30px;
    font-weight:600;
    color:var(--red);
}

.fromPrice{
    font-weight:600;
    font-size:18px;
    color:rgb(32,33,38);
}

.salePrice{
    display:flex;
    align-items:center;
    gap:10px
}

.saleUnderImg-wrapper{
    padding:25px 0;
    -webkit-border-bottom-left-radius: 10px;
     -webkit-border-bottom-right-radius: 10px;
}

.sales-featuredImg img{
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius:10px;
    height:200px;
    width:100%;
    object-fit: cover;
}
.sales{
    border-radius:10px;
    background: rgb(244,243,241);
    box-shadow:0 0 10px #d9d9d9;
}
.sales:hover{
    outline:2px solid rgb(244,243,231);
    background:none;
    
}

.sales-featuredImg{
    display:flex;
}

.saleInfo a{
    cursor:pointer;
}

svg path{
    cursor:pointer;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a6100d7 */.elementor-323 .elementor-element.elementor-element-a6100d7{
    min-width:100%;
}



.filter-destinations{
    margin-top:40px;
}

.filter-destinations ul{
    list-style-type: none;
    display:flex;
    gap:20px;
    align-items:center;
    justify-content: flex-end;
}

.filter-destinations a{
    color:var(--black);
}

.filter-destinations li{

    padding:0 10px;
    max-height:30px;
}



.filter-destinations .underLine:after{
    top:-10px;
    width:35px;
    transition:.6s ease-in-out;
}

.filter-destinations .underLine:hover:after{
    width:100%;
    transition:.3s ease-in-out;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-df981d3 */.prodFilter{
    width:100%;
    height:250px;
    border-radius:10px;
    overflow:hidden;
    box-shadow:0 0 20px #d9d9d9;
    position:relative;
    z-index:1;
    cursor:pointer;
}

.prodFilter img{
    height:100%;
    width:100%;
    object-fit:cover;
    filter:brightness(0.6);
     transition:.3s ease-in-out;
}
.prodFilter:hover img{
    transform: scale(1.15);
    transition:.3s ease-in-out;
}

.prodFilter-wrapper{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    height:250px;
    gap:30px;
    position:relative;
}

.elementor-323 .elementor-element.elementor-element-df981d3{
    min-width:100%;
}

.elementor-323 .elementor-element.elementor-element-df981d3 h3{
    color:#fff!important;
}

.filter-exceprt{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.overContent{
    position:absolute;
    z-index:3;
    left:0;
    top:0;
    right:0;
    bottom:0;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content: center;
    transition: .4s ease-in-out;
    
}

.overContent h3{
    margin-bottom:0;
    margin-top:60px;
    transition: .3s ease-in-out;
    font-weight:600;
    letter-spacing: 2px;
    font-size:20px;
    overflow: hidden;
    text-align:center;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.prodFilter:hover .overContent h3{
    margin-top:20px;
    transition: .3s ease-in-out;
    margin-bottom:-15px;
}

.prodFilter:hover .overContent p{
    transition: .4s ease-in-out;
    visibility:visible;
    transform: translateX(0);
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
}

.overContent p{
    max-width:80%;
    text-align:center;
    visibility:hidden;
    transform:translateX(1000px);
    transition: .3s ease-in-out;
    color:#d9d9d9!important;
    overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}

.elementor-323 .elementor-element.elementor-element-df981d3 .underLine:after{
    top:-10px;
    margin:auto;
    width:50%;
    transition:.3s ease-in-out;
}

.prodFilter:hover .underLine:after{
    width:70%;
}

.prodFilter:hover .overContent{
    background:rgb(0,0,0,0.4);
    width:max-content;
    width:80%;
    height:max-content;
    margin:auto;
    border-radius:10px;
}

.special-tag{
    position:absolute;
    top:0px;
    left:0px;
    padding:3px 10px;
    background:var(--red);
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    color:#fff;
    
    font-weight:700;
    font-size:14px;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5d8cfee */.main-slider ul {
  padding: 0;
}

.main-slider li {
  list-style: none;
  
}

.main-slider {
  max-width: 1440px;
  margin: 0 auto;
}

.wrapper {
  position: relative;
 overflow:visible;
}

.items {
  position: relative;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  cursor: pointer;
  padding-top: 40px!important;
}

.items.active {
  cursor: grab;
}

.item {
  display: inline-block;
  margin-left: 20px;
  user-select: none;
  background: transparent;
  width: 50%;
  height: 100%;
  color: #222;
  font-size: 33px;
  font-weight: bold;
}

.item:last-child {
  margin-right: 20px;
}

@media screen and (min-width: 500px) {
  .item {
    width: 53%;
  }
}

@media screen and (min-width: 800px) {
  .item {
    width: 35%;
  }
}

@media screen and (min-width: 1200px) {
  .wrapper {
    margin-left: -20px;
  }
  .item {
    width: 37%;
  }
}

@media only screen and (max-width: 500px){
    .item{
        width:70%;
    }
}

.testimonial-wrapp {
  background: #f9f9f9;
  position: relative;
  white-space: wrap;
  padding: 20px;
  border-radius: 10px;
}

.testimonial-wrapp p {
  font-size: 14px;
  font-weight: 400;
  word-break: break-all;
  overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 6;
}

.testimonial-img {
  top: -40px;
  position: absolute;
  width: 80px;
  border-radius: 9999px !important;
}

.testimonial-img img {
  border-radius: 9999px;
}

.testimonial-name p {
  margin: 0;
  
}

.testimonial-content {
  padding-top: 30px;
}/* End custom CSS */