@font-face {
    font-family: "Messapia";
    src: url("../fonts/Messapia-Regular.otf") format("truetype");
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Messapia";
    src: url("../fonts/Messapia-Bold.otf") format("truetype");
    font-weight: 700;
    font-display: swap;
}
:root {
  --font-size-text1: 24px;
  --font-size-text2: 16px;
  --font-size-text3: 14px;
}
* {
    box-sizing: border-box;
}

/* cursor */

* {
  cursor:none
}
#aura,#cursor {
  border-radius:100%;
  pointer-events:none;
  position:absolute;
  -webkit-transition:opacity .2s cubic-bezier(.75,-1.27,.3,2.33),-webkit-transform .5s cubic-bezier(.75,-1.27,.3,2.33);
  transition:opacity .2s cubic-bezier(.75,-1.27,.3,2.33),-webkit-transform .5s cubic-bezier(.75,-1.27,.3,2.33);
  transition:transform .5s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-1.27,.3,2.33);
  transition:transform .5s cubic-bezier(.75,-1.27,.3,2.33),opacity .2s cubic-bezier(.75,-1.27,.3,2.33),-webkit-transform .5s cubic-bezier(.75,-1.27,.3,2.33);
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none;
  z-index:10000
}
#cursor {
  background-color:#13181C;
  height:8px;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  width:8px
}
#cursor.active {
  opacity:0;
  -webkit-transform:scale(0);
  -ms-transform:scale(0);
  transform:scale(0)
}
#aura {
  background-color:hsla(0, 4%, 5%, 0.027);
  border:1px solid hsla(0, 0%, 24%, 0.2);
  height:46px;
  -webkit-transform:translate(5px,5px);
  -ms-transform:translate(5px,5px);
  transform:translate(5px,5px);
  width:46px
}
#aura.active {
  border:1.2px solid hsla(0, 0%, 24%, 0.33);
  -webkit-transform:scale(1.3);
  -ms-transform:scale(1.3);
  transform:scale(1.3)
}
#aura.hidden,#cursor.hidden {
  -webkit-transform:scale(.001);
  -ms-transform:scale(.001);
  transform:scale(.001)
}

/* light cursor */

#cursor.over-section {
  background-color:#DDFF45;
  height:8px;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  width:8px
}
#cursor.over-section.active {
  opacity:0;
  -webkit-transform:scale(0);
  -ms-transform:scale(0);
  transform:scale(0)
}
#aura.over-section {
  background-color:hsla(0, 0%, 100%, 0.027);
  border:1px solid hsla(72, 100%, 63%, 0.2);
  height:46px;
  -webkit-transform:translate(5px,5px);
  -ms-transform:translate(5px,5px);
  transform:translate(5px,5px);
  width:46px
}
#aura.over-section.active {
  border:1.2px solid hsla(72, 100%, 63%, 0.33);
  -webkit-transform:scale(1.3);
  -ms-transform:scale(1.3);
  transform:scale(1.3)
}


html {
  scroll-behavior: smooth;
  -moz-scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
    margin: 0;
    font-family: "Montserrat", sans-serif, arial;
    color: #13181C;
    font-size: 18px;
    font-weight: 500;
}

