/* CAROUSEL BASLANGIC */
.home-slider-wrapper {
    width: 100%;
    position: relative;
}

.home-slider {
    width: 100%;
    max-height: 80vh;
    overflow: hidden;
}

    .home-slider .item::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        background-color: #000;
        opacity: 0.05;
        z-index: 11;
    }

.date-sec{
    width:100% !important;
}

.search-engine .form-group-field .input-field input, .search-engine .form-group-field .input-field span {
    padding:0px;
}

.owl-carousel .owl-item img.lazy:not(.loaded) {
    height: 0px !important;
}

.owl-carousel .owl-item img {
    height: auto !important;
}

.owl-carousel-auto .item:not(:nth-child(1)) {
    display: none;
}
/* CAROUSEL BITIS */
/* SEARCH ENGINE BASLANGIC */
.search-engine-wrapper {
    width: 100%;
    position: absolute;
    top: 100%;
    transform: translateY(-50%);
    left: 0px;
    z-index: 9;
}

    .search-engine-wrapper.fixed {
        position: static;
        top: 0px;
        transform: none;
    }

    .search-engine-wrapper .engine-caption {
        margin-bottom: 20px;
    }

        .search-engine-wrapper .engine-caption .section-title span {
            color: var(--white-color);
            text-shadow: 0 0 10px black;
        }

    .search-engine-wrapper form {
        border-radius: 8px;
        position: relative;
    }

    .search-engine-wrapper.fixed form {
        position: fixed;
        top: 62px;
        left: 0px;
        z-index: 10;
        padding: 0px;
        border-top: 0px;
        border-left: 0px;
        border-right: 0px;
        border-radius: 0px;
    }

    .search-engine-wrapper form .search-engine {
        padding: 30px;
        width: 100%;
        position: relative;
        display: flex;
        flex-flow: row wrap;
        background-color: var(--white-color);
        /*border-radius: 8px;*/
    }

    .search-engine-wrapper.fixed form .search-engine {
        border-radius: 0px;
        border-bottom: 1px solid var(--border-color-1);
    }

.search-engine .form-group-field-title {
    position: relative;
    flex: 0 0 22.5%;
    max-width: 22.5%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #000;
    /*margin-right:16px;*/
}
    .search-engine .form-group-field-title::before, .search-engine .form-group-field-title::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 100%;
        border-left: 11px solid #fff;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .search-engine .form-group-field-title::before {
        left: calc(100% - 1px);
        z-index: 1;
    }
        .search-engine .form-group-field-title::after {
            border-width: 11px;
            border-left-color: #000;
        }

        .search-engine .form-group-field-title .rez-title {
            font-family: 'Cormorant Garamond', serif;
            font-weight: 400;
            font-size: 40px;
        }

.search-engine .form-group-field {
    position: relative;
    /*flex: 0 0 22.5%;*/
    max-width: 22.5%;
    /*border-right: 1px solid var(--border-color-1);*/
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
}

        .search-engine .form-group-field .rez-sec-up {
            font-family: 'Montserrat', sans-serif;
            font-weight:300 !important;
            font-size:16px !important;
        }

    .search-engine .form-group-field.villa-type {
        order: 1;
        max-width:11.5% !important;
    }

    .search-engine .form-group-field.villa-region {
        order: 2;
        max-width:15% !important;
    }

    .search-engine .form-group-field.guest-field {
        order: 4;
    }

        .search-engine .form-group-field .input-field {
            /*padding: 10px 10px;*/
            background-color: var(--white-color);
            position: relative;
            width: 100%;
            height: 100%;
            display: flex;
            /*align-items: center;*/
            justify-content: center;
            border-top-left-radius: 8px;
            border-bottom-left-radius: 8px;
        }

        .search-engine .form-group-field .input-field label {
            font-weight: normal;
            font-family: 'Roboto', sans-serif;
            color: var(--secondary-color-2);
            font-size: 14px;
            display: block;
            width: 100%;
            margin-bottom: 2px;
        }

        .search-engine .form-group-field .input-field input,
        
        .search-engine .form-group-field .input-field span {
            font-weight: 500;
            color: var(--dark-color-1);
            font-size: 16px;
            position: relative;
            cursor: pointer;
            font-family: 'Montserrat', sans-serif;
            font-weight: 400;
            font-size: 18px;
            /*width: 100%;*/
        }
        /* .search-engine .form-group-field .input-field input::after {
    content: '/f078';
    font-family: 'Font Awesome 5 Free';
    border: 2px solid #000;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 30px;
} */
        .search-engine .form-group-field .input-field i.chevron-icon {
            /*position: absolute;
            top: 50%;
            transform: translateY(-50%);
            right: 14px;*/
            font-size: 14px;
            color: var(--warning-color-2);
            margin: 3px 0 0 15px;
            transition: all 200ms;
        }

            .search-engine .form-group-field .input-field i.chevron-icon.rotate {
                transform: translateY(-50%) rotate(180deg);
            }

