@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
.gizle {
  display: none;
}
.header {
  padding: 20px 50px;
  height: 50px;
}
.nav {
  display: flex;
  justify-content: space-between;
}
.sercan {
  display: none;
}

.nav__link {
  display: flex;
  gap: 2rem;
  font-weight: 300;
}
.nav__item {
  cursor: pointer;
  z-index: 2000;
}
.nav__logo a,
.nav__item a {
  color: #0d0d0d;
}
.main {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  flex-wrap: wrap;
}
.home__img {
  position: relative;
  top: 20px;
  left: 90px;
}
.blob {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  width: 655px;
  height: 655px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;utf8, %3Csvg width='100%25' height='100%25' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg' %3E %3Cdefs%3E %3CclipPath id='shape'%3E %3Cpath fill='currentColor' d='M625,716.5Q250,933,250,500Q250,67,625,283.5Q1000,500,625,716.5Z'%3E%3C/path%3E %3C/clipPath%3E %3C/defs%3E %3Cg clip-path='url(%23shape)'%3E %3Cpath fill='%23FFDA55' d='M625,716.5Q250,933,250,500Q250,67,625,283.5Q1000,500,625,716.5Z' /%3E %3C/g%3E %3C/svg%3E");
  transform: rotate(40deg);
}
.developer {
  transform: rotate(-40deg);
}

.blob2 {
  width: 655px;
  height: 655px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(60deg);
  opacity: 0.3;
  background-image: url("data:image/svg+xml;utf8, %3Csvg width='100%25' height='100%25' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg' %3E %3Cdefs%3E %3CclipPath id='shape'%3E %3Cpath fill='currentColor' d='M625,716.5Q250,933,250,500Q250,67,625,283.5Q1000,500,625,716.5Z'%3E%3C/path%3E %3C/clipPath%3E %3C/defs%3E %3Cg clip-path='url(%23shape)'%3E %3Cpath fill='%231588F2' d='M625,716.5Q250,933,250,500Q250,67,625,283.5Q1000,500,625,716.5Z' /%3E %3C/g%3E %3C/svg%3E");
}
.blob3 {
  position: absolute;
  width: 655px;
  height: 655px;
  background-size: cover;
  background-repeat: no-repeat;
  transform: rotate(10deg);
  opacity: 0.19;
  background-image: url("data:image/svg+xml;utf8, %3Csvg width='100%25' height='100%25' viewBox='0 0 1000 1000' xmlns='http://www.w3.org/2000/svg' %3E %3Cdefs%3E %3CclipPath id='shape'%3E %3Cpath fill='currentColor' d='M625,716.5Q250,933,250,500Q250,67,625,283.5Q1000,500,625,716.5Z'%3E%3C/path%3E %3C/clipPath%3E %3C/defs%3E %3Cg clip-path='url(%23shape)'%3E %3Cpath fill='%231588F2' d='M625,716.5Q250,933,250,500Q250,67,625,283.5Q1000,500,625,716.5Z' /%3E %3C/g%3E %3C/svg%3E");
}
.description-m {
  display: none;
}
.contact-me-m {
  display: none;
}
.download-cv-m {
  display: none;
}
.home__content .title {
  font-weight: 300;
  font-size: 4rem;
}
.home__content .description {
  font-weight: 300;
  font-size: 0.9rem;
}
.home__content button {
  margin-top: 50px;
  margin-right: 50px;
  border: none;
  font-weight: 500;
  font-size: 1rem;
}
.home__content .contact-me {
  background-color: #0050ff;
  color: white;
  padding: 10px 15px;
  border-radius: 15px;
  cursor: pointer;
}
.contact-me a {
  color: white;
}
.home__content .download-cv {
  background-color: rgba(255, 255, 255, 0);
  color: #0050ff;
  cursor: pointer;
}
.elips1 {
  width: 250px;
  height: 250px;
  background-color: #f6fe08;
  opacity: 0.3;
  border-radius: 100%;
  position: absolute;
  top: 100px;
  right: 50px;
  z-index: -100;
  filter: blur(20px);
}
.elips2 {
  width: 350px;
  height: 350px;
  background-color: #1f4feb;
  opacity: 0.25;
  border-radius: 100%;
  position: absolute;
  top: 200px;
  right: 20px;
  z-index: -100;
  filter: blur(20px);
}
.elips3 {
  width: 200px;
  height: 200px;
  background-color: #ed1447;
  opacity: 0.27;
  border-radius: 100%;
  position: absolute;
  top: 350px;
  left: 50px;
  z-index: -100;
  filter: blur(20px);
}
.about-me {
  display: flex;
  flex-wrap: wrap;
  padding-left: 90px;
  overflow: hidden;
}
.about__timeline {
  position: relative;
}
.left-side__about {
  max-width: 658px;
  position: relative;
}
.title__about {
  display: flex;
  align-items: center;
}
.border__about {
  width: 15px;
  height: 25px;
  background-color: #ffda55;
  margin-right: 5px;
}
.title__about .title-about {
  font-size: 2.5rem;
  font-weight: 600;
}
.description__about {
  margin-top: 100px;
}
.right-side__about {
  margin-top: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 45%;
  position: relative;
  display: flex;
}
.timeline__content {
  margin-bottom: 50px;
  margin-left: 80px;
}