h1,h2,h3 {
  margin: 0;
  font-family: "Messapia", sans-serif, arial;
  text-transform: uppercase;
  font-weight: 700;
}
p, ul {
    padding: 0;
    margin: 0;
}
ul {
    list-style-type: none;
}
a {
    text-decoration: none;
    color: #fff;
}
img {
  max-width: 100%;
}
input.error, .send-footer__form input.error {
  border-color: red;
}
.success {
  display: none;
  color: green;
  padding-top: 20px;
}
.active {
  display: block;
  padding: 10px 0;
}
.container {
    width: 1290px;
    max-width: 100%;
    margin: 0 auto;
}
input, button, :focus {
  outline:none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
    transition: background-color 5000s ease-in-out 0s;
}
form.send-footer__form input:-webkit-autofill,
form.send-footer__form input:-webkit-autofill:hover,
form.send-footer__form input:-webkit-autofill:focus,
form.send-footer__form input,
.send-footer .iti--separate-dial-code .iti__selected-flag {
    color: #fff;
}
.send-footer__form input:-webkit-autofill {
  -webkit-text-fill-color: #fff;
}
.block-title {
  color: #13181C;
  font-size: 42px;
}
/* header */
.header {
    background: #13181C;
    color: #fff;
}
.header__wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 0;
    border-bottom: 1px solid #fff;
}
.header__wrapper-menu {
  display: flex;
  align-items: center;
}
.nav {
  margin-right: 90px;
}
.nav__list {
    display: flex;
    gap: 50px;
}
.nav__item a {
    text-transform: uppercase;
    font-weight: 600;
}
.social {
    display: flex;
    align-items: center;
    gap: 20px;
}
.social a {
    display: block;
}
.menu__btn {
  display: none;
  align-items: center;
  position: relative;
  margin-right: 0;
  width: 18px;
  height: 16px;
  cursor: pointer;
  z-index: 1;
}
.menu__btn > span, .menu__btn > span::after, .menu__btn > span::before {
  transition-duration: .25s;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.menu__btn > span::after, .menu__btn > span::before {
  content: '';
}
.menu__btn > span::after {
  top: 5px;
}
.menu__btn > span::before {
  top: -5px;
}
/* main-header */
.main-header {
  background-image: url('../img/header-bg.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%;
  background-color: #13181C;
}
.main-header__wrapper {
  height: calc(100vh - 185px);
  padding: 15vh 0 0;
  position: relative;
}
.main-header__logo {
  position: absolute;
  top: 65px;
  right: 0;
}
.main-header__title {
  margin-left: -20px;
  padding: 0 0 18px 20px;
  position: relative;
  max-width: 810px;
  font-size: 48px;
  line-height: 1.4;
  color: #fff;
  background-image: url('../img/title-after.png');
  background-repeat: no-repeat;
  background-position: bottom left;
}
.btn {
  position: relative;
  width: fit-content;
  display: block;
  padding-right: 62px;
  font-family: "Messapia", sans-serif, arial;
  font-weight: 700;
  text-transform: uppercase;
  font-size: var(--font-size-text1);
  line-height: 1.5;
  color: #DDFF45;
}
.btn::after {
  position: absolute;
  content: '';
  width: 32px;
  height: 32px;
  background-image: url('../img/arrow-up.png');
  background-repeat: no-repeat;
  background-size: 32px;
  top: 0;
  right: 0;
}
.header-btn {
  margin-top: 40px;
}

/* text-slider */
.text-slider {
  margin-top: -47px;
  padding: 47px 0;
  background-image: url('../img/text-slider-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.text-slider__wrapper, .text-slider2, .text-slider3 {
  height: 100px;
  padding: 30px 0;
  background: #6C8CFF;
  color: #13181C;
  text-transform: uppercase;
  font-size: var(--font-size-text1);
  line-height: 1.5;
  font-family: "Messapia", sans-serif, arial;
  font-weight: 700;
}
.text-slider2 {
  background: #DDFF45;
}
.text-slider__list {
  display: flex;
  align-items: center;
  gap: 30px;
}
.text-slider__item {
  display: flex;
  align-items: center;
  justify-content: space-around;
  white-space: nowrap;
  gap: 5%;
}

/* services */
.services {
  padding: 36px 0 100px;
}
.services__text {
  max-width: 642px;
  margin-top: 30px;
  font-size: 18px;
  line-height: 1.66;
  font-weight: 500;
}
.services .splide__track {
  padding: 74px 0 50px;
}
.services__list {
  display: flex;
}
.services__item {
  min-width: 300px;
  height: 450px;
  padding: 30px 27px 7px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* cursor: pointer; */
}
.services__list li:nth-child(4n+1) {
  background-color: #D9E4F0;
}
.services__list li:nth-child(4n+2) {
  background-color: #DDFF45;
}
.services__list li:nth-child(4n+3) {
  background-color: #ECF3FA;
}
.services__list li:nth-child(4n+4) {
  background-color: #6C8CFF;
}
.slider-progress {
  background: #B3C0CD;
}
.slider-progress-bar, .say-slider-progress-bar {
  background: #13181C;
  height: 3px;
  transition: width 400ms ease;
  width: 0;
}
.splide__arrow--next, .splide__arrow--prev {
  background: transparent;
  position: relative;
  opacity: 1;
}
.splide__arrows {
  margin-left: auto;
  width: 78px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.splide__arrow {
  top: 0;
  transform: none;
  height: 24px;
}
.splide__arrow--next svg, .splide__arrow--prev svg {
  display: none;
}
.splide__arrow--next::after, .splide__arrow--prev::after {
  position: absolute;
  content: '';
  background-image: url('../img/arrow-black-right.png');
  background-repeat: no-repeat;
  width: 24px;
  height: 24px;
  top: 0;
}
.splide__arrow--prev {
  left: 0;
  transform: rotate(180deg);
}
.splide__arrow--next {
  right: 0;
}
.services__item-title {
  font-size: 20px;
  line-height: 1.6;
}
.services__item-text {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  padding-top: 20px;
  font-size: var(--font-size-text3);
  line-height: 1.3;
  font-weight: 500;
}

.services__item:hover .services__item-text {
  max-height: 200px;
  padding-bottom: 20px;
}
.services__item-num {
  margin-bottom: 20px;
  font-size: var(--font-size-text2);
  font-weight: 500;
  line-height: 1.5;
}

/* latest-projects */
.latest-projects {
  padding: 100px 0;
  background-color: #13181C;
  background-image: url(../img/dwarf.png);
  background-repeat: no-repeat;
  background-position: top 100px right 30%;
  color: #fff;
}
.latest-projects .block-title {
  color: #fff;
}
.latest-projects .splide-cases {
  padding-top: 60px;
}
.latest-projects .slider-progress-bar {
  background: #fff;
}
.latest-projects .splide__arrow--next::after, .latest-projects .splide__arrow--prev::after {
  background-image: url(../img/arrow-white-right.png);
  background-size: 24px;
}
.latest-projects .slider-progress {
  margin-top: 36px;
}
.latest-projects .latest__item {
  max-width: 300px;
}
.latest__item-text__wrapper {
  padding-top: 30px;
}
.latest-projects .latest__item img {
  max-width: 100%;
}
.latest__item-text-name a, .latest__item-text-item .num {
  text-transform: uppercase;
  font-size: var(--font-size-text2);
  line-height: 1.5;
  font-weight: 700;
}
.latest__item-text__wrapper:hover .latest__item-text-name a {
  color: #DDFF45;
}
.latest__item-text-trade {
  padding: 10px 0 16px;
  font-size: var(--font-size-text3);
  line-height: 1.3;
  font-weight: 700;
}
.latest__item-text-item {
  display: flex;
  justify-content: space-between;
}
.latest__item-text-item .num {
  text-align: right;
}
.latest__item-text-item .text {
  font-size: var(--font-size-text3);
  line-height: 1.3;
}
.latest-projects .splide__arrows {
  top: -25px;
  right: 0;
  position: absolute;
}

/* send */
.send {
  padding: 120px 0 90px;
  background-color: #DDFF45;
}
.send__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.send-form {
  max-width: 630px;
}
.send__text {
  padding-top: 25px;
  font-size: 22px;
  font-weight: 600;
}
.send__input-list {
  padding: 20px 0 60px;
}
input {
  width: 100%;
  max-width: 100%;
  padding: 20px 0;
  margin-top: 20px;
  border: none;
  background-color: transparent;
  font-size: var(--font-size-text1);
  line-height: 1.5;
  font-weight: 500;
  border-bottom: 1px solid #13181C;
  font-family: "Montserrat", sans-serif, arial;
}
.iti.iti--allow-dropdown {
  width: 100%;
  margin: 20px 0;
}
input::placeholder {
  color: #13181C;
}
.dark-btn {
    border: none;
    background: transparent;
    color: #13181C;
    cursor: pointer;
}
.dark-btn::after {
  background-image: url(../img/arrow-up-black.png);
}
.iti-mobile .send-form .iti {
  position: relative;
}

.iti-mobile .send-form .iti--container {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background-color: white;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.iti-mobile .send-form .iti__country-list {
  max-height: 300px;
  overflow-y: auto;
}

/* text-slider-lilac */
.text-slider-lilac {
  background-image: url('../img/text-slider-lilac-bg.png');
}
.text-slider-lilac .text-slider__wrapper {
  background-color: #13181C;
  color: #fff;
}

/* process */
.process {
  padding: 100px 0;
}
.process .splide {
  visibility: visible;
}
.process__text {
  max-width: 630px;
  padding: 30px 0 100px;
}
.process__list {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  gap: 30px;
}
.process__item {
  width: 410px;
  max-width: 31%;
  height: auto;
  padding: 30px;
}
.process__item:first-child, .process__item#splide03-slide01 {
  background-color: #D9E4F0;
}
.process__item:nth-child(2), .process__item#splide03-slide02 {
  background: #DDFF45;
}
.process__item:nth-child(3), .process__item#splide03-slide03 {
  background: #ECF3FA;
}
.process__item:nth-child(4), .process__item#splide03-slide04 {
  background: #6C8CFF;
}
.process__item:nth-child(5), .process__item#splide03-slide05 {
  background: #13181C;
}
.process__item:nth-child(5):not(.process__item#splide03-slide03), .process__item#splide03-slide05 {
  color: #fff;
}
.process__item:nth-child(6), .process__item#splide03-slide06 {
  background: #D9E4F0;
}
.process__item img {
  margin-bottom: 64px;
}
.process__item-title {
  padding: 20px 0;
}
.process__item > span {
  display: block;
  font-size: var(--font-size-text2);
  line-height: 1.5;
}
.process__item-text {
  font-size: var(--font-size-text3);
  line-height: 1.3;
}

