.header-container {
  width: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  background-color: var(--dl-color-theme-neutral-light);
}
.header-navbar-interactive {
  width: 100%;
  display: flex;
  max-width: idth;
  align-items: center;
  padding-top: var(--dl-space-space-twounits);
  padding-left: var(--dl-space-space-threeunits);
  padding-right: var(--dl-space-space-threeunits);
  padding-bottom: var(--dl-space-space-twounits);
  justify-content: space-between;
}
.header-link {
  display: contents;
}
.header-image {
  height: 3rem;
  text-decoration: none;
}
.header-desktop-menu {
  flex: 1;
  display: flex;
  justify-content: space-between;
}
.header-links {
  gap: var(--dl-space-space-twounits);
  flex: 1;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.header-link1 {
  font-size: 24px;
  font-family: "Rajdhani";
  text-decoration: none;
}
.header-link2 {
  font-size: 24px;
  font-family: "Rajdhani";
  text-decoration: none;
}
.header-link3 {
  font-size: 24px;
  font-family: "Rajdhani";
  text-decoration: none;
}
.header-link4 {
  font-size: 24px;
  font-family: "Rajdhani";
  text-decoration: none;
}
.header-icon-group {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  margin-left: var(--dl-space-space-twounits);
}
.header-link1 {
  display: contents;
}
.header-icon {
  text-decoration: none;
}
.header-link2 {
  display: contents;
}
.header-icon02 {
  text-decoration: none;
}
.header-burger-menu {
  display: none;
}
.header-icon04 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: flex;
  padding: var(--dl-space-space-twounits);
  z-index: 100;
  position: absolute;
  transform: translateY(-100%);
  transition: 0.5s;
  flex-direction: column;
  justify-content: space-between;
  background-color: var(--dl-color-theme-neutral-light);
}
.header-nav {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.header-top {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-threeunits);
  justify-content: space-between;
}
.header-logo {
  height: 3rem;
}
.header-close-menu {
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-icon06 {
  width: var(--dl-size-size-xsmall);
  height: var(--dl-size-size-xsmall);
}
.header-links1 {
  gap: var(--dl-space-space-unit);
  flex: 0 0 auto;
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: column;
}
.header-link11 {
  text-decoration: none;
}
.header-link21 {
  text-decoration: none;
}
.header-link31 {
  text-decoration: none;
}
.header-link41 {
  text-decoration: none;
}
.header-icon-group1 {
  gap: var(--dl-space-space-twounits);
  display: flex;
}
.header-link3 {
  display: contents;
}
.header-icon08 {
  text-decoration: none;
}
.header-link4 {
  display: contents;
}
.header-icon10 {
  text-decoration: none;
}
.header-root-class-name {
  max-width: var(--dl-size-size-maxwidth);
}
@media(max-width: 1600px) {
  .header-link1 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link2 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link3 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link4 {
    font-size: 24px;
    font-family: Rajdhani;
  }
}
@media(max-width: 1200px) {
  .header-link1 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link2 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link3 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link4 {
    font-size: 24px;
    font-family: Rajdhani;
  }
}
@media(max-width: 991px) {
  .header-link1 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link2 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link3 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link4 {
    font-size: 24px;
    font-family: Rajdhani;
  }
}
@media(max-width: 767px) {
  .header-navbar-interactive {
    padding-left: var(--dl-space-space-twounits);
    padding-right: var(--dl-space-space-twounits);
  }
  .header-desktop-menu {
    display: none;
  }
  .header-burger-menu {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media(max-width: 479px) {
  .header-navbar-interactive {
    padding: var(--dl-space-space-unit);
  }
  .header-mobile-menu {
    right: -8px;
    bottom: -309px;
    padding: var(--dl-space-space-unit);
  }
  .header-link11 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link21 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link31 {
    font-size: 24px;
    font-family: Rajdhani;
  }
  .header-link41 {
    font-size: 24px;
    font-family: Rajdhani;
  }
}

.hero-max-width {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.hero-column {
  gap: 24px;
  flex: 1;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.hero-content {
  gap: 24px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.hero-heading1 {
  font-family: "Rajdhani";
}
.hero-content1 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 600;
}
.hero-actions {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-items: flex-start;
}
.hero-button {
  border-radius: var(--dl-radius-radius-cardradius);
}
.hero-action1 {
  font-family: "Rajdhani";
  text-decoration: none;
}
.hero-container1 {
  flex: 1;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 35%;
  justify-content: center;
}
.hero-image1 {
  left: 0px;
  width: 100%;
  bottom: 0px;
  height: 100%;
  position: absolute;
  flex-grow: 1;
  box-shadow: 5px 5px 10px 0px #d4d4d4;
  object-fit: cover;
}
.hero-root-class-name {
  max-width: var(--dl-size-size-maxwidth);
}
@media(max-width: 1600px) {
  .hero-heading1 {
    font-family: Rajdhani;
  }
  .hero-content1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .hero-button {
    border-radius: var(--dl-radius-radius-cardradius);
  }
  .hero-action1 {
    font-family: Rajdhani;
  }
  .hero-image1 {
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
}
@media(max-width: 1200px) {
  .hero-heading1 {
    font-family: Rajdhani;
  }
  .hero-content1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .hero-action1 {
    font-family: Rajdhani;
  }
  .hero-image1 {
    box-shadow: 5px 5px 10px 0px #d4d4d4;
  }
}
@media(max-width: 991px) {
  .hero-container {
    flex-direction: column;
  }
  .hero-heading1 {
    font-family: Rajdhani;
  }
  .hero-content1 {
    font-family: Rajdhani;
  }
  .hero-action1 {
    font-family: Rajdhani;
  }
  .hero-container1 {
    width: 100%;
    padding-top: 56.25%;
  }
}
@media(max-width: 767px) {
  .hero-container {
    flex-direction: column;
  }
  .hero-heading1 {
    text-align: center;
    font-family: Rajdhani;
  }
  .hero-content1 {
    font-style: normal;
    text-align: center;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .hero-actions {
    width: 100%;
    justify-content: center;
  }
  .hero-action1 {
    font-family: Rajdhani;
  }
  .hero-image1 {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .hero-heading1 {
    font-family: Rajdhani;
  }
  .hero-content1 {
    font-family: Rajdhani;
  }
  .hero-actions {
    flex-direction: column;
  }
  .hero-button {
    width: 100%;
  }
  .hero-action1 {
    font-family: Rajdhani;
  }
}

.despre-layout226 {
  width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  flex-direction: row;
  justify-content: center;
}
.despre-max-width {
  align-self: flex-start;
}
.despre-title2 {
  font-size: 32px;
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 600;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
.despre-description2 {
  font-size: 16px;
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 500;
  line-height: 1.5;
  text-transform: none;
  text-decoration: none;
}
.despre-title1 {
  font-size: 32px;
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 600;
}
.despre-description1 {
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 500;
}
.despre-title3 {
  font-size: 32px;
  text-align: center;
  font-family: "Rajdhani";
}
.despre-description3 {
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 500;
}
@media(max-width: 1600px) {
  .despre-layout226 {
    flex-direction: column;
  }
  .despre-title2 {
    font-size: 32px;
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .despre-description2 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .despre-title1 {
    font-size: 32px;
    font-family: Rajdhani;
  }
  .despre-description1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .despre-title3 {
    font-size: 32px;
    font-family: Rajdhani;
  }
  .despre-description3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
}
@media(max-width: 1200px) {
  .despre-content {
    display: flex;
  }
  .despre-title2 {
    font-size: 32px;
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .despre-description2 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .despre-content1 {
    display: flex;
  }
  .despre-title1 {
    font-size: 32px;
    font-family: Rajdhani;
  }
  .despre-description1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .despre-content2 {
    display: flex;
  }
  .despre-title3 {
    font-size: 32px;
    font-family: Rajdhani;
  }
  .despre-description3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
}
@media(max-width: 991px) {
  .despre-content {
    align-items: center;
  }
  .despre-content1 {
    align-items: center;
  }
  .despre-content2 {
    align-items: center;
  }
}

.service-card-card {
  color: var(--dl-color-theme-neutral-light);
  height: auto;
  display: flex;
  position: relative;
  align-self: flex-start;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: var(--dl-color-theme-primary2);
}
.service-card-image {
  width: var(--dl-size-size-medium);
  height: var(--dl-size-size-medium);
  display: none;
  object-fit: cover;
}
.service-card-text {
  align-self: flex-start;
  font-family: "Rajdhani";
}
.service-card-text1 {
  align-self: flex-start;
  text-align: center;
  font-family: "Rajdhani";
}
@media(max-width: 1600px) {
  .service-card-image {
    display: none;
  }
  .service-card-text {
    align-self: flex-start;
    font-family: Rajdhani;
  }
  .service-card-text1 {
    align-self: flex-start;
    font-family: Rajdhani;
  }
}
@media(max-width: 1200px) {
  .service-card-image {
    display: none;
  }
  .service-card-text {
    align-self: flex-start;
    font-family: Rajdhani;
  }
  .service-card-text1 {
    align-self: flex-start;
    font-family: Rajdhani;
  }
}
@media(max-width: 991px) {
  .service-card-image {
    display: none;
  }
  .service-card-text {
    align-self: flex-start;
    font-family: Rajdhani;
  }
  .service-card-text1 {
    align-self: flex-start;
    font-family: Rajdhani;
  }
}
@media(max-width: 767px) {
  .service-card-card {
    width: 100%;
  }
  .service-card-image {
    display: none;
  }
  .service-card-text {
    align-self: flex-start;
    font-family: Rajdhani;
  }
  .service-card-text1 {
    align-self: flex-start;
    font-family: Rajdhani;
  }
}
@media(max-width: 479px) {
  .service-card-image {
    display: none;
  }
  .service-card-text {
    align-self: flex-start;
    font-family: Rajdhani;
  }
  .service-card-text1 {
    align-self: flex-start;
    font-family: Rajdhani;
  }
}

.servicii-layout349 {
  gap: var(--dl-space-space-twounits);
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.servicii-max-width {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.servicii-container {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  max-width: 600px;
  align-items: center;
  margin-bottom: var(--dl-space-space-fourunits);
  flex-direction: column;
}
.servicii-text {
  font-family: "Rajdhani";
}
.servicii-text1 {
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 500;
}
.servicii-container1 {
  width: 100%;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 0px;
}
@media(max-width: 1600px) {
  .servicii-text1 {
    font-style: normal;
    font-weight: 500;
  }
  .servicii-container1 {
    z-index: 100;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #d4d4d4;
    border-color: var(--dl-color-theme-neutral-dark);
    border-width: 0px;
    border-radius: var(--dl-radius-radius-radius4);
    animation-name: none;
    animation-delay: 0s;
    animation-duration: 300ms;
    animation-direction: normal;
    animation-iteration-count: 1;
    animation-timing-function: ease;
  }
}
@media(max-width: 1200px) {
  .servicii-text1 {
    font-style: normal;
    font-weight: 500;
  }
  .servicii-container1 {
    border-width: 0px;
  }
}
@media(max-width: 991px) {
  .servicii-max-width {
    flex-direction: column;
  }
  .servicii-container {
    margin-bottom: var(--dl-space-space-threeunits);
  }
  .servicii-text1 {
    font-style: normal;
    font-weight: 500;
  }
  .servicii-container1 {
    border-width: 0px;
  }
}
@media(max-width: 767px) {
  .servicii-container {
    margin-bottom: var(--dl-space-space-oneandhalfunits);
  }
  .servicii-text1 {
    font-style: normal;
    font-weight: 500;
  }
  .servicii-container1 {
    border-width: 0px;
  }
}
@media(max-width: 479px) {
  .servicii-text {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .servicii-text1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .servicii-container1 {
    border-width: 0px;
  }
}

.contact-contact20 {
  display: flex;
  overflow: hidden;
  position: relative;
  align-items: center;
  flex-direction: column;
}
.contact-max-width {
  gap: var(--dl-space-space-twounits);
  display: flex;
  align-items: center;
  flex-direction: column;
}
.contact-section-title {
  gap: var(--dl-space-space-unit);
  width: auto;
  display: flex;
  max-width: 800px;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.contact-content {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact-text {
  font-family: "Rajdhani";
}
.contact-text1 {
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 500;
}
.contact-row {
  gap: 48px;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
}
.contact-content1 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  flex-grow: 1;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.contact-contact-info {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact-content2 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact-text2 {
  align-self: stretch;
  text-align: center;
  font-family: "Rajdhani";
}
.contact-text3 {
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 500;
}
.contact-email {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 600;
  text-decoration: none;
}
.contact-content3 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.contact-contact-info1 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact-content4 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact-text4 {
  align-self: stretch;
  text-align: center;
  font-family: "Rajdhani";
}
.contact-text5 {
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 500;
}
.contact-phone {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 600;
  text-decoration: none;
}
.contact-content5 {
  gap: var(--dl-space-space-oneandhalfunits);
  flex: 1;
  width: auto;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  flex-direction: column;
}
.contact-contact-info2 {
  gap: var(--dl-space-space-oneandhalfunits);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact-content6 {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: stretch;
  align-items: center;
  flex-direction: column;
}
.contact-text6 {
  align-self: stretch;
  text-align: center;
  font-family: "Rajdhani";
}
.contact-text7 {
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 500;
}
.contact-address {
  fill: var(--dl-color-theme-primary1);
  color: var(--dl-color-theme-primary1);
  font-style: normal;
  text-align: center;
  font-family: "Rajdhani";
  font-weight: 600;
  text-decoration: none;
}
@media(max-width: 1600px) {
  .contact-text {
    font-family: Rajdhani;
  }
  .contact-text1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-text2 {
    font-family: Rajdhani;
  }
  .contact-text3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-email {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .contact-text4 {
    font-family: Rajdhani;
  }
  .contact-text5 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-phone {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .contact-text6 {
    font-family: Rajdhani;
  }
  .contact-text7 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-address {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
}
@media(max-width: 1200px) {
  .contact-text {
    font-family: Rajdhani;
  }
  .contact-text1 {
    font-family: Rajdhani;
  }
  .contact-text2 {
    font-family: Rajdhani;
  }
  .contact-text3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-email {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .contact-text4 {
    font-family: Rajdhani;
  }
  .contact-text5 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-phone {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .contact-text6 {
    font-family: Rajdhani;
  }
  .contact-text7 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-address {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
}
@media(max-width: 991px) {
  .contact-text {
    font-family: Rajdhani;
  }
  .contact-text1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-text2 {
    font-family: Rajdhani;
  }
  .contact-text3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-email {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .contact-text4 {
    font-family: Rajdhani;
  }
  .contact-text5 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-phone {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .contact-text6 {
    font-family: Rajdhani;
  }
  .contact-text7 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-address {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
}
@media(max-width: 767px) {
  .contact-text {
    font-family: Rajdhani;
  }
  .contact-text1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-row {
    flex-direction: column;
  }
  .contact-content1 {
    align-self: center;
  }
  .contact-text2 {
    font-family: Rajdhani;
  }
  .contact-text3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-email {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 700;
  }
  .contact-content3 {
    align-self: center;
  }
  .contact-text4 {
    font-family: Rajdhani;
  }
  .contact-text5 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-phone {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 700;
  }
  .contact-content5 {
    align-self: center;
  }
  .contact-text6 {
    font-family: Rajdhani;
  }
  .contact-text7 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-address {
    fill: var(--dl-color-theme-primary1);
    color: var(--dl-color-theme-primary1);
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 700;
  }
}
@media(max-width: 479px) {
  .contact-text {
    font-family: Rajdhani;
  }
  .contact-text1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-content1 {
    align-self: center;
  }
  .contact-text2 {
    font-family: Rajdhani;
  }
  .contact-text3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-email {
    font-family: Rajdhani;
  }
  .contact-content3 {
    align-self: center;
  }
  .contact-text4 {
    font-family: Rajdhani;
  }
  .contact-text5 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-content5 {
    align-self: center;
  }
  .contact-text6 {
    font-family: Rajdhani;
  }
  .contact-text7 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .contact-address {
    font-family: Rajdhani;
  }
}

.footer-container {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.footer-max-width {
  gap: var(--dl-space-space-oneandhalfunits);
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.footer-content {
  gap: var(--dl-space-space-fourunits);
  width: 100%;
  display: flex;
  padding: var(--dl-space-space-twounits);
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  border-color: var(--dl-color-theme-neutral-dark);
  border-width: 1px;
  border-radius: var(--dl-radius-radius-radius4);
}
.footer-newsletter {
  gap: var(--dl-space-space-oneandhalfunits);
  width: auto;
  display: flex;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.footer-image1 {
  height: 2rem;
}
.footer-content-title1 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 700;
  text-transform: capitalize;
}
.footer-content1 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 500;
  text-transform: capitalize;
}
.footer-content2 {
  font-family: "Rajdhani";
}
.footer-text2 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 600;
  text-transform: capitalize;
}
.footer-text4 {
  font-style: normal;
  font-weight: 500;
}
.footer-text5 {
  font-style: normal;
  font-weight: 500;
}
.footer-text6 {
  font-style: normal;
  font-weight: 500;
}
.footer-social-links {
  gap: var(--dl-space-space-unit);
  display: flex;
  align-self: flex-start;
  align-items: flex-start;
  flex-direction: row;
}
.footer-link {
  display: contents;
}
.footer-icon2 {
  text-decoration: none;
}
.footer-links {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  flex-grow: 1;
  align-items: flex-start;
  justify-content: flex-end;
}
.footer-column1 {
  gap: var(--dl-space-space-unit);
  width: auto;
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  max-width: 300px;
  align-items: flex-start;
  flex-shrink: 0;
  flex-direction: column;
}
.footer-column1-title {
  font-family: "Rajdhani";
}
.footer-footer-links {
  gap: var(--dl-space-space-halfunit);
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.footer-link1 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 500;
  text-decoration: none;
}
.footer-link2 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 500;
  text-decoration: none;
}
.footer-link3 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 500;
  text-decoration: none;
}
.footer-link4 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 500;
  text-decoration: none;
}
.footer-credits {
  gap: var(--dl-space-space-twounits);
  width: 100%;
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-direction: column;
}
.footer-row {
  display: flex;
  align-self: stretch;
  align-items: flex-start;
  flex-shrink: 0;
  justify-content: space-between;
}
.footer-content3 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 500;
}
.footer-footer-links1 {
  gap: 24px;
  display: flex;
  align-items: flex-start;
}
.footer-link11 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 500;
}
.footer-link13 {
  font-style: normal;
  font-family: "Rajdhani";
  font-weight: 500;
}
@media(max-width: 1600px) {
  .footer-content-title1 {
    font-family: Rajdhani;
  }
  .footer-content1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
    text-transform: capitalize;
  }
  .footer-content2 {
    font-family: Rajdhani;
  }
  .footer-text2 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
    text-transform: capitalize;
  }
  .footer-text3 {
    text-transform: capitalize;
  }
  .footer-text4 {
    font-style: normal;
    font-weight: 500;
  }
  .footer-text5 {
    font-style: normal;
    font-weight: 500;
  }
  .footer-text6 {
    font-style: normal;
    font-weight: 500;
  }
  .footer-column1-title {
    font-family: Rajdhani;
  }
  .footer-link1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link2 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link4 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-content3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link11 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link13 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
}
@media(max-width: 1200px) {
  .footer-content-title1 {
    font-family: Rajdhani;
  }
  .footer-content1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-text2 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
    text-transform: capitalize;
  }
  .footer-text3 {
    text-transform: capitalize;
  }
  .footer-text4 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-text5 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-text6 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-column1-title {
    font-family: Rajdhani;
  }
  .footer-link1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link2 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link4 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-content3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link11 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link13 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
}
@media(max-width: 991px) {
  .footer-newsletter {
    width: 300px;
  }
  .footer-content-title1 {
    font-family: Rajdhani;
  }
  .footer-content1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-content2 {
    font-family: Rajdhani;
  }
  .footer-link1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link2 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link4 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-content3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link11 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link13 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
}
@media(max-width: 767px) {
  .footer-content {
    flex-direction: column;
  }
  .footer-newsletter {
    width: 100%;
  }
  .footer-content-title1 {
    font-family: Rajdhani;
  }
  .footer-content1 {
    font-family: Rajdhani;
    text-transform: capitalize;
  }
  .footer-text {
    font-family: Rajdhani;
  }
  .footer-content2 {
    font-family: Rajdhani;
  }
  .footer-text2 {
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
  }
  .footer-text3 {
    text-transform: capitalize;
  }
  .footer-text4 {
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-text5 {
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-text6 {
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-social-links {
    align-self: flex-start;
  }
  .footer-links {
    width: 100%;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .footer-column1 {
    align-items: flex-start;
  }
  .footer-column1-title {
    text-align: center;
  }
  .footer-footer-links {
    align-self: flex-start;
    align-items: flex-start;
  }
  .footer-row {
    gap: 0;
    flex-direction: column;
    justify-content: space-between;
  }
  .footer-content3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link11 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-link13 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
}
@media(max-width: 479px) {
  .footer-content-title1 {
    font-family: Rajdhani;
  }
  .footer-content1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-content2 {
    font-family: Rajdhani;
  }
  .footer-text2 {
    font-style: normal;
    font-weight: 600;
    text-transform: capitalize;
  }
  .footer-text3 {
    text-transform: capitalize;
  }
  .footer-text4 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-text5 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-text6 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 500;
  }
  .footer-social-links {
    align-items: center;
    justify-content: center;
  }
  .footer-links {
    flex-direction: column;
  }
  .footer-column1 {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: center;
  }
  .footer-column1-title {
    font-family: Rajdhani;
  }
  .footer-footer-links {
    align-items: center;
    justify-content: center;
  }
  .footer-link1 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .footer-link2 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .footer-link3 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .footer-link4 {
    font-style: normal;
    font-family: Rajdhani;
    font-weight: 600;
  }
  .footer-credits {
    gap: 0;
  }
  .footer-row {
    gap: var(--dl-space-space-oneandhalfunits);
    align-items: center;
    justify-content: center;
  }
  .footer-footer-links1 {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}

.home-container {
  width: 100%;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