.form-group-field .under-box {
    position: absolute;
    top: 100%;
    left: 0px;
    background-color: var(--background-color-grey-1);
    padding: 15px 10px;
    /*width: 100%;*/
    border: 1px solid var(--border-color-1);
    opacity: 0;
    visibility: hidden;
    transition: all 200ms;
    z-index: 3;
}

    .form-group-field .under-box.show {
        opacity: 1;
        visibility: visible;
        min-width:241px !important;
    }

.form-group-field.date-field {
    padding-right: 10px;
    order: 3;
    max-width: 20% !important;
    /* flex: 0 0 auto !important; */
    width: 100%;
}

    .form-group-field.date-field .input-field {
        /*width: 50%;*/
        width: 100% !important;
        max-width: unset !important;
        position: relative;
        /*padding: 10px 0px;*/
    }

       

        .form-group-field.date-field .input-field .giris-tarihi span {
            font-size: 16px!important;
        }
        .form-group-field.date-field .input-field .date-month {
            /*font-size: 16px;*/
        }

        .form-group-field.date-field .input-field .date-day {
            /*font-size: 30px;*/
            /*font-weight: 600;*/
        }

.form-group-field.search-btn-field {
    padding: 0px;
    align-items: center;
    border: 0px;
    flex: 0 0 calc(10% + 1px);
    max-width: 10%;
    order: 5;
}

 .form-group-field.date-field .input-field input {
	width:100%;
}

form .form-group-field.search-btn-field .search-btn {
    transition: all 200ms;
    padding: 15px 15px;
    height: 100%;
    width: 100%;
    border:1px solid #000;
    /*font-size: 26px;
    outline: 0px;
    background-color: var(--dark-color-1);
    color: var(--white-color);
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;*/
}

.fixed form .form-group-field.search-btn-field .search-btn {
    border-radius: 0px;
}

.form-group-field.search-btn-field .search-btn:hover {
    background-color: var(--dark-color-2);
    color:white;
}

.form-group-field.search-btn-field .search-btn i {
    margin-bottom: 5px;
}

form .form-group-field.search-btn-field .search-btn span {
    font-family: 'Montserrat', sans-serif;
    font-weight:300;
    font-size:22px;
}

.form-group-field.guest-field .input-field {
    flex-flow: row nowrap;
    position: relative;
}

    .form-group-field.guest-field .input-field input {
        width: 50px;
        font-family: 'Montserrat', sans-serif;
        text-align: center;
        font-size: 22px;
        font-weight: 400;
    }

    .form-group-field.guest-field .input-field .guest-select {
        /*display: flex;*/
        /*flex-flow: column nowrap;*/
        justify-content: start;
        align-items: center;
        /*position: absolute;
        right: 10px;
        top: 0px;
        height: calc(100% + 12px);
        margin-top: -6px;
        background-color: var(--white-color);
        border-radius: 4px;
        z-index: 2;*/
    }

    .form-group-field.guest-field .input-field i{
        font-weight:100 !important;
    }

    .fixed .form-group-field.guest-field .input-field .guest-select {
        flex-flow: row-reverse nowrap;
        height: 100%;
        margin-top: 0px;
    }

.form-group-field.guest-field .input-field .guest-select button {
    width: auto;
    height: auto;
    background-color: transparent;
    outline: 0px;
}

.fixed .form-group-field.guest-field .input-field .guest-select button {
    background: var(--light-color-3);
    border-radius: 100%;
    font-size: 15px;
}

.search-engine-wrapper form .detail-search {
    max-height: 0px;
    overflow: hidden;
    transition: all 300ms;
    background-color: var(--white-color);
    margin-top: -1px;
    order: 6;
}

    .search-engine-wrapper form .detail-search.show {
        padding: 10px 20px;
        max-height: 250px;
        overflow-y: auto;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }

form .detail-search .left-section {
    flex: 0 0 calc(50% - 20px);
    margin-right: 20px;
}

