

    /* MOBİL SLAYT */
    @media screen and (max-width: 650px){


    /* ROW4 */
    .anasayfa .row4 .daire{
        position: relative;
        width: 100%;
        height: auto;
        height: auto lenght;
        margin-left: -6%;
    }
    .anasayfa .row4 .daire:hover{
        transition: 1s;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .anasayfa .row4 .daire img {
        position: relative;
        margin: 3% 0;        
        margin-left: 10px;
        width: 50px;
        height: 50px;
        float: left;


    }
    .anasayfa .row4 .daire h2{
        margin: auto;
        margin-bottom: 7px;
        padding-top: 5px;
        font-weight: 600;
        font-size: medium;
        text-align: center;
    }
    .anasayfa .row4 .daire p{
        font-size: small;
        font-weight: 500;
        padding: 3px;
        margin-left: 6px;
    }


                /*  ROW1  */

.row1 {
    z-index: 1;
    background-color: aliceblue;
    display:inline-block;
    text-decoration: none;
    padding-top: 10px;
    padding-bottom: 30px;
    display: none;
}
.row1 >h2{
    text-align: center;
    color: rgb(28, 117, 225);
    font-size: 35px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    line-height: 65px;
    margin: auto;
    background-color: white;
    box-shadow: 0 0px 0px rgb(164, 189, 213);
    margin-top: -8px;
    margin-bottom: 20px;
}
.row1> ul{
    position: relative;
    text-decoration: none;
    list-style-type: none;
    margin-bottom: 50px;
    display: inherit;
    margin-left: -37px;
}
.row1 li{
    display: grid;
    place-items: center;
    text-align: center;
    float: left;
    width: 31%;
    margin: 5px;
    min-width: 180px;
    
}

.row1 .kutu{  
    position: relative;
    height: auto lenght;
    float: left;
    text-align: center;
    transition: 1s;
    border-radius: 0px;
    background-color: white;
    box-shadow: 0 40px 40px rgb(164, 189, 213);
    padding-bottom: 0px;
    max-width: 380px;
}

.hizmet{
    margin: auto;
    margin: 0;
    margin-top: 10px;
    width: 100%;
    padding: 12px;
}
.hizmet h2{
    font-size: medium;
    margin: 3px;
}
.hizmet p{
    font-size: small;
}
.hizmet img{
    width: 50%;
}


}


@media screen and (max-width: 1000px){


/*REFERANS MOBİL*/
.reftext{
    padding: 0;
}
.ref:hover .reftext{
    transition: 1s;
    display: block;
    height: 98%;
    width: 98%;
}
.ref h2{
    font-size: 1.1rem;
    font-weight: 700;
}
.ref p{
    position: absolute;
    display: none;
}
.ref h3{
    font-size: small;
    margin-top: -5px;
    padding-bottom: 2px;
}
.ref ul{
    margin: 5px;
}
.ref li{
    font-size: small;
    margin: auto;
    padding: 2px;
}
.refurl{
    display: none;
}
.refac{
    position: absolute;
    height: 5px;
    width: 40px;
    font-size: 14px;
    line-height: 6px;
    right: 0px;
    bottom: 0px;
    border-radius: 0;
    border-top-left-radius: 10px;
}
.refbegeni{
    font-size: 12px;
    left: 3px;
    bottom: 3px;
}

    /*BLOG MOBİL*/
    .blog .yazi{
        height: fit-content;
        padding: 5px;
    }
    .blog .yazi h2{
        transition: 1s;
        position: absolute;
        top: 4px;
        color: white;
        font-size: larger;
        font-weight: 400;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.785);
    }   
    .blog .yazi p{
        display: none;
    }
    .blog .blogbegeni{
        font-size: medium;
        transition: 1s;
        top: auto;
        bottom: 10px;
        left: 10px;
    }
    .blog .bloggoruntuleme{
        font-size: medium;
        transition: 1s;
        top: auto;
        bottom: 10px;
        left: 70px;
    }



}