* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  font-family: "Roboto", sans-serif;
  height: 100%;
  scroll-behavior: smooth;
}

.navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
}
.mobile-hamburger {
  display: none;
}
.navbar-container {
  max-width: 1440px;
  width: 100%;
  padding: 8px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar img {
  height: 48px;
}
.navbar ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 32px;
}
.navbar ul li {
  display: flex;
}
.navbar ul li a {
  color: #000;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s ease-out;
}
.navbar ul li a.button-contact {
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  margin: 0;
  transition: all 0.3s ease-out;
  background-color: #122c44;
  padding: 12px 16px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.navbar ul li a img {
  width: 20px;
  height: 20px;
}
.navbar ul li a.button-contact:hover {
  transform: translate(0);
}
.navbar a:hover {
  transform: translate(0, -4px);
}
.navbar a.logo-sub:hover {
  transform: translate(0, 0);
}

.product-hero {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 56px 0;
}
.product-hero.product-hero-detail-page {
  padding: 0 0 72px;
}
.product-hero-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 16px;
}
.product-hero img {
  width: 100%;
  height: 450px;
  object-fit: cover;
}
.product-hero-container p {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
}
.product-hero-container h1 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 32px;
  width: 100%;
}

.product-information {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 16px 56px;
}
.product-information h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 24px;
}
.product-information p {
  font-size: 18px;
  font-weight: 400;
  color: #383838;
}

.product-information-detail {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}
.product-information-detail h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 24px;
  text-align: center;
  width: 100%;
}
.product-information-detail p {
  width: 50%;
  font-size: 16px;
  font-weight: 400;
  color: #383838;
  border-bottom: 1px solid #e6e9eb;
  padding: 16px;
}

.product-list-contain {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  padding: 0 16px 56px;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}
.product-list .product-list-item {
  display: flex;
  width: 100%;
  height: 200px;
  border: 1px solid #e6e9eb;
  padding: 0;
}
.product-list-item-image {
  height: 100%;
  width: 25%;
  object-fit: cover;
}
.product-list-item-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.product-list-item-text {
  width: 75%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 32px;
  font-size: 18px;
  color: #000;
}
.product-list-item-text h3 {
  display: flex;
  font-size: 24px;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  margin: 0 0 16px;
  font-weight: 500;
}
.product-list-item-text a {
  display: inline-flex;
  width: fit-content;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  margin: 16px 0 0;
  transition: all 0.3s ease-out;
  background-color: #122c44;
  padding: 12px 16px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
}
.product-list-item-contact {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #000;
  padding: 32px;
  font-size: 40px;
  cursor: pointer;
  justify-content: flex-end;
}
.product-list-item-contact:hover {
  background-color: #122c44;
}
.product-list-item-contact img {
  height: 32px;
  width: 32px;
}

/* ABOUT */

.about {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 56px 16px 0;
}

.about-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: normal;
  justify-content: space-between;
  gap: 16px;
}

.about-box {
  width: 50%;
  border: 1px solid #e6e9eb;
  padding: 32px;
}

.about h2 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 16px;
}

.about p {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 48px;
}

.about span {
  font-size: 16px;
  font-weight: 400;
  color: #383838;
}

