body {
  font-family: "Inter", sans-serif;
  display: block;
  margin: 0;
  background-color: #fff;
}

.form-layout .validationMessage {
  height: 15%;
  color: #e2505c;
  font-weight: bold;
  text-align: center;
  font-size: 2vw;
}

ul {
  list-style: none;
}

nav {
  display: flex;
  justify-content: space-between;
  padding: 2% 6%;
}

#name {
  transition: all 1s;
}

#name:hover {
  transform: rotate(360deg);
}

.navbar {
  position: absolute;
  top: -110vh;
  background: white;
  height: 100vh;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 100%;
  z-index: 2;
  left: 0;
  box-shadow: 0 25px 25px rgba(37, 47, 137, 0.08);
}

.navbar ul {
  position: absolute;
  left: 12px;
  top: 10%;
}

.headline {
  background-image: url(images/header-illsutration-mobile@2x.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 726px;
  display: flex;
  flex-direction: column;
}

.header {
  height: 48px;
  margin-top: 44px;
}

.disabled_button img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

nav .fa {
  font-size: 30px;
  cursor: pointer;
  transition: all 1s;
}

.header a {
  font-size: 20px;
  font-weight: bold;
  color: #28352f;
  text-decoration: none;
}

.primary h1 {
  color: #172b4d;
  text-align: center;
  font-size: 40px;
  white-space: pre-line;
}

.primary p span {
  color: #1b5a40;
  font-weight: bold;
}

.primary h1 span {
  color: #1b5a40;
}

#bio {
  text-align: center;
  font-style: normal;
  font-size: 20px;
  line-height: 26px;
  white-space: pre-line;
}

.social ul {
  display: flex;
  justify-content: center;
  margin: 60px 0;
  padding-left: 5px;
  list-style-type: none;
}

.social li a {
  margin: 10px;
  order: 2;
}

.social li a img:hover {
  transform: scale(1.5);
}

.work-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.work-title h2 {
  color: #172b4d;
  margin: 24px 0;
  font-weight: bold;
  line-height: 52px;
  font-size: 40px;
}

.portfolio-box {
  display: grid;
  grid-template-rows: repeat(6, 474px);
  gap: 24px;
  margin: 62px 5% 0 5%;
}

.portfolio {
  background: #ebf0ee;
  border: 1px solid #d0d9d4;
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 210px;
}

.portfolio-details {
  background: #fff;
  border-radius: 8px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 327px;
}

.portfolio-details h2 {
  margin: 16px 0;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 32px;
}

.portfolio-details ul {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 16px 0;
  list-style: none;
  justify-content: center;
  text-align: center;
}

.portfolio-details li {
  margin-right: 5px;
  background-color: #ebf0ee;
  padding: 8px 12px;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #3a4a42;
  border-radius: 4px;
  white-space: nowrap;
}

.portfolio-details button {
  background-color: #1b5a40;
  border-radius: 4px;
  color: #fff;
  width: 122px;
  height: 48px;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  border: none;
  cursor: pointer;
}

.about {
  margin-top: 0;
  padding-top: 40px;
  background-image: url(images/Mask\ Group.svg);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: -30px;
  background-size: 70px;
}

.about-summary {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding-top: 0;
  background-image: url(images/illustration-\ about\ me-\ mobile.svg);
  background-repeat: no-repeat;
  background-position-y: -47px;
}

.about-title {
  font-style: normal;
  font-weight: bold;
  font-size: 40px;
  line-height: 52px;
  padding: 0 20px;
  height: 48px;
  margin-top: 0;
  margin-bottom: 24px;
}

.about-summary p {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px;
  color: #42526e;
  white-space: pre-line;
}

.resume {
  background-color: #1b5a40;
  color: #fff;
  border-radius: 4px;
  width: 159px;
  height: 48px;
  font-size: 17px;
  line-height: 24px;
  border: none;
  margin-bottom: 24px;
}

.resume:hover {
  box-shadow: 0 15px 20px rgba(172, 243, 215, 0.4);
}

.resume:focus {
  background-color: #36b37f;
  box-shadow: none;
}

.technologies {
  display: grid;
  grid-template-rows: repeat(3, 352px);
  gap: 24px;
  margin: 59px 0;
}

.tech {
  background: #ebf0ee;
  border: 1px solid #c1c7d0;
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 5%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.tech h2 {
  text-align: center;
}

.tech ul {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  align-items: center;
  align-content: center;
  padding: 0;
  margin: 2px;
}

.tech li {
  text-decoration: none;
  background: #fff;
  border-radius: 8px;
  color: #1b5a40;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  padding: 14px;
  margin: 4px 6px;
}

.contact {
  background-image: url(images/conatct-backgrd.svg);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position-x: right;
  background-position-y: 640px;
}

.contact-header {
  text-align: center;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  color: #172b4d;
  margin: 0 24px 58px 24px;
  white-space: pre-line;
}

.contact-header br {
  display: none;
}

.contact form {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 0 auto;
}

.contact form label {
  display: block;
  margin-bottom: 10px;
  font-size: 20px;
}

.contact form ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact form input {
  min-width: 360px;
  height: 48px;
  background: #fff;
  border: 1px solid #d0d9d4;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px;
}

.contact input::placeholder {
  height: 18px;
  color: #6b778c;
  margin-left: 12px;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.contact textarea::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-style: normal;
  line-height: 24px;
  color: #091e42;
  margin: 12px 0 0 12px;
}

.contact textarea {
  height: 114px;
  width: 360px;
  background: #fff;
  border: 1px solid #60c095;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 12px;
}

.contact form button {
  width: 129px;
  height: 48px;
  left: 99px;
  background: #1b5a40;
  border-radius: 4px;
  color: #fff;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin-top: 24px;
  border: none;
  cursor: pointer;
}

.email-footer {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  color: #42526e;
  margin-top: -50px;
  padding-bottom: 250px;
}

.portfolio-details button:hover {
  box-shadow: 0 15px 20px rgba(172, 243, 215, 0.4);
}

.navbar button:focus {
  border: none;
  outline: none;
}

.contact form button:hover {
  box-shadow: 0 15px 20px rgba(172, 243, 215, 0.4);
}

.contact form button:focus {
  box-shadow: none;
  background: #36b37f;
}

hr {
  display: none;
}

.about-summary p br {
  display: none;
}

#bio br {
  display: none;
}

.navbar .close {
  display: block;
  font-size: 40px;
  font-weight: 100;
  cursor: pointer;
  position: absolute;
  right: 6%;
  top: 4%;
  background: none;
  border: none;
}

.navbar li a {
  display: block;
  line-height: 44px;
  font-size: 32px;
  margin-bottom: 32px;
}

.navbar ul li {
  display: block;
}

.contact form li + li {
  margin-top: 24px;
}
