/* FOOTER */


    #submit{
        line-height: auto;
        font-size: 13px;
        font-weight: 600;
        padding: 10px;
        margin: auto;
        display: inline-block;
        background-color: rgb(22, 109, 186);
        border-radius: 3px;
        border: none;
        width: 110px;
        color: white;
    }
    #submit:hover{
        transition: 0.7s;
        transform: rotateX(0deg);
        color: rgb(0, 60, 255);
        background-color: white;
        border-radius: 100px;
        box-shadow: 0px 0px 10px blue;
    }
    #mailbox{
        width: 30%;
        min-width: 230px;
        height: 30px;
        margin: 15px;
        margin-right: 3px;
        font-size: 15px;
        font-weight: 300;
    }
    #mailbox:hover{
        height: 33px;
    }
    .footer{
        display: block;
        position: relative;
        height: auto lenght;
        min-height: 265px;
        margin: auto;
        text-align: center;
        z-index: 1;
        font-family:Verdana, Geneva, Tahoma, sans-serif ;
        font-size: 13px;
        font-weight: 400;
        background-color: #1f1f1f;  
        padding: 18px;
        border-bottom: 5px solid black;

    }
    .footer h3{
        transform: rotate(-4deg);
    }
    .footer:hover h3{
        transition: 1s;
        transform: rotate(360deg);
    }
    .kolon {
        position: relative;
        width: auto lenght;
        max-width: 95%;
        height: 90%;
        margin: auto;
        margin: 4px;
        display: inline-block;
        padding: 7px;
        color: white;
        text-align: center;
    }
    .kolon1 img{
        width: 40%;
        height: auto;
        max-width: 300px;
        min-width: 200px;
        margin: 10px;

    }

    .kolon a{
        text-decoration: none;
        color: white;
    }
    .kolon h3{
        color: rgb(38, 146, 222);
    }
    .kolon p{
        max-width: 600px;
        margin: auto;
        margin: 5px;
        font-size: 13px;
        line-height: 20px;
        font-weight: 400;
    }
    .kolon a:hover{
        color: rgb(88, 176, 239);
        text-shadow: 10px 10px 30px rgb(38, 91, 236);
    }
    .kolon li{
        text-align: center;
        color: white;
        list-style-type: none;
        text-decoration: none;
        padding: 5px;
        margin: auto;
        position: relative;
    }

    .kolon1 i{
        margin-top: 20px;
        padding: 5px;
        font-size: 25px;
    }
    .kolon i:hover{
        text-shadow: 5px 0px 20px blue;
        width: 10px;
    }
    .kolon1 i:hover{
        text-shadow: 0px 0px 30px blue;
        font-size: 27px;
        width: 35px;
    }


    .kolon2{
        clear: both;
        margin: auto;
    }
    .kolon3{
        clear: both;
        margin: auto;
        margin-left: -1px;
    }

    .kolon ul{
        margin-left: -48px;
    }
    .kolon li{
        text-align: left;
        padding-top: 9px;
    }
    .kolon2 i,.kolon3 i{
        margin-right: 5px;
        margin-left: 5px;
    }

    .wpbuton{
        position: fixed;
        margin-left: -10px;
        margin-bottom: 10px;
        bottom: 0px;
        }
    #wplogo{
        width: 50px;
        height: auto;
        z-index: 3;
    }
    .wpbuton:hover{
       width: 60px;
       height: auto;
    }
    .basadon{
        color: white;
        background-color: rgba(0, 0, 0, 0.696);
        backdrop-filter: blur(10px);
        font-size: 22px;
        width: 25px;
        height: 25px;
        padding: 13px;
        position: fixed;
        right: 10px;
        bottom: 10px;
        border-radius: 50px;
    }
    .basadon a{
        color: white;
    }
    .basadon:hover{
        background-color:black;
    }




    .copyright{
        margin-top: -15px;
        height: 80px;
        width: 100%;    
        background-color:#1f1f1f;
        color: rgb(154, 154, 154);
        text-align: center;
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-weight: 100;
        font-size: 14px;
        position: relative;
    }
    .copyright p{
        text-align: center;
        margin-left: 60px;
        margin-right: 60px;
        padding-top: 23px;
    }

    #demo{
        color: white;
    }
    #button{
        color: white;
        background-color: black;
        font-weight: 600;
        height: 50px;
        width: 100px;
    }

    .teklif{
        margin: auto;
        color: rgb(255, 255, 255);
        text-align: center;
        background-color: rgb(36, 36, 57);
        height: auto lenght;
        padding: 25px;
    }
    .teklif p{
        margin-left: 10px;
        padding-left: 10px;
        padding-top: 20px;
    }
    #br{
        display: none;
    }

    @media screen and (max-width: 650px){
        
        #br{
            display: block;
            line-height: 5px;
        }
    
    
    }