.timeline ul li::after {
  content: "";
  width: 2px;
  height: 100%;
  position: absolute;
  background-color: #1588f2;
  top: 0;
  transform: translateX(50px);
}
.timeline__content .time::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  background-color: #1588f2;
  border-radius: 50%;
  transform: translateX(-40px);
}
.elips__about1 {
  width: 100px;
  height: 100px;
  background-color: #0dfa24;
  position: absolute;
  top: 100px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.28;
  z-index: -10;
}
.elips__about2 {
  width: 250px;
  height: 250px;
  background-color: #f6fe08;
  position: absolute;
  top: 100px;
  left: 100px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.3;
  z-index: -10;
}

.elips__about3 {
  width: 250px;
  height: 250px;
  background-color: #1f4feb;
  position: absolute;
  top: 200px;
  left: 0px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.3;
  transform: translateX(-70px);
  z-index: -10;
}
.elips__about4 {
  width: 200px;
  height: 200px;
  background-color: #ed1447;
  position: absolute;
  top: 250px;
  left: 300px;
  border-radius: 50%;
  filter: blur(30px);
  opacity: 0.3;
  z-index: -10;
}

.summary__head {
  display: flex;
  align-items: center;
  background-color: #0050ff;
  padding: 60px 100px;
}
.card__summary {
  display: flex;
  padding: 50px 100px;
  padding-right: 0;
  flex-wrap: wrap;
}
.card-summary:hover {
  background-color: #0050ff;
  color: white;
}
.summary-title__border {
  width: 15px;
  height: 30px;
  background-color: #ffda55;
  margin-right: 5px;
  z-index: 100;
}
.summary__title {
  text-transform: uppercase;
  width: 100%;
  font-size: 2.5rem;
  color: white;
}

