@charset "UTF-8";

/***
    The new CSS reset - version 1.9 (last updated 19.6.2023)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/

/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */

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

/* Reapply the pointer cursor for anchor tags */

a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */

ol,
ul,
menu {
  list-style: none;
}

/* For images to not be able to exceed their container */

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */

table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */

input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */

textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */

meter {
  -webkit-appearance: revert;
  appearance: revert;
}

/* preformatted text - use only for this feature */

:where(pre) {
  all: revert;
}

/* reset default text opacity of input placeholder */

::placeholder {
  color: unset;
}

/* remove default dot (•) sign */

::marker {
  content: initial;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */

:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/

:where([contenteditable]:not([contenteditable="false"])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */

:where([draggable="true"]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */

:where(dialog:modal) {
  all: revert;
}

body {
  outline: none;
  background: #000;
  margin: 0;
  padding: 0;
}

a {
  cursor: pointer;
}

* {
  box-sizing: border-box;
  font-family: 'Lato', sans-serif;
  color: #fff;
}

h1,
h2,
h3,
h4,
.download-btn {
  font-family: 'Rajdhani', sans-serif;
}

.download-buttons-mob {
  display: none;
}

.heading-first {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  color: #FFF;
  font-family: 'Rajdhani', sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.heading-first svg {
  width: 60px;
  height: 60px;
}

.heading-second,
.heading-second span {
  font-size: 36px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
  font-family: 'Rajdhani', sans-serif;
}

.heading-second.desktop,
.heading-second span.desktop {
  display: none;
}

.heading-second.mob,
.heading-second span.mob {
  display: flex;
}

.heading-second .heading-small,
.heading-second span .heading-small {
  display: flex;
  color: #FE4655;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 107%;
  text-transform: none;
}

.heading-four {
  color: #EBE8E1;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.heading-four span {
  color: #FE4655;
  font-family: 'Rajdhani', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.main-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.main-text.grey {
  color: #999;
}

.download-btn {
  justify-content: center;
  align-items: center;
  position: relative;
  width: 193px;
  height: 56px;
  margin: 0 auto 10px;
  padding: 15px 32px;
  white-space: nowrap;
  overflow: hidden;
  background: #FE4655;
  cursor: pointer;
  font-family: 'Rajdhani', sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
  transition: all .2s ease-in-out;
}

.download-btn:hover {
  background: #FF7A7A;
}

.download-btn.mob {
  display: none;
}

.download-btn.desktop {
  display: flex;
}

.download-btn svg {
  width: 24px;
  margin-right: 6px;
  min-width: 24px;
}

.download-buttons {
  display: flex;
  justify-content: center;
  margin: 36px auto 0;
}

.download-btn.mac.hidden,
.download-btn.pc.hidden {
  display: none;
}

.banner-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
}

.banner-section .first-layer {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: translateX(-50%);
  z-index: 1;
}

.banner-section .first-layer .vector-left,
.banner-section .first-layer .vector-right {
  position: absolute;
  bottom: 0;
}

.banner-section .first-layer .vector-left {
  position: absolute;
  bottom: 47px;
  left: 0%;
  width: 10px;
  height: auto;
}

.banner-section .first-layer .vector-right {
  position: absolute;
  bottom: 47px;
  right: 0%;
  width: 10px;
  height: auto;
}

.banner-section .content-wrapper {
  width: 100%;
}

.banner-img {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.banner-img.mob {
  display: none;
}

.banner-hero {
  position: absolute;
  top: 0;
  left: 50%;
  width: 538.133px;
  min-height: 932.046px;
  margin-top: 15px;
  transform: translateX(-50%);
}

.banner-bg.decor {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}

.hero-section {
  overflow: hidden;
  position: relative;
  padding: 0;
  z-index: 1;
}

.hero-section img,
.hero-section svg {
  max-width: unset;
}

.hero-section .heading-first {
  margin: 60px 0 6px;
  text-align: center;
}

.hero-section .heading-first svg {
  margin: 0 auto 24px;
}

.hero-section .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  max-width: 1479px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.hero-section .hero-text {
  max-width: 540px;
  margin: 0 auto 26px;
  padding: 0 10px;
  color: #999;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.hero-section .first-layer {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: translateX(-50%);
}

.hero-section .first-layer .square {
  position: absolute;
  top: -15px;
  left: -15px;
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background: #7C38E7;
}

.hero-section .first-layer .square:nth-of-type(2) {
  left: unset;
  right: -15px;
}

.hero-section .first-layer .square-small.left {
  top: 105px;
  left: 0;
  transform: translateX(-5px);
}

.hero-section .first-layer .square-small.right {
  top: 543px;
  right: -4px;
}

.hero-section .first-layer .cube.right {
  top: 493px;
  right: -10px;
}

.hero-btn-text {
  margin: 6px auto 0;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 130%;
  color: #808080;
}

.hero-bottom {
  display: flex;
  margin-top: 60px;
}

.hero-bottom-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 6.5px;
}

.hero-bottom-item:last-of-type svg {
  transform: translateY(5px);
}

.hero-bottom-text {
  color: #808080;
  font-size: 15px;
  font-weight: 400;
  line-height: 130%;
  white-space: nowrap;
}

.hero-bottom-content {
  margin-top: 12px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 130%;
}

.scroll-down {
  display: flex;
  justify-content: center;
  position: relative;
  margin: 27px auto 30px;
}

:root {
  --ease-OutCubic: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}

.features-section {
  position: relative;
}

.features-section .first-layer {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: translateX(-50%);
}

.features-section .first-layer .square-small.left {
  top: 125px;
  left: 0;
  transform: translateX(-5px);
}

.features-section .content-wrapper {
  padding: 0 0 71px;
}

.features-section .share-carousel {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding-top: 40px;
  width: 100%;
  margin: 0 auto;
}

.features-section .share-carousel .general-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 0 auto 60px;
  position: relative;
}

.features-section .share-carousel .general-block.desktop {
  display: none;
}

.features-section .share-carousel .general-block.mob {
  display: flex;
}

.features-section .share-carousel .left-part {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  align-items: stretch;
  justify-content: space-between;
  max-width: 100%;
  text-align: center;
  padding: 0 10px;
}

.features-section .share-carousel .left-part-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: flex-start;
  position: relative;
  flex-grow: 1;
}

.features-section .share-carousel .carousel-item {
  display: flex;
  position: relative;
  overflow: hidden;
  transition: .2s ease-in-out;
  cursor: pointer;
  margin-left: 10px;
}

.features-section .share-carousel .carousel-item-inner {
  display: flex;
  flex-direction: column-reverse;
  padding: 0 25px;
}

.features-section .share-carousel .carousel-item .main-text.grey {
  padding: 6px 13px 61px;
  text-align: center;
}

.features-section .share-carousel .carousel-item .description-text {
  max-width: 417px;
  margin: 0;
  padding: 0;
  line-height: 150%;
  text-align: left;
}

.features-section .share-carousel .carousel-text {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  max-width: 417px;
}

.features-section .share-carousel .carousel-text-inner {
  position: relative;
  height: 100%;
  padding: 30px 0 0;
}

.features-section .share-carousel .carousel-left-img {
  position: relative;
  display: flex;
  flex-grow: 1;
  align-items: flex-end;
}

.features-section .swiper.mySwiper {
  flex-grow: 1;
  margin: 0;
}

.features-section .swiper.mySwiper .carousel-item {
  max-width: 605px;
}

.features-section .swiper.mySwiper2 {
  max-width: 700px;
  width: 100%;
  margin: 0;
  overflow: hidden;
}

.features-section .swiper.mySwiper2 .carousel-video {
  display: none;
}

.features-section .swiper.mySwiper2 .carousel-text {
  display: flex;
}

.features-section .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  order: 1;
  position: absolute;
  left: 206px;
  text-align: center !important;
  margin: 30px auto;
  width: 100%;
  max-width: 82px;
}

.features-section .swiper-pagination-bullet {
  position: relative;
  width: 20px;
  height: 20px;
  width: 5px;
  min-width: 5px;
  margin: 0 6px 0 0;
  text-align: center;
  opacity: 1;
  background: transparent;
  border-radius: 0;
  font-family: 'Montserrat', sans-serif !important;
  font-style: normal;
  font-weight: 900 !important;
  font-size: 16px !important;
  line-height: 150% !important;
  text-align: center;
  color: transparent;
  transition: .2s ease-in-out;
}

.features-section .swiper-pagination-bullet::after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  margin: 0 auto;
  background-color: #999;
}

