@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@300&family=Poppins:wght@300&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
body{
    scroll-behavior: smooth;
}

.navbar{
    height: 8vh;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1;
}

.logo{
    display: flex;
    cursor: pointer;    
}

.logo a {
    width: 8vw;
    height: 8vh;
    margin-left: 10%;
    text-decoration: none;
    font-size: 1.8rem;
    color: #3d535f;
    font-weight: bold;
}

.logo a:hover{
    color: #90a6ef;
    transition: all.5s;
    
}
.nav{
    font-size: 1.4rem;
    font-weight: bolder;
    color: #3d535f !important;
    width: 40vw;
    margin: 1vh 4vh 5vh 1vh ;
    display: flex;
    flex-direction: row;
}


.nav li a,
.sag a{
    margin-left: 10px;
    color: #3d535f;
    letter-spacing: 3px;
    text-decoration: none;
     
}
.nav li:hover a,
.sag a:hover{
    color: #90a6ef;
    
}


.sag{
    width:20vw;
    margin-bottom: 4vh;
    font-size: 2rem;
    
}






.home{
    height: 100vh;
    width: 100%;
    background-color: #f3f5f8;
    
}
.aboutme{
    height: 100vh;
    width: 100%;
    background-color:#f3f5f8;
    
}
.myprojects{
    height: 100vh;
    width: 100%;
    background-color: #f3f5f8;
    
}
.contact{
    height: 100vh;
    width: 100%;
    background-color: #90a6ef;
    
}

footer{
    width: 100%;
    height: 7vh;
    background-color: #3d535f;
    color: #f3f5f8;
}

/* ------------- HOME SECTIONU WRAPPER İLE KAYAN RESİM VE YAZI*/


.wrapper{
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
    padding: 0 10%;
    overflow: hidden;
}

 

.cols{
    width: 60%;
}
.cols1{
    width: 40%;
    z-index: 0;
}
.topline{
    display: block;
    position: relative;
    font-size: 2rem;
    letter-spacing: 5px;
    color: #3d535f;
}

.topline::after
{
    position: absolute;
    content: '';
    height: 4px;
    width: 45px;
    bottom: 10px;
   
}

h1{
    display: block;
    font-size: 3em;
    font-weight: 900;
    color: #3d535f;
}

.multiText{
    color: #90a6ef;
    text-transform: capitalize;
}
p{
    display: block;
    width: 90%;
    font-size: 1.2em;
    color: #3d535f;
}

.btns{
    width: 100%;
    position: relative;
    left: 150px;
}

button{
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    background-color: #3d535f;
    padding: 8px 14px;
    margin: 40px 5px;
    letter-spacing: 2px;
    text-transform: capitalize;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
}

button a{
    text-decoration: none;
    color: #fff;
}

button a:hover{
    text-decoration: none;
    color: #fff;
}

button:hover{
    background-color: #90a6ef;
}

.imgbox{
    position: relative;
    width: 90%;
    height: 70%;
}

.imgbox img{
    position: relative;
    height: 80%;
    width: calc(100% - 80px);
    right: -50px;
    animation: animateUser 4s linear infinite;
}

@keyframes animateUser{
    50%{
        right:30px;
  
    }
}


/* HOME SECTIONU BİTER REYİS*/

/* aabout me kısmıııııııııııııııııııııııııı*/


 
.aboutme h1 {
	 	  
	color:#333;
	font-weight:700;	 
	text-align:center;
	text-transform:uppercase;
	letter-spacing:4px;
	line-height:23px;
}

/* --- Start progress bar --- */

.process-wrapper {
	 
    margin-left: 20%;
	max-width:1080px;
}

#progress-bar-container {
	position:relative;
	width:90%;
	margin:auto;
	height:100px;
	margin-top:65px;
}

#progress-bar-container ul {
	padding:0;
	margin:0;
	padding-top:15px;
	z-index:9999;
	position:absolute;
	width:100%;
	margin-top:-40px
}

#progress-bar-container li:before {
	content:" ";
	display:block;
	margin:auto;
	width:30px;
	height:30px;
	border-radius:50%;
	border:solid 2px #aaa;
	transition:all ease 0.3s;
     
}

#progress-bar-container li.active:before, #progress-bar-container li:hover:before {
	border:solid 2px #fff;
       	 
	background: linear-gradient(to right, #90a6ef 0%,#fff 100%); 
}

#progress-bar-container li {
	list-style:none;
	float:left;
	width:20%;
	text-align:center;
	color:#aaa;
	text-transform:uppercase;
	font-size:11px;
	cursor:pointer;
	font-weight:700;
	transition:all ease 0.2s;
	vertical-align:bottom;
	height:60px;
	position:relative;
}

