* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Crete Round', serif;
}

header {
  width: 100%;
  height: 10vh;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  background-color: #3c3a39;
}

.mobileMenu {
  height: 100%;
  width: 100%;
  position: fixed;
  background-color: #3c3a39;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  left: -100%;
}

.mobileMenu.active {
  padding-top: 10%;
  left: 0%;
  top: 0%;
}

.immage.active {
  content: url('image/Icon\ -\ Cancel.png');
}

.languageitem {
  display: flex;
  flex-direction: row;
  align-items: center;
  border: 1px solid #8993a4;
  height: 100%;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 10%;
  justify-content: center;
  grid-row: 1;
}

.popclass {
  top: 0;
  bottom: 0;
  position: fixed;
  right: 0;
  left: 0;
  height: auto;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 90vw;
  margin: 5%;
  padding: 5%;
  overflow: scroll;
}

.img {
  margin-top: 3%;
  padding: 3.5%;
  background-color: #ff6b00;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  border: none;
  width: 38vw;
}

.popupLanguage .languageitem {
  color: #3c3a39;
  width: auto;
  padding: 4%;
  white-space: nowrap;
  font-style: normal;
  font-weight: 600;
  font-size: 4vw;
  line-height: 16px;
  margin-right: 2.5%;
}

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

.popupLanguage {
  width: 60vw;
  margin-top: 8%;
  margin-bottom: 8%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

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

.popButton {
  display: flex;
  justify-content: space-between;
}

#remove {
  border: none;
  right: 10%;
  position: fixed;
  width: 10%;
  background-color: transparent;
}

.popprojectsupporttext1 {
  width: 100%;
  font-weight: 400;
  font-size: 4vw;
  line-height: 24px;
  color: #344563;
  text-align: justify;
  margin-top: 5%;
}

.popupHeader {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 2.75rem;
}

button.dropdown.active {
  position: fixed;
  z-index: 5;
}

.menu-items {
  display: block;
  color: #fff5e1;
  margin-top: 5%;
  margin-left: 5%;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  font-size: 32px;
  align-items: center;
  text-decoration: none;
}

.menu-items a {
  text-decoration: none;
}

.line {
  width: 90%;
  margin: 2% 5%;
}

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

.desktopotherproject {
  display: none;
}

.nameplateicons {
  margin-left: 65vw;
  gap: 3px;
  width: 5vw;
  justify-content: space-between;
  display: flex;
  flex-direction: row;
}

.dropdown {
  background: transparent;
  border: none;
}

.dropdown:hover {
  background: transparent;
  border: none;
  cursor: pointer;
  transition: none;
  transform: none;
}

.dropdown:enabled {
  cursor: pointer;
  background: transparent;
  border: none;
  transition: none;
  transform: none;
}

.text {
  color: #fff;
  text-decoration: none;
  width: 30vw;
  white-space: nowrap;
  margin-left: 6%;
}

.header_navigation {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}

.item_navigation {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 80%;
  background: #3c3a39;
  padding: auto auto;
  margin: auto 0;
}

.desktopitemheader {
  display: none;
}

.primary {
  margin-left: 5%;
  font-style: normal;
  font-weight: 450;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: 0.37px;
  color: #ff6b00;
  width: 80vw;
  margin-bottom: 5%;
}

.role {
  width: 90vw;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #fff5e1;
  flex: none;
  margin: auto;
  flex-grow: 0;
  margin-bottom: 3%;
}

