@font-face {
  font-family: "TT Hoves";
  src: url("fonts/TT_Hoves_Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TT Hoves";
  src: url("fonts/TT_Hoves_Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: italic;
}

@font-face {
  font-family: "TT Hoves";
  src: url("fonts/TT_Hoves_Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TT Hoves";
  src: url("fonts/TT_Hoves_Bold_Italic.woff2") format("woff2");
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: "TT Hoves", sans-serif;
  margin: 0;
}

h1,
p {
  margin: 0;
}
.container {
  padding: 60px;
}
.font-bold {
  font-weight: bold;
}
.block {
  display: block;
}

.banner {
  display: flex;
  justify-content: space-between;
  background-color: #ff914d;
  flex-wrap: wrap;
}

.banner__content {
  flex: 1;
  padding: 60px;
}

.banner__title h1 {
  font-size: 36pt;
  color: #ffffff;
  font-weight: bold;
}

.banner__title p {
  font-size: 11pt;
  color: #ffffff;
}

.banner__description {
  font-size: 28pt;
  color: #ffffff;
  font-weight: bold;
  margin-top: 80px;
}

.banner__img {
  max-width: 600px;
  height: 100%;
  object-fit: cover;
}

.about__title {
  font-size: 36pt;
  color: #ff914d;
}
.about__content {
  padding: 10px 60px;
}
.about__content p {
  font-size: 18pt;
  color: #ff914d;
  margin-top: 20px;
}

.history {
  background-color: #ff914d;
  padding: 60px;
}

.history__wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  gap: 40px;
}

.w-50 {
  width: 50%;
}

.p-40px {
  padding: 40px;
}

.history__left p {
  font-size: 18pt;
  color: #ffffff;
  margin-top: 20px;
}

.history__title {
  font-size: 36pt;
  margin-bottom: 20px;
  font-weight: 700;
  font-family: "TT Hoves", sans-serif;
  color: #ffffff;
}

.history__founder-img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.history__right {
  flex: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
}

.history__right p {
  font-size: 18pt;
  color: #ffffff;
  margin-bottom: 20px;
}

.product__content {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
.product__item {
  width: auto;
}
.product__item_thumbnail {
  display: flex;
  justify-content: center;
}
.product__item img {
  width: 250px;
  height: 250px;
  border-radius: 100%;
  overflow: hidden;
  object-fit: cover;
}
.product__item_text {
  font-size: 28pt;
  color: #ff914d;
  text-align: center;
  margin-top: 20px;
}
.history__right-thumbnail img {
  width: 100%;
  border-radius: 20px;
}

.contact__wrapper {
  display: flex;
  padding: 0 60px;
}

.contact__wrapper p {
  color: #ff914d;
  font-size: 22pt;
  margin-bottom: 30px;
}
.contact__left {
  padding: 60px 0;
}
.contact__right {
  width: 50%;
  display: flex;
  justify-content: end;
}
.contact__right svg {
  width: 60%;
  object-fit: cover;
}

.founder__name {
  font-size: 22pt;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 5px !important;
}

.founder__role {
  font-size: 15pt;
  color: #ffffff;
  margin: 0 !important;
  text-align: center;
}

@media (max-width: 1115px) {
  .banner__image {
    display: none;
  }

  .history__left {
    width: 100%;
  }

  .history__right {
    padding: 0;
  }
  .product__content {
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media (max-width: 700px) {
  .container,
  .banner__content,
  .history {
    padding: 60px 20px;
  }
  .banner__description {
    margin-top: 30px;
  }
  p {
    font-size: 12pt !important;
  }
  .banner__image {
    display: none;
  }

  .about__content {
    padding: 10px 0;
  }

  .contact__wrapper {
    padding: 10px 20px;
  }

  .contact__left {
    width: 100%;
  }
}
