header .logos .header-logo img {
    width: 130px;
}

section.footer-style1 .footer-logo img {
    max-width: 200px;
}

.agent-single .single-img {
    width: 80px;
    height: 80px;
    min-width: 80px;
    background: #f7f7f7;
    border: 2px solid #d1d1d1;
    border-radius: 100%;
    padding: 14px;
    aspect-ratio: 1/1;
}

.agent-single.contact-agent .single-img {
    min-width: 150px;
    height: 150px;
    width: 150px;
}

.agent-single .single-img img {
    width: 100%;
    min-width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

img {
    max-width: 100%;
}

.cerezpolitikasiPopUp {
    position: fixed;
    left: 50%;
    top: 50%;
    width: 1000px;
    max-width: 90vw;
    background: #fff;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    webkit-box-shadow: 0px 10px 40px rgb(24 26 32 / 5%);
    -moz-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    -o-box-shadow: 0px 10px 40px rgba(24, 26, 32, 0.05);
    box-shadow: 0px 10px 40px rgb(24 26 32 / 5%);
    border: 1px solid #DDDDDD;
    border-radius: 12px;
    padding: 50px 50px;
    gap: 70px;
    opacity: 0;
    pointer-events: none;
    z-index: 99999;

}

.cerezpolitikasiPopUp.active {
    opacity: 1;
    pointer-events: auto;
}

.cerezBackdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: #00000047;
    z-index: 9999;

}

.cerezBackdrop.active {
    opacity: 1;
    pointer-events: auto;
}

.cerezpolitikasiPopUp .text {
    font-weight: 500;
    font-size: 13px;
}

.cerezpolitikasiPopUp .aggre {
    background: #eb6753;
    min-width: 180px;
    border: 0;
    border-radius: 12px;
    padding: 10px 20px;
    color: #fff;
}

@media only screen and (max-width: 576px) {

    .cerezpolitikasiPopUp {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
}


.mobile-menu .mobile_logo img {
    width: 100px;
}

.gm-style .gm-style-iw-c {
    background: transparent;
    color: #fff;
    padding: 0 !important;
    border-radius: 4px;
    box-shadow: unset !important;
}

.gm-style .gm-style-iw-c button {
    display: none !important;
}

.gm-style .gm-style-iw-tc::after {
    background-color: transparent;

}

.gm-style-iw-d {
    padding: 0px !important;
    overflow: hidden !important;
    padding-bottom: 30px !important;

}

#projeKonumHarita {
    height: 400px;
}

.mappopup {
    padding: 10px;
    position: relative;
    border-radius: 4px;
}

.mappopup:after {
    content: '';
    -webkit-clip-path: polygon(0 0, 50% 100%, 100% 0);
    clip-path: polygon(0 0, 50% 100%, 100% 0);
    height: 12px;
    position: absolute;
    width: 25px;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: inherit;

}

.mobileShow {
    display: none;
}

@media screen and (min-width: 1px) and (max-width: 576px) {
    .mobileShow {
        display: block;
    }

    .mobileHide {
        display: none;
    }
}
.slider-slide-item:before{
    display: none;
}
