html, body {
  padding: 0;
  margin: 0;
  font-family: Lexend;
  background: #FFFDF6; }

header.menu {
  display: block;
  align-content: space-between;
  height: 100px;
  z-index: 10; }
  header.menu .menuIcon {
    width: 51px;
    height: 18px;
    position: absolute;
    z-index: 11;
    right: 10%;
    top: 20px; }
  header.menu .logo {
    position: absolute;
    left: 10%;
    top: 20px;
    height: 30px;
    z-index: 12; }
    header.menu .logo #hover {
      opacity: 0;
      transition: opacity 1s linear; }
    header.menu .logo:hover #hover {
      opacity: 1; }
  header.menu .line {
    position: absolute;
    background-color: #701490;
    height: 3px;
    /* Stroke-width */
    transform-origin: center center;
    transition: transform .5s ease-in; }
  header.menu #line1 {
    top: 1.5px;
    /* y1 position */
    left: 1.5px;
    /* x1 position */
    width: 48px;
    /* x2 - x1 */ }
  header.menu #line2 {
    top: 16.5px;
    /* y1 position of second line */
    left: 1.5px;
    /* x1 position */
    width: 48px;
    /* x2 - x1 */ }
  header.menu .links ul {
    z-index: 10;
    position: absolute;
    background: #FFFDF6;
    padding-bottom: 105px;
    top: -610px;
    left: 0;
    width: 100%;
    cursor: pointer;
    transition: top .5s ease-in;
    padding-top: 50px; }
    header.menu .links ul li {
      text-align: center; }
      header.menu .links ul li a {
        color: var(--AUBERGINE, #701490);
        text-align: center;
        font-family: Oswald;
        font-size: 64px;
        font-style: normal;
        font-weight: 600;
        line-height: 125px;
        /* 195.313% */
        letter-spacing: 1.6px;
        text-transform: uppercase;
        text-decoration: none;
        position: relative;
        width: 600px;
        display: inline-block;
        cursor: pointer; }
        @media (max-width: 768px) {
          header.menu .links ul li a {
            width: 100%; } }
        header.menu .links ul li a::after {
          content: "";
          display: block;
          width: 100%;
          height: 2px;
          background: linear-gradient(90deg, #0A5DFF 0%, #BF0AFF 38.02%, #EB0D0D 73.96%, #FF8C22 100%);
          position: absolute;
          bottom: -5px;
          /* Adjust the distance of the line from the text */
          left: 0; }
        header.menu .links ul li a:hover {
          color: var(--ORANGE-POP, #FF8C22);
          text-align: center;
          text-transform: uppercase;
          cursor: pointer; }
  header.menu.open #line1 {
    transform: translateY(7.5px) rotate(45deg); }
  header.menu.open #line2 {
    transform: translateY(-7.5px) rotate(-45deg); }
  header.menu.open .links ul {
    top: 0;
    transition: top .5s ease-in; }

h2 {
  font-family: Oswald;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 53.5px;
  /* 111.458% */
  letter-spacing: 1.2px;
  text-transform: uppercase; }

.intro {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  /* center the container if its width is less than the viewport width */ }
  .intro h1 {
    font-family: Oswald;
    color: #701490;
    font-size: 120px;
    font-style: normal;
    font-weight: 600;
    line-height: 117px;
    /* 97.5% */
    text-transform: uppercase;
    margin: 0; }
  .intro p {
    font-family: Lexend;
    color: #ff8c22;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 33px;
    /* 137.5% */
    letter-spacing: 0.6px;
    margin: 20px 20% 50px 10px; }
  @media (max-width: 768px) {
    .intro {
      margin: 0 10px;
      width: calc(100% - 20px); }
      .intro h1 {
        font-size: 70px;
        line-height: 70px;
        margin-left: 20px;
        margin-bottom: 20px; }
      .intro p {
        margin-left: 20px;
        width: calc(100% - 40px);
        margin-bottom: 40px; } }

footer {
  background: #701490;
  display: flex; }
  footer .col1, footer .col2, footer .col3 {
    width: 33%;
    color: #ffffff;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 80px; }
  footer .col1 a {
    text-transform: uppercase;
    text-decoration: none;
    color: var(--neutralwarm, #FFFDF6);
    font-family: Red Hat Display;
    font-size: 16px;
    font-style: normal;
    font-weight: 900;
    line-height: 33px;
    /* 206.25% */
    letter-spacing: 4.72px; }
  footer .col2 {
    align-items: center; }
  footer .col3 {
    position: relative; }
    footer .col3 img {
      position: absolute;
      bottom: -98px;
      right: 100px; }
  @media (max-width: 768px) {
    footer {
      overflow-x: hidden; }
      footer .col2, footer .col3 {
        display: none; } }

a.button {
  width: 290px;
  background: #FD9DFF;
  clip-path: polygon(100% 0%, 88% 100%, 0% 100%, 12% 0%);
  border: 0;
  color: #701490;
  text-align: center;
  font-family: Red Hat Display;
  font-size: 20px;
  font-style: italic;
  line-height: 45px;
  /* 130% */
  letter-spacing: 5.2px;
  text-transform: uppercase;
  padding: 10px 40px;
  text-decoration: none;
  cursor: pointer;
  font-weight: 900;
  display: block;
  margin: 0 auto; }
  a.button:hover {
    background: #FF8C22; }

section.copyright {
  background-color: #FD9DFF;
  margin: 0; }
  section.copyright p {
    font-size: 1rem;
    color: #701490;
    padding: 45px;
    text-transform: uppercase;
    text-align: center;
    margin: 0; }

.home .animated-text {
  display: inline-block;
  min-width: 280px; }
.home .intro {
  background: #FFFDF6;
  height: 35vh;
  position: relative;
  max-width: 100%; }
  .home .intro h1 {
    color: #6F1A8C;
    margin-top: 10vh;
    text-align: justify;
    leading-trim: both;
    text-edge: cap;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 88px;
    /* 366.667% */
    letter-spacing: 7.44px;
    text-transform: uppercase;
    text-align: center; }
  .home .intro #visionaries {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: calc((284 / 1590) * -50vw);
    z-index: 1; }
  .home .intro #sticker-holder {
    position: absolute;
    width: 10%;
    left: 60%;
    bottom: calc((384 / 1590) * -50vw );
    z-index: 1; }
    .home .intro #sticker-holder #sticker-main {
      position: relative; }
    .home .intro #sticker-holder .default-sticker {
      transition: fill 1s linear; }
    .home .intro #sticker-holder:hover .default-sticker {
      fill: url(#purpleSVGGradient); }
    .home .intro #sticker-holder #sticker-holder .st1 {
      fill: url(#SVGID_2_); }
.home .purple-info {
  display: flex;
  width: 100%;
  background-image: url("../images/purple-mask.svg");
  background-size: cover;
  justify-content: center;
  align-content: center;
  padding-bottom: 18.19vw;
  position: relative;
  padding-top: 18.19vw; }
  .home .purple-info h2 {
    color: #FD9DFF; }
  @media screen and (max-width: 768px) {
    .home .purple-info {
      flex-direction: column;
      padding-bottom: 200px; } }
  .home .purple-info .left {
    width: 300px;
    margin-right: 100px; }
    @media screen and (max-width: 768px) {
      .home .purple-info .left {
        width: 100%;
        margin: 20px; } }
  .home .purple-info .right {
    width: 300px; }
    .home .purple-info .right p {
      color: var(--neutralwarm, #FFFDF6);
      /* BODY LIGHT PALETTE */
      font-family: Lexend;
      font-size: 22px;
      font-style: normal;
      font-weight: 300;
      line-height: 33px;
      /* 150% */
      letter-spacing: 0.55px;
      margin-left: 40px;
      margin-bottom: 50px; }
      @media screen and (max-width: 768px) {
        .home .purple-info .right p {
          margin: 10px 0px 20px 0px; } }
    .home .purple-info .right a.button {
      width: 280px;
      height: 47px;
      background: #FFFDF6;
      clip-path: polygon(100% 0%, 88% 100%, 0% 100%, 12% 0%);
      border: 0;
      color: #701490;
      text-align: center;
      font-family: Red Hat Display;
      font-size: 17px;
      font-style: italic;
      font-weight: 700;
      line-height: 45px;
      /* 130% */
      letter-spacing: 5.2px;
      text-transform: uppercase;
      padding: 4px 44px;
      text-decoration: none;
      margin-left: 0px; }
      .home .purple-info .right a.button:hover {
        background: #FF8C22; }
    @media screen and (max-width: 768px) {
      .home .purple-info .right {
        width: 100%;
        margin: 20px; } }
.home section.video {
  margin-top: -18vw;
  line-height: 0;
  background-color: #701490;
  height: calc(100vw * (9 / 16) * .85);
  overflow: hidden; }
  .home section.video video {
    width: 100%;
    z-index: -1; }
.home .what-we-do {
  display: flex;
  align-items: center;
  background-color: #701490;
  margin-top: -1px;
  border-bottom: 10px solid transparent;
  border-image: linear-gradient(142deg, #0A5DFF 0%, #BF0AFF 38.02%, #EB0D0D 73.96%, #FF8C22 100%);
  border-image-slice: 1;
  /* Adjust this value as needed */
  border-image-repeat: stretch;
  /* Adjust this value as needed */ }
  @media screen and (max-width: 768px) {
    .home .what-we-do {
      flex-direction: column;
      padding-bottom: 200px; } }
  .home .what-we-do .left {
    width: 50%;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%; }
    .home .what-we-do .left p {
      color: var(--neutralwarm, #FFFDF6);
      text-align: center;
      /* BODY DARK PALETTE */
      font-family: Lexend;
      font-size: 20px;
      font-style: normal;
      font-weight: 300;
      line-height: 34px;
      /* 170% */
      letter-spacing: 0.5px;
      margin: 80px 80px 0 80px; }
      @media screen and (max-width: 768px) {
        .home .what-we-do .left p {
          margin: 80px; } }
    .home .what-we-do .left h1 {
      color: #FD9DFF;
      text-align: center;
      margin: 0 80px;
      /* H2 BIG */
      font-family: Oswald;
      font-size: 128px;
      font-style: normal;
      font-weight: 700;
      line-height: 114px;
      /* 89.063% */
      letter-spacing: 0.64px;
      text-transform: uppercase;
      padding-bottom: 5px; }
      .home .what-we-do .left h1:hover {
        background: linear-gradient(142deg, #0A5DFF 0%, #BF0AFF 38.02%, #EB0D0D 73.96%, #FF8C22 100%);
        background-clip: text;
        -webkit-background-clip: text;
        color: transparent; }
    @media screen and (max-width: 768px) {
      .home .what-we-do .left {
        width: 100%; } }
  .home .what-we-do .right {
    width: 50%;
    background: #FFFDF6; }
    @media screen and (max-width: 768px) {
      .home .what-we-do .right {
        width: 100%; } }
  .home .what-we-do .row {
    border-bottom: 3px solid transparent;
    border-image-source: linear-gradient(90deg, #0A5DFF, #BF0AFF 38%, #EB0D0D 74%, #FF8C22 100%);
    border-image-slice: 1;
    user-select: none;
    -webkit-user-select: none; }
    .home .what-we-do .row:last-of-type {
      border-bottom: 0; }
    .home .what-we-do .row .menu-item {
      display: flex;
      justify-content: space-between;
      align-items: center;
      cursor: pointer;
      user-select: none;
      min-height: calc(.162	 * var(--what-we-do-height)); }
      @media screen and (max-width: 768px) {
        .home .what-we-do .row .menu-item {
          min-height: 100px; } }
      .home .what-we-do .row .menu-item span {
        color: #812399;
        /* H4 */
        font-family: Lexend;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 26px;
        /* 130% */
        letter-spacing: 2.1px;
        text-transform: uppercase;
        display: inline-block;
        padding-left: 30px;
        user-select: none;
        -webkit-user-select: none; }
      .home .what-we-do .row .menu-item img {
        padding-right: 30px;
        user-select: none;
        -webkit-user-select: none; }
    .home .what-we-do .row .content {
      color: #701490;
      /* BODY DARK PALETTE */
      font-family: Lexend;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 34px;
      /* 170% */
      letter-spacing: 0.5px;
      max-height: 300px;
      transition: max-height .5s ease-out;
      overflow: hidden; }
      .home .what-we-do .row .content p {
        margin: 0 30px 50px;
        font-weight: 300; }
  .home .what-we-do .content.hidden {
    max-height: 0;
    transition: max-height .5s ease-out; }

.bios, .geo {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  display: flex; }
  .bios .bio, .geo .bio {
    width: 40%; }
    .bios .bio img, .geo .bio img {
      width: 100%; }
    .bios .bio.tosh img, .geo .bio.tosh img {
      margin-left: -40px; }
    .bios .bio h4, .geo .bio h4 {
      color: #f29dff;
      font-family: Oswald;
      font-size: 36px;
      font-style: normal;
      font-weight: 500;
      line-height: 65px;
      letter-spacing: 0.9px;
      text-transform: uppercase;
      margin-bottom: 20px;
      width: 80%; }
    .bios .bio .intro-title, .geo .bio .intro-title {
      color: #ffa979;
      font-family: Lexend;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      letter-spacing: 2.1px;
      text-transform: uppercase;
      width: calc(100% - 80px);
      margin-bottom: 10px;
      display: inline-block; }
    .bios .bio .intro-text, .geo .bio .intro-text {
      font-family: lexend;
      color: #701490;
      font-size: 20px;
      font-style: normal;
      font-weight: 400;
      line-height: 33px;
      letter-spacing: 0.55px;
      width: calc(100% - 80px); }

.bio.tosh {
  margin-right: -80px; }

.geo {
  max-width: 1020px;
  width: 70%;
  margin: 200px auto 100px;
  justify-content: space-between;
  display: flex; }
  .geo .image {
    width: 40%; }
    .geo .image img {
      width: 100%; }
  .geo .bio {
    margin-left: 40px;
    width: 60%; }

@media (max-width: 768px) {
  .bios, .geo {
    flex-direction: column;
    margin: 10px;
    width: calc(100% - 20px); }

  .bios .bio, .geo .bio {
    width: 100%; }
    .bios .bio img, .geo .bio img {
      width: 90%;
      margin: 0 auto; }
    .bios .bio .intro-title, .bios .bio .intro-text, .geo .bio .intro-title, .geo .bio .intro-text {
      width: calc(100%); } }
.who-we-are .intro p {
  margin: 20px 160px 50px 10px; }

.thumb-container {
  max-width: 1020px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px; }
  @media (max-width: 768px) {
    .thumb-container {
      margin: 0 10px;
      width: calc(100% - 20px); } }

.thumb {
  border-radius: 40px;
  position: relative;
  overflow: hidden; }
  @media (min-width: 769px) {
    .thumb {
      width: calc(50% - 20px);
      margin-bottom: 20px; } }
  @media (max-width: 768px) {
    .thumb {
      width: 100%;
      margin-bottom: 20px; } }
  .thumb img {
    width: 100%;
    height: auto;
    transition: opacity 0.3s ease;
    border-radius: 40px; }
  .thumb::after {
    content: attr(data-title);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #701490;
    font-family: Lexend;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    opacity: 0;
    transition: opacity 0.3s ease;
    padding: 10px;
    white-space: pre-wrap;
    text-align: center;
    box-sizing: border-box; }
  .thumb:hover::after {
    opacity: 1;
    background: #FFFDF6;
    border: 2px solid #701490;
    border-radius: 40px; }
  .thumb.selected::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(112, 20, 144, 0.5);
    /* Purple color with transparency */
    pointer-events: none;
    /* So it doesn't interfere with clicking the thumb */ }
  .thumb.selected img {
    opacity: 1; }
  .thumb.selected:hover img {
    opacity: 1; }
  .thumb.selected:hover::after {
    opacity: 0;
    background: #FFFDF6;
    border: 2px solid #701490;
    border-radius: 40px; }
  .thumb:hover img {
    opacity: 0; }

.content-container-mobile,
.content-container-desktop {
  display: none; }
  .content-container-mobile.active,
  .content-container-desktop.active {
    background: #701490;
    color: #FFFDF6;
    padding: 100px 20px;
    position: relative;
    margin-bottom: 20px; }
    .content-container-mobile.active .close-button,
    .content-container-desktop.active .close-button {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
    .content-container-mobile.active h3,
    .content-container-desktop.active h3 {
      color: var(--PINK-HIGHLIGHT, #FD9DFF);
      font-family: Oswald;
      font-size: 40px;
      font-style: normal;
      font-weight: 600;
      line-height: 51px;
      /* 127.5% */
      letter-spacing: 1px;
      text-transform: uppercase;
      padding-bottom: 30px;
      margin-left: 8%; }
    .content-container-mobile.active h4,
    .content-container-desktop.active h4 {
      color: #FFA979;
      leading-trim: both;
      text-edge: cap;
      /* H4 */
      font-family: Lexend;
      font-size: 20px;
      font-style: normal;
      font-weight: 500;
      line-height: 26px;
      /* 130% */
      letter-spacing: 2.1px;
      text-transform: uppercase;
      padding-bottom: 20px; }
    .content-container-mobile.active p,
    .content-container-desktop.active p {
      font-family: Lexend;
      font-size: 20px;
      font-weight: 400;
      line-height: 33px;
      letter-spacing: 0.5px; }
    .content-container-mobile.active .content-detail,
    .content-container-desktop.active .content-detail {
      display: flex; }
    .content-container-mobile.active .left,
    .content-container-desktop.active .left {
      width: 30%;
      display: block;
      margin-left: 8%;
      margin-right: 10%; }
    .content-container-mobile.active .right,
    .content-container-desktop.active .right {
      width: 50%; }
      .content-container-mobile.active .right img,
      .content-container-desktop.active .right img {
        max-width: 100%;
        width: 90%;
        height: auto; }

@media (max-width: 768px) {
  .content-container-mobile {
    display: block;
    width: 100%; } }
@media (min-width: 769px) {
  .content-container-desktop {
    display: block;
    width: 100%; } }
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  background-color: #fffdf6; }

.nav-bar {
  display: flex;
  justify-content: space-between;
  margin: 40px 60px 40px 60px; }

.intro .Lauren {
  display: flex;
  width: 66%;
  justify-content: center;
  margin-top: 40px; }
.intro .clients-details-section-container {
  width: 100%;
  height: 1010px;
  padding: 95px 350px;
  background-color: #701490;
  margin-bottom: 60px; }
.intro .btn {
  text-align: end;
  margin-top: -20px;
  background-color: #701490;
  color: #ff8c22;
  border: none;
  width: 100%; }
.intro .arrow-icon {
  text-align: center;
  margin: 50px 0 0 150px;
  margin: auto; }
  .intro .arrow-icon i {
    padding: 20px;
    color: #fd9dff; }
.intro h2 {
  width: 831px;
  height: 37px;
  margin: 0 0 50px 0;
  font-family: Oswald;
  font-size: 40px;
  font-style: normal;
  color: #fd9dff;
  font-weight: 600;
  line-height: 51px;
  letter-spacing: 1px;
  text-transform: uppercase; }
.intro .clients-details-section {
  display: flex; }
.intro .clients-details-pText1 {
  width: 360px;
  height: 237px;
  font-family: Lexend;
  font-size: 18px;
  color: #ffa979;
  padding: 40px 50px 0 0;
  font-style: normal;
  font-weight: 500;
  line-height: 26px;
  letter-spacing: 2.1px;
  text-transform: uppercase; }
.intro .clients-details-pText2 {
  width: 347px;
  height: 388px;
  font-family: Lexend;
  color: #fffdf6;
  font-size: 18px;
  font-style: normal;
  padding: 0 50px 0 0;
  font-weight: 400;
  line-height: 33px;
  letter-spacing: 0.5px; }

/* Main section styles end */
.main-second-section-container {
  display: flex;
  justify-content: center; }

.main-Consultation-section {
  margin: 120px 0 0 0; }
  .main-Consultation-section h1 {
    width: 530px;
    height: 75px;
    font-family: Oswald;
    font-size: 55px;
    color: #fd9dff;
    font-style: normal;
    font-weight: 600;
    line-height: 64.5px;
    /* 117.273% */
    letter-spacing: 1.375px;
    text-transform: uppercase; }
  .main-Consultation-section p {
    width: 432px;
    height: 147px;
    font-family: Lexend;
    font-size: 22px;
    color: #63227a;
    font-style: normal;
    margin-left: 60px;
    font-weight: 400;
    line-height: 33px;
    /* 150% */
    letter-spacing: 0.55px; }

.main-Consultation-img {
  margin-left: -459px; }

.main-Strategic-section {
  margin-left: -90px; }

.vector-img-47 {
  margin-left: 110px; }

.main-Strategic-section h1 {
  width: 472px;
  height: 138px;
  font-family: Oswald;
  font-size: 55px;
  color: #fd9dff;
  font-style: normal;
  margin: -32px 0 5px 110px;
  font-weight: 600;
  line-height: 64.5px;
  /* 117.273% */
  letter-spacing: 1.375px;
  text-transform: uppercase; }
.main-Strategic-section p {
  width: 383px;
  font-family: Lexend;
  font-size: 22px;
  color: #63227a;
  font-style: normal;
  margin-left: 170px;
  font-weight: 400;
  line-height: 33px;
  /* 150% */
  letter-spacing: 0.55px; }

.main-Proposal-container {
  margin-left: 160px;
  margin-top: -30px; }
  .main-Proposal-container .main-proposal-section h1 {
    width: 499px;
    height: 59px;
    font-family: Oswald;
    font-size: 55px;
    font-style: normal;
    color: #fd9dff;
    font-weight: 600;
    line-height: 64.5px;
    /* 117.273% */
    letter-spacing: 1.375px;
    text-transform: uppercase; }
  .main-Proposal-container .main-proposal-section p {
    width: 300px;
    height: 143px;
    font-family: Lexend;
    font-size: 22px;
    font-style: normal;
    color: #63227a;
    margin: 10px 0 0 60px;
    font-weight: 400;
    line-height: 33px;
    /* 150% */
    letter-spacing: 0.55px; }
  .main-Proposal-container .main-proposal-section {
    /* margin-left: 100px; */ }
  .main-Proposal-container .main-Proposal-line {
    margin: 90px 500px 0 -500px; }

.main-kick-off-section {
  /* margin-top: -100px; */
  margin: -120px 0 0 700px; }
  .main-kick-off-section h1 {
    width: 499px;
    height: 59px;
    font-family: Oswald;
    font-size: 55px;
    font-style: normal;
    color: #fd9dff;
    font-weight: 600;
    line-height: 64.5px;
    /* 117.273% */
    letter-spacing: 1.375px;
    text-transform: uppercase; }
  .main-kick-off-section p {
    width: 363px;
    height: 96px;
    font-family: Lexend;
    font-size: 22px;
    font-style: normal;
    color: #63227a;
    margin: 10px 0 0 60px;
    font-weight: 400;
    line-height: 33px;
    /* 150% */
    letter-spacing: 0.55px; }

.main-creative-development-section-container {
  display: flex;
  justify-content: center;
  /*  */ }
  .main-creative-development-section-container .main-creative-development-section {
    margin-top: 50px; }
    .main-creative-development-section-container .main-creative-development-section h1 {
      width: 389px;
      height: 278px;
      font-family: Oswald;
      font-size: 55px;
      font-style: normal;
      color: #fd9dff;
      font-weight: 600;
      line-height: 64.5px;
      /* 117.273% */
      letter-spacing: 1.375px;
      text-transform: uppercase; }
    .main-creative-development-section-container .main-creative-development-section p {
      width: 406px;
      height: 136px;
      font-family: Lexend;
      font-size: 22px;
      font-style: normal;
      color: #63227a;
      margin-left: 60px;
      font-weight: 400;
      line-height: 33px;
      /* 150% */
      letter-spacing: 0.55px; }

.main-creative-development-svg {
  margin-left: -220px; }

.main-El-Fin-section-svg {
  margin-top: -80px;
  margin-left: 140px; }

/* FAQ section styles starts */
.faq-number-container-main {
  padding-bottom: 100px; }
  .faq-number-container-main h3 {
    font-family: Oswald;
    font-size: 55px;
    text-align: center;
    font-style: normal;
    color: #701490;
    margin-bottom: 30px;
    font-weight: 600;
    line-height: 53.5px;
    /* 111.458% */
    letter-spacing: 1.2px;
    text-transform: uppercase; }
  .faq-number-container-main .accordions {
    max-width: 1020px;
    width: 100%;
    margin: 0 auto; }
    .faq-number-container-main .accordions .row {
      border-bottom: 3px solid transparent;
      border-image-source: linear-gradient(90deg, #0A5DFF, #BF0AFF 38%, #EB0D0D 74%, #FF8C22 100%);
      border-image-slice: 1;
      user-select: none;
      -webkit-user-select: none; }
      .faq-number-container-main .accordions .row:last-of-type {
        border-bottom: 0; }
      .faq-number-container-main .accordions .row .menu-item {
        display: flex;
        justify-content: space-between;
        align-items: center;
        cursor: pointer;
        user-select: none;
        min-height: calc(.162	 * var(--what-we-do-height)); }
        .faq-number-container-main .accordions .row .menu-item span {
          color: #701490;
          /* H4 */
          font-family: Lexend;
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 26px;
          /* 130% */
          letter-spacing: 2.1px;
          text-transform: uppercase;
          display: inline-block;
          padding-left: 0px;
          user-select: none;
          margin: 10px 0;
          font-weight: 600;
          -webkit-user-select: none; }
        .faq-number-container-main .accordions .row .menu-item img {
          padding-right: 0px;
          user-select: none;
          width: 30px;
          -webkit-user-select: none; }
      .faq-number-container-main .accordions .row .content {
        color: #701490;
        /* BODY DARK PALETTE */
        font-family: Lexend;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 34px;
        /* 170% */
        letter-spacing: 0.5px;
        max-height: 300px;
        font-weight: 200;
        transition: max-height .5s ease-out; }
        .faq-number-container-main .accordions .row .content p {
          margin: 0 80px 20px 0px; }
    .faq-number-container-main .accordions .content.hidden {
      max-height: 0;
      overflow: hidden;
      transition: max-height .5s ease-out; }
  .faq-number-container-main .faq-number-container {
    margin: 0 333px; }
    .faq-number-container-main .faq-number-container .faq-number {
      display: flex;
      justify-content: space-between;
      margin: 30px 0;
      /*  */
      border-bottom: 2px solid transparent;
      border-image: linear-gradient(142deg, #0a5dff 0%, #bf0aff 38.02%, #eb0d0d 73.96%, #ff8c22 100%);
      border-image-slice: 1;
      /* Adjust this value as needed */
      border-image-repeat: stretch;
      /* Adjust this value as needed */
      /* margin-top: 120px; */ }

/* FAQ section styles Ends */
.main-El-Fin-section-container {
  display: flex;
  justify-content: center; }
  .main-El-Fin-section-container .main-El-Fin-section {
    margin: 60px 0 0 10px; }
    .main-El-Fin-section-container .main-El-Fin-section h1 {
      width: 499px;
      height: 72px;
      font-family: Oswald;
      font-size: 55px;
      font-style: normal;
      color: #fd9dff;
      font-weight: 600;
      line-height: 64.5px;
      /* 117.273% */
      letter-spacing: 1.375px;
      text-transform: uppercase; }
    .main-El-Fin-section-container .main-El-Fin-section p {
      width: 432px;
      height: 176px;
      font-family: Lexend;
      font-size: 22px;
      font-style: normal;
      color: #63227a;
      font-weight: 400;
      line-height: 33px;
      /* 150% */
      letter-spacing: 0.55px; }
    .main-El-Fin-section-container .main-El-Fin-section .main-El-Fin-section-svg {
      margin: -80px 0px 0 90px; }

#get-started {
  margin: 75px 0 0 0px; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.contact .intro h1 {
  text-align: center; }
.contact .intro p {
  text-align: center;
  margin: 20px; }
.contact .form-section-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 5px;
  width: 60%;
  font-weight: bold;
  margin: auto; }
  .contact .form-section-container label {
    display: inline-block;
    width: 100%;
    color: #701490;
    text-align: center;
    margin: 40px auto 5px auto; }
.contact input[type="text"],
.contact input[type="button"],
.contact textarea,
.contact input[type="submit"] {
  border: 2px solid transparent;
  border-image: linear-gradient(142deg, #ff8c22 0%, #bf0aff 38.02%, #eb0d0d 73.96%, #0a5dff 100%);
  border-image-slice: 1;
  border-image-repeat: stretch;
  border-radius: 4px;
  background-color: #fffdf6; }
.contact .svg-container {
  position: relative;
  width: 100%;
  height: auto;
  /* adjust as necessary */ }
  .contact .svg-container input[type="text"], .contact .svg-container input[type="email"], .contact .svg-container textarea {
    position: absolute;
    top: 50%;
    /* centers vertically */
    left: 50%;
    /* centers horizontally */
    transform: translate(-50%, -50%);
    /* shifts it back by half its width/height to truly center it */
    border: none;
    background: none;
    /* or use rgba(255,255,255,0.7) or similar if you want it slightly opaque */
    /* font-size: 1.5em; /* adjust as necessary */
    color: #701490;
    /* adjust to desired text color */
    text-align: center;
    outline: none;
    /* removes the default focus outline, add custom styles if needed */ }
.contact input[type="text"], .contact input[type="button"], .contact textarea {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  font-family: Lexend; }
.contact input[type="button"] {
  color: #701490;
  font-weight: bold; }
.contact input[type="submit"] {
  width: 9rem;
  display: block;
  color: #701490;
  padding: 14px 20px;
  margin: 25px auto;
  justify-content: center;
  font-size: 22px;
  cursor: pointer;
  font-family: Lexend; }

.contact input[type="button"].button {
  font-size: 16px;
  font-weight: normal;
  padding: 20px; }

.contact input[type="button"].button.selected {
  color: white;
  background-color: #701490; }