h3 {
  width: 327px;
  height: 123px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.head {
  background: #1c1a19;
  width: 100%;
  height: 90vh;
  background-image: url('image/illustration-header-mobile.png');
  background-repeat: no-repeat;
  background-position: right bottom;
}

.headline {
  padding-top: 10vh;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.union {
  flex: 1;
  list-style: none;
}

.item {
  width: 5vw;
  height: 10vh;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #fff;
  flex: 5;
}

.social_header_navigation {
  width: 60vw;
  height: 100%;
  display: flex;
  justify-content: center;
  margin-left: 6%;
  margin-top: -5%;
}

.social_navigation {
  width: 60vw;
  display: flex;
  flex-direction: row;
  margin: auto;
}

.supportingtext {
  width: 90vw;
  height: 123px;
  margin: auto;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
  color: #fff;
}

.error {
  color: red;
  display: flex;
  margin-left: 8%;
}

.worksection {
  width: 100vw;
  height: 600%;
  background-color: #fff;
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto auto auto auto auto auto auto auto;
  margin: 0;
  padding: 0;
  gap: 0;
}

#worksectionheading {
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  color: #1c1a19;
  grid-row: 1/5;
  padding-top: 30%;
}

hr {
  height: 1px;
  border-width: 0;
  color: gray;
  background-color: gray;
}

.workdescription {
  width: 100%;
  height: 100%;
  background-color: white;
  background-image: none;
  padding: 0;
  margin: 0;
}

#worksectionheader {
  width: 100%;
  height: 40vh;
  justify-content: center;
  background-color: white;
  background-image: none;
  display: grid;
  grid-template-columns: auto;
  grid-template-rows: auto auto auto auto auto auto;
}

#project1 {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 5% 5% 3% 5%;
}

#placeholder {
  width: 100%;
}

#project1text {
  width: 90%;
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  display: flex;
  align-items: center;
  color: #091e42;
}

#project1supporttext {
  width: 90%;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #091e42;
  margin-bottom: 3%;
}

#project1language {
  display: grid;
  grid-template-columns: auto auto auto auto;
  list-style: none;
  gap: 4%;
  width: 70%;
}

#bootstrap {
  width: 24vw;
}

.seeproject1 {
  margin-top: 3%;
  width: 34%;
  padding: 3%;
  background-color: #ff6b00;
  white-space: nowrap;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  border: none;
}

.otherproject {
  width: 90vw;
  height: 75vh;
  margin: 2.5vh auto;
  background-image: url('image/Img\ Placeholder\ \(3\).png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 16vh;
  display: flex;
  flex-direction: column;
}

.otherprojectheading {
  width: 80vw;
  height: 15vh;
  font-weight: 400;
  margin: 0 auto;
  font-size: 32px;
  line-height: 44px;
  color: #fff;
}

.otherprojecttext {
  width: 80vw;
  height: 20vh;
  margin: 2vh auto 0 auto;
  color: #fff;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 4vw;
  line-height: 24px;
  letter-spacing: 0.03em;
}

#project2language {
  display: grid;
  grid-template-columns: auto auto auto;
  list-style: none;
  gap: 4%;
  width: 70%;
  height: 10vh;
  margin: 1.5vh auto 0 5vw;
  align-items: center;
}

.seeproject2 {
  height: 10vh;
  width: 90vw;
  background-color: #ff6b00;
  margin: 1.5vh auto 0 0;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  justify-content: center;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  border: none;
}

.language2item {
  display: flex;
  flex-direction: row;
  align-items: center;
  height: 5vh;
  justify-content: center;
  color: white;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  background: rgba(255, 255, 255, 0.24);
}

.about {
  width: 100%;
  background-color: #1c1a19;
  display: flex;
  flex-direction: column;
  background-image: url('image/illustration-about-me-mobile.png');
  background-repeat: no-repeat;
  background-position: right bottom;
  padding: 5% 5% 50% 5%;
  align-items: flex-start;
  flex-wrap: wrap;
}

.aboutheader {
  width: 90vw;
  font-weight: 400;
  font-size: 72px;
  line-height: 88px;
  color: #ff6b00;
  padding-top: 30%;
  letter-spacing: 0.37px;
}

.aboutsection {
  width: 100%;
  height: auto;
  background: #1c1a19;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 0;
  margin: 0;
}

#aboutmetext {
  width: 90vw;
  padding-bottom: 5%;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #f4f5f7;
}

.getresumebutton {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  gap: 10px;
  background: #ff6b00;
  width: 45vw;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #fff;
  border: none;
}

.lang {
  color: white;
  width: 70vw;
  align-content: center;
  justify-content: center;
  margin: 20vh auto 0 auto;
  font-weight: 500;
  font-size: 32px;
  line-height: 44px;
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  column-gap: 10px;
}

.skilllist {
  display: flex;
  flex-direction: column;
  width: 100vw;
  flex-wrap: wrap;

  /* height: 150vh; */
}

