
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Nunito+Sans&family=Open+Sans:wght@300&family=Poppins:wght@300&family=Roboto&family=Shippori+Antique+B1&family=Ubuntu&display=swap');

/*
font-family: 'Bebas Neue', cursive;
font-family: 'Nunito Sans', sans-serif;
font-family: 'Open Sans', sans-serif;
font-family: 'Poppins', sans-serif;
font-family: 'Roboto', sans-serif;
font-family: 'Shippori Antique B1', sans-serif;
font-family: 'Ubuntu', sans-serif;
*/

*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Shippori Antique B1', sans-serif;
}




/*   SCROOL KISMI   */

body::-webkit-scrollbar{
    width: 10px;
}

body::-webkit-scrollbar-thumb{
    width: 4px;
    background-color: #333;
    border-radius: 3px 0px 0px 3px;
    border-right: 2px solid lightblue;
}

body::-webkit-scrollbar-thumb:active{
    width: 4px;
    background-color: rgb(220, 20, 60);
    border-radius: 10px 0px 0px 10px;
}

/*   SCROOL KISMI BİTTİ   */


/*   SELECTİON KISMI   */

.AEA::selection{
    background-color: rgb(220, 20, 60);
    color: #fff;
}

::selection{
    background-color: rgb(236, 235, 235);
    color: #333;
}

#top-nav a span::selection{
    background-color: transparent;
    color: #fff;
}

#form-g a::selection{
    background-color: #444;
    color: #fff;
}

/*   SELECTİON KISMI BİTTİ   */


/*   BODY KISMI   */

body{
    background-color: lightblue;
    /**/
    display: flex;
    justify-content: center;
    align-items: center;
    /**/
    min-height: 100vh;
    flex-direction: column;
}

/*   BODY KISMI BİTTİ   */


/*   SOL KISIM   */

.resim{
    background: url(ahmeteminarikel4.png);
    background-size: 200px 200px;
}

h2 i{
    font-style: normal;

}

h2 i::selection{
    background-color: rgb(220, 20, 60);
    color: #fff;
}

a{
    transition: 0.5s;
}

a:link{
    color: #fff;
    text-decoration: none;
}

a:visited{
    color: #fff;
    text-decoration: none;
}

/*
    a.a-i:hover{
        font-size: 18px;
    }
*/

a:active{
    color: #fff;
}