.features-section .swiper-pagination-bullet-active {
  color: #FE4655 !important;
  background: transparent;
  transform: scale(1);
  width: 46px;
  max-width: 46px;
}

.features-section .swiper-pagination-bullet-active::after {
  display: block;
  content: '';
  width: 100%;
  height: 5px;
  bottom: 0;
  margin: 0 auto;
  background-color: #FE4655;
}

.features-section .swiper-slide.carousel-item.swiper-slide-next {
  position: relative;
  margin-left: 20px;
}

.features-section .swiper-slide.carousel-item.swiper-slide-next::before {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}

.features-section .swiper-button-prev {
  left: 0;
  min-width: 38px;
}

.features-section .swiper-button-next {
  right: 0;
  min-width: 38px;
  margin-right: 0;
}

.reviews-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.reviews-section .content-wrapper {
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  max-width: 1262px;
  margin: 0;
  padding: 29px 0 0;
}

.reviews-section .first-layer {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: translateX(-50%);
}

.reviews-section .first-layer .square-small.left {
  top: 163px;
  left: 0;
  transform: translateX(-5px);
}

.reviews-section .content-row {
  display: flex;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.reviews-section .content-row:first-of-type {
  flex-direction: row;
  margin-bottom: 16px;
}

.reviews-section .carousel-item {
  background: #1A1A1A;
  max-width: 89%;
  max-width: 293px;
  min-height: 233px;
}

.reviews-section .carousel-item-block {
  display: flex;
  flex-direction: column;
  padding: 36px 27px 15px 28px;
  height: 100%;
}

.reviews-section .carousel-item-name {
  display: flex;
  align-items: center;
}

.reviews-section .carousel-item-name span {
  color: #EBE8E1;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.reviews-section .carousel-item-name img {
  display: flex;
  margin-left: 10px;
  width: 113px;
}

.reviews-section .carousel-item-date {
  font-family: 'Lato', sans-serif;
  color: #808080;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
}

.reviews-section .carousel-item-date.desktop {
  color: #DDD;
  display: none;
}

.reviews-section .carousel-item-date.mob {
  text-align: right;
  color: #808080;
}

.reviews-section .carousel-item-top {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.reviews-section .carousel-item-bot p {
  margin: 10px 0 0;
  color: #999;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  flex-grow: 1;
}

.review-row {
  display: flex;
}

.review-row.carousel {
  position: relative;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 16px;
}

.review-row-item.left {
  display: flex;
  align-items: center;
  padding: 0 23px;
}

.review-row-item.left svg {
  width: 48.391px;
  height: 48.391px;
}

.review-row-item.left p {
  color: #EBE8E1;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.review-row-item.left .rating-number {
  margin-right: 13px;
  color: #EBE8E1;
  font-family: 'Rajdhani', sans-serif;
  font-size: 73.739px;
  font-weight: 700;
  line-height: 130%;
}

.review-row-item.right {
  display: none;
}

.rate-block {
  display: none;
}

.rate-block::before {
  width: 16px;
  height: 16px;
  content: '';
  background: url("./../images/rate-star.webp") no-repeat 50% 50%;
  background-size: cover;
}

.rate-block .rate-num {
  display: inline-block;
  min-width: 9px;
  margin: 0 16px 0 10px;
  color: #EBE8E1;
  font-family: 'Rajdhani', sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 130%;
}

.rate-block .rate-line {
  display: flex;
  position: relative;
  max-width: 358px;
  width: 358px;
  height: 5px;
  margin-top: -2px;
  background: #1A1A1A;
}

.rate-block .rate-line-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #FE4655;
}

.rate-block:first-of-type .rate-line-inner {
  width: 18%;
}

.rate-block:nth-of-type(2) .rate-line-inner {
  width: 6%;
}

.rate-block:nth-of-type(3) .rate-line-inner {
  width: 6%;
}

.rate-block:nth-of-type(4) .rate-line-inner {
  width: 8%;
}

.rate-block:last-of-type .rate-line-inner {
  width: 62%;
}

.swiper-review {
  position: relative;
  max-width: 100%;
  margin-bottom: 50px;
}

.swiper-review .swiper-review-button-prev,
.swiper-review .swiper-review-button-next {
  display: none;
  position: absolute;
  top: 0;
  min-width: 35px;
  height: 166px;
  bottom: unset;
  margin-top: unset;
  z-index: 2;
}

.swiper-review .swiper-review-button-prev {
  left: -1px;
}

.swiper-review .swiper-review-button-next {
  right: -1px;
}

.about-section .content-wrapper {
  display: flex;
  flex-direction: column;
  max-width: 1442px;
  margin: 0 auto;
}

.about-section .content-wrapper-inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1227px;
  margin: 0 auto 45px;
  padding: 39px 13px 0px 23px;
}

