@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap');

@font-face {
    font-family: 'TT Norms Pro';
    src: url('/fonts/TT-Norms-Pro-Light.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Mansory';
    src: url('/fonts/Mansory.ttf') format('opentype');
    font-style: normal;
}

body {
    font-family: 'TT Norms Pro' !important;
    background-color: #f7f7f7 !important;
}

.progress-wrap {
    border-radius: 0px !important;
    background-color: rgb(51, 51, 51) !important;
    border: 1px solid #fff;
    box-shadow: none !important;
}

.progress-wrap svg {
    display: none !important;
}

.progress-wrap::after {
    color: #fff !important;
}

.textImg,
.textImg .container {
    background-color: #f7f7f7 !important;
}

.weta-icerik-tag {
    font-family: 'Mansory' !important;
}

.textImg .weta-icerik-tag {
    margin-bottom: 40px !important;
}

.textImg .weta-description .btn {
    color: #000 !important;
    background-color: #fff !important;
    border-color: #000 !important;
    border-radius: 0px !important;
    position: relative;
    min-width: 120px;
    margin-top: 10px;
    text-transform: none !important;
}

.textImg .weta-description .btn::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 1px solid #000;
    transition: all .4s;
    position: absolute;
    top: 10px;
    left: 10px;
    right: auto;
    bottom: auto;
    z-index: -1;
}

.textImg .weta-description .btn:hover {
    background-color: var(--site-hover-color) !important;
    border-color: var(--site-hover-color) !important;
    color: #fff !important;
}

.textImg .weta-description .btn:hover::after {
    left: -10px;
    top: -10px;
    border-color: var(--site-hover-color) !important;
}

@media(min-width:1000px) {
    #page-1 .section-header {
        background-color: transparent !important;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        z-index: 9999;
        height: 100px;
    }

    #page-1 .section-header .col-lg-3,
    #page-1 .logo-container {
        height: 100px;
    }

    #page-1 .section-header #navigation>ul>li a,
    .nav-right .select-language .lang-menu>ul>li>a {
        color: #fff !important;
    }

    #page-1 .section-header #navigation>ul>li a::after {
        background-color: #fff !important;
    }

    #page-1 .section-header #navigation>ul>li,
    .lang-menu>ul>li {
        line-height: 100px;
    }

    #page-1 .logo img {
        max-height: 60px !important;
        filter: invert(1);
    }

    .pageSliderContent .swiper-slide-active .weta-slider-tag {
        font-size: 42px !important;
    }

    .pageSliderContent .swiper-slide-active .slider-description,
    .pageSliderContent .swiper-slide-active .slider-description p {
        font-size: 18px !important;
    }
}

.properties-filter-content-wrapper,
.properties-filter-content-wrapper .contents,
.properties-filter-content-wrapper .detail-contents {
    background-color: #fff;
    height: 60px;
    line-height: 60px;
}

.properties-filter-content-wrapper .contents,
.properties-filter-content-wrapper .detail-contents {
    display: flex;
}

.properties-filter-content-wrapper .contents select,
.properties-filter-content-wrapper .detail-contents select {
    opacity: 0;
    z-index: -1;
    top: 0;
    width: 0%;
    position: absolute;
}

.properties-filter-content-wrapper .property-status {
    width: 20%;
    border-right: 1px solid #000;
    height: 100%;
}

.properties-filter-content-wrapper .property-type {
    width: 60%;
    border-right: 1px solid #000;
    height: 100%;
}

.select-item span,
.select-item span {
    color: rgb(68, 68, 68) !important;
    font-size: 15px;
    transition: all .4s;
    width: 100%;
    text-align: left;
}

.select-item.active span.status {
    font-size: 13px;
    opacity: 0.7;
    position: absolute;
    padding: 0px 20px;
    top: -10px;
}

.select-item .select-menu {
    position: absolute;
    width: 100%;
    background: #222222;
    left: 0;
    z-index: -1;
    height: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
}

.select-item.show .select-menu {
    height: auto;
    z-index: 9999999;
    opacity: 1;
    visibility: visible;
}

.select-item {
    padding: 0px 20px;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100%;
    flex-direction: column;
    position: relative;
}

span#propertyData {
    color: #000;
    height: 100%;
    width: 100%;
    line-height: 70px;
    text-align: left;
}

.select-item .menuOpenbutton {
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    color: #000 !important;
    width: 100%;
    height: 100%;
    text-align: end;
    padding: 0px 15px;
    top: 0;
    position: absolute;
    z-index: 999;
}

.select-item .menuOpenbutton * {
    color: #000 !important;
    font-size: 15px;
}

.select-item.show {
    background-color: #222222;
}

.select-menu ul {
    padding: 0px !important;
    margin: 0px !important;
}