#progress-bar-container li .step-inner {
	position:absolute;
	width:100%;
	bottom:0;
    font-size: 14px;
}

#progress-bar-container li.active, #progress-bar-container li:hover {
	color:#444;
}

#progress-bar-container li:after {
	content:" ";
	display:block;
	width:6px;
	height:6px;
	background:#777;
	margin:auto;
	border:solid 7px #fff;
	border-radius:50%;
	margin-top:40px;
	box-shadow:0 2px 13px -1px rgba(0,0,0,0.3);
	transition:all ease 0.2s;
     
}

#progress-bar-container li:hover:after {
	background:#555;
}

#progress-bar-container li.active:after {
	background:#207893;
}

#progress-bar-container #line {
	width:80%;
	margin:auto;
	background: #eee;
	height:6px;
	position:absolute;
	left:10%;
	top:57px;
	z-index:1;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-bar-container #line-progress {
	content:" ";
	width:3%;
	height:100%;
	background: #207893;	 
	background: linear-gradient(to right, #207893 0%,#2ea3b7 100%); 
	position:absolute;
	z-index:2;
	border-radius:50px;
	transition:all ease 0.9s;
}

#progress-content-section {
	width:90%;
	margin: auto;
	background: #f3f3f3;
	border-radius: 4px;
}

#progress-content-section .section-content {
	padding:30px 40px;
	text-align:center;
}

#progress-content-section .section-content h2 {
	font-size:17px;
	text-transform:uppercase;
	color:#333;
	letter-spacing:1px;
}

#progress-content-section .section-content p {
	font-size:16px;
	line-height:1.8em;
	color:#777;
}

#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
}

#progress-content-section .section-content.active {
	display:block;
}

@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}

 




 /*-------------------------------------------------------------------my projects kısmı -------------------------------------------------------------------------------------------*/
.tiltcard{
    display: flex;
    float: left;
    width: 20vw;
    height: 40vh;
    background: rgb(145, 145, 235);
    margin-top: 9vh;
    margin-left: 4vw;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    overflow: hidden;
    flex-wrap: wrap;
}

.tiltcard .project h1{
    color: #f3f5f8;
    text-align: center;
}
.tiltcard .project p{
    position: relative;
}
.tiltcard .project img{
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: center;
    width: 20vw;
    height: 20vh;
    position: relative;
    top: 50%;
    
   
}
 /*-------------------------------------------------------------------my projects kısmı biter -------------------------------------------------------------------------------------------*/



/* about me kısmı finito reyizzzzzzzzz*/


/* my projectssssssssssssssssssssss*/


 




/* my projects done*/



/*contanct*/



.kontakt{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    top:30vh;
}

.item{
    width: 100%;
    height: 550px;
    max-width:800px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 20px rgba(0, 0,0,0.4);
    overflow: hidden;
    grid-template-columns: repeat(2, 1fr);
    display: grid;
   /* burada z:index 1000 vardı preloader ı arkadad bıraktığı için kaldırdım*/
}

.baglan{
    background: #fff;
}

.submit-form{
    background: #90a6ef;
}

.first-text{
    padding-left: 20px;
    padding-top: 20px;
    font-size: 35px;
    color: #3d535f;
    text-transform: capitalize;
    font-weight: bold;
}

.imaj{
    height: 50%;
    width: 80%;
    transform: scaleX(-1);
}
.secnd-text{
    margin-left: 30px;
    color: #3d535f;
    font-size: 1rem;
    font-weight: bolder;
}
.social-media{
    display: flex;
    flex-direction: row;
    list-style: none;
}
.social-media li{
    margin-left: 30px;
    margin-top: 10px;
    font-size: 2rem;
}

.social-media li a{
    color: #3d535f;
}

.social-media li a:hover{
    transition: .3s;
    color: #90a6ef;
}

.third-text{
    font-size: 25px;
    position: relative;
    top: 20px;
    left: 20px;
    padding-top: 10px;
    color: white;
}

