.header-header {
  top: 0px;
  left: auto;
  right: auto;
  width: 100%;
  bottom: auto;
  display: flex;
  z-index: 3;
  position: fixed;
  max-width: 1320px;
  padding-left: var(--dl-space-space-unitandahalfunit);
  padding-right: var(--dl-space-space-unitandahalfunit);
  justify-content: center;
}

.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #9DC3E6;
}
.home-hero {
  width: 100%;
  display: flex;
  max-width: 1320px;
  padding-left: var(--dl-space-space-unitandahalfunit);
  padding-right: var(--dl-space-space-unitandahalfunit);
  justify-content: center;
}
.home-container1 {
  width: 100%;
  height: 922px;
  display: flex;
  position: relative;
  max-width: 1320px;
  min-height: 85vh;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-card {
  flex: 0 0 auto;
  width: 757px;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  z-index: 1;
  box-shadow: 0 8px 26px -4px hsla(0,0%,8%,.15),0 8px 9px -5px hsla(0,0%,8%,.06)!important;
  margin-top: var(--dl-space-space-tripleunit);
  align-items: center;
  border-radius: var(--dl-radius-radius-radius1);
  animation-name: fadeInLeft;
  flex-direction: column;
  animation-delay: 300ms;
  backdrop-filter: saturate(200%) blur(30px);
  background-color: hsla(0,0%,100%,.8);
  animation-duration: 600ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
}
.home-image {
  flex: 1;
  width: 372px;
  height: 256px;
  object-fit: cover;
  padding-bottom: 0px;
}
.home-text {
  color: var(--dl-color-blue-darkblue);
  width: 527px;
  font-size: 2rem;
  text-align: center;
  margin-bottom: var(--dl-space-space-unitandahalfunit);
}
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  /* animation-name: fadeInUp; */
  animation-delay: 1200ms;
  justify-content: center;
  animation-duration: 600ms;
  animation-direction: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}
.home-button {
  color: rgba(8, 0, 115, 0.8);
  cursor: pointer;
  font-style: normal;
  margin-top: 0px;
  transition: 0.3s;
  font-weight: 700;
  margin-left: var(--dl-space-space-halfunit);
  border-width: 0px;
  margin-right: var(--dl-space-space-halfunit);
  border-radius: var(--dl-radius-radius-radius1);
  margin-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-button:hover {
  color: var(--dl-color-secondary-700);
  background-color: #ffffff;
}
.home-button1 {
  color: rgba(8, 0, 115, 0.8);
  cursor: pointer;
  font-style: normal;
  margin-top: 0px;
  font-weight: 700;
  margin-left: var(--dl-space-space-halfunit);
  border-width: 0px;
  margin-right: var(--dl-space-space-halfunit);
  border-radius: var(--dl-radius-radius-radius1);
  margin-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-button1:hover {
  color: var(--dl-color-secondary-700);
  background-color: #ffffff;
}
.home-button2 {
  color: rgba(8, 0, 115, 0.8);
  cursor: pointer;
  font-style: normal;
  margin-top: 0px;
  font-weight: 700;
  margin-left: var(--dl-space-space-halfunit);
  border-width: 0px;
  margin-right: var(--dl-space-space-halfunit);
  border-radius: var(--dl-radius-radius-radius1);
  margin-bottom: 0px;
  background-color: rgba(255, 255, 255, 0.5);
}
.home-button2:hover {
  color: var(--dl-color-secondary-700);
  background-color: #ffffff;
}
.home-container3 {
  flex: 0 0 auto;
  width: 100%;
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.home-button3 {
  color: rgba(8, 0, 115, 0.8);
  width: 100%;
  cursor: pointer;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  transition: 0.3s;
  font-weight: 700;
  margin-left: 0px;
  border-width: 0px;
  margin-right: 0px;
  border-radius: var(--dl-radius-radius-radius1);
  margin-bottom: var(--dl-space-space-halfunit);
  background-color: rgba(255, 255, 255, 0.5);
}

.home-button4 {
  color: rgba(8, 0, 115, 0.8);
  width: 100%;
  cursor: pointer;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 700;
  margin-left: 0px;
  border-width: 0px;
  margin-right: 0px;
  border-radius: var(--dl-radius-radius-radius1);
  margin-bottom: var(--dl-space-space-halfunit);
  background-color: rgba(255, 255, 255, 0.5);
}
.home-button5 {
  color: rgba(8, 0, 115, 0.8);
  width: 100%;
  cursor: pointer;
  font-style: normal;
  margin-top: var(--dl-space-space-halfunit);
  font-weight: 700;
  margin-left: 0px;
  border-width: 0px;
  margin-right: 0px;
  border-radius: var(--dl-radius-radius-radius1);
  margin-bottom: var(--dl-space-space-halfunit);
  background-color: rgba(255, 255, 255, 0.5);
}
.home-image1 {
  top: 0px;
  left: auto;
  right: 0px;
  width: 50%;
  bottom: 0px;
  height: 921px;
  position: absolute;
  min-height: 80vh;
  object-fit: cover;
  object-position: right;
  border-bottom-left-radius: 10rem;
}
@media(max-width: 991px) {
  .home-hero {
    padding-left: var(--dl-space-space-tripleunit);
    padding-right: var(--dl-space-space-tripleunit);
  }
  .home-container1 {
    max-width: 960px;
  }
  .home-card {
    width: 100%;
  }
  .home-text {
    color: var(--dl-color-blue-darkblue);
  }
  .home-button {
    color: rgba(8, 0, 115, 0.7);
    font-style: normal;
    font-weight: 700;
  }
  .home-button1 {
    color: rgba(8, 0, 115, 0.7);
    font-style: normal;
    font-weight: 700;
  }
  .home-button2 {
    color: rgba(8, 0, 115, 0.8);
    font-style: normal;
    font-weight: 700;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .home-button3 {
    color: rgba(8, 0, 115, 0.7);
    font-style: normal;
    font-weight: 700;
  }
  .home-button4 {
    color: rgba(8, 0, 115, 0.7);
    font-style: normal;
    font-weight: 700;
  }
  .home-button5 {
    color: rgba(8, 0, 115, 0.7);
    font-style: normal;
    font-weight: 700;
  }
}
@media(max-width: 767px) {
  .home-card {
    align-items: center;
  }
  .home-container2 {
    display: none;
  }
  .home-container3 {
    display: flex;
  }
}
@media(max-width: 479px) {
  .home-card {
    padding: var(--dl-space-space-doubleunit);
  }
  .home-image {
    width: 100%;
  }
  .home-text {
    width: auto;
  }
  .home-button {
    width: auto;
  }
  .home-button1 {
    width: auto;
  }
  .home-button2 {
    width: auto;
  }
  .home-button3 {
    width: 100%;
  }
  .home-button4 {
    width: 100%;
  }
  .home-button5 {
    width: 100%;
  }
}
