/* ====================================
   RESPONSIVE DESIGN
   ====================================*/

@media (min-width: 768px) {
  .hero__background {
    top: 50%;
  }
  .section-title {
    font-size: 2.75rem;
    margin-bottom: 2.5rem;
  }
  .experience .section-title {
    margin-bottom: 0;
  }

  .projects,
  .skills,
  .experience {
    padding: 3rem 0;
  }
  .education,
  .about {
    padding-bottom: 3rem;
  }
  /*hero*/
  .hero {
    min-height: 100vh;
  }
  .hero__content {
    margin-left: 8rem;
  }

  .hero__image {
    width: 550px;
    height: 650px;
  }

  .hero__greeting {
    font-size: clamp(4rem, 16vw, 12rem);
  }

  .hero__description {
    margin-top: 3rem;
    font-size: var(--font-size-lg);
  }
  .hero__subtitle {
  margin-bottom: 0.5rem;
}


  /*project*/
  .project-card__content h3 {
    font-size: 1.5rem;
  }
  .project-card__content p {
    font-size: 1.125rem;
  }
  .project-card__image {
    width: 160px;
  }
  .project-card__content {
    margin-left: 200px;
  }
  /*skills*/
  .skills__grid {
    gap: 2rem;
  }
  .skill__item {
    padding: 1.5rem;
  }
  /*timline*/
  .timeline::before {
    left: 50%;
    top: 17%;
    height: 68%;
  }

  .timeline-progress {
    top: 17%;
    left: 50%;
  }

  .timeline__item--left {
    justify-content: flex-start;
  }

  .timeline__item--right {
    justify-content: flex-end;
  }

  .timeline__item--right .timeline__content {
    margin-left: 7%;
    overflow: visible;
  }

  .timeline__item::before {
    width: 50px;
    height: 50px;
    left: calc(50% - 25px);
    background-size: 30px 30px;
  }

  .timeline__content {
    width: 42%;
    min-height: 250px;
    padding: 2rem;
    margin-left: 0px !important;
  }

  .timeline__content::after {
    left: calc(100% + 4px);
    border-left: 15px solid #ffffff26;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid transparent;
  }

  .timeline__content ul li {
    font-size: .95rem;
  }

  .timeline__item--left .timeline__company {
    top: 52%;
    left: calc(100% + 130px);
    transform: translateY(-80%);
  }

  .timeline__item--right .timeline__company {
    top: 52%;
    left: calc(0% - 270px);
    transform: translateY(-80%);
  }
  /*education*/
  .education__degree {
    font-size: 1.25rem;
  }
  /*about*/

  /*footer*/

  .footer__content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 4rem;
  }

  .tic-tac-toe {
    left: -8%;
  }

  .footer__info {
    align-items: normal;
  }

  .footer__game-title {
    position: relative;
    right: 14%;
  }
  .footer__visitor-count {
    text-align: start;
  }

  .project-single__header h1 {
    font-size: var(--font-size-4xl);
  }
  .detail-group h3 {
    font-size: var(--font-size-xl);
  }
  .detail-group p {
    color: var(--color-text-secondary);
  }
  .detail-group ul {
    color: var(--color-text-secondary);
  }
  .project-single__overview-column h3 {
    font-size: var(--font-size-xl);
  }
  .project-single__overview-column p {
    color: var(--color-text-secondary);
  }
}

@media (min-width: 992px) {
  .section-title {
    font-size: 3rem;
    margin-bottom: 3rem;
  }
  .education__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
  }
  .education__item {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 3rem;
    align-items: start;
  }
  .tic-tac-toe {
    left: -14%;
  }
}
@media (min-width: 1300){
	.hero__image {
    height: 850px;
  }
}
