:root {
  --white: #fff;
  --black: #000;
  --magenta: #850e5e;
  --dark-grey: #2d2d2d;
  --dark: #373737;
  --light-grey: #d1cec2;
  --very-light: #e8e6e0;
  --grey: #707070;
  --orange: #fb9575;
  --faded: #d4b0b0;
  --reverse-magenta: #7af1a1;
  --reverse-dark-grey: #d2d2d2;
}

*,
*::before,
*::after {
  margin: 0;

  padding: 0;

  box-sizing: border-box;

  scroll-behavior: smooth;

  -webkit-tap-highlight-color: transparent;

  /* set the header height here */

  scroll-margin-top: 110px;
}

a,
a:hover {
  text-decoration: none;
}

img,
picture,
svg {
  height: auto;
}

img,
picture,
svg,
video,
iframe {
  display: block;

  max-width: 100%;
}

input,
textarea,
select,
button {
  font-family: inherit;
}
.questa {
  font-family: "questa-grande", serif;
  font-style: normal;
}
/* set nice colors here */

::selection {
  background-color: var(--black);

  color: var(--white);
}

html {
  font-family: "Poppins", sans-serif;
  font-style: normal;

  font-size: 16px;

  font-weight: 400;
}
body {
  background: var(--white);
}
.site-content {
  overflow-x: hidden;

  max-width: 100%;
}

.container {
  width: 100%;

  /* set container width */

  max-width: 1200px;
}

.mx-auto {
  margin-left: auto;

  margin-right: auto;
}

