.header {
  position: relative;
  background-color: #43455C;
  height: 15%;
}

.logo {
  height: 80px;
}

#rightpart {
  width: 100%;
  height: 700px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #43455C;
  position: relative;

}

#rightpart img {
  height: 40%;
}

#rightpart1 {
  border-bottom: 700px solid #43455C;
  border-left: 120px solid transparent;
}

#rightPartCntr {
  display: flex;
  width: 55%;
}

body {
  margin: 0;
  height: 100%;
  background: #333;
  overflow: hidden;
}

.navbar {
  text-align: center;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 20px;
  font-family: "Jim Nightshade", cursive;
  font-size: 18px;

}

.navbar a {
  color: #33BBA9;
  margin: 0 40px;
  font-size: 2em;
  padding: 2px 10px;
  text-decoration: none;
  font-style: italic;
  transition: transform 0.3s, box-shadow 0.3s;
}

a.hover-animate {
  transform: translateY(-8px) scale(1.1);
  box-shadow: 0 8px 24px rgba(40, 96, 106, 0.2);
}

.slide {
  display: none;
  background: white;

}

h2 {
  padding: 10px 25px 0px 100px;
}

.active {
  display: block;
}



h1 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 80px;
}

h2 {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size:60px;

}

h3{
  font-size: 35px;
  font-weight:normal;
  color: white;
  text-align: left;
  padding: 0 50px;
  margin:10px
}

h4 {
  font-size: 25px;
  font-weight: normal;
  color: white;
  text-align: left;
  padding: 0 50px;
  color: black;
}

h5{
  color:white;

}
#leftPart {
  width: 45%;
  color: black;
  font-size: 40px;
  float: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 700px;
  text-align:left;
}

.main {
  display: flex;
  flex-direction: column;
}

footer {
  height: 11.7%;
  background-color: white;
}

html {
  height: 100%;
}

p {
  padding: 125px 25px 25px 100px;
}

.navbar a {
  transition: transform 0.3s, font-size 0.3s;
}

.navbar a.hover-animate {
  transform: scale(1.12);
  font-size: 2.1em;
}

.skills-container {
  display: flex;
  justify-content: left;
  align-items: center;
  height: 100%;
  margin:80px;
}

.images {
  display: flex;
  flex-direction: column; 
  align-items: center;
  gap: 25px;
}

.skill {
  position: relative; 
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}

.Bertug {
  width: 124px;
  height: 124px;
  display: block;
}

.skill h4 {
  position: absolute;       
  color: white;            
  font-size: 20px;
  background: rgba(0, 0, 0, 0.5); 
  padding: 5px 10px;
  border-radius: 8px;
   margin: 0; 
   position:absolute;
   left:200px;

}


.project_logo_container {
  text-align: center;
  width: 100%;
  margin: 2%;
}

.project_logo {
  width: 50%;
  height: auto;
  
}

.Navigation{ 
  width: 100%; height: 75px; background-color: rgb(246,149,4); 
}

.socials {
  position: absolute;
  top: 190px;
  right: 320px;
  display: flex;
  flex-direction: column;
  gap: 60px; 
}

.social-item {
  display: flex;
  align-items: center;
  gap: 20px; 
  
}

.social-logo {
  width: 100px;
  height: auto;
}

.social-text {
  color: white;
  font-size: 20px;
  font-weight: normal;
  font-family: Arial, sans-serif;
}


@media only screen and (max-width: 700px) {
  #rightPartCntr {
    width:100%;
    align-items: center;
  }

  #leftPart, #rightpart {
    width: 100%;
  }

  #rightpart img {
    height: 30%;
  }

  body {
  overflow: auto;
}

footer{
  height:10%;
  background: #333;
}
}