body{
    margin: 0px;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
    
    .header{
    height: 55px;
    width: 100%;
    position: fixed;
    top: 0px;
    z-index: 5;
    height: auto lenght;
    overflow:hidden;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    }
    .logo{
    float: left;
    padding-top: 7px;
    margin-left: 5%;
    }   
    #logo{
    height: 40px;
    width: auto;
    }

    .menuikon{
        position: absolute;
        float: right;
        margin: 10px;
        visibility: hidden;
        right: 0px;
    }
    #menuikon{
        margin: 4px;
        width: 35px;
        height: 30px;
    }         
    
    #dil{
        position: absolute;
        width: 80px;
        height: 20px;
        top: 20px;
        right: 10px;
    }
    
    .header .menu{
        float: right;
        padding-right: 5%;
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    } 
    .header .menu a{
    text-decoration: none;
    display:inline-block;
    color: rgb(0, 0, 0);
    }
    .header .menu li:hover{
        text-shadow: 5px 0px 30px rgb(0, 0, 0);
    }
    .header #ul{
    list-style-type: none;
    float: right;
    }
    .header #ul>li{
    color: rgb(0, 0, 0);
    display: inline;
    padding: 5px;
    font-size: 14px;
    }
    .header .menu i{
        padding: 5px;
    }

    #teklif{
        background-color: rgb(0, 0, 0);
        padding: 8px;
        padding-left: 0px;
        margin: 4px;
        border-radius: 10px;
        color: aliceblue;
    }
    #teklif:hover{
       color:black;
       background-color: white;
    }

    /* ANİMET KUTU */
    @keyframes go-left-right {        /* bir isim ver: "go-left-right" */
        from { left: 20%; }             /* animasyonu left: 0px'den başlat */
       to { left: calc(100% - 40%); } /* animasyonu 100%-50px'de bitir */
        }
.animekutu{
       animation: go-left-right 9s infinite alternate;
       /* "go-left-right" animasyonunu elemente ekle animasyon süresi 3 saniye kaç kere yapılacağı: sonsuz (infinite) her seferinde yönünü ters çevir */
       position: relative;
       width: 3px;
       height: 3px;
       transition: all 1s;
       top: 150px;
       border-radius: 10px;
    
    }
    .animekutu img{
        width: 50px;
        height: auto;
    }
.animekutu3{
        animation: go-left-right 70s infinite alternate;
        /* "go-left-right" animasyonunu elemente ekle animasyon süresi 3 saniye kaç kere yapılacağı: sonsuz (infinite) her seferinde yönünü ters çevir */
        position: relative;
        border: 2px solid none ;
        width: 3px;
        height: 3px;
        background: rgb(73, 77, 83);
        top: 650px;
        transform: rotate(45deg);
        }

        /* MOBİL MENU */
        .mobilmenu{
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.85);
            top: 0;
            z-index: 10;
            position: fixed;
            margin: auto;
            display: none;
            -webkit-backdrop-filter: blur(25px);
            backdrop-filter: blur(25px);
            text-align: center;
        }
        .mobilmenu img{
            position:relative;
            display: table;
            margin: auto;
        }
        
        .mobilmenu a{
        text-decoration: none;
        color: rgb(255, 255, 255);
        }
        .mobilmenu li:hover{
            text-shadow: 5px 0px 30px blue;
        }
        #mobil-ul{
        list-style-type: none; 
        position: relative;
        margin-top: 10%;
        left: -30%;
        display: inline-block;
    }
        #mobil-ul li{
        color: rgb(255, 255, 255);
        padding: 5px;
        font-size: 14px;
        margin-top: -5px;
        text-align: left;
        
        }
        .mobilmenu i{
            padding: 10px;
            font-size: 20px;
        }
        .m-tel{
            position: absolute;
            color: white;
            margin: auto;
            bottom: 10%;
            text-align: center;
            left: 0px;
            right: 0px;
        }
        .m-tel a{
            background-color: rgba(0, 0, 0, 0.701);
            padding: 10px;
            margin: 10px;
        }
        .m-tel a:hover{
            background-color: black;
        }


        .butonk{
            width: 20px;
            height: 20px;
            position: relative;
            padding: 5px;
            text-align: center;
            font-weight: 900;
            margin-left: 10px;
            color: white;
            font-size: 14px;
            margin-top: 10px;
            border-radius: 100px;
            line-height: 20px;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            background-color: rgba(255, 255, 255, 0.300);
        }
        .butonk:hover{
            background-color: black;
        }
    


    /* UST GÖRSEL */
        .ustgorsel{
            position: relative;
            height: 450px;
            width: 100%;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: cover;
            text-align: center;
            color: white;
            margin: auto;
            margin-top: 55px;
            padding-bottom: 20px;
            padding-top: 20px;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }
        .ustgorsel h2{
            margin: auto;
            width: fit-content;
            position: relative;
            font-size: 50px;
            font-weight: 500;
            top: 38%;
            padding: 5px;
            padding-left: 15px;
            padding-right: 15px;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
        }
        .ustgorsel p{
            margin: 0 auto;
            top: 42%;
            position: relative;
            font-size: large;
            font-weight: 400;
            max-width: 640px;
            padding: 20px;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            
        }

/* MOBİL */
@media screen and (max-width: 910px) {
    
    .menuikon{
        transition: 1s;
        position: absolute;
        float: right;
        margin: 10px;
        visibility: hidden;
        right: 5%;
        transform: rotateY(360deg);
    }
    #menuikon{
        visibility: visible;
        position: relative;
    }
    .logo{
        transition: 1s;
        float: left;
        padding-top: 7px;
        margin-left: 5%;
        transform: rotateY(360deg);
        }
}

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

    /* UST GÖRSEL */

    .ustgorsel h2{
        top: 30%;
        transition: 1s;
        font-size: 40px;
        padding: 8px;
        backdrop-filter: none;
        text-shadow: 3px 3px 8px black;
    }
    .ustgorsel p{
        font-size: medium;
        text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.749);
    }
}