@font-face {
  font-family: "Inter", sans-serif;
  src: url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
}
* {
  margin: 0;
  padding: 0;
}
html {
  scroll-behavior: smooth;
}
#about,
#experience {
  padding-top: 100px; /* Navbar yüksekliği kadar bir boşluk bırakın */
}
body {
  font-family: "Inter", sans-serif;
  display: flex;
  min-height: 100vh;
  justify-content: center;
  background-color: rgb(15, 23, 42);
  
  color:rgb(226, 232, 240);
#cursor-bg{
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  

 background-color:rgb(168, 198, 247,.6) ;
  filter: blur(200px);
 
  z-index: 10000000;
  
}
  
}
body .container {
  display: flex;
  justify-content:center;
  align-items:center;
  color: #c8d4ee;
}
body .container .wrapper {
  width: 90%;
  display: flex;
  justify-content:center;
  min-height:100vh;

}
body .container .wrapper header {
  top: 0;
  position: sticky;
  position:-webkit-sticky;
  max-height: 100vh;
  width: 50%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; 
  box-sizing: border-box;
  padding-top:96px;
  padding-bottom:96px;
}
body .container .wrapper header .header-top {
    width: 80%;
}
body .container .wrapper header .header-top h1 {
 /*  margin: 0;
  padding: 0; */
  color: #c8d4ee;
  font-size: 3.5rem;
}
body .container .wrapper header .header-top .header-top_job {

  color: #c8d4ee;
  font-size: 1.4rem;
  margin-top: 1rem;
}
body .container .wrapper header .header-top .header-top_text {

  font-size: 1.1rem;
  margin-top: 1.25rem;
  margin-bottom: 10rem;
  line-height: 1.5;
  opacity: 1;
  color: rgba(148, 163, 184, 1); /* Opaklık değeri 0 ile 1 arasında bir sayı olmalı */

  
}
body .container .wrapper header .header-top nav {
  width: 80%;
  margin-left: 45px !important;
  list-style: none;
  font-size: 1.1rem;
  font-weight: 700;
  text-transform: uppercase;
}
body .container .wrapper header .header-top nav ul {
  margin-top: 2.5rem;
}
body .container .wrapper header .header-top nav ul li {
  display: block;
  margin-left: -40px;
  margin-bottom: 2.5rem;
}

body .container .wrapper header .header-top nav ul li a {
  color: #6D7B93;
  text-decoration: none;
  display:flex;
  align-items:center;
}
.nav-indicator{
  display:inline-block;
  background-color: #6D7B93;
  width:2rem;
  height:2px;
  margin-right:10px;
}
li:hover{
 a{
    color:white;
}
.nav-indicator{
   background-color:white;
   width:5rem;
   transition: 0.5s;
 }
 
}
a:hover{
  color: white !important;

}


li:active{
  a{
     color:white;
 }
 .nav-indicator{
    background-color:white;
    width:5rem;
    transition: 0.5s;
  }
  
 }

body .container .wrapper header .sociallinks {
  list-style: none;
}
body .container .wrapper header .sociallinks ul {
  margin-left: 45px !important;
  margin-top: 2.5rem;
}
body .container .wrapper header .sociallinks ul li {
  display: inline-block;
  margin-left: -40px;
  margin-right: 4em;
}
body .container .wrapper header .sociallinks ul li a {
  text-decoration: none;
}
body .container .wrapper header .sociallinks ul li a img{
  width: 1.5rem;
  color: #6D7B93;
}

body .container .wrapper main{
  font-family: "Inter", sans-serif;
  width:50%;
  height:100%;
  color: #c8d4ee;
  box-sizing: border-box;
  
  padding-bottom:100px;
  padding-right: 20px;
  padding-left: 20px;
  


}
body .container .wrapper main .about{
margin-bottom:100px;
font-size: 1.1rem;
line-height: 1.8rem;
color: #6D7B93;
padding:0px 20px;

}
body .container .wrapper main .about .title_sticky{
  display: none;
}

body .container .wrapper main .about span{
  color: #ffffff;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.8rem;
}