/* about */
.about {
  padding: 160px 0 100px;
}
.about__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}
.about__wrapper-img {
  min-width: 50%;
}
.about__text {
  padding: 30px 0 50px;
}
.google-ads .about__text {
  padding: 20px 0;
}
.about__img-text {
  margin-top: 20px;
  text-transform: uppercase;
  color: #6C8CFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.5;
}

/* team */
.team__wrapper {
  padding: 100px 0 90px;
  border-top: 1px solid #B3C0CD;
}
.team__item-text__wrapper {
  padding: 26px 20px;
  background: #DDFF45;
}
.team .splide__arrows {
  margin-top: -30px;
}
.team .splide__track {
  margin-top: 40px;
}
.team__item {
  width: 400px;
  min-width: 380px;
}
@media (max-width: 550px) {
  .team__item {
    min-width: 320px;
  }
}
.team__item-text__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.team__item-data-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.team__item-data-flex {
  flex-direction: row;
  align-items: center;
}
.team__item-name {
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1;
}
.team__item-position {
  font-size: var(--font-size-text2);
  line-height: 1.25;
}
.team__message-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.team__message-linkedin {
  display: block;
  background-image: url('../img/linkedin-ico.png');
  width: 18px;
  height: 18px;
}
.team__message-mail {
  display: block;
  background-image: url('../img/mail-ico.png');
  width: 20px;
  height: 18px;
}
.team__item-img {
  height: 300px;
  overflow: hidden;
  transition: height 0.5s ease-in-out;
}