.upper {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

strong,
.bold {
  font-weight: 700;
}

.semi-bold {
  font-weight: 600;
}

.medium {
  font-weight: 500;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.right-text {
  text-align: right;
}

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

.white {
  color: var(--white);
}

.black-bg {
  background-color: var(--black);
}

.set-bg {
  background-size: cover;

  background-position: center;

  background-repeat: no-repeat;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.spinner {
  width: 50px;
  height: 50px;
  border: 6px solid #ccc;
  border-top-color: #333;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.home-hero-footer {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  padding-left: 40px;
}
.contact-hero {
  padding-left: 40px;
}
.full-h,
.contact-hero {
  min-height: 100vh;
  min-height: 100svh;
}
.home-hero-slider,
.contact-hero-wrapper {
  position: relative;
  overflow: hidden;
  height: calc(100vh - 120px);
  height: calc(100svh - 120px);
  user-select: none;
}
.home-hero-slide,
.footer-slider {
  display: flex;
  height: 100%;
  transition: transform 0.6s linear;
  transform: translateX(0);
}
.home-hero-flex-imgs {
  display: flex;
  align-items: flex-start;
}
.home-hero-s {
  display: block;
  position: relative;
}
.home-hero-s img,
.home-hero-s video {
  width: 100%;
  height: 100%;
}
.home-hero-s3 {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-hero-s9 {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-top: 12vh;
}
.home-hero-flex-imgs-s3 {
  height: 58%;
}
.home-hero-s1 {
  aspect-ratio: 933 / 536;
  height: 100%;
}
.home-hero-s2 {
  aspect-ratio: 151 / 268;
  height: 100%;
}
.home-hero-s4 {
  aspect-ratio: 141 / 91;
  height: 100%;
}
.home-hero-s5 {
  height: 100%;
  aspect-ratio: 337 / 364;
}
.home-hero-s6 {
  height: 58.69%;
  aspect-ratio: 237 / 167;
}
.home-hero-s7 {
  height: 100%;
  aspect-ratio: 427 / 569;
}
.home-hero-s8 {
  height: 100%;
  aspect-ratio: 2 / 3;
}
.home-hero-flex-imgs-s1 {
  height: 39%;
}
.home-hero-flex-imgs-s2 {
  height: 61%;
}
.dark-grey {
  color: var(--dark-grey);
}
.magenta {
  color: var(--magenta);
}
.p-14 {
  font-size: 14px;
  line-height: 1.4;
}
.fizz-up-btn {
  min-width: 106px;
  width: 106px;
  height: 106px;
  border-radius: 50%;
  border: 1px solid var(--light-grey);
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: transform 300ms ease-out;
  transform: translateY(0);
  cursor: pointer;
}
.fizz-up-btn:hover {
  transform: translateY(-30px);
}
.fizz-up-btn svg path {
  fill: var(--magenta);
  transition: all 300ms ease-out;
}
.fizz-up-btn:hover svg path {
  fill: var(--very-light);
}
.home-hero-up-wrapper {
  height: calc(42% - 12vh);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.fizz-up-btn::before,
.fizz-up-btn::after,
.home-hero-bubble::after {
  content: "";
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--light-grey);
  display: block;
}
.fizz-up-btn::before {
  width: 37px;
  height: 37px;
  top: -56px;
  left: 0;
}
.fizz-up-btn::after {
  width: 26px;
  height: 26px;
  top: -14px;
  right: -30px;
}
.home-hero-up-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 40px;
  padding-top: 10px;
}
.home-hero-link {
  display: flex;
  align-items: center;
  gap: 12px;
}
.home-hero-link .home-hero-link-bubble {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--magenta);
  border-radius: 50%;
  transition: all 300ms ease-out;
}
.home-hero-link .home-hero-link-txt,
.services-see-more,
.see-more-link {
  font-size: 14px;
  color: var(--magenta);
  display: block;
  line-height: 1;
  position: relative;
}
.home-hero-link .home-hero-link-txt::after,
.services-see-more::after,
.see-more-link::after {
  content: "//";
  display: inline-block;
  min-width: 14px;
  margin-left: 3px;
  text-align: right;
}
.services-see-more.wd-serv-more::after {
  content: none;
}
.home-hero-link:hover .home-hero-link-txt::after {
  content: ">";
}
.home-hero-link:hover .home-hero-link-bubble {
  transform: translateX(-12px);
}
.p-18 {
  font-size: 18px;
  line-height: 1.33;
}
.home-hero-bubble-txt {
  font-size: 60px;
  line-height: 50px;
  transition: all 300ms ease-out;
}
.home-hero-bubble {
  position: relative;
}
.home-hero-bubble::after {
  width: 21px;
  height: 21px;
  top: 27px;
  left: 57%;
}
.home-hero-empty,
.home-hero-static {
  display: inline-block;
}
.home-hero-bubble .p-18.dark-grey {
  white-space: nowrap;
}
.home-hero-bubble .home-hero-empty {
  transform: scaleX(1);
  transform-origin: left;
  transition: all 300ms ease-out;
}
.home-hero-bubble:hover .home-hero-empty {
  transform: scaleX(0);
}
.home-hero-bubble:hover .home-hero-bubble-txt {
  font-size: 130px;
  line-height: 80px;
}
.home-hero-bubble .home-hero-bubble-txt > span,
.home-hero-bubble .home-hero-static {
  transition: all 300ms ease-out;
}
.home-hero-bubble:hover .home-hero-bubble-txt > span {
  font-size: 180px;
}
.home-hero-bubble:hover .home-hero-static {
  transform: translateX(-125%);
}
.grey {
  color: var(--grey);
}
.big-bubble-txt {
  font-size: 70px;
  line-height: 0.6;
}
.home-hero-slider-big-bubble {
  position: absolute;
  bottom: -10px;
  left: -129px;
  z-index: 80;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 13px 6px rgba(0, 0, 0, 0.051);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  width: 258px;
  height: 258px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 50%;
  transition: all 300ms ease-out;
}
.home-hero-slider-big-bubble:hover {
  width: 304px;
  height: 304px;
  left: -152px;
  bottom: 30px;
}
.big-bubble-content,
.big-bubble-content-2 {
  position: absolute;
  max-width: 90%;
}
.big-bubble-content {
  opacity: 1;
  transition: all 150ms ease-out 150ms;
}
.home-hero-slider-big-bubble:hover .big-bubble-content {
  opacity: 0;
  transition: all 150ms ease-out;
}
.big-bubble-content-2 {
  opacity: 0;
  transition: all 150ms ease-out;
}
.big-bubble-txt-2 {
  font-size: 50px;
}
.home-hero-slider-big-bubble:hover .big-bubble-content-2 {
  opacity: 1;
  transition: all 150ms ease-out 150ms;
}
.home-hero-nav {
  position: absolute;
  top: 80%;
  z-index: 10;
  display: flex;
  gap: 30px;
  right: 25%;
  pointer-events: none;
}
.home-hero-nav-left,
.home-hero-nav-right {
  pointer-events: all;
  cursor: pointer;
  transition: all 300ms ease-out;
}
.home-hero-nav-btn svg {
  min-width: 22px;
}
.home-hero-nav-btn svg line {
  stroke: var(--grey);
  transition: all 200ms ease-out;
}
.home-hero-nav-btn.active svg line {
  stroke: var(--magenta);
  stroke-width: 3;
}
.home-hero-nav-right.active:hover {
  transform: translateX(10px);
}
.home-hero-nav-left.active:hover {
  transform: translateX(-10px);
}
.dark {
  color: var(--dark);
}
.full-container {
  width: 100%;
  padding-left: 40px;
  padding-right: 40px;
}
.p-60 {
  font-size: 60px;
  line-height: 1.1;
}
.py-200 {
  padding-top: 200px;
  padding-bottom: 200px;
}
.att-flex {
  display: flex;
  align-items: center;
  column-gap: 70px;
}
.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
.att-number {
  font-size: 160px;
  line-height: 1;
}
.p-16 {
  font-size: 16px;
  line-height: 1.5;
}
.max-495 {
  width: 100%;
  max-width: 495px;
}
.empty-txt {
  opacity: 0;
  user-select: none;
  pointer-events: none;
}
.att-scroll {
  white-space: nowrap;
  display: flex;
  flex-grow: 1;
  overflow-x: auto;
  align-items: center;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.attr-scroll::-webkit-scrollbar {
  display: none; /* Chrome, Safari și Edge */
}
.att-scroll .p-18 {
  margin-top: 10px;
}
.att-x svg {
  min-width: 157px;
}
.att-line {
  display: block;
  max-width: 180px;
  min-width: 50px;
  flex-grow: 1;
  height: 1px;
  background-color: var(--light-grey);
  margin-left: 30px;
  margin-right: 30px;
}
.pt-200 {
  padding-top: 200px;
}
.max-792 {
  width: 100%;
  max-width: 792px;
}
.space-p p:not(:last-child) {
  margin-bottom: 20px;
}
.mt-30 {
  margin-top: 30px;
}
.sections-cols-flex {
  display: flex;
  flex-direction: column;
  gap: 200px;
}
.elipse-empty {
  position: relative;
  width: 26px;
  height: 26px;
  background: transparent;
  border: 1px solid var(--light-grey);
  border-radius: 50%;
}
.elipse-empty::before,
.elipse-empty::after {
  content: "";
  position: absolute;
  display: block;
  background: transparent;
  border: 1px solid var(--light-grey);
  border-radius: 50%;
}
.services-item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
  white-space: nowrap;
}
.elipse-empty::before {
  width: 7px;
  height: 7px;
  top: -35px;
  left: -7px;
}
.elipse-empty::after {
  width: 12px;
  height: 12px;
  top: -15px;
  right: -6px;
}
.p-24 {
  font-size: 24px;
  line-height: 1.25;
}
.sevices-svg-line {
  margin-top: 6px;
}
.services-see-more {
  margin-top: 5px;
  font-weight: 600;
}
.services-see-more,
.see-more-link.flotant-elipse-see-more {
  padding-left: 32px;
  transition: all 300ms ease;
}
.services-see-more::after,
.see-more-link::after {
  margin-left: 0;
}
.elipse-move,
.pull-move-elipse {
  display: block;
  width: 20px;
  height: 20px;
  background-color: var(--magenta);
  border-radius: 50%;
  position: absolute;
  top: calc(100% - 17px);
  left: 3px;
  transition: all 300ms ease;
}
.services-item:hover .elipse-move,
.wd-services .services-item:hover .elipse-move {
  top: 3px;
}
.services-item:hover .services-see-more {
  padding-left: 0;
}
.services-item:hover .services-see-more::after {
  content: ">";
}
.services-item:hover .services-see-more.wd-serv-more::after {
  content: "// detalii >";
}
.services-item:hover .services-see-more.wd-serv-more > p {
  display: none;
}
.wd-services .services-item .elipse-move {
  top: calc(100% - 28px);
}
.services-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  column-gap: 80px;
  row-gap: 80px;
}
.services-grid-wrapper {
  display: flex;
  justify-content: center;
}
.pull-up-flex {
  display: flex;
  justify-content: center;
  gap: 50px;
}
.pros-txt {
  font-size: 45px;
  line-height: 15px;
}
.max-330 {
  width: 100%;
  max-width: 330px;
}
.pull-up-down {
  margin-top: auto;
  height: fit-content;
}
.mt-20 {
  margin-top: 20px;
}
.pull-big-elipse {
  position: relative;
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: var(--magenta);
  transition: all 300ms ease;
}
.pull-up-flex-item:hover .pull-big-elipse {
  width: 35px;
  height: 35px;
}
.pull-big-elipse::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -55px;
  width: 14px;
  height: 14px;
  border: 1px solid var(--light-grey);
  border-radius: 50%;
}
.pull-big-elipse::after {
  content: "";
  position: absolute;
  top: -55px;
  left: -40px;
  width: 85px;
  height: 85px;
  border: 3px solid var(--light-grey);
  border-radius: 50%;
  transition: all 300ms ease;
}
.pull-up-flex-item:hover .pull-big-elipse::after {
  width: 26px;
  height: 26px;
  border: 1px solid var(--light-grey);
}
.pull-small-elipse {
  position: relative;
  width: 12px;
  height: 12px;
  border: 1px solid var(--light-grey);
  border-radius: 50%;
  margin-left: 40%;
}
.h-fit {
  height: fit-content;
}
.pull-up-flex-item:hover .pull-move-elipse {
  top: 50px;
}
.pull-up-flex-item:hover .see-more-link.flotant-elipse-see-more,
.pull-up-down:hover .see-more-link.flotant-elipse-see-more {
  padding-left: 0;
}
.pull-up-flex-item:hover .see-more-link::after,
.pull-up-down:hover .see-more-link::after {
  content: ">";
}
.pull-up-down:hover .pull-move-elipse {
  top: -40px;
}
.block {
  display: block;
}
.mt-50 {
  margin-top: 50px;
}
.orange {
  color: var(--orange);
}
.underline,
.underline:hover {
  text-decoration: underline;
}
.mt-100 {
  margin-top: 100px;
}
.italic {
  font-style: italic;
}
.pt-20 {
  padding-top: 20px;
}
.home-clients-grid {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 80px;
  align-items: center;
}
.home-clients-grid > div {
  display: grid;
  place-items: center;
}
.home-clients-categories {
  position: absolute;
  top: 0;
  left: -40px;
  overflow: hidden;
}
.home-clients {
  display: flex;
  justify-content: center;
  margin-top: 120px;
}
.home-clients-grid-wrapper {
  display: none;
}
.home-clients-grid-wrapper.active {
  display: block;
}
.home-clients-category {
  border-left: 30px solid transparent;
  font-size: 20px;
  font-weight: 600;
  color: var(--dark);
  transition: all 300ms ease;
  cursor: pointer;
  padding: 25px 0 25px 60px;
  display: flex;
  gap: 12px;
}
.home-clients-category::before {
  display: inline-block;
  content: url("/wp-content/uploads/2025/05/Path-4198.svg");
  width: 0;
  overflow: hidden;
  transition: all 300ms ease;
}
.home-clients-category.active::before {
  margin-left: -90px;
  width: 140px;
  content: url("/wp-content/uploads/2025/05/Path-4198.svg");
}
.home-clients-category.active {
  font-weight: 700;
  color: var(--magenta);
  border-left: 30px solid var(--magenta);
}
.home-clients-category:hover {
  border-left: 30px solid var(--magenta);
}
.home-footer {
  background-color: var(--black);
  display: flex;
  flex-direction: column;
}
.home-footer-slide {
  color: var(--white);
  font-size: 50px;
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100svh;
}
.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}
.footer-btn {
  background-color: var(--magenta);
  color: var(--white);
  font-size: 30px;
  padding: 10px 36px;
  width: fit-content;
  text-align: center;
  border-radius: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.terms-flex {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  gap: 8px;
}
.footer-line {
  display: block;
  width: 2px;
  height: 14px;
  background-color: var(--magenta);
}
.footer-slider-wrapper {
  margin-top: 100px;
  position: relative;
  overflow: hidden;
  user-select: none;
  padding-left: 20px;
  padding-right: 20px;
}
.footer-slider {
  white-space: nowrap;
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  padding-right: 12px;
}
.footer-nav .home-hero-nav-btn {
  margin-top: 20px;
}
.btn {
  transition: all 300ms ease;
}
.btn:hover {
  filter: brightness(85%);
}
.mt-10 {
  margin-top: 10px;
}
.footer-slider-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-slider-item > div:first-child > img {
  min-width: 5px;
}
.footer-slider-item:not(:last-child) {
  margin-right: 50px;
}
.mt-5 {
  margin-top: 5px;
}
.footer-slider-item-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.mt-15 {
  margin-top: 15px;
}
.footer-social {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-logo {
  flex-grow: 1;
  display: grid;
  place-items: center;
  padding-right: 50px;
}
.footer-logo > img {
  min-width: 147px;
}
.min-15 {
  min-width: 15px;
}
.min-26 {
  min-width: 26px;
}
.min-22 {
  min-width: 22px;
}
.px-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.csr-hero {
  min-height: 100vh;
  min-height: 100svh;
  padding-left: 40px;
  display: flex;
}
.csr-txt {
  position: absolute;
  top: 50%;
  left: 40px;
  transform: translateY(-50%);
  mix-blend-mode: difference;
  color: var(--reverse-magenta);
}
.csr-img,
.csr-img picture,
.contact-img,
.contact-img picture {
  height: 100%;
  width: auto;
}
.csr-img picture img,
.contact-img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.csr-big-txt {
  font-size: 130px;
  line-height: 1;
}
.csr-small-txt {
  font-size: 26px;
  letter-spacing: 0.78px;
  margin-left: 85px;
  color: var(--reverse-dark-grey);
}
.csr-fizz-btn {
  margin: auto -20px 40px auto;
}
.css-middle {
  padding-top: 25px;
  padding-bottom: 100px;
}
.p-42 {
  font-size: 42px;
  line-height: 1.2;
}
.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.csr-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.csr-flex-big-txt {
  font-size: 68px;
  line-height: 40px;
  white-space: nowrap;
}
.csr-flex-big-txt.lh-1 {
  line-height: 1;
}
.csr-flex-small-txt {
  font-size: 29px;
  white-space: nowrap;
}
.contact-hero-wrapper {
  display: flex;
}
.contact-txt {
  font-size: 158px;
  left: 70px;
}
.home-hero-slider-big-bubble.contact-hero-bubble {
  left: unset;
  right: 30px;
  bottom: 20px;
}
.contact-img {
  margin-left: auto;
}
.contact-bubble-wrapper {
  margin-top: auto;
  margin-bottom: 30px;
}
.fizz-up-btn.contact-fizz-btn {
  position: absolute;
  top: 53%;
  left: 0;
}
.contact-middle {
  padding-top: 90px;
  padding-bottom: 200px;
}
.contact-tik {
  padding-top: 90px;
  padding-bottom: 150px;
}
.contact-form-wrapper {
  width: 100%;
  max-width: 900px;
}
.contact-form label {
  display: flex;
  column-gap: 45px;
  width: 100%;
  margin-top: 30px;
}
textarea {
  resize: none;
}
.contact-form .label-txt {
  color: var(--magenta);
  font-size: 20px;
  font-weight: 600;
  min-width: 100px;
  text-align: center;
  text-transform: lowercase;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-form .label-txt span {
  display: block;
  background: var(--white);
  z-index: 2;
}
.contact-form-cols {
  display: flex;
  flex-direction: column-reverse;
  gap: 20px;
}
.contact-input-con {
  flex-grow: 1;
}
.contact-form input:not([type="submit"], [type="checkbox"], [type="radio"]),
.contact-form select,
.contact-form textarea {
  outline: none;
  box-shadow: none;
}
.contact-form input:not([type="submit"], [type="checkbox"], [type="radio"]),
.contact-form select,
.contact-form textarea {
  width: 100%;
  background-color: var(--white);
  border: 1px solid var(--grey);
  padding-left: 20px;
  color: var(--magenta);
  font-size: 20px;
}
.contact-form input:not([type="submit"], [type="checkbox"], [type="radio"]),
.contact-form select {
  height: 57px;
}
.contact-form textarea {
  height: 200px;
  padding-top: 15px;
}
.contact-submit-con {
  padding-left: 100px;
}
.contact-form input[type="submit"] {
  cursor: pointer;
  background: var(--magenta);
  font-size: 36px;
  color: var(--white);
  padding: 12px 115px;
  border: none;
  border-radius: 38px;
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.contact-form .label-txt::before {
  content: "";
  position: absolute;
  width: 1px;
  height: calc(100% + 30px);
  top: -30px;
  background-color: var(--dark);
  left: 50%;
  transform: translateX(-50%);
}
.contact-form label:first-child .label-txt::before {
  height: 50%;
  top: unset;
  bottom: 0;
}
.contact-form label:last-child .label-txt::before {
  height: calc(50% + 30px);
}
.wpcf7-not-valid-tip {
  font-size: 12px;
}
.mobile-footer {
  background-color: var(--black);
  padding-top: 20px;
  padding-bottom: 40px;
  display: none;
}
.contact-footer {
  margin-left: -40px;
}
.graphic-hero {
  display: grid;
  grid-template-columns: 9fr 7fr;
}
.graphic-hero-left {
  background-color: var(--faded);
  display: grid;
  place-items: center;
}
.p-20 {
  font-size: 20px;
  line-height: 1.8;
}
.graphic-hero-title {
  font-size: 136px;
  line-height: 0.9;
}
.max-650 {
  width: 100%;
  max-width: 650px;
}
.graphic-btn {
  background-color: var(--magenta);
  font-size: 33px;
  color: var(--white);
  padding: 10px 35px;
  border-radius: 30px;
  width: fit-content;
}
.graphic-hero-right {
  padding: 100px 20px 100px 0;
  margin-left: -50px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  justify-content: space-between;
}
.graphic-hero-txt {
  padding-left: 100px;
  max-width: 750px;
}
.fizz-up-flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 30px;
}
.graphic-fizz-btn {
  margin-top: -50px;
}
.p-52 {
  font-size: 52px;
  line-height: 1.2;
}
.max-672 {
  width: 100%;
  max-width: 672px;
}
.mt-40 {
  margin-top: 40px;
}
.graphic-scroll-img {
  width: 100%;
  max-width: 1920px;
  overflow-x: auto;
}
.graphic-scroll-img::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar {
  display: none; /* Chrome, Safari și Edge */
}
.graphic-scroll-img,
.no-scrollbar {
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
}
.graphic-scroll-img img {
  width: 100%;
  aspect-ratio: 64 / 33;
}
.graphic-video {
  height: auto;
  aspect-ratio: 473 / 266;
}
.graphic-separator-img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -50px;
}
.max-590 {
  width: 100%;
  max-width: 590px;
}
.graphic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: -40px;
}
.graphic-grid-left {
  text-align: right;
  padding-right: 60px;
}
.phone-slider-wrapper {
  width: fit-content;
  display: flex;
  align-items: center;
}
.phone-mockup {
  width: 320px;
  border: 6px solid #191b1c;
  position: relative;
  border-radius: 30px;
  z-index: 91;
  aspect-ratio: 5 / 10;
  background: rgba(0, 0, 0, 0.03);
}

.phone-mockup::before,
.phone-mockup::after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  background: transparent;
  border-radius: 35px;
  pointer-events: none;
}

