::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: var(--main-color-2);
}

::-webkit-scrollbar-thumb:hover {
    background-color: var(--main-color-1);
}

.color-yl {
    color: var(--main-color-1) !important;
}

.color-wh {
    color: white !important;
}

.color-sl {
    color: silver !important;
}

@media only screen and (max-width: 770px) {
    /* Mobil İçin */
    .logo-pc {
        height: 4.4rem !important;
        margin-left: -0.2rem !important;
    }

    .preloader {
        padding-top: 50% !important;
    }

    .slide {
        max-height: 36rem !important;
    }

    .slide .content {
        margin-top: -14rem !important;
    }

    .slide .content h2 {
        font-size: 2.4rem !important;
    }

    .mini-hak-no {
        display: none !important;
    }

    .mini-hak-ok {
        margin-left: -9rem !important;
        padding-bottom: 20rem !important;
    }

    .image-column,
    .image-column .inner-column {
        padding-right: 19rem !important;
    }

    .dik-yazi {
        -ms-transform: rotate(270deg);
        -moz-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
        position: absolute;
        margin-left: -6rem;
        margin-top: 11rem;
        text-shadow: 3px 2px 4px var(--main-color-2);
        padding: 0px;
        color: #ffffff;
        font-weight: bolder;
        font-size: 4rem;
    }

    .foot-star-ml {
        margin-left: -9rem;
    }
}

@media only screen and (min-width: 770px) {
    /* PC İçin */
    .logo-pc {
        max-height: 85px !important;
    }

    .preloader {
        padding-top: 20% !important;
    }

    .slide {
        min-height: 60rem !important;
    }

    .slide .content {
        margin-top: 8rem !important;
    }

    .dik-yazi {
        display: none;
    }
}

.alert-ayari {
    width: 100%;
    text-align: center;
    position: absolute;
    margin: auto;
}

.page-404 {
    background-color: #fbfcfd !important;
    text-align: center !important;
}

.span-bold {
    font-weight: bold !important;
}

.ip-adres {
    margin-top: 1rem;
    font-size: large;
}

.google-map-css {
    border: 2px solid var(--main-color-1);
    margin-bottom: -6px;
    border-radius: 0.1rem;
}

.image-box img {
    width: 360px !important;
    height: 300px !important;
}

.fa-size {
    font-size: 1.5rem;
}

.foot-star-pl {
    padding-left: 25%;
}

.min-hizmet {
    min-height: 157px !important;
}

.devamini-oku {
    text-decoration: underline;
    text-align: center;
    font-weight: bold;
    font-size: 1rem;
}

.service-block-two .inner-box:hover .devamini-oku a {
    color: #ffffff;
    position: relative;
    transition: 0.7s;
}

.call-to-action-section {
    background-color: var(--main-color-2) !important;
}

.btn-transparent:hover {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
}

.btn-transparent {
    border: 2px solid var(--main-color-1);
    opacity: 0.9;
}

.btn-yorum {
    padding: 5px 15px 5px 15px !important;
}

.bold-text a {
    text-decoration: none !important;
}

.bold-text:hover a {
    color: #ffffff !important;
}

.fa-hiz-size {
    font-size: 10rem;
}

#yorumYapModal textarea:focus,
#yorumYapModal select:focus,
#yorumYapModal input:focus {
    border: 1px solid var(--main-color-1);
    box-shadow: 0 0 0;
}

.yorum-kaydir {
    overflow: auto;
    height: 7rem;
}

.bt-whatsapp {
    position: fixed !important;
    z-index: 999 !important;
    margin: 0px 0px 5px 5px;
    border-radius: 50%;
    padding: 3px;
    stroke: none;
    height: 52px;
    width: 52px;
    bottom: 13.8px;
    left: 12px;
}

.css-preloader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    width: 100%;
    height: 100vh;
}

.spinner {
    width: 100px;
    height: 100px;
    border: 10px solid #e7e7e7;
    border-top-color: var(--main-color-1);
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}

@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}