*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body{
  line-height: 1.5;
  color: #3d4451;
  background:#efefef;
}
::selection{
  color: #fff;
  background: #6665ee;
}


.myBtn {
    
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #6665ee; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 12px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
  transform : scale(0,0); /* Hidden by default */
  transition: transform 0.5s;
}

.animate{
  transform: scale(1,1);
  transition: transform 0.5s;
}

.myBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
  background-color: white; /* Set a background color */
  color: #6665ee; /* Text color */
  border: 2px solid #6665ee;
  transform: scale(1.2,1.2);
  transition: transform 0.2s;
}

.slider{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height:100vh;
/*    background: #4B77BE ;*/
    background: linear-gradient(#4B77BE,#efefef);
    z-index: -1;
}

nav{
    
    display: grid;
    grid-template-columns: 10% 1fr 1fr 10%;
    min-height: 10vh;
    color:black;
    align-items:center;
    
}

.logo{
  font-family: 'DM Serif Display', serif;
    grid-column: 2/3;
    font-size: 25px;    
}
 

#logo2{
    position:absolute; 
    top:5%;
    font-family: 'Yellowtail', cursive;
    color: white;
}

#hamburger{
    justify-self: end;
}

.head{
    display: flex;
    height: 80vh;
    justify-content: center;
    align-items: center;
}

.hero{
    height:60%;
    width: 100%;
    position: relative;
}

#introductionme {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.headline {
    font-family: 'Sacramento', cursive;
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 70px;
    transform: translate(-20%,-70%);
    color: white;
}

.headline2,.headline3{
    font-family: 'DM Serif Display', serif;
    position: absolute;
    top: 50%;
    left: 10%;
    font-size: 25px;
    transform: translate(-20%,-70%);
    color: black;
}
/*.aboutme{
    content: hidden;
    top:0;
    padding: 10px;
    width: 200px;
    height: 200px;
    background-color: red;
    justify-content: center;
}
*/
.content{
    margin:0 auto;
    text-align: center;
    width: 80%;
    background-color: #efefef;
}

.whoami h2{
  font-size: 50px;
  text-align: center;
  color: #4b77be;
  font-weight: bold;
}

.sociallist{
    text-align: center;
    padding:15px 0 50px;
    margin: 25px auto ;
    width: 85%;
    /* background: rgba(102, 101, 238, 0.8); */
    background-color: efefef;
    height:7vh;
    border: 3px solid rgba(102, 101, 238, 0.9);
    border-radius: 15px;
}

.sociallist img{
    height: 35px;
    width: auto;
    z-index: 1;
    transition: transform 1s;
}
.sociallist img:hover{
    transform: rotate(360deg);
}

.sociallist a{
    margin:0 4%;
    font-size: 0;
    
}

.whoami{
    font-family: 'Montserrat', sans-serif;
    color: #333;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.8;
    text-align: center;
    margin-top: 50px;
    padding-left: 5%;
    padding-right: 5%;
}

.skill-header{
  font-size:30px; margin-bottom: 30px;
}

.progress-bar {
  position: relative;
  height: 15px;
  background-color: #f5f5f5;
}

.progress-bar-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(to right, transparent, #6665ee);
  opacity: 0.5;
  z-index: 0;
  border-radius: 10px;
  
}

.fill {
  border-radius: 10px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  background-color:  #6665ee;
}

.bar .fill.node {
  width: 70%;
}

.bar .fill.css {
  width: 75%;
}

.bar .fill.python {
  width: 70%;
}
.bar .fill.javascript {
  width: 85%;
}
.bar .fill.java {
  width: 75%;
}
.bar .fill.videdit {
  width: 55%;
}
.bar .fill.mongo {
  width: 65%;
}
.bar .fill.photoshop {
  width: 50%;
}

.barbody1 , .barbody2{
  display: flex grid;
  float:left;
  justify-content: center;
  text-align: left;
  padding: 25px 30px;
  height: 100%;
  width: 50%;
  background-color: #efefef;
  border:2px solid rgba(102, 101, 238, 0.7);
  border-radius: 20px;
  margin-bottom:50px;
  border-top:5px solid rgba(102, 101, 238, 0.7);

} 

.barbody1{
margin-bottom: 50px;
border-radius: 20px 0 0 20px;
border-right: 0;
box-shadow: rgba(102, 101, 238, 0.4) -5px 5px, rgba(102, 101, 238, 0.3) -10px 10px, rgba(102, 101, 238, 0.2) -15px 15px, rgba(102, 101, 238, 0.1) -20px 20px, rgba(102, 101, 238, 0.05) -25px 25px;
}
.barbody2{
border-radius: 0 20px 20px 0;
border-left: 0;
box-shadow: rgba(102, 101, 238, 0.4) 5px 5px, rgba(102, 101, 238, 0.3) 10px 10px, rgba(102, 101, 238, 0.2) 15px 15px, rgba(102, 101, 238, 0.1) 20px 20px, rgba(102, 101, 238, 0.05) 25px 25px;
}

.barbody1 .bar,.barbody2 .bar{
  margin: 30px 0;
}


