.portfolio{
    background: rgb(34,34,34);
   /* background: linear-gradient(rgba(251,63,63,1) 0%, rgba(0,0,0,1) 60%);  */
    opacity: 1; 
    position: relative;
    display: flex;
  }

  .navbar{
    width: 80px;
    height: 100%;
    background: rgb(48, 48, 48);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    transition: 0.2s ease;
  }

  .links_list{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
  }

  .links_list li{
    width: 100%;
    height: 10%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar button{
    background: rgb(48, 48, 48);
    border: none;
    padding: 0.5rem 1rem;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
  }

  .middle {
    margin-top: auto;
  }

  .other_middle{
    margin-bottom: auto !important;
  }

  .last_li{
    margin-top: auto;
    margin-bottom: 0 !important;
  }

  .skill_bars{
    width: 1823px;
    display: flex;
    flex-wrap: wrap;
  }

  .links_list svg{
    width: 48px;
    height: auto;
    filter: grayscale(100%);
  }

  .skill_bars svg {
    overflow: visible;
    height: 7rem;
  }

  .php_bar{
    width: 50%;
  }

  .html_bar{
    width: 50%;
  }

  .css_bar{
    width: 50%;
  }

  .mysql_bar{
    width: 50%;
  }

  .angular_bar{
    width: 50%;
  }

  .js_bar{
    width: 50%;
  }

  .svg_container {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    justify-content: center;
    padding-left: 5rem;
  }

  .me_svg{
    margin-bottom: 4rem;
  }

  .me_svg svg {
    overflow: visible;
    width: 100%;
    height: 500px;
  }

  #p{
    transform: translate(148px,0px)scale(0.9);
  }

  #c,#a{
    transform: translate(160px,0px)scale(0.9);
  }

  #j{
    transform: translate(50px,0px)scale(0.9);
  }

  #h{
    transform: translate(50px,-10px)scale(0.9);
  }

  #m{
    transform: translate(50px,-10px)scale(0.9);
  }

  #me_main_page,#portal_main_page{
    transform: translate(-90px,-35px);
  }

  #pancard,#pancard_red{
    transform: translate(-330px,-200px);
  }

  .lore{
    height: 100vh;
    width: 100%;
    overflow: auto;
    background: #000000;
    position: relative;
  }
  
  .lore_section{
    padding: 0rem 3rem 0rem 12rem;
  }

  #gauntlet_lore_svg {
    height: 400px;
    transform: scale(1.5)translate(30px,70px);
  }

  .gauntlet_itself_lore{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 48px;
  }

  .gauntlet_lore_p{
    color: #ffffff;
    font-family: 'Protest Strike', sans-serif !important;
    font-weight: 400;
    font-size: 30px;
    align-items: center;
    line-height:40px;
    margin-top: 200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 48px;
    width: 90%;
  }

 
#full_stack_sword_lore_svg{
  width: 700px;
  height: 280px;
  transform: scale(1.35);
}



.fss_lore_p{
  color: #ffffff;
  font-family: 'Protest Strike', sans-serif !important;
  font-weight: 400;
  font-family: 'Protest Strike', sans-serif !important;
  font-size: 30px;
  width: 80%;
  border: 6px solid white;
  border-radius: 30px;
  padding: 3rem;
  margin-top: 4rem;
}


.gauntlet_lore_container {
  text-align: center;
  margin-bottom: auto;
}


.stones_lore_p{
  color: rgb(195, 0, 255);
  margin-top: 5rem;
  text-align: center;
}

.stones_lore{
  display: flex;
  flex-direction: column;
  width: 192px;
  align-items: center;
  border-radius: 40px;
  padding: 8px 6px 0px 8px;
  font-family: 'Roboto', sans-serif;
  box-sizing: border-box;
}

.stones_lore p{
  font-size: 1.1rem;
  flex: 1;
  margin: 0;
  padding-top: 16px;
  padding-bottom: 10px;
  font-weight: 500;
  flex: 2;
}

.gauntlet_stones_lore_container{
  display: flex;
  justify-content: center;
  border-radius: 50px;
  transition: 0.3s ease;
  width: 85%;
  margin-top: 100px;
  flex-wrap: wrap;
  border: 6px solid #ffffff;
  border-radius: 40px 40px 50% 50%;
}

.gauntlet_stones_lore_container > div:nth-child(5)  {
  order: 4;
}

.fss_itself_container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.full_stack_sword_lore{
  margin-top: 100px;
  margin-bottom: 50px;
}

.stones_lore_svg_container{
  height: 115px;
  height: 100%;
  flex:1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


#angular_lore_svg{
  transform: rotate(1deg);
}


.lore h2{
  font-size: 180px;
  padding: 0;
  margin: 0;
  color:#fffb00;
  text-align: center;
}

#php_lore_svg{
transform: translate(-5px,0px);
}

#css_lore_svg{
transform: scale(0.9);
}

#angular_lore_svg{
transform: scale(0.9)translate(0px,3px);
}

#html_lore_svg{
transform: scale(0.9);
}

#js_lore_svg{
transform: translate(5px,0px);
}

