:root {
  --purple: #433a92;
  --white: white;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  z-index: 9999;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, .6);
  border: 1px solid rgba(67, 58, 146, .08);
  border-radius: 24px;
  justify-content: center;
  align-items: flex-start;
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: 2%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navbar-logo-left:hover {
  border-color: #433a92;
}

.navbarcontainer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90%;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.navbar-brand {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.logo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 342px;
  height: 36px;
  display: flex;
}

.logo-img {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 32px;
  display: flex;
}

.logo-img.mobile-only {
  display: none;
}

.navbar-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-link {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #616161;
  cursor: pointer;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navbar-link.w--current {
  color: #433a92;
  cursor: pointer;
  padding: 0;
}

.navbar-link.contact {
  color: #433a92;
}

.navbar-link.contact.w--current {
  color: #fff;
  background-color: #433a92;
  border-radius: 16px;
}

.navbar-link-text {
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 150%;
}

.navbar-link-text:hover {
  color: #433a92;
}

.contact-btn {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #433a92;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 8px 16px;
  display: flex;
}

.contact-btn:hover{
  background-color: var(--purple);
}

.contact-btn:hover *{
  color: white;
}

.hero-section {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 64px 24px;
  display: flex;
  overflow: visible;
}

.small-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  margin-top: 22vh;
  margin-bottom: 4vh;
  padding: 32px;
  display: flex;
  position: relative;
  top: 23px;
}

.content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 200px;
  display: flex;
}

.hero-heading-2 {
  color: #616161;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 150%;
}

.hero-heading-1 {
  text-align: left;
  margin-bottom: 0;
}

.logo-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 12px 24px;
  display: flex;
  position: relative;
}

.vectors-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 6vw;
  display: flex;
}

.hero-heading {
  color: #212427;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.hero-heading-purple {
  color: #433a92;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 150%;
}

.service-1_1 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 96%;
  height: auto;
  margin-top: 400px;
  padding-bottom: 64px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 550vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.container.projects-cont {
  grid-row-gap: 20vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
}

.column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 30%;
}

.services-heading {
  color: #433a92;
  font-family: Montserrat, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 120%;
}

.our-expertise-description {
  color: #212121;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.column-2 {
  grid-column-gap: 10px;
  grid-row-gap: 40vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.content-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 560px;
  display: flex;
}

.services-subheading {
  color: #616161;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
  display: none;
}

.service-1 {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 80px;
  display: flex;
}

.frame-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.service-type {
  color: #212427;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.service-description {
  color: #616161;
  width: 80%;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.details-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.frame-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #433a92;
  border-radius: 40px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  display: flex;
}

