@font-face {
  font-family: "PP Mori";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/PPMori-Regular.otf");
}

@font-face {
  font-family: "PP Mori";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/PPMori-SemiBold.otf");
}

* {
  margin: 0;
  padding: 0;
}

html {
  -webkit-tap-highlight-color:  rgba(255, 255, 255, 0);
  tap-highlight-color: rgba(255, 255, 255, 0);
  scroll-behavior: smooth;
}

body {
  background: #1E02AF;
  font-family: 'PP Mori', sans-serif;
  font-weight: 400;
  overflow-x: hidden;
}

.container {
  padding:  0 20px;

  @media (max-width: 1000px) {
    padding:  0 8px
  }
}

.page {
  max-width: 1380px;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0 445px;
  position: relative;

  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    height: 445px;
    background: url("../images/carpet.png") 50% 100% no-repeat;
    background-size: 1331px 445px;
  }

  @media (max-width: 1000px) {
    padding:  8px 0 272px 0;

    &::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 0);
      width: 100%;
      background: url("../images/carpet-mob.png") 50% 100% no-repeat;
      height: 272px;
      background-size: 345px 272px;
    }
  }
}

header {
  position: sticky;
  top: 10px;
  z-index: 10;
  background: #1E02AF;
  width: 100%;
  height: 80px;
  padding: 0 54px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;

  @media (max-width: 1000px) {
    padding: 0 32px;
    height: 60px;
  }

  .logo {
    img {
      display: block;

      @media (max-width: 1000px) {
        width: 92px;
        height: 14px;
      }
    }
  }
}

nav {
  font-size: 22px;
  line-height: 26.4px;
  letter-spacing: -3%;
  color: #fff;

  a {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #fff;
    text-decoration: none;

    svg {
      display: block;

      @media (max-width: 1000px) {
        width: 31px;
        height: 24px;
      }
    }
  }

  a:hover {
    color: #fff;
    text-decoration: none;
  }

  span {
    @media (max-width: 1000px) {
      display: none;
    }
  }
}

.mission {
  border-radius: 24px;
  background: #ECF4FF;
  padding: 132px 100px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28.8px;
  letter-spacing: -2%;
  color: #1E02AF;
  position: relative;

  @media (max-width: 1000px) {
    padding: 64px 24px;
    font-size: 18px;
    line-height: 21.6px;
    text-align: center;
  }

  .ico {
    padding-bottom: 56px;

    @media (max-width: 1000px) {
      padding-bottom: 24px;
    }

    svg {
      display: block;

      @media (max-width: 1000px) {
        width: 34px;
        height: 44px;
        margin: 0 auto;
      }
    }
  }

  .heading2 {
    font-size: 40px;
    line-height: 36px;
    text-align: left;
    padding-bottom: 28px;
  }

  .heading {
    font-weight: 400;
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -2%;
    color: #1E02AF;
    padding-bottom: 33px;

    @media (max-width: 1000px) {
      font-size: 40px;
      line-height: 36px;
      text-align: center;
      padding-bottom: 28px;
    }

    svg {
      display: inline-block;
      margin-bottom: -1px;

      @media (max-width: 1000px) {
        padding: 4px 0;
        width: 28px;
        height: 28px;
        display: block;
        margin: 0 auto;
      }
    }
  }

  ul {
    padding-top: 12px;
    padding-left: 17px;
  }

  p {
    padding-top: 12px;

    @media (max-width: 1000px) {
      padding: 12px 20px 0;
    }

    a {
      color: #1E02AF;
    }

    svg {
      display: inline-block;
      margin-bottom: -1px;

      @media (max-width: 1000px) {
        width: 87px;
        height: 24px;
        margin: 0 auto;
        display: block;
      }
    }
  }
}

.mission::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 174px;
  height: 58px;
  background: url("../images/pip.png") no-repeat;
  background-size: cover;
  transform: translate(-50%, 100%);
}