.years .year {
  font-size: 5rem;
  font-weight: 800;
  color: #ffda55;
  margin-right: 50px;
}
.years .w {
  font-size: 1.3rem;
  font-weight: 600;
  margin-right: 170px;
}
.card-summary {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding: 0 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-right: 50px;
  border-radius: 50px;
  width: 250px;
  height: 250px;
  flex-direction: column;
  font-size: 1.2rem;
}
.description-summary {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.description__summary {
  margin-bottom: 20px;
  max-width: 570px;
}
.description__summary-m {
  display: none;
}
.experience__title {
  text-transform: uppercase;
}
.experience__head {
  display: flex;
  align-items: center;

  background-color: #0050ff;
  padding: 60px 100px;
}
.experience-title__border {
  width: 15px;
  height: 30px;
  background-color: #ffda55;
  margin-left: 5px;
  z-index: 100;
}
.experience__title {
  text-transform: uppercase;
  width: 100%;
  font-size: 2.5rem;
  color: white;
  text-align: end;
}
.experience__timeline {
  min-height: 100vh;
  padding: 90px 15px;
}
.timeline-items {
  max-width: 1000px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.timeline-items::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #1588f2;
  left: calc(50% - 1px);
}
.timeline-item {
  margin-bottom: 100px;
  width: 100%;
}
.timeline-item:last-child {
  margin-bottom: 0;
}
.timeline-dot {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #1588f2;
  position: absolute;
  left: calc(50% - 8px);
}
.timeline-items:nth-child(odd) {
  padding-left: calc(50% + 30px);
}
.timeline-items:nth-child(even) {
  padding-right: calc(50% + 30px);
  text-align: right;
}
.timeline-date {
  color: #1588f2;
}
.timeline-content h3 {
  margin-bottom: 30px;
}
.timeline-content {
  margin-bottom: 80px;
}
.custom-shape-divider-bottom-1637704848 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  line-height: 0;
  transform: rotate(180deg);
}

.custom-shape-divider-bottom-1637704848 svg {
  position: relative;
  display: block;
  width: calc(300% + 1.3px);
  height: 157px;
}

.custom-shape-divider-bottom-1637704848 .shape-fill {
  fill: #ffffff;
}
.title-skills {
  background-color: blue;
  padding: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  width: 100px;
  height: 50px;
}
.clients {
  padding: 20px 90px;
}
.clients-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
}
.clients-head {
  color: #0050ff;
}
.robin-hood {
  object-fit: contain;
}

.showexperience {
  display: block;
}
.technical-skills__title {
  text-transform: uppercase;
  width: 100%;
  font-size: 2.5rem;
  color: white;
}
.technical-skills__border {
  width: 15px;
  height: 30px;
  background-color: #ffda55;
  margin-right: 5px;
  z-index: 100;
}
.technical-skills__head {
  background-color: blue;
  padding: 50px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 200px;
}
.technical-skills__content {
  display: flex;
  position: relative;
  padding-top: 100px;
  width: 100%;
}
.wave {
  position: absolute;
  bottom: -2px;
  width: 100%;
  color: white;
  z-index: 50;
}
.opac-wave {
  position: absolute;
  width: 100%;
  bottom: 60px;
}
.half-circle {
  position: relative;
}
.outer-circle {
  width: 550px;
  height: 550px;
  border: 10px solid #0050ff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -270px;
}
.middle-circle {
  width: 370px;
  height: 370px;
  border: 10px solid #ffda55;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.inner-circle {
  width: 300px;
  height: 300px;
  background-color: #9193b2;
  border-radius: 100%;
}
.language {
  position: absolute;
  top: -60px;
  left: 10%;
  cursor: pointer;
}
.build-tool {
  position: absolute;
  top: 40px;
  left: 50%;
  cursor: pointer;
}
.design-patern {
  position: absolute;
  top: 180px;
  left: 65%;
  cursor: pointer;
}
.testing-tools {
  position: absolute;
  top: 330px;
  left: 50%;
  cursor: pointer;
}
.database {
  position: absolute;
  top: 450px;
  left: 10%;
  cursor: pointer;
}
.progressbar-container {
  max-width: 500px;
  position: absolute;
  right: 50px;
  margin-top: 8%;
}

.progressbar-title {
  text-transform: uppercase;
  font-size: 1.7rem;
  margin-bottom: 5px;
}
.progressbar-percent__container {
  margin-bottom: 10px;
}
.progressbar__title {
  text-align: end;
}
.progressbar {
  width: 100%;
  height: 20px;
  background-color: #d2d3e7;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: flex;
  justify-content: flex-end;
}
.progressbar-percent {
  height: 100%;
  background-color: #0050ff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.java {
  width: 75%;
}
.sql {
  width: 95%;
}
.gherkin {
  width: 90%;
}
.buildtoolvalue,
.designpaternvalue,
.testingtoolsvalue,
.databasevalue {
  display: none;
}
.articles {
  padding-top: 100px;
  padding-bottom: 100px;
}
.articles__title {
  text-transform: uppercase;
  width: 100%;
  font-size: 2.5rem;
  color: black;
}
.articles__border {
  width: 15px;
  height: 30px;
  background-color: #ffda55;
  margin-right: 5px;
}

