* {
    touch-action: manipulation;
}

body {
    font-family: 'Righteous', sans-serif;
    font-size: 14px;
    background: #fff;
	padding-bottom: 75px;
}

.header {
    position: sticky;
    top: 0;
    z-index: 999;
    background: #fff;
}

.footer {
    margin-top: 64px;
}


.xx-title {
    text-align: center;
    margin: 12px 0

}

.sticky-phone a {
    font-size: 17px;
    letter-spacing: 1.1px;
    color: #fff;
    text-decoration: none;
    padding: 10px;
    display: block;
}

.sticky-phone span {
}

.sticky-phone {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 50;
    width: 100%;
    text-align: center;
    color: #fff;
    #background-image: linear-gradient(90deg, rgb(152, 150, 241) 0%, rgb(185, 150, 218) 100%);
    #background-image: linear-gradient(90deg, #4caf50 0%, rgb(124 199 37) 100%);
}


@keyframes police {
    0% {
        background-color: red;
    }
    50% {
        background-color: blue;
    }
}


.header a {
    text-decoration: none;
}

.header-sikayet {
    color: #fff;
    background: #000;
    padding: 12px;
    border-radius: 3px;
    margin: 0;
    font-size: 16px;
    /* animation-name: police;*/
    animation-duration: 2s;
    animation-iteration-count: 30;
}

.ads-itemm {
    position: relative;
    overflow: hidden;
    border: 5px solid black;
}


.ads-itemm-photo__SubTitle {
    position: absolute;
    top: 8px;
    left: 8px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.50);

    padding: 6px;
    font-size: 11px;
    line-height: 11px;
    color: #fff;
    font-weight: 500;
    text-align: left;
    z-index: 2;
}

.ads-itemm-square-box {
    margin-right: 12px;
}

.img-square {
    border-radius: 50%;
}

.ads-itemm-title {
    text-align: center;
}

.ads-itemm-title-text {
    font-size: 18px;
    font-weight: 600;
    margin: 0;

}

.ads-itemm-phone {

}


.ads-itemm-phone-text {
    font-size: 24px;
    color: #fff;
    z-index: 2;

}

@media (max-width: 600px) {
    .ads-itemm-phone-text {
        font-size: 19px;
    }
}

.ads-itemm-phone-bg {
    position: relative;
}

.ads-itemm-title-text {
    color: #fff;
}

.ads-itemm-phone-bg::after {
    content: '';
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
    background-image: linear-gradient(0, #7000B7 5%, rgba(255, 16, 212, 0.35) 62%, rgba(247, 107, 28, 0.00) 100%);
}


.ads-itemm-photo {
    pointer-events: none;
    position: relative;
}


.ads-item2__Content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    z-index: 3;
    font-size: 26px;
}

@media (max-width: 600px) {
    .ads-item2__Content {
        font-size: 18px;
        padding: 12px;
    }
}

@media (max-width: 320px) {
    .ads-item2__Content {
        font-size: 15px;
        padding: 12px;
    }
}


.ads-itemm::before {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background-image: linear-gradient(180deg, rgba(250, 217, 97, 0.00) 21%, #fd0018 98%);
}

.ads-item2--title {
    font-size: 1em;
    line-height: 1rem;
    color: #fff;
    margin-bottom: 3px;
    font-weight: bold;

    text-shadow: 0 0 6px rgba(0, 0, 0, 0.35);
}

.ads-item2--subtext {
    font-size: 0.5em;
    color: #fff;
}

.ads-item2--phone {
    font-size: 1.1em;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;

    text-shadow: 0 0 6px rgba(0, 0, 0, 0.20);
    white-space: nowrap;
}

.ads-item-stas {
    position: absolute;
    left: 4px;
    bottom: 40px;
    z-index: 1;
}

.ads-item-stas img {
    opacity: 0.7;
}

.elden-odeme{
    top: 70px;
    left: -23px;
    background: #fd0d0d9e;
    transform: rotate(90deg);
}

.call-btn {
    padding: 12px 12px;
    border-radius: 12px;
    display: block;
}

.call-btn--Phone {
    /*
        background-image: linear-gradient(90deg, rgb(152, 150, 241) 0%, rgb(185, 150, 218) 100%);
        */
    background-color: #000;

}

.call-btn a {
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none !important;
}

.call-btn-icon {
    margin-right: 12px;
    color: #fff;
}

.call-btn span:first-child {
    font-size: 14px;
}


.call-btn--whatsApp {
    background-image: linear-gradient(
            90deg, #44bd32 0%, #44bd32 100%);
}

.owl-theme .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
}

.owl-theme .owl-dots {
    text-align: center;
    display: flex;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 10px;
    padding: 0 32px;
}

.owl-theme .owl-dots .owl-dot {
    width: 100%;
    height: 3px;
    background: #ddd;
    margin: 2px;
}

.owl-theme .owl-dots .owl-dot.active {
    background: #c75734;
}

.owl-theme .owl-nav button {
    background: #c75734 !important;
    width: 42px;
    height: 52px;
    color: #fff !important;
    border-radius: 3px;
    pointer-events: auto;
}

.foto-galeri {

}

.foto-galeri-title {
    font-size: 16px;
}

.profile-img {
    width: 100px;
    height: 100px;
    border-radius: 45%;
    overflow: hidden;
    border: 4px solid #F3D9C3;
    margin-right: 12px;
}

.profile-content {
    padding: 20px 0;
    border-top: 1px solid #f4f4f4;
}

.profile-content * {
    font-size: 16px;
    color: #555;
    font-weight: 400;
}

#profile p {
    font-family: 'Ubuntu', sans-serif !important;
}

#profile p {
    margin: 0 !important;
    font-weight: bold;
}

.profile-detail-name {
    font-size: 19px;
    font-weight: 500;
    margin: 0;
}

.profile-detail-subdesc {
    color: #666;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
}

.profile-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 8px;
}

.profile-tags li {
    border-radius: 4px;
    font-size: 13px;
    float: left;
    color: #c75734;
    background-color: #FFF2E7;
    margin-right: 4px;
    margin-bottom: 4px;
    padding: 3px 10px;
}

.profile-img-wrap {
    padding: 20px 0;
}

.profile-aciklama {
    border-radius: 4px;
    font-size: 13px;
    color: #c75734;
    background-color: #FFF2E7;
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 4px;
}