.detail-search .left-section .price-range .rangebox {
    flex: 0 0 calc(50% - 10px);
    margin: 0px 5px;
    border-radius: 8px;
    padding: 6px 12px;
    border: 1px solid var(--border-color-1);
}

    .detail-search .left-section .price-range .rangebox:first-child {
        margin-left: 0px;
    }

    .detail-search .left-section .price-range .rangebox input {
        width: calc(100% - 20px);
    }

form .detail-search .right-section {
    flex: 0 0 50%;
}

    form .detail-search .right-section .villa-properties {
        max-height: 160px;
        overflow-y: auto;
    }

        form .detail-search .right-section .villa-properties li {
            flex: 0 0 50%;
        }

form .searchFilterBtn {
    order: 6;
}

.search-engine-wrapper.fixed form .searchFilterBtn {
    display: none;
}

form .searchFilterBtn label {
    color: #fff;
    text-shadow: 0 0 15px black;
}
/* SEARCH ENGINE BITIS */

.show-all {
    position: relative;
    z-index: 2;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 3px 6px 0 rgba(46,54,82,.1);
    border: 1px solid var(--dark-color-1);
    color: var(--dark-color-1) !important;
}

    .show-all:hover {
        background-color: var(--dark-color-1);
        color: var(--white-color) !important;
    }

.listing .list-item {
    flex: 0 0 calc(25% - 30px);
}

.categories-section {
    width: 100%;
}

    .categories-section .categories .item {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 20px 10px 20px;
        transition: transform 200ms ease;
    }

.categories .item a:hover {
    color: inherit;
}

.categories .category-item {
    background-color: var(--dark-color-3-transparent);
    color: var(--white-color);
    border-radius: 12px;
    transition: all 200ms;
    overflow: hidden;
    border-color: #009ee3 !important;
}

    .categories .category-item:hover {
        background-color: var(--dark-color-3);
    }

.categories-section .categories .category-btn {
    position: absolute;
    top: 35%;
    background-color: var(--white-color);
    width: 35px;
    height: 35px;
    border-radius: 100%;
    z-index: 2;
    outline: 0px;
}

    .categories-section .categories .category-btn.prev {
        left: -30px;
    }

    .categories-section .categories .category-btn.next {
        right: -30px;
    }

.categories .item .imgbox {
    width: 140px;
    position: relative;
    /*background-image: url(/img/bg.svg);*/
    transition: all 200ms;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.info-color-5 {
    background-color: var(--info-color-5);
}

.text-info-color-6 {
    color: var(--info-color-6) !important;
}

.categories .item .category-item:hover .imgbox::before {
    animation: spin 2s linear infinite;
}

.categories .owl-stage {
    display: flex;
}

    .categories .owl-stage .item, .categories .owl-stage .item a, .categories .owl-stage .item .category-item {
        height: 100%;
    }

.categories .item .imgbox img {
    width: 70px;
    height: 70px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.categories .item .category-name {
    font-weight: 500;
    text-align: center;
    transition: all 200ms;
}

/*.categories .item .category-item:hover .category-name {
    background-color: var(--light-color-2);
    color: var(--dark-color-2) !important;
}*/

.populer.d-flex.flex-wrap .item {
    width: 33.33%;
    margin: 5px 0;
}

.recommended-villa-section {
    /* background-image: url('../img/uploads/background-1.jpg'); */
    position: relative;
}

    .recommended-villa-section::before {
        content: '';
        width: 100%;
        height: 280px;
        position: absolute;
        top: 142px;
        background-color: var(--light-color-1);
        /* background-image: url('../img/uploads/background-1.jpg'); */
    }

    .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: 0px;
    }

        .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(--danger-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(--info-transparent-background-1);
        color: var(--info-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: 0px;
    left: 0px;
    z-index: 3;
    padding: 60px 10px 10px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: rgb(255,255,255);
    background: rgb(255,255,255);
    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: transparent;
    }

    .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: var(--danger-color-1);
    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% - 86px);
    float: left;
    margin: 43px;
    position: relative;
    box-shadow: 0 -15px 20px 0 #0000001f;
}

    .regions-section .region-item.cover {
        width: calc(50% - 16px);
    }

    .regions-section .region-item .imgbox {
        width: 100%;
        height: auto!important;
        float: left;
        border-radius: 1px;
        overflow: hidden;
        position: relative;
    }

        .regions-section .region-item .imgbox::before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            background-color: var(--dark-color-1);
            opacity: 0.2;
            width: 100%;
            height: 100%;
            ;
            z-index: 2;
            transition: all 300ms;
        }

    .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 {
        /*float: left;*/
        width: 100%;
        position: absolute;
        bottom: 0px;
        /*left: 0px;*/
        align-items: center;
        /*background: rgb(0,0,0);
        background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.46085011185682323) 62%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.46085011185682323) 62%, rgba(0,0,0,0) 100%);
        background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.46085011185682323) 62%, rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);*/
        /*padding: 20px 20px;*/
        /*color: var(--white-color);*/
        /*border-radius: 8px;*/
        color: #606060;
        z-index: 3;
    }

        .regions-section .region-item .caption strong {
            font-size: 18px;
            font-weight: 600;
			text-align:center;
        }

        .regions-section .region-item .caption span {
            font-size: 16px;
            font-weight: 500;
			margin-top:10px;
        }