form{
    padding: 0 50px;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.input-box{
    height: 40px;
    width: 70%;
    margin: 30px 0;
    position: relative;
}

.input{
    width: 100%;
    height: 100%;
    background: transparent;
    border: 2px solid #fff;
    border-radius: 20px;
    outline: none;
    padding-left: 10px;
    color: #fff;
    font-size: 1rem;
}

.input-box label{
    position: absolute;
    top: 50%;
    left: 10px;
    padding-left: 10px;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    transition: .3s;
}

.input-box .input:focus ~ label,
.input-box .input:valid ~ label{
    top: -1px;
    left: 10px;
    background: #90a6ef;
    font-weight: 500;
    font-size: 12px;
    padding: 5px;
}

textarea.input {
    resize: none;
    min-height: 150px;
    overflow: auto;
    padding-top: 10px;
}

.benj{
    position: relative;
    top: 100px;
    background: #fff;
    outline: none;
    border: none;
    border-radius: 4px;
    height: 4vh;
    width: 70%;
    font-size: 1rem;
    color: #90a6ef;
    cursor: pointer;
    font-weight: 500;
}



@media (max-width: 768px)  {
    
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }

    body{
        scroll-behavior: smooth;
    }

    
    .navbar{
        position: fixed;
        display: inline;
        flex-direction: column;
        width: 100%;
        height: 8vh;
        
    }

    .logo{
        display: none;
    }
    

    .navbar  .nav{
        position: static;
        
        width: 100%;
    }

    .nav .nav-item{
         
        list-style: none;
        float: left;
        font-size: 10px; 
        width: 23%;
    }
    .nav .nav-item a{
         
         
        color: #3d535f;
        font-weight: bold;
        margin-left: 5px; 
    }
    

    .sag{
        display: none;
         
    }

    
/* ------------- HOME SECTIONU WRAPPER İLE KAYAN RESİM VE YAZI RESPONSİVE*/


    .wrapper{
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        padding: 0 10%;
        
    }

    

    .cols{
        width: 60%;
    }
    .cols1{
        width: 40%;
        z-index: 0;
    }
    .topline{
        display: block;
        position: relative;
        font-size: 1.2rem;
        font-weight: 800;
        letter-spacing: 5px;
        color: #3d535f;
        margin-top: -10vh; 
    }

    .topline::after
    {
        position: absolute;
        content: '';
        height: 4px;
        width: 50px;
        bottom: 10px;
    
    }

    h1{
        display: block;
        font-size: 1em;
        font-weight: 800;
        color: #3d535f;
    }

    .multiText{
        color: #90a6ef;
        text-transform: capitalize;
    }
    p{
        display: block;
        width: 90%;
        font-size: 1em;
        color: #3d535f;
        margin-top: 0.4rem;
        overflow: hidden;
    }

    .btns{
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 0.5rem;
        height: 5vh;
        left: 0;
    }

    button{
        height: 5vh;
        outline: none;
        border: none;
        cursor: pointer;
        font-size: 10px;
        font-weight: 200;
        color: #fff;
        background-color: #3d535f;
        padding: 2px 2px;
        margin: 4px 2px;
        width: 100px; 
        letter-spacing: 1px;
        text-transform: capitalize;
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
    }

    button a{
        text-decoration: none;
        color: #fff;
    }

    button a:hover{
        text-decoration: none;
        color: #fff;
    }

    button:hover{
        background-color: #90a6ef;
    }

    .imgbox{
        position: relative;
        width: 90%;
        height: 70%;
    }

    .imgbox img{
        position: relative;
        height: 80%;
        width: calc(100% - 1px);
        top: -50px;
        animation: animateUser 4s linear infinite;
    }

    @keyframes animateUser{
        50%{
            top:30px;
    
        }
    }


/* HOME SECTIONU BİTER REYİS*/


/*
    */
    .aboutme{
        text-align: center;
    }
    .process-wrapper {
	 
        margin-left: 10%;
        max-width:100vw;
    }
    
    #progress-bar-container {
        position:relative;
        width:100%;
        margin:auto;
        height:100px;
        margin-top:65px;
    }
    
    #progress-bar-container ul {
        padding:0;
        margin:0;
        padding-top:15px;
        z-index:9999;
        position:absolute;
        width:100%;
        margin-top:-40px
    }
    #progress-bar-container li {
        list-style:none;
        float:left;
        width:20%;
        text-align:center;
        color:#aaa;
        text-transform:uppercase;
        font-size:6px;
        cursor:pointer;
        font-weight:200;
        transition:all ease 0.2s;
        vertical-align:bottom;
        height:70px;
        position:relative;
         
    }
  
    #progress-bar-container #line {
        width:100%;
        margin:auto;
        background: #eee;
        height:6px;
        position:absolute;
        left:0%;
        top:57px;
        z-index:1;
        border-radius:50px;
        transition:all ease 0.9s;
    }

    #progress-bar-container #line-progress {
        content:" ";
        width:8%;
        height:50%;
        background: #207893;	 
        background: linear-gradient(to right, #207893 0%,#2ea3b7 100%); 
        position:absolute;
        z-index:2;
        border-radius:50px;
        transition:all ease 0.9s;
    }

    #progress-content-section {
        width:100%;
        margin: auto;
        background: #f3f3f3;
        border-radius: 4px;
    }

    #progress-content-section .section-content {
        
        text-align:center;
    }

    #progress-content-section .section-content h2 {
        font-size:15px;
        text-transform:uppercase;
        color:#333;
        letter-spacing:1px;
    }

    #progress-content-section .section-content p {
        font-size:10px;
        line-height:1.8em;
        color:#777;
    }

    #progress-content-section .section-content {
        display:none;
        animation: FadeInUp 700ms ease 1;
        animation-fill-mode:forwards;
        transform:translateY(15px);
        opacity:0;
    }

    #progress-content-section .section-content.active {
        display:block;
    }

        /*------------------------------------------------------------------------------------ kontakt responsive-------------------------------------------------------*/
        
    .kontakt{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        top:30vh;
    }

    .item{
        width: 170%;
        height: 550px;
        max-width:600px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 20px rgba(0, 0,0,0.4);
        overflow: hidden;
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    /* burada z:index 1000 vardı preloader ı arkadad bıraktığı için kaldırdım*/
    }

    .baglan{
        background: #fff;
    }

    .submit-form{
        background: #90a6ef;
    }

    .first-text{
        padding-left: 10px;
        padding-top: 20px;
        font-size: 20px;
        color: #3d535f;
        text-transform: capitalize;
        font-weight: bold;
    }

    .imaj{
        height: 55%;
        width: 60%;
        transform: scaleX(-1);
    }
    .secnd-text{
        margin-left: 40px;
        color: #3d535f;
        font-size: 2rem;
        font-weight: 500;
    }
    .social-media{
        display: flex;
        flex-direction: row;
        list-style: none;
    }
    .social-media li{
        margin-left: 10px;
        margin-top: 10px;
        font-size: 2rem;
    }

    .social-media li a{
        color: #3d535f;
    }

    .social-media li a:hover{
        transition: .3s;
        color: #90a6ef;
    }

    .third-text{
        font-size: 25px;
        position: relative;
        top: 20px;
        left: 20px;
        padding-top: 10px;
        color: white;
    }

    form{
        padding: 0 50px;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .input-box{
        height: 4vh;
        width: 100%;
        margin: 20px 0;
        position: relative;
    }

    .input{
        width: 100%;
        height: 100%;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 20px;
        outline: none;
        padding-left: 10px;
        color: #fff;
        font-size: 1rem;
    }

    .input-box label{
        position: absolute;
        top: 50%;
        left: 10px;
        padding-left: 10px;
        transform: translateY(-50%);
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        transition: .3s;
    }

    .input-box .input:focus ~ label,
    .input-box .input:valid ~ label{
        top: -1px;
        left: 10px;
        background: #90a6ef;
        font-weight: 500;
        font-size: 12px;
        padding: 5px;
    }

    textarea.input {
        resize: none;
        min-height: 150px;
        overflow: auto;
        padding-top: 10px;
    }

    .benj{
        position: relative;
        top: 150px;
        background: #fff;
        outline: none;
        border: none;
        border-radius: 4px;
        height: 4vh;
        width: 100%;
        font-size: 1rem;
        color: #90a6ef;
        cursor: pointer;
        font-weight: 500;
    }

   /*------------------------------------------------------------------------------------ kontakt responsive bitttiii -------------------------------------------------------*/
    
 /*-------------------------------------------------------------------my projects responsive kısmı -------------------------------------------------------------------------------------------*/
        .tiltcard{
            display: flex;
            float: left;
            width: 20vw;
            height: 20vh;
            background: rgb(145, 145, 235);
            margin-top: 9vh;
            margin-left: 4vw;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            overflow: hidden;
            flex-wrap: wrap;
        }

        .tiltcard .project h1{
            color: #f3f5f8;
            text-align: center;
        }
        .tiltcard .project p{
            position: relative;
        }
        .tiltcard .project img{
            width: 20vw;
            height: 20vh;
            position: relative;
            top: 50%;
            
        
        }
 /*-------------------------------------------------------------------my projects responsive kısmı biter -------------------------------------------------------------------------------------------*/
    
}

 /*------------------------------------------------------------------ 768 ve 1280 arası ------------------------------------------------------------------*/
 /*------------------------------------------------------------------ 768 ve 1280 arası ------------------------------------------------------------------*/
  /*------------------------------------------------------------------ 768 ve 1280 arası ------------------------------------------------------------------*/
   /*------------------------------------------------------------------ 768 ve 1280 arası ------------------------------------------------------------------*/
    /*------------------------------------------------------------------ 768 ve 1280 arası ------------------------------------------------------------------*/
     /*------------------------------------------------------------------ 768 ve 1280 arası ------------------------------------------------------------------*/
      /*------------------------------------------------------------------ 768 ve 1280 arası ------------------------------------------------------------------*/
 
