.home-general-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: var(--dl-color-basic-hero_dark_grey);
}
.navigation {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.navigation-bar {
  width: 100%;
  display: flex;
  max-width: 100%;
  align-items: center;
  padding-top: 1rem;
  padding-left: 5rem;
  padding-right: 5rem;
  flex-direction: row;
  padding-bottom: 1rem;
  justify-content: space-between;
}
.navbar-left-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.navbar-logo-link {
  display: contents;
}
.navigation-bar-logo {
  width: 195px;
  align-self: center;
  object-fit: cover;
  margin-right: 2rem;
  text-decoration: none;
}
.burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.close-icon {
  width: 36px;
  height: 36px;
}
.navbar-links-container-web {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.header-navbar-link {
  color: var(--dl-color-gray-white);
  font-style: normal;
  transition: 0.3s;
  line-height: 1.55;
  margin-right: 2rem;
  text-decoration: none;
}
.header-navbar-link:hover {
  fill: var(--dl-color-basic-custom_coral);
  color: var(--dl-color-basic-custom_coral);
}
.home-thq-dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.dropdown-toggle {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  align-items: center;
}
.home-dropdown-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.dropdown-arrow-icon {
  fill: var(--dl-color-basic-custom_coral);
  width: 18px;
  height: 18px;
  transition: 0.3s;
}
.dropdown-list {
  left: 0%;
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  transition: 0.3s;
  align-items: stretch;
  border-radius: 4px;
  flex-direction: column;
  list-style-type: none;
  list-style-position: inside;
}
.dropdown-item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
}
.dropdown-toggle {
  fill: #595959;
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  border-radius: 4px;
}
.dropdown-toggle:hover {
  fill: #fff;
  color: #fff;
}
.dropdown-link {
  fill: var(--dl-color-basic-custom_coral);
  color: var(--dl-color-basic-custom_coral);
  font-size: 14px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
}
.dropdown-link:hover {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
.dropdown-item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
}
.dropdown-item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
}
.home-right-side {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.reach-out-button-clear {
  color: var(--dl-color-gray-white);
  font-style: normal;
  font-family: inherit;
  font-weight: 700;
  line-height: 1.55;
  border-color: var(--dl-color-gray-white);
  border-width: 1px;
  border-radius: 30px;
  text-decoration: none;
  background-color: transparent;
}
.home-mobile-menu {
  top: 0px;
  flex: 0 0 auto;
  left: 0px;
  width: 100%;
  height: 100VH;
  display: none;
  padding: 1rem;
  position: absolute;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-basic-hero_dark_grey);
}
.mobile-navbar-logo {
  width: 195px;
  align-self: center;
  object-fit: cover;
  margin-right: var(--dl-space-space-doubleunit);
  text-decoration: none;
}
.home-close-menu {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-icon5 {
  fill: var(--dl-color-basic-custom_coral);
  width: 40px;
  height: 40px;
}
.home-links-container-mob {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: 2rem;
  margin-bottom: 5rem;
}
.home-thq-dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.dropdown-title {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  transition: 0.3s;
  font-weight: 500;
  margin-right: 1rem;
}
.dropdown-title:hover {
  fill: var(--dl-color-basic-custom_coral);
  color: var(--dl-color-basic-custom_coral);
}
.home-dropdown-arrow {
  transition: 0.3s;
}
.dropdown-arrow-icon {
  fill: var(--dl-color-basic-custom_coral);
  width: 18px;
  height: 18px;
  transition: 0.3s;
}
.dropdown-list {
  left: 0%;
  width: max-content;
  display: none;
  z-index: 100;
  position: absolute;
  min-width: 100%;
  transition: 0.3s;
  align-items: stretch;
  border-radius: 4px;
  flex-direction: column;
  list-style-type: none;
  list-style-position: inside;
}
.dropdown-item {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
}
.dropdown-toggle {
  color: #595959;
  width: 100%;
  display: inline-flex;
  transition: 0.3s;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-right: var(--dl-space-space-unit);
}
.dropdown-toggle:hover {
  color: #fff;
}
.home-dropdown {
  cursor: pointer;
  display: inline-block;
  position: relative;
  border-radius: 2px;
}
.reach-out-button {
  color: var(--dl-color-gray-white);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
  border-color: var(--dl-color-gray-white);
  border-width: 1px;
  border-radius: 30px;
  text-decoration: none;
  background-color: transparent;
}
.home-hero-section {
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  flex-direction: column;
  padding-bottom: 0px;
  justify-content: center;
}
.home-hero-container {
  width: 100%;
  display: flex;
  max-width: var(--dl-size-size-maxcontent);
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.home-hero-text {
  width: 65%;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 3rem;
}
.home-heading {
  color: var(--dl-color-gray-white);
  font-size: 54px;
  text-align: center;
  font-family: "Mulish";
  font-weight: 700;
  margin-bottom: 0rem;
  text-transform: none;
  text-decoration: none;
}

@keyframes smoothPulsing {
  0% {
    opacity: 0%;
  }
  50% {
    transform: scale(3);
    opacity: 100%;
  }
  100% {
    opacity: 0%;
  }
}

.bracket {
  color: var(--dl-color-basic-custom-coral);
  display: inline-block; 
  animation: smoothPulsing 1s infinite ease-in-out;
}

.home-pulse-waves-container {
  width: 100%;
  height: 855px;
  display: flex;
  position: relative;
  max-width: 1660px;
  align-items: center;
  margin-bottom: 5rem;
  justify-content: flex-end;
}
.home-coral_image {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  margin: auto;
  display: flex;
  z-index: 95;
  position: absolute;
  max-width: 875px;
  background-size: contain;
  background-image: url("assets/main/hero_section/coral.png");
  background-repeat: no-repeat;
  background-position: center;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.wave-animated {
  opacity: 0;
  animation: pulse 1s ease-in-out infinite; 
  animation-play-state: paused;
}

.active {
  opacity: 1;
  animation-play-state: running;
}

.bracket {
  animation: pulse 1.5s infinite;
}

.home-wave1 {
  top: 0px;
  left: 0px;
  right: 0px;
  width: 750px;
  bottom: 0px;
  height: 250px;
  margin: auto;
  display: flex;
  opacity: 50%;
  position: absolute;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-image: url("assets/main/hero_section/ellipse_outline.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-wave2 {
  top: 15px;
  left: 0px;
  right: 0px;
  width: 850px;
  bottom: 0px;
  height: 350px;
  margin: auto;
  display: flex;
  opacity: 50%;
  position: absolute;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-image: url("assets/main/hero_section/ellipse_outline.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-wave3 {
  top: 25px;
  left: 0px;
  right: 0px;
  width: 950px;
  bottom: 0px;
  height: 450px;
  margin: auto;
  display: flex;
  opacity: 40%;
  position: absolute;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-image: url("assets/main/hero_section/ellipse_outline.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-wave4 {
  top: 35px;
  left: 0px;
  right: 0px;
  width: 1050px;
  bottom: 0px;
  height: 550px;
  margin: auto;
  display: flex;
  opacity: 40%;
  position: absolute;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-image: url("assets/main/hero_section/ellipse_outline.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-wave5 {
  top: 55px;
  left: 0px;
  right: 0px;
  width: 1150px;
  bottom: 0px;
  height: 440px;
  margin: auto;
  display: flex;
  opacity: 30%;
  position: absolute;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-image: url("assets/main/hero_section/ellipse_outline.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-wave6 {
  top: 110px;
  left: 0px;
  right: 0px;
  width: 1350px;
  bottom: 0px;
  height: 750px;
  margin: auto;
  display: flex;
  opacity: 30%;
  position: absolute;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-image: url("assets/main/hero_section/ellipse_outline.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-wave7 {
  top: 80px;
  left: 0px;
  right: 0px;
  width: 1250px;
  bottom: 0px;
  height: 650px;
  margin: auto;
  display: flex;
  opacity: 30%;
  position: absolute;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-image: url("assets/main/hero_section/ellipse_outline.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-wave8 {
  top: 160px;
  left: 0px;
  right: 0px;
  width: 90%;
  bottom: 0px;
  height: 950px;
  margin: auto;
  display: flex;
  opacity: 20%;
  position: absolute;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-image: url("assets/main/hero_section/ellipse_outline.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-wave9 {
  top: 220px;
  left: 0px;
  right: 0px;
  width: 100%;
  bottom: 0px;
  height: 750px;
  margin: auto;
  display: flex;
  opacity: 10%;
  position: absolute;
  align-items: center;
  background-size: contain;
  justify-content: center;
  background-image: url("assets/main/hero_section/ellipse_outline.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-dot1 {
  top: 0px;
  left: 447px;
  width: 20px;
  bottom: 0px;
  margin: auto;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-dot2 {
  left: 1181px;
  width: 20px;
  bottom: 344px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-dot3 {
  top: 580px;
  left: 555px;
  width: 15px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-dot4 {
  top: 705px;
  left: 455px;
  width: 10px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-dot5 {
  top: 625px;
  left: 1125px;
  width: 20px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-face1 {
  top: 585px;
  left: 0px;
  right: 0px;
  width: 85px;
  margin: auto;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-face2 {
  top: 490px;
  left: 235px;
  width: 75px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-face3 {
  top: 394px;
  left: 1346px;
  width: 65px;
  z-index: 95;
  position: absolute;
  object-fit: cover;
}
.home-face4 {
  top: 655px;
  left: 1265px;
  width: 55px;
  position: absolute;
  object-fit: cover;
}
.home-ellipse-blurred-image {
  top: 0px;
  left: 280px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  max-width: 1100px;
  background-size: contain;
  background-image: url("assets/main/hero_section/hero_ellipse_blurred.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.home-about-section {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  flex-direction: column;
  padding-bottom: 7rem;
  justify-content: center;
  background-color: var(--dl-color-basic-hero_dark_grey);
}
.home-about-ellipse {
  top: -400px;
  right: 85px;
  width: 575px;
  z-index: 90;
  position: absolute;
  object-fit: cover;
}
.home-about-container {
  height: 330px;
  padding: 2rem;
  background: linear-gradient(88deg, rgba(255, 255, 255, 0.17) 1.35%, rgba(255, 255, 255, 0.00) 99.65%);
  border-color: var(--dl-color-basic-border_grey);
  border-style: solid;
  border-radius: 30px;
  flex-direction: column;
}
.home-about-heading {
  color: var(--dl-color-gray-white);
  margin-bottom: 2rem;
}
.home-about-description {
  gap: 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-about-text-container {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-about-text {
  color: var(--dl-color-basic-text_grey);
}
.mob-navbar-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}
.home-container18 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text19 {
  color: var(--dl-color-basic-text_grey);
}
.home-solutions-section {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 7rem;
  padding-left: 5rem;
  padding-right: 5rem;
  flex-direction: column;
  padding-bottom: 7rem;
  justify-content: center;
  background-color: var(--dl-color-gray-black);
}
.home-solutions-container {
  height: auto;
  padding: 2rem;
  border-width: 0px;
  flex-direction: column;
}
.home-solutions-heading {
  color: var(--dl-color-gray-white);
  align-self: center;
  text-align: center;
  margin-bottom: 5rem;
}
.home-solutions-description {
  gap: 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-design-description-container {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-design-image {
  width: 100%;
  object-fit: cover;
}
.home-solutions-card-heading {
  color: var(--dl-color-gray-white);
  margin-bottom: 2rem;
}
.home-solutions-text {
  color: var(--dl-color-basic-text_grey);
  margin-bottom: 2rem;
}
.home-read-more {
  text-decoration: none;
}
.home-solutions-image {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-container24 {
  gap: 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-container25 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image14 {
  width: 100%;
  object-fit: cover;
}
.home-container26 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text23 {
  color: var(--dl-color-gray-white);
  margin-bottom: 2rem;
}
.home-text24 {
  color: var(--dl-color-basic-text_grey);
  margin-bottom: 2rem;
}
.home-navlink15 {
  text-decoration: none;
}
.home-container27 {
  gap: 5rem;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.home-container28 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-text25 {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
  margin-bottom: 2rem;
}
.home-text26 {
  color: var(--dl-color-basic-text_grey);
  margin-bottom: 2rem;
}
.home-navlink16 {
  text-decoration: none;
}
.home-container29 {
  flex: 1;
  width: 1fr;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-image15 {
  width: 100%;
  object-fit: cover;
}
.home-digital-stack-section {
  width: 100%;
  display: flex;
  position: relative;
  align-items: center;
  padding-top: 7rem;
  padding-left: 5rem;
  padding-right: 5rem;
  flex-direction: column;
  padding-bottom: 7rem;
  justify-content: center;
  background-color: var(--dl-color-basic-hero_dark_grey);
}
.home-digital-stack-container {
  height: auto;
  padding: 2rem;
  z-index: 95;
  border-width: 0px;
  flex-direction: column;
}
.home-digital-stack-description {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  margin-bottom: 2rem;
  flex-direction: column;
  justify-content: center;
}
.home-digital-stack-heading {
  color: var(--dl-color-gray-white);
  font-style: normal;
  margin-bottom: 2rem;
}
.home-digital-stack-text-container {
  flex: 0 0 auto;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.home-digital-stack-text {
  color: var(--dl-color-basic-text_grey);
}
.home-container34 {
  gap: 5rem;
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 5rem;
}
.home-container35 {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  padding: 2rem;
  align-items: center;
  border-radius: 30px;
  flex-direction: column;
  background-color: #00000050;
}
.home-stack-card-heading {
  color: var(--dl-color-gray-white);
  margin-bottom: 2rem;
}
.home-digital-stack-card {
  flex: 1;
  width: 1fr;
  height: auto;
  display: flex;
  padding: 2rem 0.5rem;
  align-items: center;
  border-radius: 30px;
  flex-direction: column;
  background-color: #00000050;
}
.home-front-end-stack-heading {
  color: var(--dl-color-gray-white);
  margin-bottom: 2rem;
}
.home-digital-stack-icon {
  width: 80px;
  object-fit: cover;
  padding: 1rem;
}
.home-digital-stack-icon:hover {
  transform: scale(1.1);
  transition: ease 1s;
}
.home-digital-stack-icons {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.blurred-ellipse-green {
  top: 0px;
  right: 0px;
  width: 575px;
  margin: auto;
  z-index: 90;
  position: absolute;
  object-fit: cover;
}
.blurred-ellipse-red {
  left: 0px;
  width: 575px;
  bottom: 0px;
  z-index: 90;
  position: absolute;
  object-fit: cover;
  transform: rotate(90deg);
}

/*Animations*/
@keyframes fadeRed {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
.blurred-ellipse-red {
  animation: fadeRed 6s infinite ease-in-out;
}
@keyframes fadeGreen {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  70% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
  }
}
.blurred-ellipse-green {
  animation: fadeGreen 6s infinite ease-in-out;
}

/* Footer Section */
.footer-section {
  width: 100%;
  background-color: var(--dl-color-basic-hero_dark_grey);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 95;
}
.footer-container {
  width: 100%;
  display: flex;
  max-width: auto;
  align-items: flex-end;
  padding-top: var(--dl-space-space-tripleunit);
  border-width: 0px;
  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-navigation-container {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.footer-logo {
  display: contents;
}
.footer-logo-image {
  width: 200px;
  object-fit: cover;
  margin-bottom: 2rem;
  text-decoration: none;
}
.footer-copyright-text {
  color: var(--dl-color-gray-white);
}
.footer-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
  justify-content: space-between;
}
.footer-navigation-links {
  display: flex;
  align-items: flex-start;
  margin-right: 2rem;
  flex-direction: column;
  justify-content: space-between;
}
.footer-nagivation-heading {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
.footer-ux-link {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.footer-link {
  fill: #ffffff50;
  color: #ffffff50;
}
.footer-rules-links {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.footer-rules-heading {
  fill: var(--dl-color-gray-white);
  color: var(--dl-color-gray-white);
}
.footer-user-agreement-link {
  color: rgba(255, 255, 255, 0.314);
  text-decoration: none;
}
.footer-data-confidentiality-link {
color: rgba(255, 255, 255, 0.314);
text-decoration: none;
}
.home-navlink19 {
  color: rgba(255, 255, 255, 0.314);
  text-decoration: none;
}

.home-read-more:hover {
  transform: scale(1.1);
  transition: ease 1s;
}



@media(max-width: 1700px) {
  .navigation-bar {
    padding: 1rem 2rem;
  }
  .footer-link {
    width: 100%;
  }
  .home-pulse-waves-container {
    height: 655px;
  }
  .home-ellipse-blurred-image,
  .blurred-ellipse-green,
  .blurred-ellipse-red,
  .home-about-ellipse {
    visibility: hidden;
  }
  .home-coral_image {
    width: 75%;
    height: auto;
    background-size: contain;
  }
  .home-wave1 {
    width: 55%;
  }
  .home-wave2 {
    top: 0px;
    width: 60%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave3 {
    top: 0px;
    width: 65%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave4 {
    top: 0px;
    width: 70%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave5 {
    top: 0px;
    width: 75%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave6 {
    top: 0px;
    width: 80%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave7 {
    top: 0px;
    width: 85%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave8 {
    top: 0px;
    bottom: 0px;
    margin: auto;
  }
  .home-wave9 {
    top: 0px;
    bottom: 0px;
    margin: auto;
  }
  .home-about-container {
    height: auto;
  }
  .home-container34 {
    flex-direction: column;
  }
  .home-container35 {
    width: 100%;
  }
  .home-container38 {
    width: 100%;
  }
  .home-hero-container {
    width: 100%;
  }
  .home-face1,
  .home-face2,
  .home-face3,
  .home-face4,
  .home-dot1,
  .home-dot2,
  .home-dot3,
  .home-dot4,
  .home-dot5 {
    visibility: hidden;
  }
  .home-container34 {
    flex-direction: row;
  }
  .home-digital-stack-card {
    width: 100%;
  }
}

@media(max-width: 1600px) {
  .home-hero-text {
    width: 100%;
  }
  .text-in-brackets {
    text-wrap: nowrap;
  }
  .home-pulse-waves-container {
    height: 755px;
  }
  .home-coral_image {
    background-size: contain;
  }
  .home-wave1 {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 60%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave2 {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 60%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave3 {
    top: 0px;
    width: 65%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave4 {
    top: 0px;
    width: 70%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave5 {
    top: 0px;
    width: 75%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave6 {
    top: 0px;
    width: 80%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave7 {
    top: 0px;
    width: 85%;
    bottom: 0px;
    margin: auto;
  }
  .home-wave8 {
    top: 0px;
    bottom: 0px;
    margin: auto;
  }
  .home-wave9 {
    top: 0px;
    bottom: 0px;
    margin: auto;
  }
}

@media(max-width: 1200px) {
  .header-navbar-link {
    margin-right: 1rem;
  }
  .navbar-left-side {
    width: 100%;
    justify-content: flex-start;
  }
  .reach-out-button-clear {
    display: none;
  }
  .home-hero-section {
    padding: 5rem 2rem;
    flex-direction: column;
  }
  .home-hero-container {
    flex-direction: column;
  }
  .home-hero-text {
    width: 100%;
  }
  .home-pulse-waves-container {
    height: 555px;
  }
  .home-coral_image {
    width: 70%;
  }
  .home-about-section {
    padding: 2rem;
    flex-direction: column-reverse;
  }
  .home-about-ellipse {
    display: none;
  }
  .home-about-container {
    height: auto;
  }
  .home-about-description {
    gap: 2rem;
    flex-direction: column;
  }
  .home-solutions-section {
    padding: 2rem;
    flex-direction: column-reverse;
  }
  .home-solutions-description {
    flex-direction: column;
  }
  .home-container24 {
    flex-direction: column-reverse;
  }
  .home-container27 {
    flex-direction: column;
  }
  .home-digital-stack-section {
    padding: 2rem;
    flex-direction: column-reverse;
  }
  .home-container42 {
    width: 100%;
    height: auto;
    padding: 2rem;
  }
  .home-digital-stack-icons {
    flex-wrap: wrap;
  }
  .home-digital-stack-card {
    width: 100%;
  }
  .home-container34 {
    flex-direction: column;
  }
}

@media(max-width: 990px) {
  .home-hero-text {
    width: 100%;
  }
}

@media(max-width: 767px) {
  .navigation-bar {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .navbar-left-side {
    width: 100%;
    justify-content: space-between;
  }
  .burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    background-color: var(--dl-color-basic-custom-coral);
  }
  .close-icon {
    fill: var(--dl-color-gray-white);
  }
  .navbar-links-container-web {
    display: none;
  }
  .home-hero-section {
    padding: 2rem;
  }
  .home-hero-text {
    width: 100%;
  }
  .home-pulse-waves-container {
    height: 455px;
    margin-bottom: 0;
  }
  .home-coral_image {
    width: 60%;
  }
  .home-about-section {
    padding: 2rem;
  }
  .home-solutions-section {
    padding: 2rem;
  }
  .home-solutions-container {
    padding: 0rem;
  }
  .home-solutions-description,
  .home-container24 {
    gap: 2rem;
  }
  .home-digital-stack-section {
    padding: 2rem;
  }
  .home-digital-stack-container {
    padding: 0rem;
    margin-bottom: 0rem;
  }
  .home-container35 {
    padding: 2rem;
  }
  .home-image16 {
    margin: 0.5rem;
  }
  .home-image17 {
    margin: 0.5rem;
  }
  .home-image18 {
    margin: 0.5rem;
  }
  .home-image19 {
    margin: 0.5rem;
  }
  .home-image20 {
    margin: 0.5rem;
  }
  .home-image21 {
    padding: 0.5rem;
  }
  .home-image22 {
    padding: 0.5rem;
  }
  .home-image23 {
    padding: 0.5rem;
  }
  .home-image24 {
    padding: 0.5rem;
  }
  .home-image25 {
    padding: 0.5rem;
  }
  .home-digital-stack-icon {
    margin: 0.5rem;
  }
  .home-container43 {
    justify-content: space-between;
  }
  .blurred-ellipse-green {
    display: none;
  }
  .blurred-ellipse-red {
    display: none;
  }
  .footer-section {
    position: static;
    background-color: var(--dl-color-basic-hero_dark_grey);
  }
  .footer-container {
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .footer-links-container {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer-navigation-container {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}

@media(max-width: 479px) {
  .home-hero-section {
    padding: 2rem;
  }
  .home-hero-container {
    padding: 0px;
  }
  .home-hero-text {
    width: 100%;
  }
  .home-heading {
    font-size: 2rem;
  }
  .home-pulse-waves-container {
    height: 355px;
  }
  .home-coral_image {
    top: 0px;
    left: 0px;
    right: 0px;
    width: 50%;
    bottom: 0px;
    margin: auto;
  }
  .home-ellipseblurredimage {
    width: 70%;
  }
  .home-about-section {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .home-solutions-section {
    padding: 2rem;
  }
  .home-container20 {
    padding: 0rem;
  }
  .home-solutions-heading {
    font-size: 2rem;
  }
  .home-digital-stack-section {
    padding: 2rem;
  }
  .home-digital-stack-container {
    padding: 0rem;
  }
  .home-digital-stack-heading {
    font-size: 2rem;
  }
  .home-container35 {
    padding: 1rem;
  }
  .home-container36 {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
  }
  .home-container37 {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .home-container38 {
    padding: 1rem;
  }
  .home-digital-stack-icons {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .home-container42 {
    padding: 1rem;
  }
  .home-container43 {
    justify-content: space-between;
  }
  .footer-container {
    flex-direction: column-reverse;
  }
  .footer-navigation-container {
    width: 100%;
    align-items: flex-end;
    margin-bottom: 0rem;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-logo {
    margin-bottom: 0rem;
  }
  .footer-links-container {
    width: 100%;
    margin-bottom: 2rem;
  }
  .footer-navigation-container {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