#first::before {
  content: url('image/Rectangle\ 55.png');
  margin-left: 2vw;
}

#first::after {
  margin-left: 10vw;
}

#second::before {
  content: url('image/Rectangle\ 56\ \(1\).png');
  padding-left: 5vw;
}

#third::before {
  content: url('image/Rectangle\ 57.png');
  padding-left: 2vw;
}

.listitem {
  width: 50%;
  height: 60vh;
  margin: 0 auto 5% auto;
  list-style: none;
  display: flex;
  flex-direction: column;
}

#first {
  margin-top: 15vh;
}

.list {
  text-align: center;
  font-weight: 300;
  font-size: 22px;
  line-height: 43px;
  color: #fff;
  padding-top: 5%;
  padding-bottom: 10%;
}

#second {
  margin-top: 7vh;
}

#third {
  margin-top: 7vh;
}

.divider {
  width: 90%;
  margin: auto;
  border: 0.5px thin #fff;
}

.contact-form {
  padding-bottom: 10%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  background-color: white;
  margin-bottom: 17%;
}

.footer {
  background-color: white;
  padding-bottom: 2%;
}

.footer .item {
  color: #505f79;
}

.footer .liner {
  height: 4px;
  width: 145px;
  margin: 0 auto;
  background: #0d151e;
  border-radius: 10px;
}

button {
  transition: all 1s ease;
}

button:enabled {
  background: #f55800;
}

button:hover {
  background: #fff5e1;
  border: 1px solid #f55800;
  cursor: pointer;
  transform: scale(1.1);
  color: #f55800;
}

button:active {
  background: #e05304;
}

.contact-form p {
  font-family: 'Inter', serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  color: #172b4d;
  width: 90vw;
  margin: 20% auto 10% auto;
  text-align: center;
  flex: 1;
}

.mobile {
  display: none;
}

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

input {
  width: 90%;
  padding: 2%;
  margin: 3%;
  border: 0;
  border-bottom: 2px solid #dbd8d7;
}

textarea {
  width: 90%;
  margin: 3% auto 5% auto;
  border: none;
  background-color: #fbf8f7;
}

.btn {
  align-items: center;
  width: 35%;
  margin: auto;
  height: 8vh;
  color: #fff;
  border: none;
  background: #ff6b00;
}

small {
  display: none;
}

.img > a {
  margin-top: 5%;
  margin-left: 3%;
  text-decoration: none;
  color: white;
}

.backdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  z-index: 1;
}

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

  .mobile-menu {
    display: none;
  }

  .desktopitem {
    width: 100vw;
    display: flex;
    padding: 5%;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
  }

  .item {
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
  }

  .desktoptext {
    color: #fff;
    text-decoration: none;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
  }

  #mail {
    padding-top: 0.3%;
  }

  .headline {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    height: 100%;
    align-items: center;
    background-image: url('image/Illustration-header.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 38%;
    padding: 0;
  }

  .headline:nth-child(2n) {
    margin-right: 0;
  }

  .destopheading {
    order: 2;
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: 2.5%;
  }

  .social_navigation {
    display: flex;
    flex-direction: column;
    width: 50%;
    height: 40%;
    justify-content: center;
    margin: auto;
  }

  .social_header_navigation {
    padding: 0;
    margin: 0;
    width: 5%;
    order: 1;
  }

  #iconlinkedin {
    margin-left: -23%;
  }

  .primary {
    width: 60%;
    margin: 0;
    white-space: wrap;
    height: 30%;
    font-size: 4.6vw;
    font-weight: 500;
  }

  .role {
    width: 100%;
    margin: 0;
    font-size: 2.5vw;
    font-family: 'Inter', sans-serif;
    font-style: normal;
  }

  .supportingtext {
    width: 100%;
    margin: 0;
    padding-top: 3%;
    font-weight: 400;
    font-size: 1.9vw;
    line-height: 32px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
  }

  .desktopproject1 {
    height: fit-content;
    width: 80%;
    margin: 5% auto 0 auto;
  }

  #worksectionheader {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
    margin: 10% auto 12% auto;
    padding: 0;
    height: 10%;
    align-items: center;
    width: 100%;
  }

  #worksectionheading {
    margin: 0;
    padding: 0;
    flex: 1;
    white-space: wrap;
    font-size: 3.3vw;
  }

  .desktoprule {
    flex: 2;
    padding: 0;
    margin: 0;
    height: 1px;
    border-width: 0;
    color: gray;
    background-color: gray;
  }

  #project1 {
    display: flex;
    flex-direction: row;
    padding: 1% 10% 10% 10%;
    width: 100%;
  }

  .text {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
  }

  #placeholder {
    width: 50%;
    padding: 0;
    margin: 0;
    object-fit: cover;
    height: auto;
  }

  .project1container {
    display: flex;
    width: 50%;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    padding-left: 2.5%;
  }

  .imagecontainer {
    width: 50%;
    height: 100%;
  }

  #project1language {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    height: 100%;
    margin-bottom: 5%;
  }

  #project1supporttext {
    width: 80%;
    padding-bottom: auto;
    font-size: 1.3vw;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    color: #091e42;
    font-weight: 400;
    margin-bottom: 5%;
  }

  #project1text {
    margin-bottom: 5%;
    font-style: normal;
    font-weight: 400;
    font-size: 3.7vw;
    line-height: 52px;
    width: 80%;
  }

  .mobileMenu {
    display: none;
  }

  .languageitem {
    padding: 2.5%;
    margin: 0;
    height: 100%;
    color: #091e42;
    font-size: 1.3vw;
  }

  #bootstrap {
    padding: 2.5%;
    margin: 0;
    width: 20%;
    height: 100%;
  }

  .seeproject1 {
    margin: 0;
  }

  .otherproject {
    display: flex;
    flex-direction: column;
    width: 30%;
    margin: 1% auto 10% auto;
    gap: 2%;
  }

  small {
    display: none;
  }

  .otherprojectheading {
    width: 90%;
    color: #fff;
    font-weight: 400;
    font-size: 3vw;
    line-height: 44px;
    padding-bottom: 3%;
    margin-top: 20%;
    height: 20%;
  }

  .project2language {
    display: grid;
    grid-template-columns: auto auto auto;
    list-style: none;
    gap: 4%;
    width: 70%;
    height: 10vh;
    padding-left: 5%;
    align-items: center;
  }

  .otherprojecttext {
    width: 90%;
    color: #fff;
    font-weight: 150;
    font-size: 1.3vw;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
  }

  .projectdesktop {
    width: 30%;
    padding: 0;
    margin: 0;
  }

  #project2language {
    display: grid;
    grid-template-columns: auto auto auto;
    list-style: none;
    gap: 4%;
    width: 70%;
    height: 10vh;
    margin: 1.5vh auto 0 5%;
    align-items: center;
  }

  .container {
    height: 85%;
    width: 100%;
    background-image: url('image/Img\ Placeholder\ \(4\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .seeproject2 {
    height: 15%;
    margin: 0;
    width: 100%;
    background-color: #ff6b00;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: 0.03em;
    justify-content: center;
    font-weight: 700;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    border: none;
  }

  .dashboard {
    height: 100%;
    width: 100%;
    background-image: url('image/Img\ Placeholder\ \(5\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .dashboardheading {
    width: 90%;
    color: #fff;
    font-weight: 400;
    font-size: 3vw;
    line-height: 44px;
    padding-bottom: 5%;
    margin-top: 40%;
    height: 25%;
  }

  .dashboardtext {
    width: 90%;
    color: #fff;
    font-weight: 150;
    font-size: 1.3vw;
    line-height: 24px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
  }

  .dashboardlanguage {
    display: flex;
    width: 80%;
    list-style: none;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 0;
  }

  .dashboardling {
    width: 90%;
    height: 25%;
  }

  .dasbboaritem {
    height: 60%;
    text-align: center;
    padding: 5%;
    margin-top: 5%;
    color: #fff;
    font-weight: 500;
    font-size: 1.2vw;
    line-height: 20px;
    background-color: #5b5957;
    font-family: 'Inter', sans-serif;
    font-style: normal;
  }

  .dashboardheading.web {
    height: 25%;
    margin-top: 50%;
    padding-bottom: 5%;
    font-size: 2.6vw;
  }

  .desktopitemheader {
    flex: 0.8;
    display: flex;
    font-weight: 600;
    font-size: 15px;
    line-height: 20px;
  }

  .dashboardtext.web {
    padding-bottom: 2.5%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
  }

  .dashboard.web {
    background-image: url('image/Img\ Placeholder\ \(8\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .dashboard.port {
    background-image: url('image/Img\ Placeholder\ \(3\).png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .dashboardheading.po {
    margin-top: 37%;
    font-size: 2.5vw;
  }

  .about {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding: 10%;
    background-image: url('image/illustration-about\ me@2x.png');
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
  }

  .aboutheader {
    padding-top: 10%;
    font-size: 5vw;
  }

  #aboutmetext {
    width: 50%;
    padding-bottom: 5%;
    font-weight: 400;
    font-size: 1.5vw;
    line-height: 24px;
    color: #f4f5f7;
    font-family: 'Inter', sans-serif;
    font-style: normal;
  }

  .getresumebutton {
    width: 19%;
    font-weight: 600;
    font-size: 1.5vw;
  }

  .holder {
    display: flex;
    flex-direction: column;
    width: 30vw;
  }

  .skilllist {
    display: flex;
    flex-direction: row;
    padding-left: 2.5%;
    margin: 0;
  }

  .lang {
    width: 10%;
    font-size: 3vw;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
  }

  .lang#first {
    margin-top: 7vh;
  }

  .contact-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 10%;
  }

  .contact-form p {
    flex: 1;
    margin-top: -1.3%;
    font-size: 2.3vw;
    text-align: left;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
  }

  .contact-form form {
    flex: 2;
    margin-left: 4%;
  }

  .social_navigation.desk {
    display: flex;
    flex-direction: row;
    width: 30%;
  }

  .liner {
    display: none;
  }

  .listitem {
    align-items: flex-start;
  }

  #third {
    margin-left: 32%;
  }

  .list {
    padding-bottom: 2%;
    font-family: 'Inter', sans-serif;
    font-style: normal;
  }

  .popclass {
    display: flex;
    width: 80vw;
    height: 90vh;
    margin: auto auto;
    padding: 2%;
  }

  .popupHeader {
    width: 70%;
    font-family: 'Crete Round', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5vw;
    line-height: 44px;
  }

  .popupLanguage .languageitem {
    color: #3c3a39;
    width: auto;
    padding: 4%;
    white-space: nowrap;
    font-style: normal;
    font-weight: 400;
    font-size: 1.4vw;
    line-height: 16px;
    margin-right: 2.5%;
  }

  .popuptextimagemenu {
    width: 100%;
    display: flex;
    flex-direction: row;
    padding: 0;
    margin: 0;
    height: 90%;
  }

  .popuptextimagemenu #imagepop {
    height: 80vh;
  }

  .popclass #placeholder {
    grid-column: 1/5;
    grid-row: 2/6;
    padding: 0;
    margin: 0;
    object-fit: cover;
    height: auto;
  }

  .popupLanguage {
    display: flex;
    width: 30%;
    margin-top: 1%;
    padding-top: 1%;
    margin-bottom: 2%;
    padding-bottom: 0%;
  }

  .popuptextbuttonmenu {
    display: flex;
    flex-direction: column;
    width: auto;
    padding-left: 2%;
  }

  .popprojectsupporttext1 {
    height: 70%;
    white-space: wrap;
    width: 100%;
    margin-top: 1%;
    flex: 3;
    font-size: 1.2vw;
    line-height: 30px;
    color: #344563;
    text-align: justify;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
  }

  .popButton {
    width: 70%;
    display: flex;
    justify-content: space-between;
  }

  .popimg {
    margin-left: 6%;
  }

  .img {
    font-size: 1vw;
  }

  .popButton .img {
    width: 45%;
  }

  .img > a {
    color: white;
    font-size: 1.3vw;
    text-decoration: none;
    display: flex;
    align-items: center;
  }

  .error {
    color: red;
    margin-left: 5%;
    display: flex;
  }
}
