.listing .list-item {
    flex: 0 0 calc(25% - 30px);
}




.populer.d-flex.flex-wrap .item {
    width: 33.33%;
    margin: 5px 0;
}
.recommended-villa-section {
    position: relative;
}
.recommended-villa-section::before {
    content: "";
    width: 100%;
    height: 280px;
    position: absolute;
    top: 142px;
    background-color: var(--light-color-1);
}
.recommended-villa-section .recommended-section {
    position: relative;
    width: 100%;
}
.recommended-villa-section .recommended-btn {
    position: absolute;
    top: calc(50% - 20px);
    background-color: var(--border-color-1);
    width: 40px;
    height: 40px;
    border-radius: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.137);
    background-color: var(--white-color);
    z-index: 2;
    font-size: 18px;
    outline: 0;
}
.recommended-villa-section .recommended-btn.prev {
    left: -6px;
}
.recommended-villa-section .recommended-btn.next {
    right: -6px;
}
.recommended-villa-section .owl-carousel .item {
    padding: 15px;
}
.recommended-villa-section .recommended-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 15px var(--dark-transparent-color-2);
    background-color: var(--white-color);
    flex-wrap: nowrap;
}
.recommended-item .item-left,
.recommended-item .item-right {
    flex: 0 100%;
}
.recommended-item .item-left {
    padding: 30px;
    display: flex;
    flex-flow: column nowrap;
}
.recommended-item .item-left .villa-name {
    font-weight: 700;
    font-size: 20px;
    color: var(--dark-color-1);
}
.recommended-item .item-left .villa-location {
    font-size: 16px;
    font-weight: 500;
    color: var(--secondary-color-3);
}
.recommended-item .item-left .villa-description {
    color: var(--secondary-color-3);
    font-size: 14px;
    position: relative;
    transition: all 200ms;
}
.recommended-item .item-left .wrapper-bar {
    padding: 10px 15px;
    background-color: var(--light-color-1);
    color: var(--dark-color-1);
    font-weight: 500;
    font-size: 16px;
    border-radius: 8px;
}
.recommended-item .item-left .wrapper-bar .price {
    font-size: 22px;
    font-weight: 600;
}
.recommended-item .item-left .villa-description.read-hide {
    max-height: 150px;
    overflow-y: hidden;
}
.recommended-item .item-left .villa-description.read-hide.show {
    max-height: none;
    overflow: visible;
    padding-bottom: 20px;
}
.recommended-item .item-left .villa-description p {
    line-height: 22px;
}
.villa-description .description-component {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    padding: 60px 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: #fff;
    background: #fff;
    background: -moz-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 86%);
    background: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 86%);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 86%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
