@media only screen and (min-width: 768px) {
  body {
    width: auto;
    height: auto;
    margin: 0;
    /* background: #f4f5f7; */
    scroll-behavior: smooth;
    background: #50bfe8;
  }

  .header-background-image {
    height: 748px;
    width: 100%;
    border-radius: 0 0 0 75px;
    background: #e850bd;
    background-image: url(./asset/images/header.svg);
    background-repeat: no-repeat;
    background-size: 93% 90%;
    background-position-x: 5rem;
    background-position-y: 5rem;
  }

  .Nav-bar {
    display: flex;
    position: fixed;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    height: 12vh;
    width: 100%;
    list-style-type: none;
    background: #fff;
    background: #50bfe8;
    z-index: 1;
  }

  .hamburger {
    display: none;
  }

  .logoPlaceHolder {
    display: flex;
    align-items: center;
    margin-left: 12rem;
    align-content: center;
  }

  /*
  .logo {
    align-items: center;
    -webkit-animation: spin 5s infinite;
    animation: spin 5s infinite;
  } */

  .new_logo {
    margin-top: 1rem;
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }

  @-webkit-keyframes spin {
    from {
      -webkit-transform: rotateY(0deg);
    }

    to {
      -webkit-transform: rotateY(-360deg);
    }
  }

  @keyframes spin {
    from {
      -moz-transform: rotateY(0deg);
      -ms-transform: rotateY(0deg);
      transform: rotateY(0deg);
    }

    to {
      -moz-transform: rotateY(-360deg);
      -ms-transform: rotateY(-360deg);
      transform: rotateY(-360deg);
    }
  }

  ul li {
    list-style-type: none;
  }

  .menu {
    display: flex;
    position: relative;
    align-content: center;
    justify-content: space-around;
    flex-wrap: wrap;
    height: 10vh;
    width: auto;
    float: left;
    margin-right: 10rem;
    background-color: #fff;
  }

  .menu.active {
    display: flex;
    left: 0;
    margin: 0;
    margin-right: 10rem;
  }

  .mobile-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    width: auto;
    height: 5vh;
    gap: 10px;
    margin-top: 0.9rem;
    padding: 0.5rem;
  }

  .mobile-font {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
  }

  .Menu-portfolio {
    display: flex;
    align-items: center;
    text-align: center;
    width: auto;
    height: 30px;
  }

  .bgcolor {
    color: #344563;
    width: auto;
  }

  .Headline-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 0;
    gap: 0;
    position: absolute;
    width: 80%;
    height: auto;
    left: 20rem;
    margin-top: 12rem;
    flex: 50%;
  }

  .Headline-section-title {
    display: flex;
    align-items: center;
    letter-spacing: 0.3px;
    width: 80%;
    height: auto;
    flex: 45%;
    order: 0;
    color: #091e42;
  }

  .Headline-section-body {
    width: 80%;
    height: auto;
  }

  .headers_body {
    display: flex;
    flex-direction: row;
    gap: 5rem;
  }

  .Head-sect {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .new_log {
    display: flex;
    align-items: center;
    content: normal;
    height: 5%;
    width: 30%;
  }

  .icons {
    width: auto;
    height: 20px;
    margin-top: 15px;
  }

  .card-primary-tag {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    width: auto;
    gap: 12px;
    height: auto;
    order: 3;
  }

  .work-container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0.5rem;
    margin: 6rem 8rem;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: auto;
    height: auto;
  }

  .card-scion {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
    height: max-content;
    flex: 50%;
    background: #fff;
    order: 0;
    border: 1px solid #dfe1e6;
    border-radius: 24px;
  }

  .card-background-image {
    align-items: flex-start;
    padding: 0;
    width: 60%;
    height: auto;
    flex: 50%;
  }

  .card-text-section {
    display: flex;
    align-items: flex-start;
    padding: 12px;
    gap: 12px;
    margin: 10px;
    width: 100%;
    height: auto;
    flex: 50%;
    flex-grow: 0;
  }

  .card-primary-text {
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    width: 90%;
    max-width: 500%;
    height: 20%;
    order: 0;
  }

  .primary-title {
    align-items: flex-start;
    width: 100%;
    height: auto;
  }

  .card-primary-text-frame {
    display: flex;
    width: 60%;
    height: auto;
  }

  .card-primary-body-text {
    display: flex;
    width: 100%;
    height: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    justify-content: center;
  }

  .card-primary-text-right {
    align-items: flex-start;
    padding: 10px;
    gap: 10px;
    width: 100%;
    height: auto;
    margin: 10px;
    flex: 50%;
    order: 0;
  }

  /* About me Section */
  #about {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    height: 600px;
    border-radius: 0 90px 0 0;
    background: #fff;
    margin-top: 150px;
  }

  .About-top {
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
    flex: 50%;
    gap: 10px;
    height: auto;
    padding-left: 3rem;
    margin-top: 2rem;
  }

  .about_header_text {
    width: 45%;
    height: auto;
  }

  .about_body_text {
    flex-wrap: wrap;
    width: 80%;
    height: 50%;
  }

  .socialMedia {
    display: flex;
    gap: 1px;
    width: auto;
    height: auto;
  }

  .normalButnAbout {
    display: flex;
    width: 175px;
    align-items: flex-start;
    text-align: center;
    justify-content: center;
    letter-spacing: 0.03em;
    color: #396df2;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    margin: 2px;
    cursor: pointer;
    background-color: #fff;
  }

  .resume,
  .normalButnAbout {
    text-decoration: none;
    background-color: #6070ff;
    color: #fff;
  }

  .skillList {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start;

    /* padding-right: 6rem; */
    width: 40%;
    height: 150px;
    max-height: 500px;
    right: 100px;
    margin-bottom: 12rem;
  }

  .drp_text {
    display: flex;
    align-items: flex-start;
    width: fit-content;
    margin-left: 10px;
    height: auto;
  }

  .dropdown_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.1rem;
    margin: 0;
    width: 100%;
    height: auto;
  }

  #dropdown_header {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 72px;
    order: 0;
  }

  .dropdown_hamburger {
    display: flex;
    padding: 10px;
    margin: 1rem 1rem 1rem 0;
    border-radius: 6px;
    float: right;
  }

  .fa-angle-right {
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    transition: transform 0.3s;
  }

  .fa-angle-right.rotate {
    transform: rotate(90deg);
  }

  .dropdown {
    display: none;
    flex-direction: row;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    height: 110px;
  }

  #java_dropdown {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    width: 19%;
    height: 100%;
    background: #f7f7f9;
    border-radius: 8px;
    order: 0;
  }

  .image {
    width: auto;
    height: 48px;
    margin-top: 8px;
    border: 1px solid #fff;
    border-radius: 1px;
  }

  .drp_txt {
    display: flex;
    align-self: flex-start;
    width: auto;
    height: auto;
    margin-left: 8.5px;
  }

  hr {
    gap: 0;
    margin: 0;
  }

  #contactMe {
    display: flex;
    width: 100%;
    height: 50rem;
    margin-top: 150px;
    align-items: center;

    /* background: #6070ff; */
    background-color: #e850bd;
    background-image: url(./asset/Contact/contactdesk.svg);
    background-repeat: no-repeat;
    background-size: 85% 90%;
    background-position-x: 5rem;
    background-position-y: 4rem;
  }

  .contactblock {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 50%;
    height: auto;
    margin-top: 170px;
  }

  .contactTxt {
    align-items: center;
    width: 100%;
    height: auto;
    text-align: center;
    order: 0;
    margin-bottom: 0;
  }

  .Contact_body_text {
    display: flex;
    align-content: center;
    width: 80%;
    height: auto;
    margin-top: 0;
    order: 1;
  }

  .body-text {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    width: 100%;
    height: auto;
  }

  .form {
    display: flex;
    width: 65%;
    align-items: center;
    order: 3;
    height: auto;
    overflow: hidden;
  }

  #name {
    align-items: center;
    border-radius: 2px;
    border: 1px #cfd8dc solid;
    background-color: #fff;
    margin-bottom: 20px;
    width: 100%;
  }

  #mail {
    align-items: center;
    border-radius: 2px;
    border: 1px #cfd8dc solid;
    background-color: #fff;
    width: 100%;
  }

  #textarea {
    border-radius: 2px;
    border: 1px #cfd8dc solid;
    background-color: #fff;
    width: 100%;
  }

  #action {
    display: flex;
    width: 100%;
    height: 60px;
    margin-top: 2px;
    align-items: center;
  }

  .button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 5px;
    gap: 10px;
    position: absolute;
    width: 90%;
    height: 48px;
    border: 1px solid#6070ff;
    border-radius: 8px;
    list-style-type: none;
    cursor: pointer;
  }

  #action_contact {
    display: flex;
    width: 100%;
    height: 60px;
    justify-content: center;
    align-items: center;
  }

  .normalButtnAbout {
    width: 175px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #396df2;
    font-size: 17px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    cursor: pointer;
    background-color: #fff;
  }

  .normalButtnAbout:hover,
  .Menu-portfolio:hover {
    background: #6070ff;
    color: #fff;
  }

  .normalButtnAbout:active {
    background: #2230d2;
    color: #fff;
  }

  .modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1;
    opacity: 1;
    height: auto;
    overflow: scroll;
  }

  .modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 8px;
    width: 75%;
    max-width: 600px;
    height: 50%;
    border: 1px solid #dfe1e6;
    border-radius: 16px;
    background: #fff;
  }

  .modal-text-section {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    padding: 12px;
    gap: 12px;
    margin: 10px 2px;
    width: 100%;
    height: auto;
    flex: 50%;
    flex-grow: 0;
  }

  .modal-primary-body-text {
    width: 40%;
    height: auto;
    text-align: justify;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    order: 0;
  }

  .left-block {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    position: relative;
    justify-content: space-around;
    padding: 0;
    width: 100%;
  }

  .right-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    gap: 3px;
    width: 50%;
    height: 70%;
    order: 1;
  }

  .modal-tag {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ebebff;
    border-radius: 8px;
    gap: 16px;
    padding: 0.1rem 0.6rem;
    height: 20px;
    letter-spacing: 0.03em;
    color: #6070ff;
    justify-content: space-around;
    text-align: justify;
    align-content: center;
    flex: none;
    order: 0;
    flex-grow: 0;
    text-decoration: none;
    list-style-type: none;
  }

  .card-primary-tags {
    display: flex;
    flex-direction: row;
    padding: 6px;
    gap: 8px;
    margin-top: 0;
  }
}

.error {
  width: 100%;
  padding: 0;
  color: rgb(212, 31, 31);
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
}
