/*Body*/


body{
    width: auto;
    background-color: rgb(253, 253, 252);
    border-width: 0px;
    border-style: none;
}


/*Banner*/

header{
    width: auto;
    height: 100px;
    background-color: rgb(167, 9, 182);
    border-width: 0px;
    border-style: none;
    margin: auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    /*border-radius: 10px;*/
    }

    .logo-area{
        height: 80px;
        width:300px;
        position: relative;
        top: 10px;
        margin: auto;
        text-align: center;
    }

    .logo{
        height: 100px;
        position: relative;
        
        
    }

/*Menu*/

nav{
    width: auto;
    height: 70px;
    background-color: rgb(208, 99, 230);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*border-radius: 10px;*/ 
    text-align: center;
    margin: auto;
    
}

    li{
        list-style: none;
       
    }

    #menudiv{
        margin: auto;
        width: 600px;
    }

    ul{
        list-style: none;
        width: 90px;
        height: 20px;
        float: left;
        margin-left: 60px;
        padding: 5px;
        border-width: 5px; 
        border-style:none;
        position: relative;
        bottom: 9px;
        font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight:900;
        font-size: 22px;
    }

    .menuyazı{
        color: aliceblue;
        text-decoration: none;
    }

    .menuyazı:hover{
        color: rgb(220, 20, 210);
        text-decoration: wavy;    
    }
   

/*İçerik*/

article{
    width: auto;
    min-height: 748px;
}

.imgat{
    width: auto;
    margin: auto;
    
}
.ben{
    width: 400px;
    position: relative;
    padding: 174px;
    float: left;
}

.opnt{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 1000;
    font-size: 40px;
    position: relative;
    top: 354px;right: 80px;
    margin: center;
    
    
}

.imgaa{
    width: auto;
    height: auto;
    margin:center;
    
    
}

.ben2{
    height: 600px;
    float: left;
    position: relative;
    left: 50px;
    padding: 50px;
}

.aboutt{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    position: relative;
    top: 250px;right: 110px;
}

.contacta{
    width: 500px;
    margin: auto;
    text-align: center;
    position: relative;
    top: 30px;
}

.contacta a{
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-decoration: none;
    font-weight: 1000;
    font-size: 25px;
    color: black;
}

.contacta a:hover{ 
    color: rgb(220, 20, 210);
    text-decoration: wavy;
    font-size: 27px;   
}

.formdiv{
    margin: auto;
    width: fit-content;
    position: relative;
    top: 130px;   
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 1000;
    font-size: 19px;
}

.formbutton{
    color: rgb(221, 179, 230);
    background-color: rgb(220, 20, 210);
    padding: 5px;
    border-radius: 5px;
    font-size: 15px;
    font-weight: 600;
}

.formbutton:hover{
    color: rgb(220, 20, 210);
    background-color: rgb(221, 179, 230);
}

.formboşluk{
    height: 25px;
}





/*.sayfaadi{
    font-family:-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        /*font-weight:900;
        font-size: 50px;*/



/*Alt Menü*/

footer{
    width: auto;
    height: 100px;
    background-color: rgb(167, 9, 182);
    border-radius: 10px;

}

.soslog{
    margin: auto;
    width: 600px;
    height: 60px;
    position: relative;
    top: 25px;
}

#instagramimg{
    height: 50px;
    margin-left: 50px;
}

#twitterimg{
    height: 50px;
    margin-left: 50px;
}

#linkedinimg{
    height: 50px;
    margin-left: 50px;
}


