@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

html { box-sizing: border-box; }

body { margin: 0; }

.container {
  position: relative;
  height: 6715px;
  min-width: fit-content;
}

.headline-container { background: #fff; }

.toolbar-container {
  display: flex;
  height: 48px;
  min-width: 375px;
  top: 44px;
  justify-content: space-between;
  align-items: center;
}

.name-container {
  min-width: 114px;
  height: 48px;
  left: 12px;
  margin-top: 25px;
  margin-left: 20px;
}

.hamburger {
  width: 30px;
  height: 30px;
  background-color: #fff;
  cursor: pointer;
  margin-right: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  border-radius: 10px;
}

.modify {
  position: fixed;
  right: 0;
}

.bar {
  background-color: #67798e;
  width: 100%;
  height: 3px;
  border-radius: 10px;
  transition: all 0.8s;
}

.change .line-1 {
  transform: rotateZ(-405deg) translate(-8px, 6px);
}

.change .line-2 {
  opacity: 0;
}

.change .line-3 {
  transform: rotateZ(405deg) translate(-8px, -6px);
}

.nav-menu {
  display: none;
  flex-direction: column;
  list-style-type: none;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  position: fixed;
  margin: 0;
  gap: 25px;
  padding: 90px 50px;
  border-radius: 16px;
}

.active {
  display: flex;
}

.nav-item {
  margin: 15px;
}

.nav-link {
  text-decoration: none;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 44px;
  color: #3a4a42;
}

.logo {
  padding: 10px 12px;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-decoration: none;
  color: #28352f;
}

.menu-container {
  min-width: 18px;
  height: 12px;
  left: 3px;
  top: 6px;
  margin-top: 15px;
  margin-right: 15px;
}

.menu-2 { display: none; }

.description-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 24px;
  gap: 58px;
  background-image: url(./Images/header-illsutration-mobile.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.description-title {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 52px;
  text-align: center;
}

.description-title span { color: #36b37f; }

.description-content {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
}

.social-media {
  display: flex;
  list-style-type: none;
  justify-content: center;
  gap: 20px;
  margin-right: 30px;
}

.social-media-2 {
  display: flex;
  list-style-type: none;
  justify-content: center;
  gap: 20px;
  margin-right: 30px;
}

.social-media-3 { display: none; }

.menu-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 24px;
  gap: 58px;
  min-width: 379px;
  height: 3283px;
  top: 708px;
}

.works-heading {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 52px;
  min-width: 327px;
  height: 97px;
  text-align: center;
  color: #172b4d;
}

.container-profiles {
  display: flex;
  flex-direction: column;
  gap: 50px;
  min-width: auto;
}

.work-profiles-10 {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-gap: 50px;
}

.work-profiles-20 {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-gap: 50px;
}

.work-profile-1 {
  display: grid;
  min-width: 327px;
  justify-items: center;
  grid-template-rows: repeat(2, 1fr);
  height: 474px;
  background-color: #ebf0ee;
  border-radius: 8px;
}

.works-text {
  grid-row: 2;
  background: #fff;
  border-radius: 8px;
  width: 291px;
  height: 203px;
  left: calc(50% - 327px / 2);
  bottom: 0;
  padding: 16px;
  gap: 16px;
}

.works-title {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  color: #172b4d;
  font-weight: 600;
  font-size: 20px;
  line-height: 32px;
  width: 295px;
  height: 57px;
}

.works-tags {
  min-width: 305px;
  height: 40px;
}

.tags {
  flex-wrap: wrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  list-style-type: none;
}

.tech-tag {
  height: 20px;
  background: #ebf0ee;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #3a4a42;
  padding: 5px 5px;
}

.works-cta {
  width: 305px;
  height: 69px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  bottom: 8px;
  padding: 12px;
  gap: 10px;
}

.project-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
  gap: 10px;
  width: 122px;
  height: 48px;
  left: calc(50% - 122px / 2 + 0.5px);
  bottom: 8px;
  background: #36b37f;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  margin-right: 45px;
  margin-bottom: 20px;
  border: #fff;
  transition-property: background-color, transform;
  transition-duration: 1.5s, 1.5s, 1.5s, 1.5s;
}

.project-button:hover {
  background: #36b37f;
  transform: scale(1.2);
  box-shadow: 0 8px 16px rgba(54, 179, 127, 0.24);
  cursor: pointer;
}

.project-button:focus {
  background: #008552;
}

.about-page {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 64px 24px;
  gap: 58px;
  min-width: 379px;
  top: 708px;
}

.about-box {
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.about-heading {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 52px;
  align-items: center;
  text-align: center;
  color: #172b4d;
  width: 351px;
  height: 48px;
}

.about-description {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  color: #42526e;
  width: 351px;
  height: 189px;
}

.about-cta {
  display: flex;
  justify-content: center;
}

.about-button {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 18px;
  background: #36b37f;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  border: #fff;
}

.about-button:hover {
  background: #36b37f;
  transform: scale(1.2);
  box-shadow: 0 8px 16px rgba(54, 179, 127, 0.24);
  cursor: pointer;
}

.about-button:focus {
  background: #008552;
}

.about-card-box {
  display: grid;
  grid-template-rows: auto auto auto;
  grid-gap: 50px;
}

.boxes {
  display: grid;
  min-width: 300px;
  justify-items: center;
  height: 500px;
  background-color: #ebf0ee;
  border-radius: 8px;
}

.icon-logo { margin-top: 80px; }

.topic {
  width: 337px;
  height: 32px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
  color: #344563;
}

.list-about {
  display: flex;
  flex-flow: row wrap;
  gap: 8px;
  list-style-type: none;
  height: fit-content;
  justify-content: center;
}

.list-tag {
  align-items: center;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 20px;
  color: #36b37e;
  background: #fff;
  border-radius: 8px;
  padding: 10px 12px;
  margin-right: 15px;
}

.contact-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px 64px;
  min-width: auto;
}

.contact-head {
  display: flex;
  justify-content: center;
  margin: 10px;
  padding: 0;
}

.contact-class {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  text-align: center;
  color: #172b4d;
  flex-wrap: wrap;
  min-width: auto;
}

.contact-details {
  display: flex;
  flex-direction: column;
  align-content: center;
  gap: 30px;
  min-width: 220px;
  height: 330px;
  margin-top: 15px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  list-style-type: none;
  justify-content: center;
}

.contact-10 {
  height: 48px;
  width: 225px;
  border-radius: 4px;
  border: 1px solid #d0d9d4;
}

.contact-20 {
  height: 48px;
  width: 225px;
  border-radius: 4px;
  border: 1px solid #d0d9d4;
}

.contact-30 {
  height: 114px;
  width: 225px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #60c095;
}

textarea { resize: none; }

.contact-button-1 {
  display: flex;
  justify-content: center;
}

.button-submit-1 {
  padding: 12px;
  height: 60px;
  background: #36b37f;
  border: #fff;
  color: #fff;
  border-radius: 4px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
}

@keyframes bounce {
  0%,
  20%,
  60%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}

.button-submit-1:hover {
  animation: bounce 1s;
  cursor: pointer;
  box-shadow: 0 8px 16px rgba(54, 179, 127, 0.24);
}

.button-submit-1:focus {
  background: #008552;
}

.my-email-1 {
  text-align: center;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
}

/* Modal CSS */

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  overflow: auto;
  display: none;
  justify-content: center;
  align-items: flex-start;
}