.barbody1 .bar .info span,.barbody2 .bar .info span{
  font-family: 'DM Serif Display', serif;
  font-size: 30px;
  font-weight: 500;
}

.barbody1 .bar:first-child,.barbody2 .bar:first-child{
margin-top: 0px;
}

.barbody1 .bar .info,.barbody2 .bar .info{
margin-bottom: 5px;
}

.skill-header{
  margin-top: 40px;
}

.blog{
  margin-top: 20px
}
.blog h2{
    font-size:50px; 
}

.blogcontent{
  margin:5% auto 0;
  width: 100%;
  border-radius: 20px;
  border: 2px solid #6665ee;
  height: 300px;
  background: white;
}

.blog button{
  margin-top: 0px;
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #6665ee; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 10px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 14px; /* Increase font size */

}

/* .blog button:hover{
  background-color: whitesmoke; 
  color: #6665ee; 
  border: 2px solid #6665ee;
} */

.youtube{
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-size: 25px;
  padding: 15px;
  background: white;
  margin: 0 auto;
  border-radius: 15px;
  border: 2px solid #6665ee;
}

.youtube h2{
  margin:20px
}

.iframe{ 
  margin: 0 auto -3%;
  position: relative;
  overflow: hidden;
  max-width: 900px;
  max-height: 300px ;
  width: 100%;
  padding-top: 550px;
}

.responsive-iframe{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  max-width: 900px;
  max-height: 500px ;
}


.spotify{
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-size: 25px;
  padding: 15px;
  background: white;
  margin: 0 auto;
  border-radius: 15px;
  border: 2px solid #6665ee;
}

.spotify span{
  font-family: 'Jost', sans-serif;
  display: block;
  text-align: left;
  padding: 15px;
  font-weight: 700;
  color: #0a0a0a;
  font-size: 0.75em;
}
.spotify span img{
  padding:5px; 
  vertical-align: middle; 
  width:45px; 
  height:45px;
 
}
.spotify img{
  opacity: 1;
  object-fit: cover;
  cursor: pointer;
  width: 150px;
  height: 150px;
  display: inline-flex;
  padding: 5px;
}


.calismalar-header{
  font-size:50px;
  margin: 50px auto 20px;
}

.projelerim{
  background-color: #6665ee;
  color: whitesmoke;
  border-radius: 4px;
  margin-bottom: 20px;
}

.blogcuk{
  border: 2px solid #6665ee;
  border-top: 0;
  border-radius:  0 0 15px 15px;
  margin-bottom: 10px;
}

#ytlink{

  margin-top: 50px;
  margin-bottom: 10px;
  padding: 5px;
}

.fcc-btn{
  background-color: #6665ee;
  color:white;
  font-size: 0.6em;
  border: 1px solid #6665ee;
  border-radius: 10px;
  padding: 8px;
  text-decoration: none;
  cursor: pointer;
}

.fcc-btn:hover{
  color: #6665ee;
  background-color:white;
}


/*swiper for both parts */

.swiper {
  padding: 15px;
  border: 2px solid #6665ee;
  border-bottom: 0;
  border-radius: 15px 15px 0 0;
  background: #eee;
  font-family:'Montserrat', Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  display: flex;
  justify-content: center;

}
.job .swiper {
  border: 2px solid #6665ee;
  border-radius: 15px;  
}

.swiper-slide {
  margin: auto;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  background: #fff;
  border-radius:15px;
  border: 1px solid #6665ee;
  /* Center slide text vertically */
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}


.swiper-slide .description{
  text-align: left;
}
.swiper-slide .description .deneme{
  padding: 0px;
  font-size: 80%;
}
.swiper-slide img {
  height: 200px;
  width: 200px;
  object-fit: cover;
  border-radius: 16px;
  margin: 0 auto;
  display: block;
}


.contact-head{
  font-size: 50px;
  margin: 50px auto 20px;
}

/* .contact{
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-size: 25px;
  padding: 15px;
  background: white;
  margin: 0 auto;
  border-radius: 15px;
  border: 2px solid #6665ee;
} */

.contact .left{
  width: 48%;
  float: left;
  height: 475px;
  color: #3d4451;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  color: #222;
  font-size: 25px;
  padding: 15px;
  background: white;
  margin: 0 auto;
  border-radius: 15px;
  border: 2px solid #6665ee;
  font-size: 1em;
  padding-left: 35px;

}

.contact .left h3{

  font-weight: 700;
  font-family: "Jost", sans-serif;
  margin: 30px 0 15px 0px;
  line-height: 1.1;
      
}

.contact .left p{
  font-size: 13px;
  width: 85%;
}


.contact input, .contact textarea {
  text-align: left;
  width: 75%;
  border: none;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 15px 10px 5px;
  margin: 10px auto 0 auto;
  filter: blur(1px);
}

.contact .right{
  width: 48%;
  float: right;
  height: 475px;

  font-family: 'Montserrat', sans-serif;
  color: #222;
  padding: 15px;
  background: white;
  margin: 0 auto;
  border-radius: 15px;
  border: 2px solid #6665ee;
}



.right td:first-child{
  font-weight: bold;
  padding-right: 20px;
}

