/* @font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Black.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
} */

/* @font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Bounded";
  src: url("/fonts/Bounded-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
} */

@font-face {
  font-family: "BoundedVariable";
  src: url("/fonts/Bounded-Variable.ttf") format("truetype");
  font-weight: 200 900;
  font-style: normal;
}

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

html,
body {
  position: relative;
  background-color: #070415;
  font-size: 16px;
  line-height: normal;
  color: #fff;
  font-family: "Bounded", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul {
  padding-inline-start: 0;
}

li {
  list-style-type: none;
}

a {
  text-decoration: none;
  color: #fff;
}

section:not(.hero) {
  margin-bottom: 150px;
}

.wrapper {
  max-width: 1680px;
  margin: auto;
}

.wrapperMini {
  max-width: 1110px;
  margin: auto;
}

.title {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
}

input {
  font-family: "Bounded", sans-serif;
  box-sizing: border-box;
  display: block;
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  padding: 37px 35px;
  background-color: #1C1D2D;
  color: #fff;
  width: 100%;
  margin-bottom: 10px;
}

input::-moz-placeholder {
  color: #fff;
}

input::placeholder {
  color: #fff;
}

button,
input[type="submit"] {
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  padding: 38px 40px;
  background-color: #5A008C;
  box-shadow: 0px 7px 90px 0px rgba(131, 28, 188, 0.2509803922);
  color: #fff;
  cursor: pointer;
  font-family: "Bounded", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

button:active {
  transform: scale(0.95);
}

.header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 80px;
}

.header.relative {
  position: relative;
  margin-bottom: 100px;
}

.headerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.headerMenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 37px;
}

.headerMenu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 2%;
}

.headerMenu ul a {
  line-height: 0;
}

.headerMobileMenu {
  display: none;
}

.headerLogo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-direction: column;
}

.headerLogo a {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  color: #fff;
  text-align: center;
}

.headerBar {
  display: none;
}

.hero {
  position: relative;
  background: url("../img/8a861426621fbc8606a030ddf349dc1f.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
  mix-blend-mode: screen;
  -webkit-mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(to bottom, rgb(0, 0, 0) 70%, rgba(0, 0, 0, 0) 100%);
}

.hero .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 0;
  height: 100%;
}

.hero::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #070315 96.43%);
}

.heroBox {
  z-index: 10;
  padding-bottom: 177px;
}

.heroBox h1 {
  font-weight: 400;
  font-size: 96px;
  line-height: 120px;
  margin-bottom: 30px;
}