.container{
    position: relative;
    width: 100%;
    max-width: 1000px;
    min-height: 1000px;
    margin: 50px;
    background-color: #333;
    display: grid;
    grid-template-columns: 1fr 2fr;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.container .left_side{
    position: relative;
    background-color: #0a3d62;
    padding: 40px;
    border-radius: 5px 0px 0px 5px;
}

.profileText{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.profileText .imgBox{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
}

.profileText .imgBox img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.profileText h2{
    color: #fff;
    font-size: 1.3em;
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    line-height: 1.2em;
}

.profileText h2 span{
    color: rgba(255, 255, 255, 0.6);
    text-transform: capitalize;
    font-size: 0.9em;
    font-weight: 400;
}

.comm{
    padding-top: 200px;
}

.contactInfo:not(.comm){
    padding-top: 50px;
}


.title{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.contactInfo ul{
    position: relative;
}

@media only screen and (min-width: 1000px){
    .contactInfo > ul > li.communication{
        width: 265px;
    }
}

.contactInfo ul li{
    position: relative;
    list-style-type: none;
    margin: 10px 0px;
    cursor: pointer;
}

.contactInfo ul li .icon{
    display: inline-block;
    width: 30px;
    font-size: 18px;
    color: #00a8ff;
}

.contactInfo ul li span{
    color: #fff;
    font-weight: 300;
}

.contactInfo.educaiton li{
    margin-bottom: 15px;
}


.contactInfo.educaiton h5{
    color: #00a8ff;
    font-weight: 500;
}

.contactInfo.educaiton h4:nth-child(2){
    color: #fff;
    font-weight: bolder;
}

.contactInfo.educaiton h4{
    color: #fff;
    font-weight: 300;
}

.contactInfo.language .percent{
    position: relative;
    width: 100%;
    height: 6px;
    background-color: #57606f;
    display: block;
    margin: 5px 0px 0px 0px;
}

.contactInfo.language .percent div{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #00a8ff;
}

/*   SOL KISIM BİTTİ   */


/*   SAĞ KISIM   */

.container .right_side{
    position: relative;
    background-color: #fff;
    padding: 40px;
    border-radius: 0px 5px 5px 0px;
}

.about{
    margin-bottom: 50px;
}

.about p{
    text-align: justify;
}

.about:last-child{
    margin-bottom: 0px;
}

.title2{
    color: #003147;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

p{
    color: #333;
}

.about .box{
    display: flex;
    flex-direction: row;
    margin: 20px 0px;
}

.about .box .year_company{
    min-width: 100px;

}

.about .box .year_company h5{
    text-transform: uppercase;
    color: #57606f;
    font-weight: 600;
}

.about .box .text h4{
    text-transform: uppercase;
    color: #008ed4;
    font-size: 16px;
}

.skills .box{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 150px 1fr;
    justify-content: center;
    align-items: center;
}

.skills .box h4{
    text-transform: uppercase;
    color: #848c99;
    font-weight: 500;
}

.skills .box .percent{
    position: relative;
    width: 100%;
    height: 10px;
    background-color: #f0f0f0;
}

.skills .box .percent div{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    background-color: #00a8ff;
}

.interest ul{
    display: grid;
    grid-template-columns: repeat(3,1fr);
}

.interest ul li{
    list-style-type: none;
    color: #333;
    font-weight: 500;
    margin: 10px 0px;

}

.interest ul li .fa{
    color: #00a8ff;
    font-size: 20px;
}

@media only screen and (max-width: 1000px){
    .container{
        margin: 100px;
        grid-template-columns: repeat(1,1fr);
    }

    .interest ul{
        grid-template-columns: repeat(2,1fr);        
    }

        
    .container .left_side{
        border-radius: 0px;
    }

    .container .right_side{
        border-radius: 0px;
    }

}

@media only screen and (max-width: 600px){
    .about .box{
        flex-direction: column;
    }

    .about .box .year_company{
        min-width: 100px;
        margin-bottom: 5px;
    }

    .interest ul{
        grid-template-columns: repeat(1,1fr);
    }

    .skills .box{
        grid-template-columns: repeat(1,1fr);
    }

    .container .left_side{
        border-radius: 0px;
    }

    .container .right_side{
        border-radius: 0px;
    }

}
/*   SAĞ KISIM BİTTİ   */


/*   ALT KISIM   */
footer{
    width: 100%;
}

#alt-kısım{
    width: 100%;
    height: 150px;
    background-color: #00a8ff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-size: 1.1em;
    cursor: default;
}

#alt-kısım p span::selection{
    background-color: rgb(220, 20, 60);
    color: #fff;
}

#alt-kısım p{
    padding: 0px 0px 30px 0px;
}

#dalgalar{
    width: 100%;
    height: 100px;
}

.dalga{
    position: absolute;
    background: url(dalga.png);
    width: 100%;
    height: 100px;
    background-size: 1000px 100px;
}

footer .dalga#dalga-1{
    z-index: 1000;
    opacity: 1;
    animation: animasyon 4s linear infinite;
}

footer .dalga#dalga-2{
    z-index: 999;
    opacity: 0.5;
    animation: animasyon2 4s linear infinite;
}

footer .dalga#dalga-3{
    z-index: 1000;
    opacity: 0.2;
    animation: animasyon 3s linear infinite;
}

footer .dalga#dalga-4{
    z-index: 999;
    opacity: 0.7;
    animation: animasyon2 3s linear infinite;
}

@keyframes animasyon{
    0%{
        background-position-x: 1000px;
    }
    100%{
        background-position-x: 0px;
    }
}

@keyframes animasyon2{
    0%{
        background-position-x: 0px;
    }
    100%{
        background-position-x: 1000px;
    }
}

#logo{
    background: url(Logo1.png);
    background-size: 100px 35px;
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    background-position: center center;

}

/*   ALT KISIM BİTTİ   */


