:root {
  --purple: #b380ff;
  --light-blue: #88d5ff;
  --white: #e0d6de;
  --black: #07070c;
  --dark-grey: #26262b;
  --color: #31dfe5;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  font-family: Lato, sans-serif;
}

.section1 {
  background-color: #000;
  background-image: none;
  background-size: auto;
  height: 100vh;
  position: sticky;
  top: 0;
}

.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.overlay {
  background-color: #07070c00;
  flex-flow: row;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay.overlay-footer {
  background-color: #e0d6de00;
}

.overlay.overlay-for-portfolio {
  border-radius: 20px;
}

.heading {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  max-width: 60%;
  font-size: 80px;
  line-height: 1;
}

.text-block {
  color: var(--white);
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}

.section2 {
  z-index: 10;
  background-color: #000;
  border-top: 1px solid #a0b3fb;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section2.middlecontent {
  display: none;
}

.button {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  color: var(--black);
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  transition: all .3s;
}

.button:hover {
  background-image: linear-gradient(90deg, var(--light-blue), var(--purple));
  color: var(--white);
}

.button.section2-btn {
  margin-top: 10px;
}

.heading-section2 {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 1.4;
}

.logos-quote-divider {
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

.container-2 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-wrapper-two {
  justify-content: space-between;
  align-items: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.clients-info-two {
  flex-direction: column;
  align-items: flex-start;
  max-width: 350px;
  display: flex;
}

.clients-quote-two {
  margin-top: 10px;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.clients-divider {
  background-color: #e4ebf3;
  width: 90%;
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.clients-info {
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.clients-info-image {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 24px;
}

.clients-grid {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.section2-content {
  border: 2px solid var(--purple);
  background-color: var(--dark-grey);
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 10px 20px;
  transition: all .5s;
}

.section2-content:hover {
  box-shadow: 0 1px 10px 0 var(--purple);
  background-color: #171719;
}

.section2-content.right {
  margin-left: auto;
}

.heading-section2-content {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 25px;
  line-height: 1.4;
}

.paragraph {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
}

.column {
  flex-flow: column;
  justify-content: center;
  padding-left: 40px;
  padding-right: 40px;
}

.columns {
  flex-flow: row;
  align-items: center;
  display: block;
}

.spacer {
  height: 100vh;
  margin-top: -100vh;
  position: relative;
}

.section-meet-our-team {
  z-index: 10;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
  position: relative;
}

.section-meet-our-team.middlecontent {
  display: none;
}

.testimonial-column-dark {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.testimonial-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.testimonial-block-main {
  background-color: #f5f7fa;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-main-image {
  object-fit: cover;
  width: 200px;
  height: 280px;
  margin-right: 24px;
}

.testimonial-main-content {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.testimonial-main-heading {
  margin-bottom: 2px;
  font-weight: 600;
}

.testimonial-block {
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 24px;
  display: flex;
}

.testimonial-info-two {
  align-items: center;
  display: flex;
}

.testimonial-image {
  object-fit: cover;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 16px;
}

.testimonial-author-name {
  font-weight: 700;
}

.heading-2 {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
  line-height: 1.4;
}

.heading-section3 {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  color: var(--white);
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 1.4;
}

.section3-content {
  background-color: #26262b;
  border-radius: 20px;
  padding: 10px;
}

.heading-section3-content {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 10px;
  font-size: 25px;
  line-height: 1.4;
}

.section3-paragraph-content {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
}

.image, .section3-image-content {
  border-radius: 20px;
}

.section3-image-content-wrapper {
  margin-bottom: 10px;
  position: relative;
}

.section4 {
  z-index: 10;
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.section4.middlecontent {
  display: none;
}

.heading-3 {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  font-size: 40px;
  line-height: 1.4;
}

.section4-content {
  padding-left: 5px;
  padding-right: 5px;
}

.section4-heading-content {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  color: var(--white);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 25px;
  line-height: 1.4;
}

.section4-paragraph-content {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
}

.section4-image-wrapper {
  text-align: left;
}

.heading-section4 {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 1.4;
}

.section {
  z-index: 10;
  background-color: var(--black);
  position: relative;
}

.section5 {
  z-index: 10;
  background-color: #000;
  border-bottom: 2px solid #a0b3fb;
  border-bottom-right-radius: 30px;
  border-bottom-left-radius: 30px;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  box-shadow: 0 5px 20px 5px #00000080;
}

.section5.middlecontent {
  display: none;
}

.section5-content-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.section5-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.heading-section5-content {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 25px;
  line-height: 1.4;
}

.heading-4 {
  margin-top: 0;
}

.heading-section5 {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 60px;
  font-size: 40px;
  line-height: 1.4;
}

.section5-paragraph {
  color: var(--white);
  margin-bottom: 0;
  font-size: 20px;
  line-height: 1.2;
}

.heading-section5-number {
  background-color: var(--dark-grey);
  color: var(--white);
  text-align: center;
  font-size: 40px;
  line-height: 1.4;
}

.columns-2 {
  flex-flow: row;
  align-items: center;
  display: flex;
}

.section5-leftsidecontent {
  position: relative;
}

.section5-lefsideline {
  background-color: var(--white);
  width: 1px;
  height: 100%;
}

.section5-lefsideline.section5-leftsidelineglow {
  background-image: linear-gradient(180deg, var(--purple), var(--light-blue));
  box-shadow: 0 2px 20px 2px var(--color);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

.section6-weapper {
  background-color: var(--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: block;
  position: sticky;
  bottom: 0;
}

.section6-socialmedia {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  border-radius: 20px;
  padding: 2px;
  display: flex;
}

.link-block {
  border: 1px solid var(--purple);
  text-align: center;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  width: 25%;
}

.link-block-2 {
  border: 1px solid var(--purple);
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  width: 25%;
}

.link-block-3, .link-block-4 {
  border: 1px solid var(--light-blue);
  width: 25%;
}

.text-block-2 {
  color: var(--black);
  font-size: 25px;
  font-weight: 700;
  line-height: 1.4;
}

.section6-socailmedialink {
  border-right: 2px dotted var(--light-blue);
  background-color: var(--white);
  border-radius: 0;
  margin-right: 2px;
  padding: 20px 100px;
}

.section6-socailmedialink:hover {
  outline-color: var(--color);
  outline-offset: 0px;
  outline-width: 3px;
  outline-style: solid;
}

.section6-socailmedialink.lastlink {
  border-right-style: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.section6-linkedin {
  background-color: var(--white);
  cursor: pointer;
  margin-right: 2px;
  padding: 20px 100px;
  transition: all .5s;
}

.section6-linkedin:hover {
  background-color: #e0d6de00;
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
}

.section6-whatsapp {
  background-color: var(--white);
  cursor: pointer;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding: 20px 100px;
  transition: all .5s;
}

.section6-whatsapp:hover {
  background-color: #e0d6de00;
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
}

.div-block {
  display: flex;
}

.image-2 {
  display: inline-block;
}

.div-block-2 {
  border-radius: 20px;
}

.section6-instagram {
  background-color: var(--white);
  cursor: pointer;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  margin-right: 2px;
  padding: 20px 100px;
  transition: all .5s;
}

.section6-instagram:hover {
  background-color: #e0d6de00;
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
}

.section6-email {
  background-color: var(--white);
  cursor: pointer;
  margin-right: 2px;
  padding: 20px 100px;
  transition: all .5s;
}

.section6-email:hover {
  background-color: #e0d6de00;
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
}

.heading-section6 {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 200px;
  line-height: 1.4;
}

.section6-footertext {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  position: absolute;
  inset: auto 0% 1%;
}

.section6-footerline {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  height: 5px;
  position: absolute;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.code-embed {
  color: #b380ff;
}

.section6-icon, .code-embed-3, .code-embed-4, .code-embed-5 {
  color: var(--purple);
}

.column-2 {
  padding-left: 40px;
  padding-right: 40px;
}

.column-4 {
  border-right: 1px dotted var(--purple);
  border-left: 1px dotted var(--purple);
}

.div-block-3 {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  max-width: 1200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.section-line {
  z-index: 10;
  background-color: var(--black);
  display: block;
  position: relative;
}

.section-line.middlecontent {
  display: none;
}

.notch {
  z-index: 10;
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  max-width: 1200px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.section3-lowercontent-wrapper {
  background-color: #323238;
  border-radius: 20px;
  padding: 5px 10px;
}

.columns-3 {
  display: block;
}

.section1-logo {
  z-index: 2;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 2%;
  position: relative;
}

.section1-image-logo {
  max-width: 30%;
}

.section7-middlecontent {
  display: none;
}

.spline {
  position: absolute;
  inset: 0%;
}

.spline-scene {
  height: 100vh;
  display: block;
}

.div-block-4 {
  position: relative;
}

.spline-scene-2 {
  z-index: 10;
  position: absolute;
  inset: auto 0% 0%;
}

.scrolldowntext {
  justify-content: center;
  margin-bottom: 5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.team-content {
  justify-content: center;
  display: flex;
}

.team-member {
  text-align: center;
  flex-flow: column;
  margin-left: 10px;
  margin-right: 10px;
  padding-bottom: 0;
}

.team-member-image {
  background-color: #000;
}

.team-member-info {
  background-color: #000;
  justify-content: space-between;
  padding: 20px 10px 5px;
  display: flex;
}

.team-member-text {
  background-image: linear-gradient(90deg, var(--purple), var(--light-blue));
  color: #fff;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  line-height: 1.4;
}

.image-4 {
  border-radius: 20px;
  padding: 10px;
}

.div-block-5 {
  background-image: linear-gradient(180deg, var(--purple), var(--light-blue));
  text-align: center;
  width: 0%;
  height: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section3 {
  background-color: #000;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

@media screen and (max-width: 991px) {
  .container-2 {
    max-width: 728px;
  }

  .clients-quote-two {
    font-size: 28px;
    line-height: 36px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-main-image {
    width: 300px;
    height: 350px;
  }
}

@media screen and (max-width: 767px) {
  .logos-quote-divider {
    padding: 60px 15px;
  }

  .clients-wrapper-two {
    flex-direction: column;
  }

  .clients-info-two {
    max-width: none;
    margin-bottom: 40px;
  }

  .clients-grid {
    grid-column-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 15px;
  }

  .testimonial-column-dark {
    padding: 60px 15px;
  }

  .testimonial-main-image {
    width: 250px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    text-align: center;
    max-width: 90%;
  }

  .overlay.overlay-footer {
    display: flex;
  }

  .heading {
    max-width: 100%;
    font-size: 35px;
    line-height: 1.4;
  }

  .text-block {
    font-size: 18px;
  }

  .section2 {
    display: none;
  }

  .section2.middlecontent {
    display: block;
    position: static;
  }

  .heading-section2 {
    font-size: 30px;
  }

  .container-2 {
    max-width: none;
  }

  .clients-quote-two {
    font-size: 24px;
    line-height: 32px;
  }

  .clients-info-image {
    margin-right: 16px;
  }

  .clients-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .heading-section2-content {
    font-size: 18px;
  }

  .paragraph {
    font-size: 15px;
  }

  .columns {
    text-align: center;
    display: block;
  }

  .spacer {
    height: 100vh;
    margin-top: -100vh;
    display: block;
  }

  .section-meet-our-team {
    display: none;
  }

  .section-meet-our-team.middlecontent {
    display: block;
    position: static;
  }

  .section-meet-our-team.middlecontent.team {
    display: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-block-main {
    flex-direction: column;
  }

  .testimonial-main-image {
    width: 100%;
    height: auto;
    margin-bottom: 32px;
    margin-right: 0;
  }

  .heading-section3 {
    font-size: 30px;
  }

  .heading-section3-content {
    font-size: 18px;
  }

  .section4 {
    display: none;
  }

  .section4.middlecontent {
    display: block;
    position: static;
  }

  .section4-heading-content {
    font-size: 18px;
  }

  .section4-paragraph-content {
    font-size: 15px;
  }

  .section4-image-wrapper {
    text-align: center;
  }

  .heading-section4 {
    font-size: 30px;
  }

  .section5 {
    display: none;
  }

  .section5.middlecontent {
    border-radius: 20px;
    display: block;
  }

  .heading-section5-content {
    font-size: 18px;
  }

  .heading-section5 {
    font-size: 30px;
  }

  .section5-paragraph {
    font-size: 15px;
  }

  .section6-weapper {
    height: 100vh;
    position: sticky;
    top: 0;
    bottom: 0;
  }

  .section6-socialmedia {
    flex-flow: column;
  }

  .section6-linkedin {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section6-whatsapp {
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .section6-instagram {
    text-align: center;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section6-email {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-section6 {
    margin-top: 0;
    font-size: 60px;
  }

  .section6-footertext {
    inset: auto 0% 1%;
  }

  .column-4 {
    border-left-style: none;
    border-right-style: none;
  }

  .section-line {
    display: none;
  }

  .section-line.middlecontent {
    display: block;
  }

  .notch {
    max-width: 80%;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .section1-logo {
    padding-top: 10%;
  }

  .section1-image-logo {
    max-width: 80%;
  }

  .section7-middlecontent {
    z-index: 10;
    background-color: var(--black);
    border-radius: 20px;
    display: block;
    position: relative;
  }

  .team-content {
    flex-flow: column;
  }

  .section3 {
    display: none;
  }
}