.phone-mockup::before {
  border: 5px solid #292c2d;
  box-shadow: 0 0px 6px #000 inset;
  z-index: 8;
}

.phone-mockup::after {
  box-shadow: 0 2px 9px rgba(255, 255, 255, 0.6) inset,
    0 9px 9px rgba(0, 0, 0, 0.6) inset;
}

.screen-bar {
  position: absolute;
  width: 50%;
  top: -2px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #191b1c;
  height: 30px;
  display: flex;
  z-index: 90;
  border-radius: 0 0 15px 15px;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.screen-bar-speaker {
  background: #070808;
  border-radius: 3px;
  height: 7px;
  width: 28%;
}

.screen-bar-camera {
  height: 7px;
  width: 7px;
  background: #272727;
  border-radius: 50%;
}

.phone-line {
  position: absolute;
  background: transparent;
  width: calc(100% + 20px);
  height: 10px;
  top: 13%;
  border-left: solid 5px #515455;
  border-right: solid 5px #515455;
  left: -10px;
  pointer-events: none;
}

.phone-btn {
  background: linear-gradient(to bottom, #212324, #2b2e31, #212324);
  box-shadow: 0 0 0.2rem #fff inset;
  border-radius: 2px;
  width: 4px;
  position: absolute;
  z-index: -1;
  height: 50px;
}

.phone-btn.phone-btn-1 {
  right: -13px;
  top: 22%;
}

.phone-btn.phone-btn-2 {
  left: -13px;
  top: 22%;
}

.phone-btn.phone-btn-3 {
  left: -13px;
  top: calc(22% + 52px);
}

.phone-slide {
  width: 320px;
  display: flex;
  align-items: center;
}
.phone-slider {
  display: flex;
  gap: 15px;
  transition: transform 0.5s ease;
}
.phone-slider-padd {
  margin-left: -320px;
  overflow: hidden;
}
.p-45 {
  font-size: 45px;
  line-height: 1.2;
}
.p-30 {
  font-size: 30px;
  line-height: 1.3;
}
.w-fit {
  width: fit-content;
}
.max-913 {
  width: 100%;
  max-width: 913px;
}
.tik-title {
  font-size: 158px;
  line-height: 1;
}
.tik-hero-content {
  position: relative;
  margin-top: -40px;
  z-index: 81;
  padding-left: 20px;
  padding-right: 20px;
}
.home-hero-slider-big-bubble.tik-bubble {
  left: 10%;
  bottom: 0px;
}
.max-864 {
  width: 100%;
  max-width: 864px;
}
.p-68 {
  font-size: 68px;
  line-height: 0.85;
}
.tik-rez-flex {
  display: flex;
  align-items: center;
  gap: 150px;
  margin-top: 60px;
  overflow-x: auto;
}
.tik-rez-item-1 {
  background-color: var(--magenta);
  padding: 20px 70px 20px 120px;
  text-align: right;
}
.p-12 {
  font-size: 12px;
  line-height: 1.2;
}
.tik-rez-item-2 {
  max-width: 275px;
}
.tik-rez-item-3 {
  max-width: 280px;
}
.tik-rez-item-4 {
  max-width: 320px;
}
.tik-rez-item {
  min-width: 215px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.tik-rez-item .elipse-empty,
.tik-rez-item .elipse-empty::before,
.tik-rez-item .elipse-empty::after {
  transition: all 300ms ease;
}
.tik-rez-item:hover .elipse-empty {
  transform: translateY(-10px);
}
.tik-rez-item:hover .elipse-empty::before,
.tik-rez-item:hover .elipse-empty::after {
  width: 26px;
  height: 26px;
}
.tik-rez-item:hover .elipse-empty::after {
  top: -26px;
  right: -18px;
}

.tik-rez-item:hover .elipse-empty::before {
  left: -14px;
}
.tik-grid {
  display: grid;
  grid-template-columns: auto 1062px;
  gap: 47px;
  overflow: hidden;
  max-width: 100%;
}
.tik-grid-item-1 {
  display: flex;
  padding-left: 120px;
}
.tik-grid-img {
  min-width: 89px;
  margin-top: 120px;
  margin-right: -30px;
}
.tik-grid-item-2 {
  display: flex;
  overflow-x: auto;
  height: fit-content;
  max-width: 100%;
  user-select: none;
}
.tik-grid-item-2 img {
  max-width: unset;
  width: auto;
  height: 287px;
}
.fizz-up-btn.tik-fizz-btn::before,
.fizz-up-btn.tik-fizz-btn::after {
  content: none;
}
.fizz-up-btn.tik-fizz-btn {
  position: absolute;
  top: 15px;
  right: 20px;
}
.show-700 {
  display: none;
}
.ml-auto {
  margin-left: auto;
}
.sm-hero-content {
  position: relative;
  padding: 20px;
}
.sm-btn {
  background-color: var(--magenta);
  padding: 10px 90px;
  font-size: 33px;
  color: var(--white);
  width: fit-content;
  border-radius: 30px;
  text-align: center;
}
.magenta-btn {
  background-color: var(--magenta);
  width: fit-content;
  font-size: 33px;
  color: var(--white);
  border-radius: 30px;
  padding: 10px 35px;
  text-align: center;
}
.wd-hero-content {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  margin-top: -50px;
  padding-bottom: 20px;
}
.wd-title {
  font-size: 205px;
  line-height: 0.85;
}
.wd-vertical-txt {
  font-size: 23px;
  color: var(--dark);
  writing-mode: sideways-lr;
  text-orientation: mixed;
  position: absolute;
  bottom: 45px;
  right: -77px;
}
.max-830 {
  width: 100%;
  max-width: 830px;
}
.max-827 {
  width: 100%;
  max-width: 827px;
}
.wd-att-scroll .att-line {
  min-width: 120px;
}
.mt-160 {
  margin-top: 160px;
}
.wd-middle {
  position: relative;
  max-width: 810px;
  padding-top: 230px;
  padding-bottom: 200px;
}
.wd-middle-txt {
  position: absolute;
  font-size: 32px;
  text-align: left;
  top: 40%;
  left: calc(100% + 20px);
  white-space: nowrap;
}
.wd-middle-txt > p {
  padding-left: 100px;
}
.wd-services {
  display: flex;
  align-items: center;
}
.wd-services-flex {
  flex-grow: 1;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  row-gap: 80px;
}
.wd-services-txt {
  text-align: right;
  margin-right: -20px;
}
.wd-att-first-txt br {
  display: none;
}
.max-980 {
  width: 100%;
  max-width: 980px;
}
.sm-special-title,
.sm-special-title > span {
  display: block;
  width: fit-content;
  white-space: nowrap;
}
.sm-special-title .sm-special-small {
  font-size: 29px;
}
.sm-special-title .sm-special-big {
  font-size: 68px;
  line-height: 0.5;
}
.sm-special-title .sm-special-small.in-right {
  margin-left: auto;
}
.max-825 {
  width: 100%;
  max-width: 825px;
}
.sm-faq-header {
  display: flex;
  align-items: center;
  gap: 16px;
  cursor: pointer;
}
.sm-faq-header svg {
  min-width: 16px;
  transition: all 300ms ease;
}
.sm-faq-question.active .sm-faq-header svg {
  transform: rotate(90deg);
}
.sm-faq-answer {
  background-color: #f5f5f5;
  display: grid;
  grid-template-rows: 0fr;
  transition: all 300ms ease;
}
.sm-faq-answer > div {
  overflow: hidden;
}
.sm-faq-answer.active {
  grid-template-rows: 1fr;
  padding-top: 45px;
  padding-bottom: 55px;
  margin-top: 35px;
}
.sm-faq-title {
  display: flex;
  align-items: center;
  gap: 35px;
}
.sm-scroll-flex {
  display: flex;
  gap: 180px;
  padding-right: 40px;
  overflow-x: auto;
}
.sm-scroll-flex-item {
  width: 980px;
  min-width: 980px;
}
.sm-scroll-flex-wrapper {
  padding-left: calc((100% - 980px) / 2);
}
.p-27 {
  font-size: 27px;
  line-height: 1.3;
}
.mt-sm-flex {
  margin-top: 80px;
}
.sm-dif-sm-txt {
  font-size: 29px;
  line-height: 1.2;
  margin-bottom: 8px;
}
.sm-dif-big-txt {
  font-size: 149px;
  line-height: 0.5;
  writing-mode: sideways-lr;
  text-orientation: mixed;
}
.sm-dif-flex{
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding-right: 50px;
}
.sm-grid-center{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: flex-start;
}
.sm-dif-img{
  margin-top: 40px;
  margin-left: -20px;
}
.site-header{
  position: fixed;
  top: 10px;
  left: 0;
  width: 100%;
  z-index: 999999;
}
.main-nav-wrapper{
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.menu-btn{
  width: 40px;
  height: 28px;
  display: flex;
  flex-direction: column;
  cursor: pointer;
  justify-content: space-between;
  transition: all 300ms ease;
}
.menu-btn:hover{
  width: 30px;
}
.menu-btn .line{
  display: block;
  width: 100%;
  height: 2px;
  background-color: var(--magenta);
}
.main-nav-left{
  display: flex;
  align-items: center;
  gap: 40px;
}
.lets-talk{
  width: 72px;
  padding: 10px;
  background-color: var(--magenta);
  position: relative;
  display: flex;
  font-size: 12px;
  align-items: center;
  color: var(--white);
  justify-content: space-between;
  gap: 2px;
  line-height: 1;
  font-weight: 500;
  transition: all 300ms ease;
}
.lets-talk:hover{
  background-color: var(--orange);
  flex-direction: row-reverse;
}
.lets-talk svg{
  min-width: 22px;
  transition: all 100ms ease;
}
.lets-talk:hover svg{
  transform: rotate(180deg);
}
.opac-path{
  opacity: 0;
  transition: all 100ms ease;
}
.lets-talk:hover svg .opac-path{
  opacity: 1;
}
.contact-video{
  margin-left: auto;
  margin-right: 40px;
}
.contact-video video{
  width: auto;
  height: calc(100vh - 120px);
  height: calc(100svh - 120px);
  aspect-ratio: 9 / 16;
}
.footer-padd{
  padding-top: 100px;
  padding-bottom: 25px;
}