@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@600;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
  overflow-x: hidden;
}

body {
  margin: 0  auto;
  overflow-x: hidden;
  overflow-y: auto;
}

.header-m {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.menu {
  padding-right: 1em;
  padding-top: 1em;
}

.menu > i {
  font-size: 30px;
}

.menu-d-list {
  display: none;
}

#menu-nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.rmimg1,
.addimg {
  display: none;
}

.menu > .closed {
  display: none;
}

.myname {
  width: 220px;
  font-family: 'Playfair Display', serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  color: #1a2236;
  margin-left: 1.4rem;
  line-height: 100%;
}

.headline-p {
  margin-left: 1.3rem;
  margin-right: 4%;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1a2236;
  line-height: 21px;
  letter-spacing: -0.01em;
}

.headline-btn {
  width: 89%;
  height: 50px;
  margin: 1.5rem 0 0 1.3rem;
  background: #1a2236;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
  border: none;
}

.headline-btn:hover {
  background: #fff;
  color: #1a2236;
  border: 2px solid #1a2236;
}

.headline-btn:active {
  border: 2px solid #1a2236;
}

.headline-img {
  height: 200px;
  margin-top: 2rem;
  background-image: url("./images/image_geometry_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.addimg {
  height: 200px;
  margin-top: 2rem;
  background-image: url("./images/image_geometry_menu_2.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.rmimg1 {
  max-width: 130%;
  max-height: 100%;
}

.projects {
  margin-top: 3rem;
}

.projects-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}

.project-card {
  display: flex;
  flex-direction: column;
}

.project-title {
  font-family: 'Playfair Display', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  margin: 1rem 0 0 1.5rem;
  height: 100px;
  color: #1a2236;
}

.project-imgd {
  width: 100%;
  height: 250px;
}

.project1-img {
  background-image: url('./images/Rectangle\ 21.png ');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 250px;
}

.project2-img {
  background-image: url('./images/Rectangle\ 21\ \(1\).png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 250px;
}

.project3-img {
  background-image: url('./images/Rectangle\ 21\ \(2\).png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 250px;
}

.project4-img {
  background-image: url('./images/Rectangle\ 21\ \(3\).png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 250px;
}

.project5-img {
  background-image: url('./images/Rectangle\ 21\ \(4\).png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 250px;
}

.project6-img {
  background-image: url('./images/Rectangle\ 21\ \(5\).png');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: 250px;
}

.project-des {
  width: 100%;
  background: #1a2236;
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
}

.sub-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 80%;
  width: 264px;
  height: 16px;
  color: #fff;
  margin: 2rem 0 0 2.5rem;
}

.project-des > ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  row-gap: 0.5rem;
  margin: 1.3rem 5rem 0 0;
}

.project-des > ul > li {
  background: #98dede;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 13px;
  padding: 0.5rem;
  margin-right: 1rem;
}

.project-des > ul > li:nth-child(1) {
  width: 69px;
  height: 20px;
}

.project-des > ul > li:nth-child(2) {
  width: 87px;
  height: 20px;
}

.project-des > ul > li:nth-child(3) {
  width: 74px;
  height: 20px;
}

.btn-projects {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  width: 198px;
  height: 50px;
  margin: 1.3rem 0 2rem 2.5rem;
  color: #fff;
  border: 1px solid #fff;
  background: #1a2236;
}

.btn-projects:hover {
  background: #fff;
  color: #1a2236;
  border: 1px solid #1a2236;
}

.btn-projects:checked {
  border: 1px solid #1a2236;
}

.btn-project > button {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  width: 198px;
  height: 50px;
  margin: 1.3rem 0 2rem 2.5rem;
  color: #fff;
  border: 1px solid #fff;
  background: #1a2236;
}

.btn-project > button:hover {
  background: #fff;
  color: #1a2236;
  border: 1px solid #1a2236;
}

.btn-project > button :checked {
  background: #fff;
  border: 2px solid #1a2236;
}

.aboutme-cards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 1rem;
  padding: 2rem 0 2rem 0;
  list-style: none;
}

.aboutme-title {
  font-family: 'Playfair Display', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  margin: 3rem 1.3rem 1rem 1.3rem;
}

.aboutme-p {
  width: 340px;
  height: 120px;
  margin: 0 1.3rem 0 1.3rem;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1a2236;
  line-height: 21px;
}

.aboutme-btn {
  width: 90%;
  height: 50px;
  margin: 0 1.3rem 0 1.3rem;
  background: #1a2236;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  border: none;
}

.aboutme-btn:hover {
  background: #fff;
  color: #1a2236;
  border: 1px solid #1a2236;
}

.aboutme-btn > img:hover {
  background-color: #1a2236;
  border: 1px solid #1a2236;
}

.aboutme-btn :checked {
  background: #fff;
  border: 2px solid #1a2236;
}

span {
  margin-right: 1.5rem;
}

.aboutme-techs {
  margin: 0 1.3rem 0 1.3rem;
  width: 338px;
  height: 338px;
  padding-top: 1rem;
  background: #1c528a;
  position: relative;
}

.aboutme-techs-title {
  text-align: left;
  margin: 3.5rem  0 2rem 3.5rem;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.aboutme-framew {
  margin: 0 1.3rem 0 1.3rem;
  width: 338px;
  height: 338px;
  padding-top: 1rem;
  background: #e2505c;
  position: relative;
}

.aboutme-skills {
  margin: 0 1.3rem 0 1.3rem;
  width: 338px;
  height: 338px;
  padding-top: 1rem;
  background: #febf52;
  position: relative;
}

.techs,
.framew,
.skills {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  font-style: normal;
  line-height: 27px;
  color: #fff;
  display: flex;
  flex-direction: column;
  column-gap: 1rem;
  list-style: inside;
  margin-left: 1rem;
}

.logo-corner {
  position: absolute;
  bottom: 0;
  left: 69%;
  background-image: url("./images/ic_skills.png");
  background-repeat: no-repeat;
  width: 99px;
  height: 99px;
}

.logo-corner2 {
  position: absolute;
  bottom: 0;
  left: 70%;
  background-image: url("./images/ic_framework.png");
  background-repeat: no-repeat;
  width: 99px;
  height: 99px;
  background-size: contain;
}

.logo-corner1 {
  position: absolute;
  bottom: 0;
  left: 69%;
  background-image: url("./images/ic_languages_mob.png");
  background-repeat: no-repeat;
  width: 99px;
  height: 99px;
}

.contact-form {
  background: #f9f9fa;
  width: 100%;
  height: 718px;
}

.contact-card {
  padding: 1.2rem;
}

.contact-title {
  font-family: 'Playfair Display', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 50px;
  line-height: 100%;
  margin: 0.3rem;
}

.contact-para {
  height: 63px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  color: #1a2236;
  line-height: 21px;
}

.contact {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-left: 0.1rem;
}

.contact label[for="fname"],
.contact label[for="email"],
.contact label[for="message"] {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  color: #7d7c84;
}

.contact input[type="text"],
.contact input[type="email"] {
  width: 98%;
  height: 52px;
  background: #fff;
  border-radius: 4px;
  border: 1px solid #7d7c84;
}

.contact textarea[name="your message"] {
  width: 97.5%;
}

.form-btn {
  width: 100%;
  height: 50px;
  background: #1a2236;
  font-family: 'Poppins', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin-top: 0.5rem;
  border: none;
}

.form-btn:hover {
  background: #fff;
  color: #1a2236;
  border: 1px solid #1a2236;
}

.form-btn:active {
  background: #fff;
  border: 2px solid #1a2236;
}

.contact-footer {
  display: flex;
  flex-direction: column;
  background: #1a2236;
  width: 100%;
  height: 150px;
}

.get {
  color: #98dede;
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 0.7rem;
  margin-right: 0.5rem;
}

.contact-footer > .get > li:nth-child(1) > h3 {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  padding-top: 0.2rem;
}

.get > li:nth-child(2) {
  margin-top: 1rem;
  font-size: 2rem;
}

.contact-social {
  display: flex;
  flex-direction: row;
  list-style: none;
  gap: 1rem;
  justify-content: space-around;
  margin-right: 2rem;
}

.contact-social > li {
  font-size: 1.5rem;
}

.project-card-d1,
.project-d-header,
.image-d,
.headline-p-d {
  display: none;
}

.contact-logo1-d,
.contact-logo2-d {
  display: none;
}

.get > .get3 {
  display: none;
}

.popup_window,
.popup_section {
  display: none;
}

.popup_window {
  top: 0;
  position: fixed;
  height: 100%;
  background: #fff;
  overflow: scroll;
}

.popup-close {
  position: absolute;
  right: 0;
  left: calc(75% - 2rem);
  margin-top: 0.7rem;
}

.update_heading {
  font-family: 'Poppins', sans-serif;
  color: #1a2236;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 80%;
  margin: 2.5rem 3.5rem 1rem 2rem;
}

.modal-lang ul {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  margin-top: 2rem;
}

.modal-lang ul > li {
  font-weight: 300;
  font-size: 10.33px;
  font-family: "Poppins", sans-serif;
  padding: 0.3rem 0  0.3rem 0;
  color: #1a2236;
  border: 0.516669px solid #1a2236;
  list-style: none;
  width: 74px;
  height: 18px;
  text-align: center;
}

.modal-lang ul > li:nth-child(2) {
  width: 87px;
}

.modal-img {
  width: 100%;
  height: auto;
}

.modall-img {
  text-align: center;
}

.modal-p {
  margin: 0.5rem 2rem  2rem 1.5rem;
}

.modal-p > p {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  text-align: justify;
}

.modal-button {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  padding-bottom: 1rem;
}

.live {
  width: 246px;
  height: 51px;
  border: 1px solid #1a2236;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  color: #1a2236;
  background: #fff;
}

.liveimg {
  margin-left: 4.5rem;
}

.error {
  color: red;
  font-size: 0.75rem;
}

@media screen and (min-width: 500px) and (max-width: 767px) {
  .headline-p-d {
    display: none;
  }

  .project-cards {
    display: none;
  }

  .project-d-header {
    display: none;
  }

  .projects-d-container {
    display: none;
  }

  .headline-img {
    background-size: 100% 100%;
  }

  .headline-btn,
  .form-btn,
  .aboutme-btn {
    width: 95%;
  }

  .aboutme-techs,
  .aboutme-framew,
  .aboutme-skills {
    width: 100%;
    margin-right: 0.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .aboutme-cards {
    padding-right: 2.5rem;
  }

  .aboutme-p,
  .contact-para {
    width: 100%;
  }

  .logo-corner1,
  .logo-corner,
  .logo-corner2 {
    left: calc(73% + 2rem);
  }

  .contact-form {
    width: 100%;
  }

  .contact-footer {
    width: 100%;
  }

  .techs,
  .framew {
    padding-right: 10%;
  }

  .project-card-d1,
  .project-d-header,
  .image-d,
  .headline-p-d {
    display: none;
  }

  .contact1-img,
  .contact2-img {
    display: none;
  }

  .get > .get3 {
    display: none;
  }

  .popup_window,
  .popup_section {
    display: none;
  }

  .popup_window {
    top: 0;
    position: fixed;
    height: 100%;
    background: #fff;
    overflow: scroll;
  }

  .popup-close {
    position: absolute;
    right: 0;
    left: 80%;
    margin: 1rem;
  }
}

@media screen and (min-width: 769px) {
  .error {
    color: red;
    font-size: 0.75rem;
  }

  .header-m > .logo,
  .menu {
    display: none;
  }

  .header-m {
    justify-content: center;
  }

  .menu-d-list {
    list-style: none;
    display: flex;
    gap: 1rem;
  }

  .menu-d-list > li {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    color: #1a2236;
    transition: 2s;
  }

  .menu-d-list > li > a {
    text-decoration: none;
    color: inherit;
  }

  .menu-d-list > li:hover {
    text-decoration-style: double;
    color: orange;
    font-size: 18px;
  }

  .headline {
    margin: 2rem 0 0 0;
    display: flex;
    gap: 5rem;
  }

  .headline-d {
    display: flex;
    flex-direction: column;
    padding: 7% 0 20% 5%;
  }

  .myname {
    font-size: 110px;
  }

  .headline-p {
    display: none;
  }

  .headline-btn {
    width: 254px;
    height: 70px;
    margin-top: 1rem;
    margin-left: 1.5rem;
  }

  .headline-p-d {
    margin: 0 0 0 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1a2236;
    line-height: 21px;
    letter-spacing: -0.01em;
    display: block;
  }

  .remove {
    display: none;
  }

  .image-d {
    display: flex;
    max-width: 100%;
    position: relative;
  }

  .img1-d {
    max-width: 50%;
    height: auto;
    top: calc(78% + 1rem);
    position: absolute;
    left: -10.8em;
  }

  .img2-d {
    width: 100%;
    height: 100%;
  }

  .projects-cards {
    display: none;
  }

  .project-d-header {
    display: flex;
    justify-content: space-between;
    margin-top: 5%;
  }

  .project-card-d {
    display: flex;
    position: relative;
  }

  .img3-d {
    max-width: 20%;
    position: absolute;
    left: -8em;
    margin-top: 0.5%;
  }

  .project1-card-d {
    width: 100%;
  }

  .project1-img-d {
    background-image: url('./images/Rectangle\ 21.png ');
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    height: 136px;
  }

  .project-title-d {
    font-family: 'Playfair Display', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 90px;
    transform: rotate(-90deg);
    margin-bottom: 17%;
  }

  .project-title {
    display: none;
  }

  .project-des-d {
    display: flex;
    flex-direction: column;
    background: rgba(26, 34, 54, 0.95);
    backdrop-filter: blur(12px);
  }

  .sub-title-d {
    width: 100%;
    height: 70px;
    color: #fff;
    margin: 2rem 0 0 2.5rem;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
  }

  .project-des-d > ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 1.5rem;
  }

  .project-des-d > ul > li {
    background: #98dede;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 80%;
    padding-top: 1rem;
    text-align: center;
  }

  .project-des-d > ul > li:nth-child(1) {
    width: 110px;
    height: 30px;
  }

  .project-des-d > ul > li:nth-child(2) {
    width: 150px;
    height: 30px;
  }

  .project-des-d > ul > li:nth-child(3) {
    width: 130px;
    height: 30px;
    margin-right: 1rem;
  }

  .aboutme-btn,
  .form-btn {
    width: 95%;
  }

  .headline-img {
    background-size: cover;
    display: none;
  }

  .projects {
    width: 100%;
    position: relative;
  }

  .project1-img {
    width: 100%;
    background-size: 100% 100%;
  }

  .projects-d-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .projects-d-1 {
    background-image: url('./images/Rectangle\ 21\ \(1\).png');
    background-size: 100% 100%;
    margin-top: 9.7%;
    background-repeat: no-repeat;
  }

  .projects-d-2 {
    background-image: url('./images/image-geometry_2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .projects-d-3 {
    background-image: url('./images/Rectangle\ 25.png');
    background-size: 100% 100%;
    height: 350px;
    margin-top: 9.7%;
    background-repeat: no-repeat;
  }

  .projects-d-4 {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .projects-d-41 {
    background-image: url('./images/Rectangle\ 27.png');
    background-size: 100% 100%;
    height: 480px;
    background-repeat: no-repeat;
  }

  .projects-d-42 {
    background-image: url('./images/image-geometry_3.png');
    background-size: 100% 50%;
    background-repeat: no-repeat;
    position: relative;
    top: 50%;
  }

  .projects-d-6 {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .projects-d-61 {
    background-image: url('./images/image-geometry_5.png'), url('./images/image-geometry_4.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left, right;
    height: 65px;
  }

  .projects-d-62 {
    background-image: url('./images/Rectangle\ 47.png');
    background-size: 70% 100%;
    height: 220px;
    background-repeat: no-repeat;
  }

  .project-card-d1 {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    right: 0;
    top: calc(33% + 1rem);
    width: 33.5%;
  }

  .project-des-d1 {
    display: flex;
    flex-direction: column;
    height: 235px;
    backdrop-filter: blur(12px);
    width: 100%;
    background: rgba(26, 34, 54, 0.95);
  }

  .sub-title-d1 {
    width: 100%;
    height: 70px;
    color: #fff;
    margin: 2rem 0 0 2.5rem;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
  }

  .project-des-d1 > ul {
    list-style: none;
    display: flex;
    flex-direction: row;
    gap: 0.5rem;
  }

  .project-des-d1 > ul > li {
    background: #98dede;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 15px;
    line-height: 80%;
    padding-top: 1rem;
    text-align: center;
  }

  .project-des-d1 > ul > li:nth-child(1) {
    width: 100px;
    height: 30px;
  }

  .project-des-d1 > ul > li:nth-child(2) {
    width: 120px;
    height: 30px;
  }

  .project-des-d1 > ul > li:nth-child(3) {
    width: 50px;
    height: 30px;
    margin-right: 1rem;
  }

  .project5-img-d {
    background-image: url('./images/Rectangle\ 26.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 300px;
  }

  .aboutme-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 0;
    padding: 0 0 0 0;
  }

  .aboutme-img-d {
    background-image: url('./images/image_dots_with_teal.png');
    background-repeat: no-repeat;
    background-size: 65% 80%;
    position: absolute;
    left: 35%;
    top: 21.5%;
  }

  .aboutme {
    display: flex;
    flex-direction: row-reverse;
    padding: 4%;
    justify-content: space-around;
    gap: 1rem;
  }

  .aboutme-techs,
  .aboutme-framew,
  .aboutme-skills,
  .aboutme-img-d {
    margin: 0 0 0 0;
    width: 100%;
    padding-top: 1rem;
    position: relative;
  }

  .logo-corner1,
  .logo-corner {
    height: 90px;
    left: 47.5%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .logo-corner2 {
    left: 45%;
  }

  .techs,
  .framew,
  .skills {
    font-size: 14px;
    margin: 0 0.2rem 0 0;
  }

  .aboutme-title {
    font-size: 90px;
  }

  .aboutme-btn {
    width: 254px;
  }

  .contact-form-d {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    height: 950px;
    background: #f9f9fa;
  }

  .contact-title-d {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .contact-card {
    width: 70%;
    padding: 0;
    margin-top: 20%;
  }

  .contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-items: center;
    gap: 0;
  }

  .contact-logo {
    display: none;
  }

  .contact-logo1-d {
    display: block;
  }

  .contact-logo2-d {
    display: block;
  }

  .contact1-img {
    max-width: 100%;
    height: 26%;
    position: absolute;
    bottom: 0;
    right: calc(84% - 1rem);
    top: 0;
  }

  .contact-img {
    max-width: 100%;
    height: 26%;
    position: absolute;
    bottom: 0;
    left: calc(76.9% - 1rem);
    top: 74%;
  }

  .contact input[type="text"],
  .contact input[type="email"] {
    width: 80%;
    height: 52px;
    background: #fff;
    border-radius: 4px;
  }

  .contact textarea[name="your message"] {
    width: 170%;
  }

  .input-d1,
  .input-d2,
  .input-d3 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }

  .input-d1 {
    margin-left: 2rem;
  }

  .input-d2 {
    margin-right: 2rem;
  }

  .input-d3 {
    margin-left: 2rem;
  }

  .form-btn {
    width: 69%;
    align-self: center;
    margin-left: 53%;
  }

  .contact-title {
    font-size: 90px;
    margin: 1rem 0 0 0;
  }

  .contact-para {
    width: 80%;
    margin: 0 0 2rem 0;
  }

  .contact-footer {
    flex-direction: row;
    justify-content: space-between;
  }

  .get {
    margin: 4rem;
  }

  .get > .get3 > span {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
  }

  .contact-social {
    padding: 3rem 5rem 0 0;
  }

  .contact-social > li {
    padding-right: 1rem;
  }

  .contact-footer > .get > li:nth-child(2) {
    display: none;
  }

  .contact-footer > .get > li:nth-child(1) {
    display: none;
  }

  .get > .get3 {
    display: block;
  }

  .popup_window {
    display: none;
  }

  .popsection {
    display: none;
  }

  .update_heading {
    font-family: 'Poppins', sans-serif;
    color: #1a2236;
    font-style: normal;
    font-weight: 700;
    font-size: 60px;
    line-height: 80%;
    margin: 2.5rem 3.5rem 1rem 2rem;
  }

  .modal-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 1rem;
    gap: 2rem;
    justify-content: center;
    margin-left: 7.5rem;
    width: 40rem;
  }

  .popup-close {
    position: absolute;
    right: 0;
    left: 84%;
    margin-top: 1.5rem;
    width: 32px;
    height: 32px;
  }

  .modal-lang ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .modal-lang ul > li {
    font-weight: 300;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    padding: 0.5rem 0  0.5rem  0;
    color: #1a2236;
    border: 0.516669px solid #1a2236;
    list-style: none;
    text-align: center;
    width: 169px;
    height: 25px;
  }

  .modal-lang ul > li:nth-child(2) {
    width: 172px;
  }

  .modall-img {
    text-align: center;
    width: 100%;
  }

  .modal-img {
    width: 95%;
    height: auto;
  }

  .modal-p {
    margin: 5rem 1rem 2rem 12rem;
    width: 450px;
    text-align: center;
  }

  .modal-p > p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
  }

  .modal-button {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
  }

  .live {
    width: 246px;
    height: 51px;
    border: 1px solid #1a2236;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #1a2236;
    cursor: pointer;
  }

  .liveimg {
    margin-left: 4rem;
  }

  .live:hover {
    background: #1a2236;
    color: #fff;
    border: 1px solid #1a2236;
  }

  .live:checked {
    border: 2px solid #1a2236;
    background: #fff;
  }

  .divdestop {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    margin: 6rem;
    align-items: baseline;
  }

  .divdestop button {
    border-style: none;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    text-align: left;
  }

  .desktop--nav--ul :hover {
    border: solid rebeccapurple;
    background: #febf52;
  }
}

@media screen and (min-width: 1024px) {
  .contact input[type="email"] {
    width: 70%;
    height: 52px;
    background: #fff;
    border-radius: 4px;
  }

  .myname {
    font-size: 110px;
    height: 30%;
  }

  .image-d {
    display: flex;
    max-width: 90%;
  }

  .img1-d {
    top: calc(75.3% + 1rem);
    left: -10.8em;
  }

  .img2-d {
    width: 100%;
  }

  .headline-d {
    margin-left: 3rem;
    padding: 5% 0 10%  0;
  }

  .headline-p-d,
  .headline-btn {
    margin-left: 2rem;
  }

  .headline-p-d {
    width: 68%;
  }

  .project-des-d {
    gap: 1rem;
    width: 60rem;
  }

  .img3-d {
    max-width: 50%;
    left: -11em;
    margin-top: 0.2rem;
    position: absolute;
  }

  .project1-img-d {
    height: 200px;
  }

  .sub-title-d {
    font-size: 60px;
  }

  .project-title-d {
    margin: 0 0 13% 5%;
  }

  .project-des-d1 {
    height: 225px;
  }

  .project-des-d > ul > li:nth-child(1) {
    width: 130px;
    margin-right: 0.5rem;
  }

  .project-des-d > ul > li:nth-child(2) {
    width: 170px;
    margin-right: 0.5rem;
  }

  .project-des-d > ul > li:nth-child(3) {
    width: 150px;
  }

  .remove {
    display: none;
  }

  .project-card-d1 {
    top: 38.7%;
  }

  .contact-social {
    margin-left: 3rem;
  }

  .contact-social > li {
    padding-left: 0.5rem;
  }

  .contact textarea[name="your message"] {
    width: 162%;
  }

  .contact1-img {
    right: calc(86.5% - 1rem);
  }

  .contact-img {
    left: calc(81.5% - 1rem);
  }

  .contact label[for="message"] {
    margin: 4% 0 0 1%;
  }

  .contact label[for="name"] {
    margin: 4% 0 0 1%;
  }

  .contact label[for="email"] {
    margin: 4% 0 0 1%;
  }

  .contact-para {
    width: 90.8%;
    margin: 2rem 0 0 0;
  }

  .popup_window {
    display: none;
  }

  .popsection {
    display: none;
  }

  .popup_window {
    z-index: 3;
    width: 90vw;
    height: 90vh;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5rem solid rgba(26, 34, 54, 0.97);
    backdrop-filter: blur(5px);
  }

  .popup-close {
    position: absolute;
    right: 0;
    left: calc(85% + 1.6rem);
    margin-top: 1.5rem;
    width: 32px;
    height: 32px;
  }

  .modal-lang ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .modal-lang ul > li {
    font-weight: 300;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    padding: 0.5rem 0  0.5rem  0;
    color: #1a2236;
    border: 0.516669px solid #1a2236;
    list-style: none;
    text-align: center;
    width: 169px;
    height: 25px;
  }

  .modall-img {
    text-align: center;
    width: 100%;
  }

  .modal-img {
    width: 95%;
    height: auto;
  }

  .modal-p {
    margin: 5rem 1rem 2rem 15rem;
    width: 600px;
    text-align: center;
  }

  .modal-p > p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    text-align: justify;
  }

  .modal-button {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    justify-content: center;
    margin-top: 2rem;
    width: 40rem;
    margin-left: 12rem;
  }

  .live {
    width: 246px;
    height: 51px;
    border: 1px solid #1a2236;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #1a2236;
    cursor: pointer;
  }

  .liveimg {
    margin-left: 4rem;
  }

  .live:hover {
    background: #1a2236;
    color: #fff;
    border: 1px solid #1a2236;
  }

  .live:checked {
    border: 2px solid #1a2236;
    background: #fff;
  }

  .divdestop {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    margin: 6rem;
    align-items: baseline;
  }

  .divdestop button {
    border-style: none;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    text-align: left;
  }

  .desktop--nav--ul :hover {
    border: solid rebeccapurple;
    background: #febf52;
  }
}

@media screen and (min-width: 1250px) and (max-width: 1450px) {
  .contact input[type="email"] {
    width: 100%;
    margin-right: 20%;
  }

  .project-title {
    font-size: 110px;
  }

  .headline {
    margin: 4rem 0 0 0;
    display: flex;
  }

  .headline-d {
    padding: 7% 0 14%  10%;
  }

  .image-d {
    display: flex;
    max-width: 100%;
    position: relative;
  }

  .img1-d {
    max-width: 80%;
    top: calc(79% + 1rem);
    position: absolute;
    left: -11rem;
  }

  .headline-p-d {
    width: 500px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #1a2236;
    margin-bottom: 0.5rem;
  }

  .project-card-d {
    margin-top: 2rem;
    display: flex;
    position: relative;
  }

  .project-title-d {
    margin: 0 6% 10% 8%;
  }

  .project1-img-d {
    height: 206px;
  }

  .img3-d {
    max-width: 100%;
    left: -11em;
    margin-top: 0.2rem;
    position: absolute;
  }

  .sub-title-d {
    font-size: 60px;
    width: 100%;
  }

  .project-des-d {
    gap: 1rem;
    width: 60rem;
    height: auto;
  }

  .projects-d-1 {
    background-image: url('./images/Rectangle\ 21\ \(1\).png');
    background-size: 100% 100%;
    margin-top: 9.7%;
    background-repeat: no-repeat;
  }

  .projects-d-2 {
    background-image: url('./images/image-geometry_2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }

  .projects-d-3 {
    background-image: url('./images/Rectangle\ 25.png');
    background-size: 100% 100%;
    margin-top: 9.7%;
    background-repeat: no-repeat;
  }

  .projects-d-4 {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .projects-d-41 {
    background-image: url('./images/Rectangle\ 27.png');
    background-size: 100% 100%;
    height: 480px;
    background-repeat: no-repeat;
  }

  .projects-d-42 {
    background-image: url('./images/image-geometry_3.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: relative;
    top: 36%;
  }

  .projects-d-6 {
    grid-column: 1/4;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .projects-d-61 {
    background-image: url('./images/image-geometry_5.png'), url('./images/image-geometry_4.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left, right;
    height: 125px;
  }

  .projects-d-62 {
    background-image: url('./images/Rectangle\ 47.png');
    background-size: 85%;
    height: 505px;
    background-repeat: no-repeat;
  }

  .project-card-d1 {
    display: flex;
    flex-direction: column-reverse;
    position: absolute;
    right: 0;
    top: 34%;
    width: 33.5%;
  }

  .sub-title-d1 {
    font-size: 30px;
  }

  .project-des-d1 > ul > li {
    font-size: 20px;
    padding-top: 1rem;
  }

  .project-des-d1 > ul > li:nth-child(1) {
    width: 150px;
    margin-right: 0.5rem;
  }

  .project-des-d1 > ul > li:nth-child(2) {
    width: 130px;
    margin-right: 0.5rem;
  }

  .project-des-d1 > ul > li:nth-child(3) {
    height: 30px;
  }

  .project-des-d1 {
    height: 270px;
  }

  .project5-img-d {
    height: 210px;
  }

  .aboutme-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    list-style: none;
    gap: 0;
    padding: 0 0 0 0;
  }

  .aboutme-img-d {
    background-image: url('./images/image_dots_with_teal.png');
    background-repeat: no-repeat;
    background-size: 70% 80%;
    position: absolute;
    left: 31%;
    top: 21%;
  }

  .aboutme {
    display: flex;
    flex-direction: row-reverse;
    padding: 5%;
    justify-content: space-around;
  }

  .aboutme-techs,
  .aboutme-framew,
  .aboutme-skills,
  .aboutme-img-d {
    position: relative;
    margin: 0 0 0 0;
    width: 338px;
    height: 338px;
    padding-top: 1rem;
  }

  .logo-corner1,
  .logo-corner,
  .logo-corner2 {
    background-size: contain;
    height: 125px;
    left: 62.5%;
    background-repeat: no-repeat;
  }

  .techs,
  .framew,
  .skills {
    margin-bottom: 2rem;
  }

  .aboutme-title {
    font-size: 110px;
  }

  .aboutme-p {
    width: 446px;
  }

  .aboutme-btn {
    width: 254px;
  }

  .contact-form-d {
    position: relative;
    display: flex;
    justify-content: space-evenly;
    height: 950px;
    background: #f9f9fa;
  }

  .contact-title-d {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .contact-card {
    width: 50%;
    padding: 0;
    margin-top: 10%;
  }

  .contact {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    align-items: center;
    gap: 0;
  }

  .contact-logo {
    display: none;
  }

  .contact-logo1-d {
    display: block;
  }

  .contact-logo2-d {
    display: block;
  }

  .contact1-img {
    max-width: 100%;
    height: auto;
    position: absolute;
    bottom: 0;
    right: calc(83% - 1rem);
    top: 0;
  }

  .contact-img {
    max-width: 80%;
    height: auto;
    position: absolute;
    bottom: 0;
    left: calc(77% - 1rem);
    top: 63%;
  }

  .contact input[type="text"],
  .contact input[type="email"] {
    width: 62%;
    height: 52px;
    background: #fff;
    border-radius: 4px;
  }

  .contact label[for="message"] {
    margin-top: 3%;
  }

  .contact textarea[name="your message"] {
    width: 135%;
  }

  .input-d1,
  .input-d2,
  .input-d3 {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    width: 100%;
  }

  .input-d1 {
    margin-left: 6rem;
  }

  .input-d3 {
    margin-left: 6rem;
  }

  .form-btn {
    width: 60%;
    align-self: center;
    margin-left: 53%;
  }

  .contact-title {
    font-size: 110px;
    margin: 1rem 0 0 0;
  }

  .contact-para {
    width: 80%;
    margin-bottom: 0 0 2rem 0;
  }

  .contact-social {
    margin-right: 5rem;
  }

  .contact-social > li {
    padding-right: 1rem;
  }

  .popup_window {
    display: none;
  }

  .popsection {
    display: none;
  }

  .popup_window {
    z-index: 3;
    width: 90vw;
    height: 90vh;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 5rem solid rgba(26, 34, 54, 0.95);
    backdrop-filter: blur(5px);
  }

  .popup-close {
    position: absolute;
    right: 0;
    left: calc(85% + 1.6rem);
    margin-top: 1.5rem;
    width: 32px;
    height: 32px;
  }

  .modal-lang ul {
    display: flex;
    flex-direction: row;
    gap: 1rem;
  }

  .modal-lang ul > li {
    font-weight: 300;
    font-size: 20px;
    font-family: "Poppins", sans-serif;
    padding: 0.5rem 0  0.5rem  0;
    color: #1a2236;
    border: 0.516669px solid #1a2236;
    list-style: none;
    text-align: center;
    width: 169px;
    height: 25px;
  }

  .modal-lang ul > li:nth-child(2) {
    width: 170px;
  }

  .modall-img {
    text-align: center;
    width: 100%;
  }

  .modal-img {
    width: 95%;
    height: auto;
  }

  .modal-p {
    margin: 3rem 1rem 0 13rem;
    width: 700px;
    text-align: center;
  }

  .modal-p > p {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
  }

  .modal-button {
    display: flex;
    gap: 2rem;
    justify-content: flex-start;
    margin-left: 19%;
  }

  .live {
    width: 246px;
    height: 51px;
    border: 1px solid #1a2236;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #1a2236;
    cursor: pointer;
  }

  .liveimg {
    margin-left: 4rem;
  }

  .live:hover {
    background: #1a2236;
    color: #fff;
    border: 1px solid #1a2236;
  }

  .live:checked {
    border: 2px solid #1a2236;
    background: #fff;
  }

  .divdestop {
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: baseline;
  }

  .divdestop > button {
    border-style: none;
    background-color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    letter-spacing: 0;
    text-align: left;
  }

  .desktop--nav--ul :hover {
    border: solid rebeccapurple;
    background: #febf52;
  }
}