.contact .right td{
  padding-top: 5px;
  padding-left: 10px;
  padding-bottom: 18px;
  font-size: 14px;
}
.contact .mapp{
  height: 266px;
  width: 100%;
  margin-top: 20px;
}


#footer {
  font-size: large;
  margin-top: 5px;
  margin-bottom: 3px;
  float: left;
  width: 100%;
}


@media only screen and (max-width: 1024px) { /*1024den kucukse*/
    .headline2,.headline3{
        font-family: 'DM Serif Display', serif;
        position: absolute;
        top: 50%;
        left: 10%;
        font-size: 18px;
        transform: translate(-20%,-70%);
        color: black;
    }

    .iframe{ 
      margin: 0 auto 0;
      position: relative;
      overflow: hidden;
      max-width: 900px;
      max-height: 300px ;
      width: 100%;
      padding-top: 56.25%;
    }
  }

@media only screen and (max-width: 768px) { /*768den kucukse*/
    .headline2,.headline3{
        font-family: 'DM Serif Display', serif;
        position: absolute;
        top: 50%;
        left: 10%;
        font-size: 15px;
        transform: translate(-20%,-70%);
        color: black;
    }
    .skill-header, .calismalar-header{
      font-size:20px; margin-bottom: 30px;
    }
    .content{
      width:95%
    }
     .barbody1 , .barbody2{
      justify-content: left;
      text-align: left;
      padding: 25px 30px;
      height: 100%;
      width: 100%;
      background-color: #efefef;
      border:2px solid rgba(102, 101, 238, 0.7);
      border-radius: 20px;
    }


    .barbody1{
      box-shadow: rgba(102, 101, 238, 0.4) 5px 5px, rgba(102, 101, 238, 0.3) 10px 10px, rgba(102, 101, 238, 0.2) 15px 15px, rgba(102, 101, 238, 0.1) 20px 20px, rgba(102, 101, 238, 0.05) 25px 25px;
    }

    .barbody2{
      box-shadow: rgba(102, 101, 238, 0.4) 5px 5px, rgba(102, 101, 238, 0.3) 10px 10px, rgba(102, 101, 238, 0.2) 15px 15px, rgba(102, 101, 238, 0.1) 20px 20px, rgba(102, 101, 238, 0.05) 25px 25px;
    }

    /* .blog{
      margin-top: 45%;
    } */

    .youtube{
      font-size: 15px;
      
    }
    
    .youtube h2{
      margin:5px 0 10px; 
    }

    .iframe{ 
      margin: 0 auto 0;
      position: relative;
      overflow: hidden;
      max-width: 900px;
      max-height: 300px ;
      width: 100%;
      padding-top: 56.25%;
    }

    .contact .left{
      display: none;
    }

    .contact .left,.contact .right {
      float: none;
      width: 98%;
    }

    .contact .left{
      border-bottom: 0;
      border-radius: 15px 15px 2px 2px;
    }
    .contact .right{
      /* border-radius: 2px 2px 15px 15px; */
      border-radius: 15px;
      padding-top: 0;
    }
    .contact .right table{
      padding-top: 3%;

    }
    .contact .right td:first-child{
      padding: 5px 30px 25px 30px;
      padding-bottom: 25px;
    }
    .whoami h2{
      font-size: 32px;
    }
  }

  .blog-section {
    padding: 40px 0;
    margin: 30px 0;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  
  .blog-section h2 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #333;
  }
  
  .blog-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    padding: 0 20px;
  }
  
  .blog-card {
    width: 100%;
    max-width: 350px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  
  .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(102, 101, 238, 0.2);
  }
  
  .blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }
  
  .blog-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
  }
  
  .blog-card:hover .blog-img img {
    transform: scale(1.1);
  }
  
  .blog-content {
    padding: 20px;
  }
  
  .blog-date {
    font-size: 14px;
    color: #6665ee;
    margin-bottom: 10px;
    font-weight: 500;
  }
  
  .blog-card h3 {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 600;
    line-height: 1.3;
    color: #333;
  }
  
  .blog-card p {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.6;
    text-align: left;
  }
  
  .blog-link {
    display: inline-block;
    color: #6665ee;
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: color 0.3s;
  }
  
  .blog-link:hover {
    color: #4b47e2;
  }
  
  .blog-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 40px;
    gap: 10px;
  }
  
  .blog-nav-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #6665ee;
    color: #6665ee;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
  }
  
  .blog-nav-btn.active, .blog-nav-btn:hover {
    background: #6665ee;
    color: #fff;
  }
  
  .blog-all-btn {
    margin-left: 15px;
    padding: 8px 20px;
    background: #6665ee;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.3s;
  }
  
  .blog-all-btn:hover {
    background: #4b47e2;
  }
  
  @media (max-width: 768px) {
    .blog-container {
      flex-direction: column;
      align-items: center;
    }
    
    .blog-card {
      max-width: 100%;
    }
  }
  

@media only screen and (max-width: 375px) {
  .contact .right td:first-child{
    padding: 5px 5px 25px 0px;
  }

  .sociallist img{
    height: 25px;
}
}