@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  box-sizing: border-box;
  font-family: "Manrope", sans-serif;
  background-color: #060A12;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
}

a[href],
button:not(:disabled),
.btn:not(:disabled),
[role=button]:not(:disabled) {
  cursor: pointer;
  pointer-events: auto;
}

.container, .services .container, .services .header__container, .reviews .container, .reviews .header__container, .hero .container, .hero .header__container, .header__container {
  max-width: 1140px;
  margin: 0 auto;
}

@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope/Manrope-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}
.heading-primary {
  font-weight: 500;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: -1%;
  color: #FFFFFF;
  text-align: center;
}

.heading-secondary {
  font-weight: 600;
  font-size: 36px;
  letter-spacing: -1%;
  color: #FFFFFF;
}

.p-primary {
  font-weight: 500;
  font-size: 19px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.8);
}

.p-secondary {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}

.padding-bottom-12 {
  padding-bottom: 12px;
}

.padding-bottom-16 {
  padding-bottom: 16px;
}

.margin-bottom-16 {
  margin-bottom: 16px;
}

.padding-bottom-24 {
  padding-bottom: 24px;
}

.padding-bottom-32 {
  padding-bottom: 32px;
}

.padding-bottom-80 {
  padding-bottom: 80px;
}

.max-width-631 {
  max-width: 631px;
}

.max-width-885 {
  max-width: 885px;
}

.max-width-279 {
  max-width: 279px;
}

.max-width-387 {
  max-width: 387px;
}

.max-width-426 {
  max-width: 426px;
}

.max-width-526 {
  max-width: 526px;
}

.tal {
  text-align: left;
}

.tac {
  text-align: center;
}