.team__item:hover .team__item-img {
  height: 420px;
}
.team__item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.calendar {
  margin: 20px 0;
}
.calendar__text {
  text-align: center;
}
/* say */
.say__wrapper {
  padding: 100px 0;
  border-top: 1px solid #B3C0CD;
}
.say-title {
  position: relative;
  max-width: 550px;
}
.say-title::after {
  position: absolute;
  content: '';
  width: 139px;
  height: 105px;
  background-image: url('../img/quote.png');
  background-repeat: no-repeat;
  top: 0;
  right: -65%;
}
.say__item {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 50px 0;
}
.say__item-text-wrapper {
  max-width: 740px;
  margin-bottom: auto;
  font-weight: 600;
  font-size: var(--font-size-text1);
  line-height: 1.6;
}
.say__item__second-text {
  padding-top: 15px;
}
.say__item > img {
  padding-right: 20px;
}
.say__item-name, .say__item-name a {
  text-transform: uppercase;
  color: #13181C;
  font-size: var(--font-size-text2);
  line-height: 2.3;
}
.say__slide-images {
  padding: 100px 100px 0;
  display: flex;
  justify-content: space-between;
}
.slide-image {
  opacity: 0.7;
  cursor: pointer;
  transition: opacity 0.3s;
  max-width: 150px;
  height: auto;
}
.slide-image.active {
  opacity: 1;
}
.say .splide__arrows {
  width: 100%;
  position: absolute;
  bottom: -140px;
}

