* {
  padding: 0;
  margin: 0;
  max-width: 100vw;
  overflow-x: hidden;
}

@font-face {
  src: url(fonts/CreteRound-Regular.ttf);
  font-family: "Crete Round";
}

@font-face {
  font-family: Roboto;
  src: url(fonts/Roboto-Regular.ttf);
}

@font-face {
  font-family: Inter;
  src: url(fonts/Inter-Regular.ttf);
}

@media (max-width: 768px) {
  body {
    width: 100vw;
  }

  .Home {
    background-color: #1c1a19;
    height: 850px;
    width: 100%;
  }

  .mob-home-header {
    display: flex;
    flex-direction: row;
    height: 48px;
    width: 100%;
    top: 0;
    background: #3e3c3c;
    align-items: center;
    color: #fff;
  }

  .desk-home-header {
    display: none;
  }

  .name {
    width: 100%;
    justify-content: baseline;
  }

  #logo {
    text-decoration: none;
    color: #fff;
    font-family: "Roboto", "Arial Narrow Bold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    padding-left: 10px;
  }

  .close-icon {
    position: absolute;
    width: 20px;
    height: auto;
    top: 1rem;
    right: 2rem;
    z-index: 2;
  }

  .close-icon img {
    z-index: 2;
  }

  .mob-nav-list {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    line-height: 70px;
    background: #3c3a39;
    box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
    padding: 2rem 0;
    list-style-type: none;
    z-index: 2;
    margin-left: -1000px;
    transition-property: margin-left;
    transition-duration: 1s;
  }

  .mob-nav-list a {
    text-decoration: none;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    color: #fff5e1;
  }

  .mob-nav-list ul {
    margin-top: 2rem;
    padding: 0 2rem;
  }

  .mob-nav-list li {
    border-bottom: 1px solid #6f6c6b;
  }

  .email-icon {
    display: none;
  }

  .hamburger {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 24px;
    top: 5px;
  }

  .headline {
    width: 100%;
  }

  .intro {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 120px 0;
    gap: 12px;
    position: absolute;
    width: 100%;
    height: 590px;
    top: 48px;
    background-image: url(./images/Illustration.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 50%;
  }

  .hello-me {
    color: #ff6b00;
    font-size: 56px;
    font-family: "Crete Round", Geneva, Tahoma, serif;
    order: 0;
    font-style: normal;
    font-weight: 400;
    line-height: 64px;
    height: 140px;
    letter-spacing: 0.37px;
    flex: none;
    flex-grow: 0;
    margin: 10px;
  }

  .SD {
    color: #fff5e1;
    font-size: 24px;
    font-family: "Roboto", "Arial Narrow Bold", sans-serif;
    order: 1;
    width: 100%;
    height: 27px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    display: flex;
    align-items: center;
    flex: none;
    flex-grow: 0;
    margin: 10px;
  }

  .icons {
    display: flex;
    flex-direction: row;
    height: 72px;
  }

  .info {
    font-size: 16px;
    color: #fff;
    font-family: "Poppins", "Arial Narrow Bold", sans-serif;
    order: 2;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    flex: none;
    flex-grow: 0;
    width: 95%;
    height: 123px;
    margin: 10px;
  }

  .recent-works {
    background-color: #fff;
    width: 100%;
  }

  .recent-works-title {
    width: 100%;
    font-family: "Crete Round", "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    display: flex;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 120px 0 2rem 15px;
    border-bottom: 1px solid #121212;
  }

  .featured {
    display: grid;
    grid-template-columns: 1fr;
    margin: 24px;
  }

  .gymfit {
    grid-column: span 4;
    width: 100%;
    padding-top: 104px;
  }

  .post-stories {
    grid-column: span 4;
    font-family: "Crete Round", "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #091e42;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 100%;
  }

  .feat-text {
    grid-column: span 4;
    color: #091e42;
    font-family:
      "Inter",
      "Franklin Gothic Medium",
      "Arial Narrow",
      Arial,
      sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    height: 147px;
    width: 100%;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  ul.lang-list-4 {
    grid-column: span 4;
    display: flex;
    flex-direction: row;
    grid-gap: 12px;
    justify-content: flex-start;
    margin: 0 0 10px 0;
    padding: 0;
  }

  li.css {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 12px;
    width: 49px;
    border: 1px solid #8993a4;
    flex: none;
    order: 0;
    flex-grow: 0;
    background: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }

  li.html {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10px 12px;
    width: 56px;
    background: #fff;
    border: 1px solid #8993a4;
    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
  }

  .bootstrap {
    width: 95px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    background: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    border: 1px solid #8993a4;
    flex: none;
    order: 2;
    flex-grow: 0;
  }

  .Ruby {
    width: 61px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 10px 12px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    background: #fff;
    border: 1px solid #8993a4;
    flex: none;
    order: 3;
    flex-grow: 0;
  }

  .see-project {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family:
      "Inter",
      "Franklin Gothic Medium",
      "Arial Narrow",
      Arial,
      sans-serif;
    padding: 12px;
    width: 128px;
    font-size: 17px;
    background-color: #ff6b00;
    border: 0;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.03em;
    flex: none;
    order: 3;
    flex-grow: 0;
    color: #fff;
  }

  .see-project:hover {
    color: #f55800;
    background: #fff5e1;
    border: 1px solid #f55800;
  }

  .see-project:disabled {
    background: #f4f1f0;
    color: #5b5957;
  }

  .see-project:active {
    background: #e05304;
    color: #f4f1f0;
  }

  .projects {
    display: grid;
    width: fit-content;
    grid-row-gap: 2px;
  }

  .project {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 24px;
    background-image: url(./images/Project-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: auto;
    height: 386px;
    left: 0;
    top: 0;
    color: white;
  }

  .professional {
    width: 90%;
    height: 81px;
    font-size: 32px;
    font-family: "Crete Round", "Arial Narrow", Arial, sans-serif;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 44px;
    color: #fff;
    margin-top: 84px;
    font-weight: 400;
    font-style: normal;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 12px;
  }

  .proj-desc {
    font-family: "Inter", "Arial Narrow", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 0 16px 0 16px;
  }

  ul.buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 16px;
    gap: 12px;
    padding-left: 0;
  }

  ul.buttons li {
    list-style-type: none;
    padding: 12px;
    margin: 0 0 10px 0;
    background: rgba(255, 255, 255, 0.24);
    font-family: 'Inter', Arial, Helvetica, sans-serif;
  }

  ul.buttons a {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 15px;
    text-decoration: none;
    line-height: 20px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family:
      "Inter",
      "Franklin Gothic Medium",
      "Arial Narrow",
      Arial,
      sans-serif;
  }

  button.project-link-btn {
    text-decoration: none;
    color: #fff;
    display: block;
    padding: 1px 165px 10px 165px;
    background-color: #ff6b00;
  }

  .project-link-btn {
    display: flex;
    align-self: center;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.03em;
    text-align: center;
    border: 0;
  }

  .project-link-btn:hover {
    color: #f55800;
    background: #fff5e1;
    border: 1px solid #f55800;
  }

  .project-link-btn:disabled {
    background: #f4f1f0;
    color: #5b5957;
  }

  .project-link-btn:active {
    background: #e05304;
    color: #f4f1f0;
  }

  .about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: 1940px;
    background-color: #1c1a19;
    background-image: url(./images/About-me-illustration.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 31%;
    left: 0;
  }

  .about-title {
    padding: 120px 24px 24px 24px;
    background: #1c1a19;
    height: 79px;
    width: 327px;
    font-family: "Crete Round", Arial, Helvetica, sans-serif;
    color: #ff6b00;
    font-style: normal;
    letter-spacing: 0.37px;
    font-weight: 400;
    font-size: 72px;
    flex: none;
    order: 0;
    flex-grow: 0;
    line-height: 88px;
  }

  .about-me {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-style: normal;
    height: 148px;
    font-weight: 400;
    font-size: 16px;
    color: #f4f5f7;
    line-height: 24px;
    padding: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .resume-link {
    background: #ff6b00;
    width: 170px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin-left: 24px;
    border: 0;
  }

  button.resume-link a {
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
    text-decoration: none;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    padding: 10px;
  }

  ul.ext-links a {
    text-decoration: none;
    color: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 22px;
  }

  .resume-link:hover > a {
    color: #f55800;
    background: #fff5e1;
    border: 1px solid #f55800;
  }

  .resume-link:disabled {
    background: #f4f1f0;
    color: #5b5957;
  }

  .lists {
    display: flex;
    align-self: center;
    flex-direction: column;
    justify-content: center;
    margin-top: 300px;
    order: 3;
  }

  ul.ext-links {
    color: #ff6b00;
    list-style: none;
  }

  .ext-links .language li:first-child {
    list-style-image: url(./images/Rectangle-55.svg);
  }

  .ext-links .frameworks li:first-child {
    list-style-image: url(./images/Rectangle-56.svg);
  }

  .ext-links .skills li:first-child {
    list-style-image: url(./images/Rectangle-57.svg);
  }

  ul.language {
    list-style-type: none;
    text-align: center;
    line-height: 44px;
  }

  ul.frameworks {
    list-style-type: none;
    text-align: center;
    line-height: 44px;
  }

  ul.skills {
    list-style-type: none;
    text-align: center;
    line-height: 44px;
  }

  h3 {
    color: #fff;
    font-weight: 700;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 54px;
  }

  .language {
    order: 0;
  }

  .frameworks {
    order: 1;
  }

  .skills {
    order: 2;
  }

  .contact-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Inter, "Courier New", Courier, monospace;
    width: 100vw;
  }

  .contact-comment {
    color: #172b4d;
    margin-top: 120px;
    width: 327px;
    text-align: center;
    font-family: Inter, "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    flex: none;
    order: 0;
    flex-grow: 0;
    line-height: 44px;
  }

  .form-list {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    margin-top: 73px;
    line-height: 24px;
    padding: 0;
  }

  #form-name {
    margin: 10px 0 10px 0;
    font-family: Inter, "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    border: none;
  }

  #form-mail {
    margin-top: 54px;
    font-family: Inter, "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    border: none;
  }

  ul.form-list input {
    color: #979493;
    width: 295px;
    padding: 0;
    outline: none;
  }

  ul.form-list textarea {
    color: #3c3a39;
    background: #fbf8f7;
    margin-top: 51px;
    font-family: Inter, "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 400;
    width: 100%;
    font-size: 15px;
    margin-bottom: 24px;
  }

  .contact-btn button {
    background: #ff6b00;
    padding: 12px;
    border: none;
    color: #fbf8f7;
    font-family: Inter, "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
  }

  .contact-btn button:hover {
    color: #f55800;
    background: #fff5e1;
    border: 1px solid #f55800;
  }

  .contact-btn button:active {
    background: #e05304;
    color: #f4f1f0;
  }

  #msg {
    width: 327px;
    text-align: left;
    height: 114px;
    border: none;
    outline: none;
  }

  .contact-footer {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .contact-footer-section {
    display: flex;
    margin-top: 124px;
    height: 72px;
    list-style-type: none;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .contact-icon {
    width: 20px;
    height: 20px;
    padding: 10px;
    filter: brightness(50%);
  }

  .desk-icons {
    display: none;
  }

  .desk-nav-list {
    display: none;
  }

  .project2 {
    display: none;
  }

  .horiz2-bar {
    position: relative;
    bottom: -195px;
  }

  .project-popup {
    width: 90%;
    height: 87%;
    background-color: #fff;
    position: fixed;
    top: 5%;
    left: 5%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem;
    padding: 1rem 0;
    z-index: 2;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.301);
    backdrop-filter: blur(5px);
  }

  .popup-title {
    width: 90%;
    align-self: center;
    font-size: 32px;
    font-family: "Roboto", "Arial Narrow", Arial, sans-serif;
    margin-left: 16px;
    margin-right: 16px;
    line-height: 44px;
    color: #172b4d;
    font-weight: 700;
    font-style: normal;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .popup-close {
    position: absolute;
    top: 30px;
    right: 30px;
  }

  .popup-buttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    list-style-type: none;
    padding-top: 0.5rem;
    margin: 0;
    background: rgba(255, 255, 255, 0.24);
  }

  .popup-image {
    align-self: center;
    height: 40%;
    width: 90%;
  }

  .popup-desc {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    font-family: "Inter", "Arial Narrow", Arial, sans-serif;
    font-style: normal;
    font-size: 0.9rem;
    font-weight: 400;
    color: #344563;
    width: 90%;
    line-height: 130%;
    align-self: center;
  }

  .popup-lang {
    border: 1px solid #dfe1e6;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    padding: 5px 10px;
    line-height: 20px;
  }

  .popup-see-more {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
  }

  .see-more {
    flex-grow: 1;
    font-size: 0.7rem;
    padding: 0.5rem;
    background: #ff6b00;
    color: #fff;
    border: none;
    font-weight: 700;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    letter-spacing: 0.03em;
    font-style: normal;
  }

  .see-more:hover {
    color: #f55800;
    background: #fff5e1;
    border: 1px solid #f55800;
  }

  .see-more:active {
    background: #e05304;
    color: #f4f1f0;
  }

  .popup-links {
    margin: 0 0 0 5px;
  }
}