.select-menu ul li {
    cursor: pointer;
    border-top: 1px solid #fff;
    padding: 0px 20px;
    text-align: left !important;
    transition: all .4s;
    font-size: 14px !important;
    line-height: 40px !important;
}

.select-menu ul li:hover {
    background-color: #000;
}

.select-item.show * {
    color: #fff !important;
}

.property-search {
    width: 20%;
    height: 100%;
}

.property-detail {
    width: 10% !important;
    height: 100%;
}

#propertySearch {
    border: none !important;
    background-color: #000;
    color: #fff !important;
    width: 100%;
    font-size: 15px;
    font-weight: 300;
}

#detailProperties {
    border: none !important;
    background-color: #181818;
    color: #fff !important;
    width: 100%;
    font-size: 15px;
}

#propertySearch:hover {
    background-color: #282828 !important;
}

#detailProperties:hover {
    background-color: #000 !important;
}

.property-location,
.property-beds,
.property-minprice,
.property-maxprice {
    width: 25% !important;
    border-right: 1px solid #000;
    height: 100%;
}

.properties-filter-content-wrapper .detail-contents .select-item.active span.status {
    top: -15px;
}

.properties-filter-content-wrapper .detail-contents .select-item.active span {
    margin-top: 10px;
}

.properties-filter-content-wrapper .detail-contents {
    z-index: -1;
    position: relative;
    opacity: 0;
    visibility: hidden;
    border-top: 1px solid #000;
}

.properties-filter-content-wrapper .detail-contents.open {
    visibility: visible;
    opacity: 1;
}


.gallery-section-1 .img-wrapper {
    border-style: solid;
    border-width: 0px 0px 0px 0px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);
    transition: all .4s;
    padding: 5px 5px 5px 5px;
}

.gallery-section-1 .img-wrapper:hover {
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    transform: translateY(-15px);
}

.gallery-section-1 .custom-col img {
    object-fit: cover;
    height: 100%;
}

.gallery-section-1 .img-title .weta-icerik-tag {
    font-size: 20px;
    text-align: center;
}

.gallery-section .weta-icerik-tag,
.gallery-section .galleryDescription,
.gallery-section .img-description {
    text-align: center;
}

.gallery-section .gallery-wrapper .weta-icerik-tag {
    margin-bottom: 30px;
}

.gallery-section .galleryDescription {
    margin-bottom: 50px;
}

.gallery-section-1 .row {
    justify-content: center;
}

.gallery-section-1 .gallery-img {
    position: relative;
    height: 200px;
}

.gallery-section-1 .gallery-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.gallery-section-1 .img-wrapper:hover .gallery-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.gallery-section-2 img {
    height: 70px;
    width: auto !important;
}

.gallery-section-2 .gallery-img {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
}

.gallery-section-2 .img-title .weta-icerik-tag,
.gallery-section-2 .img-description,
.gallery-section-2 .img-description p {
    font-size: 14px !important;
    letter-spacing: 0px;
    text-transform: inherit;
    font-weight: 600 !important;
    color: rgb(68, 68, 68) !important;
}

.gallery-section-2 .img-description{
    display: none !important;
}

.gallery-section-2 .col-md-3 {
    margin-bottom: 0px !important;
    border-right: 1px solid #d3d3d3;
    transition: all .4s !important;
    background-color: #fff;
    min-height: 200px;
}

.gallery-section-2 .col-md-3:nth-last-child(1) {
    border-right: 0px !important;
}

.gallery-section-2 .col-md-3:hover:hover {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 70px 70px;
    transform: translate(0px, -10px);
    z-index: 9;
}

.gallery-section-2 .img-wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#parallax-1 .weta-parallax-tag {
    font-size: 14px !important;
    font-weight: 500 !important;
    margin-bottom: 1.5rem !important;
}

#parallax-1 .parallax-description p {
    font-size: 25px !important;
}

.cta__btns .btn:nth-child(1) {
    background-color: #292929 !important;
    border-color: #292929 !important;
}

.cta__btns .btn:nth-child(2) {
    background-color: #fff !important;
    border-color: #fff !important;
    color: rgb(48, 48, 48) !important;
}

.cta__btns .btn {
    min-width: 160px;
    margin: 0px !important;
    border-radius: 0px !important;
    padding: 0.7rem 1rem !important;
}

.cta__btns {
    margin-top: 20px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

#page-detail-section-3 .rexa-content .weta-icerik-tag {
    position: fixed;
    top: 40%;
    left: -100%;
    width: 100%;
    text-align: center;
    color: #fff !important;
    font-size: 40px !important;
}

.custom-icon-div {
    justify-content: space-between;
}

.custom-icon-div .col-md-6 {
    width: 48%;
    margin: 5px 1%;
    float: left;
    border: 1px solid rgb(224, 224, 224);
    padding: 10px 5px;
    height: 115px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 130px;
}

