* {
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

body {
  display: flex;
  flex-direction: column;
  width: 375px;
  height: 718px;
  background: #e5e5e5;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
  margin: 0%;
}

.header2 {
  width: 100%;
}

.menu_cont {
  max-width: 100%;
  margin: 0;
  padding: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.mainmenu {
  display: flex;
  position: relative;
  left: 100%;
  top: 60px;
  gap: 0;
  flex-direction: column;
  background-color: rgba(23, 77, 254, 0.756);
  backdrop-filter: blur(8px);
  width: 100%;
  align-items: flex-start;
  min-height: 100%;
  margin-top: -60px;
  color: #fff;
  font-size: 25px;
  font-weight: 600;
}

.menu-link {
  color: #fff;
  text-decoration: none;
}

.menu-link:hover {
  color: rgb(0, 0, 0);
  font-size: 30px;
}

.hamburger {
  display: none;
  cursor: pointer;
  margin-top: -20px;
  margin-left: -5px;
}

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: rgba(23, 77, 254, 0.756);
}

.headbar {
  display: flex;
  justify-content: space-between;
  padding: 0 24px;
}

.header {
  background: url('../images/back2.png');
  width: 375px;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 20px;
  padding-right: 30px;
  margin-top: 40px;
}

.navflex {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-right: 15px;
}

.mylogo {
  width: 176px;
  height: 20px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #6070ff;
  flex: none;
  order: 0;
  flex-grow: 0;
  margin-right: 75px;
}

.color-logo {
  color: #6070ff;
}

.mobilmenu {
  color: #6070ff;
}

.type {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-left: 22px;
  gap: 12px;
  width: 100%;
  height: 32px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.texttype {
  width: 55px;
  height: 16px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #344563;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.texttype2 {
  width: 90px;
  height: 16px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #7a869a;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.iam {
  display: flex;
  flex-direction: column;
  padding: 15px;
  margin-top: 30px;
  margin-right: 20px;
  margin-left: 7px;
  margin-bottom: 70px;
  gap: 12px;
  width: 327px;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.hero {
  display: grid;
  flex-direction: column;
  padding: 15px;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 20px;
  margin-bottom: 100px;
  gap: 12px;
  width: 327px;
  height: 630px;
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
}

.hero2 {
  display: grid;
  flex-direction: column;
  padding: 15px;
  margin-top: 30px;
  margin-right: 30px;
  margin-left: 20px;
  margin-bottom: 100px;
  gap: 12px;
  width: 327px;
  height: 630px;
  background: #fff;
  border: 1px solid #dfe1e6;
  border-radius: 16px;
}

.text {
  width: 327px;
  height: 146px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.textabout {
  width: 327px;
  height: 146px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.title {
  margin-bottom: 15px;
  width: 327px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  color: #172b4d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.title2 {
  margin: 0%;
  width: 327px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  color: #172b4d;
  flex: none;
  order: 0;
  flex-grow: 0;
  padding: 0%;
}

.title3 {
  padding-top: 100px;
  padding-bottom: 0%;
  margin: 0%;
  width: 327px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  color: #172b4d;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.text1 {
  width: 327px;
  margin: 0%;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
  flex: none;
  order: 1;
  flex-grow: 0;
}

.socialtitle {
  margin-top: 10px;
  width: 327px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #7f8cff;
  flex: none;
  order: 2;
  flex-grow: 0;
}

.social {
  width: 170.17px;
  height: 20px;
  flex: none;
  order: 3;
  flex-grow: 0;
  margin-bottom: 130px;
}

.social2 {
  width: 170.17px;
  height: 20px;
  flex: none;
  order: 3;
  flex-grow: 0;
  margin-bottom: 80px;
}

.socialicon {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 327px;
  height: 24px;
  flex: none;
  order: 3;
  flex-grow: 0;
  list-style: none;
  padding: 0%;
}

.socialicon2 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  width: 327px;
  height: 24px;
  flex: none;
  order: 3;
  flex-grow: 0;
  list-style: none;
  padding-left: 10px;
  padding-top: 20px;
  padding-bottom: 30px;
}

.wbtn {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  order: 3;
}

.wbtn1 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  width: 214px;
  height: 24px;
  flex: none;
  order: 3;
  flex-grow: 0;
  margin: 5px;
  margin-left: 0%;
  padding-bottom: 35px;
}

.wbtn3 {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px 12px;
  height: 24px;
  background: #ebebff;
  border-radius: 8px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.03em;
  color: #6070ff;
  flex: none;
  order: 0;
  flex-grow: 0;
}

.btn {
  width: 130px;
  margin: 0%;
  height: 50px;
  background: #fff;
  border: 1px solid #396df2;
  border-radius: 16px;
  align-items: center;
  padding: 12px;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #396df2;
  flex: none;
  order: 4;
  flex-grow: 0;
}

.btn2 {
  width: 180px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #396df2;
  border-radius: 16px;
  align-items: center;
  padding: 12px;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  color: #396df2;
  flex: none;
  order: 4;
  flex-grow: 0;
}

.languages {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 327px;
  flex: none;
  order: 5;
  flex-grow: 0;
  list-style: none;
  padding: 0%;
  padding-right: 15px;
  padding-bottom: 100px;
}

.languages1 {
  padding: 0%;
}

.languages2 {
  width: 130px;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  padding: 12px;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #000;
  flex: none;
  order: 6;
  flex-grow: 0;
  padding-right: 35px;
}

.languages3 {
  padding: 0%;
}

.languages4 {
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  background: #f7f7f9;
  border-radius: 8px;
  align-items: center;
  padding: 12px;
  gap: 12px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #000;
  flex: none;
  order: 6;
  flex-grow: 0;
  padding-right: 15px;
  height: 66.72px;
}

.about {
  background-image: url(../images/about.png);
  width: 375px;
  background-repeat: no-repeat;
  padding-bottom: 210px;
  display: flex;
  flex-direction: column;
  height: 1000px;
  margin-top: 30px;
  margin-bottom: 60px;
}

.about > * {
  padding-left: 30px;
}

.form-wrap {
  background-image: url(../images/contacback2.png);
  width: 375px;
  background-repeat: no-repeat;
  padding-bottom: 210px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
  height: 795px;
  margin-top: 30px;
  background-color: #fff;
}

.form-text-wrap {
  padding-top: 60px;
  width: 375px;
  padding-left: 20px;
  padding-right: 20px;
}

.form-title {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 52px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #fff;
}

.form-text {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #ebebff;
}

form {
  margin: 0 auto;
  width: 375px;
  padding-top: 50px;
  display: flex;
  justify-content: center;
}

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

form li + li {
  margin-top: 1em;
}

input,
textarea {
  font: 1em sans-serif;
  width: 300px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  height: 40px;
  text-indent: 10px;
}

textarea {
  left: 20px;
  right: 20px;
  background: #fff;
  border: 1px solid #cfd8dc;
  border-radius: 8px;
  height: 150px;
  text-indent: 10px;
  padding-top: 5px;
}

input:focus,
textarea:focus {
  border-color: #000;
}

form button {
  width: 152px;
  height: 54px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 17px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.03em;
  color: #6070ff;
  flex: none;
  order: 0;
  flex-grow: 0;
  background: #fff;
  border-radius: 8px;
  padding-left: 18px;
  border: none;
}

button:hover {
  background: #1b22e6;
  color: #fff;
  cursor: pointer;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .hamburger {
    display: block;
    cursor: pointer;
    color: #162ae3;
  }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0;
    background-color: #fff;
  }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
    background-color: #fff;
  }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
    background-color: #fff;
  }

  .margin-menu {
    margin: 15px 25px;
  }

  .mainmenu.active {
    left: 0;
  }

  .mainmenu {
    flex-direction: column;
    position: fixed;
    width: 100%;
    text-align: center;
    padding-top: 100px;
  }

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

@media (min-width: 768px) {
  .header2 {
    display: flex;
    margin-top: 0;
    justify-content: space-between;
  }

  .menu_cont {
    width: 100%;
    margin: 0 150px;
  }

  .mainmenu {
    display: flex;
    flex-direction: row;
    list-style: none;
    padding-top: -80px;
    margin-top: -80px;
    background-color: inherit;
    gap: 30px;
  }

  .direction {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-left: -100%;
  }

  .mainmenu li a {
    padding: 10px 12px;
    margin: 0 0.5rem 0 0;
    color: #344563;
    font-weight: 500;
    font-size: 1rem;
    text-decoration: none;
    display: flex;
    flex-direction: row;
  }

  .hamburger {
    display: none;
  }

  body {
    background: #e5e5e5;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    width: 1440px;
    height: 916px;
    align-items: center;
  }

  .header {
    background: url('../images/backdesktop.png');
    background-size: 100% 100%;
    width: 1440px;
    height: 916px;
    padding-bottom: 10px;
    margin-bottom: 70px;
    padding-right: 80px;
  }

  .navflex {
    padding-left: 120px;
    padding-right: 80px;
  }

  .type {
    justify-content: left;
    padding-left: 0%;
    padding-bottom: 30px;
    padding-top: 15px;
  }

  .texttype {
    width: 96px;
    height: 24px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }

  .texttype2 {
    width: 122px;
    height: 24px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    color: #6b778c;
  }

  .iam {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    margin-top: 30px;
    margin-right: 20px;
    margin-left: 7px;
    margin-bottom: 70px;
    gap: 12px;
    width: 1440px;
    order: 0;
    flex-grow: 0;
  }

  .hero {
    width: 1156px;
    height: 496px;
    grid-template-columns: 1fr 1fr;
    display: flex;
    flex-direction: row;
  }

  .hero2 {
    width: 1156px;
    height: 496px;
    grid-template-columns: 1fr 1fr;
    display: flex;
    flex-direction: row-reverse;
  }

  .col1 {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 2;
    width: 60%;
    height: 100%;
  }

  .col1:disabled {
    grid-column-start: 1;
    grid-row-start: 1;
    grid-row-end: 2;
  }

  .col2 {
    padding: 65px 35px;
  }

  .img-hero {
    width: 100%;
    max-height: 100%;
    max-width: 100vw;
    min-width: 10%;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 30px;
  }

  .text {
    width: 920px;
    height: 98px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #344563;
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .textabout {
    width: 446px;
    height: 70px;
    padding-bottom: 30px;
    margin-bottom: 50px;
  }

  .title {
    width: 920px;
    height: 122px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 60px;
    display: flex;
    letter-spacing: 0.37px;
    color: #091e42;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .title3 {
    padding-top: 100px;
    padding-bottom: 0%;
    width: 327px;
    margin-right: 20px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    display: flex;
    align-items: center;
    color: #172b4d;
    flex: none;
    order: 0;
    flex-grow: 0;
  }

  .title2 {
    width: 496px;
    height: 46px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: #091e42;
    flex: none;
    order: 0;
    flex-grow: 0;
    padding-bottom: 25px;
  }

  .text1 {
    width: 496px;
    height: 70px;
  }

  .socialtitle {
    width: 920px;
  }

  .social {
    width: 920px;
  }

  .socialicon {
    width: 920px;
  }

  .btn {
    border-radius: 12px;
  }

  .wbtn {
    padding-bottom: 30px;
  }

  .btn2 {
    border-radius: 12px;
    margin-top: 20px;
  }

  .languages {
    width: 727px;
    flex-direction: row;
  }

  .languages1 {
    margin-top: 120px;
  }

  .languages2 {
    width: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    padding: 12px;
    gap: 12px;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: 0.03em;
    color: #000;
    flex: none;
    order: 6;
    flex-grow: 0;
    padding-right: 35px;
  }

  .arrow {
    display: flex;
    float: right;
  }

  .languages3 {
    display: flex;
    flex-direction: row;
  }

  .languages4 {
    width: 20%;
    height: 150px;
    display: flex;
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
    padding: 10px;
    padding-right: 40px;
  }

  .about {
    background: url('../images/backdesktopabout2.png');
    background-size: 100% 100%;
    width: 1440px;
    padding-bottom: 10px;
    padding-right: 40px;
  }

  .wrapabout {
    grid-template-columns: 1fr 1fr;
    display: flex;
    flex-direction: row;
    height: 716px;
  }

  .colabout1 {
    width: 40%;
    padding: 35px;
  }

  .colabout2 {
    width: 60%;
  }

  .form-wrap {
    background-image: url(../images/backcontac2.jpg);
    background-size: 100% 120%;
    width: 1440px;
    padding-right: 40px;
    height: 1500px;
    margin-top: -100px;
    padding-top: 50px;
  }

  .form-text-wrap {
    padding-top: 60px;
    width: 1440px;
  }

  .form-title {
    flex: none;
    order: 1;
    flex-grow: 0;
  }

  .form-text {
    flex: none;
    order: 1;
    flex-grow: 0;
    padding-left: 436px;
    padding-right: 436px;
  }

  form {
    margin: 0 auto;
    width: 1440px;
    padding-top: 0%;
    display: flex;
    justify-content: center;
  }

  input,
  textarea {
    font: 1em sans-serif;
    width: 447px;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 1px;
    height: 40px;
    text-indent: 10px;
    padding-top: 0%;
  }

  textarea {
    left: 20px;
    right: 20px;
    background: #fff;
    border: 1px solid #cfd8dc;
    border-radius: 1px;
    height: 150px;
    text-indent: 10px;
  }

  form button {
    margin: 0%;
    justify-content: center;
    padding-left: 8px;
  }

  .button {
    margin: 0%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin-top: 15px;
  }
}

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

.modal-content {
  background-color: #fefefe;
  padding: 24px;
  border: 1px solid #888;
  margin: 30px;
  overflow: auto;
  display: block;
}

.description {
  flex: 1;
}

.buttons {
  flex: 1;
}

.columns-container {
  display: flex;
}

.text1-modal {
  margin: 0%;
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #344563;
  flex: none;
  order: 1;
  flex-grow: 0;
  padding-top: 15px;
}

.close {
  position: absolute;
  top: 30px;
  right: 60px;
  font-size: 38px;
  font-weight: 400;
  color: #aaa;
  cursor: pointer;
}

.btn-modal {
  width: 130px;
  margin: 0%;
  height: 40px;
  background: #fff;
  border: 1px solid #396df2;
  border-radius: 5px;
  align-items: center;
  padding: 5px;
  gap: 2px;
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.03em;
  color: #396df2;
  flex: none;
  order: 4;
  flex-grow: 0;
}

.icon {
  height: 70%;
  padding-left: 10px;
  padding-top: 7px;
}

.button-container {
  padding-top: 15px;
}

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

.column1 {
  width: 100%;
}

.column2 {
  width: 100%;
  padding-top: 20px;
}

.h2-modal {
  padding-left: 0%;
}

.type-modal {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  padding-left: 0%;
}

.img-div-modal {
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .project-info {
    display: flex;
    flex-direction: row;
  }

  .column1 {
    width: 65%;
  }

  .column2 {
    width: 35%;
    padding-top: 20px;
  }

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

  .modal-content {
    background-color: #fefefe;
    padding: 24px;
    padding-right: 54px;
    border: 1px solid #888;
    margin: 30px;
    overflow: auto;
    display: block;
  }

  .h2-modal {
    padding-left: 30px;
  }

  .type-modal {
    padding-left: 35px;
  }

  .text1-modal {
    padding-right: 20px;
  }
}

.error-message-form {
  color: red;
  font-size: 14px;
  margin: 5px 30px;
  padding: 10px;
  background-color: white;
  text-align: center;
}