.about {
  margin-top: 250px;
  border-radius: 20px;
  background: #ECF4FF;
  padding: 132px 150px 132px 100px;;
  font-weight: 400;
  font-size: 44px;
  line-height: 54.56px;
  letter-spacing: -2%;
  color: #1E02AF;
  position: relative;

  &::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -227px);
    width: 100%;
    max-width: 1330px;
    height: 227px;
    background: url("../images/carpet2.png");
    background-size: contain;
  }

  @media (max-width: 1000px) {
    padding: 32px 35px 32px 24px;
    font-size: 24px;
    line-height: 29.76px;

    &::after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      width: 100%;
      height: 216px;
      max-width: 345px;
      transform: translate(-50%, -216px);
      background: url("../images/carpet2-mob.png");
      background-size: contain;
    }
  }

  .title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: -2%;
    padding-bottom: 10px;

    @media (max-width: 1000px) {
      font-size: 18px;
      line-height: 21.6px;
    }
  }

  p {
    padding-top: 50px;

    @media (max-width: 1000px) {
      padding-top: 20px;
    }

    img {
      display: inline-block;
      vertical-align: middle;
      margin-top: -7px;

      @media (max-width: 1000px) {
        width: 53px;
        height: 28px;
      }
    }

    svg {
      display: inline-block;
      vertical-align: middle;
      margin-top: -7px;

      @media (max-width: 1000px) {
        margin-top: -5px;
      }
    }

    .svg {
      @media (max-width: 1000px) {
        width: 22px;
        height: 28px;
      }
    }

    .svg2 {
      @media (max-width: 1000px) {
        width: 208px;
        height: 18.6px;
      }
    }

    .svg3 {
      @media (max-width: 1000px) {
        width: 169px;
        height: 31px;
      }
    }

    .svg4 {
      @media (max-width: 1000px) {
        width: 22px;
        height: 28px;
      }
    }
  }
}

.our-services {
  font-weight: 400;
  font-size: 44px;
  line-height: 52.8px;
  letter-spacing: -2%;
  border: 3px solid #ECF4FF;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ECF4FF;
  height: 180px;
  box-sizing: border-box;
  margin: 20px 0;

  @media (max-width: 1000px) {
    margin: 8px 0;
    font-size: 18px;
    line-height: 21.6px;
    height: 60px;
  }
}

.services {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;

  @media (max-width: 1000px) {
    grid-template-columns: repeat(1, 1fr);
    gap: 8px;
  }

  .service {
    padding: 40px;
    border-radius: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;
    color: #FFE0E0;

    @media (max-width: 1000px) {
      padding: 24px;
      font-size: 16px;
      line-height: 19.2px;
    }
  }

  .ico {
    padding-bottom: 36px;

    @media (max-width: 1000px) {
      padding-bottom: 24px;
    }

    svg {
      display: block;

      @media (max-width: 1000px) {
        width: 34px;
        height: 44px;
      }
    }
  }

  .heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -2%;

    @media (max-width: 1000px) {
      font-size: 18px;
      line-height: 21.6px;
    }
  }

  p {
    padding: 24px 0;

    @media (max-width: 1000px) {
      padding: 16px 0;
    }
  }

  ol {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style-type: none;
    counter-reset: num;
    margin: 0 0 0 17px;
    padding-left: 23px;

    @media (max-width: 1000px) {
      gap: 16px;
      margin: 0 0 0 12px;
      padding-left: 18px;
    }
  }

  ol li {
    position: relative;
    margin: 0;
    color: rgba(255, 224, 224, 0.8);
  }

  ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-flex;
    position: absolute;
    left: -40px;
    width: 19px;
    height: 19px;
    justify-content: center;
    border-radius: 50px;
    color: #FFE0E0;
    border: 2px solid #FFE0E0;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;

    @media (max-width: 1000px) {
      width: 14px;
      height: 14px;
      font-size: 14px;
      line-height: 16px;
      left: -31px;
    }
  }

  ol li span {
    font-weight: 600;
    color: rgba(255, 224, 224, 1);
  }

  .service__red {
    background: #C7161A;
  }

  .service__blue {
    background: #ECF4FF;
    color: #1E02AF;

    ol li {
      color: rgba(30, 2, 175, 0.8);
    }

    ol li:before {
      color: #1E02AF;
      border: 2px solid #1E02AF;
    }

    ol li span {
      color: rgba(30, 2, 175, 1);
    }
  }

  .service__yellow {
    background: #F1C007;
    color: #551704;

    ol li {
      color: rgba(85, 23, 4, 0.8);
    }

    ol li:before {
      border: 2px solid #551704;
      color: rgba(241, 192, 7, 1);
      background: #551704;
    }

    ol li span {
      color: rgba(85, 23, 4, 1);
    }
  }

  .service__black {
    background: #000;
    color: #DDDDDD;

    ol li {
      color: #DDDDDD;
    }

    ol li:before {
      border: 2px solid #DDDDDD;
      color: #000;
      background: #DDDDDD;
    }

    ol li span {
      color: #DDDDDD;
    }
  }
}

