@charset "UTF-8";
@tailwind base;
@tailwind components;
@tailwind utilities;
@font-face {
  font-family: "mona-sans";
  src: url(../fonts/mona-sans.woff2);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "mona-sans";
  scroll-behavior: smooth;
}

.join-1 {
  max-width: 600px;
  text-align: center;
  line-height: normal;
}
@media screen and (min-width: 0px) {
  .join-1 {
    font-size: 19px;
  }
}
@media screen and (min-width: 500px) {
  .join-1 {
    font-size: 23px;
  }
}
@media screen and (min-width: 700px) {
  .join-1 {
    font-size: 40px;
    max-width: 600px;
  }
}

.join-btn {
  width: 200px;
  height: 60px;
  border-radius: 50px;
  background: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  margin-top: 20px;
  transition: 0.3s ease;
  font-weight: 800;
  color: #000;
  cursor: pointer;
}

.pp::before {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, #000000, #000, transparent);
  width: 30%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
@media screen and (min-width: 0px) {
  .pp::before {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .pp::before {
    display: flex;
  }
}

.pp::after {
  content: "";
  position: absolute;
  background: linear-gradient(275deg, #000000, #000, transparent);
  width: 30%;
  height: 100%;
  top: 0;
  z-index: 1;
  right: 0;
}
@media screen and (min-width: 0px) {
  .pp::after {
    display: none;
  }
}
@media screen and (min-width: 800px) {
  .pp::after {
    display: flex;
  }
}

.pp {
  position: relative;
}

.join-btn:hover {
  transition: 0.3s ease;
  background: #3bcf6f;
  color: #fff;
  box-shadow: 0 0 50px rgba(59, 207, 111, 0.5137254902);
}

.wave {
  width: 100%;
  display: flex;
}
.wave svg {
  height: 100% !important;
  transform: translateY(-90px) !important;
}

.wu-1 {
  position: relative;
}
.wu-1 p {
  font-size: 14px;
}

@media screen and (min-width: 0px) {
  header nav {
    display: none !important;
  }
}
@media screen and (min-width: 700px) {
  header nav {
    display: flex !important;
  }
}

.wu-1::before {
  content: "";
  width: 2px;
  height: 100px;
  background: linear-gradient(transparent, #3bcf6f);
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s ease;
}

.bubble {
  transition: transform 0.5s ease;
  animation: float 3s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}
.wu-1::after {
  content: "";
  width: 2px;
  height: 100px;
  background: linear-gradient(transparent, #3bcf6f);
  opacity: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  transition: 0.3s ease;
}

.wu-1:hover::before {
  top: calc(100% - 100px);
  opacity: 1;
  transition: 0.3s ease;
}

.wu-1:hover::after {
  bottom: calc(100% - 100px);
  opacity: 1;
  transition: 0.3s ease;
}

body::-webkit-scrollbar {
  width: 8px !important;
}

body::-webkit-scrollbar-track {
  background: transparent;
}

body::-webkit-scrollbar-thumb {
  background-color: #363636;
  border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
  background-color: #3bcf6f;
  cursor: pointer;
}

.app::before {
  content: "";
  width: 1500px;
  height: 1500px;
  top: -1000px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  background: radial-gradient(rgba(4, 163, 226, 0.521), rgba(5, 84, 173, 0.61), transparent, transparent);
  animation: impulse 2.5s linear infinite;
  z-index: 1;
}

@keyframes impulse {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.1);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 20px !important;
  color: #fff;
  display: flex;
  position: relative;
}

.container-custom {
  max-width: 1400px;
  padding-left: 25px;
  padding-right: 25px;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  position: relative;
}

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

body.loading {
  overflow: hidden;
  padding-right: 8px !important;
}

.bl-1 {
  background: rgba(255, 255, 255, 0.3764705882);
  border-radius: 10px 10px 0 0;
  position: relative;
  transform: translateY(25px);
}

.gg-1::before {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(#000, #000, transparent);
  z-index: 1;
}

.gg-1::after {
  content: "";
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(transparent, #000, #000);
  z-index: 1;
}

.gg-1 {
  position: relative;
}

.bl-1::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0 0;
  background: rgba(255, 255, 255, 0.3764705882);
  position: absolute;
  left: 0;
  transition: 0.3s ease;
  top: 0;
  z-index: 100;
  left: 0;
  top: 0;
}

.abs-1 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0.7;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' width='32' height='32' fill='none' stroke='rgb(51 65 85 %2F 0.25)'%3e%3cpath d='M0 .5H31.5V32'/%3e%3c/svg%3e");
}

.st-1 {
  max-width: 550px;
}
.st-1 h3 {
  padding-right: 20px;
}

.abs-2 {
  position: relative;
  z-index: 100000;
}

.abs-2::before {
  content: "";
  width: 400px;
  height: 400px;
  background: radial-gradient(rgba(4, 163, 226, 0.521), rgba(0, 255, 153, 0.575), transparent, transparent);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  z-index: 1;
  left: -330px;
  animation: moveUpDown 40s infinite alternate ease-in-out;
}

.abs-2::after {
  content: "";
  width: 400px;
  height: 400px;
  background: radial-gradient(rgba(4, 163, 226, 0.521), rgba(0, 255, 153, 0.575), transparent, transparent);
  transform: rotate(180deg);
  position: absolute;
  top: 0;
  z-index: 1;
  right: -330px;
  animation: moveUp 40s infinite alternate ease-in-out;
}

@keyframes moveUpDown {
  0% {
    top: -150px;
    opacity: 0.5;
  }
  10% {
    opacity: 1;
    transform: rotate(180deg) scale(1.1);
  }
  20% {
    opacity: 0.5;
    transform: rotate(180deg) scale(1);
  }
  30% {
    opacity: 1;
    transform: rotate(180deg) scale(1.1);
  }
  40% {
    opacity: 0.5;
    transform: rotate(180deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotate(180deg) scale(1.1);
  }
  60% {
    opacity: 0.5;
    transform: rotate(180deg) scale(1);
  }
  70% {
    opacity: 1;
    transform: rotate(180deg) scale(1.1);
  }
  80% {
    opacity: 0.5;
    transform: rotate(180deg) scale(1);
  }
  90% {
    opacity: 1;
    transform: rotate(180deg) scale(1.1);
  }
  100% {
    opacity: 0.5;
    top: 1550px;
  }
}
@keyframes moveUp {
  0% {
    top: 1550px;
    opacity: 0.5;
  }
  10% {
    opacity: 1;
    transform: rotate(5deg) scale(1.1);
  }
  20% {
    opacity: 0.5;
    transform: rotate(5deg) scale(1);
  }
  30% {
    opacity: 1;
    transform: rotate(5deg) scale(1.1);
  }
  40% {
    opacity: 0.5;
    transform: rotate(5deg) scale(1);
  }
  50% {
    opacity: 1;
    transform: rotate(5deg) scale(1.1);
  }
  60% {
    opacity: 0.5;
    transform: rotate(5deg) scale(1);
  }
  70% {
    opacity: 1;
    transform: rotate(5deg) scale(1.1);
  }
  80% {
    opacity: 0.5;
    transform: rotate(5deg) scale(1);
  }
  90% {
    opacity: 1;
    transform: rotate(5deg) scale(1.1);
  }
  100% {
    opacity: 0.5;
    top: -150px;
  }
}
.hv-1 {
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(#44f394, transparent);
}
.hv-1 img {
  width: 450px;
  transition: 0.3s ease;
  height: 80%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 10px 0 0;
  transform: translateY(10px);
  overflow: hidden;
  opacity: 0.8;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  transform: translateY(0px) translateX(0px);
  z-index: 100;
}

.hv-1:hover {
  transition: 0.5s ease;
}
.hv-1:hover .bl-1::before {
  left: 12.5px;
  top: -12.5px;
  transition: 0.3s ease;
}
.hv-1:hover img {
  transition: 0.3s ease;
  transform: translateY(-25px) translateX(25px);
}

.loading_wpp {
  width: 100%;
  position: fixed;
  height: 100vh;
  z-index: 1000;
  background: #000;
  display: none;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  z-index: 100000;
}
.loading_wpp .logo {
  margin-bottom: 10px;
  width: 50px;
  height: 50px;
}

.loading .loading_wpp {
  display: flex !important;
}

.text-animation-wrapper {
  display: flex;
  position: absolute;
  bottom: -10px;
  width: 200%;
  animation: scrollText 20s linear infinite;
}

.text-animation {
  display: inline-block;
  white-space: nowrap;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 190px;
  -webkit-text-stroke: 3px #ccc;
  color: transparent;
  background: transparent;
  font-weight: 900;
  opacity: 0.1;
}

@keyframes scrollText {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%); /* Смещаем на половину ширины, чтобы покрыть весь контент */
  }
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.load {
  width: 30px;
  height: 30px;
}
.load svg {
  animation: rotate 1s linear infinite;
}
.load svg path {
  fill: #fff;
}

.app[theme=dark] {
  background: #000000;
}

.app[theme=lignt] {
  background: #ffffff;
}

.app {
  min-height: 100vh;
}

.swiper-slide {
  position: relative;
  overflow: hidden;
  border: none;
  min-height: 300px;
}
.swiper-slide .content {
  width: 100%;
  height: 100%;
  min-height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(transparent, transparent, rgba(0, 0, 0, 0.5568627451), #000);
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  flex-direction: column;
  z-index: 100;
  border: none;
}
@media screen and (min-width: 0px) {
  .swiper-slide .content {
    padding: 15px;
  }
}
@media screen and (min-width: 800px) {
  .swiper-slide .content {
    padding: 30px;
  }
}
.swiper-slide .content h2 {
  font-size: 40px;
  font-weight: 600;
}
.swiper-slide .content p {
  font-size: 14px !important;
  color: #d4d4d4;
}

.swiper-slide,
.swiper-slide img {
  width: 100%;
  min-height: 300px;
  z-index: 99999999 !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (min-width: 0px) {
  .swiper-container-list .swiper-slide .content h2 {
    font-size: 18px;
  }
}
@media screen and (min-width: 990px) {
  .swiper-container-list .swiper-slide .content h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1500px) {
  .swiper-container-list .swiper-slide .content h2 {
    font-size: 25px;
  }
}
@media screen and (min-width: 0px) {
  .swiper-container-list .swiper-slide .content p {
    font-size: 12px;
  }
}
@media screen and (min-width: 990px) {
  .swiper-container-list .swiper-slide .content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .swiper-container-list .swiper-slide .content p {
    font-size: 16px;
  }
}

.swiper-container-list .swiper-wrapper {
  padding: 20px;
}

.swiper-container-list .swiper-slide {
  transition: transform 0.3s ease;
}
.swiper-container-list .swiper-slide img {
  overflow: hidden;
  border-radius: 10px;
}

.swiper-container-list .swiper-slide {
  opacity: 0.3;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transform: scale(1) !important;
}

@media screen and (min-width: 0px) {
  .swiper-container-list .swiper-slide {
    margin-left: 20px !important;
  }
}
@media screen and (min-width: 640px) {
  .swiper-container-list .swiper-slide {
    margin-left: 0px !important;
  }
}

.swiper-container-list .swiper-slide.swiper-slide-active {
  z-index: 9999900;
  position: relative;
  opacity: 1;
  border: 1px solid #7effbd !important;
  border-radius: 10px;
}
@media screen and (min-width: 0px) {
  .swiper-container-list .swiper-slide.swiper-slide-active {
    transform: scale(1) !important;
  }
}
@media screen and (min-width: 640px) {
  .swiper-container-list .swiper-slide.swiper-slide-active {
    transform: scale(1.05) !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  color: white;
  width: 50px !important;
  height: 50px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.swiper-container-list:hover .swiper-button-next,
.swiper-container-list:hover .swiper-button-prev {
  opacity: 1;
}

.swiper-container-lower:hover .swiper-button-next,
.swiper-container-lower:hover .swiper-button-prev {
  opacity: 1;
}

.loop-slider .inner {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  animation-name: loop;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: var(--direction);
  animation-duration: var(--duration);
}

.fade {
  pointer-events: none;
  background: linear-gradient(90deg, #000000, transparent 30%, transparent 70%, #000000);
  position: absolute;
  inset: 0;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.scroll-container {
  height: 100vh;
}

.carousel-primary,
.carousel-secondary {
  top: 0%;
  left: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
}

.carousel-primary img,
.carousel-primary svg {
  width: 100%;
  border-radius: 14px;
  fill: rgba(204, 204, 204, 0.5764705882);
}
@media screen and (min-width: 0px) {
  .carousel-primary img,
  .carousel-primary svg {
    width: 70px;
    height: 70px;
    margin-left: 20px;
  }
}
@media screen and (min-width: 768px) {
  .carousel-primary img,
  .carousel-primary svg {
    width: 150px;
    height: 100px;
    margin-left: 40px;
  }
}

.carousel-primary {
  display: flex;
  justify-content: space-around;
  animation: scroll-horizontal 20s linear infinite;
}

.carousel-secondary {
  animation: scroll-horizontal 20s linear infinite;
  animation-delay: 10s;
}

@keyframes scroll-horizontal {
  0% {
    left: 100%;
  }
  100% {
    left: -100%;
  }
}/*# sourceMappingURL=style.css.map */