.custom-icon-div img {
    height: 50px;
}

.custom-icon-div h3 {
    font-size: 14px !important;
    text-align: center;
    font-weight: 600 !important;
}

.custom-icon-div .image-icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
    padding: 10px 0px;
}

#blog-section-1 .rg-wrapper .weta-icerik-tag {
    text-align: center !important;
    margin-bottom: 30px !important;
}

#blog-list .custom-col a {
    background-color: #fff;
    display: block;
}

#blog-list .custom-col .blog-title .weta-icerik-tag {
    transition: all 0.2s ease-in-out 0s;
    font-size: 18px !important;
    color: rgb(26, 26, 26) !important;
    font-weight: 500 !important;
}

#blog-list .btn-color {
    display: none !important;
}

#blog-list .blog-content-wrapper {
    padding: 20px 15px;
}

#blog-list .blog-date {
    font-size: 13px !important;
    color: rgb(152 152 152) !important;
    margin-right: 5px;
    margin-top: 10px !important;
}

#blog-list .blog-title {
    margin-top: 0px !important;
}

.gallery-section-3 .gallery-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-section-3 .gallery-img img {
    height: 225px;
    width: 100% !important;
    object-fit: cover;
}

.detail-type-7-content .block-title-wrap h2 {
    font-family: "Playfair", serif !important;
}

.productDetail p,
.block-content-wrap li,
.theiaStickySidebar .form-control,
.productAltTitle,
.productPrice-bar .weta-icerik-tag {
    font-family: "Dosis", sans-serif !important;
}

.productAltTitle::before {
    content: '\f3c5';
    margin-right: 5px;
    font-family: 'FontAwesome';
}

.theiaStickySidebar {
    transition: all .8s;
}

.detail-type-7 .productTitle .weta-icerik-tag {
    font-weight: 500 !important;
    font-family: "Playfair", serif !important;
}

.detail-type-7 .productPrice-bar .weta-icerik-tag {
    font-weight: 600 !important;
    font-size: 30px !important;
}

.agent-link a {
    font-size: 14px !important;
}

.property-form .formButtons .btn:nth-child(1) {
    background-color: #272827 !important;
    border-color: #272827 !important;
}

.property-form .formButtons .btn:nth-child(2) {
    color: #272827 !important;
    border-color: #272827 !important;
}

.property-navigation-wrap a.active {
    color: #272827;
    box-shadow: inset 0 -3px #272827;
}

.agent-link a,
.property-form .control.control--checkbox a {
    color: #272827 !important;
}

#options-address-bar ul li:nth-child(1) {
    width: 100%;
}

#slider-1 #slide-items-1 .weta-slider-tag,
#slider-1 #slide-items-1 .slider-description p {
    color: #fff !important;
}


.footer-img img {
    filter: brightness(100);
    max-height: 80px;
}

.footer .col-md-5 .footer-description {
    width: 90%;
}

.footer {
    padding: 70px 0px !important;
}

.footer-description li {
    position: relative;
    transition: all .4s;
    padding: 5px 0px;
}

.footer-description li::before {
    content: '\f054';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.footer-description li:hover {
    transform: translateX(10px);
}

#product-list .product-image {
    height: 420px;
}

.productAllImages .item:nth-child(5n+3),
.productAllImages .item:nth-child(5n+4),
.productAllImages .item:nth-child(5n+5) {
    max-height: 300px;
}

.productAllImages .item:nth-child(5n+1),
.productAllImages .item:nth-child(5n+2) {
    max-height: 400px;
}

.productAllImages .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.detail-type-7-content .text-options li {
    width: 50%;
}

.productDetail.detail-type-7 img {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.imageBar .col-md-8 .productImage {
    height: 100%;
}

.imageBar .col-md-4 .productImage {
    height: 50%;
}

.agent-image {
    display: none !important;
}

.alternativeSwiper .productImage {
    height: 150px;
}

.alternativeSwiper .product-wrapper {
    width: 100%;
}

.gallery-section-3 .gallery-img a {
    display: block;
    width: 100%;
}

@media(max-width:768px) {

    .imageBar .col-md-8 .productImage,
    .imageBar .col-md-4 .productImage {
        max-height: 240px;
    }

    .imageBar .col-md-8 {
        margin-bottom: 15px;
    }

    .detail-type-7 .block-wrap ul {
        width: 33%;
    }

    .property-overview-data {
        flex-wrap: wrap;
    }

    .productAllImages .item:nth-child(5n+3),
    .productAllImages .item:nth-child(5n+4),
    .productAllImages .item:nth-child(5n+5),
    .productAllImages .item:nth-child(5n+1),
    .productAllImages .item:nth-child(5n+2) {
        width: 100%;
        max-height: max-content;
    }

    .block-content-wrap .list-3-cols li,
    .block-content-wrap .list-2-cols li,
    .block-content-wrap .list-1-cols li {
        width: 100%;
    }

    .property-detail,
    .property-search span {
        display: none !important;
    }

    .properties-filter-content-wrapper .property-status {
        width: 50%;
    }
}

.search-form .dropdown-menu.show {
    top: 40px !important;
    transform: none !important;
}

.listing-tools-filters__filters form {
    justify-content: left;
}

.listing-tools-filters__filters form .dropdown {
    margin-right: 10px;
}

.message {
    margin: 50px 0px;
}

.addValue {
    line-height: 65px;
}

.property-form-wrap iframe {
    height: 700px;
}

.b24-form-content.b24-form-padding-side {
    padding: 0px 5px !important;
}

b,
strong {
    font-weight: bold;
}

#page-5 .pageDetailContent {
    padding: 15px 0px !important;
}

