* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

.container {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background-image: url("/assets/hero-banner-background.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  text-align: center;
}

.container .title {
  text-align: center;
  font-size: 22px;
  color: rgb(255, 255, 255);
}

.select {
  padding: 10px 0;
  height: 70px;
  margin: auto;
  color: #ffffff;
  width: 60%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin: 0;
  background: rgba(49, 49, 49, 0.753);
  opacity: 1;
  margin-top: 50px;
  backdrop-filter: blur(3px);
}


.firma-ara {
  width: 33%;
}


.select input {
  background: none;
  border: none;
  color: white;
  padding: 1rem;
  outline: none;
  width: 100%;
}

select {
  background: transparent;
  border: none;
  color: white;
  font-size: 20px;
  outline: none;
}


select option {
  color: black;
  background-color: transparent;
}

.ara {
  width: 23%;
  padding: 1rem;
}

.ara button {
  display: flex;
  justify-content: end;
  font-size: 20px;
  position: absolute;
  padding: 1rem;
  background: none;
  border: none;
  color: white;
  cursor: pointer;
}

.sektor {
  width: 33%;
  font-size: 20px;
  border-left: 1px solid white;
  border-right: 1px solid white;
}

.select input::placeholder {
  color: white;
  font-size: 20px;
  text-align: center;
}

.info {
  padding: 20px 0;
  height: 90px;
  margin: auto;
  margin: 0;
  color: white;
  width: 80%;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: rgba(0, 0, 0, 0.35);
  border-radius: 50px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(8.1px);
  margin-top: 50px;
  margin-bottom: 70px;
}

.infovalue {
  font-size: 15px;
}

.info .box .value {
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  padding: 3rem;
}

.content h2 {
  font-size: 22px;
}

.content p {
  width: 90%;
  margin: 20px;
  color: #818181;
  font-size: 18px;
}

.factory {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  background-image: url("/assets/footer.png");
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 5rem;
}

.factory-title h2 {
  font-size: 22px;
}

.factory-title p {
  font-size: 18px;
  color: white;
}

.factory-boxs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 80%;
}

.factory-boxs .box .icon img {
  width: 70px;
}

.factory-boxs .box {
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 10px;
  width: 207px;
  height: 247px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 5px;
  padding: 10px;
  backdrop-filter: blur(2px);
  opacity: 0.9;
}

.box-btn button {
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.322);
  background: rgba(255, 255, 255, 0.5);
  width: 120px;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  padding: 0.5rem;
  text-align: center;
}

.factory {
  height: auto;
}

.box .box-title {
  width: 80%;
}

@media (max-width: 830px) {
  .container {
    display: flex;
    justify-content: center;
  }

  select option {
    font-size: 12"" px;
  }

  .factory {
    padding: 2.5rem;
  }

  .factory-boxs {
    width: 95%;
  }

  select option {
    font-size: 11px;
  }
}

@media (max-width: 500px) {
  .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .container .title h1 {
    font-size: 30px;
  }

  .select {
    width: 75%;
    height: 3rem;
  }

  .select .firma-ara input {
    font-size: 12px;
  }

  .select .firma-ara input::placeholder {
    font-size: 12px;
  }

  select {
    width: 80%;
    font-size: 12px;
    text-align: center;
  }

  .sektor select option {
    font-size: 12px;
  }

  .ara button {
    font-size: 12px;
  }

  .info {
    width: 95%;
    margin: auto;
    margin: 20px;
    width: 90%;
    height: 4rem;
    padding: 0;
  }

  .info .box .value {
    font-size: 12px;
  }

  .info .box .value .infovalue {
    font-size: 12px;
  }

  .content {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .content h2 {
    font-size: 30px;
    margin: 10px;
  }

  .content p {
    padding: 0px;
    margin: 0 auto;
    width: 90%;
    font-size: 16px;
  }

  .factory {
    height: auto;
    padding: 0;
  }

  .factory-title h2 {
    width: 100%;
    font-size: 30px;
    margin-bottom: 20px;
  }

  .factory-title p {
    font-size: 16px;
    color: white;
    width: 100%;
    margin-bottom: 20px;
  }

  .factory-boxs {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
  }

  .factory-boxs .box {
    width: 150px;
    height: auto;
  }

  .factory-boxs .box .icon img {
    width: 40px;
    height: 40px;
  }

  .box .box-title {
    width: 100%;
    font-size: 12px;
  }

}