/* clients */
.clients__wrapper {
  padding: 100px 0 0;
  border-top: 1px solid #B3C0CD;
}
.clients-splide {
  padding: 80px 0 100px;
}
.clients-splide .splide__arrows {
  padding-bottom: 20px;
}
.clients__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.clients__item {
  text-align: center;
}

/* send-footer */
.send-footer {
  padding: 190px 0;
  background-color: #13181C;
}
.send-footer__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.send-footer__form__wrapper {
  width: 630px;
  max-width: 100%;
}
.footer__form-block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.send-footer__title {
  color: #fff;
}
.send-footer__form input {
  margin-top: 20px;
  border-bottom: 1px solid #B3C0CD;
  color: #fff;
}
.send-footer__form input::placeholder {
  color: #808394;
}
.send-footer-btn {
  margin-top: 60px;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* footer */
.footer {
  background-color: #DDFF45;
}
.footer a {
  color: #13181C;
  font-size: var(--font-size-text3);
  line-height: 1;
  text-transform: uppercase;
  font-weight: 600;
}
.footer__wrapper {
  padding: 45px 0 40px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.footer-bottom__wrapper {
  padding: 30px 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-align: right;
  border-top: 1px solid #13181C;
}
.footer__list__wrapper {
  width: 315px;
  margin-right: 130px;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.footer__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer__form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.footer__form input {
  font-size: var(--font-size-text3);
  line-height: 1;
  max-width: 80%;
}
.footer__form .btn {
  height: 32px;
  width: 32px;
}
.footer__form-title {
  font-weight: 700;
}
.footer__form-wrapper {
  width: 420px;
  max-width: 100%;
}
.footer__form-postscript {
  width: 80%;
  padding-top: 20px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 400;
}
.footer .footer-mail {
  display: block;
  margin-top: 80px;
  font-size: var(--font-size-text2);
  line-height: 1.2;
  font-weight: 700;
  text-transform: lowercase;
}

/* schedule */
.main-header--schedule {
  color: #fff;
}
.main-header--schedule .main-header__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  min-height: 90vh;
  padding-top: 10vh;
}
.main-header--schedule .main-header__logo {
  position: relative;
  width: 190px;
  height: 190px;
}
.main-header__wrapper-text {
  width: 50%;
}
.header__img-logo {
  height: 30px;
}
.main-header--schedule .main-header__title {
  max-width: 100%;
  background-image: none;
  font-size: 40px;
}
.main-header--schedule .main-header__text {
  margin-top: 30px;
  font-size: 20px;
}
.schedule {
  padding: 100px 0;
}
.schedule__wrapper {
  display: flex;
  justify-content: space-between;
}
.schedule__item {
  width: 50%;
  padding: 0 25px;
}
.schedule__item:first-child {
  width: 400px;
}
.schedule__item:last-child {
  width: calc(100% - 500px);
}
.calendly-inline-widget iframe {
  min-height: 700px;
}
.main-header__wrapper-calendly {
  width: 45%;
  height: 400px;
}
.main-header--schedule .calendly-inline-widget iframe {
  min-height: 400px;
}
.schedule .block-title {
  font-size: 32px;
}
.block-title.block-title--second-schedule {
  font-size: 26px;
  margin-top: 50px;
}
.text__list {
  margin-top: 30px;
  padding-left: 20px;
  list-style-type: disc;
}
.text__item {
  padding-bottom: 20px;
  font-size: 18px;
}
.schedule__img-wrapper {
  width: 200px;
  height: 200px;
  overflow: hidden;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.schedule__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

/* about */
.about--schedule .about__text {
  padding: 30px 0;
}
.about__list {
  padding-bottom: 15px;
}
.about__list li {
  margin-bottom: 15px;
}