.btn {
  border: none;
}
.btn, .btn:link, .btn:visited {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  padding: 15px 44px;
  border-radius: 10px;
  background: linear-gradient(180deg, #4478d7 0%, #005bb3 100%);
  border: 1px solid;
  border-image-source: linear-gradient(180deg, #93b7f1 0%, #003962 100%);
  box-shadow: 0px 0px 0px 3px rgba(10, 143, 220, 0.36), 0px 4px 4px 0px rgba(255, 255, 255, 0.25);
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0px 0px 0px 1px rgba(10, 143, 220, 0.36), 0px 2px 2px 0px rgba(255, 255, 255, 0.25);
}

.item-bg {
  background-color: rgba(212, 219, 255, 0.05);
  border-radius: 12px;
  backdrop-filter: blur(40px);
  position: relative;
}
.item-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(106.78deg, rgba(255, 255, 255, 0.23) 6.02%, rgba(255, 255, 255, 0.0759) 104.65%);
  border: 1px solid;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.navbar__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
.navbar__item a {
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
}
.navbar__item a:hover {
  color: #4478D7;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal__content {
  background: #060A12;
  padding: 32px;
  border-radius: 24px;
  text-align: center;
  min-width: 400px;
}
.modal__loader {
  width: 48px;
  height: 48px;
  border: 4px solid #4478D7;
  border-top: 4px solid transparent;
  border-radius: 50%;
  margin: 0 auto 24px;
  display: none;
  animation: spin 1s linear infinite;
}
.modal__text {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  margin-bottom: 24px;
  display: none;
}
.modal__button {
  display: none;
}

.rounded-bg {
  padding: 14px 20px;
  background-color: #060910;
  border-radius: 100px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.section-header {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  padding: 8px 16px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.03);
  box-shadow: 0px 0px 16px 0px rgba(62, 94, 179, 0.25);
  position: relative;
}
.section-header::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(90deg, #3e5eb3 0%, #5d6f9a 50%, #a0a0b0 100%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.section-header__title {
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.section-header img {
  width: 24px;
  height: 24px;
}

.about {
  padding-top: 44px;
  padding-bottom: 100px;
}
.about__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.about__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  max-width: 387px;
}
.about__info-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.about__img {
  width: 100%;
  max-width: 412px;
  position: relative;
}
.about__img::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 234px;
  height: 234px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #2980D6;
  border-radius: 50%;
  filter: blur(150px);
}
.about__bottom {
  display: flex;
  align-items: center;
  gap: 24px;
}
.about-item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 24px;
  transition: all 0.3s;
}
.about-item:hover {
  transform: translateY(-10px);
  box-shadow: 0px 0px 16px 0px rgba(62, 94, 179, 0.25);
}
.about-item img {
  width: 44px;
  height: 44px;
}
.about-item__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.about-item__description {
  font-weight: 500;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.contact {
  padding-block: 100px;
  position: relative;
  overflow: hidden;
}
.contact::before {
  content: "";
  position: absolute;
  z-index: -1;
  width: 220px;
  height: 220px;
  top: 0;
  left: 0;
  background-color: #2980D6;
  border-radius: 50%;
  filter: blur(150px);
}
.contact__container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.contact__info {
  max-width: 426px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.contact-form {
  width: 100%;
  max-width: 510px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 44px;
}
.contact-form-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.contact-form-wrapper-horizontal {
  flex-direction: row;
  gap: 16px;
}
.contact-form-wrapper-horizontal > * {
  flex: 1;
}
.contact-form button {
  width: 100%;
}
.contact-form-group-area textarea {
  width: 100%;
  height: 177px;
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 16px;
  background: rgba(212, 219, 255, 0.04);
  color: #FFFFFF;
}
.contact-form-group-area textarea:focus {
  border: 1.5px solid #4478D7;
  outline: none;
}
.contact-form-group-area textarea:focus:invalid {
  border: 1px solid #f12c2c;
}
.contact-form-input {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  padding: 16px;
  background: rgba(212, 219, 255, 0.04);
  color: #FFFFFF;
  display: block;
}
.contact-form-input:-webkit-autofill, .contact-form-input:-webkit-autofill:hover, .contact-form-input:-webkit-autofill:focus, .contact-form-input:-webkit-autofill:active {
  -webkit-text-fill-color: #FFFFFF;
  box-shadow: 0 0 0px 1000px rgba(255, 255, 255, 0.04) inset;
  transition: background-color 5000s ease-in-out 0s;
}
.contact-form-input:focus {
  border: 1.5px solid #4478D7;
  outline: none;
}
.contact-form-input:focus:invalid {
  border: 1px solid #f12c2c;
}

.footer {
  padding-block: 70px;
}
.footer__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.footer__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer__navbar__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 44px;
}
.footer__item a {
  color: #FFFFFF;
  font-weight: 500;
  font-size: 15px;
}
.footer__item a:hover {
  color: #4478D7;
}
.footer__copyright {
  color: #87878E;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  align-self: flex-start;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  backdrop-filter: blur(10px);
  padding-block: 16px;
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__logo {
  transition: opacity 0.3s ease-in-out;
  display: inline-block;
}
.header__logo:hover {
  opacity: 0.8;
}
.header__logo img {
  width: 165px;
  height: 34px;
}

.language-switcher {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 8px 16px;
  user-select: none;
  font-weight: 600;
  font-size: 14px;
  color: #FFFFFF;
}
.language-switcher .lang-arrow {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}
.language-switcher.open .lang-arrow {
  transform: rotate(180deg);
}

.language-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: linear-gradient(180deg, #060910 0%, #060A12 100%);
  border-radius: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100px;
  overflow: hidden;
  display: none;
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.language-dropdown.show {
  display: block;
}
.language-dropdown li {
  padding: 12px 16px;
  color: #FFFFFF;
  cursor: pointer;
  transition: background-color 0.2s;
}
.language-dropdown li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 200px;
  padding-bottom: 150px;
  background: url(../img/hero-bg.png) center center/cover no-repeat;
}
.hero .container, .hero .header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.reviews {
  padding-block: 100px;
  background: url(../img/reviews-bg.png) center center/cover no-repeat;
  position: relative;
}
.reviews::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: linear-gradient(180deg, rgba(6, 10, 18, 0) 0%, #060A12 100%);
}
.reviews .container, .reviews .header__container {
  text-align: center;
}
.reviews .heading-secondary {
  text-align: center;
  padding-bottom: 80px;
}

.testimonials {
  column-count: 3;
  column-gap: 24px;
}
.testimonials-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  break-inside: avoid;
  margin-bottom: 24px;
}
.testimonials-item__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.testimonials-item__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #FFFFFF;
}
.testimonials-item__position {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}
.testimonials-item__top {
  display: flex;
  align-items: center;
  gap: 16px;
}
.testimonials-item__top img {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  object-fit: cover;
}
.testimonials-item__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}

.services {
  padding-block: 100px;
}
.services .container, .services .header__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.services__items {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}
.services__items-top {
  display: flex;
  align-items: center;
  gap: 24px;
}
.services__items-bottom {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-image: url("../img/services-item-bg.png");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: contain;
}
.services__items-bottom img {
  width: 333px;
  height: 296px;
  object-fit: cover;
}
.services__item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  padding: 32px;
}
.services__item img {
  width: 52px;
  height: 52px;
}
.services__item__title {
  font-weight: 600;
  font-size: 24px;
  color: #FFFFFF;
}
.services__item__description {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  color: rgba(255, 255, 255, 0.6);
}

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