
body {
  font-family: Poppins, sans-serif;
  margin-block: 15px;
}

h2,
h3,
h4,
p {
  margin: 0;
}

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

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background: none;
}

span {
  font-size: 16px;
  font-weight: 500;
  color: #544837;
}

.container {
  max-width: 1110px;
  margin: auto;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;

  ul {
    display: flex;
    gap: 29px;
    color: #2F281E;
    font-size: 14px;
  }

  .buttons {
    display: flex;
    gap: 14px;

    button {
      font-family: Poppins, sans-serif;
      font-size: 16px;
      font-weight: 600;
      border-radius: 4px;
      height: 46px;
    }

    :first-child {
      border: 1px solid #BCD0E5;
      color: #173A56;
      width: 102px;
    }

    :last-child {
      background: #FF9900;
      color: #FFFFFF;
      width: 110px;
    }
  }
}

.hero {
  display: flex;
  align-items: center;
  padding-top: 30px;

  h2 {
    font-size: 44px;
    font-weight: bold;
    line-height: 54px;
    color: #2F281E;
    margin-bottom: 16px;
  }

  p {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #544837;
    margin-top: 30px;
    margin-bottom: 45px;
  }

  .buttons {
    display: flex;
    gap: 30px;
    align-items: center;

    button {
      font-family: Poppins, sans-serif;
      font-size: 16px;
    }

    :first-child {
      border: 1px solid #BCD0E5;
      width: 175px;
      height: 53px;
      font-weight: 700;
      background: #FF9900;
      color: #FFFFFF;
      border-radius: 4px;
    }

    :last-child {
      color: #FF9900;
      font-weight: 600;
      text-decoration: underline;
      display: flex;
      gap: 3px;
      align-items: center;

      &::before {
        content: url(images/triangle.svg);
        display: block;
        margin-top: 3px;
      }
    }
  }
}

.features {
  text-align: center;

  h2 {
    max-width: 539px;
    margin: auto;
    font-size: 36px;
    font-weight: 700;
    color: #2F281E;
    margin-bottom: 54px;
    margin-top: 110px;
  }

  .powers {
    display: flex;
    text-align: left;
    justify-content: space-between;

    li {
      max-width: 240px;

      h4 {
        font-size: 22px;
        font-weight: 600;
        color: #2F281E;
        margin-block: 30px 13px;
      }
    }

    p {
      font-size: 16px;
      font-weight: 500;
      line-height: 26px;
      color: #544837
    }
  }

  button {
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    background: #FF9900;
    color: #FFFFFF;
    margin-top: 70px;
    margin-bottom: 74px;
    width: 175px;
    height: 53px;
    border-radius: 4px;
  }

  .bg-image {
    background-image: url("images/bg.svg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    

  }
}

.professionals {
  display: flex;
  margin-top: 100px;
  align-items: center;

  .content {
    margin-right: 104px;

    h2 {
      font-size: 36px;
      font-weight: 700;
      color: #2F281E;
      margin-block: 3px 22px;
    }

    p {
      font-size: 16px;
      font-weight: 500;
      line-height: 26px;
      color: #544837;
      margin-bottom: 30px;
    }

    #pr-p1 {
      margin-bottom: 25px;
    }

    h3 {
      font-size: 16px;
      font-weight: 700;
      line-height: 26px;
      color: #2F281E;
      margin-bottom: 12px;
    }
  }
}

.managers {
  display: flex;
  gap: 100px;
  align-items: center;
  margin-top: 101px;

  h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2F281E;
    padding-bottom: 22px;
  }

  .manager-list {
    list-style-image: url("images/icon-list-managers.svg");

    li {
      padding-top: 30px;
      padding-left: 30px;
      vertical-align: middle;

      span {
        position: relative;
        top: -22px;
      }
    }
  }
}

.marketers {
  display: flex;
  align-items: center;
  margin-top: 104px;
  gap: 82px;

  h2 {
    font-size: 36px;
    font-weight: 700;
    color: #2F281E;
    margin-bottom: 22px;
    margin-top: 3px;
  }

  h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    color: #2F281E;
    padding-bottom: 12px;
  }

  p {
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    color: #544837;
    padding-bottom: 25px;
  }

  .mark-p1 {
    padding-bottom: 30px;
  }
}

hr {
  margin-top: 146px;
  margin-bottom: 102px;
  border: none;
  height: 1px;
  background: #BCD0E5;
}

.footer {
  display: flex;
  margin-bottom: 83px;
align-items: flex-end;

  >:nth-child(2) {
    padding-left: 126px;
    padding-right: 129px;
  }

  >:nth-child(3) {
    padding-right: 129px;
    padding-left: 0;
  }

  img {
    width: 185px;
    height: 32px;
    align-self: flex-start;
  }

  ul {
    font-size: 16px;
    font-weight: 400;
    line-height: 35px;
    color: #544837;
    padding-top: 65px;
  }

  form {
    display: flex;
    padding-top: 65px;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 325px;

    input {
      width: 100%;
      height: 48px;
      border: 1px solid #BCD0E5;
      border-radius: 4px;
      color: #FFFFFF;
    }

    button {
      width: 131px;
      height: 39px;
      background: #FF9900;
      color: #FFFFFF;
      font-size: 16px;
      font-weight: 700;
      border-radius: 4px;
      margin-top: 21px;
    }
  }
}
