.menu-menu {
  flex: 0 0 auto;
  width: 343px;
  height: 100%;
  display: flex;
  position: relative;
  align-self: flex-end;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.menu-navlink {
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  transition: 0.3s;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.menu-navlink:hover {
  color: var(--dl-color-gray-500);
}
.menu-navlink1 {
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  transition: 0.3s;
  margin-left: var(--dl-space-space-unit);
  margin-right: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.menu-navlink1:hover {
  color: var(--dl-color-gray-500);
}
.menu-text:hover {
  color: var(--dl-color-gray-500);
}
.menu-navlink2 {
  align-self: center;
  margin-top: var(--dl-space-space-halfunit);
  transition: 0.3s;
  margin-left: var(--dl-space-space-unit);
  border-color: var(--dl-color-secondary-400);
  border-style: hidden;
  border-width: 1px;
  margin-right: var(--dl-space-space-unit);
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.menu-navlink2:hover {
  color: var(--dl-color-gray-500);
}
.menu-root-class-name {
  left: 284px;
  bottom: -40px;
  position: static;
  align-self: center;
  background-color: #ffffff;
}

.footer-footer {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  background-image: linear-gradient(310deg,#141727,#3a416f);
}
.footer-container {
  color: var(--dl-color-gray-white);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-tripleunit);
  z-index: 1;
  max-width: 1320px;
  justify-content: space-between;
}
.footer-container1 {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-text {
  font-weight: 700;
  margin-bottom: var(--dl-space-space-halfunit);
}
.footer-container2 {
  display: flex;
  justify-content: space-between;
}
.footer-container3 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  margin-left: var(--dl-space-space-sixunits);
  flex-direction: column;
}
.footer-navlink {
  font-weight: 700;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.footer-navlink1 {
  color: var(--dl-color-gray-800);
  transition: 0.3s;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.footer-navlink1:hover {
  color: var(--dl-color-gray-white);
}
.footer-link {
  color: var(--dl-color-gray-800);
  transition: 0.3s;
  margin-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
}
.footer-link:hover {
  color: var(--dl-color-gray-white);
}
.footer-image {
  top: 0px;
  left: auto;
  right: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
  position: absolute;
  object-fit: cover;
}


@media(max-width: 1600px) {
  .menu-menu {
    align-self: center;
    justify-content: center;
  }
  .menu-root-class-name {
    align-self: center;
  }
}
@media(max-width: 991px) {
  .menu-menu {
    display: none;
  }
  .menu-root-class-name {
    width: auto;
    display: flex;
    align-self: center;
  }
}
@media(max-width: 767px) {
  .menu-menu {
    display: flex;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .menu-menu {
    align-self: center;
  }
}

.header-header {
  top: 0px;
  left: auto;
  right: auto;
  width: auto;
  bottom: auto;
  height: auto;
  display: flex;
  z-index: 3;
  position: fixed;
  max-width: auto;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  padding-top: var(--dl-space-space-unitandahalfunit);
  padding-left: var(--dl-space-space-unitandahalfunit);
  padding-right: var(--dl-space-space-unitandahalfunit);
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-gray-white);
}
.header-button {
  width: 200px;
  height: 45px;
  align-self: flex-start;
  margin-top: 25px;
  border-color: #456fc3;
}
.header-root-class-name {
  background-color: #ffffff;
}



@media(max-width: 1600px) {
  .header-header {
    justify-content: space-between;
  }
  .header-button {
    position: static;
    align-self: center;
    margin-left: 432px;
  }
}
@media(max-width: 991px) {
  .header-header {
    justify-content: space-between;
  }
  .header-button {
    width: auto;
    height: auto;
    align-self: flex-start;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: var(--dl-space-space-unit);
  }
  .header-root-class-name1 {
    width: auto;
    height: auto;
    align-self: center;
  }
  .header-root-class-name2 {
    width: auto;
    height: auto;
    align-self: center;
  }
  .header-root-class-name3 {
    width: auto;
    height: auto;
    align-self: center;
  }
}
@media(max-width: 767px) {
  .header-button {
    margin-left: 1px;
  }
}

.recommended-info-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  background-color: var(--dl-color-secondary-200);
}
.recommended-info-container1 {
  width: 100%;
  height: 100vh;
  display: flex;
  overflow: hidden;
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-sixunits);
  justify-content: center;
}
.recommended-info-main {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  z-index: 0;
  position: relative;
  max-width: auto;
  margin-top: var(--dl-space-space-fourunits);
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
  justify-content: center;
}
.recommended-info-text {
  top: 54px;
  left: 0px;
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 3rem;
  align-self: flex-start;
  text-align: center;
  background-image: linear-gradient(310deg, rgb(121, 40, 202), rgb(255, 0, 128));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.recommended-info-text1 {
  top: var(--dl-space-space-twelveunits);
  left: 0px;
  color: var(--dl-color-secondary-700);
  right: 0px;
  margin: auto;
  position: absolute;
  font-size: 3rem;
  text-align: center;
}
.recommended-info-text2 {
  color: var(--dl-color-secondary-700);
  font-size: 3rem;
  margin-top: var(--dl-space-space-tripleunit);
  text-align: center;
}
@media(max-width: 1600px) {
  .recommended-info-text {
    position: static;
  }
  .recommended-info-text1 {
    position: static;
    margin-top: 0px;
  }
}
@media(max-width: 991px) {
  .recommended-info-container1 {
    background-size: auto;
  }
  .recommended-info-main {
    justify-content: flex-start;
  }
  .recommended-info-text {
    position: static;
  }
  .recommended-info-text1 {
    position: static;
    margin-top: 0px;
  }
}
@media(max-width: 767px) {
  .recommended-info-text {
    position: static;
  }
  .recommended-info-text1 {
    position: static;
    margin-top: 0px;
    margin-bottom: 149px;
  }
}
@media(max-width: 479px) {
  .recommended-info-text {
    position: static;
  }
  .recommended-info-text1 {
    position: static;
    margin-top: 0px;
  }
}