.comments-section-wrapper {
    background-image: url('../img/uploads/background-1.jpg');
    color: var(--white-color);
    margin-bottom: 0px;
}

.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: 0px;
        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 black;
        }

.comments-section .comment-item .fa-quote-left::before,
.comments-section .comment-item .fa-quote-right::before {
    font-size: 30px;
    color: var(--secondary-color-3);
}

.comments-section .comment-item .description-field {
    color: var(--secondary-color-3);
    font-size: 15px;
    text-align: left;
}

    .comments-section .comment-item .description-field p {
        line-height: 24px;
        margin: 0px;
        padding-top: 0px;
    }

.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;
            /* vertical-align: middle; */
            text-align: right;
            color: #fff;
            padding: 65px 0px 0px 0px;
        }

            .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 0px;
                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);
    }

    .search-engine-wrapper {
        top: 100%;
    }
}

@media only screen and (max-width: 1599px) {
    .regions-section .region-item {
        width: calc(25% - 48px);
        margin: 24px;
    }
}

@media only screen and (max-width: 1399px) {
   

    .search-engine .form-group-field-title .rez-title {
        font-size: 35px;
    }

    .search-engine .form-group-field .rez-sec-up {
        font-size: 14px !important;
    }

    .search-engine .form-group-field .input-field input,
    .search-engine .form-group-field .input-field span {
        font-size: 16px;
    }

    .form-group-field.date-field .input-field .giris-tarihi span {
        font-size: 14px !important;
    }

    .form-group-field.date-field .input-field .cikis-tarihi span {
        font-size: 14px !important;
    }

    form .form-group-field.search-btn-field .search-btn span {
        font-size: 22px;
    }
}