.about-section .content-wrapper-inner .heading-four {
  margin-top: 3px;
  font-size: 20px;
}

.about-section .content-wrapper-inner .heading-four span {
  font-size: 20px;
}

.about-section .content-wrapper-inner p {
  max-width: 555px;
  margin: 9px 0 0;
  color: #999;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.about-section .content-wrapper-app {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1227px;
  margin: 0 auto 53px;
}

.about-section .content-wrapper-app .heading-four {
  padding: 0 13px 0px 23px;
}

.about-section .swiper-about {
  display: flex;
  margin-top: 33px;
}

.about-section .swiper-about .swiper-wrapper {
  display: flex;
  width: 100%;
}

.about-section .swiper-about .carousel-item {
  display: flex;
  width: 100%;
  max-width: 293px;
}

.steps-section {
  display: none;
  position: relative;
  background: #4242 url("./../images/StepsBG.webp") no-repeat 50% 27%;
  background-size: cover;
}

.steps-section .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 20px 20px 0;
}

.steps-section .content-wrapper__inner {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 1250px;
  flex-direction: column;
  padding: 50px 0;
}

.steps-item {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  margin: 0 10px;
  max-width: 320px;
}

.steps-item-img {
  display: flex;
  margin: 0 auto;
  height: 84px;
}