.modal.modal-show {
  animation: fadeIn 0.5s ease-in-out forwards;
}

.modal.modal-hide {
  animation: fadeOut 0.2s ease-in-out forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* modal content */

.modal-content {
  position: relative;
  background-color: #fff;
  width: 400px;
  height: 900px;
  margin: 2rem;
  max-height: auto;
  padding: 2rem;
  box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
  border-radius: 8px;
  overflow: auto;
}

.modal.modal-show .modal-content {
  animation: fadeInDown 0.5s ease-in-out forwards;
}

.modal.modal-hide .modal-content {
  animation: fadeOutUp 0.2s ease-in-out forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-3rem);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    transform: translateY(-3rem);
  }
}

.modal-top {
  position: absolute;
  display: flex;
  align-items: center;
  height: 30px;
  top: 0;
  right: 0;
  margin: 0.5rem;
  padding: 2px 12px;
  background: #ebecf0;
  border-radius: 8px;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}

.modal-top:hover,
.modal-top:focus {
  color: rgba(0, 0, 0, 0.5);
}

.modal-heading {
  display: flex;
  justify-content: space-between;
  min-width: auto;
  gap: 20px;
}

.modal-contain {
  display: flex;
  min-width: 259px;
  flex-direction: column;
}

.modal-heading h2 {
  font-family: 'Inter', sans-serif;
  color: #172b4d;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 44px;
  flex-wrap: wrap;
  padding: 15px 0;
}