.apart {
  margin-top: 20px;
  border-radius: 20px;
  background: #ECF4FF;
  padding: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #1E02AF;

  @media (max-width: 1000px) {
    padding: 32px 24px;
    font-size: 16px;
    line-height: 19.2px;
  }

  .heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -2%;
    padding-bottom: 56px;

    @media (max-width: 1000px) {
      font-size: 18px;
      line-height: 21.6px;
      padding-bottom: 40px;
    }
  }

  .points {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    letter-spacing: -2%;

    @media (max-width: 1000px) {
      grid-template-columns: repeat(2, 1fr);
      gap: 27px;
      font-size: 16px;
      line-height: 19.2px;
    }

    .point {
      svg {
        display: block;
      }

      div {
        padding: 40px 0 15px;
        font-weight: 600;

        @media (max-width: 1000px) {
          grid-template-columns: repeat(2, 1fr);
          gap: 27px;
          padding: 24px 0 12px;
        }
      }
    }
  }
}

.people {
  display: flex;
  flex-wrap: nowrap;
  gap: 20px;
  width: 100%;
  margin-top: 20px;
  box-sizing: border-box;

  @media (max-width: 1000px) {
    margin-top: 8px;
    gap: 8px;
    width: 100vw;
    max-width:100%;
    overflow: auto;
    scrollbar-width: none;
  }

  &::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .person {
    width: 100%;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;

    @media (max-width: 800px) {
      width: 240px;
      flex: none;
    }

    .photo {
      width: calc(100% - 40px);
      background: #fff;
      border-radius: 20px 20px 0 0;
      height: 400px;
      flex: none;
      overflow: hidden;
      margin-bottom: -5px;

      img {
        display: block;
        margin: 0 auto;
        width: 100%;
        height: auto;
        object-fit: cover;
      }

      @media (max-width: 1000px) {
        width: calc(100% - 20px);
        height: 240px;
      }
    }

    .more {
      width: 100%;
      background: #ECF4FF;
      border-radius: 20px;
      padding: 40px;
      box-sizing: border-box;
      height: 100%;

      @media (max-width: 1000px) {
        padding: 32px 24px;
      }

      svg {
        display: block;
      }

      .name {
        font-weight: 600;
        font-size: 32px;
        line-height: 38.4px;
        letter-spacing: -2%;
        color: #1E02AF;

        @media (max-width: 1000px) {
          font-size: 18px;
          line-height: 21.6px;
        }
      }

      .email {
        padding: 27px 0 36px;
        display: flex;
        align-items: center;
        gap: 8px;

        svg {
          display: block;

          @media (max-width: 1000px) {
           width: 20px;
           height: 20px;
           margin-top: 1px;
          }
        }

        @media (max-width: 1000px) {
          padding: 23px 0 31px;
        }

        div {
          display: block;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background: rgba(30, 2, 175, 0.2);
          margin-top: -4px;

          @media (max-width: 1000px) {
            margin-top: -6px;
          }
        }

        span {
          position: relative;
          display: block;
          padding-bottom: 7px;

          &::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: url("../images/border-ico.png") repeat-x;
          }
        }

        a {
          font-weight: 400;
          font-size: 20px;
          line-height: 24px;
          letter-spacing: -2%;
          color: #1E02AF;
          text-decoration:none;
          /*text-underline-offset: 6px;*/
          /*text-decoration: underline;*/
          /*text-decoration-style: dotted;*/
          /*text-decoration-color: rgba(30, 2, 175, 0.4);*/

          @media (max-width: 1000px) {
            font-size: 16px;
            line-height: 21px;
          }
        }

        a.linkid {
          text-underline-offset: 6px;
          text-decoration: underline;
          text-decoration-style: dotted;
          text-decoration-color: rgba(30, 2, 175, 0.4);
        }

      }

      .who {
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -2%;
        color: #1E02AF;

        @media (max-width: 1000px) {
          font-size: 16px;
          line-height: 19px;
        }

        p:first-of-type {
          padding-bottom: 10px;
        }
      }
    }
  }
}