.steps-item-img img {
  max-width: 100%;
}

.steps-item-title {
  margin: 25px 0 7px;
  color: #EBE8E1;
  text-align: center;
  font-family: 'Rajdhani', sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-transform: uppercase;
}

.steps-item-text {
  display: block;
  margin-bottom: 60px;
  color: #999;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 155%;
}

.bottom-section {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.bottom-section .hero-btn-text {
  margin: 0 auto;
}

.bottom-section .first-layer {
  display: none;
  position: absolute;
  justify-content: center;
  top: unset;
  bottom: 0;
  left: 50%;
  max-width: 100%;
  min-height: 480px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.bottom-section .first-layer .square {
  position: absolute;
  top: 15px;
  top: 80px;
  left: -15px;
  display: block;
  width: 30px;
  height: 30px;
  transform: rotate(45deg);
  background: #1A1A1A;
}

.bottom-section .first-layer .square:nth-of-type(2) {
  left: unset;
  right: -15px;
}

.bottom-section .first-layer .left-hero-v {
  position: absolute;
  left: -239px;
  z-index: 0;
}

.bottom-section .first-layer-inner {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  max-width: 1440px;
  transform: translateX(-50%);
}

.bottom-section .content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 24px 20px 0;
}

.bottom-section .heading-second {
  max-width: 520px;
  margin: 56px auto 31px;
  display: inline;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 110%;
}

.bottom-section .heading-second span {
  display: block;
  margin: 3px 0 1px;
  line-height: 106%;
  color: #FE4655;
}

.bottom-section .heading-second.desktop {
  display: none;
  margin-top: 32px;
  margin: 32px auto 34px;
}

.bottom-section .bottom-logo {
  width: 60px;
  height: 60px;
}

.bottom-section .character-left {
  min-height: 472px;
  position: absolute;
  bottom: 0;
  left: -33%;
  z-index: 1;
}

.bottom-section .character-right {
  min-height: 476px;
  position: absolute;
  bottom: 0;
  right: -26.5%;
  z-index: 1;
}

.character-bottom-mob {
  display: flex;
  justify-content: center;
  margin: 46px auto 0;
  min-width: 104%;
}

.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #030303;
  width: 100%;
  border-bottom: 5px solid #E6004C;
}

.footer-container {
  display: flex;
  width: 100%;
  padding: 0 20px;
}

.footer-text {
  display: none;
  margin: 0;
  padding: 26px 20px 24px;
  font-weight: 400 !important;
  font-size: 16px !important;
  text-align: center;
  line-height: 155% !important;
  text-align: center;
  color: #ccc;
}

.footer-logo {
  display: flex;
  margin: 0 auto;
  padding: 17px 0 14px;
}

/* The Modal (background) */

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  z-index: 4;
}

/* Modal Content */