.modal-list {
  display: flex;
  order: 2;
  align-items: flex-start;
  gap: 12px;
  list-style-type: none;
  padding: 0;
  flex-wrap: wrap;
}

.modal-list li {
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #344563;
  background: #ebecf0;
  border-radius: 8px;
  padding: 8px 12px;
}

.modal-middle-1 {
  height: 250px;
  min-width: 250px;
  background-image: url(./images/mobile-image.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.buttons { display: none; }

.buttons-1 {
  min-width: 250px;
  padding: 8px;
}

.buttons-1 button {
  padding: 9px 9px;
  gap: 12px;
  background: #36b37f;
  border-radius: 6px;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  color: #fff;
  border-color: #fff;
  letter-spacing: 0.03em;
}

.modal-bottom {
  display: flex;
  height: auto;
  min-width: 311px;
  border-radius: nullpx;
}

.modal-bottom p {
  color: #344563;
  font-family: 'Inter', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  flex-wrap: wrap;
}

/* email validation text */

.label {
  font-family: "Inter", sans-serif;
  color: #d30505;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
}

@media screen and (min-width: 768px) {
  html,
  body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
  }

  .container {
    position: relative;
    height: auto;
    background: #fff;
    min-width: auto;
  }

  .headline-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(./Images/Header-llustration-desktop.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .menu-2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

  .menu-2 a {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 25px;
    padding: 20px;
    text-decoration: none;
    line-height: 20px;
    color: #344563;
    transition: all 0.5s ease-out;
  }

  .menu-2 a:hover,
  .menu-2 a:focus {
    background-color: rgb(10, 218, 96);
    color: #333;
  }

  .toolbar-container { display: none; }

  .nav-bar-links { display: none; }

  .nav-menu { display: none; }

  .description-container {
    background-image: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 930px;
    height: 756px;
  }

  .description-title {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 48px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.37px;
    color: #172b4d;
  }

  .description-content {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 32px;
    text-align: center;
    color: #172b4d;
  }

  section h1 span { color: #36b37f; }

  .social-media {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 50px;
  }

  .social-media-2 { display: none; }

  .social-media-3 {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }

  .menu-list {
    display: flex;
    flex-direction: column;
    gap: 48px;
    height: auto;
    width: auto;
  }

  .recent-works-heading {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #172b4d;
    text-align: center;
  }

  .indicator-class { display: none; }

  .container-profiles {
    display: flex;
    flex-direction: column;
    gap: 15px;
    min-width: auto;
  }

  .work-profiles-10 {
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    justify-content: center;
    min-width: auto;
    height: fit-content;
  }

  .work-profiles-20 {
    display: flex;
    flex-direction: row;
    grid-gap: 10px;
    justify-content: center;
    min-width: auto;
    height: fit-content;
  }

  .work-profile-1 {
    display: grid;
    order: 1;
    grid-template-rows: repeat(2, 1fr);
    background-color: #d0d9d4;
    border: 3px solid #d0d9d4;
    height: 474px;
    min-width: 220px;
    border-radius: 8px;
  }

  .works-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-row: 2;
    background: #fff;
    border-radius: 8px;
    height: auto;
    width: auto;
    padding: 0;
  }

  .works-title h3 {
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: #172b4d;
    flex-wrap: wrap;
    min-width: 70px;
  }

  .works-tags {
    min-width: auto;
    height: auto;
  }

  .tags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-width: auto;
    justify-content: center;
    border-radius: 4px;
    gap: 10px;
    margin-top: 35px;
    padding-inline-start: 0;
    padding: 20px;
  }

  .tech-tag {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    color: #172b4d;
    gap: 20px;
    padding: 7px;
    text-align: center;
    background: #ebf0ee;
    border-radius: 4px;
    min-width: fit-content;
  }

  .works-cta {
    display: flex;
    flex-direction: column;
    width: 120px;
    padding: 0;
  }

  .project-button {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    background: #36b37f;
    border-radius: 6px;
    padding: 12px;
    border-color: #fff;
    margin-left: 30px;
    transition-property: background-color, transform;
    transition-duration: 1.5s, 1.5s, 1.5s, 1.5s;
  }

  .project-button:hover {
    background: #36b37f;
    transform: scale(1.2);
    box-shadow: 0 8px 16px rgba(54, 179, 127, 0.24);
    cursor: pointer;
  }

  .project-button:focus {
    background: #008552;
  }

  .about-page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
    height: auto;
    background-image:
      url(./Images/illustration-about-me-2-desktop.svg),
      url(./Images/illustration-about-me-1-desktop.svg);
    background-repeat: no-repeat;
    background-position: 0 280px, top right;
  }

  .about-box {
    display: flex;
    width: fit-content;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }

  .about-heading {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    text-align: center;
    color: #172b4d;
  }

  .about-description {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #42526e;
    width: fit-content;
    height: auto;
  }

  .about-button {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    padding: 20px;
    background: #36b37f;
    border-radius: 6px;
    border-color: #fff;
    color: #fff;
    margin-top: 15px;
    align-items: center;
  }

  .about-card-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    width: auto;
    justify-content: center;
  }

  .boxes {
    display: grid;
    justify-items: center;
    background: #ebf0ee;
    border: 1px solid #c1c7d0;
    border-radius: 8px;
    margin: 5px;
    min-width: 200px;
  }

  .icon-logo {
    display: flex;
    justify-items: center;
    align-self: center;
    margin-top: 30px;
  }

  .topic {
    width: fit-content;
  }

  .topic h3 {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #344563;
    height: fit-content;
    margin-top: 50px;
    min-width: fit-content;
  }

  .list-about {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    margin-top: 60px;
  }

  .list-tag {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.03em;
    background: #fff;
    color: #36b37e;
    padding: 10px 12px;
    border-radius: 8px;
  }

  .contact-footer {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    height: 500px;
    min-width: auto;
    padding: 30px;
    border-bottom: 2px solid #dfe1e6;
    background-image:
      url(./Images/illustration-1-contact-form-desktop.svg),
      url(./Images/illustration-2-contact-form-desktop.svg),
      url(./Images/contact-form-illustratoin-3-desktop.svg);
    background-repeat: no-repeat;
    background-position: 0 230px, 350px 400px, right;
  }

  .contact-container {
    display: flex;
    justify-content: center;
  }

  .contact-head {
    display: flex;
    justify-content: flex-start;
  }

  .contact-class {
    display: flex;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 52px;
    text-align: left;
    color: #172b4d;
    max-width: 500px;
    height: 300px;
    align-items: center;
  }

  form {
    display: flex;
    flex-direction: column;
    align-content: center;
    gap: 30px;
    min-width: 684px;
    height: 330px;
    margin-top: 15px;
  }

  .contact-text {
    display: flex;
    flex-direction: column;
    gap: 15px;
    list-style-type: none;
    align-items: flex-start;
    min-width: 684px;
    height: 330px;
    padding: 0;
  }

  .contact-10 {
    min-width: 650px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #d0d9d4;
  }

  .contact-20 {
    min-width: 650px;
    height: 48px;
    border-radius: 4px;
    border: 1px solid #d0d9d4;
  }

  .contact-30 {
    min-width: 650px;
    height: 114px;
    border-radius: 4px;
    background: #fff;
    border: 1px solid #d0d9d4;
  }

  .contact-button-1 {
    display: flex;
    justify-content: center;
  }

  .button-submit-1 {
    padding: 12px;
    height: 60px;
    background: #36b37f;
    border: #fff;
    color: #fff;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
  }

  @keyframes bounce {
    0%,
    20%,
    60%,
    100% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
    }

    40% {
      -webkit-transform: translateY(-20px);
      transform: translateY(-20px);
    }

    80% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
    }
  }

  .button-submit-1:hover {
    background: #36b37f;
    animation: bounce 1s;
    cursor: pointer;
    box-shadow: 0 8px 16px rgba(54, 179, 127, 0.24);
  }

  .button-submit-1:focus {
    background: #008552;
  }

  textarea { resize: none; }

  ul { list-style-type: none; }

  .my-email-1 { display: none; }

  /* Modal CSS desktop */

  .modal {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    overflow: auto;
    display: none;
    justify-content: center;
    align-items: flex-start;
  }

  .modal.modal-show {
    animation: fadeIn 0.5s ease-in-out forwards;
  }

  .modal.modal-hide {
    animation: fadeOut 0.2s ease-in-out forwards;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @keyframes fadeOut {
    0% {
      opacity: 1;
    }

    100% {
      opacity: 0;
    }
  }

  /* modal content */

  .modal-content {
    position: relative;
    background-color: #fff;
    width: 895px;
    height: 1083px;
    margin: 2rem;
    max-height: 100vh;
    padding: 2rem;
    box-shadow: 0 48px 48px rgba(37, 47, 137, 0.08);
    border-radius: 8px;
    overflow: auto;
  }

  .modal.modal-show .modal-content {
    animation: fadeInDown 0.5s ease-in-out forwards;
  }

  .modal.modal-hide .modal-content {
    animation: fadeOutUp 0.2s ease-in-out forwards;
  }

  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(-3rem);
    }

    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }

  @keyframes fadeOutUp {
    0% {
      opacity: 1;
      transform: translateY(0);
    }

    100% {
      opacity: 0;
      transform: translateY(-3rem);
    }
  }

  .modal-top {
    position: absolute;
    display: flex;
    align-items: center;
    height: 30px;
    top: 0;
    right: 0;
    margin: 0.5rem;
    padding: 2px 12px;
    background: #ebecf0;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    user-select: none;
  }

  .modal-top:hover,
  .modal-top:focus {
    color: rgba(0, 0, 0, 0.5);
  }

  .modal-heading {
    display: flex;
    justify-content: space-between;
    min-width: auto;
    gap: 20px;
  }

  .modal-contain {
    display: flex;
    min-width: 300px;
    flex-direction: column;
  }

  .modal-heading h2 {
    font-family: 'Inter', sans-serif;
    color: #172b4d;
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 44px;
    flex-wrap: wrap;
  }

  .modal-list {
    display: flex;
    order: 2;
    align-items: flex-start;
    gap: 12px;
    list-style-type: none;
  }

  .modal-list li {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #344563;
    background: #ebecf0;
    border-radius: 8px;
    padding: 8px 12px;
  }

  .modal-middle-1 {
    display: flex;
    align-items: center;
    margin-top: 2rem;
    background-image: url(./images/desktop-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
    min-width: 600px;
  }

  .buttons {
    display: flex;
    padding: 25px;
    height: 60px;
  }

  .buttons button {
    gap: 12px;
    min-width: fit-content;
    background: #36b37f;
    border-radius: 6px;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    color: #fff;
    border-color: #fff;
    letter-spacing: 0.03em;
  }

  .buttons-1 { display: none; }

  .modal-bottom {
    display: flex;
    min-width: 500px;
    height: 200px;
    align-items: center;
  }

  .modal-bottom p {
    color: #344563;
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
  }

  .modal-middle-10 {
    background-image: url(./images/mobile-image.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 600px;
  }
}
