.elementor-633 .elementor-element.elementor-element-25d005f{--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-633 .elementor-element.elementor-element-c525797{--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-633 .elementor-element.elementor-element-c525797.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-633 .elementor-element.elementor-element-045bc5c > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-633 .elementor-element.elementor-element-d8ef13e{--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-633 .elementor-element.elementor-element-7324f2c{--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:50px;--margin-left:0px;}.elementor-633 .elementor-element.elementor-element-146bba1{--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-633 .elementor-element.elementor-element-8c4dd99{--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-633 .elementor-element.elementor-element-554790e{--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;}/* Start custom CSS for html, class: .elementor-element-045bc5c */.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-55ca734 */.places-wrapper{
    display:grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap:20px;
    position:relative;
    min-height:400px;
}
.product-place{
    color:var(--red);
}

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

.products-title h3{
    font-family:'Montserrat', Sans-Serif!important;
    font-size:22px!important;
    margin-bottom:5px!important;
}

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

.product-bookNow a{
    color:var(--black);
    font-weight:600;
}

.product-bookNow i{
    color:var(--red);
    margin-left:10px;
}
.product-place-review{
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin-top:5px;
}
.product-bottom{
    display:flex;
    align-items:center;
    justify-content: space-between
}

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

.product-bookNow a{
    color:var(--black)!important;
}

.products-featureImg img{
    height:200px;
    width:100%;
    object-fit:cover;
    border-radius:10px;
}

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

.product-content{
    display:flex;
}

.products:hover{
    transition:.3s ease-in-out;
    box-shadow: 0 0 18px #d9d9d9;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ec1a63b */.elementor-633 .elementor-element.elementor-element-ec1a63b h1{
    text-align:right!important;
    margin-left:auto;
    display:flex;
    flex-direction:column;
    align-items:flex-end;
}

.elementor-633 .elementor-element.elementor-element-ec1a63b p{
    text-align:right;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-7324f2c */.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-2b92359 */.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-633 .elementor-element.elementor-element-2b92359 .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-99d1aaf */.elementor-633 .elementor-element.elementor-element-99d1aaf{
    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-eb25a00 */.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;
    position:relative;
}

.elementor-633 .elementor-element.elementor-element-eb25a00{
    min-width:100%;
}

.elementor-633 .elementor-element.elementor-element-eb25a00 h3, .elementor-633 .elementor-element.elementor-element-eb25a00 p{
    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: .3s 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)
}

.overContent p{
    max-width:80%;
    text-align:center;
    visibility:hidden;
    transform:translateX(1000px);
    transition: .3s ease-in-out;
}

.elementor-633 .elementor-element.elementor-element-eb25a00 .underLine:after{
    top:-10px;
    margin:auto;
    width:30px;
    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 */