@media only screen and (max-width: 1299px) {
    .listing .list-item {
        flex: 0 0 calc(50% - 20px);
        margin: 10px 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .search-engine-wrapper {
       
        transform: none;
    }

    .show-all {
        bottom: 56px;
    }

    .search-engine-wrapper form .search-engine {
        flex-flow: row wrap;
    }

    .search-engine .form-group-field {
        flex: 0 0 25%;
        max-width: 14%;
    }

    .form-group-field.search-btn-field {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-group-field.search-btn-field {
        order: 6;
    }

    .search-engine-wrapper form .detail-search {
        order: 5;
    }

    .regions-section .region-item .imgbox {
        height: calc(400px - 16px);
    }

    .regions-section .region-item {
        width: calc(25% - 24px);
        margin: 24px 12px;
    }


    .search-engine .form-group-field-title .rez-title {
        font-size: 27px;
    }

    .search-engine .form-group-field .rez-sec-up {
        font-size: 11px !important;
    }

    .search-engine .form-group-field .input-field input,
    .search-engine .form-group-field .input-field span {
        font-size: 12px;
    }

    .form-group-field.date-field .input-field .giris-tarihi span {
        font-size: 11px !important;
    }

    .form-group-field.date-field .input-field .cikis-tarihi span {
        font-size: 11px !important;
    }

    form .form-group-field.search-btn-field .search-btn span {
        font-size: 22px;
    }

    .search-engine .form-group-field .input-field i.chevron-icon {
        margin: 0px 0 0 15px !important;
    }

    .search-engine .form-group-field .input-field i.chevron-icon {
        font-weight:300;
    }

    .form-group-field.guest-field .input-field .guest-select button {
        width: 10px !important;
    }
}

@media only screen and (max-width: 991px) {
    
    .search-engine-wrapper {
        position: relative;
        transform: translateY(0%);
        margin-top: -110px;
        margin-bottom: 15px;
        top: auto;
    }

    form .searchFilterBtn label {
        color: var(--dark-color-1);
        text-shadow: none;
    }

    .show-all {
        position: relative;
        bottom: 0px;
    }

    .search-engine .form-group-field .input-field {
        border-top-right-radius: 8px;
    }

    .search-engine .form-group-field {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .form-group-field.search-btn-field {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    form .form-group-field.search-btn-field .search-btn {
        font-size: 22px;
    }

        form .form-group-field.search-btn-field .search-btn span {
            display: block;
        }

    .form-group-field.guest-field .input-field .guest-select {
        height: 100%;
        margin-top: 0px;
    }

    .form-group-field.guest-field .input-field input {
        font-size: 26px;
    }

    .form-group-field.date-field .input-field .date-day {
        font-size: 26px;
    }

    .search-engine .form-group-field .input-field {
        height: 74px;
    }

    .categories .item .category-item .category-caption strong {
        font-size: 20px;
    }

    .categories .item .category-item .category-caption span {
        font-size: 16px;
    }

    form .detail-search .right-section .villa-properties li {
        flex: 0 0 100%;
    }

    .detail-search .left-section .price-range .rangebox {
        flex: 0 0 100%;
        margin: 5px 0px;
    }

    .listing {
        flex-wrap: nowrap !important;
        overflow-x: auto;
    }
	.listing-section .listing {
		display:block;
	}

        .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% - 24px);
    }

        .regions-section .region-item.cover .imgbox {
            height: calc(200px - 16px);
        }

    .search-engine .form-group-field.villa-type {
        max-width: 20% !important;
    }

    .search-engine .form-group-field.villa-region {
        max-width: 25% !important;
    }

    .form-group-field.date-field {
        max-width: 40% !important;
    }

    .search-engine .form-group-field.guest-field {
        justify-content:center;
    }

    .search-engine .form-group-field-title {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .form-group-field.search-btn-field {
        margin-top:10px;
    }

    .search-engine .form-group-field-title::before, .search-engine .form-group-field-title::after {
        display:none;
    }

    .search-engine .form-group-field-title {
        border-right: 0px solid #000;
    }

    .search-engine .form-group-field {
        flex: 0 0 50%;
        max-width: 15%;
    }

    .search-engine .form-group-field .input-field {
        height: unset !important;
    }

    form .form-group-field.search-btn-field .search-btn {
    padding: 10px 15px !important;
    }

    form .form-group-field.search-btn-field .search-btn span {
        font-size: 17px;
    }
}

@media only screen and (max-width: 767px) {
    .search-engine .form-group-field .input-field i.chevron-icon {
        margin: 0px 0 0 7px !important;
    }

    .search-engine-wrapper {
        margin-top: -100px;
    }

    .date-sec{
        width:75% !important;
    }

    .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;
    }

    .form-group-field.guest-field .input-field input {
        font-size: 14px !important;
    }

    .search-engine .form-group-field.villa-type {
        border: 1px solid #b3b3b3;
        max-width: 48% !important;
        padding:7px;
        margin-bottom:10px;
    }

    .search-engine .form-group-field.villa-region {
        max-width: 48% !important;
        border: 1px solid #b3b3b3;
        padding: 7px;
        margin-bottom:10px;
    }

    .form-group-field.date-field {
        border: 1px solid #b3b3b3;
        max-width: 48% !important;
        padding: 7px;
    }

    .form-group-field.guest-field .input-field i {
        font-size:12px !important;
    }

    .form-group-field.guest-field .input-field .guest-select button {
        height: unset !important;
    }

    .search-engine .form-group-field.guest-field {
        border: 1px solid #b3b3b3;
        max-width: 48% !important;
        padding: 7px;
    }

    .search-engine .form-group-field-title {
        margin-bottom:10px;
    }

    .search-engine-wrapper form .search-engine {
        justify-content:space-between;
    }

    form .form-group-field.search-btn-field .search-btn {
        padding: 6px 15px !important;
        font-size:18px;
    }

    form .form-group-field.search-btn-field .search-btn {
        transition: all 200ms;
        padding: 15px 15px;
        height: 100%;
        width: 100%;
        border: 1px solid #b3b3b3;
    }
}

@media only screen and (max-width: 575px) {
    .bottombar a.logo img {
        /* max-width: 80%; */
    }

    .search-engine .form-group-field .rez-sec-up {
        font-size: 15px !important;
    }

    .search-engine .form-group-field .input-field input,
    .search-engine .form-group-field .input-field span {
        font-size: 14px;
    }

    .form-group-field.date-field .input-field .giris-tarihi span {
        font-size: 13px !important;
    }

    .form-group-field.date-field .input-field .giris-tarihi .date-day {
        margin-left:1px;
    }

    .form-group-field.date-field .input-field .giris-tarihi .date-year {
        margin-right: 10px;
    }

    .form-group-field.date-field .input-field .cikis-tarihi span {
        font-size: 13px !important;
    }

    form .form-group-field.search-btn-field .search-btn {
        background:black;
        color:white;
    }

    .section-title .title {
        font-size: 22px;
    }

    .show-all {
        padding: 8px 10px;
        margin-top: 20px;
    }

    .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;
    }

    .categories-section .categories .category-btn.next {
        right: 5px;
    }

    .categories-section .categories .category-btn.prev {
        left: 5px;
    }


    .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;
        }

   
}