.villa-description .description-component.remove-bg {
    background: 0 0;
}
.villa-description .description-component button {
    color: var(--success-color-1);
    font-size: 16px;
    text-transform: capitalize;
}
.recommended-item .item-left .villa-properties {
    font-size: 16px;
    border-bottom: 1px solid var(--border-color-1);
    padding-bottom: 10px;
}
.recommended-item .item-left .villa-properties .property-box {
    padding: 5px;
}
.recommended-item .item-left .villa-properties .property-box i,
.recommended-item .item-left .villa-properties .property-box i::before {
    font-size: 28px;
}
.recommended-item .item-left .item-buttons button,
.recommended-item .item-left .item-buttons a {
    padding: 10px 20px;
    font-weight: 600;
    margin: 0 5px;
    background-color: #249aa8;
    color: var(--white-color);
    border-radius: 8px;
    transition: all 300ms;
}
.recommended-item .item-left .item-buttons button:hover {
    background-color: var(--danger-color-2);
}
.recommended-item .item-right img {
    width: 100%;
    height: 420px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.regions-section-wrapper {
    float: left;
    width: 100%;
}
.regions-section-wrapper .regions-section {
    float: left;
    width: 100%;
}
.regions-section .region-item {
    width: calc(25% - 20px);
    float: left;
    margin: 10px;
    position: relative;
    border: 2px solid #dedede !important;
}
.regions-section .region-item.cover {
    width: calc(50% - 16px);
}
.regions-section .region-item .imgbox {
    width: 100%;
    float: left;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}
.regions-section .region-item:hover .imgbox::before {
    opacity: 0;
}
.regions-section .region-item.cover .imgbox {
    height: calc(400px - 16px);
}
.regions-section .region-item .imgbox img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.regions-section .region-item .caption {
    width: 100%;
    position: absolute;
    bottom: 0;
    align-items: center;
    color: #606060;
    z-index: 3;
}
.regions-section .region-item .caption strong {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
}
.regions-section .region-item .caption span {
    font-size: 25px;
    font-weight: 500;
}
.comments-section-wrapper {
    color: var(--white-color);
    margin-bottom: 0;
}
.comments-section .item {
    box-shadow: 0 2px 15px var(--dark-transparent-color-2);
    border: 1px solid var(--border-color-1);
    background-color: var(--white-color);
    border-radius: 8px;
}
.comments-section .comment-item {
    color: var(--dark-color-1);
    padding: 5px 30px 20px;
    text-align: center;
}
.comments-section .item .villa-image-section {
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    overflow: hidden;
    position: relative;
}
.comments-section .item .villa-image-section .swiper {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    height: 20px;
    background-color: #fff;
    border-top-left-radius: 18px;
    border-top-right-radius: 18px;
}
.comments-section .item .villa-image-section img {
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.comments-section .item .villa-image-section .text-section {
    position: absolute;
    bottom: 30px;
    left: 10px;
}
.comments-section .item .villa-image-section .text-section span {
    font-size: 24px;
    font-weight: 600;
    text-shadow: 0 0 8px #000;
}
.comments-section .comment-item .fa-quote-left::before,
.comments-section .comment-item .fa-quote-right::before {
    font-size: 30px;
    color: #fa792b;
}
.comments-section .comment-item .description-field {
    color: var(--secondary-color-3);
    font-size: 15px;
    text-align: left;
	height:100px;
}
.comments-section .comment-item .description-field p {
    line-height: 24px;
    margin: 0;
    padding-top: 0;
}
.comments-section .comment-item .comment-info .imgbox {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 100%;
}
.comments-section .comment-item .comment-info .imgbox img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.comments-section .comment-item .comment-info .guest-name {
    font-weight: 600;
    font-size: 18px;
}
.comments-section .comment-item .comment-info .comment-date {
    font-size: 14px;
}
@keyframes spin {
    100% {
        transform: rotateZ(360deg);
    }
}
.redirectImage {
    display: table;
    float: left;
    width: 100%;
    height: 500px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.redirectImage .container {
    height: 100%;
    display: table;
    z-index: 1000;
    position: relative;
    top: 0;
}
.redirectImage .container .infoRigthText {
    display: table-cell;
    text-align: right;
    color: #fff;
    padding: 65px 0 0;
}
.redirectImage .container .infoRigthText .redirect-Title {
    font-size: 47px;
    display: table;
    float: right;
    width: 100%;
    text-shadow: 0 0 6px #4e4848;
}
.redirectImage .container .infoRigthText .subTitle {
    float: right;
    width: 100%;
    font-size: 22px;
    margin: 10px 0;
    max-width: 380px;
    text-shadow: 0 0 6px #4e4848;
}
.redirectImage .container .infoRigthText .redirect_btn {
    padding: 10px 20px;
    background: #00539f;
    display: table;
    float: right;
    border-radius: 5px;
    clear: both;
}
.redirectImage .container .infoRigthText .redirect_btn:hover {
    background: #003a6f;
    color: #fff;
    text-decoration: none;
}
.redirectImage .bgFilter {
    background-attachment: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    top: 0;
    left: 0;
}
@media only screen and (max-width: 1799px) {
    .listing .list-item {
        flex: 0 0 calc(33.33% - 30px);
    }
}
@media only screen and (max-width: 1599px) {
    .regions-section .region-item {
        width: calc(25% - 14px);
        margin: 7px;
    }
}

@media only screen and (max-width: 1299px) {
    .listing .list-item {
        flex: 0 0 calc(50% - 20px);
        margin: 10px;
    }
}

@media only screen and (max-width: 991px) {
    .listing {
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }
    .listing .list-item {
        flex: 0 0 390px;
    }
    .recommended-item .item-right img {
        height: 370px;
    }
    .recommended-villa-section::before {
        top: 50%;
        transform: translateY(-49%);
    }
    .text-section-wrapper .img-section {
        width: 250px;
        margin-bottom: 20px;
    }
    .text-section-wrapper .section-title,
    .text-section-wrapper .description {
        text-align: center;
    }
    .regions-section .region-item.cover {
        width: calc(50% - 16px);
    }
    .regions-section .region-item {
        width: calc(50% - 14px);
    }
    .regions-section .region-item.cover .imgbox {
        height: calc(200px - 16px);
    }
}
@media only screen and (max-width: 767px) {
    .section-title .title {
        font-size: 26px;
    }
    .recommended-item .item-right img {
        height: 300px;
    }
    .text-section-wrapper .img-section {
        width: 200px;
    }
    .text-section-wrapper .section-title span {
        font-size: 30px;
    }
    .text-section-wrapper .section-title p {
        font-size: 13px;
    }
}
@media only screen and (max-width: 575px) {
    .section-title .title {
        font-size: 22px;
    }

    .text-section-wrapper .img-section {
        width: 150px;
    }
    .text-section-wrapper .section-title span {
        font-size: 28px;
    }
    .text-section-wrapper .section-title,
    .text-section-wrapper .description {
        font-size: 13px;
        line-height: normal;
    }
    .listing .list-item {
        flex: 0 0 350px;
    }
    .list-item:hover {
        margin-top: 10px;
    }
    .list-item .info-section {
        padding: 15px 10px;
    }
    .regions-section-wrapper .regions-section {
        display: flex;
        flex-flow: row nowrap;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .regions-section-wrapper .regions-section a {
        flex: 0 0 270px;
    }
    .recommended-villa-section .recommended-btn {
        top: 200px;
    }
    .recommended-villa-section .recommended-btn.prev {
        left: 2px;
    }
    .recommended-villa-section .recommended-btn.next {
        right: 2px;
    }
    .regions-section .region-item .caption strong {
        font-size: 20px;
    }
    .regions-section .region-item .caption span {
        font-size: 21px;
    }
}
@media only screen and (max-width: 499px) {
    .recommended-item .item-left {
        padding: 20px;
    }
    .recommended-item .item-left .wrapper-bar {
        font-size: 14px;
        padding: 15px 10px;
    }
    .recommended-item .item-left .wrapper-bar .price {
        font-size: 18px;
        font-weight: 700;
    }
    .recommended-item .item-left .villa-properties .property-box {
        flex: 0 0 50%;
    }
    .recommended-item .item-left .villa-properties .property-box i {
        margin-bottom: 5px;
    }
    .recommended-item .item-left .villa-properties .property-box i::before {
        margin-right: 0;
    }
    .recommended-item .item-left .item-buttons button {
        padding: 10px 15px;
    }
    .section-wrapper {
        margin: 25px 0;
    }
    .comments-section-wrapper {
        padding: 30px 0;
    }
    .regions-section-wrapper {
        padding: 30px 0;
    }
    .categories .item .category-item:hover {
        margin-top: 0;
    }
}
@media only screen and (max-width: 430px) {
    .section-title .title {
        font-size: 18px;
    }
    .listing .list-item {
        flex: 0 0 330px;
    }
    .recommended-item .item-left .villa-properties .property-box i,
    .recommended-item .item-left .villa-properties .property-box i::before {
        font-size: 22px;
    }
    .recommended-item .item-left .wrapper-bar {
        padding: 15px 10px;
        flex-direction: column !important;
    }
    .recommended-item .item-left .wrapper-bar .price {
        margin-top: 5px;
    }
    .recommended-item .item-left .villa-properties {
        font-size: 14px;
    }
    .recommended-item .item-right img {
        height: 260px;
    }
    .recommended-item .item-left .item-buttons button,
    .recommended-item .item-left .item-buttons a {
        padding: 10px;
        font-size: 15px;
    }
}
@media only screen and (max-width: 380px) {
    .recommended-item .item-right img {
        height: 220px;
    }
}

.regions-section .region-item .caption::after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 130px;
    width: 100%;
    pointer-events: none;
    z-index: -1;
    background-color: #00000020;
}