.articles__head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.articles-head__container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.article-column a {
  color: #0d0d0d;
  transition: 0.5s;
}
.article-column a:hover {
  color: #3b3b3b;
  transition: 0.5s;
}
.article-box {
  display: flex;
  flex-direction: column;
  max-width: 450px;
  margin-top: 50px;
  margin-right: 25px;
  margin-left: 25px;
  background: white;
}
.article-box__container {
  display: flex;
}

.carousel__container {
  display: none;
}

.article-img {
  width: 100%;
}

.article-img img {
  width: 100%;
  height: 250px;
  object-fit: fill;
  margin-right: auto;
  margin-left: auto;
}

.article-title {
  text-transform: capitalize;
  margin-top: 7px;
  font-size: 1rem;
}
.article-description {
  margin-top: 12px;
}
.img1 a img {
  background-size: cover;
}
.img2 {
  background: url(./haber2.webp);
  background-size: cover;
}
.arrow-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.left-arrow {
  width: 50px;
  height: 50px;
  background-color: #0050ff;
  margin-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  cursor: pointer;
  clip-path: polygon(0% 28%, 48% 28%, 48% 0%, 100% 0%, 100% 99%, 0% 100%);
}
.deaktif {
  background-color: #707070 !important;
  cursor: default !important;
}
.right-arrow {
  width: 50px;
  height: 50px;
  background-color: #0050ff;
  margin-left: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  clip-path: polygon(100% 29%, 53% 29%, 53% 0, 0 0, 0% 100%, 100% 100%);
}

.contact {
  background: #ffda55;
  padding: 120px;
  padding-bottom: 20px;
}
.contact__title {
  text-transform: uppercase;
  width: 100%;
  font-size: 2.5rem;
  color: black;
}
.contact__border {
  width: 15px;
  height: 30px;
  background-color: #0050ff;
  margin-right: 5px;
}

.contact__head {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-head__container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.contact-form__container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.contact-gif {
  background-color: white;
  width: 350px;
  height: 300px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-form {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  max-width: 450px;
  min-width: 450px;
  padding-left: 50px;
}
.name,
.email {
  max-width: 450px;
  height: 40px;
  border: none;
  border-radius: 5px;
  margin-bottom: 30px;
  padding-left: 5px;
  margin-top: 5px;
}
.message {
  max-width: 450px;
  height: 150px;
  border: none;
  border-radius: 5px;
  padding-left: 5px;
  resize: none;
}
.attach {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  position: relative;
  right: 50px;
}
.attach-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.attach i {
  transform: rotate(-45deg);
  margin-left: 50px;
  margin-top: 20px;
  font-size: 40px;
}
.attach p {
  margin-bottom: 10px;
}
.submit {
  background-color: #0050ff;
  color: white;
  border: none;
  padding: 10px 15px;
  margin-top: 20px;
  border-radius: 10px;
  cursor: pointer;
}
input[type="file"] {
  display: none;
}
.custom-file-upload {
  border: 0px solid #ccc;
  display: inline-block;
  padding: 6px 12px;
  cursor: pointer;
}
footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 150px;
  background-color: black;
  padding: 10px 30px;
}
.icon {
  color: #ffda55;
  font-size: 3rem;
  cursor: pointer;
}
.icon-description a {
  color: #1588f2;
  margin-left: 20px;
  cursor: pointer;
}
.medium-icon {
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  font-size: 17px;
  margin-top: 20px;
}
.contact-icon i {
  color: #1588f2;
  font-size: 25px;
  margin-right: 10px;
}
.mail {
  margin-right: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.phone {
  margin-left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
