.container {
  width: 1440px;
  height: 3850px;
  background-color: white;
  margin: auto;
  font-family: Poppins, sans-serif;
}

li {
  list-style-type: none;

}

a {
  text-decoration: none;
  color: #544837;

  font-size: 16px;
}

header {
  width: 100%;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  margin-bottom: 30px;

  ul {
    width: 350px;
    display: flex;
    align-content: center;
    justify-content: center;
    gap: 20px;
  }
}

.logo {
  margin-right: 320px;
}

.buttons {
  display: flex;
  font-size: 16px;
  margin-left: 29px;
  gap: 14px;

  button1 {
    border-width: 1px;
    border-style: solid;
    border-color: #BCD0E5;
    border-radius: 5px;
    padding: 11px 25px;
  }

  button2 {
    background-color: #ff9900;
    border-color: #ff9900;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    padding: 11px 25px;
    color: white;
  }
}

h2 {
  font-weight: bold;
  font-size: 44px;
  line-height: 54px;
  font-family: Poppins, sans-serif;
}

p {
  font-weight: regular;
  color: #544837;
  line-height: 28px;
  font-size: 18px;
}

.hero {
  width: 1126px;
  height: 496px;
  display: flex;
  align-items: center;
  margin: auto;
  gap: 63px;

  .tr {
    margin-top: 50px;
  }



  .content {
    width: 518px;
    height: 431px;
    margin: auto;
    padding-right: 50px;



    h2 {
      width: 518px;

      line-height: 54px;
    }

    p {
      width: 458px;
      height: 95px;
      margin-right: 100px;
      margin-top: 30px;
      margin-bottom: 30px;
    }

    .buttons2 {
      width: 366px;
      height: 53px;
      display: flex;
      font-size: 16px;
      align-items: center;
      justify-content: center;
      margin: 0;
      gap: 30px;

      button3 {
        background-color: #ff9900;
        border-color: #ff9900;
        border-radius: 5px;
        border-width: 1px;
        border-style: solid;
        padding: 11px 25px;
        color: white;
      }

      button4 {
        padding-bottom: 100px;
        width: 161px;
        height: 23px;
      }
    }
  }
}

.features {
  width: 1126px;
  height: 543px;
  margin: auto;
  margin-top: 110px;
  margin-bottom: 100px;



  h2 {
    font-size: 36px;
    font-weight: bold;
    width: 540px;
    height: 108px;
    text-align: center;
    margin: auto;
  }

  .powers {
    display: flex;
    margin: auto;
    margin-top: 54px;
    gap: 44px;
    margin-bottom: 34px;
  }

  button5 {
    background-color: #ff9900;
    border-color: #ff9900;
    border-radius: 5px;
    border-width: 1px;
    border-style: solid;
    padding: 14px 30px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    margin-left: 460px;
    margin-bottom: 100px;
  }
}

.professionals {
  margin-top: 120px;
  width: 1126px;
  height: 574px;
  margin: auto;
  display: flex;
  margin-bottom: 100px;

  .content {
    margin-right: 104px;
    width: 486px;
    height: 531px;
  }
}

.product-managers {
  width: 1126px;
  height: 521px;
  display: flex;
  margin: auto;
  gap: 100px;
  margin-bottom: 101px;
  margin-top: 120px;

  .content {
    width: 486px;
    height: 426px;

  }

  ul {
    margin-left: 0;
    padding-left: 0;

    li {
      display: flex;
      gap: 30px;

    }
  }
}

.marketers {
  width: 1126px;
  height: 609px;
  margin: auto;
  display: flex;
  gap: 30px;
  margin-top: 120px;
  margin-bottom: 146px;
}

hr {
  width: 1130px;
  margin: auto;
  height: 2px;
  background-color: #BCD0E5;
  border: none;
}

.foot {
  width: 100%;
  height: 308px;

  display: flex;
  align-items: center;


  .logo {
    margin-right: 124px;
    margin-left: 160px;
    margin-top: -50px;

  }

  .ul1 {

    width: 118px;
    height: 205px;
    margin-right: 124px;
    margin-top: 280px;
  }

  .ul2 {
    width: 131px;
    height: 205px;
    margin-right: 82px;
    margin-top: 280px;
  }

  .subscrabe {
    width: 325px;
    display: flex;
    flex-direction: column;
    gap: 21px;
    margin-top: 200px;
    margin-right: 130px;

    button6 {
      width: 130px;
      font-size: 16px;
      font-weight: bold;
      border-radius: 5px;
      border-width: 1px;
      border-style: solid;
      padding: 10px 20px;
      color: white;
      background-color: #ff9900;
      border-color: #ff9900;
      text-align: center;
    }

    input {
      width: 325px;
      height: 48px;
      border-radius: 5px;
      border-width: 2px;
      border-style: solid;
      border-color: #BCD0E5;

    }
  }
}