/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.nav-wrapper {
  position: fixed;
  width: 100%;
  z-index: 10;
}

.nav {
  min-height: 40px;
  margin: 20px 18px 0;
  background-color: #201932;
  border-radius: 999px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 18px;
  padding: 6px 12px;
}
.nav .top-nav {
  display: none;
  justify-content: space-between;
}
.nav .nav-socials {
  display: flex;
  gap: 12px;
  align-items: center;
}
.nav .nav-socials .nav-social {
  background-color: #6b4ee6;
  background: linear-gradient(93.66deg, rgba(147, 51, 234, 0.6) -15.33%, #6b4ee6 139.21%);
  border-radius: 999px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav .nav-contact {
  display: flex;
  align-items: center;
  gap: 32px;
}
.nav .nav-contact .contact-item {
  display: flex;
  gap: 10px;
  font-weight: 500;
  font-size: 14px;
}
.nav .nav-contact .contact-item svg {
  width: 20px;
  height: 20px;
}
.nav .nav-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.nav .nav-content > svg {
  width: clamp(47px, -25.68px + 12.11vw, 107px);
  height: auto;
}
.nav .nav-content > svg path {
  transition: fill 0.5s ease;
}
.nav .nav-content > svg:hover path {
  fill: #6b4ee6;
}
.nav .nav-content .mobile-menu-wrapper {
  position: absolute;
  z-index: 3;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100vh;
  border-radius: 44px 0 0 44px;
  background-color: #fff;
  transition: left 0.5s ease;
}
.nav .nav-content .mobile-menu-wrapper[iscollapsed] {
  left: 0;
}
.nav .nav-content .mobile-menu-wrapper .wrapper-content {
  height: 100%;
  background-color: #fff;
  padding: 48px 0;
  margin-right: 10vw;
  box-shadow: 34px 0px 60px rgba(0, 0, 0, 0.08);
}
.nav .nav-content .mobile-menu-wrapper .mobile-banner {
  display: flex;
  flex-direction: column;
  opacity: 0;
  transition: opacity 0.5s ease 500ms;
}
.nav .nav-content .mobile-menu-wrapper .mobile-banner svg {
  position: relative;
  bottom: -20px;
  transition: bottom 0.5s ease 500ms;
}
.nav .nav-content .mobile-menu-wrapper .mobile-banner > * {
  margin: 0 32px;
}
.nav .nav-content .mobile-menu-wrapper .mobile-banner div {
  font-weight: 700;
  font-size: 16px;
  color: #201932;
  margin: 20px 32px 12px;
}
.nav .nav-content .mobile-menu-wrapper .mobile-banner p {
  font-size: 16px;
  margin-bottom: 28px;
}
.nav .nav-content .mobile-menu-wrapper .mobile-banner .line {
  margin: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(93.66deg, rgba(147, 51, 234, 0.6) -15.33%, #6b4ee6 139.21%);
}
.nav .nav-content .mobile-menu-wrapper .nav-links {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding-top: 28px;
  gap: 4px;
}
.nav .nav-content .mobile-menu-wrapper .nav-links a {
  width: 100%;
  padding: 16px 32px;
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 24px;
  font-weight: 500;
  font-size: 18px;
  color: #201932;
  transform: translateX(-30%);
  transition: transform 0.5s ease 0.4s;
}
.nav .nav-content .mobile-menu-wrapper .nav-links a:nth-of-type(1) {
  transition-delay: 400ms;
}
.nav .nav-content .mobile-menu-wrapper .nav-links a:nth-of-type(2) {
  transition-delay: 500ms;
}
.nav .nav-content .mobile-menu-wrapper .nav-links a:nth-of-type(3) {
  transition-delay: 600ms;
}
.nav .nav-content .mobile-menu-wrapper .nav-links a:nth-of-type(4) {
  transition-delay: 700ms;
}
.nav .nav-content .mobile-menu-wrapper[iscollapsed] .mobile-banner {
  opacity: 1;
}
.nav .nav-content .mobile-menu-wrapper[iscollapsed] .mobile-banner svg {
  bottom: 0;
}
.nav .nav-content .mobile-menu-wrapper[iscollapsed] .nav-links a {
  transform: translateX(0);
}
.nav .nav-toggle {
  background-color: transparent;
  width: 24px;
  height: 24px;
}
.nav .nav-toggle svg {
  width: 100%;
  height: 100%;
}
.nav .cta-button {
  display: none;
  padding: 12px 18px;
  margin: 0;
}

@media screen and (min-width: 1024px) {
  .nav {
    max-width: min(100% - 85px, 1264px);
    padding: 18px 64px 28px;
    margin: 16px auto 0;
  }
  .nav .top-nav {
    display: flex;
  }
  .nav .nav-content .mobile-menu-wrapper {
    position: static;
    width: auto;
    height: auto;
    background-color: transparent;
    border-radius: 0;
  }
  .nav .nav-content .mobile-menu-wrapper .mobile-banner {
    display: none;
  }
  .nav .nav-content .mobile-menu-wrapper .wrapper-content {
    height: auto;
    background-color: transparent;
    padding: 0;
    margin: 0;
    box-shadow: none;
  }
  .nav .nav-content .mobile-menu-wrapper .nav-links {
    display: flex;
    flex-direction: row;
    gap: 42px;
  }
  .nav .nav-content .mobile-menu-wrapper .nav-links a {
    font-weight: 700;
    font-size: 14px;
    color: rgba(168, 168, 179, 0.5019607843);
    padding: 0;
  }
  .nav .nav-content .mobile-menu-wrapper .nav-links a:hover {
    color: #fff;
  }
  .nav .nav-content .mobile-menu-wrapper .nav-links a svg {
    display: none;
  }
  .nav .nav-content .nav-toggle {
    display: none;
  }
  .nav .nav-content .cta-button {
    display: block;
  }
}
.cta-button {
  font-weight: 700;
  color: #fff;
  background-image: linear-gradient(93.66deg, rgba(147, 51, 234, 0.6) -15.33%, #6b4ee6 139.21%);
  padding: 5px 11px;
  border-radius: 999px;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(14px, 2vw, 16px);
}

@media screen and (min-width: 1024px) {
  .cta-button {
    padding: 8px 30px;
  }
}
.section-heading {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
  z-index: 1;
}
.section-heading h2 {
  font-size: 20px;
  font-size: clamp(20px, 5vw, 48px);
}
.section-heading .section-heading-br {
  display: none;
}

@media screen and (min-width: 1024px) {
  .section-heading .section-heading-br {
    display: initial;
  }
}
.section-tag {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(14px, 2vw, 16px);
  color: #6b4ee6;
  width: 113px;
  height: 30px;
  box-shadow: inset 0 0 0 1px #eee2fe;
  border-radius: 999px;
  background: linear-gradient(90deg, #e9d8ff -195.88%, rgba(255, 255, 255, 0) 364.12%, #29252e 364.12%);
}

.hero {
  text-align: center;
}
.hero .hero-cont {
  margin: 77px 18px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hero h1 {
  font-weight: 500;
  font-size: clamp(24px, 5vw, 80px);
  margin: 0;
}
.hero p {
  margin: 8px 0;
}
.hero .cta-button {
  font-size: clamp(12px, 1.5vw, 16px);
}


.hero .img-cont {
  margin: 22px 0 38px;
  border-radius: 999px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 6.5px 40px -1.6px;
  position: relative;
  overflow: hidden;
}

.hero .img-cont video {
  width: 100%;
  max-width: 1266px;
  height: auto;
  aspect-ratio: 13/5;
  object-fit: cover;
  display: block;
}
.hero .img-cont img {
  width: 100%;
  max-width: 1266px;
  height: auto;
  aspect-ratio: 13/5;
  object-fit: cover;
  display: block;
}
.hero .img-cont:hover::after {
  opacity: 1;
}
.hero .img-cont::after {
  opacity: 0;
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270.17deg, rgba(108, 79, 246, 0.5) 0.15%, rgba(236, 72, 153, 0.45625) 50.96%, rgba(147, 51, 234, 0.4) 99.85%);
  transition: opacity 0.5s ease;
}
.hero .numbers {
  padding: 16px 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
  line-height: 1.25;
  box-shadow: inset 0 0 0 1px #eff0f6;
  border-radius: 16px;
  background-color: #fff;
}
.hero .numbers dt {
  font-weight: 700;
  font-size: clamp(24px, 5vw, 48px);
  color: #6b4ee6;
  background: linear-gradient(93.66deg, rgba(147, 51, 234, 0.6) -15.33%, #6b4ee6 139.21%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.hero .numbers dd {
  font-size: clamp(16px, 3vw, 22px);
  color: #201932;
}

@media screen and (min-width: 1024px) {
  .hero .hero-cont {
    margin: 215px 85px 0;
  }
  .hero h1 {
    font-weight: 700;
  }
  .hero p {
    margin: 16px 0;
  }
  .hero .img-cont {
    margin: 48px 0;
  }
  .hero .numbers {
    width: fit-content;
    margin: 0 auto;
    flex-direction: row;
    gap: 107px;
  }
}
.services {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  padding-bottom: 44px;
  margin: 0 18px;
}
.services h2 {
  max-width: 198px;
}
.services .services-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 1px #eff0f6;
  background-color: #fff;
  border-radius: 16px;
}
.services .service-item {
  position: relative;
  padding: 44px 20px 20px;
}
.services .service-item h3 {
  font-weight: 500;
  font-size: clamp(20px, 3vw, 24px);
  margin: 16px 0 24px;
}
.services .service-item p {
  max-width: 520px;
  font-size: 16px;
}
.services .service-item .blur-circle {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  width: 155.75px;
  height: 155.75px;
  border-radius: 999px;
  filter: blur(36px);
  background: radial-gradient(168.51% 356.34% at 50.11% 50.08%, #e9d8ff 0%, rgba(255, 255, 255, 0) 100%, rgba(233, 216, 255, 0) 100%);
}
.services .actions {
  margin: 0 18px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.services .actions .cta-button {
  padding: 8px 30px;
}
.services .actions .cta-button-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  font-size: clamp(14px, 2vw, 16px);
  line-height: 1.7;
}

@media screen and (min-width: 420px) {
  .services h2 {
    max-width: unset;
  }
}
@media screen and (min-width: 1024px) {
  .services {
    padding-bottom: 0;
  }
  .services .services-list {
    margin-top: 20px;
    flex-direction: row;
    padding: 47px 65px;
    justify-content: space-between;
  }
  .services .service-item {
    max-width: 280px;
    height: 328px;
    padding: 44px 20px 113px;
    margin-right: 2vw;
  }
  .services .service-item:last-of-type {
    margin-right: 0;
  }
  .services .actions {
    margin: 0 85px;
    flex-direction: row;
  }
}
@media screen and (min-width: 1350px) {
  .services .service-item {
    margin-right: 160px;
  }
}
.packages {
  padding: 0 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  position: relative;
}
.packages .packages-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.packages .package-item {
  position: relative;
  z-index: 1;
  max-width: 358px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding: 36px 20px 25px;
  border-radius: 32px;
  box-shadow: inset 0 0 0 1px #eff0f6;
  background-color: #fff;
  font-size: 16px;
}
.packages .package-item:first-of-type h3.section-tag {
  width: 156px;
}
.packages .package-item h3.section-tag {
  width: 145px;
  font-size: 16px;
}
.packages .package-item .price {
  font-size: 36px;
  color: #6b4ee6;
  cursor: default;
  font-weight: 400;
  font-variation-settings: "wght" 400;
  letter-spacing: 0em;
  transition: font-variation-settings 0.5s ease, letter-spacing 0.5s ease;
}
.packages .package-item .price.bold {
  font-variation-settings: "wght" 700;
  letter-spacing: -0.015em;
}
@supports not (font-variation-settings: "wght" 400) {
  .packages .package-item .price.bold {
    font-weight: 700;
  }
}
.packages .package-item ul {
  padding-left: 1.1em;
}
.packages .package-item ul li::marker {
  margin-right: 0px !important;
}
.packages .blur-circle,
.packages .blur-circle2,
.packages .blur-circle3 {
  position: absolute;
  filter: blur(36px);
  border-radius: 999px;
  background: radial-gradient(168.51% 356.34% at 50.11% 50.08%, #e9d8ff 0%, rgba(255, 255, 255, 0) 100%, rgba(233, 216, 255, 0) 100%);
}
.packages .blur-circle {
  width: clamp(363px, 60vw, 600px);
  height: clamp(363px, 60vw, 600px);
  top: 50%;
  right: 0;
  transform: translateX(50%);
}
.packages .blur-circle:hover {
  transform: translateX(50%) scale(1.5);
}
.packages .blur-circle2 {
  display: none;
  width: 160px;
  height: 160px;
  top: 55%;
  left: 50%;
  transform: translateX(calc(-50% - 189px));
}
.packages .blur-circle2:hover {
  transform: translateX(calc(-50% - 189px)) scale(1.5);
}
.packages .blur-circle3 {
  display: none;
  width: 160px;
  height: 160px;
  top: 55%;
  left: 50%;
  transform: translateX(calc(-50% + 189px));
}
.packages .blur-circle3:hover {
  transform: translateX(calc(-50% + 189px)) scale(1.5);
}

@media screen and (min-width: 1024px) {
  .packages .packages-list {
    flex-direction: row;
  }
  .packages .blur-circle {
    top: 20%;
    transform: translateX(50%);
  }
  .packages .blur-circle2,
  .packages .blur-circle3 {
    display: block;
  }
}
.why-us {
  margin: 0 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
.why-us .section-tag {
  width: 120px;
}
.why-us .why-us-list {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 30px;
}
.why-us .why-us-item {
  max-width: 400px;
  padding: 20px;
  box-shadow: inset 0 0 0 1px #eff0f6;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 16px;
  background-color: #fff;
}
.why-us .why-us-item img {
  height: 220px;
  width: min(100%, 360px);
  object-fit: cover;
  overflow: hidden;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.12), 0px 15px 35px rgba(103, 110, 118, 0.08);
}
.why-us .why-us-item .img-overlay {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.why-us .why-us-item .img-overlay:hover::before {
  opacity: 1;
}
.why-us .why-us-item .img-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(32, 25, 50, 0.3) 0%, rgba(147, 51, 234, 0.18) 100%);
  opacity: 0;
  transition: opacity 0.5s ease;
}
.why-us .why-us-item h3 {
  font-size: 20px;
  font-weight: 500;
  margin: 20px 0 15px;
}
.why-us .why-us-item p {
  font-size: 16px;
}
.why-us .blur-circle {
  position: absolute;
  inset: 0;
  top: 20%;
  left: -100%;
  margin: auto;
  z-index: -1;
  width: 363px;
  height: 363px;
  border-radius: 999px;
  filter: blur(36px);
  background: radial-gradient(168.51% 356.34% at 50.11% 50.08%, #e9d8ff 0%, rgba(255, 255, 255, 0) 100%, rgba(233, 216, 255, 0) 100%);
}
.why-us .cta-button {
  padding: 12px 18px;
}

@media screen and (min-width: 1024px) {
  .why-us .why-us-list {
    flex-direction: row;
  }
  .why-us .why-us-item {
    flex: 0 0 min(33vw - 30px, 400px);
  }
}
.testimonials {
  max-width: 1264px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}
.testimonials .section-tag {
  width: 113px;
}
.testimonials .testimonials-inner {
  max-width: 1264px;
  overflow-x: clip;
  padding: 0 26px;
  position: relative;
  z-index: 1;
}
.testimonials .testimonials-carousel {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.testimonials .testimonials-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
}
.testimonials .testimonials-item {
  position: relative;
  flex: 0 0 100%;
  margin-left: 26px;
  text-align: left;
  border-radius: 16px;
  max-width: 500px;
  padding: 39px 26px 26px;
  background-color: #fff;
  box-shadow: 10px 10px 30px 0px rgba(0, 0, 0, 0.1019607843);
  transition: background 0.5s ease;
}
.testimonials .testimonials-item:hover {
  background-color: #6b4ee6;
}
.testimonials .testimonials-item:hover > *,
.testimonials .testimonials-item:hover .testimonial-author .text div:first-child {
  color: #fff;
}
.testimonials .testimonials-item:hover svg .svg-solid {
  opacity: 1;
}
.testimonials .testimonials-item > svg {
  width: clamp(43px, -2px + 7.5vw, 60px);
  height: auto;
}
.testimonials .testimonials-item > svg .svg-solid {
  opacity: 0;
  transition: opacity 0.5s ease;
  will-change: opacity;
  pointer-events: none;
}
.testimonials .testimonials-item > *:not(.item-blur-circle),
.testimonials .testimonials-item .testimonial-author .text div:first-child {
  transition: color 0.5s ease;
}
.testimonials .testimonials-item:first-of-type {
  margin-left: 0;
}
.testimonials .testimonials-item p {
  color: #201932;
  margin: 13px 0 16px;
  font-size: clamp(12px, 2px + 1.6vw, 18px);
}
.testimonials .testimonials-item .testimonial-author {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  font-weight: 500;
}
.testimonials .testimonials-item .testimonial-author .text {
  font-size: clamp(10px, -1.41px + 1.89vw, 14px);
}
.testimonials .testimonials-item .testimonial-author .text :first-child {
  font-size: clamp(14px, 1.82px + 2.03vw, 19px);
  color: #2b2b2b;
}
.testimonials .testimonials-item .testimonial-author .stars {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  flex-wrap: nowrap;
}
.testimonials .testimonials-item .testimonial-author .stars svg {
  flex-shrink: 0;
  width: clamp(7.3px, -2.18px + 1.58vw, 14px);
  height: auto;
}
.testimonials .testimonials-item .line {
  height: 1px;
  width: 100%;
  background-color: #a8a8b3;
  margin-bottom: 26px;
}
.testimonials .carousel-controls {
  margin: 0 9px 49px;
  align-self: flex-end;
  display: flex;
  gap: 10px;
}
.testimonials .carousel-controls button {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
  width: clamp(35px, 6.34px + 4.78vw, 55px);
  height: clamp(35px, 6.34px + 4.78vw, 55px);
  background: linear-gradient(93.66deg, rgba(147, 51, 234, 0.6) -15.33%, #6b4ee6 139.21%);
}
.testimonials .carousel-controls button:disabled {
  background: transparent;
  box-shadow: inset 0 0 0 1px #6b4ee6;
}
.testimonials .carousel-controls button:disabled svg path {
  stroke: #6b4ee6;
}
.testimonials .blur-circle,
.testimonials .item-blur-circle {
  position: absolute;
  border-radius: 999px;
  background: radial-gradient(168.51% 356.34% at 50.11% 50.08%, #e9d8ff 0%, rgba(255, 255, 255, 0) 100%, rgba(233, 216, 255, 0) 100%);
}
.testimonials .item-blur-circle {
  width: clamp(60px, 6.34px + 8.96vw, 100px);
  height: clamp(60px, 6.34px + 8.96vw, 100px);
  z-index: 2;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  filter: blur(26px);
}
.testimonials .item-blur-circle:hover {
  transform: translate(-50%, -50%) scale(1.5);
  filter: blur(16px);
}
.testimonials .blur-circle {
  top: 10%;
  right: 0;
  z-index: 0;
  transform: translateX(50%);
  width: 363px;
  height: 363px;
  filter: blur(36px);
}
.testimonials .blur-circle:hover {
  transform: translateX(50%) scale(1.5);
}

@media screen and (min-width: 580px) {
  .testimonials .testimonials-item {
    flex: 0 0 calc(50% - 13px);
  }
}
@media screen and (min-width: 1024px) {
  .testimonials .testimonials-inner {
    border-radius: 16px;
    padding: 95px 76px 46px;
    background-color: #fff;
    box-shadow: inside 0 0 0 1px #eff0f6;
  }
  .testimonials .testimonials-carousel {
    gap: 97px;
  }
  .testimonials .testimonials-item {
    flex: 0 0 calc(50% - 38px);
    max-width: unset;
    padding: 34px 60px 43px;
    margin-left: 76px;
  }
  .testimonials .testimonials-item .testimonial-author .stars {
    gap: 4px;
  }
  .testimonials .carousel-controls {
    margin: 0;
    margin-right: 30%;
  }
}
.collaboration .section-heading p {
  max-width: 250px;
}
.collaboration .section-tag {
  width: 113px;
}
.collaboration .collaboration-list {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 18px 26px;
}
.collaboration .collaboration-item {
  max-width: 272px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 44px 0px 38px 20px;
}
.collaboration .collaboration-item h3 {
  font-weight: 500;
  font-size: clamp(20px, 11.32px + 1.45vw, 24px);
}
.collaboration .collaboration-item ul {
  padding-left: 1.1em;
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 16px;
}
.collaboration .item-blur-circle {
  position: absolute;
  inset: 0;
  margin: auto;
  z-index: -1;
  width: 155.75px;
  height: 155.75px;
  border-radius: 999px;
  filter: blur(36px);
  background: radial-gradient(168.51% 356.34% at 50.11% 50.08%, #e9d8ff 0%, rgba(255, 255, 255, 0) 100%, rgba(233, 216, 255, 0) 100%);
}
.collaboration .blur-circle {
  display: none;
  position: absolute;
  right: 0;
  transform: translateX(80%);
  z-index: 1;
  width: 500px;
  height: 500px;
  border-radius: 999px;
  filter: blur(36px);
  background: radial-gradient(168.51% 356.34% at 50.11% 50.08%, #e9d8ff 0%, rgba(255, 255, 255, 0) 100%, rgba(233, 216, 255, 0) 100%);
}
.collaboration .blur-circle:hover {
  transform: translateX(80%) scale(1.5);
}

@media screen and (min-width: 500px) {
  .collaboration .section-heading {
    margin-bottom: 20px;
  }
  .collaboration .section-heading p {
    max-width: unset;
  }
  .collaboration .collaboration-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 800px) {
  .collaboration .collaboration-list {
    padding: 29px 100px;
  }
}
@media screen and (min-width: 1024px) {
  .collaboration {
    margin: 0 85px 26px;
  }
  .collaboration .collaboration-list {
    border-radius: 16px;
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #eff0f6;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 24px 162px;
    max-width: 1274px;
    margin: 0 auto;
    padding: 29px 100px;
  }
  .collaboration .collaboration-item {
    padding: 44px 20px 20px;
  }
  .collaboration .blur-circle {
    display: block;
  }
}
.portfolio .section-tag {
  width: 113px;
}
.portfolio .text-content {
  margin: 0 auto;
  max-width: 800px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 30px 60px 30px 35px;
}
.portfolio .text-content p {
  position: relative;
  z-index: 1;
  color: #201932;
  font-size: clamp(14px, 9.66px + 0.73vw, 16px);
}
.portfolio .text-content .subtitle {
  text-transform: uppercase;
  font-size: clamp(20px, 9.66px + 1.72vw, 28px);
  margin-bottom: 14px;
}
.portfolio .text-content .subtitle span {
  color: #6b4ee6;
  font-weight: 700;
}
.portfolio .text-content .paragraphs {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.portfolio .portfolio-list.collapsed .portfolio-button svg {
  transform: rotate(180deg);
}
.portfolio .portfolio-list.collapsed .portfolio-item {
  grid-template-rows: 1fr;
  opacity: 1;
  margin-top: 40px;
}
.portfolio .portfolio-list.collapsed .portfolio-item:first-of-type {
  margin-top: 0;
}
.portfolio .portfolio-list.collapsed .portfolio-item .text-cont {
  height: auto;
  margin-top: 12px;
}
.portfolio .portfolio-list {
  margin: 0 auto;
  padding: 23px 36px 0;
  display: flex;
  flex-direction: column;
  max-width: 800px;
  position: relative;
  z-index: 1;
}
.portfolio .portfolio-button {
  border-radius: 999px;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 4px 4px 0 #e9d8ff;
  transition: margin, 1s ease;
}
.portfolio .portfolio-button svg {
  transition: margin, 1s ease;
}
.portfolio .portfolio-item {
  display: grid;
  transition: all, 1s ease;
  grid-template-rows: 0fr;
  opacity: 0;
  margin-top: 0;
}
.portfolio .portfolio-item > * {
  min-height: 0;
}
.portfolio .portfolio-item:first-of-type {
  grid-template-rows: 1fr;
  opacity: 1;
}
.portfolio .portfolio-item:first-of-type .text-cont {
  height: auto;
  margin-top: 12px;
}
.portfolio .portfolio-item img {
  width: 100%;
  height: auto;
}
.portfolio .portfolio-item .text-cont {
  height: 0;
  margin-top: 0;
  line-height: 32px;
  color: #201932;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
}
.portfolio .portfolio-item .text-cont h3 {
  font-weight: 700;
}
.portfolio .blur-circle {
  position: absolute;
  inset: 0;
  bottom: -140%;
  left: -120%;
  margin: auto;
  z-index: 0;
  width: 363px;
  height: 363px;
  border-radius: 999px;
  filter: blur(36px);
  background: radial-gradient(168.51% 356.34% at 50.11% 50.08%, #e9d8ff 0%, rgba(255, 255, 255, 0) 100%, rgba(233, 216, 255, 0) 100%);
}
.portfolio .blur-circle:hover {
  transform: scale(1.5);
}

.contact {
  position: relative;
  margin: 0 18px;
  border-radius: 16px;
  height: clamp(260px, -95.85px + 59.34vw, 570px);
  max-width: 1264px;
  overflow: hidden;
}
.contact .contact-content {
  z-index: 2;
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  color: #fff;
  text-align: center;
}
.contact .contact-content::before, .contact .contact-content::after {
  content: "";
  position: absolute;
  inset: 0;
  transform: skewX(-3deg) scale(1.1);
}
.contact .contact-content::before {
  background: url("../assets/imgs/contactbg1.jpg") center/cover no-repeat;
}
.contact .contact-content::after {
  background: url("../assets/imgs/contactbg2.jpg") center/cover no-repeat;
  opacity: 0;
  transition: opacity 1.5s ease;
}
.contact .contact-content:hover::after, .contact .contact-content:focus-within::after {
  opacity: 1;
}
.contact .contact-content > * {
  position: relative;
  z-index: 1;
}
.contact .contact-content svg {
  width: clamp(38px, 15.13px + 3.81vw, 58px);
  height: auto;
}
.contact .contact-content h3 {
  color: #fff;
  font-size: clamp(24px, 6.34px + 2.94vw, 48px);
}
.contact .contact-content p {
  margin: 0 36px;
}
.contact .contact-content .mail {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .contact {
    margin: 0 auto;
  }
  .contact .contact-content {
    gap: 26px;
  }
  .contact .contact-content svg {
    margin-bottom: 24px;
  }
}
.contact .contact-content .input-cont {
  position: relative;
  margin: 0 8px;
}
.contact .contact-content .input-cont form {
  padding: 3px 3px 3px 17px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e2e8f1, 0px 2px 24px 2px rgba(29, 32, 36, 0.0196078431);
}
.contact .contact-content .input-cont form p {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 9px;
  font-size: clamp(12px, 5.66px + 1.06vw, 14px);
}
.contact .contact-content .input-cont form p br,
.contact .contact-content .input-cont form p .wpcf7-spinner {
  display: none;
}
.contact .contact-content .input-cont form fieldset,
.contact .contact-content .input-cont form .wpcf7-response-output {
  display: none;
}
.contact .contact-content .input-cont form input[type=email] {
  width: 100%;
  max-width: 232px;
}
.contact .contact-content .input-cont form input[type=email]::placeholder {
  color: #a8a8b3;
}
.contact .contact-content .input-cont form input[type=submit],
.contact .contact-content .input-cont form button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 31px;
  background-color: #6b4ee6;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
  white-space: nowrap;
  transition: all 0.5s ease;
}
.contact .contact-content .input-cont form input[type=submit]:hover {
  background-image: linear-gradient(93.66deg, rgba(147, 51, 234, 0.6) -15.33%, #6b4ee6 139.21%);
}
.contact .contact-content .input-cont form input[type=submit].changing {
  background-color: rgba(107, 78, 230, 0.8);
}
.contact .contact-content .input-cont form.sent input[type=submit]:disabled {
  background-image: none;
  cursor: not-allowed;
  background-color: rgba(107, 78, 230, 0.8);
}
.contact .contact-content .inptcnt {
  padding: 3px 3px 3px 17px;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: inset 0 0 0 1px #e2e8f1, 0px 2px 24px 2px rgba(29, 32, 36, 0.0196078431);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.5px;
  font-size: clamp(12px, 5.66px + 1.06vw, 14px);
}
.contact .contact-content .inptcnt input[type=email]::placeholder {
  color: #a8a8b3;
}
.contact .contact-content .inptcnt input[type=submit],
.contact .contact-content .inptcnt button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 31px;
  background-color: #6b4ee6;
  color: #fff;
  font-weight: 700;
  border-radius: 10px;
}

@media screen and (min-width: 1024px) {
  .contact .contact-content {
    margin: 0 auto;
  }
  .contact .contact-content .input-cont form {
    margin-top: 24px;
  }
  .contact .contact-content .input-cont form input[type=submit],
  .contact .contact-content .input-cont form button {
    width: 210px;
    height: 42px;
  }
  .contact .contact-content .inptcnt {
    margin-top: 24px;
  }
  .contact .contact-content .inptcnt input[type=email] {
    width: 232px;
  }
  .contact .contact-content .inptcnt input[type=submit],
  .contact .contact-content .inptcnt button {
    width: 210px;
    height: 42px;
  }
}
.footer {
  padding: 34px;
  color: #fff;
  background: #6b4ee6 url("../assets/imgs/footer-overlay.png") center/cover no-repeat;
  background-size: 200% 250%;
}
.footer .footer-content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 1264px;
}
.footer .socials img {
  height: 24px;
  width: auto;
}
.footer .socials p {
  font-size: clamp(12px, 5.66px + 1.06vw, 14px);
  margin: 5px 0 10px;
}
.footer .socials .socials-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 12px;
}
.footer .links {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 70px;
  gap: 8px;
}
.footer .links a {
  width: 50%;
  font-size: clamp(11px, 4.66px + 1.06vw, 14px);
  font-weight: 700;
  letter-spacing: 0.005em;
}
.footer .links .heading {
  display: none;
}
.footer .heading {
  font-size: clamp(14px, 9.66px + 0.73vw, 16px);
  font-weight: 700;
  letter-spacing: 0.005em;
}
.footer .footer-contact {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer .footer-contact .contact-list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer .footer-contact .contact-item {
  width: 50%;
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-weight: 500;
  font-size: clamp(11px, 4.66px + 1.06vw, 14px);
}
.footer .copyright {
  text-align: center;
  padding: 18px 40px 0;
  font-weight: 700;
  font-size: clamp(11px, 4.66px + 1.06vw, 14px);
  border-top: 1px solid #fff;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 47px 0;
    flex-direction: row;
    background-size: 100% 200%;
    transition: background-position 3s ease;
  }
  .footer:hover {
    background-position: center bottom;
  }
  .footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 87px 32px;
  }
  .footer .socials p {
    margin: 24px 0;
  }
  .footer .socials .socials-list svg {
    width: 28px;
    height: auto;
  }
  .footer .links {
    max-height: unset;
    flex-wrap: nowrap;
    gap: 4px;
  }
  .footer .links a:first-of-type {
    display: none;
  }
  .footer .links .heading {
    margin-bottom: 20px;
    display: block;
  }
  .footer .footer-contact {
    gap: 24px;
  }
  .footer .footer-contact .contact-list {
    flex-direction: column;
    align-items: start;
  }
  .footer .footer-contact .contact-item {
    gap: 10px;
    width: auto;
    flex-direction: row;
  }
  .footer .footer-contact .contact-item svg {
    width: 20px;
    height: auto;
  }
  .footer .copyright {
    padding: 32px 0 0;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  line-height: 1.25;
}

.blur-circle,
.blur-circle2,
.blur-circle3,
.item-blur-circle {
  transition: transform 1s ease-in-out, filter 1s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Inter Tight", "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(12px, 2vw, 16px);
  color: #a8a8b3;
  background-color: #fff;
}

.no-scroll {
  overflow-y: hidden;
}

h1,
h2,
h3 {
  font-weight: 400;
  color: #201932;
}

p {
  line-height: 1.2;
}

a {
  display: block;
  color: inherit;
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}

img {
  display: inline-block;
}

input {
  text-decoration: none;
}

button,
input[type=submit] {
  line-height: 1.25;
  border: none;
}
button:hover,
input[type=submit]:hover {
  cursor: pointer;
}
button:disabled:hover,
input[type=submit]:disabled:hover {
  cursor: initial;
}

input {
  line-height: 1.25;
  outline: none;
  border: none;
}

.content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 38px;
  overflow-x: hidden;
}

@media screen and (min-width: 1024px) {
  body {
    background-color: #f9fafb;
  }
  .content-wrapper {
    gap: 105px;
  }
}

/*# sourceMappingURL=style.css.map */