.form-section iframe {
    height: 650px;
    width: 100%;
}

.eapps-instagram-feed-title-container {
    display: none;
}

.footer-description .d-flex li::before {
    display: none;
}

.footer-description .d-flex {
    padding-left: 0px;
}

.footer-description .d-flex li {
    padding: 12px 0px 5px;
}

.eapps-widget-toolbar {
    display: none !important;
}


.success-section .content-wrapper {
    border: 1px solid #272827;
    padding: 50px 30px;
}

.success-section .icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0px;
}

.success-section .icon {
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #272827;
    border-radius: 50%;
}

.success-section .icon i {
    color: #fff !important;
    font-size: 30px;
}

.success-section .message-wrapper {
    text-align: center;
    padding: 10px 0px;
}

.success-section .message-title {
    margin-bottom: 5px;
}

.success-section .message-title .weta-icerik-tag {
    font-size: 40px !important;
}

.success-section .message-buttons {
    margin: 25px 0px;
}

.success-section .message-buttons .btn {
    min-width: 150px !important;
    border-radius: 0px !important;
}

.success-section .message-buttons .btn:hover {
    background-color: #272827;
    border-color: #272827 !important;
}

#page-6 .body-content {
    min-height: auto !important;
}

@media(max-width:768px) {
    .success-section .message-title .weta-icerik-tag {
        font-size: 25px !important;
    }

    .success-section .message-buttons .btn,
    .success-section .message-content p {
        font-size: 14px !important;
    }
}

#parallax-3 {
    background-position: center;
    background-attachment: local;
}


#html-section-2,
#html-section-4,
#html-section-5,
#html-section-6,
#html-section-7 {
    background-color: #1c1b1b;
}

#html-section-2 .weta-icerik-tag,
#html-section-4 .weta-icerik-tag,
#html-section-5 .weta-icerik-tag,
#html-section-6 .weta-icerik-tag,
#html-section-7 .weta-icerik-tag {
    color: #fff !important;
}

#page-5 #html-section-7 {
    padding: 45px 0px !important;
}

.private-popup .content {
    height: 630px;
    overflow: hidden;
}

.private-popup .content iframe,
.private-popup .content .private-html {
    width: 100%;
    height: 100%;
}

@media(max-width:768px){
    #html-section-9 iframe{
        height: 235px;
    }
}
.private-popup .content{
    padding: 0px !important;
}
.private-popup::before{
    opacity: 0.6 !important;
}

.pageSliderContent .weta-description ul li::before{
    display: none !important;
}


#page-1 .mfp-content{
    background: #fff;
    max-width: 40%;
    min-height: 45%;
    position: relative;
    height: 45%;
}
#page-1 .mfp-figure{
    height: 100%;
}
#page-1 .mfp-content figure{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    height: 100%;
}


#page-1 .mfp-content img{
    max-height: 200px !important;
}
#page-1 .mfp-figure:after{
    background-color: transparent !important;
    box-shadow: none !important;
}
#page-1 .mfp-counter{
    display: none !important;
}
#page-1 .mfp-bottom-bar{
    margin: 0px;
    position: relative;
    bottom: 0;
    top: auto;
    padding: 0px 35px;
}
#page-1 .mfp-title strong{
    color: #181818 !important;
    font-size: 32px !important;
    display: block;
    margin-bottom: 20px;
}
#page-1 .mfp-title{
    text-align: center;
    padding: 0px !important;
    line-height: 20px;
}
#page-1 .mfp-content .description-content p{
    font-size: 14px !important;
    letter-spacing: 0px;
    text-transform: inherit;
    font-weight: 600 !important;
    color: rgb(68, 68, 68) !important;
}
#page-1 .mfp-close{
    background: #000;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 20px;
    top: 20px;
    padding: 0px;
}
@media(max-width:768px){
    #page-1 .mfp-content{
        max-width: 100%;
        height: auto !important;
    }
    #page-1 .mfp-title strong{
        font-size: 28px !important;
        line-height: normal !important;
    }
}