.heroCall {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.heroCall h2 {
  font-weight: 200;
  font-size: 39px;
  line-height: 100%;
}

.intro {
  padding-top: 33px;
  overflow: hidden;
}

.introLine {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 70px;
  margin-bottom: 150px;
  white-space: nowrap;
}

.introLine div {
  display: inline-flex;
  white-space: nowrap;
  font-weight: 400;
  font-size: 128px;
  line-height: 100%;
}

.introLine div:nth-child(2) {
  color: #5A008C;
}

.introLine div:nth-child(3) {
  color: #3039E8;
}

.introDesc {
  font-weight: 200;
  font-size: 24px;
  line-height: 160%;
}

.home .services {
  overflow: hidden;
  position: relative;
  background: url("../img/62a249befece4e371377f8a6860e0c09.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 180px;
  padding-bottom: 180px;
}

.servicesDitto img {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  width: 472px;
  height: 472px;
  max-width: 100%;
  max-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

/* .services::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 472px;
  height: 472px;
  max-width: 100%;
  max-height: 100%;
  background: url("../img/fefaffb5a46b68a0e7bffab51d253ee4.png");
  background-size: contain;
  background-repeat: no-repeat;
} */

.home .services::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #070315 96.43%);
}

.servicesBox {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 280px;
}

.servicesList {
  flex: 0 0 auto;
  width: calc(45% - 280px);
  z-index: 10;
}

.servicesList ul li {
  font-weight: 200;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 40px;
  color: rgba(255, 255, 255, 0.3019607843);
  cursor: pointer;
  position: relative;
  transition: padding-left 0.4s ease, color 0.4s ease;
  padding-left: 0;
}

.servicesList ul li .line {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1px;
  width: 0;
  background-color: #fff;
  transition: width 0.4s ease;
}

.servicesList ul li.active {
  color: #fff;
  padding-left: 97px;
}

.servicesList ul li.active .line {
  width: 87px;
}

.servicesContent {
  overflow: unset;
  height: 576px;
  z-index: 10;
}

.servicesContent.swiper {
  overflow: unset;
  flex-grow: 1;
}

.servicesContent.swiper-slide {
  position: relative;
}

.servicesContent h3 {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 40px;
}

.servicesContent ul li {
  font-weight: 200;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 25px;
}

.servicesContent button {
  background: transparent;
  border: 1px solid #5A008C;
  margin-top: 40px;
  box-shadow: none;
}

.casesSub {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  margin-bottom: 100px;
}

.casesSub h3 {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
}

.casesSub a {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.casesItems {
  /* @include flex(flex, flex-start, center, 60px);
  flex-wrap: wrap; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: 60px;
}

.casesItem h5 {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 20px;
  perspective: 1000px;
}

.casesItem p {
  font-weight: 300;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 40px;
}

.casesItem a {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
}

.casesImage {
  width: 100%;
  margin-bottom: 60px;
  height: 406px;
  overflow: hidden;
  transition: transform 0.6s ease;
  will-change: transform;
  cursor: pointer;
}

.casesImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: transform 0.6s ease;
  will-change: transform;
}

.feedback h3 {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  margin-bottom: 67px;
}

.feedback h3.fba {
  margin-bottom: 100px;
}

.feedback p {
  font-weight: 200;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 100px;
}

.feedbackForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 205px;
}

.feedbackText {
  flex-basis: 520px;
}

.feedbackText h4 {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 50px;
}

.feedbackText p {
  font-weight: 200;
  font-size: 24px;
  line-height: 160%;
}

.feedback .wpcf7 {
  flex-grow: 1;
}

.feedback form button {
  width: 100%;
  margin-top: 30px;
}

.blogSub {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0;
  margin-bottom: 100px;
}

.blogSub div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 67px;
  flex-basis: 1153px;
}

.blogSub h3 {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
}

.blogSub p {
  font-weight: 200;
  font-size: 24px;
  line-height: 160%;
}

.blogSub a {
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
}

.blogItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}

.blogItem h5 {
  font-weight: 400;
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 40px;
}

.blogItem a {
  font-weight: 300;
  font-size: 16px;
  line-height: 100%;
  text-decoration: underline;
}

.blogImage {
  height: 676px;
  margin-bottom: 60px;
}

.blogImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.footer {
  padding-bottom: 69px;
}

.footerBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.footerMenu ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 37px;
}

.footerMenu ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}

.footerMenu ul a {
  line-height: 0;
}

.about {
  position: relative;
  background: url("../img/ee70f68c4776f9fdad9f6c1463d5f721.jpeg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1080px;
}

.about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.71) 0%, rgba(3, 1, 10, 0) 47.6%, #070315 96.43%);
}

.about .wrapper {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 0;
  height: 100%;
}

.aboutBox {
  z-index: 10;
}

.aboutBox h1 {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  margin-bottom: 30px;
}

.aboutBox p {
  font-weight: 400;
  font-size: 24px;
  line-height: 160%;
}

.aboutCall {
  margin-top: -183px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
  position: relative;
  z-index: 11;
}

.aboutDesc {
  margin-left: -41px;
}

.aboutDesc p {
  font-weight: 200;
  font-size: 20px;
  line-height: 160%;
  text-align: right;
  margin-bottom: 100px;
}

.aboutDesc button {
  margin-left: auto;
}

.page-template-about-page .cases {
  overflow: hidden;
}

.page-template-about-page .swiper.casesSlider {
  overflow: unset;
}

.page-template-about-page .swiper.casesSlider .swiper-button-prev,
.page-template-about-page .swiper.casesSlider .swiper-button-next {
  width: 65px;
  height: 94px;
  padding: 35px 20px;
  background-color: #5A008C;
}

.swiper-button-disabled {
  border: 1px solid #FFFFFF;
  background-color: transparent !important;
  opacity: 1 !important;
}

.page-template-about-page .swiper.casesSlider .swiper-button-prev {
  left: -33px;
  top: 30%;
  transform: translateY(-30%);
}

.page-template-about-page .swiper.casesSlider .swiper-button-next {
  left: -33px;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none !important;
}

.casesSlider {
  margin-top: 100px;
}

.casesSlider .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.servicesPage {
  margin-bottom: 150px;
}

.servicesPage h3 {
  margin-bottom: 30px;
}

.servicesPage .servicesPageBox h3 {
  margin-bottom: 100px;
}

.servicesPage p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 100px;
}

.servicesPageItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
  row-gap: 100px;
}

.servicesPageItems.swiper {
  display: block;
}

.services-template-default.single .servicesPageItems.swiper {
  overflow: unset;
}

.services-template-default.single .servicesPage {
  overflow: hidden;
}

.servicesPageItems.swiper .servicesPageItem {
  width: unset;
}

.servicesPageItem {
  flex: 0 0 auto;
  width: calc(50% - 30px);
}

.servicesPageImage {
  height: 380px;
  margin-bottom: 60px;
}

.servicesPageImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.servicesPageName {
  font-weight: 900;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 40px;
}

.servicesPageBtns {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.servicesPageBtns a {
  border: 0;
  outline: 0;
  font-weight: 400;
  font-size: 24px;
  line-height: 100%;
  padding: 38px 40px;
  background-color: transparent;
  border: 1px solid #5A008C;
  box-shadow: 0px 7px 90px 0px rgba(131, 28, 188, 0.2509803922);
  color: #fff;
  cursor: pointer;
  font-family: "Bounded", sans-serif;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.servicesPageBtns button {
  background: transparent;
  border: 1px solid #5A008C;
}

.serviceSingle .title {
  margin-bottom: 100px;
}

.serviceSingleBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 138px;
  margin-bottom: 237px;
}

.serviceSingleBox+p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
}

.serviceSingleList {
  flex: 0 0 auto;
  width: calc(47% - 138px);
  position: relative;
}

.serviceSingleList::after {
  content: "";
  position: absolute;
  bottom: -147px;
  right: -147px;
  background: url("../img/Shape 2 1.png");
  width: 432px;
  height: 432px;
}

.serviceSingleList ul {
  counter-reset: item;
}

.serviceSingleList ul li {
  z-index: 10;
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 160%;
  padding-left: 110px;
  margin-bottom: 10px;
  padding-top: 30px;
  padding-bottom: 30px;
  cursor: pointer;
}

.serviceSingleList ul li::after {
  content: counter(item, decimal-leading-zero);
  counter-increment: item;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 200;
  font-size: 48px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 10px;
}

.serviceSingleList ul li.active {
  background: #0e0a20;
  color: #5a008c;
}

.serviceSingleContent {
  position: relative;
  padding-left: 80px;
}

.serviceSingleContent::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 97px;
  background-color: #5A008C;
}

.serviceSingleContent p {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 50px;
}

.serviceSinglePrice {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.serviceSinglePrice p {
  margin-bottom: 0;
  font-weight: 900;
  font-size: 24px;
  line-height: 100%;
}

.casesPageBox .title {
  margin-bottom: 30px;
}

.casesPageBox p {
  max-width: 986px;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 100px;
}

.casesSinglePage .title {
  margin-bottom: 100px;
}

.casesSinglePageDesc h1,
.casesSinglePageDesc h2,
.casesSinglePageDesc h3,
.casesSinglePageDesc h4,
.casesSinglePageDesc h5,
.casesSinglePageDesc h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 40px;
}

.casesSinglePageDesc p,
.casesSinglePageDesc li {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 40px;
}

.casesSinglePageDesc ul {
  margin-bottom: 40px;
}

.casesSinglePageDesc ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 0;
}

.casesSinglePageBox {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 212px;
}

.casesSinglePageImage {
  flex: 0 0 auto;
}

.casesSinglePageImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogPage .title {
  margin-bottom: 30px;
}

.blogPage p {
  max-width: 986px;
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 100px;
}

.blogSinglePage .title {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 90px;
  text-align: center;
}

.blogSinglePageImage {
  width: 100%;
  height: 566px;
  margin-bottom: 100px;
}

.blogSinglePageImage img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogSinglePageDesc {
  margin-bottom: 150px;
}

.blogSinglePageDesc h1,
.blogSinglePageDesc h2,
.blogSinglePageDesc h3,
.blogSinglePageDesc h4,
.blogSinglePageDesc h5,
.blogSinglePageDesc h6 {
  font-weight: 500;
  font-size: 24px;
  line-height: 160%;
  margin-bottom: 40px;
}

.blogSinglePageDesc p,
.blogSinglePageDesc li {
  font-weight: 300;
  font-size: 20px;
  line-height: 160%;
  margin-bottom: 40px;
}

.blogSinglePageDesc ul {
  margin-bottom: 40px;
}

.blogSinglePageDesc ul li {
  list-style-type: disc;
  list-style-position: inside;
  margin-bottom: 0;
}

.blogSinglePage .blogMore .title {
  font-weight: 400;
  font-size: 96px;
  line-height: 100%;
  margin-bottom: 100px;
  text-align: left;
}

.contacts .title {
  margin-bottom: 100px;
}

.contactsStroke {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0;
}

.contactsStroke>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}

.contactsStroke>div>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}

.contactsItems {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.contactsItem {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  flex: 1 0 auto;
  width: calc(50% - 60px);
  padding: 60px;
  font-weight: 400;
  font-size: 32px;
  line-height: 100%;
}

.contactsItem::after {
  content: "@qub";
  position: absolute;
  bottom: -15px;
  right: 30px;
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  text-decoration: underline;
}

.contactsItem:first-child {
  background-color: #E7297E;
}

.contactsItem:first-child div {
  padding: 20px;
  background: radial-gradient(230.93% 230.93% at 102.01% 2.03%, #F9ED32 0%, #EE2A7B 36%, #D22A8A 44%, #8B2AB2 60%, #1B2AF0 83%, #002AFF 88%);
}

.contactsItem:nth-child(2) {
  background-color: #000C8C;
}

.contactsItem:nth-child(2) div {
  padding: 16px 28px 18px;
  background-color: #0B84EE;
}

.contactsItem:nth-child(3) {
  background-color: #0091D9;
}

.contactsItem:nth-child(3) div {
  padding: 24px 24px 22px 18px;
  background-color: #27A6E5;
}

.contactsItem:last-child {
  background-color: #1B1B20;
}

.contactsItem:last-child div {
  padding: 20px 22px 19px;
  background-color: #111111;
}

.modal {
  opacity: 0;
  visibility: hidden;
  max-width: 1680px;
  width: 95%;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(.85);
  background-color: #0E0726;
  box-shadow: 0px 4px 90px 0px #000000B2;
  z-index: 11;
  transition: all .4s ease;
}

.modal.active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.modalBox {
  padding: 188px 153px;
  display: flex;
  gap: 52px;
}

.modalBox svg {
  position: absolute;
  top: 112px;
  left: 153px;
  cursor: pointer;
}

.modalText {
  flex-basis: 520px;
}

.modalBox h4 {
  font-weight: 400;
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 50px;
}

.modalBox p {
  font-weight: 200;
  font-size: 24px;
  line-height: 160%;
}

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