@media (min-width: 175px) {
  .hide {
    display: none;
  }

  .Intro {
    background-image: url("img/background.svg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 150%;
    background-color: #fff;
    margin-top: -8%;
    padding-bottom: 20%;
    border-radius: 0 0 0 8rem;
  }

  .logo {
    display: flex;
    margin-left: 2rem;
    margin-top: 2rem;
    padding-top: 5%;
  }

  .navbar {
    float: right;
    display: flex;
    margin-right: 2rem;
    margin-top: -1rem;
  }

  .container {
    align-content: center;
    align-items: center;
  }

  h1 {
    align-items: flex-start;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 3.7rem;
    display: flex;
    margin-left: 2rem;
    color: #344563;
    margin-bottom: 0.7rem;
    margin-top: 7rem;
  }

  .description {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1.5rem;
    color: #344563;
    margin-top: 0.1rem;
    margin-left: 1.8rem;
    margin-right: 1.8rem;
  }

  span.let {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #7f8fff;
    margin-left: 1.8rem;
  }

  .contact {
    margin-left: -0.5rem;
    display: flex;
    list-style: none;
  }

  .icons {
    padding-right: 1.5rem;
  }

  .projects {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1rem;
    gap: 0.75;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 0.063rem solid #dfe1e6;
    border-radius: 1rem;
    padding-bottom: 30%;
  }

  .snapshots {
    width: 95%;
    height: 13.75rem;
    background-color: rgb(211, 143, 95);
    border-radius: 0.5rem;
  }

  #snap2 {
    background-color: #d0c7d1;
  }

  #snap3 {
    background-color: rgb(231, 119, 44);
  }

  #snap4 {
    background-color: rgb(255, 255, 255);
  }

  .project_name {
    margin-top: 0.2rem;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 1200;
    font-size: 1.8rem;
    line-height: 2.75rem;
    margin-bottom: -0.5rem;
  }

  .details {
    display: inline-flex;
    flex-direction: row;
  }

  .detail {
    display: inline-flex;
    color: #344563;
    padding-right: 2.6rem;
    margin-left: -2.3rem;
  }

  .detail img {
    width: 0.5rem;
  }

  .projo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .info_block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    width: 90%;
    height: 18rem;
  }

  .info {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 1.5rem;
    color: #344563;
    margin-top: -1rem;
  }

  .languages {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    width: 13.375;
    height: 1.5rem;
    margin-left: -11%;
  }

  .language {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 12px;
    width: 57px;
    background: #ebebff;
    border-radius: 8px;
    height: 16px;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #6070fd;
  }

  #html {
    width: 2.063rem;
  }

  #css {
    width: 1.56rem;
  }

  #javascript {
    width: 4.25rem;
  }

  .button {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 10px;
    width: 126px;
    height: 48px;
    border: 1px solid #6070ff;
    border-radius: 8px;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #396df2;
    background-color: #fff;
  }

  .button:hover {
    background: #6070ff;
    box-shadow: 8px 16px rgba(64, 83, 252, 0.24);
    color: #fff;
  }

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

  .button:disabled {
    background: #e5e5e5;
    color: #5e6c84;
  }

  .let {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #7f8fff;
    margin-left: 0.1rem;
  }

  .work {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 114px 24px;
    gap: 88px;
    width: 90%;
    height: 100%;
  }

  .about {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20%;
    gap: 24px;
    width: auto;
    height: 100%;
    margin-top: -20%;
    border-radius: 0 0 0 7rem;
    background-color: #fff;
  }

  .about_me {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    width: 90%;
    height: 100%;
    padding-left: 5%;
  }

  h2.ab {
    width: 327px;
    height: 35px;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    display: flex;
    align-items: center;
    color: #172b4d;
    padding-bottom: 10%;
  }

  .about_description {
    width: 327px;
    height: 147px;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344563;
    margin-top: -4.3rem;
  }

  .contacts {
    margin-left: -2.5rem;
    display: flex;
    list-style: none;
  }

  .resume {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 10px;
    width: 162px;
    height: 48px;
    border: 1px solid #6070ff;
    border-radius: 8px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #396df2;
  }

  .skill_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 327px;
    height: 464.15px;
    margin-top: 10rem;
  }

  .pgrm_languages {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 327px;
    height: 320.15px;
  }

  .lang_head {
    width: 327px;
    height: 72px;
    display: flex;
    align-items: center;
    margin-top: -4rem;
  }

  .lang_head_icon {
    width: 15px;
    height: 15px;
    margin-left: 16rem;
  }

  h3 {
    margin-left: -17.2rem;
    height: 24px;
    left: 12px;
    right: 78px;
    top: calc(50% - 24px / 2);
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    color: #000;
  }

  .language_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    gap: 12px;
    width: 327px;
    height: 248.15px;
    margin-left: 1rem;
    padding-bottom: 2rem;
  }

  .lang_item {
    display: flex;
    align-items: center;
    width: 303px;
    height: 66.72px;
    background: #f7f7f9;
    border-radius: 8px;
    list-style-type: none;
    margin: 1rem;
    padding: 0;
    margin-left: -3rem;
  }

  .langs {
    height: 24px;
    top: calc(50% - 24px / 2 - 0.36px);
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #253858;
    margin-left: 4rem;
  }

  .langs_img {
    width: 48px;
    height: 48px;
    left: 12px;
    background: none;
    border: none;
    margin-left: -50%;
    float: right;
  }

  #ht {
    margin-left: -33%;
  }

  #cs {
    margin-left: -5.5rem;
  }

  .containers {
    display: flex;
    align-items: center;
    width: 327px;
    height: 72px;
    border: none;
    border-radius: 8px;
    padding: 8px;
  }

  .text {
    flex: 1;
    font-family: 'poppins', sans-serif;
    font-size: 1.3rem;
    line-height: 20px;
    font-weight: bolder;
    margin-bottom: 1rem;
    margin-top: 1rem;
  }

  .image {
    width: 20px;
    height: 17px;
    margin-right: 2.5rem;
  }

  .contact-form {
    background-color: #f6f6f6;
    padding: 2rem;
    text-align: center;
    border: none;
  }

  .contain {
    width: 327px;
    height: 56px;
    left: 40px;
    top: 4734px;
    border: none;
  }

  .contact-form .contain {
    max-width: 760px;
    margin: auto;
    border: none;
  }

  .contact-form h2 {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 1rem;
  }

  .contact-form p {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 2rem;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #ebebff;
    width: 327px;
    height: 137px;
  }

  .contact-form form {
    display: grid;
    gap: 1rem;
  }

  .contact-form input {
    display: block;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #172b4d;
    text-align: left;
    margin-bottom: 1rem;
    width: 95%;
    border: 1px solid #cfd8dc;
    border-radius: 8px;
    background-color: #fff;
    height: 2.5rem;
    padding-left: 1rem;
  }

  .contact-form fieldset {
    border: none;
    margin-left: none;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #b3bac5;
  }

  .contact-form textarea {
    width: 102%;
    padding: 1rem;
    border: 1px solid #ccc;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.87rem;
    color: #344563;
    box-sizing: border-box;
    margin: auto;
    border-radius: 8px;
    height: 10rem;
  }

  #sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    width: 10rem;
    height: 48px;
    left: 24px;
    background: #fff;
    border-radius: 8px;
    margin-top: 1.2rem;
    color: #6070ff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
  }

  #cont-form {
    width: 95%;
    height: 779px;
    background-image: url(img/contact-form-shapes-mobile.svg);
    background-color: #6070ff;
    margin-left: 0;
    border-radius: 5rem 0 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow-x: hidden;
  }

  .shape {
    bottom: 8px;
    width: 134px;
    height: 5px;
  }

  #sub:hover {
    background: #6070ff;
    box-shadow: 8px 16px rgba(64, 83, 252, 0.24);
    color: #fff;
  }

  #sub:active {
    background: #2230d2;
    color: #fff;
  }

  #desktops {
    display: none;
  }

  .abouts {
    display: none;
  }

  .mobile-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: rgba(52, 49, 219, 0.9);
    backdrop-filter: blur(5px);
  }

  .mobile-menu ul {
    padding-left: 5%;
    padding-top: 10%;
    font-size: 35px;
    line-height: 48px;
    list-style: none;
  }

  .pop-langs li {
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    background-color: #ebebff;
    height: 1rem;
    font-size: 12px;
    color: #6070ff;
  }

  .pop-langss-new li {
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    background-color: #ebebff;
    height: 1rem;
    font-size: 12px;
    color: #6070ff;
  }

  .mobile-menu ul li {
    padding: 2%;
    text-decoration: none;
  }

  .pop-links a {
    text-decoration: none;
    display: flex;
    justify-content: center;
  }

  .mobile-menu ul li a {
    text-decoration: none;
    font-family: 'poppins', sans-serif;
    color: #fff;
    font-weight: 600;
  }

  .close-button {
    position: absolute;
    top: 5%;
    right: 20%;
    cursor: pointer;
  }

  .show-menu.mobile-menu {
    display: block;
  }

  .popup-container {
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: 'poppins', sans-serif;
    background-color: #fff;
    border-radius: 2rem;
    padding: 5% 4% 2rem;
    z-index: 9999;
    width: 80%;
    height: 80%;
    overflow: auto;
    position: fixed;
  }

  .pop-heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 1rem;
  }

  .pop-heading .pop-header {
    margin: 0;
    color: #000;
  }

  .pop-details {
    display: flex;
    padding-bottom: 1rem;
  }

  .pop-details ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .pop-details ul li {
    padding-right: 1rem;
  }

  .pop-details .can {
    font-weight: 600;
    font-size: 13px;
    color: #344563;
    padding-top: 0.15rem;
  }

  .pop-details .back {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #7a869a;
  }

  .pop-img {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .pop-img img {
    width: 100%;
  }

  .pop-text p {
    text-align: left;
  }

  .pop-langs ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .popup-container .ln {
    padding: 1rem;
  }

  .pop-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
  }

  .pop-links p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #396df2;
    white-space: nowrap;
    margin: 0;
  }

  .pop-links .project-link,
  .pop-links .github-link {
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding: 16px;
    gap: 12px;
    border: 1px solid #dfe1e6;
    border-radius: 16px;
    height: 0.8rem;
    flex-wrap: nowrap;
  }

  .pop-links .project-link img,
  .pop-links .github-link img {
    width: 20px;
    margin-left: 5px;
  }

  .popup-containers {
    display: none;
  }

  .pop {
    display: none;
  }

  body {
    background-color: #e5e5e5;
    overflow-x: hidden;
    width: 100%;
  }
}