#sql_lore_svg{
transform: translate(-5px,5px)scale(0.95);
}

.gauntlet_stones_lore_container:hover{
  opacity: 100;
}

.end{
  height: 100px;
  border-radius:30% 30% 0px 0px ;
  width: transform(100%-5rem);
  background-color: rgb(34, 34, 34);
}

.hidden{
  display: none !important;
}

.about_me{
  height: 100vh;
  width: 100%;
  padding-left: 5rem;
  background-color: #FFC061;
  overflow: auto;
}

.about_me_container{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about_me_profile_pic {
  margin-top: 1rem;
  height: 400px;
  width: 380px;
  border-radius: 50px;
  box-shadow: 0px 0px 18px 0px rgba(0,0,0,0.75);
  overflow: hidden;
  background: url(11111.png);
  background-position: center;
  background-size: cover ;
  border: 10px solid rgb(0, 0, 0);
}

.about_me h2 {
  font-size: 180px;
  color: rgb(0, 0, 0);
  padding: 0;
  margin: 0;
  
}

.about_me_text{
  color: #ffffff;
  font-size: 32px;
  padding: 20px 175px 20px 175px;
  font-family: 'Protest Strike', sans-serif;
  margin-bottom: 2rem ;
  margin-top: 1rem;
}

.about_me_images_container{
  width: 90%;
  display: flex;
  justify-content: space-around;
}

.about_me_images {
  display: flex;
}

.list_text {
  display: none;
  font-size: 35px;
  margin-right: auto;
  margin-left: auto;
  color: grey;
  height: 100%;
}

.first_text{
  height: auto !important;
}

.links_list svg {
  transition: 200ms ease;
}

.width{
  width: 100%;
}

.space{
  opacity: 0;
}

.txt_btn{
  text-align: start;
}

.f_btn{
  background-color: #141414 !important;
}

.first_li{
  background-color: #141414;
}

.navbar:hover {
  width: 20rem;
}

.navbar:hover .list_text{
  display: block;
}

.navbar:hover #arrows_svg{
  transform: rotate(360deg);
}

#arrows_svg{
  filter: grayscale(0%) !important;
}

.navbar:hover .arrows {
  fill: rgb(255, 31, 69);
}

.first_li h3 {
  color: white;
  padding-left: 32px;
}

.stats{
  fill: rgb(255, 0, 255);
}

.second_li:hover{
  background-color: #141414;
}

.second_li:hover svg{
  filter: grayscale(0%);
}

.second_li:hover button{
  background-color: #141414;
}

.second_li:hover .list_text{
  color: white;
}



.third_li:hover{
  background-color: #141414;
}

.third_li:hover svg {
  filter: grayscale(0%);
}

.third_li:hover button{
  background-color: #141414;
}

.third_li:hover .list_text{
  color: white;
}

.fill_color{
  fill: #808080;
}

.fourth_li:hover{
  background-color: #1f1e1e;
}

.fourth_li:hover svg {
  filter: grayscale(0%);
}

.fourth_li:hover .fill_color{
  fill: #ffffff;
}

.fourth_li:hover button{
  background-color: #1f1e1e;
}

.fourth_li:hover .list_text{
  color: white;
}


.navbar:hover .last_li{
  background-color: #1f1e1e;
}

.navbar:hover .last_li svg {
  filter: grayscale(40%);
}

.navbar:hover .last_li button{
  background-color: #1f1e1e;
}

.navbar:hover #last_li{
  color: rgb(200, 200, 200);
}

.last_li:hover svg{
  filter: grayscale(0%) !important;
}

.last_li:hover #last_li{
  color: rgb(255, 255, 255) !important;
}

.opacity {
  opacity: 0;
}

#last_li{
  font-weight: 700 !important;
}

#about_me_text_{
  line-height: 45px;
  position: relative;
  margin: 0;
  
}

#about_me_p{
z-index: 1;
height: 70px;
overflow: hidden;
transition: 0.5s;
margin: 0;
position: relative;
background-color: #ffa958;
border-radius: 20px;
padding: 8px 12px;
}

:root{
  --height_p : 610px;
}

.outer_div::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0px -161px 67px -157px rgba(255,255,255,1);
  -moz-box-shadow: inset 0px -161px 67px -157px rgba(255,255,255,1);
  box-shadow: inset 0px -161px 67px -157px rgb(49, 34, 0);
  z-index: 3;
  border-radius: 20px;
}

.about_me_text button {
  background: none;
  border: none;
  position: absolute;
  top:10px;
  padding: 0;
  cursor: pointer;
}

#grow{
  transition: 0.2s;
}

.btn_div{
  width: 100%; 
  display: flex; 
  justify-content: center; 
  height: 0px; 
  position: relative;
  z-index: 4;
}

::-webkit-scrollbar {
  width: 20px; 
}

::-webkit-scrollbar-thumb {
  background-color: #ffffff; 
  border-radius: 5px; 
}

/* Kaydırma çubuğu izi */
::-webkit-scrollbar-track {
  background-color: #000000; 
}

.p_and_stones{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}