.partners {
  margin-top: 20px;
  border-radius: 20px;
  background: #ECF4FF;
  padding: 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #1E02AF;

  @media (max-width: 1000px) {
    font-size: 16px;
    line-height: 19px;
    padding: 32px 24px;
    margin-top: 8px;
  }

  .heading {
    font-weight: 600;
    font-size: 32px;
    line-height: 38.4px;
    letter-spacing: -2%;

    @media (max-width: 1000px) {
      font-size: 18px;
      line-height: 21.6px;
    }
  }

  .including {
    padding: 26px 0 52px;

    @media (max-width: 1000px) {
      padding: 24px 0 16px;
    }
  }

  .logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;

    @media (max-width: 1000px) {
      grid-template-columns: repeat(2, 1fr);
      gap: 11px;
    }

    div {
      display: flex;
      align-items: center;
      justify-content: center;

      img {
        width: 100%;
        max-width: 420px;
        height: auto;
        display: block;

        @media (max-width: 1000px) {
          width: 100%;
          max-width: 158px;
          height: auto;
        }
      }
    }
  }
}

.form {
  margin-top: 20px;
  border-radius: 20px;
  padding:  120px 40px 40px;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -2%;
  color: #ECF4FF;
  border: 3px solid #ECF4FF;
  position: relative;

  @media (max-width: 1000px) {
    padding: 64px 25px 25px;
    font-size: 16px;
    line-height: 19.2px;
    text-align: center;
  }

  .heading {
    font-weight: 400;
    font-size: 100px;
    line-height: 90px;
    letter-spacing: -2%;

    .svgf {
      @media (max-width: 1000px) {
        width: 25.6px;
        height: 32px;
      }
    }

    @media (max-width: 1000px) {
      font-size: 40px;
      line-height: 36px;
      text-align: center;
    }
  }

  .contact {
    padding-top: 31px;

    @media (max-width: 1000px) {
      padding-top: 24px;
    }

    span {
      font-weight: 600;
    }
  }

  form {
    padding-top: 115px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
    position: relative;

    @media (max-width: 1000px) {
      grid-template-columns: repeat(1, 1fr);
      padding-top: 41px;
      gap: 12px;
    }

    div {
      display: flex;
      gap: 20px;
      flex-direction: column;
    }

    textarea {
      border-radius: 16px;
      height: 192px;
      display: flex;
      align-items: center;
      background: #1E02AF;
      border: 2px solid rgba(236, 244, 255, 0.81);
      padding: 25px;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -2%;
      color: rgba(236, 244, 255, 1);
      font-family: 'PP Mori', sans-serif;
      outline: none;
      box-sizing: border-box;

      @media (max-width: 1000px) {
        height: 160px;
        font-size: 16px;
        line-height: 19.2px;
      }

      &::placeholder {
        color: rgba(236, 244, 255, 0.4);
        font-family: 'PP Mori', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -2%;

        @media (max-width: 1000px) {
          font-size: 16px;
          line-height: 19.2px;
        }
      }
    }

    input {
      border-radius: 16px;
      height: 80px;
      display: flex;
      align-items: center;
      background: #1E02AF;
      border: 2px solid rgba(236, 244, 255, 0.81);
      padding: 0 25px;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -2%;
      color: rgba(236, 244, 255, 1);
      font-family: 'PP Mori', sans-serif;
      outline: none;

      @media (max-width: 1000px) {
        height: 64px;
        font-size: 16px;
        line-height: 19.2px;
      }

      &::placeholder {
        color: rgba(236, 244, 255, 0.4);
        font-family: 'PP Mori', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -2%;

        @media (max-width: 1000px) {
          font-size: 16px;
          line-height: 19.2px;
        }
      }
    }

    .submit {
      background: #ECF4FF;
      border: 2px solid rgba(236, 244, 255, 0.81);
      border-radius: 16px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 25px;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -2%;
      color: rgba(236, 244, 255, 1);
      font-family: 'PP Mori', sans-serif;
      outline: none;
      cursor: pointer;
      pointer-events: auto;
      gap: 15px;

      @media (max-width: 1000px) {
        gap: 10px;
        height: 64px;
        font-size: 16px;
        line-height: 19.2px;
      }

      span {
        display: block;
        font-weight: 600;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -2%;
        color: #1E02AF;
      }

      svg {
        display: block;

        @media (max-width: 1000px) {
          width: 26px;
          height: 16px;
        }

        path {
          fill: #1E02AF;
        }
      }
    }

    .submit.hidden {
      background: #1E02AF;
      border: 2px solid rgba(236, 244, 255, 0.81);
      cursor: not-allowed;
      pointer-events: none;

      span {
        display: none;
      }

      svg {
        path {
          fill: #ECF4FF;
        }
      }
    }
  }
}