@media only screen and (max-width: 499px) {
	#calendar td[data-handler][data-year]:before {
		display:none;
	}
    .search-engine .form-group-field.villa-type {
        max-width: 100% !important;
    }

    .search-engine .form-group-field {
        flex: 0 0 100%;
    }

    .search-engine .form-group-field.villa-region {
        max-width: 100% !important;
    }

    .search-engine .form-group-field {
        flex: 0 0 100%;
    }

    .form-group-field.date-field {
        border: 1px solid #b3b3b3;
        max-width: 100% !important;
        padding: 7px;
        margin-bottom:10px;
    }

    .search-engine .form-group-field {
        flex: 0 0 100%;
    }

    .search-engine .form-group-field.guest-field {
        max-width: 100% !important;
    }

    .search-engine .form-group-field {
        flex: 0 0 100%;
        align-items:flex-start;
    }

    .form-group-field.search-btn-field {
        border-bottom: 0px;
    }

    .search-engine .form-group-field:first-child {
        border-top-right-radius: 8px;
    }

        .search-engine .form-group-field:first-child .input-field {
            border-top-right-radius: 8px;
        }

    .show-all {
        /* width: 180px; */
        font-size: 16px;
        padding: 6px 0px !important;
        bottom: 15px;
    }

    .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: 0px;
                }

        .recommended-item .item-left .item-buttons button {
            padding: 10px 15px;
        }

    .search-engine .form-group-field .input-field {
        height: 58px;
    }

    .form-group-field.date-field .input-field {
        width:unset !important;
    }

    form .form-group-field.search-btn-field .search-btn {
        font-size: 22px;
    }

    .form-group-field.search-btn-field .search-btn i {
        margin-bottom: 0px;
    }

    .search-engine .form-group-field .input-field input, .search-engine .form-group-field .input-field span {
        font-size: 14px;
    }

    .section-wrapper {
        margin: 25px 0px;
    }

    .comments-section-wrapper {
        padding: 30px 0px;
    }

    .regions-section-wrapper {
        padding: 30px 0px;
    }

    .categories .item .category-item:hover {
        margin-top: 0px;
    }
}

@media only screen and (max-width: 430px) {
    .search-engine-wrapper .engine-caption .section-title span {
        font-size: 20px;
    }

    .section-title .title {
        font-size: 18px;
    }

    .form-group-field.date-field .input-field .date-month {
        font-size: 15px;
    }

    .form-group-field.date-field .input-field .date-day {
        font-size: 23px;
    }

    .form-group-field.guest-field .input-field input {
        font-size: 22px;
    }

    .categories .item .imgbox img {
        height: 50px;
    }

    .categories .item .category-item .category-caption span {
        font-size: 20px;
    }

    .categories .item .category-item .category-caption strong {
        font-size: 26px;
    }

    .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;
    }
}

.reg-bg {
    box-shadow: 0 -2px 0 0 #00000014;
    position: relative;
    padding: 15px 0;
}

.caption.d-flex.flex-column.flex-nowrap::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    height: 10px;
    background: white;
    width: calc(75% - 30px);
}

.category-zoom:hover {
    transform: scale(1.1);
}

.book_list_header {
    padding: 15px 0 5px;
    width: 100%;
    display: block;
}

