.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-banner {
  width: 100%;
  display: flex;
  padding: 0px;
  align-items: center;
  flex-direction: column;
  background-size: cover;
  justify-content: space-between;
  background-image: url("public/header-1500w.png");
  background-position: center;
}
.home-image {
  width: 80%;
  padding: var(--dl-space-space-sixunits);
  object-fit: cover;
}
.home-banner1 {
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-threeunits);
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.home-text {
  fill: #e73137;
  color: #e73137;
  font-size: 3rem;
  text-align: center;
  margin-bottom: var(--dl-space-space-unit);
}
.home-text01 {
  width: 70%;
  text-align: center;
  margin-bottom: var(--dl-space-space-oneandhalfunits);
}
.home-text08 {
  font-style: normal;
  font-weight: 700;
}
.home-text09 {
  fill: #e73137;
  color: rgb(231, 49, 55);
  font-style: normal;
  text-align: center;
  font-weight: 800;
}
.home-slider {
  width: 100%;
  height: 600px;
  display: inline-block;
}
.home-slider-slide {
  width: 100%;
  display: flex;
  background-size: cover;
  background-image: url("public/slider1-1500h.png");
  background-position: center;
}
.home-slider-slide1 {
  display: flex;
  background-size: cover;
  background-image: url("public/slider2-1500h.png");
  background-position: center;
}
.home-slider-slide2 {
  display: flex;
  background-size: cover;
  background-image: url("public/slider3-1500h.png");
  background-position: center;
}
.home-slider-slide3 {
  display: flex;
  background-size: cover;
  background-image: url("public/slider4-1500h.png");
  background-position: center;
}
.home-slider-slide4 {
  display: flex;
  background-size: cover;
  background-image: url("public/1-1500h.jpg");
  background-position: center;
}
.home-slider-slide5 {
  display: flex;
  background-size: cover;
  background-image: url("public/2-1500h.jpg");
  background-position: bottom;
}
.home-slider-pagination {
  display: none;
}
.home-slider-button-prev {
  fill: var(--dl-color-gray-black);
  color: #ffffff;
  display: block;
}
.home-slider-button-next {
  fill: var(--dl-color-gray-black);
  color: #ffffff;
  display: block;
}
.home-hero {
  width: 100%;
  display: flex;
  padding: 0px;
  max-width: auto;
  min-height: auto;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-image1 {
  width: 50%;
  object-fit: cover;
}
.home-container1 {
  width: 50%;
  margin: var(--dl-space-space-twounits);
  display: flex;
  flex-direction: column;
}
.home-text15 {
  color: #e73137;
  font-size: 3rem;
  text-align: center;
}
.home-text16 {
  font-size: 1.6rem;
  margin-top: var(--dl-space-space-unit);
  text-align: center;
  font-weight: 600;
  margin-bottom: var(--dl-space-space-unit);
}
.home-container2 {
  display: flex;
  align-self: center;
  flex-direction: row;
}
.home-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.home-link {
  font-size: 20px;
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.home-container3 {
  display: flex;
  align-self: center;
  flex-direction: row;
}
.home-icon2 {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.home-link1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.home-container4 {
  display: flex;
  align-self: center;
  flex-direction: row;
  justify-content: flex-start;
}
.home-icon4 {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}
.home-link2 {
  font-size: 20px;
  text-align: center;
  text-decoration: none;
}
.home-footer {
  width: 100%;
  display: flex;
  max-width: auto;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
  background-color: #000000;
}
.home-image2 {
  width: 30%;
  height: auto;
  object-fit: cover;
}
.home-text17 {
  color: #ffffff;
}
@media(max-width: 1600px) {
  .home-text08 {
    font-style: normal;
    font-weight: 700;
  }
  .home-text09 {
    color: rgb(231, 49, 55);
    font-style: normal;
    font-weight: 800;
  }
}
@media(max-width: 1200px) {
  .home-banner {
    background-size: cover;
    background-image: url("public/header-1500w.png");
    background-position: center;
  }
  .home-image {
    width: 80%;
    padding: var(--dl-space-space-fourunits);
  }
  .home-text {
    font-size: 3rem;
  }
  .home-text01 {
    width: 70%;
    text-align: center;
  }
  .home-text08 {
    font-style: normal;
    font-weight: 700;
  }
  .home-text09 {
    width: 100%;
    margin-top: var(--dl-space-space-unit);
    text-align: center;
    line-height: 1.5;
  }
  .home-slider {
    width: 100%;
    height: 400PX;
  }
  .home-slider-slide {
    background-size: cover;
    background-image: url("public/slider1-1500h.png");
    background-position: center;
  }
  .home-slider-slide1 {
    background-size: cover;
    background-image: url("public/slider2-1500h.png");
    background-position: center;
  }
  .home-slider-slide2 {
    background-size: cover;
    background-image: url("public/slider3-1500h.png");
    background-position: center;
  }
  .home-slider-slide3 {
    background-size: cover;
    background-image: url("public/slider4-1500h.png");
    background-position: center;
  }
  .home-slider-slide4 {
    background-size: cover;
    background-image: url("public/1-1500h.jpg");
    background-position: center;
  }
  .home-slider-slide5 {
    background-size: cover;
    background-image: url("public/2-1500h.jpg");
    background-position: bottom;
  }
  .home-hero {
    padding: 0px;
    min-height: auto;
  }
  .home-image1 {
    width: 50%;
  }
  .home-container1 {
    width: 50%;
    padding: var(--dl-space-space-twounits);
    align-self: center;
    margin-left: 0px;
  }
  .home-text15 {
    font-size: 2rem;
    text-align: center;
  }
  .home-text16 {
    font-size: 17px;
    margin-top: var(--dl-space-space-halfunit);
    text-align: center;
    font-weight: 600;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-link {
    margin-top: 0px;
    text-align: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-link1 {
    text-align: center;
  }
  .home-link2 {
    text-align: center;
  }
  .home-footer {
    flex-direction: column;
    background-color: #000000;
  }
  .home-text17 {
    color: rgb(255, 255, 255);
  }
}
@media(max-width: 991px) {
  .home-hero {
    padding: 0px;
    flex-direction: row;
  }
  .home-image1 {
    order: 2;
  }
  .home-container1 {
    align-items: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: var(--dl-space-space-twounits);
  }
  .home-text15 {
    text-align: center;
  }
  .home-text16 {
    text-align: center;
  }
}
@media(max-width: 767px) {
  .home-banner {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-banner1 {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text01 {
    width: 80%;
  }
  .home-hero {
    padding: 0px;
    flex-direction: column;
  }
  .home-image1 {
    width: 100%;
    display: none;
  }
  .home-container1 {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .home-footer {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .home-text17 {
    margin-top: 10px;
    text-align: center;
    margin-left: var(--dl-space-space-unit);
    margin-right: var(--dl-space-space-unit);
  }
}
@media(max-width: 479px) {
  .home-banner {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-image {
    width: 100%;
    padding: var(--dl-space-space-unit);
  }
  .home-banner1 {
    padding-top: var(--dl-space-space-twounits);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-twounits);
  }
  .home-text09 {
    width: 80%;
  }
  .home-hero {
    padding: 0px;
  }
  .home-image1 {
    display: flex;
  }
  .home-container1 {
    padding: var(--dl-space-space-twounits);
    margin-bottom: 0px;
  }
  .home-link {
    font-size: 20px;
    text-decoration: none;
  }
  .home-link2 {
    font-size: 20px;
    text-decoration: none;
  }
  .home-footer {
    padding: var(--dl-space-space-unit);
    flex-direction: column;
  }
  .home-image2 {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .home-text17 {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
