.home-container {
  width: 100%;
  display: flex;
  overflow: auto;
  min-height: 100vh;
  overflow-x: hidden;
  flex-direction: column;
}
.home-hero {
  flex: 50;
  width: 100%;
  height: 1000px;
  display: flex;
  align-items: center;
  padding-top: var(--dl-space-space-oneandhalfunits);
  padding-left: var(--dl-space-space-sevenunits);
  padding-right: var(--dl-space-space-sevenunits);
  flex-direction: column;
  background-color: #fffefe;
}
.home-container1 {
  width: 50%;
  height: 621px;
  display: flex;
  margin-top: 5%;
  align-items: center;
  flex-direction: column;
}
.home-image {
  width: 263px;
  height: 221px;
  object-fit: cover;
  margin-left: 100px;
}
.home-header {
  display: flex;
  margin-top: 25px;
  align-items: center;
  flex-direction: column;
}
.home-text {
  color: #000000;
  font-size: 72px;
  font-style: normal;
  text-align: center;
  font-weight: 700;
  line-height: 80px;
  margin-bottom:40px;
}
.home-get-started {
  color: white;
  width: 235px;
  cursor: pointer;
  display: flex;
  margin-top: 15px;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-color: #000000;
}
.home-get-started:hover {
  color: black;
  background-color: #ffffff;
}
.home-text1 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
.home-get-started1 {
  color: white;
  width: 239px;
  cursor: pointer;
  display: flex;
  margin-top: 20px;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-twounits);
  border-radius: 56px;
  padding-right: var(--dl-space-space-twounits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-unit);
  background-color: #000000;
}
.home-get-started1:hover {
  color: black;
  background-color: #ffffff;
}
.home-text2 {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
}
@media(max-width: 991px) {
  .home-hero {
    padding-left: var(--dl-space-space-oneandhalfunits);
    padding-right: var(--dl-space-space-oneandhalfunits);
  }
  .home-header {
    width: 100%;
    max-width: 1200px;
  }
}
@media(max-width: 767px) {
  .home-hero {
    height: 1008px;
    position: relative;
    padding-bottom: 180px;
    background-color: #d9d9d9;
  }
  .home-header {
    height: 100%;
    margin-top: var(--dl-space-space-fourunits);
    justify-content: center;
  }
  .home-text {
    color: #000000;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
  .home-get-started {
    margin-top: var(--dl-space-space-twounits);
  }
  .home-get-started1 {
    margin-top: var(--dl-space-space-twounits);
  }
}
@media(max-width: 479px) {
  .home-hero {
    padding-bottom: 160px;
    background-color: #d9d9d9;
  }
  .home-get-started {
    width: 100%;
  }
  .home-get-started1 {
    width: 100%;
  }
}