.reach_me{
  height: 100vh;
  width: 100%;
  padding-left: 5rem ;
  font-family: 'Roboto', sans-serif;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: yellow;
  overflow: auto;
  transition: 600ms;
}

.reach_me h2 {
  text-align: center;
  font-size: 105px;
  padding: 10px 0 0 0;
  margin: 0 0 64px 0;
  color: #000000;
  width: 100%;
}

.cards_container{
  display: flex;
  flex-direction: column;
  width: 60%;
  align-items: center;
}

.card {
  display: flex;
  align-items: center;
  border: 3px solid black;
  width: 70%;
  margin-bottom: 2rem;
  height: 154px;
}

.card_image {
    border-right: 3px solid black;
    box-sizing: border-box;
    height: 100%;
}

.card_p{
  padding: 0 8px 0px 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  position: relative;
  display: flex;
  height: 100%;
  align-items: center;
}

.mail{
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  bottom: 10px;
}

#copy{
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 2rem;
}

#copy span{
  color: blue;
  margin-right: 5px;
  text-decoration: none;
  cursor: pointer;
  flex-shrink: 0;
}

#copy_button{
  background: none;
  border: none;
  border-radius: 50%;
  transition: 0.3s;
  padding: 3px;
  position: relative;
}

#copy_button:hover{
  background-color: rgba(255, 136, 0, 0.418);
  cursor: pointer;
}

#copy_button:hover #copy_logo_path {
  fill: rgb(0, 4, 255) !important;
}


.fss_sword_h{
  padding: 0;
  margin-top: 100px;
  margin-bottom: 102px;
  font-size: 190px;
  text-align: center;
  color: #ffff00 ;
}

.upwork_link{
  position: absolute;
  margin: 0;
  right: 0;
  bottom: 14px;
  padding-right: 2rem;
  display: flex;
  align-items: center;
}

.upwork_link a{
  display: flex;
  align-items: center;
}

.upwork_link span {
  margin-right: 5px;
  color: rgb(0, 170, 0);
}

.pop {
  position: relative;
  background-color: #1d1d1d;
  color: white;
  font-family: 'Roboto',sans-serif;
  font-weight: 600;
  border: 4px solid #000000;
  border-radius: 10px;
  padding: 6px;
  transition: 300ms;
  font-size: 12px;
}

.pop p {
  margin: 0;
  padding: 0;
}

.pop::after {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 50%;
  border-width: 15px 10px;
  border-style: solid;
  border-color: #1d1d1d transparent transparent transparent;
  transform: translateX(-50%);
}

.pop_container{
  position: absolute;
  top: -41px;
  right: -18px;
}

.form_link {
  color: black;
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  padding: 20px;
  border-radius: 7px;
  margin: 0;
  transition: 220ms;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
}

.form_link svg{
  padding-top: 3px;
}

#msg_logo{
  margin-left: auto;
}

#of_course {
  margin-left: 35%;
}

#form{
  width: 312px;
  white-space: nowrap;
}

.form_link:hover {
  color: white;
  background-color: black;
  cursor: pointer;
}

.form_link:hover #form_svg{
  stroke: #ffffff;
}

#form_card {
  padding: 20px;
  display: flex;
  height: var(--var_height);
  border: 3px solid black;
  border-radius: 35px;
  width: 762px;
  flex-wrap: wrap;
}

.email_box{
  width: 100%;
  display: flex;
  justify-content: center;
}

.text_box{
  width: 100%;
  height: 192px;
  box-sizing: border-box;
}

#email{
  border: 0px solid black;
  background-color: transparent;
  outline: none;
  font-size: 25px;
  font-weight: 600;
  color: black;
  border-bottom: 1px solid black;
  width: 95%;
  margin-top: 20px;
  margin-bottom: 50px;
}

#email::placeholder{
  font-size: 20px;
}

#message{
  border: 0px solid black;
  background-color: transparent;
  outline: none;
  border: 1px solid black;
  border-radius: 25px;
  width: 100%;
  height: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: black;
  box-sizing: border-box;
  text-align: left;
  vertical-align: top;
  white-space: pre-wrap;
  padding: 20px;
  resize: none;
  line-height: 35px;
}

#form_card label {
  color: black;
}

#submit_btn{
  border: 3px solid black;
  background-color: rgb(255, 238, 0);
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color:black;
  cursor: pointer;
  margin-top: 17px;
  margin-right: 20px;
  padding: 5px 10px;
  width: 20%;
  transition: 100ms;
}

.send_btn_container{
  display: flex;
  width: 100%;
  justify-content: center;
}

.revert_btn_container{
  position: absolute;
  left: -100px;
  top: 93%;
  transform: translate(-100%,-30%);
  border-radius: 10px;
  padding: 4px 5px 4px 5px;
  cursor: pointer;
  transition: 500ms;
}

.revert_btn_container button{
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
  border-bottom: 3px solid black !important;
}

.revert_btn_container:hover{
  background-color: #cec000;
}

#submit_btn:hover{
  border-radius: 20px;
}

.form_container{
  position: relative;
}

:root{
  --var_height: 351px;
}

:root {
  --start_value: -500px;
}












 


  