.view-ratting i.filler {
    font-size: 10px;
    margin-right: 0;
    color: #f59b1c;
}

.book_list_title {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 23px;
}
.book_list_header span.location {
    font-size: 13px;
    font-weight: 400;
	display:block;
	margin-bottom:5px;
	color:#333
}

.book_list_description {
    font-size:14px;
	padding-right:10px;
}

.book_list_description p {
	line-height:20px;
}
	
.book_list_box {
    margin-bottom: 30px;
    background-color: #fff;
    display: block;
    border-radius: 0.5rem;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
}

.book_list_title {
    margin: 0 0 5px;
    font-size: 17px;
    line-height: 23px;
	font-weight:bold;
	margin-top:10px;
}

@media only screen and (max-width: 768px) {
	.bottombar a.logo {
		flex:0 0 140px;
	}
	.book_list_box img {
		width:100%;
	}
	.book_list_header {
		padding:10px;
	}
	.book_list_description {
		padding:10px;
	}
}

.flag a {
	margin-left:5px;
	display:inline-block;
}

.flag-lang {
	position:relative;
}

.flag-lang li a img {
	border-radius:5px;
	vertical-align:middle;
}
.flag-lang li a i {
	font-size:10px;
	margin-left:1px;
}
.flag-lang ul {
	display:none;
	position:absolute;
	background-color:#fff;
	z-index:9999999;
	padding:10px;
	border:1px solid #0000003b;
	border-radius:5px;
	-webkit-box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    box-shadow: 0 0 5px 0 rgb(0 0 0 / 10%);
	width:200px;
	left:-90px;
	top:20px;
}
.flag-lang ul li {
	margin-bottom:5px;
}
.flag-lang ul li a:hover {
	background-color:#f1f2f6
}
.flag-lang ul li:last-child{
	margin-bottom:0
}
.flag-lang ul li a {
	display:block;
	font-size:14px;
	display:block;
	padding:5px;
}
.flag-lang ul li a img {
	border-radius:5px;
	margin-right:5px;
}
.flag-lang li:hover ul {
	display:block;
}
.para-birimleri {
	margin-right:15px;
}
.para-birimleri > li a {
	font-size:14px;
}
.para-birimleri ul {
	width:100px;
	left:0
}
@media only screen and (max-width: 768px) {

	.flag-lang .fas {
		display:none;
	}
	.para-birimleri > li a {
		font-size:12px;
	}
	.bottombar .menuBtn button {
		padding-left:0;
		padding-right:0;
	}
	.para-birimleri ul {
		width:90px!important;
		left:0!important;
	}
	.para-birimleri ul li a {
		font-size:12px;
		padding:2px;
	}
	.flag-lang ul {
		width:130px;
		left:-50px;
	}
	.flag-lang ul li a img {
		width:25px;
		margin-right:2px;
	}
}

.villa-yok {
	background-color: var(--white-color);
    padding: 20px 20px;
    border-radius: 8px;
    box-shadow: 0 3px 6px 0 rgb(46 54 82 / 10%);
	margin-top:20px;
	text-align:center;
	font-size:20px;
}

.villa-price strike {
	margin-top:5px;
	margin-bottom:5px;
	color:#c8d6e5;
	font-weight:bold;
	font-size:18px;
}
.villa-price .kac_gece {
	font-weight:bold;
	font-size:15px!important;
	margin-top:2px;
	color:#10ac84;
}

.villa-price .fiyat {
	font-size:25px!important;
}

.iletisim-sosyal-ikonlar li a {
	color:#343a40!important
}

.medya-kutu .img-field .show-all {
	top: calc(50% - 42px)!important;
    left: calc(50% - 50px)!important;
}

.medya-foto-galeri-kutu .img-field .show-all {
	top: 44%!important;
    left: 44%!important;
}

.currency-selection li button {
	font-size:13px;
	padding-right:5px!important;
	padding-left:5px!important;
}

.hide {
	display:none;
}

.w100 {
	width:100%;
}

.yorum-puan-kutu-gizle {
	width:1px!important;
	height:1px!important;
	padding:0!important;
	margin:0!important;
	display:inline-block!important;
	opacity:0!important;
}

.btn-default {
	background-color:#dfe4ea
}
.flag-lang li a i {color:var(--white-color);}
 