.vectors-wrapper-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-paragraph {
  color: #000;
  white-space: normal;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.team-section {
  z-index: 400;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #433a92;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 64px 24px 40px;
  display: flex;
  position: relative;
}

.container-3 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-title {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.team-heading {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.team-paragraph {
  color: rgba(255, 255, 255, .5);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.columns {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 220px;
  display: flex;
}

.image {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 240px;
  display: flex;
}

.info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.name {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 150%;
}

.position {
  color: rgba(255, 255, 255, .5);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.projects-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #433a92;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 64px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.column-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-14 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.projects-big-heading {
  border-style: none;
  border-width: undefinedpx;
  color: var(--white);
  text-align: left;
  border-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 120%;
}

.projects-big-heading.hidden {
  display: none;
}

.frame-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.project-img-laptop {
  object-fit: cover;
}

.project-img-laptop.logo {
  object-fit: scale-down;
  width: 50px;
  position: relative;
  top: 8px;
}

.project-title {
  color: #f2f5fa;
  text-align: center;
  letter-spacing: .08em;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.project-description {
  color: #f2f5fa;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.clients-section {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50vh;
  padding: 32px 24px 64px;
  display: flex;
}

.clients-heading {
  color: #433a92;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.content-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logos {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.image-removebg-preview-1 {
  object-fit: cover;
  width: 180px;
  overflow: visible;
}

.vectors-wrapper-12 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 64px 24px 88px;
  display: flex;
}

.contact-form.mirth {
  background-color: var(--white);
}

.container-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.container-4.mirth {
  flex-flow: column;
  max-width: 1362px;
}

.section-title-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.get-in-touch {
  color: #433a92;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.get-in-touch.mirth {
  font-weight: 400;
}

.contact-paragraph {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.form-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  z-index: 999;
}

.input-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.form-block-label {
  color: #212427;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 150%;
}

.form-text-input {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #616161;
  background-color: #fff;
  border: 1px solid #433a92;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.form-text-input::placeholder {
  color: #616161;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.form-textarea {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #616161;
  background-color: #fff;
  border: 1px solid #433a92;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100px;
  padding: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.form-textarea::placeholder {
  color: #616161;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}

.form-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  letter-spacing: 2px;
  background-color: #212427;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  display: flex;
}

.form-button:hover {
  background-color: #433a92;
}

.footer {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(111.76deg, #433a92, rgba(0, 0, 0, .92));
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 40px 24px 8px;
  display: flex;
}

.columns-2 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.column-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.logo-wrapper-6 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.column-9 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.address-and-phones {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-9 {
  opacity: .8;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.text-10 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.copyright {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 940px;
  padding-bottom: 20px;
  display: flex;
}

.text-11 {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

.contact-btn-class {
  color: var(--purple);
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.circle {
  z-index: 200;
  opacity: 0;
  background-color: #433a92;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  margin: auto;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-2 {
  border-radius: 100px;
  display: block;
  position: absolute;
  box-shadow: 0 0 9px 4px rgba(0, 0, 0, .22);
}

.line {
  z-index: 100;
  background-color: #433a92;
  width: 8px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 88%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.text-container {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-bottom: 15px;
  position: relative;
}

.reveal-heading {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.reveal-heading.white-background {
  z-index: 10;
  background-color: #433a92;
  align-items: flex-start;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 16vh;
}

.highlight-black {
  background-color: #fff;
  width: 0%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.content-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.learn-link {
  z-index: 50;
  justify-content: center;
  text-decoration: none;
  display: flex;
  position: relative;
}

.horizontal-line {
  background-color: #433a92;
  width: 0;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: -8%;
  left: 0%;
  right: 0%;
}

.bg {
  z-index: -1;
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: 0;
  display: block;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: visible;
}

.gap-without-blur {
  z-index: 2;
  opacity: .16;
  filter: none;
  perspective-origin: 50%;
  transform-origin: 50%;
  mix-blend-mode: soft-light;
  background-image: none;
  border-radius: 100%;
  width: 600px;
  height: 600px;
  margin-top: -15vw;
  margin-left: -15vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.img-copy {
  z-index: 1;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  background-image: url('../images/Mask-Group-6748.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 15vw;
  margin-left: 15vw;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gap {
  z-index: 2;
  opacity: .08;
  filter: blur(50px);
  perspective-origin: 50%;
  transform-origin: 50%;
  background-image: linear-gradient(#433a92, #433a92);
  border-radius: 100%;
  width: 600px;
  height: 600px;
  margin-top: -15vw;
  margin-left: -15vw;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.img {
  z-index: 1;
  perspective-origin: 50%;
  transform-origin: 50%;
  color: #fff;
  background-image: url('../images/Mask-Group-6748.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 15vw;
  margin-left: 15vw;
  font-family: Montserrat, sans-serif;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.project-wrapper {
  display: flex;
}

.purple-bg {
  z-index: 5;
  background-color: #433a92;
  width: 100vw;
  height: 350px;
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg-video-wrapper {
  z-index: 0;
  width: 99.999%;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0;
  right: auto;
}

.cursor {
  z-index: 9000;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #6e61dd;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  position: static;
}

.background-video {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(186, 186, 186, .73) 89%, #fff), linear-gradient(90deg, #fff 19%, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0)), linear-gradient(rgba(255, 255, 255, .6), rgba(255, 255, 255, .6));
  width: 100%;
  height: 100%;
}

.heading {
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-weight: 300;
}

.vid-pop-up {
  z-index: 9999;
  -webkit-backdrop-filter: brightness(57%) blur(2px);
  backdrop-filter: brightness(57%) blur(2px);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 39%;
  right: 0%;
}

.video-pop {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  max-width: 1362px;
  display: flex;
}

.watch-video-button {
  border: 2px solid var(--purple);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--purple);
  background-color: rgba(56, 152, 236, 0);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  display: flex;
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, .2);
}

.cursor-wrapper {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.ourservices-media {
  height: auto;
  margin-bottom: 49px;
}

.media-cms-container {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-top: 125px;
  display: flex;
}

.header {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border-bottom: 1px solid rgba(67, 58, 146, .34);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.back-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #8b8b8b;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title {
  border-style: none;
  border-width: undefinedpx;
  color: #433a92;
  text-align: left;
  border-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 120%;
}

.back-home {
  color: #494949;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.back-home.white {
  color: #fff;
  text-decoration: underline;
}

.image-3 {
  opacity: .8;
  -webkit-text-stroke-color: #fff;
  border-style: solid;
  border-color: #000;
}

.info-wrapper {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  width: 600px;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.video-wrapper {
  border-radius: 15px;
  width: 300px;
  height: auto;
  overflow: hidden;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.paragraph {
  width: 100%;
  font-family: Montserrat, sans-serif;
}

.collection-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.collection-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.media-button {
  background-color: #433a92;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  width: 200px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  display: flex;
  z-index: 999;
}

.section {
  height: 80px;
}

.image-4 {
  opacity: .86;
}

.video-5 {
  width: 1000px;
  display: none;
}

.close-button-class {
  background-color: rgba(40, 49, 56, 0);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-5 {
  opacity: .8;
}

.what-is-mirth {
  height: 150vh;
  margin-top: 120px;
  position: relative;
  overflow: hidden;
}

.container-5 {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1362px;
  display: flex;
  position: relative;
}

.heading-2 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 150px;
  line-height: .9em;
}

.paragraph-2 {
  color: #fff;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 100;
  line-height: 60px;
}

.circle-mirth-desc {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  border-radius: 500px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 1000px;
  height: 1000px;
  padding-top: 94px;
  padding-left: 297px;
  padding-right: 50px;
  display: flex;
  position: relative;
  left: -295px;
}

.circle-mirth-desc.abs {
  z-index: -2;
  background-color: var(--purple);
  position: absolute;
}

.body-2 {
  font-size: 1.3vw;
}

.text-span-2, .text-span-3 {
  font-weight: 300;
}

.hero-fig {
  flex: none;
  display: flex;
  position: relative;
  left: -207px;
}

.core-features {
  background-color: var(--purple);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  display: flex;
}

.heading-3 {
  color: var(--white);
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 100px;
  font-weight: 900;
  line-height: 100px;
}

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  box-shadow: 0 0 12px 13px rgba(0, 0, 0, .12);
}

.feature-area-1 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.core-text {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  display: flex;
  position: relative;
}

.all-text-1 {
  opacity: 0;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  min-width: 1000px;
  max-width: 1362px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.inner {
  font-size: 25px;
  font-weight: 400;
}

.all-text-2, .all-text-3, .all-text-4, .all-text-5 {
  opacity: 0;
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 100;
  line-height: 40px;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.custom {
  font-weight: 100;
}

.our-work {
  background-color: #fff;
  margin-bottom: 0;
  padding-top: 160px;
  padding-bottom: 160px;
}

.container-7 {
  max-width: 1362px;
}

.slider {
  background-color: rgba(221, 221, 221, 0);
  height: 80vh;
}

.s-wrapper {
  background-color: rgba(255, 255, 255, 0);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.image-8 {
  z-index: -1;
  opacity: .3;
  position: absolute;
  right: -14%;
}

.info-wrapperr {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  height: 100%;
  display: flex;
}

.heading-4 {
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  line-height: 80px;
}

.paragraph-3 {
  font-family: Montserrat, sans-serif;
  font-size: 2.1vw;
  font-weight: 300;
  line-height: 40px;
}

.title-line {
  background-color: #433a92;
  width: 50%;
  height: 10px;
  margin-top: -30px;
}

.slide, .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7 {
  overflow: hidden;
}

.slide-nav {
  bottom: -5px;
}

.left-arrow, .right-arrow {
  display: none;
}

.building-1 {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -31px;
  right: -95px;
}

.image-9 {
  z-index: -1;
  position: relative;
  top: -34px;
}

.s1 {
  z-index: -1;
  position: relative;
  top: -66px;
}

.building-2 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.s2 {
  z-index: -1;
  position: relative;
  top: -71px;
}

.building-3 {
  z-index: -1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -24px;
  left: -83px;
}

.s3 {
  z-index: -1;
  position: relative;
  top: -71px;
}

.image-10 {
  z-index: -1;
  position: relative;
  top: -68px;
}

.contact-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.inner-contact {
  font-size: 6vw;
  font-weight: 700;
}

.green-hero-arrow-copy {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 100%;
  display: block;
  position: relative;
  top: 32px;
  left: 28px;
}

.frame-16 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.projects-big-heading-2 {
  border-style: none;
  border-width: undefinedpx;
  color: #fff;
  text-align: left;
  border-color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 120%;
}

.projects-big-heading-2.hidden {
  display: none;
}

.container-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  height: 390vh;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.container-8.projects-cont {
  grid-row-gap: 20vh;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  padding-bottom: 0;
}

.frame-17 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.project-img-laptop-copy {
  object-fit: cover;
}

.project-img-laptop-copy.medx {
  object-fit: scale-down;
  width: 450px;
}

.line-mob {
  z-index: 100;
  background-color: #433a92;
  width: 8px;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: 88%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.core-features-small {
  background-color: var(--purple);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 90vh;
  display: none;
}

.feature-area-2, .feature-area-3, .feature-area-4, .feature-area-5 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 300px;
  display: flex;
}

.image-11 {
  display: none;
}

.code-embed {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.video-sec {
  z-index: 400;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #433a92;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 150vh;
  padding: 64px 24px 40px;
  display: flex;
  position: relative;
}

.container-3-copy {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  max-width: none;
  display: flex;
}

.video-6 {
  box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2);
}

.image-removebg-preview2 {
  object-fit: cover;
  width: 180px;
  overflow: visible;
}

.logo-wrapper-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.products-button {
  background-color: var(--white);
  color: var(--purple);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.products-button:hover {
  transform: scale(1.03);
  box-shadow: 0 0 7px 5px rgba(0, 0, 0, .2);
}

.button {
  background-color: var(--white);
  color: var(--purple);
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 36%;
  height: 46px;
  font-family: Montserrat, sans-serif;
  font-size: 19px;
  font-weight: 600;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.button:hover {
  transform: scale(1.015);
  box-shadow: 0 0 9px 5px rgba(0, 0, 0, .2);
}

.nav-bitton {
  border: 1px solid var(--purple);
  color: var(--purple);
  background-color: rgba(0, 0, 0, 0);
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  height: 35px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  transition: background-color .2s;
  display: flex;
}

.nav-bitton:hover {
  background-color: var(--purple);
  color: var(--white);
}

.brands-section {
  height: 100vh;
  margin-top: 100px;
}

.brandss-heading {
  color: #433a92;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 150%;
}

.brands-paragraph {
  color: #616161;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.brands-paragraph.brands-texst {
  text-align: left;
  width: 90%;
  margin-bottom: 0;
}

.text-span-4 {
  color: #645d5d;
}

.light-text, .text-span-6, .text-span-7, .text-span-8 {
  color: #5e28ae;
}

.brand-type {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  height: 85vh;
  display: flex;
}

.brand-wrapper {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  justify-content: flex-start;
  align-items: center;
  height: 39%;
  display: flex;
}

.brand-heading-wrapper {
  height: 15vh;
}

.brand-image-wrapper {
  width: 25%;
  margin-right: 60px;
  position: relative;
}

.brand-image-wrapper.medx {
  margin-left: 60px;
  margin-right: 0;
}

.brand-image-wrapper.medx.mobile {
  display: none;
}

.brand-logo {
  width: 89%;
  position: absolute;
  inset: 38% -24% auto auto;
}

.brand-logo.medx {
  top: 37%;
  right: 36%;
}

.brand-line-1 {
  background-color: #ebddff;
  border-radius: 20px;
  width: 4px;
  height: 55%;
}

.description-wrapper {
  background-color: #ebddff;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 61%;
  height: 50%;
  display: flex;
}

.description-wrapper.medx {
  background-color: #b8eaff;
}

.bold-text {
  font-weight: 700;
}

.light-text-2 {
  color: #0276ab;
}

.brand-line-2 {
  background-color: #b8eaff;
  border-radius: 20px;
  width: 4px;
  height: 55%;
}

.service-paragraph strong {
  display: inline-block;
  margin-top: 1em;
  font-weight: 600;
}

@media screen and (min-width: 1280px) {
  .small-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    top: 21px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 0;
  }

  .logo-img.mobile-only {
    display: none;
  }

  .navbar-menu {
    max-width: unset;
    background-color: #433a92;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    margin-top: 8px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navbar-link {
    color: #ccc;
    justify-content: center;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .navbar-link.w--current {
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .navbar-link.w--current:hover {
    color: #ccfcff;
  }

  .navbar-link.contact {
    color: #ccc;
    padding-top: 16px;
  }

  .navbar-link.contact.w--current {
    color: #fff;
    background-color: #433a92;
  }

  .navbar-link-text {
    letter-spacing: 2px;
    font-size: 16px;
  }

  .navbar-link-text:hover {
    color: #ccfcff;
  }

  .contact-btn {
    border-color: #ccc;
  }

  .hero-section {
    justify-content: flex-start;
    align-items: center;
  }

  .small-container {
    justify-content: space-between;
    align-items: center;
    height: 100vh;
    margin-bottom: 0;
  }

  .content {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-heading-2, .hero-heading-1 {
    text-align: center;
  }

  .container {
    grid-column-gap: 64px;
    flex-direction: row;
    align-items: flex-start;
    width: 90%;
    height: 680vh;
  }

  .column-2 {
    margin-top: 8vh;
  }

  .service-1 {
    align-items: center;
    padding-left: 0;
  }

  .service-type {
    text-align: left;
  }

  .service-paragraph {
    text-align: left;
    padding-left: 32px;
    font-size: 16px;
  }

  .team-section {
    justify-content: flex-end;
    align-items: center;
  }

  .container-3 {
    flex-direction: column;
  }

  .columns {
    flex-direction: row;
    align-items: flex-start;
  }

  .projects-big-heading {
    font-size: 8vw;
  }

  .clients-section {
    height: auto;
  }

  .clients-heading {
    font-size: 32px;
  }

  .content-5 {
    justify-content: center;
  }

  .logos {
    grid-column-gap: 40px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: visible;
  }

  .logo-wrapper {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .container-4 {
    flex-direction: column;
    align-items: center;
  }

  .get-in-touch {
    text-align: center;
  }

  .get-in-touch.mirth {
    font-size: 6vw;
    font-weight: 700;
  }

  .contact-paragraph {
    text-align: center;
  }

  .columns-2 {
    grid-row-gap: 32px;
    flex-direction: column;
    align-items: center;
  }

  .column-8, .column-9 {
    align-items: center;
  }

  .address-and-phones {
    text-align: center;
    align-items: center;
  }

  .contact-btn-class {
    font-size: 16px;
  }

  .circle {
    top: auto;
    bottom: 7%;
    left: 0%;
    right: 0%;
  }

  .horizontal-line {
    background-color: #fff;
  }

  .bg {
    width: 100vw;
    height: 156.476vw;
  }

  .gap-without-blur {
    width: 60.84vw;
    height: 58.887vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 8.984vw;
    left: 19.629vw;
    right: 19.629vw;
  }

  .img-copy {
    background-image: url('../images/Mask-Group-6748.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 60.84vw;
    height: 58.887vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .gap {
    width: 60.84vw;
    height: 58.887vw;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .img {
    background-image: url('../images/Mask-Group-6748.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: 60.84vw;
    height: 58.887vh;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #433a92;
    border-radius: 50%;
    padding: 12px;
  }

  .purple-bg {
    z-index: 10;
    background-color: #433a92;
    width: 100vw;
    height: 400px;
    position: fixed;
    top: -16%;
  }

  .background-video {
    background-image: linear-gradient(rgba(255, 255, 255, .78), rgba(255, 255, 255, .78));
  }

  .vid-pop-up {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .video-pop {
    justify-content: center;
    align-items: flex-end;
    max-width: 900px;
  }

  .watch-video-button {
    color: #433a92;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    font-size: 28px;
    display: flex;
  }

  .cursor-wrapper {
    display: none;
  }

  .back-button {
    position: relative;
    top: 0;
    left: -289px;
  }

  .title {
    font-size: 8vw;
  }

  .back-home.white {
    color: #000;
  }

  .video-5 {
    width: 768px;
  }

  .what-is-mirth {
    height: 125vh;
  }

  .container-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .heading-2 {
    font-size: 60px;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 30px;
  }

  .circle-mirth-desc {
    justify-content: flex-start;
    align-items: center;
    width: 750px;
    height: 750px;
    padding-top: 20px;
    padding-left: 64px;
    padding-right: 64px;
    position: static;
  }

  .circle-mirth-desc.abs {
    left: auto;
  }

  .body-2 {
    overflow: hidden;
  }

  .hero-fig {
    top: -414px;
    left: auto;
  }

  .core-features {
    height: 150vh;
    display: none;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 60px;
  }

  .features-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    position: static;
    top: 34%;
  }

  .feature-circle {
    opacity: 1;
  }

  .feature-area-1 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 1;
    flex-flow: column;
    padding-top: 25vh;
    padding-bottom: 25vh;
    display: flex;
  }

  .core-text {
    justify-content: center;
    align-items: center;
    width: 100%;
    position: fixed;
    top: 47%;
  }

  .all-text-1 {
    opacity: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
    position: static;
  }

  .container-6 {
    justify-content: flex-start;
    align-items: center;
    width: auto;
    min-width: 768px;
    height: 100%;
    padding-top: 60px;
  }

  .all-text-2 {
    opacity: 1;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    display: flex;
    position: static;
  }

  .all-text-3, .all-text-4, .all-text-5 {
    opacity: 1;
    flex-flow: column;
    width: 80%;
    display: flex;
    position: static;
  }

  .image-8 {
    opacity: .16;
    right: auto;
  }

  .info-wrapperr {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .heading-4 {
    text-align: center;
    font-size: 40px;
    line-height: 50px;
  }

  .paragraph-3 {
    text-align: center;
    width: 70%;
    font-size: 30px;
  }

  .title-line {
    height: 5px;
  }

  .contact-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .projects-big-heading-2 {
    font-size: 8vw;
  }

  .container-8 {
    grid-column-gap: 64px;
    flex-direction: row;
    align-items: flex-start;
    width: 90%;
    height: 430vh;
  }

  .container-8.projects-cont {
    height: 250vh;
  }

  .project-img-laptop-copy {
    object-fit: contain;
    width: 500px;
    height: 500px;
  }

  .core-features-small {
    height: auto;
    display: flex;
  }

  .feature-area-2, .feature-area-3 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 1;
    flex-flow: column;
    padding-top: 25vh;
    padding-bottom: 25vh;
  }

  .feature-area-4 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    opacity: 1;
    flex-flow: column;
    padding-top: 25vh;
    padding-bottom: 25vh;
    display: flex;
  }

  .feature-area-5 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    padding-top: 25vh;
    padding-bottom: 25vh;
    display: flex;
  }

  .image-11 {
    display: block;
  }

  .image-12 {
    display: none;
  }

  .video-sec {
    justify-content: flex-end;
    align-items: center;
  }

  .container-3-copy {
    flex-direction: column;
  }

  .logo-wrapper-copy {
    width: auto;
    height: auto;
    overflow: visible;
  }

  .products-button {
    color: #433a92;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    font-size: 28px;
    display: flex;
  }

  .nav-bitton {
    background-color: var(--white);
    width: 40%;
    margin-left: auto;
    margin-right: auto;
  }

  .brandss-heading {
    font-size: 32px;
  }

  .brands-paragraph.brands-texst {
    font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .small-container {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-heading-2 {
    width: 100%;
    font-size: 16px;
  }

  .logo-2 {
    display: none;
  }

  .hero-heading, .hero-heading-purple {
    font-size: 20px;
  }

  .service-1_1 {
    margin-top: 50px;
  }

  .container {
    flex-flow: column;
    height: 540vh;
  }

  .column {
    position: static;
  }

  .services-heading {
    text-align: center;
    font-size: 39px;
  }

  .our-expertise-description {
    text-align: center;
    font-size: 16px;
    line-height: 159%;
  }

  .service-type {
    font-size: 18px;
  }

  .service-description {
    text-align: center;
  }

  .team-section {
    height: auto;
  }

  .columns {
    flex-flow: column;
    width: 75%;
  }

  .image-removebg-preview-1 {
    object-fit: scale-down;
  }

  .vectors-wrapper-12 {
    object-fit: scale-down;
    width: 100px;
  }

  .circle {
    display: none;
  }

  .line {
    display: none;
    top: 574%;
    bottom: 0%;
    left: -249%;
    right: auto;
  }

  .text-container {
    max-width: 100vw;
    padding-left: 15px;
    padding-right: 15px;
  }

  .reveal-heading {
    align-items: flex-start;
  }

  .content-6 {
    width: 100%;
  }

  .purple-bg {
    display: block;
  }

  .box-wrapper {
    padding-left: 58px;
    padding-right: 58px;
  }

  .watch-video-button {
    width: 200px;
    height: 40px;
    margin-top: 39px;
    font-size: 18px;
  }

  .back-button {
    flex: 0 auto;
    display: none;
    left: -218px;
  }

  .paragraph-2 {
    width: 80%;
    line-height: 40px;
  }

  .circle-mirth-desc {
    padding-top: 71px;
  }

  .hero-fig {
    top: -374px;
  }

  .feature-circle {
    width: 75px;
    height: 75px;
  }

  .all-text-1, .all-text-2, .all-text-3, .all-text-4, .all-text-5 {
    width: 50%;
  }

  .slider {
    height: 50vh;
  }

  .heading-4 {
    font-size: 25px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 30px;
  }

  .container-8.projects-cont {
    height: auto;
  }

  .project-img-laptop-copy.medx {
    object-fit: contain;
    width: 500px;
  }

  .line-mob {
    display: block;
    top: 125%;
    right: auto;
  }

  .video-sec {
    height: auto;
    bottom: -1px;
  }

  .container-3-copy {
    width: 100%;
  }

  .image-removebg-preview2 {
    object-fit: scale-down;
    width: 100px;
  }

  .products-button {
    width: 200px;
    height: 40px;
    margin-top: 39px;
    font-size: 18px;
  }

  .brands-paragraph {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 16px;
  }

  .brands-paragraph.brands-texst {
    font-size: 14px;
  }

  .brand-type {
    height: 80vh;
  }

  .brand-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    height: 40%;
    padding-left: 24px;
    padding-right: 24px;
  }

  .brand-heading-wrapper {
    height: 20vh;
  }

  .brand-image-wrapper.medx {
    display: none;
  }

  .brand-image-wrapper.medx.mobile {
    display: block;
  }

  .brand-line-1 {
    display: none;
  }

  .description-wrapper {
    width: 100%;
  }

  .brand-line-2 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .navbar-logo-left {
    width: 92%;
  }

  .navbarcontainer {
    grid-column-gap: 8px;
    max-width: 95%;
    margin-left: 0;
    margin-right: 0;
  }

  .logo-img {
    height: auto;
    display: none;
  }

  .logo-img.mobile-only {
    width: 220px;
    display: block;
  }

  .logo-img.footer-logo {
    display: block;
  }

  .navbar-menu {
    padding-left: 48px;
    padding-right: 48px;
  }

  .navbar-link {
    width: 70%;
  }

  .hero-section {
    justify-content: center;
    margin-top: 10vh;
  }

  .small-container {
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    top: -150px;
  }

  .content {
    margin-top: 100px;
  }

  .hero-heading-2 {
    font-size: 20px;
  }

  .vectors-wrapper-2 {
    height: auto;
  }

  .hero-heading {
    font-size: 24px;
  }

  .hero-heading-purple {
    font-size: 32px;
  }

  .service-1_1 {
    width: 100%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container {
    grid-column-gap: 8px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-top: 0;
  }

  .column {
    z-index: 100;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #fff;
    justify-content: flex-start;
    align-items: center;
    position: -webkit-sticky;
    position: sticky;
    top: 0%;
    overflow: hidden;
  }

  .services-heading {
    font-size: 24px;
  }

  .our-expertise-description {
    display: block;
    overflow: hidden;
  }

  .column-2 {
    grid-row-gap: 20vh;
    padding-left: 44px;
    padding-right: 22px;
  }

  .content-2 {
    max-width: 350px;
  }

  .service-1 {
    justify-content: center;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .frame-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 350px;
  }

  .vectors-wrapper-3 {
    height: 32px;
  }

  .service-type, .service-description {
    text-align: left;
    font-size: 5vw;
  }

  .service-paragraph {
    padding-left: 0;
    font-size: 4vw;
  }

  .team-section {
    height: auto;
  }

  .columns {
    flex-direction: column;
  }

  .projects-big-heading {
    font-size: 12vw;
  }

  .project-img-laptop {
    height: 320px;
  }

  .project-img-laptop.logo {
    height: 48px;
  }

  .project-img-laptop.logo.denmat {
    height: 40px;
  }

  .project-title {
    font-size: 24px;
  }

  .project-description {
    text-align: center;
  }

  .get-in-touch {
    font-size: 24px;
  }

  .contact-paragraph {
    font-size: 16px;
  }

  .form-button {
    width: 100%;
  }

  .contact-btn-class {
    font-size: 16px;
  }

  .text-container {
    text-align: center;
    padding-top: 105px;
  }

  .reveal-heading.white-background {
    top: 0;
  }

  .learn-link {
    justify-content: center;
    align-items: center;
    left: -20%;
  }

  .bg {
    height: 200vw;
  }

  .gap-without-blur {
    width: 86.279vw;
    height: 83.488vw;
    margin-top: 3.488vw;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 3.488vw;
    left: 6.977vw;
    right: 6.977vw;
  }

  .img-copy {
    width: 100%;
    height: 100%;
  }

  .gap {
    width: 86.279vw;
    height: 83.488vw;
    margin-top: 3.488vw;
  }

  .img {
    width: 100%;
    height: 100%;
  }

  .project-wrapper {
    flex-direction: column;
  }

  .purple-bg {
    opacity: 0;
  }

  .box-wrapper {
    background-color: rgba(0, 0, 0, 0);
    width: 90%;
    padding: 32% 24px 0;
  }

  .media-cms-container {
    justify-content: center;
    align-items: center;
  }

  .header {
    justify-content: flex-start;
    align-items: center;
    width: 80%;
  }

  .title {
    text-align: center;
    font-size: 7vw;
  }

  .info-wrapper {
    width: 100%;
  }

  .video-wrapper {
    flex: 0 auto;
    width: 100%;
    height: 38vw;
  }

  .collection-item {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }

  .collection-list {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .media-button {
    width: 60vw;
    font-size: 4vw;
  }

  .image-5 {
    opacity: 1;
    width: 40px;
  }

  .what-is-mirth {
    height: 100vh;
  }

  .container-5 {
    overflow: visible;
  }

  .heading-2 {
    font-size: 10vw;
  }

  .paragraph-2 {
    width: 50%;
    font-size: 5vw;
    line-height: 8vw;
  }

  .circle-mirth-desc {
    width: 750px;
    height: 750px;
  }

  .body-2 {
    overflow: visible;
  }

  .hero-fig {
    top: -386px;
  }

  .heading-3 {
    font-size: 9vw;
    line-height: 50px;
  }

  .feature-area-1 {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .all-text-1 {
    width: 80%;
    font-size: 6vw;
  }

  .container-6 {
    min-width: 0%;
  }

  .inner {
    font-size: 5vw;
  }

  .all-text-2, .all-text-3, .all-text-4, .all-text-5 {
    width: 80%;
    font-size: 6vw;
  }

  .heading-4 {
    width: 80%;
  }

  .building-1 {
    right: -52px;
  }

  .building-3 {
    left: -58px;
  }

  .projects-big-heading-2 {
    text-align: center;
    font-size: 12vw;
  }

  .container-8 {
    grid-column-gap: 8px;
    flex-direction: column;
    justify-content: flex-end;
    width: 100%;
    padding-top: 0;
  }

  .frame-17 {
    justify-content: center;
    align-items: center;
  }

  .project-img-laptop-copy {
    height: 320px;
  }

  .project-img-laptop-copy.logo {
    height: 48px;
  }

  .project-img-laptop-copy.logo.denmat {
    height: 40px;
  }

  .project-img-laptop-copy.medx {
    width: 250px;
  }

  .line-mob {
    font-size: 10px;
    top: 127%;
  }

  .feature-area-2, .feature-area-3, .feature-area-4, .feature-area-5 {
    padding-top: 10vh;
    padding-bottom: 10vh;
  }

  .collection-list-wrapper, .collection-list-wrapper-2 {
    margin-left: 40px;
    margin-right: 40px;
  }

  .video-sec {
    height: auto;
  }

  .button {
    width: 50%;
  }

  .brands-section {
    height: auto;
    display: flex;
  }

  .container-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 80px;
    margin-bottom: 80px;
    display: flex;
  }

  .brandss-heading {
    font-size: 24px;
  }

  .brands-paragraph {
    font-size: 18px;
  }

  .brands-paragraph.brands-texst {
    font-size: 16px;
  }

  .brand-type {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    height: 80%;
  }

  .brand-wrapper {
    height: auto;
  }

  .brand-heading-wrapper {
    height: 20%;
  }

  .brand-image-wrapper {
    width: 50%;
    margin-right: 0;
  }

  .brand-image-wrapper.medx.mobile {
    margin-left: 0;
  }

  .brand-logo {
    right: 3%;
  }

  .brand-logo.medx {
    inset: 34% 4% 0% auto;
  }

  .description-wrapper {
    height: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}


