@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
}
/* header */
.container {
  width: 1440px;
  margin: 0 auto;
}
.header {
  width: 100%;
  background-color: #000000;
}
.header .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 32px;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 34px;
}

.header-link {
  color: #ffffff;
  list-style: none;
  font-size: 13px;
  font-weight: 700;
}

/* hero  */

.hero {
  width: 100%;
  background-color: #000000;
  padding-top: 135px;
}

.hero-text {
  color: #ffffff;
  text-align: center;
  font-size: 40px;
  padding-bottom: 97px;
}

.section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 125px;
  margin-top: 160px;
}

.section-text1 {
  color: #d87d4a;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 10px;
  margin-bottom: 16px;
}
.section-heading {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 32px;
  width: 445px;
}
.section-text2 {
  color: #000000;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
.section-link {
  background-color: #d87d4a;
  padding: 15px 35px;
  text-decoration: none;
  color: #ffffff;
}
/* second */
.second-section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 125px;
  margin-top: 160px;
}
.second-section-text {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 32px;
  width: 445px;
}
.second-section-text-2 {
  color: #000000;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
.second-section-link {
  background-color: #d87d4a;
  padding: 15px 35px;
  text-decoration: none;
  color: #ffffff;
}

/* third */
.third-section-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 125px;
  margin-top: 160px;
}
.third-section-text {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 32px;
  width: 245px;
}
.third-section-text2 {
  color: #000000;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
}
.third-section-link {
  background-color: #d87d4a;
  padding: 15px 35px;
  text-decoration: none;
  color: #ffffff;
}

/* four */
.four-section-content {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-top: 160px;
  margin-bottom: 190px;
}
.four-section-text {
  font-size: 40px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 32px;
  width: 400px;
}
.four-section-text2 {
  color: #000000;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 40px;
  width: 400px;
}
.four-span{
    color: #d87d4a;
}

/* footer */

.footer{
    width: 100%;
    background-color: #000000;
}
.footer-content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 75px;
    padding-bottom: 36px;
}
.footer-links{
    display: flex;
    align-items: center;
    gap: 34px;
}
.footer-link{
    color: #ffffff;
    font-size: 13px;
    list-style: none;
}
.footer-content2{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 48px;
}
.footer-content-text{
    color: #9d9c9c;
}

.footer-content-text2{
    color: #908f8f;
    width: 600px;
    margin-bottom: 56px;
}
.footer-social-media{
    display: flex;
    align-items: center;
    gap: 16px;
}