/* tada animation */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.tada{-webkit-animation-name:tada;animation-name:tada}
@-webkit-keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes tada{0%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}10%,20%{-webkit-transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg);transform:scale3d(.9,.9,.9) rotate3d(0,0,1,-3deg)}30%,50%,70%,90%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,3deg)}40%,60%,80%{-webkit-transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg);transform:scale3d(1.1,1.1,1.1) rotate3d(0,0,1,-3deg)}100%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}
/* tada animation */

.rezervasyon-tamamlama {
	text-align:center;
	padding-top:25px;
	padding-bottom:25px;
}
.rezervasyon-tamamlama i {
	color:#2ecc71;
	font-size:100px;
	margin-bottom:15px;
	text-shadow: 2px 2px #27ae60;
}
.rezervasyon-tamamlama h1 {
	font-size:18px!important;
}

#talepsonucu table tbody tr td {font-size:14px}
.mobil-map-change-btn {font-size:13px;display:none;}

.color-means ul li {margin-right: 20px;margin-bottom: 10px;}
.color-means .color {width: 15px;height: 15px;margin-right: 5px;background-color: var(--danger-color-1);}
.color-means .color.green {background-color: #fff;border:1px solid #000}
.color-means .color.yellow {background-color: var(--warning-color-1);}
.color-means .triangle-right {border-bottom: 15px solid var(--danger-color-1);border-left: 15px solid transparent;border-right: 0 solid transparent;background: 0 0;}
.color-means .triangle-left {border-top: 15px solid var(--danger-color-1);border-left: 0 solid transparent;border-right: 15px solid transparent;background: 0 0;}

/*harita*/
#harita{width:100%;margin-top:0;height:700px;margin-bottom:0;overflow:hidden;z-index:1}
#full-harita{width:100%;margin-top:20px;height:700px;margin-bottom:0;overflow:hidden;z-index:1;border-radius: 8px;box-shadow: 0 3px 6px 0 rgb(46 54 82 / 10%);}
.bayi_map_adi{font-size:16px!important;color:#000!important}
.markerspan{display:block;font-size:14px;margin-bottom:2px}
.markerspan strong{width:70px;display:inline-block}
.harita-ul{margin-top:15px;margin-bottom:15px}
.harita-ul li{width:auto;margin:0;color:#24ad78;padding:0 5px 0 0;display:inline-block;list-style:none;width:32%;font-size:13px;text-align:center;margin-bottom:0!important}
.harita-ul li i{margin-right:5px;font-size:11px!important}
.harita-btn{display:block;width:100%;padding:5px 0;border-radius:0;text-align:center;font-size:14px;font-weight:700;letter-spacing:.5px;margin-top:5px;color:#fff!important;background-color:var(--info-color-2);border-color:var(--info-color-2);margin-top:10px}
.harita-img{width:301px;height:187px;margin-bottom:10px;overflow:hidden;position:relative;background-image:url(/tema/assets/images/harita-loader.gif);background-repeat:no-repeat;background-position:center center;background-size:75px auto}
.harita-img img{width:100%}

.kutufiyat{position:absolute;z-index:998;top:0;left:0;font-weight:600;color:#fff;font-size:16px;width:100%;background-color:rgba(0,0,0,0.3);padding:5px 5px 5px 10px;-webkit-border-top-left-radius:7px;-webkit-border-top-right-radius:7px;-moz-border-radius-topleft:7px;-moz-border-radius-topright:7px;border-top-left-radius:7px;border-top-right-radius:7px}

.listeleme-harita {
	text-align:center;
	border-radius:5px;
	margin-bottom:15px;
	background: #f6f7fb;
}
.listeleme-harita a {
	color:#343a40;
	font-weight:700;
	display:block;
	width:100%;
	font-size:14px;
	padding:10px;
}
/*harita*/

.musaitlik-takvimi-modal {max-width:100%!important;}
.musaitlik-takvimi-modal .modal-lg {max-width:100%!important;}

@media only screen and (max-width: 576px) {
	#autoComplete .w-50{
		width:inherit!important;
	}
	
	#autoComplete {
		width:100%;
		max-width:100%;
	}
	
	.menuBtn {
		position:absolute;
		right:45px;
		padding:0;
	}
	
	.bottombar .iconBtn i::before, .bottombar .searchBtn i::before {
		font-size:18px!important;
	}
	
	.navbar-wrapper .col-12 {
		padding:5px;
		padding-right:5px;
	}
}

.top-telefon-numarasi {
	font-weight:normal;
	font-size:13px;
	padding-top:5px;
	padding-bottom:5px;
}