.about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* CONTACT */

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 96px 16px 0;
  margin: 128px 0 0;
  background-color: #000;
  color: #fff;
}
.footer h2 {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 48px;
}
.footer-container {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.contact-form {
  width: 100%;
}
.contact-form input {
  width: 50%;
}
.footer-info {
  width: 100%;
}
.footer form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
.form-group {
  display: flex;
  flex-direction: column;
  width: calc(50% - 8px);
  gap: 4px;
}
.footer-info-local {
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.footer-info-local li {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer-info-local li img {
  height: 64px;
  width: 64px;
}
.footer-info-local li div {
  display: flex;
  flex-direction: column;
}
.footer-info-local li div a {
  color: #fff;
  text-decoration: none;
}

/* CONTACT */

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="tel"],
.contact-form textarea {
  font-family: "Manrope", sans-serif;
  width: 100%;
  padding: 12px 16px;
  font-size: 16px;
  color: #333;
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 8px;
  outline: none;
  transition: all 0.3s ease-in-out;
}

.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus,
.contact-form input[type="tel"]:focus,
.contact-form textarea:focus {
  border-color: #122c44;
  box-shadow: 0 4px 8px rgba(27, 67, 254, 0.1);
  background-color: #fff;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: #aaa;
  font-weight: 400;
}

.contact-form button[type="submit"] {
  padding: 12px 16px;
  background-color: #122c44;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.contact-form button[type="submit"]:hover {
  background-color: #1739d4;
}

hr {
  display: flex;
  border-color: rgba(255, 255, 255, 0.1);
  border-width: 0.5px;
  margin: 32px;
}

/* PRODUCT */

.products-page {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 16px 0;
}

.products-page-container {
  max-width: 1408px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: normal;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
}

.products-page h2 {
  font-size: 14px;
  font-weight: 700;
  width: 100%;
}

.products-page p {
  font-size: 32px;
  font-weight: 500;
  margin: 0 0 16px;
  width: 100%;
}

.products-page .product-list-page {
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 16px;
}

.products-page .product-list-page .product-list-item-page {
  display: flex;
  flex-direction: column;
  width: calc(100% / 2);
  border: 1px solid #e6e9eb;
  padding: 0;
}

.product-list-item-image-page {
  height: 500px;
  width: 100%;
  object-fit: cover;
}

.product-list-item-image-page img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.product-list-item-text-page {
  display: flex;
  padding: 32px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.product-list-item-text-page:hover {
  background-color: #122c44;
  color: #fff;
}

.product-list-item-contact-page {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  color: #fff;
  background-color: #122c44;
  padding: 32px;
  font-size: 40px;
  cursor: pointer;
  justify-content: flex-end;
}

.product-list-item-contact-page:hover {
  background-color: #122c44;
}

.product-list-item-contact-page img {
  height: 32px;
  width: 32px;
}

@media screen and (max-width: 1024px) {
  .mobile-hamburger {
    display: flex;
    align-items: center;
    gap: 16px;
  }
  .mobile-hamburger img {
    height: 32px;
    width: 32px;
    cursor: pointer;
  }
  .menu-list {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 999;
    background: rgba(0, 0, 0, 0.9);
    align-items: center;
    justify-content: center;
  }
  .menu-list #closeIcon {
    position: fixed;
    top: 20px;
    right: 20px;
    height: 20px;
    width: 20px;
  }
  .navbar .menu-list-item a {
    color: #fff;
    font-size: 32px;
    padding: 16px 0;
    display: flex;
  }
  .navbar ul {
    display: none;
  }

  .product-list-item-contact {
    font-size: 32px;
  }

  .form-group {
    width: 100%;
  }

  .about {
    padding: 56px 16px 0;
  }
  .about-container {
    flex-direction: column;
  }
  .about-box {
    width: 100%;
  }
  .about-box.second {
    height: 350px;
  }

  .product-list .product-list-item {
    height: auto;
  }

  .footer-info-local li {
    width: calc((100% / 3) - 8px);
  }
}

@media screen and (max-width: 768px) {
  br {
    display: none !important;
  }

  .product-list .product-list-item {
    width: 100%;
  }

  .footer-info-local {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
  }
  .footer-info-local li {
    width: 100%;
  }

  .product-list-item-image {
    height: 200px;
  }

  .about p {
    margin-bottom: 24px;
    font-size: 24px;
  }

  .product-information-detail p {
    width: 100%;
    border: none;
  }

  .product-list .product-list-item {
    flex-direction: column;
  }

  .product-list-item-image {
    width: 100%;
  }
  .product-list-item-text {
    width: 100%;
    padding: 24px 18px;
  }

  .products-page .product-list-page {
    flex-wrap: wrap;
  }
  .products-page .product-list-page .product-list-item-page {
    width: 100%;
  }

  .footer {
    margin: 56px 0 0;
    padding: 56px 16px 0;
  }
}
