html {
  color: #111111;
}
a {
  text-decoration: none;
  font-weight: 700;
  color: #111111;
}
h1 {
  font-size: 40px;
  font-weight: 900;
}
h2 {
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
}
h3 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.container {
  /* scroll-padding-bottom: 200px; */
  width: 1400px;
  font-size: 24px;

  margin: 0 auto;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
  padding-top: 125px;
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 125px;
  position: fixed;
  top: 0;
  width: 1400px;
  z-index: 999;
  background-color: white;
}
.nav-list {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.container .header {
  height: 120px;
}
.logo {
  margin-top: 1rem;
  margin-left: 2rem;
}
.navbar {
  float: right;
  margin-right: 2rem;
}
.navbar ul li {
  padding: 2rem;
}
.logo {
  float: left;
}
.contact {
  padding: 1rem;
  background-color: #ca1717;
  color: #f8f8f8;
  border: none;
  border-radius: 10px;
}
.hero-container {
  height: 725px;
  display: grid;
  place-items: center;
  position: relative;
  display: flex;
  align-items: start;
  justify-content: center;
}
.hero-container::before {
  background-image: url("images/hero_background.webp");
  /* background-size: cover; */
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.5;
}
.hero-text h1 {
  text-align: center;
}
.hero-text p {
  text-align: justify;
  font-weight: 400;
}
.hero-text h1,
p {
  padding: 0, 2rem;
  margin-bottom: 1.5rem;
}
.hero-text h1,
p,
button {
  isolation: isolate;
}
.hero-image {
  isolation: isolate;
}
.hero-image img {
  border-radius: 30px;
}

.hero-text,
.hero-image {
  margin: 2em;
}
.hero-text {
  display: flex;
  flex-direction: column;
  align-items: center;

  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  isolation: isolate;
}
#products {
  margin-top: 300px;
}
.product-container {
  text-align: center;
}
.product-grid {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-top: 100px;
}
.product {
  width: 350px;
  height: 600px;
  padding: 0px;
}
.product h2,
p {
  margin-top: 1rem;
}
.product p {
  font-size: 18px;
  font-weight: 400;
}
.product img {
  width: 300px;
}
.product-1,
.product-2,
.product-3 {
}

.banner-container {
  margin-bottom: 6rem;
}
.gallery-container {
  text-align: center;
  margin: 0 auto;
  position: relative;
}

.slider img {
  width: 40%;
  /* height: 50%; */
}
.slide-name {
  background-color: #111111;
  color: white;
  width: fit-content;
  margin: 0 auto;
  border-radius: 3px;
}
#slidename {
  padding: 10px;
}
.article {
  background-color: #ca1717;
  color: white;
}
.contact-article {
  padding: 1rem;
  background-color: rgb(233, 233, 25);
  color: black;
  border: none;
  border-radius: 10px;
}
.article-wrapper {
  margin: 0 auto;
  height: 600px;
  display: flex;
}
.image-article img {
  margin-top: 3rem;
  margin-left: 2rem;
  border-radius: 1rem;
}
.text-article {
  padding: 5rem;
  margin-top: 4rem;
  margin-right: 2rem;
  text-align: center;
}
.text-article p {
  font-size: 16px;
}
.article-contact-container {
  margin-top: 3rem;
}
.banner-container img {
  width: 100%;
}
.services-container {
  background-color: #222222;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services-container img {
  margin-top: 4rem;
  /* width: 70%; */
  border-radius: 30px;
}
.services-container p {
}
.services-text-wrapper {
  width: 828px;
  text-align: left;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.services-text-wrapper p {
  text-align: justify;
  font-size: 20px;
}
.title {
  margin-bottom: 2rem;
}
.contact-logo-container {
  background-color: white;
  width: 100%;
}
.title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
.title-line-2 {
  margin-top: 0.5rem;
}
.logo-image {
  margin-top: 3rem;
}
.contact-form-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form-wrapper {
  width: 600px;
}
.map-container {
  width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-form {
  display: flex;
  flex-direction: column;
}
.input-field {
  margin-bottom: 1rem;
}
.submit-button {
  width: fit-content;
}
.contact-form label {
  font-size: 18px;
}
.contact-form input,
textarea {
  background-color: lightgray;
  font-size: 24px;
}
.logo-image {
  display: flex;
  flex-direction: column;
  align-items: center;

  width: 100%;
  font-size: 16px;
  margin-bottom: 2rem;
}
.logo-image p {
  margin: 0;
  padding: 0.25rem;
}
section {
  scroll-margin-top: 9rem;
}
.container-contact-message {
  background-color: darkgray;
  width: 100vw;
  height: 100vh;
  color: black;
}
.back {
}
.footer {
  background-color: #ca1717;
  width: 100%;
  height: 2rem;
  margin-top: 2rem;
  color: white;
}
.copy {
  font-size: 16px;
  text-align: center;
}