.modal-content {
  position: relative;
  margin: auto;
  padding: 29px 36px 34px;
  width: 100%;
  max-width: 520px;
  max-height: 335px;
  height: 100%;
  overflow: hidden;
  background: url("./../images/popup-bg.webp"), url("./../images//popup-bg-black.webp") no-repeat 50% 50%;
  background-size: cover;
}

.modal-content .popup-logo {
  margin-bottom: 56px;
}

.modal-content .popup-logo img {
  display: flex;
  width: 150.999px;
  height: 28.578px;
}

.modal-content .first-heading {
  max-width: 270px;
  margin: 0;
  text-align: left;
  color: #FFF;
  text-shadow: 0px 0px 10px #151136;
  font-family: 'Rajdhani', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
}

.modal-content .first-heading span {
  font-family: 'Rajdhani', sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 110%;
  color: #FE4655;
}

.modal-content .first-heading.popup span {
  position: absolute;
  opacity: 0;
  z-index: -4;
}

.modal-content .modal-block {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: stretch;
}

.modal-content .modal-block-inner {
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  padding: 0px 0 20px;
}

.modal-content .popup-text {
  max-width: 235px;
  margin: 17px 0 10px;
  padding: 0;
  color: #fff;
  font-family: 'Lato', sans-serif;
  text-shadow: 0px 0px 10px #151136;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.modal-content .popup-text a {
  color: #FE4655;
  text-decoration-line: underline;
  text-shadow: none;
}

.modal-content .popup-text-small {
  color: #fff;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 150%;
}

/* Hide the slides by default */

.mySlides {
  display: none;
  width: 100%;
  height: 100%;
  height: 95vh;
  max-width: 100%;
  width: auto;
  transform: translateY(10%);
}

.mySlides img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  display: block;
  max-height: 100%;
}

.active {
  opacity: 1;
}

.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.stroke-text {
  transform: translate(211px, 1px);
}

.valorant {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.decorated-section {
  display: flex;
  flex-direction: column;
  width: 100%;
  position: relative;
}

.decorated-section > .first-layer {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: translateX(-50%);
}

.decorated-section > .first-layer .vector-left,
.decorated-section > .first-layer .vector-right {
  position: absolute;
}

.decorated-section > .first-layer .vector-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-1px);
}

.decorated-section > .first-layer .vector-right {
  position: absolute;
  top: 0;
  right: 0px;
  width: 2px;
  height: 100%;
  transform: translateX(1px);
}

.decorated-section > .first-layer .left-hero-v {
  top: 0;
  position: absolute;
  left: -242px;
  width: 242px;
}

.decorated-section > .first-layer .right-hero-v {
  top: 0;
  position: absolute;
  right: -238px;
  width: 238px;
}

.first-layer {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1440px;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transform: translateX(-50%);
}

.first-layer .square-small {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #333;
}

.first-layer .cube {
  position: absolute;
  width: 19px;
  height: 19px;
  border: 1px solid #FE4655;
  background: #111;
  transform: rotate(45deg);
  flex-shrink: 0;
}

@media only screen and (min-width: 370px) {
  .hero-bottom-item {
    margin: 0 15.5px;
  }
}

@media only screen and (min-width: 380px) {
  .features-section .share-carousel .left-part {
    padding: 0 50px;
  }
}