@media (min-width: 768px) {
  body {
    background: #e5e5e5;
    width: 100%;
    overflow-x: hidden;
    scroll-behavior: smooth;
    transition: filter 0.3s ease;
  }

  body.blur {
    filter: blur(4px);
  }

  .mobile-menu {
    display: none;
  }

  .hide {
    background-color: #fff;
    padding: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    position: sticky;
    top: 0;
    margin-top: -1%;
    z-index: 999;
    margin-left: -1%;
    width: 100%;
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    border: none;
  }

  .logos {
    display: flex;
    flex-direction: row;
    margin-left: 10%;
    text-align: center;
    flex-wrap: nowrap;
    width: 76px;
    height: 20px;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    color: #6070ff;
    padding-top: 0.5rem;
  }

  .navlist {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    display: flex;
    align-items: center;
    text-align: center;
    color: #325080;
  }

  .hide-items {
    display: flex;
    flex-direction: row;
    list-style-type: none;
    margin: 0;
    padding-right: 10%;
    flex-wrap: nowrap;
  }

  ul li a {
    display: flex;
    flex-direction: row;
    padding: 10px;
    text-decoration: none;
    color: #333;
  }

  .header {
    display: none;
  }

  h1 {
    width: 57.5rem;
    height: 7.6rem;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    align-items: center;
    letter-spacing: 0.37px;
    color: #091e42;
    padding-top: 20%;
  }

  .Intro {
    width: 100%;
    height: 40rem;
    top: 1px;
    background: #fff;
    align-items: center;
    margin-top: -9%;
    margin-left: -1%;
    margin-right: 3%;
    background-image: url(img/head-back.svg);
    border-radius: 0 0 0 8rem;
    padding-bottom: 10%;
    background-repeat: no-repeat;
  }

  .Intro .container {
    padding-left: 10%;
    padding-right: 10%;
  }

  #desktops {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.87rem;
    gap: 7.87rem;
    width: 90%;
  }

  .work {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 7.87rem;
    gap: 3.87rem;
    width: 80%;
    margin-top: -8%;
    margin-bottom: 10%;
  }

  .project {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 1rem;
    gap: 0.75;
    width: 100%;
    height: 30rem;
    background: #fff;
    border: 0.063rem solid #dfe1e6;
    border-radius: 1rem;
  }

  .snapshot {
    width: 60%;
    height: 20rem;
    background-color: rgb(211, 143, 95);
    border-radius: 0.5rem;
  }

  #snap2 {
    background-color: #d0c7d1;
  }

  /* #snap3 {
    background-color: rgb(231, 119, 44);
  }

  #snap4 {
    background-color: rgb(255, 255, 255);
  } */

  .project_names {
    margin-top: 0.2rem;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 1200;
    font-size: 1.8rem;
    line-height: 2.75rem;
    margin-bottom: -0.5rem;
  }

  .detailss {
    display: inline-flex;
    flex-direction: row;
    margin-left: -2%;
  }

  .details {
    display: inline-flex;
    color: #344563;
    padding-right: 2.6rem;
    margin-left: -2.3rem;
  }

  .projos {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  .info_blocks {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
    width: 90%;
    height: 25rem;
    padding-left: 5%;
    padding-right: 2%;
  }

  .infos {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.938rem;
    line-height: 1.5rem;
    color: #344563;
    margin-top: -1rem;
  }

  .languagess {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    gap: 0.5rem;
    height: 1.5rem;
    margin-left: -5%;
  }

  .languagess li {
    margin-right: 19%;
  }

  .languages {
    border: #2230d2;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 4px 14px;
    width: 20%;
    background: #ebebff;
    border-radius: 8px;
    height: 16px;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #6070fd;
  }

  #html1 {
    width: 2.8rem;
  }

  #css1 {
    width: 2.3rem;
  }

  #javascript1 {
    width: 4.25rem;
  }

  .buttons {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 12px;
    gap: 10px;
    width: 126px;
    height: 48px;
    border: 1px solid #6070ff;
    border-radius: 8px;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #396df2;
    background-color: #fff;
  }

  .button:hover {
    background: #6070ff;
    box-shadow: 8px 16px rgba(64, 83, 252, 0.24);
    color: #fff;
  }

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

  .button:disabled {
    background: #e5e5e5;
    color: #5e6c84;
  }

  .abouts {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 90%;
    height: 34rem;
    border-radius: 0 8rem 0 0;
    background-color: #fff;
    padding-left: 8%;
    margin-top: -20%;
    padding-bottom: 15%;
  }

  .about_mes {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
    width: 75%;
    margin-top: 5%;
    padding-right: 5%;
  }

  .h5s {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 52px;
    display: flex;
    align-items: center;
    color: #091e42;
    margin-bottom: 8%;
  }

  .about_descriptions {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #344563;
    width: 100%;
  }

  .contactss {
    margin-left: -2.7rem;
    display: flex;
    list-style: none;
  }

  .resumes {
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px;
    gap: 10px;
    width: 148px;
    height: 48px;
    border: 1px solid #6070ff;
    border-radius: 8px;
    font-family: 'poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #396df2;
  }

  .skill_lists {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    margin-top: 4%;
    padding-left: 20%;
  }

  .pgrm_languagess {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 60%;
    margin-left: -5%;
  }

  .lang_heads {
    display: flex;
    align-items: center;
    width: 60%;
    row-gap: 25rem;
  }

  .lang_head_icons {
    width: 15px;
    height: 15px;
  }

  .h6s {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    color: #000;
    padding-right: 25rem;
  }

  .language_lists {
    display: flex;
    flex-direction: row;
    list-style: none;
    width: 50%;
    margin-left: -100%;
  }

  .lang_items {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 7.6rem;
    height: 7.4rem;
    background: #f7f7f9;
    border-radius: 8px;
    list-style-type: none;
    margin: 1rem;
    padding: 0.0001rem;
    justify-content: flex-start;
  }

  .langss {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #253858;
    margin-top: 5rem;
    margin-right: 4rem;
    text-align: center;
  }

  #j {
    margin-left: 3rem;
  }

  #h {
    margin-left: 1rem;
  }

  #c {
    margin-left: 1rem;
  }

  .langs_imgs {
    width: 48px;
    height: 48px;
    background: none;
    border: none;
    margin-top: -7.3rem;
  }

  #jss {
    margin-left: -3rem;
  }

  #hts {
    margin-left: -3rem;
  }

  #css {
    margin-left: -2.8rem;
    width: 48px;
  }

  .containerss {
    display: flex;
    align-items: center;
    width: 200%;
    height: 72px;
    border: none;
    border-radius: 8px;
    padding: 8px;
    margin-left: -80%;
  }

  .lines {
    width: 200%;
    margin-left: -80%;
  }

  h3.texts {
    flex: 1;
    font-family: 'poppins', sans-serif;
    font-size: 1.3rem;
    line-height: 20px;
    font-weight: bolder;
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-left: 44%;
  }

  .images {
    width: 3rem;
    height: 17px;
    margin-right: 2.5rem;
  }

  .contact-form {
    background-color: #f6f6f6;
    text-align: center;
    border: none;
    width: 90%;
    gap: 0.5rem;
  }

  .contain {
    border: none;
  }

  .contact-form .contain {
    border: none;
  }

  .contact-form h2 {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 2.5rem;
    color: #fff;
    margin-bottom: 0.5rem;
    text-align: center;
    margin-top: -10%;
    padding-top: 28%;
  }

  .contact-form p {
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 0.5rem;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #ebebff;
    width: 33rem;
    margin-left: -23%;
  }

  .contact-form form {
    display: grid;
    gap: 0.5rem;
    margin-left: -15%;
  }

  .contact-form input {
    display: block;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    color: #172b4d;
    text-align: left;
    margin-bottom: 1rem;
    width: 27rem;
    border: 1px solid #cfd8dc;
    border-radius: 8px;
    background-color: #fff;
    height: 2.5rem;
    padding-left: 1rem;
  }

  .contact-form fieldset {
    border: none;
    margin-left: none;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 1rem;
    line-height: 24px;
    color: #b3bac5;
  }

  .contact-form textarea {
    padding: 1rem;
    border: 1px solid #ccc;
    font-family: 'poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 0.87rem;
    color: #344563;
    box-sizing: border-box;
    margin: auto;
    border-radius: 8px;
    height: 10rem;
  }

  #sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 12px 16px;
    width: 10rem;
    height: 48px;
    background: #fff;
    border-radius: 8px;
    margin-top: 1.2rem;
    color: #6070ff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 500;
    margin-left: 30%;
  }

  #cont-form {
    width: auto;
    background-color: #6070ff;
    border-radius: 5rem 0 0 0;
    background-repeat: no-repeat;
    background-image: url(img/desk-back3.png);
    padding-right: 10%;
    margin-right: 1%;
  }

  .shape {
    display: none;
  }

  #sub:hover {
    background: #6070ff;
    box-shadow: 8px 16px rgba(64, 83, 252, 0.24);
    color: #fff;
  }

  #sub:active {
    background: #2230d2;
    color: #fff;
  }

  #mobiles {
    display: none;
  }

  .about {
    display: none;
  }

  /* Increase image size and move text on hover */
  .project:hover .snapshot {
    transform: scale(1.1);
    transition: transform 0.3s ease;
  }

  .project:hover .info_blocks {
    transform: translateX(20px);
    transition: transform 0.3s ease;
  }

  .popup-containers {
    top: 2rem;
    left: 2rem;
    right: 2rem;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-family: 'poppins', sans-serif;
    background-color: #fff;
    border-radius: 2rem;
    padding: 5% 4% 2rem;
    z-index: 9999;
    width: 85%;
    height: 80%;
    overflow: auto;
    position: fixed;
  }

  .pop {
    display: none;
  }

  .popss {
    display: none;
  }

  .pop-headings {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-bottom: 1rem;
  }

  .pop-headings .pop-headers {
    margin: 0;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #091e42;
  }

  .pop-btns {
    color: #000;
  }

  .pop-detailss {
    display: flex;
    padding-bottom: 1rem;
  }

  .pop-detailss ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }

  .pop-langss li {
    margin-right: 10px;
    border: none;
    border-radius: 5px;
    padding: 5px;
    background-color: #ebebff;
    height: 1rem;
    font-size: 12px;
    color: #6070ff;
  }

  .pop-detailss ul li {
    padding-right: 1rem;
  }

  .pop-detailss .can {
    font-weight: 600;
    font-size: 13px;
    color: #344563;
    padding-top: 0.15rem;
  }

  .pop-detailss .back {
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    color: #7a869a;
  }

  .pop-imgs {
    text-align: center;
    width: 100%;
    margin: 0 auto;
  }

  .pop-imgs img {
    width: 100%;
  }

  .pop-footer {
    display: flex;
    flex-direction: row;
    padding-top: 2rem;
    padding-bottom: 3rem;
  }

  .pop-texts p {
    text-align: left;
  }

  .pops {
    display: flex;
    flex-direction: column;
  }

  .pop-langss ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 2rem;
    padding-top: 0.5rem;
  }

  .pop-langss-new ul {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
    padding-left: 2rem;
    padding-top: 0.5rem;
  }

  .popup-containers .lns {
    padding: 1rem;
  }

  .pop-linkss {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 5%;
  }

  .pop-linkss a {
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .pop-linkss p {
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
    color: #396df2;
    white-space: nowrap;
    margin: 0;
  }

  .pop-linkss .project-links,
  .pop-linkss .github-links {
    display: flex;
    align-items: center;
    margin-right: 16px;
    padding: 16px;
    gap: 12px;
    border: 1px solid #dfe1e6;
    border-radius: 16px;
    height: 0.8rem;
    flex-wrap: nowrap;
  }

  .pop-linkss .project-links img,
  .pop-linkss .github-links img {
    width: 20px;
    margin-left: 5px;
    display: flex;
  }

  .popup-container {
    display: none;
  }
}

#error-message {
  color: red;
  margin-top: 10px;
}
/* Increase image size and move text on hover */
.project .snapshot:hover  {
  transform: scale(1.1);
  transition: transform 0.3s ease;
}

.project .info_blocks:hover  {
  transform: translateX(20px);
  transition: transform 0.3s ease;
}