@media (min-width: 768px) {
  body {
    width: 100vw;
    overflow-x: hidden;
  }

  .Home {
    width: 100vw;
    background-color: #1c1a19;
  }

  .desk-home-header {
    background: #3e3c3c;
    display: flex;
    flex-direction: row;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 72px;
  }

  .name-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 116px;
    height: 40px;
    left: 142px;
    top: 16px;
    text-align: center;
  }

  .name-logo:hover {
    transition: 1s;
    transform: scale(1.5);
  }

  .name-logo a {
    text-decoration: none;
    color: #fff;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    margin: 10px;
  }

  .intro {
    display: flex;
    flex-direction: row;
    background: #1c1a19;
    width: 100%;
    height: 910px;
    position: absolute;
    top: 72px;
    left: 0;
    background-image: url(./images/Illustration-desk-headline.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 150%;
    background-attachment: local;
  }

  .contact-footer-section li a {
    filter: contrast(0);
    display: flex;
    justify-content: center;
  }

  ul.buttons a {
    display: block;
    width: 100%;
    height: 20px;
    font-size: 15px;
    text-decoration: none;
    line-height: 20px;
    padding: 10px 0 10px 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family: 'Inter', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
  }

  button.resume-link a {
    background: #f55800;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    letter-spacing: 0.03em;
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    height: 48px;
    line-height: 24px;
    padding: 0;
    width: 170px;
  }

  ul.ext-links a {
    text-decoration: none;
    color: #fff;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 22px;
  }

  ul.desk-nav-list {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 255px;
    height: 40px;
    right: 194px;
    margin-bottom: 16px;
    margin-top: 16px;
  }

  ul.desk-nav-list li {
    display: flex;
    padding: 10px;
    justify-content: center;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
  }

  ul.desk-nav-list li a {
    text-decoration: none;
    color: #fff;
  }

  .desk-email-box {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 142px;
    top: calc(50% - 40px / 2);
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .email-icon {
    width: 22px;
    height: 18px;
  }

  .desk-icons {
    display: flex;
    flex-direction: column;
    margin-left: 40px;
    position: absolute;
    top: 279px;
    gap: 20px;
  }

  .headline {
    position: absolute;
    width: 566px;
    height: 739px;
    left: 143px;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }

  .hello-me {
    display: flex;
    width: 566px;
    height: 175px;
    font-family: 'Crete Round', Verdana, Geneva, Tahoma, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 72px;
    line-height: 82px;
    color: #f55800;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 192px 0 0 0;
    margin: 0 0 24px 0;
  }

  .SD {
    width: 566px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 44px;
    display: flex;
    align-items: center;
    color: #fff;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0 0 24px 0;
  }

  .info {
    width: 566px;
    font-family: Inter, Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    color: #f4f5f7;
    flex: none;
    order: 2;
    flex-grow: 0;
    margin: 0 0 24px 0;
  }

  .icons {
    display: none;
  }

  .recent-works {
    position: absolute;
    top: 982px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding-top: 0;
    padding-bottom: 50px;
    gap: 24px;
  }

  .recent-works-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    gap: 24px;
    width: 90%;
    margin: 10px auto 0;
  }

  .recent-works-title {
    width: 50%;
    font-family: 'Crete Round', 'Courier New', Courier, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    display: flex;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding: 20px 0 20px 15px;
  }

  .line {
    width: 50%;
    border: 1px solid #212121;
    height: 0;
  }

  .mob-divider {
    display: none;
  }

  .featured {
    display: flex;
    gap: 24px;
    width: 90%;
    margin: 0 auto;
  }

  .gymfit {
    max-height: 448px;
    width: 35rem;
  }

  .gymfit img {
    width: 100%;
  }

  .desk-feat-description {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    width: 49%;
  }

  .post-stories {
    font-family: 'Crete Round', 'Courier New', Courier, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    display: flex;
    align-items: center;
    color: #091e42;
    flex: none;
    order: 0;
    flex-grow: 0;
    width: 448px;
    margin: 0;
  }

  .feat-text {
    color: #091e42;
    font-family: 'Inter', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    height: max-content;
    width: 100%;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 0;
  }

  ul.lang-list-4 {
    grid-column: span 4;
    display: flex;
    flex-direction: row;
    grid-gap: 12px;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
    width: 297px;
    height: 40px;
    flex: none;
    order: 2;
    flex-grow: 0;
  }

  li.css {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    width: 49px;
    height: 40px;
    border: 1px solid #8993a4;
    flex: none;
    order: 0;
    flex-grow: 0;
    background: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }

  li.html {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 8px 12px;
    width: 56px;
    height: 40px;
    background: #fff;
    border: 1px solid #8993a4;
    flex: none;
    order: 1;
    flex-grow: 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
  }

  .bootstrap {
    width: 95px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    background: #fff;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    border: 1px solid #8993a4;
    flex: none;
    order: 2;
    flex-grow: 0;
  }

  .Ruby {
    width: 61px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 8px 12px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    background: #fff;
    border: 1px solid #8993a4;
    flex: none;
    order: 3;
    flex-grow: 0;
  }

  .see-project {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    padding: 12px;
    width: 128px;
    font-size: 17px;
    background-color: #ff6b00;
    border: 0;
    font-weight: 700;
    text-align: center;
    letter-spacing: 0.03em;
    flex: none;
    order: 3;
    flex-grow: 0;
    color: #fff;
  }

  .see-project:hover {
    color: #f55800;
    background: #fff5e1;
    border: 1px solid #f55800;
  }

  button.see-project:active {
    background: #e05304;
    color: #f4f1f0;
  }

  .see-project:disabled {
    background: #f4f1f0;
    color: #5b5957;
  }

  .projects {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-row-gap: 30px;
    grid-template-rows: 22rem 22rem;
    grid-column-gap: 24px;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
  }

  .project {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 0 20px 15px 10px;
  }

  .project1 {
    background-image: url(./images/Project-BG.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .project:hover {
    display: flex;
    flex-direction: column;
    background-image: url(./images/Proj2-bg.png);
    background-repeat: no-repeat;
    justify-content: flex-end;
    background-size: cover;
  }

  .project2 {
    display: flex;
    flex-direction: column;
    background-image: url(./images/Proj2-bg.png);
    background-repeat: no-repeat;
    justify-content: flex-end;
    background-size: cover;
  }

  .project3 {
    background-repeat: no-repeat;
    background-image: url(./images/Proj3-bg.png);
    background-size: cover;
  }

  .project4 {
    background-image: url(./images/Proj4-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
  }

  .project1:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
  }

  .project2:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
  }

  .project3:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
  }

  .project4:hover {
    transform: scale(1.1);
    transition: 1s ease-in-out;
  }

  .professional {
    width: 90%;
    font-size: 32px;
    font-family: 'Crete Round', 'Arial Narrow', Arial, sans-serif;
    margin-left: 16px;
    margin-right: 16px;
    color: #fff;
    font-weight: 400;
    font-style: normal;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 12px;
  }

  .proj-desc {
    font-family: 'Inter', 'Arial Narrow', Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin: 10px 16px 10px 16px;
    color: #fff;
  }

  ul.buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: 16px;
    gap: 12px;
    padding-left: 0;
    height: 2rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-family:
      "Inter",
      "Franklin Gothic Medium",
      "Arial Narrow",
      Arial,
      sans-serif;
  }

  ul.buttons li {
    list-style-type: none;
    padding: 12px;
    background: rgba(255, 255, 255, 0.24);
    line-height: 0.5rem;
  }

  button.project-link-btn {
    display: none;
  }

  .project:hover button.project-link-btn {
    text-decoration: none;
    color: #fff;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff6b00;
    width: 100%;
    border: none;
    padding: 5% 10%;
  }

  .project:hover ul.buttons {
    display: none;
  }

  .project:hover .proj-desc {
    display: none;
  }

  .project:hover .professional {
    display: none;
  }

  button.proj2-see-project-btn {
    text-decoration: none;
    color: #fff;
    border: none;
    padding: 17px 0;
    background-color: #ff6b00;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    text-align: center;
    letter-spacing: 0.03em;
  }

  button.proj2-see-project-btn:hover {
    color: #f55800;
    background: #fff5e1;
    border: 1px solid #f55800;
  }

  button.proj2-see-project-btn:active {
    background: #e05304;
    color: #f4f1f0;
  }

  button.proj2-see-project-btn:disabled {
    background: #f4f1f0;
    color: #5b5957;
  }

  .about {
    height: 1195px;
    width: 100%;
    background: #262626;
    position: absolute;
    top: 2500px;
    background-image: url(./images/Frame-about-desk.png);
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 10%;
    left: 0;
  }

  .about-headline {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 566px;
    height: 582px;
    left: 142px;
    top: 0;
  }

  .about-title {
    width: 100%;
    font-family: "Crete Round", Arial, Helvetica, sans-serif;
    color: #f55800;
    font-style: normal;
    letter-spacing: 0.37px;
    font-weight: 400;
    font-size: 72px;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 0;
    margin-top: 130px;
  }

  .about-me {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-style: normal;
    height: 148px;
    font-weight: 400;
    font-size: 20px;
    color: #f4f5f7;
    line-height: 32px;
    margin: 0;
    margin-top: 24px;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .resume-link {
    background: #f55800;
    width: 170px;
    height: 48px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex: none;
    order: 2;
    flex-grow: 0;
    border: 0;
    margin: 0;
  }

  button.resume-link a:hover {
    color: #f55800;
    background: #fff5e1;
  }

  button.resume-link:hover {
    color: #f55800;
    background: #fff5e1;
  }

  button.resume-link a:active {
    background: #e05304;
    color: #f4f1f0;
  }

  button.resume-link:active {
    background: #e05304;
    color: #f4f1f0;
  }

  button.resume-link:disabled {
    background: #f4f1f0;
    color: #5b5957;
  }

  button.resume-link a:disabled {
    background: #f4f1f0;
    color: #5b5957;
  }

  .divider {
    position: absolute;
    height: 0;
    left: 141px;
    right: 0;
    top: calc(50% - 0px / 2 + 0.5px);
    border: 1px solid #fff;
    width: 80%;
  }

  .lists {
    display: flex;
    flex-direction: column;
    justify-content: center;
    order: 3;
  }

  ul.ext-links {
    display: flex;
    gap: 152px;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 138px 0 142px 0;
    margin-left: 141px;
    margin-right: 141px;
    color: #ff6b00;
    list-style: none;
  }

  .ext-links .language li:first-child {
    list-style-image: url(./images/Rectangle-55.svg);
  }

  .ext-links .frameworks li:first-child {
    list-style-image: url(./images/Rectangle-56.svg);
  }

  .ext-links .skills li:first-child {
    list-style-image: url(./images/Rectangle-57.svg);
  }

  ul.language {
    list-style-type: none;
    line-height: 44px;
  }

  ul.frameworks {
    list-style-type: none;
    line-height: 44px;
  }

  ul.skills {
    list-style-type: none;
    line-height: 44px;
  }

  h3 {
    color: #fff;
    font-weight: 700;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-size: 32px;
    line-height: 54px;
  }

  .language {
    order: 0;
  }

  .frameworks {
    order: 1;
  }

  .skills {
    order: 2;
  }

  .contact {
    display: flex;
    flex-direction: column;
    border: 2px solid red;
  }

  .contact-page {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 70% 5% 20%;
    justify-content: center;
    justify-items: center;
    align-items: center;
    padding: 20px 0 20px;
    gap: 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 3800px;
    margin-bottom: 96px;
    border-bottom: 1px solid #dfe1e6;
  }

  .contact-comment {
    width: 455px;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    display: flex;
    align-items: center;
    color: #262626;
  }

  .form-list {
    display: flex;
    flex-direction: column;
    width: 500px;
    padding: 70px 0 0 0;
    list-style-type: none;
  }

  #form-name {
    width: 20rem;
    margin: 10px 0 53px 0;
    font-family: Roboto, 'Courier New', Courier, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #979493;
    border-bottom: 1px solid #dbd8d7;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 14px 16px;
  }

  #form-name:hover {
    transform: translate(20px);
  }

  #form-mail {
    width: 20rem;
    font-family: Roboto, "Courier New", Courier, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: #979493;
    border-bottom: 1px solid #dbd8d7;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0 0 14px 16px;
    outline: none;
    margin-top: 0;
    margin-bottom: 51px;
  }

  #form-mail:hover {
    transform: translate(20px);
  }

  #msg {
    width: 20rem;
    text-align: left;
    height: 114px;
    border: none;
    outline: none;
    font-style: italic;
    color: #3c3a39;
  }

  ul.form-list input {
    color: #979493;
    padding: 0;
    outline: none;
  }

  ul.form-list textarea {
    background: #fbf8f7;
    margin-top: 0;
    font-family: Roboto, 'Courier New', Courier, monospace;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 24px;
    line-height: 24px;
    padding: 12px;
  }

  .contact-btn button {
    background: #ff6b00;
    padding: 12px;
    border: none;
    color: #fbf8f7;
    font-family: Inter, 'Courier New', Courier, monospace;
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
  }

  .contact-btn button:hover {
    color: #f55800;
    background: #fff5e1;
    border: 1px solid #f55800;
  }

  .contact-btn button:active {
    background: #e05304;
    color: #f4f1f0;
  }

  .footer-section {
    grid-column: span 2;
    align-self: baseline;
    margin: 30px 0;
  }

  .horiz-bar {
    display: none;
  }

  .horiz2-bar {
    position: relative;
    top: 90px;
    align-self: baseline;
    grid-column: span 2;
    width: 100%;
    height: 1px;
  }

  .contact-footer-section {
    display: flex;
    justify-content: flex-start;
    list-style-type: none;
    gap: 1rem;
    padding-top: 2rem;
    margin: 2rem;
  }

  .page-footer {
    position: absolute;
    top: 4656px;
    width: 100%;
    height: 72px;
  }

  .project-popup {
    width: 80%;
    height: 70%;
    background-color: #fff;
    display: grid;
    position: fixed;
    top: 50%;
    left: 50%;
    gap: 1rem;
    transform: translate(-50%, -50%);
    grid-template-columns: 50% 50%;
    grid-template-rows: 2;
    padding: 1rem;
    z-index: 2;
  }

  #overlay {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.301);
    backdrop-filter: blur(5px);
  }

  .popup-title {
    width: 90%;
    align-self: center;
    font-size: 32px;
    font-family: "Crete Round", "Arial Narrow", Arial, sans-serif;
    margin-right: 16px;
    line-height: 44px;
    color: #172b4d;
    font-weight: 700;
    font-style: normal;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin-bottom: 12px;
    grid-column: span 2;
  }

  .popup-close {
    position: absolute;
    top: 5%;
    right: 5%;
  }

  .popup-buttons {
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
    list-style-type: none;
    padding-top: 1rem;
    margin: 0;
    background: rgba(255, 255, 255, 0.24);
  }

  .popup-image {
    align-self: start;
    height: 99%;
    width: 100%;
  }

  .popup-desc {
    display: grid;
    gap: 1rem;
    font-family: "Inter", "Arial Narrow", Arial, sans-serif;
    font-style: normal;
    font-size: 1.1rem;
    font-weight: 400;
    color: #344563;
    width: 90%;
    line-height: 150%;
    align-self: start;
  }

  .popup-lang {
    border: 1px solid #dfe1e6;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 1rem;
    padding: 5px 10px;
    line-height: 20px;
  }

  .popup-see-more {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: flex-start;
  }

  .see-more {
    align-self: end;
    font-size: 0.7rem;
    padding: 0.5rem;
    background: #ff6b00;
    color: #fff;
    border: none;
    font-weight: 700;
    font-family: 'Inter', Arial, Helvetica, sans-serif;
    letter-spacing: 0.03em;
    font-style: normal;
  }

  .see-more:hover {
    color: #f55800;
    background: #fff5e1;
    border: 1px solid #f55800;
  }

  .see-more:active {
    background: #e05304;
    color: #f4f1f0;
  }

  .popup-links {
    margin: 0 0 0 5px;
  }
}

#error-text {
  color: red;
}