@media only screen and (min-width: 738px) {
  .reviews-section .carousel-item {
    max-width: unset;
  }

  .swiper-review {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 1025px) {
  .heading-first {
    font-size: 64px;
    flex-direction: row;
    white-space: nowrap;
  }

  .heading-first svg {
    width: 71px;
    height: 71px;
    margin-right: 20px;
  }

  .heading-second,
  .heading-second span {
    font-size: 49px;
  }

  .heading-second.desktop,
  .heading-second span.desktop {
    display: flex;
  }

  .heading-second.mob,
  .heading-second span.mob {
    display: none;
  }

  .heading-second .heading-small,
  .heading-second span .heading-small {
    display: inline-flex;
    margin-left: 15px;
    line-height: 150%;
  }

  .heading-four {
    font-size: 24px;
  }

  .banner-section .first-layer .vector-left,
  .banner-section .first-layer .vector-right {
    bottom: 47px;
  }

  .hero-section {
    padding: 0 20px;
    margin-top: -4px;
  }

  .hero-section .heading-first {
    margin: 60px auto 3px;
  }

  .hero-section .heading-first svg {
    margin: 0 auto;
    margin-right: 20px;
  }

  .hero-section .content-wrapper {
    padding: 0 19.5px;
  }

  .hero-section .hero-text {
    max-width: 560px;
    margin: 3px auto 38px;
    font-size: 19px;
  }

  .hero-btn-text {
    margin: 0 auto;
  }

  .hero-bottom-item {
    margin: 0 28.5px;
  }

  .scroll-down {
    margin: 41px auto 30px;
  }

  .features-section .share-carousel {
    padding-top: 0px;
  }

  .features-section .share-carousel .general-block {
    flex-direction: row;
    align-items: stretch;
    width: 100%;
    max-width: 1262px;
    margin: 0;
    padding: 100px 20px 0;
  }

  .features-section .share-carousel .general-block.desktop {
    display: flex;
  }

  .features-section .share-carousel .general-block.mob {
    display: none;
  }

  .features-section .share-carousel .left-part {
    min-height: 100%;
    padding: 0 40px 0 0;
    align-items: flex-start;
    text-align: left;
    min-width: 417px;
    max-width: 417px;
  }

  .features-section .share-carousel .left-part-inner {
    align-items: flex-start;
    text-align: left;
  }

  .features-section .share-carousel .carousel-item-inner {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 0;
  }

  .features-section .share-carousel .carousel-item .main-text.grey {
    margin: 20px 0;
    max-width: 300px;
    text-align: left !important;
    padding: 0;
  }

  .features-section .share-carousel .carousel-text {
    min-width: 417px;
  }

  .features-section .share-carousel .carousel-text-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 0 42px 0 0;
  }

  .features-section .swiper.mySwiper {
    margin-top: 8px;
  }

  .features-section .swiper.mySwiper2 {
    max-width: 700px;
    max-width: 417px;
    min-height: 100%;
    overflow: hidden;
  }

  .features-section .swiper-pagination {
    justify-content: flex-end;
    order: 0;
    text-align: right;
    z-index: 1;
    bottom: -24px;
  }

  .reviews-section .content-wrapper {
    padding: 129px 20px 150px;
  }

  .reviews-section .content-row:first-of-type {
    margin-bottom: 0;
  }

  .reviews-section .content-row {
    flex-direction: row;
  }

  .reviews-section .row-logo {
    height: 64px;
    min-width: 64px;
    margin-top: 6px;
  }

  .reviews-section .carousel-item {
    min-height: 166px;
    background: #1A1A1A;
    width: 100%;
  }

  .reviews-section .carousel-item-block {
    padding: 30px 30px 30px 26px;
  }

  .reviews-section .carousel-item-name span {
    font-size: 24px;
  }

  .reviews-section .carousel-item-name img {
    margin-left: 30px;
  }

  .reviews-section .carousel-item-date.desktop {
    display: flex;
  }

  .reviews-section .carousel-item-date.mob {
    display: none;
  }

  .review-row {
    margin-top: 14px;
  }

  .review-row.carousel {
    margin-top: 15px;
  }

  .review-row-item.left {
    padding: 0;
  }

  .review-row-item.left svg {
    width: 88px;
    height: 93px;
    transform: translate(-1px, -10px);
    margin-right: 21px;
  }

  .review-row-item.left .rating-number {
    font-size: 120px;
  }

  .review-row-item.right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    flex-grow: 1;
    padding-top: 19px;
  }

  .rate-block {
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 1.5px;
    margin-left: 20px;
  }

  .swiper-review .swiper-review-button-prev,
  .swiper-review .swiper-review-button-next {
    display: flex;
  }

  .about-section .content-wrapper {
    padding: 58px 20px 0;
    background: #1A1A1A url("./../images/Art.webp") no-repeat 100% 0%;
    background-size: 635px;
  }

  .about-section .content-wrapper-inner {
    margin: 0 auto 53px;
    padding: 0;
  }

  .about-section .content-wrapper-inner .heading-four span {
    font-size: 24px;
  }

  .about-section .content-wrapper-inner .heading-four {
    margin-top: 6px;
    font-size: 24px;
  }

  .about-section .content-wrapper-inner p {
    margin: 33px 0 0;
  }

  .about-section .content-wrapper-app .heading-four {
    padding: 0;
  }

  .about-section .swiper-about {
    margin-top: 30px;
  }

  .about-section .swiper-about .carousel-item {
    margin-right: 20px;
    max-width: 2%;
  }

  .steps-section {
    display: flex;
    flex-direction: column;
  }

  .steps-section .content-wrapper {
    padding: 150px 20px 35px;
  }

  .steps-section .content-wrapper__inner {
    flex-direction: row;
    justify-content: space-between;
    padding: 58px 0 64px;
  }

  .bottom-section {
    background: #1A1A1A url("./../images/BG-bottom.webp") no-repeat 50% 50%;
    background-size: cover;
    overflow: unset;
  }

  .bottom-section .hero-btn-text {
    margin: 6px auto 0;
  }

  .bottom-section .first-layer {
    display: flex;
  }

  .bottom-section .content-wrapper {
    padding: 0 20px 60px;
  }

  .bottom-section .heading-second {
    margin: 0 auto;
    line-height: 120%;
  }

  .bottom-section .heading-second span {
    display: inline;
    line-height: 130%;
    margin: 0;
  }

  .bottom-section .heading-second.desktop {
    display: inline;
  }

  .bottom-section .download-btn {
    margin: 0 auto;
  }

  .bottom-section .bottom-logo {
    width: 100px;
    height: 100px;
    margin-top: -42px;
  }

  .character-bottom-mob {
    display: none;
  }

  .footer {
    max-height: 78px;
  }

  .footer-container {
    justify-content: space-between;
    align-items: center;
    max-width: 1300px;
    max-height: 78px;
  }

  .footer-text {
    display: flex;
  }

  .footer-logo {
    display: inline;
    margin: unset;
    padding: 0;
  }

  .mySlides {
    height: 65vh;
    transform: translateY(10%);
  }
}