.form:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 224px;
  height: 224px;
  background: url("../images/vector.png") no-repeat;
  background-size: contain;

  @media (max-width: 1000px) {
    display: none;
  }
}

.form:before {
  content: '';
  position: absolute;
  top: 2px;
  right: 2px;
  width: 224px;
  height: 224px;
  background: url("../images/vector2.png") no-repeat;
  background-size: contain;

  @media (max-width: 1000px) {
    display: none;
  }
}

footer {
  .footer {
    padding: 100px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;

    @media (max-width: 1000px) {
      padding: 64px 24px;
      flex-direction: column;
      align-items: flex-start;
    }

    .jack {
      display: flex;
      align-items: center;
      gap: 36px;

      @media (max-width: 1000px) {
        flex-direction: column;
        align-items: flex-start;
      }

      svg {
        display: block;
      }

      .svgft1 {
        @media (max-width: 1000px) {
          width: 34.3px;
          height: 44px;
          display: block;
        }
      }

      .svgft {
        @media (max-width: 1000px) {
          width: 170.6px;
          height: 15.3px;
          display: block;
        }
      }


      .addres {
        color: #fff;
        font-weight: 400;
        font-size: 20px;
        line-height: 24px;
        letter-spacing: -2%;

        @media (max-width: 1000px) {
          font-size: 16px;
          line-height: 19px;
        }

        div {
          display: flex;
          align-items: center;
          gap: 20px;
          margin-bottom: 10px;

          @media (max-width: 1000px) {
            flex-direction: column;
            align-items: flex-start;
            gap: 13px;
          }

          svg {
            display: block;
          }
        }
      }
    }

    .copy {
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      letter-spacing: -2%;
      color: #fff;

      @media (max-width: 1000px) {
        font-size: 16px;
        line-height: 19px;
        padding-top: 40px;
      }

      div {
        padding-bottom: 36px;
        font-weight: 600;

        @media (max-width: 1000px) {
          padding-bottom: 40px;
        }

        a {
          color: #fff;
          margin-right: 40px;
          text-decoration: none;

          @media (max-width: 1000px) {
            margin-right: 25px;
          }
        }
      }
    }
  }
}

.mob {
  @media (max-width: 1000px) {
    display: none;
  }
}