@media screen and (min-width: 768px) {
  .mobile-header {
    display: none;
  }

  .mobile-menu {
    display: none;
  }

  .desktop-header {
    background-color: #1c1a19;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 72px;
    align-items: center;
    text-align: center;
    color: white;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 15px;
  }

  .desktop-logo {
    padding-left: 30px;
    font-family: "Roboto", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    color: white;
  }

  ul#desktop-nav-list li {
    display: inline;
    margin: 0 20px;
    list-style: none;
  }

  /* Header Ends above */

  .top-page-container-one {
    order: 1;
  }

  .top-page-container {
    flex-direction: row;
    background-image: url(../images/2_top_page_bg_img.png);
    background-position: right top;
    background-size: 42%;
  }

  .top-page-title {
    padding-bottom: 18px;
  }

  .top-page-empty-divider {
    padding-top: 6px;
  }

  .top-page-profession {
    font-size: 24px;
    line-height: 34px;
  }

  .top-page-description {
    color: white;
    font-family: "Poppins", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    padding-top: 10px;
    max-width: 450px;
  }

  .top-page-social-media {
    order: 0;
  }

  ul#top-page-social-media-list {
    flex-direction: column;
    padding-top: 55px;
  }

  ul#top-page-social-media-list li {
    display: inline;
    margin: 10px;
  }

  /* Top Page Ends above */

  .my-recent-work {
    display: grid;
    height: 100vh;
    background-color: #e5e5e5;
  }

  .my-recent-work-top {
    display: flex;
    flex-direction: row;
    font-family: "Crete Round", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 52px;
    padding-right: 24px;
    padding-left: 36px;
  }

  .my-recent-work-title {
    width: 580px;
    padding-top: 8px;
  }

  .my-recent-work-horizontal-line {
    width: 100%;
  }

  .mrw-hz-line {
    margin-top: 40px;
    border: none;
    height: 1px;
    background-color: black;
    width: auto;
    margin-left: 20px;
    align-items: center;
  }

  .myRecentWrokBottom {
    padding: 0 30px 0 30px;
    display: flex;
    flex-direction: row;
  }

  .mrwImgDesktop {
    width: 50%;
  }

  .mrwImgDesktop img {
    width: 80%;
  }

  .mrwRightSide {
    width: 50%;
    padding-left: 30px;
    padding-top: 30px;
    height: fit-content;
  }

  .multiPostStories {
    font-family: "Crete Round", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 38px;
    line-height: 48px;
    padding-top: 24px;
  }

  .myRecentWorkDescription {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #091e42;
    padding-bottom: 10px;
  }

  .mrwBox:hover {
    background-color: goldenrod;
    color: black;
  }

  /* Card  Starts Here */
  .card-master {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    padding-left: 30px;
    max-width: 1200px;
    margin: 0 auto;
    gap: 1rem;
  }

  .card-container {
    justify-self: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .card-description {
    width: 80%;
  }

  .mrwWrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .about-me {
    background-image: url(../images/6b_bg-about-me-desktop.png);
    background-position: center right;
    background-size: 45%;
    background-color: #262626;
  }

  .about-me-greetings {
    color: #f55800;
    font-size: 72px;
    line-height: 82px;
    padding-top: 130px;
    order: 0;
  }

  .about-me-description {
    font-size: 20px;
    line-height: 32px;
    color: #f4f5f7;
    order: 1;
    padding-top: 20px;
    max-width: 430px;
  }

  .skills-master {
    padding-top: 136px;
    flex-direction: row;
    background-color: #262626;
    justify-content: space-between;
    color: white;
    padding-left: 100px;
    padding-right: 200px;
    padding-bottom: 100px;
  }

  .get-intouch-top {
    display: flex;
    flex-direction: row;
    margin-top: 130px;
    padding-left: 80px;
    justify-content: space-between;
  }

  .description5 {
    font-size: 40px;
    line-height: 52px;
    color: #262626;
    text-align: left;
    max-width: 455px;
  }

  form {
    padding-left: none;
  }

  .from-details {
    padding-top: 100px;
  }

  .shape {
    display: none;
  }

  /* Project related to cards */

  .details-popup {
    background-color: #979493;
    width: 100%;
    padding-left: 24px;
    padding-right: 10px;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    opacity: 1;
    object-fit: cover;
    overflow: auto;
  }

  .popup-container {
    position: absolute;
    max-width: 80%;
    left: 9%;
    top: 8%;
    background-color: #fff;
    opacity: 1;
    word-break: normal;
    word-wrap: break-word;
  }

  .popup-top {
    padding: 24px 0 24px 0;
    height: auto;
  }

  .hide {
    display: none;
  }

  .show {
    display: block;
  }

  .popup-name {
    font-family: "Crete Round", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
  }

  #popupTitle {
    width: 100%;
  }

  .close-cross {
    margin-top: 12px;
  }

  .technologies {
    margin-bottom: 40px;
    gap: 16px;
  }

  .img-text-button {
    display: flex;
    flex-direction: row;
    gap: 24px;
  }

  .snapshot-img {
    width: 100%;
  }

  .img-snapshot-mobile {
    display: none;
  }

  .img-snapshot-desktop {
    display: block;
  }

  .text-button {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .popup-text {
    margin-top: 2px;
    padding-right: 12px;
  }

  .popup-buttons {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 14px;
    padding-bottom: 5px;
  }
}

/* Validation of email in form */
.form-email-error-message {
  font-size: 15px;
  font-family: "Crete Round", sans-serif;
  margin-top: 1.1rem;
}