@media (min-width: 768px) and (max-width:1280px) {
    
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }

    body{
        scroll-behavior: smooth;
    }

    
    .navbar{
        position: fixed;
        display: inline;
         
        width: 100%;
        height: 8vh;
        
    }

    .logo{
        display: none;
        
    }
    

    .navbar  .nav{
        position: static;
        width: 80%;
    }

    .nav .nav-item{
        
        list-style: none;
        float: left;
        font-size: 16px; 
        
    }
    .nav .nav-item a{
         
         
        color: #3d535f;
        font-weight: bold;
        margin-left: 5px; 
    }
    

    .sag{
        display: none;
    }

    
/* ------------- HOME SECTIONU WRAPPER İLE KAYAN RESİM VE YAZI RESPONSİVE*/


    .wrapper{
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        padding: 0 10%;
        
    }

    

    .cols{
        width: 60%;
    }
    .cols1{
        width: 40%;
        z-index: 0;
    }
    .topline{
        display: block;
        position: relative;
        font-size: 1.2rem;
        font-weight: 800;
        letter-spacing: 5px;
        color: #3d535f;
        margin-top: -10vh; 
    }

    .topline::after
    {
        position: absolute;
        content: '';
        height: 4px;
        width: 50px;
        bottom: 10px;
    
    }

    h1{
        display: block;
        font-size: 1em;
        font-weight: 800;
        color: #3d535f;
    }

    .multiText{
        color: #90a6ef;
        text-transform: capitalize;
    }
    p{
        display: block;
        width: 90%;
        font-size: 1em;
        color: #3d535f;
        margin-top: 0.4rem;
        overflow: hidden;
    }

    .btns{
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 0.5rem;
        height: 5vh;
        left: 0;
    }

    button{
        height: 5vh;
        outline: none;
        border: none;
        cursor: pointer;
        font-size: 10px;
        font-weight: 200;
        color: #fff;
        background-color: #3d535f;
        padding: 2px 2px;
        margin: 4px 2px;
        width: 100px; 
        letter-spacing: 1px;
        text-transform: capitalize;
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
    }

    button a{
        text-decoration: none;
        color: #fff;
    }

    button a:hover{
        text-decoration: none;
        color: #fff;
    }

    button:hover{
        background-color: #90a6ef;
    }

    .imgbox{
        position: relative;
        width: 90%;
        height: 70%;
    }

    .imgbox img{
        position: relative;
        height: 80%;
        width: calc(100% - 1px);
        top: -50px;
        animation: animateUser 4s linear infinite;
    }

    @keyframes animateUser{
        50%{
            top:30px;
    
        }
    }