body .container .wrapper main .about p{
  margin-bottom: 1.5rem;
  line-height: 1.8rem;
}
body .container .wrapper main .experience{
  margin-bottom:100px;
}
body .container .wrapper main .experience .title_sticky{
  display: none;
}
body .container .wrapper main .experience-box {
  width: 100%;
  color: #c8d4ee;
  display:flex;
  border-radius:10px;
  padding:10px 20px;
  
}
.experience-box  .box-left{
  width: 30%;
  padding: 34px 0px 30px 0px;
  color: #6D7B93;
  text-transform: uppercase;
  font-size:.75rem;
  font-weight: 600;
  
}
.experience-box  .box-right{
  width: 70%;
  display:flex;
  flex-direction:column;
 
  padding: 30px 15px;
  
  /* justify-content: space-between; */
  
}
.box-right .box-right-title{
  font-size:1rem;
  margin-top:0px;
  margin-bottom: 10px;
  color: white;

}
.box-right .box-right-info{
  margin-top:6px;
  font-size:0.9rem;
 
 /* margin-bottom: 50px; */

  
  line-height: 1.2rem;
  color: #6D7B93;
 

}
.box-right .box-right-abilities{
  margin-top:1rem;
  ul{
    
     list-style: none;

  }
  li{
    display: inline-block;
    padding: 4px 12px;
    margin-right:10px;
    margin-left:0px;
    margin-top:8px;
    background-color: rgba(45, 212, 191, .1);
    border-radius:10px;
    font-size: 0.8rem;
    color:rgb(94, 234, 212);
    
  }
  a{
    text-decoration:none;
    
    
  }

}
.experience-box:hover{
  
  background-color: rgb(22, 34, 61); 
  
}
.experience-box  .box-right .box-right-title:hover{
  color:rgb(94, 234, 212);
  cursor: pointer;
}
.project-box:hover{
  
  background-color: rgb(22, 34, 61); 
  
}
.project-box  .box-right .box-right-title:hover{
  color:rgb(94, 234, 212);
  cursor: pointer;
}
span:hover{
  color:rgb(94, 234, 212);
  cursor: pointer;
}

/* Download Button Styles */
.download-section {
  margin-top: 3rem;
  margin-bottom: 2rem;
  text-align: left;
}

.download-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  background: transparent;
  color: #c8d4ee;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.download-btn:hover {
  transform: translateY(-2px);
  color: rgb(94, 234, 212);
  border-color: rgb(94, 234, 212);
  box-shadow: 0 6px 20px rgba(94, 234, 212, 0.2);
}

.download-btn:active {
  transform: translateY(0);
}
::selection {
  color:gray;
  background:rgb(94, 234, 212);
}
body .container .wrapper main .project-box {
  width: 100%;
  color: #c8d4ee;
  display:flex;
  border-radius:10px;
  padding:10px 20px;
  
}
.project-box  .box-right{
  width: 100%;
  display:flex;
  flex-direction:column;
  padding: 30px 15px;
  /* justify-content: space-between; */
  
}
body .container .wrapper main .project .title_sticky{
  display: none;
}
.box-right img{
  
  width: 100px;
  height: 100px;
  border-radius: 1rem;
  border: 2px solid antiquewhite;
  
  margin-top: 20px;
}

