.footer-footer {
  width: 100%;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-tripleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-tripleunit);
  justify-content: space-between;
}
.footer-container {
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.footer-navlink {
  color: var(--dl-color-gray-900);
  width: auto;
  text-decoration: none;
}
.footer-navlink1 {
  color: var(--dl-color-gray-900);
  width: auto;
  text-decoration: none;
}
.footer-text {
  color: var(--dl-color-gray-900);
}
@media(max-width: 1200px) {
  .footer-container {
    width: 25%;
  }
}
@media(max-width: 991px) {
  .footer-container {
    width: 30%;
  }
}
@media(max-width: 767px) {
  .footer-container {
    width: 35%;
  }
}
@media(max-width: 479px) {
  .footer-footer {
    flex-direction: column;
  }
  .footer-container {
    width: 60%;
    margin-bottom: var(--dl-space-space-tripleunit);
  }
}

.home-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
}
.home-navbar-container {
  width: 100%;
  display: flex;
  z-index: 100;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row;
  justify-content: center;
  background-color: var(--dl-color-primary-custompurple);
}
.home-navbar {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-doubleunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-doubleunit);
  justify-content: space-between;
}
.home-left-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-image {
  width: auto;
  align-self: center;
  object-fit: cover;
}
.home-burger-menu {
  display: none;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon {
  width: 36px;
  height: 36px;
}
.home-right-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.home-cta-btn {
  color: var(--dl-color-gray-white);
  font-size: 18px;
  font-style: normal;
  font-family: Raleway;
  font-weight: 500;
  line-height: 1.55;
  padding-top: var(--dl-space-space-unit);
  border-color: var(--dl-color-gray-white);
  border-width: 1px;
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: var(--dl-radius-radius-radius24);
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-unit);
  text-transform: capitalize;
  text-decoration: none;
}
.home-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: #fff;
}
.home-container1 {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.home-image1 {
  width: 50px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
}
.home-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon2 {
  width: 24px;
  height: 24px;
}
.home-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-link {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link1 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link2 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.home-link3 {
  text-decoration: none;
}
.home-hero {
  flex: 1;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-image: linear-gradient(0deg, rgb(66, 4, 95) 0.00%,rgb(47, 2, 84) 100.00%);
}
.home-container2 {
  flex: 0 0 auto;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  padding-top: var(--dl-space-space-fourunits);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  padding-bottom: var(--dl-space-space-fourunits);
  justify-content: space-between;
}
.home-container3 {
  flex: 0 0 auto;
  width: 40%;
  height: auto;
  display: flex;
  z-index: 100;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
}
.home-text {
  color: var(--dl-color-gray-white);
  width: 100%;
  font-size: 60px;
  margin-bottom: var(--dl-space-space-fiveunits);
}
.home-text01 {
  color: var(--dl-color-gray-900);
  margin-bottom: var(--dl-space-space-fiveunits);
}
.home-button {
  color: var(--dl-color-gray-white);
  width: 150px;
  border-width: 0px;
  border-radius: 30px;
  background-color: #dc15e8;
}
.home-text08 {
  font-style: normal;
  font-weight: 500;
}
.home-image2 {
  width: 860px;
  height: 603px;
  object-fit: cover;
}
.home-footer-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #270247;
}
@media(max-width: 1200px) {
  .home-container3 {
    width: 50%;
  }
  .home-image2 {
    width: 50%;
    height: auto;
  }
}
@media(max-width: 991px) {
  .home-navbar-container {
    background-color: transparent;
  }
  .home-navbar {
    background-color: var(--dl-color-primary-custompurple);
  }
  .home-hero {
    flex-direction: column-reverse;
  }
}
@media(max-width: 767px) {
  .home-burger-menu {
    display: none;
    padding: var(--dl-space-space-halfunit);
    border-radius: var(--dl-radius-radius-radius4);
    background-color: var(--dl-color-gray-black);
  }
  .home-icon {
    fill: var(--dl-color-gray-white);
  }
  .home-container2 {
    flex-direction: column;
  }
  .home-container3 {
    width: 100%;
    margin-bottom: var(--dl-space-space-fiveunits);
  }
  .home-image2 {
    width: 100%;
  }
}
@media(max-width: 479px) {
  .home-hero {
    padding-top: var(--dl-space-space-fourunits);
    padding-bottom: var(--dl-space-space-fourunits);
  }
  .home-text {
    font-size: 40px;
  }
}