/* HOME SECTIONU BİTER REYİS*/


/*
    */
    .aboutme{
        text-align: center;
    }
    .process-wrapper {
	 
        margin-left: 10%;
        max-width:100vw;
    }
    
    #progress-bar-container {
        position:relative;
        width:100%;
        margin:auto;
        height:100px;
        margin-top:65px;
    }
    
    #progress-bar-container ul {
        padding:0;
        margin:0;
        padding-top:15px;
        z-index:9999;
        position:absolute;
        width:100%;
        margin-top:-40px
    }
    #progress-bar-container li {
        list-style:none;
        float:left;
        width:20%;
        text-align:center;
        color:#aaa;
        text-transform:uppercase;
        font-size:6px;
        cursor:pointer;
        font-weight:200;
        transition:all ease 0.2s;
        vertical-align:bottom;
        height:70px;
        position:relative;
         
    }
  
    #progress-bar-container #line {
        width:100%;
        margin:auto;
        background: #eee;
        height:6px;
        position:absolute;
        left:0%;
        top:57px;
        z-index:1;
        border-radius:50px;
        transition:all ease 0.9s;
    }

    #progress-bar-container #line-progress {
        content:" ";
        width:8%;
        height:50%;
        background: #207893;	 
        background: linear-gradient(to right, #207893 0%,#2ea3b7 100%); 
        position:absolute;
        z-index:2;
        border-radius:50px;
        transition:all ease 0.9s;
    }

    #progress-content-section {
        width:100%;
        margin: auto;
        background: #f3f3f3;
        border-radius: 4px;
    }

    #progress-content-section .section-content {
        
        text-align:center;
    }

    #progress-content-section .section-content h2 {
        font-size:15px;
        text-transform:uppercase;
        color:#333;
        letter-spacing:1px;
    }

    #progress-content-section .section-content p {
        font-size:10px;
        line-height:1.8em;
        color:#777;
    }

    #progress-content-section .section-content {
        display:none;
        animation: FadeInUp 700ms ease 1;
        animation-fill-mode:forwards;
        transform:translateY(15px);
        opacity:0;
    }

    #progress-content-section .section-content.active {
        display:block;
    }

        /*------------------------------------------------------------------------------------ kontakt responsive-------------------------------------------------------*/
        
    .kontakt{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        top:30vh;
    }

    .item{
        width: 170%;
        height: 550px;
        max-width:600px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 20px rgba(0, 0,0,0.4);
        overflow: hidden;
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    /* burada z:index 1000 vardı preloader ı arkadad bıraktığı için kaldırdım*/
    }

    .baglan{
        background: #fff;
    }

    .submit-form{
        background: #90a6ef;
    }

    .first-text{
        padding-left: 10px;
        padding-top: 20px;
        font-size: 20px;
        color: #3d535f;
        text-transform: capitalize;
        font-weight: bold;
    }

    .imaj{
        height: 55%;
        width: 60%;
        transform: scaleX(-1);
    }
    .secnd-text{
        margin-left: 40px;
        color: #3d535f;
        font-size: 2rem;
        font-weight: 500;
    }
    .social-media{
        display: flex;
        flex-direction: row;
        list-style: none;
    }
    .social-media li{
        margin-left: 10px;
        margin-top: 10px;
        font-size: 2rem;
    }

    .social-media li a{
        color: #3d535f;
    }

    .social-media li a:hover{
        transition: .3s;
        color: #90a6ef;
    }

    .third-text{
        font-size: 25px;
        position: relative;
        top: 20px;
        left: 20px;
        padding-top: 10px;
        color: white;
    }

    form{
        padding: 0 50px;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .input-box{
        height: 4vh;
        width: 100%;
        margin: 20px 0;
        position: relative;
    }

    .input{
        width: 100%;
        height: 100%;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 20px;
        outline: none;
        padding-left: 10px;
        color: #fff;
        font-size: 1rem;
    }

    .input-box label{
        position: absolute;
        top: 50%;
        left: 10px;
        padding-left: 10px;
        transform: translateY(-50%);
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        transition: .3s;
    }

    .input-box .input:focus ~ label,
    .input-box .input:valid ~ label{
        top: -1px;
        left: 10px;
        background: #90a6ef;
        font-weight: 500;
        font-size: 12px;
        padding: 5px;
    }

    textarea.input {
        resize: none;
        min-height: 150px;
        overflow: auto;
        padding-top: 10px;
    }

    .benj{
        position: relative;
        top: 150px;
        background: #fff;
        outline: none;
        border: none;
        border-radius: 4px;
        height: 4vh;
        width: 100%;
        font-size: 1rem;
        color: #90a6ef;
        cursor: pointer;
        font-weight: 500;
    }

   /*------------------------------------------------------------------------------------ kontakt responsive bitttiii -------------------------------------------------------*/
    
 /*-------------------------------------------------------------------my projects responsive kısmı -------------------------------------------------------------------------------------------*/
        .tiltcard{
            display: flex;
            float: left;
            width: 20vw;
            height: 20vh;
            background: rgb(145, 145, 235);
            margin-top: 9vh;
            margin-left: 4vw;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            overflow: hidden;
            flex-wrap: wrap;
        }

        .tiltcard .project h1{
            color: #f3f5f8;
            text-align: center;
        }
        .tiltcard .project p{
            position: relative;
        }
        .tiltcard .project img{
            width: 20vw;
            height: 20vh;
            position: relative;
            top: 50%;
            
        
        }
 /*-------------------------------------------------------------------my projects responsive kısmı biter -------------------------------------------------------------------------------------------*/
    
}

 

