.home-background {
  background-image: url(/static/lagediapp/images/WebBackground.png);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100vw;
}

.home-layout {
  text-align: center;
  min-height: 100svh;
}

.title p {
  font-family: "Urbanist Thin";
  font-size: clamp(1rem, 5vw, 1.8rem);
  color: #b5b5b5;
  justify-self: center;
}

.title h1 {
  font-family: "Urbanist Medium";
  font-size: clamp(2rem, 5vw + 0.1rem, 3.5rem);
  color: #555;
  align-self: center;
  justify-self: center;
}

.title h1 span {
  font-family: "Urbanist Thin";
  font-size: clamp(1rem, 5vw + 0.1rem, 3.5rem);
  color: #333;
  align-self: center;
  justify-self: end !important;
}

.ctaHome button {
  text-decoration: none;
  font-family: "Urbanist Medium";
  color: #111;
  border: 1px solid #b5b5b5;
  border-radius: 0%;
}


.homeImage img {
  width: 100%;
  height: 100%;
  align-self: center;
  justify-items: center;
  pointer-events: none;
}

.homeIcons {
  width: 100%;
}

.homeIcons img {
  width: 50%;
  pointer-events: none;
}
.content-home {
  background-image: url(/static/lagediapp/images/background-home.jpg);
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 70vh;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: clamp(1rem, 5vw, 2rem);
  font-family: "Urbanist Thin";
}
.home-images {
  width: 100vw;
  height: 100%;
  display: grid;
  align-items: center;
  text-align: center;
  font-size: clamp(1rem, 5vw, 2.5rem);
  font-family: "Urbanist Thin";
}

.homee-images {
  display: grid;
  justify-content: center;
  object-fit: cover;
  height: 100%;
  gap: 20px;
}
.homee-images img {
  max-width: 100%;
  max-height: 100%;
  pointer-events: none;
}
.title-products-home h2{
  font-size: clamp(2.5rem, 5vw, 3rem);
  font-family: "Urbanist Thin";
}
.kitchen-home {
  width: 100%;
  height: 100%;
  display: grid;
  gap: 20px;
  align-items: center;
  justify-items: center;
  padding-top: 50px;
}

.kitchen-home img {
  max-width: 100%;
}

.kitchen-home-image {
  display: grid;
}

.kitchen-home-text p {
  display: grid;
  align-items: center;
  font-family: "Urbanist Thin";
  font-size: clamp(1rem, 5vw, 1.4rem);
}

.kitchen-home h2 {
  display: grid;
  align-items: center;
  font-family: "Urbanist Thin";
  font-size: clamp(2.5rem, 5vw, 3rem);
  max-width: 100%;
}

.bedroom-home {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
  display: flex;
  align-items: center;
  justify-self: center;
}

.bedroom-home img {
  max-width: 100%;
}

.bedroom-home h2 {
  display: grid;
  align-items: center;
  font-family: "Urbanist Thin";
  font-size: clamp(1rem, 5vw, 3rem);
  max-width: 100%;
}
.bedroom-home p {
  display: grid;
  align-items: center;
  font-family: "Urbanist Thin";
  font-size: clamp(1rem, 5vw, 1.4rem);
  max-width: 100%;
}

.mobile-version {
  float: left;
}

@media screen and (max-width: 1400px) and (orientation: landscape) {
  .homeImage img {
    width: 80%;
    height: 80%;
  }

  .homeIcons img {
    width: 40%;
  }
  .title h1 {
    font-size: 2.8rem;
  }
  .title h1 span {
    font-size: 2.8rem;
  }
  .title p {
    font-size: 1.5rem;
  }

}

@media screen and (max-width: 1200px) and (orientation: landscape) {
  .homeImage img {
    width: 90%;
  }
  .title h1 {
    font-size: 2.3rem;
  }
  .title h1 span {
    font-size: 2.3rem;
  }
  .title p {
    font-size: 1.3rem;
  }
  .styleContent {
    margin-top: 13%;
  }

  .homeIcons img {
    width: 50%;
  }


  
}

@media screen and (max-width: 1000px) and (orientation: landscape) {
  .homeImage img {
    width: 100%;
    height: 100%;
  }
  .title h1 {
    font-size: 1.7rem;
  }
  .title h1 span {
    font-size: 1.7rem;
  }
  .title p {
    font-size: 1.1rem;
  }
  .styleContent {
    margin-top: 20%;
  }
  .homeIcons img {
    width: 50%;
  }

}

@media screen and (max-width: 945px) and (max-height: 1000px) {
  .homeImage img {
    width: 100%;
  }
  .title h1 {
    font-size: 2rem;
  }
  .title h1 span {
    font-size: 2rem;
  }
  .title p {
    font-size: 1.5rem;
  }
  .styleContent {
    margin-top: 20%;
  }

  .home-images img {
    padding-top: 20px;
  }
}
@media screen and (max-width: 760px) {
  .homeImage img {
    width: 100%;
  }
  .title h1 {
    font-size: 2.3rem;
  }
  .title h1 span {
    font-size: 2.1rem;
  }
  .title p {
    font-size: 1.2rem;
  }
  .styleContent {
    margin-top: 17%;
  }

  .homeIcons img {
    width: 90%;
  }
  
}


@media screen and (min-width: 1000px) {

  .kitchen-home-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
    height: 100vh;
    gap: 20px;
    align-items: center;
    justify-items: center;
    padding-top: 20px;
  }
.homee-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  align-items: center;
  justify-self: center;
  gap: 20px;
  align-items: center;
}

.kitchen-home {
  height: 100vh;
  padding-top: 0px;
}
}