.box-right img:hover{
 
  cursor: pointer;
  border: 2px solid rgb(94, 234, 212);
}

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

  body .container .wrapper {
  
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    min-height:100vh;
  
  }
  body .container .wrapper header {
    position: initial;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    box-sizing: border-box;
    margin-top:100px;
    padding-bottom:0px ;
    
  }
  body .container .wrapper header .header-top h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  body .container .wrapper header .header-top .header-top_job{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-top: 10px;
  }
  body .container .wrapper header .header-top .header-top_text{
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body .container .wrapper header .header-top nav{
    display: none;
  }  
  body .container .wrapper header .sociallinks{
   margin-top: 0px;
  }
  body .container .wrapper header .sociallinks  ul {
    margin-top: 0px;
  }
  
  body .container .wrapper main{
    font-family: "Inter", sans-serif;
    width: 100%;
    height: 100%;
    color: #c8d4ee;
    box-sizing: border-box;
    padding: 0px;
  }

  /*ABOUT kommt hier*/
  body .container .wrapper main .about{
    padding: 0px;

  }
  body .container .wrapper main .about .title_sticky{
    position: sticky;
    top: 0;  
    display: block;
    font-size:0.8rem;
    margin-top:0px;
    margin-bottom: 10px;
    padding-top:20px;
    padding-bottom: 20px;
    background-color: rgb(15, 23, 42, 0.8);
    width: 100%;
    backdrop-filter: blur(7px);
    color: #c8d4ee;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
  
  }
  body .container .wrapper main .experience-box {
    width: 100%;
    /* width:528px;
    height:300px; */
    box-sizing: border-box;
    color: #c8d4ee;
    display:flex;
    
    border-radius:10px;
    padding:40px 20px;
    margin: 0px;
    
  
    
    
  }
  body .container .wrapper main .experience .title_sticky{
    position: sticky;
    top: 0;  
    display: block;
    font-size:0.8rem;
    margin-top:0px;
    margin-bottom: 10px;
    padding-top:20px;
    padding-bottom: 20px;
    background-color: rgb(15, 23, 42, 0.8);
    width: 100%;
    backdrop-filter: blur(7px);
    color: #c8d4ee;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
  }
  body .container .wrapper main .project .title_sticky{
    position: sticky;
    top: 0;  
    display: block;
    font-size:0.8rem;
    margin-top:0px;
    margin-bottom: 10px;
    padding-top:20px;
    padding-bottom: 20px;
    background-color: rgb(15, 23, 42, 0.8);
    width: 100%;
    backdrop-filter: blur(7px);
    color: #c8d4ee;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
  }
  body .container .wrapper main .project-box {
    width: 100%;
    /* width:528px;
    height:300px; */
    box-sizing: border-box;
    color: #c8d4ee;
    display:flex;
    
    border-radius:10px;
    padding:40px 20px;
    margin-left: -20px;
    
  
    
    
  }
  .experience-box  .box-left{
    width: 20%;
    font-size:0.8rem;
    padding:0px;
    margin-bottom: 5px;
    
    
    
  }
  .box-right{
    width: 80%;
    display:flex;
    flex-direction:column;
    padding: 0px;
 
  }
  .box-right .box-right-title{
    font-size:1rem;
  }
  
  .box-right .box-right-info{
    margin-top:0px;
    font-size: 1rem;
    line-height: normal;
    
  
  }
  .box-right .box-right-abilities{
    margin-top:20px;
  }
  .project .box-right{
    width: 100%;
    display:flex;
    flex-direction:column;
    padding: 0px;
 
  }


}
@media screen and (max-width:600px) {
  body .container .wrapper {
  
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content:center;
    min-height:100vh;
  
  }
  body .container .wrapper header {
    position: initial;
    
    width: 100%;
    margin:0px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
    box-sizing: border-box;
    margin-top:100px;
    padding-bottom:0px ;
    
  }
  body .container .wrapper header .header-top h1{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  body .container .wrapper header .header-top .header-top_job{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 500;
    margin-top: 10px;
  }
  body .container .wrapper header .header-top .header-top_text{
    font-size: 0.9rem;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  body .container .wrapper header .header-top nav{
    display: none;
  }  
  body .container .wrapper header .sociallinks{
   margin-top: 0px;
  }
  body .container .wrapper header .sociallinks  ul {
    margin-top: 0px;
  }
  
  body .container .wrapper main{
    font-family: "Inter", sans-serif;
    width: 100%;
    height: 100%;
    color: #c8d4ee;
    box-sizing: border-box;
    padding: 0px;
   
  
  
  }

  /*ABOUT kommt hier*/
  body .container .wrapper main .about{
    padding: 0px;

  }
  body .container .wrapper main .about .title_sticky{
    position: sticky;
    top: 0;  
    display: block;
    font-size:0.8rem;
    margin-top:0px;
    margin-bottom: 10px;
    padding-top:20px;
    padding-bottom: 20px;
    background-color: rgb(15, 23, 42, 0.8);
    width: 100%;
    backdrop-filter: blur(7px);
    color: #c8d4ee;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
  }
  body .container .wrapper main .experience-box {
    width: 100%;
    box-sizing: border-box;
    color: #c8d4ee;
    display:flex;
    flex-direction: column;
    border-radius:10px;
    padding:40px 20px;
    margin: 0px;
    
  
    
    
  }
  body .container .wrapper main .project-box {
    width: 100%;
    box-sizing: border-box;
    color: #c8d4ee;
    display:flex;
    flex-direction: column;
    border-radius:10px;
    padding:40px 20px;
    margin: 0px;
    
  
    
    
  }
  body .container .wrapper main .experience .title_sticky{
    position: sticky;
    top: 0;  
    display: block;
    font-size:0.8rem;
    margin-top:0px;
    margin-bottom: 10px;
    padding-top:20px;
    padding-bottom: 20px;
    background-color: rgb(15, 23, 42, 0.8);
    width: 100%;
    backdrop-filter: blur(7px);
    color: #c8d4ee;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
  }

  .experience-box  .box-left{
    font-size:0.8rem;
    padding:0px;
    margin-bottom: 5px;
    width: 100%;
    
    
    
  }
  .experience-box  .box-right{
    width: 100%;
    display:flex;
    flex-direction:column;
    padding: 0px;
 
  }
  .experience-box  .box-right .box-right-title{
    font-size:1rem;
  }
  
  .experience-box  .box-right .box-right-info{
    margin-top:0px;
    font-size: 1rem;
    line-height: normal;
    
  
  }
  .experience-box  .box-right .box-right-abilities{
    margin-top:20px;
  }

  /* Download Button Responsive */
  .download-section {
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    text-align: left;
  }

  .download-btn {
    padding: 0.8rem 1.5rem;
    font-size: 0.9rem;
    background: transparent;
    color: #c8d4ee;
    border: 2px solid transparent;
  }

  .download-btn:hover {
    color: rgb(94, 234, 212);
    border-color: rgb(94, 234, 212);
  }


}

@keyframes follow-cursor {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(calc(-50% + var(--x)), calc(-50% + var(--y))) scale(2);
  }
} 