/* ---------------------------------  1280 ve 1615 arası --------------------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------  1280  ve 1615 aras --------------------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------  1280 ve 1615 aras --------------------------------------------------------------------------------------------------------------------------------------------*/
/* ---------------------------------  1280 ve 1615 aras --------------------------------------------------------------------------------------------------------------------------------------------*/

@media (min-width: 1280px) and (max-width:1679px) {
    
    *{
        margin: 0;
        padding: 0;
        box-sizing: border-box;
        font-family: 'Poppins', sans-serif;
    }

    body{
        scroll-behavior: smooth;
    }

    
.navbar{
    height:8vh;
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1;
}

.logo{
    display: flex;
    cursor: pointer;    
}

.logo a {
    width: 8vw;
    height: 8vh;
    text-decoration: none;
    font-size: 1.8rem;
    color: #3d535f;
    font-weight: bold;
}

.logo a:hover{
    color: #90a6ef;
    transition: all.5s;
    
}
.nav{
    font-size: 1.4rem;
    font-weight: bolder;
    color: #3d535f !important;
    width: 60vw;
    margin: 1vh 4vh 5vh 1vh ;
    display: flex;
    flex-direction: row;
}


.nav li a,
.sag a{
    margin-left: 7px;
    color: #3d535f;
    letter-spacing: 3px;
    text-decoration: none;
     
}
.nav li:hover a,
.sag a:hover{
    color: #90a6ef;
    
}


.sag{
    width:20vw;
    margin-bottom: 4vh;
    font-size: 1.6rem;
    
}

    
/* ------------- HOME SECTIONU WRAPPER İLE KAYAN RESİM VE YAZI RESPONSİVE*/


    .wrapper{
        display: flex;
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        padding: 0 10%;
        
    }

    

    .cols{
        width: 60%;
    }
    .cols1{
        width: 40%;
        z-index: 0;
    }
    .topline{
        display: block;
        position: relative;
        font-size: 1.2rem;
        font-weight: 800;
        letter-spacing: 5px;
        color: #3d535f;
        margin-top: -10vh; 
    }

    .topline::after
    {
        position: absolute;
        content: '';
        height: 4px;
        width: 50px;
        bottom: 10px;
    
    }

    h1{
        display: block;
        font-size: 1em;
        font-weight: 800;
        color: #3d535f;
    }

    .multiText{
        color: #90a6ef;
        text-transform: capitalize;
    }
    p{
        display: block;
        width: 90%;
        font-size: 1em;
        color: #3d535f;
        margin-top: 0.4rem;
        overflow: hidden;
    }

    .btns{
        width: 100%;
        display: flex;
        flex-direction: row;
        margin-top: 0.5rem;
        height: 5vh;
        left: 0;
    }

    button{
        height: 5vh;
        outline: none;
        border: none;
        cursor: pointer;
        font-size: 10px;
        font-weight: 200;
        color: #fff;
        background-color: #3d535f;
        padding: 2px 2px;
        margin: 4px 2px;
        width: 100px; 
        letter-spacing: 1px;
        text-transform: capitalize;
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.4);
    }

    button a{
        text-decoration: none;
        color: #fff;
    }

    button a:hover{
        text-decoration: none;
        color: #fff;
    }

    button:hover{
        background-color: #90a6ef;
    }

    .imgbox{
        position: relative;
        width: 90%;
        height: 70%;
    }

    .imgbox img{
        position: relative;
        height: 80%;
        width: calc(100% - 1px);
        top: -50px;
        animation: animateUser 4s linear infinite;
    }

    @keyframes animateUser{
        50%{
            top:30px;
    
        }
    }