@media only screen and (min-width: 1100px) {
  .bottom-section .character-left {
    left: -27.5%;
  }

  .bottom-section .character-right {
    right: -23.5%;
  }
}

@media only screen and (min-width: 1200px) {
  .bottom-section .character-left {
    left: -24.5%;
  }

  .bottom-section .character-right {
    right: -17.5%;
  }
}

@media only screen and (min-width: 1225px) {
  .about-section .swiper-about .carousel-item {
    max-width: 293px;
  }
}

@media only screen and (min-width: 1280px) {
  .bottom-section .character-left {
    left: -16.5%;
  }

  .bottom-section .character-right {
    right: -12.5%;
  }
}

@media only screen and (min-width: 1921px) {
  .banner-section .first-layer .vector-left,
  .banner-section .first-layer .vector-right {
    top: 0;
    bottom: unset;
  }
}

@media only screen and (min-width: 2000px) {
  .banner-bg.decor {
    width: 80%;
  }
}

@media only screen and (min-width: 2700px) {
  .banner-bg.decor {
    width: 85%;
  }
}

@media only screen and (max-width: 1024px) {
  .download-buttons-mob {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .download-btn.mob {
    display: flex;
  }

  .download-btn.desktop {
    display: none;
  }

  .download-buttons {
    display: none;
  }

  .banner-section .first-layer {
    display: none;
  }

  .banner-section .content-wrapper {
    display: flex;
    justify-content: center;
  }

  .banner-img.desktop {
    display: none;
  }

  .banner-img.mob {
    display: flex;
  }

  .banner-img.mob img {
    min-width: 104%;
  }

  .hero-section .download-btn {
    margin: 4px auto;
  }

  .hero-bottom {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    width: 100%;
    max-width: 500px;
    margin-top: 60px;
  }

  .features-section {
    background: unset;
  }

  .features-section .first-layer {
    display: none;
  }

  .features-section .content-wrapper {
    padding: 0;
  }

  .features-section .share-carousel .left-block .main-text.grey {
    margin-top: 3px;
    margin-bottom: 1px;
  }

  .features-section .share-carousel .carousel-item {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: unset;
    margin: 0 auto 55px;
    text-align: center;
  }

  .features-section .swiper.mySwiper2 .carousel-item {
    justify-content: center;
  }

  .reviews-section .heading-second .heading-small {
    flex-direction: row;
  }

  .reviews-section .first-layer {
    display: none;
  }

  .reviews-section .content-row:first-of-type {
    padding: 0 23px 0px 23px;
    justify-content: space-between;
    width: auto;
  }

  .review-row-item.left svg {
    width: 40.391px;
    height: 40.391px;
    margin-top: -5px;
    margin-left: 9px;
    margin-right: 19px;
  }
}

@media only screen and (max-width: 600px) {
  .modal-content {
    padding: 0;
    height: auto;
  }
}