/* HOME SECTIONU BİTER REYİS*/


/*
    */
    .aboutme{
        text-align: center;
    }
    .process-wrapper {
	 
        margin-left: 10%;
        max-width:100vw;
    }
    
    #progress-bar-container {
        position:relative;
        width:100%;
        margin:auto;
        height:100px;
        margin-top:65px;
    }
    
    #progress-bar-container ul {
        padding:0;
        margin:0;
        padding-top:15px;
        z-index:9999;
        position:absolute;
        width:100%;
        margin-top:-40px
    }
    #progress-bar-container li {
        list-style:none;
        float:left;
        width:20%;
        text-align:center;
        color:#aaa;
        text-transform:uppercase;
        font-size:6px;
        cursor:pointer;
        font-weight:200;
        transition:all ease 0.2s;
        vertical-align:bottom;
        height:70px;
        position:relative;
         
    }
  
    #progress-bar-container #line {
        width:100%;
        margin:auto;
        background: #eee;
        height:6px;
        position:absolute;
        left:0%;
        top:57px;
        z-index:1;
        border-radius:50px;
        transition:all ease 0.9s;
    }

    #progress-bar-container #line-progress {
        content:" ";
        width:8%;
        height:50%;
        background: #207893;	 
        background: linear-gradient(to right, #207893 0%,#2ea3b7 100%); 
        position:absolute;
        z-index:2;
        border-radius:50px;
        transition:all ease 0.9s;
    }

    #progress-content-section {
        width:100%;
        margin: auto;
        background: #f3f3f3;
        border-radius: 4px;
    }

    #progress-content-section .section-content {
        
        text-align:center;
    }

    #progress-content-section .section-content h2 {
        font-size:15px;
        text-transform:uppercase;
        color:#333;
        letter-spacing:1px;
    }

    #progress-content-section .section-content p {
        font-size:10px;
        line-height:1.8em;
        color:#777;
    }

    #progress-content-section .section-content {
        display:none;
        animation: FadeInUp 700ms ease 1;
        animation-fill-mode:forwards;
        transform:translateY(15px);
        opacity:0;
    }

    #progress-content-section .section-content.active {
        display:block;
    }

        /*------------------------------------------------------------------------------------ kontakt responsive-------------------------------------------------------*/
        
    .kontakt{
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        top:30vh;
    }

    .item{
        width: 170%;
        height: 550px;
        max-width:600px;
        background: #fff;
        border-radius: 20px;
        box-shadow: 0 0 20px rgba(0, 0,0,0.4);
        overflow: hidden;
        grid-template-columns: repeat(2, 1fr);
        display: grid;
    /* burada z:index 1000 vardı preloader ı arkadad bıraktığı için kaldırdım*/
    }

    .baglan{
        background: #fff;
    }

    .submit-form{
        background: #90a6ef;
    }

    .first-text{
        padding-left: 10px;
        padding-top: 20px;
        font-size: 20px;
        color: #3d535f;
        text-transform: capitalize;
        font-weight: bold;
    }

    .imaj{
        height: 55%;
        width: 60%;
        transform: scaleX(-1);
    }
    .secnd-text{
        margin-left: 40px;
        color: #3d535f;
        font-size: 2rem;
        font-weight: 500;
    }
    .social-media{
        display: flex;
        flex-direction: row;
        list-style: none;
    }
    .social-media li{
        margin-left: 10px;
        margin-top: 10px;
        font-size: 2rem;
    }

    .social-media li a{
        color: #3d535f;
    }

    .social-media li a:hover{
        transition: .3s;
        color: #90a6ef;
    }

    .third-text{
        font-size: 25px;
        position: relative;
        top: 20px;
        left: 20px;
        padding-top: 10px;
        color: white;
    }

    form{
        padding: 0 50px;
        height: 100%;
        width: 100%;
        overflow: hidden;
    }

    .input-box{
        height: 4vh;
        width: 100%;
        margin: 20px 0;
        position: relative;
    }

    .input{
        width: 100%;
        height: 100%;
        background: transparent;
        border: 2px solid #fff;
        border-radius: 20px;
        outline: none;
        padding-left: 10px;
        color: #fff;
        font-size: 1rem;
    }

    .input-box label{
        position: absolute;
        top: 50%;
        left: 10px;
        padding-left: 10px;
        transform: translateY(-50%);
        font-size: 1rem;
        font-weight: 500;
        color: #fff;
        transition: .3s;
    }

    .input-box .input:focus ~ label,
    .input-box .input:valid ~ label{
        top: -1px;
        left: 10px;
        background: #90a6ef;
        font-weight: 500;
        font-size: 12px;
        padding: 5px;
    }

    textarea.input {
        resize: none;
        min-height: 150px;
        overflow: auto;
        padding-top: 10px;
    }

    .benj{
        position: relative;
        top: 150px;
        background: #fff;
        outline: none;
        border: none;
        border-radius: 4px;
        height: 4vh;
        width: 100%;
        font-size: 1rem;
        color: #90a6ef;
        cursor: pointer;
        font-weight: 500;
    }

   /*------------------------------------------------------------------------------------ kontakt responsive bitttiii -------------------------------------------------------*/
    
 /*-------------------------------------------------------------------my projects responsive kısmı -------------------------------------------------------------------------------------------*/
        .tiltcard{
            display: flex;
            float: left;
            width: 20vw;
            height: 20vh;
            background: rgb(145, 145, 235);
            margin-top: 9vh;
            margin-left: 4vw;
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.18);
            overflow: hidden;
            flex-wrap: wrap;
        }

        .tiltcard .project h1{
            color: #f3f5f8;
            text-align: center;
        }
        .tiltcard .project p{
            position: relative;
        }
        .tiltcard .project img{
            width: 20vw;
            height: 20vh;
            position: relative;
            top: 50%;
            
        
        }
 /*-------------------------------------------------------------------my projects responsive kısmı biter -------------------------------------------------------------------------------------------*/
    
}

@media (max-width:320px){
    .kontakt{
        width: 80%;
        
    }
    .imaj{
        display: inline;
    }
    .item{
        width: 90%;
    }
    .submit-form{
        display: none;
    }

  
    .nav{
        display: flex;
        flex-direction: row;
        width: 50vw;
    }
    
    .nav-link{
        font-size: 0.3rem;
        font-weight: 500;
    }
    .imgbox{
        position: relative;
        width: 90%;
        height: 70%;
    }

    .imgbox img{
        position: relative;
        height: 80%;
        width: calc(100% - 1px);
        top: -40px;
        animation: animateUser 4s linear infinite;
    }

    @keyframes animateUser{
        50%{
            top:40px;
    
        }
    }

}