﻿@charset "UTF-8";
/* Created by Milad akbary*/
/* email: mas1995.ma@gmail.com */
@font-face {
  font-family: "ClimbingNevis";
  src: url("../fonts/climbing_nevis/ClimbingNevis-Demo.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/climbing_nevis/ClimbingNevis-Demo.eot?#iefix") format("embedded-opentype"), url("../fonts/climbing_nevis/ClimbingNevis-Demo.woff2") format("woff2"), url("../fonts/climbing_nevis/ClimbingNevis-Demo.woff") format("woff"), url("../fonts/climbing_nevis/ClimbingNevis-Demo.ttf") format("truetype");
  /* Safari, Android, iOS */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.btn-bigzy {
  background-color: #ff0000;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 1;
  transition: all 1s;
}
.btn-bigzy::before {
  content: "";
  position: absolute;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  left: 50%;
  top: -50%;
  background: #000;
  transition: all 1s;
  z-index: -1;
}
.btn-bigzy * {
  position: relative;
  z-index: 1;
}
.btn-bigzy:hover {
  background-color: #ff0000;
  color: #fff;
}
.btn-bigzy:hover::before {
  left: -20px;
  width: 200%;
}
.btn-bigzy.bz-btn-light::before {
  background: #D9D9D9;
}
.btn-bigzy.bz-btn-light2 {
  background-color: #CFCFCF;
}
.btn-bigzy.bz-btn-light2::before {
  background: #D9D9D9;
}

/* تنظیمات برای اسکرول عمودی */
::-webkit-scrollbar {
  width: 10px;
  /* عرض اسکرول‌بار */
}

/* مسیر اسکرول (پس‌زمینه) */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* دسته اسکرول (چیزی که حرکت می‌کنه) */
::-webkit-scrollbar-thumb {
  background: red;
  /* رنگ قرمز */
  border-radius: 5px;
  /* گرد کردن لبه‌ها */
}

/* وقتی ماوس روی دسته اسکرول هست */
::-webkit-scrollbar-thumb:hover {
  background: darkred;
}

.loading-bigzy {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  z-index: 9999;
  display: flex;
  justify-content: center;
  object-position: center;
}
.loading-bigzy img {
  width: 120px;
}

body {
  min-height: 100vh;
  background-image: url("../img/logo Bigzy.loading-red white.svg");
  background-repeat: no-repeat;
  background-position: -60vw 0;
  background-size: 100%;
  padding-top: 100px;
}
body.dark-body {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
}
body .navbar {
  height: 70px;
  background: #FFFFFF;
  background: -webkit-linear-gradient(30deg, rgba(255, 255, 255, 0.4) 0%, rgba(235, 235, 235, 0.8) 100%);
  background: -moz-linear-gradient(30deg, rgba(255, 255, 255, 0.4) 0%, rgba(235, 235, 235, 0.8) 100%);
  background: linear-gradient(30deg, rgba(255, 255, 255, 0.4) 0%, rgba(235, 235, 235, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFF", endColorstr="#EBEBEB", GradientType=0);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
body .navbar .nav-center {
  display: flex;
  flex: 1;
  place-content: center;
  justify-content: center;
}
body .navbar .nav-center .nav-link {
  padding: 15px;
}
body .navbar .nav-center .nav-link.active {
  color: #ff0000;
}
body .banner-section #application-ui img {
  border-radius: 10px;
  overflow: hidden;
}
body .banner-section .box-banner-title {
  padding: 20px;
  margin: 0 auto;
  margin-top: -70px;
  z-index: 10;
  position: relative;
  background: rgba(255, 255, 255, 0.2);
  background-image: url(../img/otis-redding.png);
  border-radius: 10px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
body .banner-section .box-banner-title > div {
  text-align: center;
}
body .banner-section .box-banner-title h1 {
  font-family: "ClimbingNevis";
  color: #fff;
}
body .banner-section .box-banner-title p {
  font-weight: 500;
  padding-left: 20px;
}
body .banner-section #application-ui {
  position: relative;
  overflow: hidden;
  width: 100%;
}
body .banner-section #application-ui::after {
  content: "";
  position: absolute;
  background: linear-gradient(to top, rgba(46, 32, 255, 0.47), transparent 50%);
  filter: blur(175px);
  inset: 0;
  z-index: 2;
}
body .banner-section #application-ui ul.application-ui-image li {
  text-decoration: none;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
body .banner-section #application-ui ul.application-ui-image li img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 850px;
  object-fit: cover;
}
body .banner-section #application-ui ul.application-ui-image li:nth-child(1) {
  animation: slide1 20s infinite;
  z-index: -1;
}
body .banner-section #application-ui ul.application-ui-image li:nth-child(2) {
  animation: slide2 20s infinite;
  z-index: -1;
}
body .banner-section #application-ui ul.application-ui-image li:nth-child(3) {
  animation: slide3 20s infinite;
  z-index: -1;
}
body .banner-section #application-ui ul.application-ui-image li:nth-child(4) {
  animation: slide4 20s infinite;
  z-index: -1;
}
body .banner-section #application-ui ul.application-ui-image li.active {
  opacity: 1 !important;
  color: #fff !important;
}
body .banner-section #application-ui ul.application-ui-text {
  z-index: 9;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .banner-section #application-ui ul.application-ui-text li {
  text-decoration: none;
  list-style: none;
  width: 90%;
  max-width: 450px;
  position: absolute;
  transition: all 0.5s ease;
  opacity: 0.4;
  color: #000000;
  padding: 30px;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.1);
  box-sizing: border-box;
  margin: 20px;
  cursor: pointer;
}
body .banner-section #application-ui ul.application-ui-text li h1 {
  position: relative;
  font-size: 1.8rem;
  margin-bottom: 15px;
  transition: color 0.5s ease;
  font-family: "ClimbingNevis";
}
body .banner-section #application-ui ul.application-ui-text li p {
  font-size: 1rem;
  line-height: 1.5;
  color: #fff;
  transition: color 0.5s ease;
}
body .banner-section #application-ui ul.application-ui-text li:nth-child(1) {
  top: 12%;
  right: 5%;
  transform: translateY(-100px);
  animation: textPosition1 20s infinite;
}
body .banner-section #application-ui ul.application-ui-text li:nth-child(1).active {
  color: #fff;
  opacity: 1;
  background-color: rgba(52, 152, 219, 0.2);
  box-shadow: 0 0 15px rgba(52, 152, 219, 0.3);
  transform: translateY(0);
}
body .banner-section #application-ui ul.application-ui-text li:nth-child(2) {
  top: 8%;
  left: 8%;
  transform: translateX(-100px);
  animation: textPosition2 20s infinite;
}
body .banner-section #application-ui ul.application-ui-text li:nth-child(2).active {
  color: #fff;
  opacity: 1;
  background-color: rgba(46, 204, 113, 0.2);
  box-shadow: 0 0 15px rgba(46, 204, 113, 0.3);
  transform: translateX(0);
}
body .banner-section #application-ui ul.application-ui-text li:nth-child(3) {
  bottom: 25%;
  right: 5%;
  transform: translateX(100px);
  animation: textPosition3 20s infinite;
}
body .banner-section #application-ui ul.application-ui-text li:nth-child(3).active {
  color: #fff;
  opacity: 1;
  background-color: rgba(155, 89, 182, 0.2);
  box-shadow: 0 0 15px rgba(155, 89, 182, 0.3);
  transform: translateX(0);
}
body .banner-section #application-ui ul.application-ui-text li:nth-child(4) {
  bottom: 10%;
  left: 5%;
  transform: translateY(100px);
  animation: textPosition4 20s infinite;
}
body .banner-section #application-ui ul.application-ui-text li:nth-child(4).active {
  color: #fff;
  opacity: 1;
  background-color: rgba(231, 76, 60, 0.2);
  box-shadow: 0 0 15px rgba(231, 76, 60, 0.3);
  transform: translateY(0);
}
body .banner-section #application-ui ul.application-ui-text li.active {
  opacity: 1 !important;
  color: #fff !important;
}
body .banner-section #application-ui > img {
  width: 100%;
  display: block;
  z-index: 1;
  height: 850px;
  object-fit: cover;
}
body .why-choose-section, body .how-Works-section {
  margin-top: 100px;
}
body .why-choose-section > h2, body .how-Works-section > h2 {
  text-align: center;
  font-family: "ClimbingNevis";
  font-size: 45px;
}
body .why-choose-section > p, body .how-Works-section > p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
body .why-choose-section .red-box, body .how-Works-section .red-box, body .why-choose-section .green-box, body .how-Works-section .green-box, body .why-choose-section .white-box, body .how-Works-section .white-box {
  background-color: #FF3030;
  min-height: 400px;
  border-radius: 10px;
  background-image: url(../img/otis-redding.png);
  margin-top: 100px;
  position: relative;
  overflow: hidden;
}
body .why-choose-section .red-box .top-icon, body .how-Works-section .red-box .top-icon, body .why-choose-section .green-box .top-icon, body .how-Works-section .green-box .top-icon, body .why-choose-section .white-box .top-icon, body .how-Works-section .white-box .top-icon {
  color: #fff;
  font-size: 3rem;
  text-align: right;
  padding-right: 20px;
}
body .why-choose-section .red-box .bg-icon i, body .how-Works-section .red-box .bg-icon i, body .why-choose-section .green-box .bg-icon i, body .how-Works-section .green-box .bg-icon i, body .why-choose-section .white-box .bg-icon i, body .how-Works-section .white-box .bg-icon i {
  color: #fff;
  font-size: 26rem;
  text-align: left;
  position: absolute;
  left: 0;
  bottom: -55px;
  opacity: 0.05;
  z-index: 0;
}
body .why-choose-section .red-box:hover .top-icon, body .how-Works-section .red-box:hover .top-icon, body .why-choose-section .green-box:hover .top-icon, body .how-Works-section .green-box:hover .top-icon, body .why-choose-section .white-box:hover .top-icon, body .how-Works-section .white-box:hover .top-icon {
  color: rgba(0, 0, 0, 0.3647058824);
}
body .why-choose-section .red-box h3, body .how-Works-section .red-box h3, body .why-choose-section .green-box h3, body .how-Works-section .green-box h3, body .why-choose-section .white-box h3, body .how-Works-section .white-box h3 {
  color: #fff;
  text-align: center;
  margin-top: 50px;
  z-index: 1;
  position: relative;
}
body .why-choose-section .red-box p, body .how-Works-section .red-box p, body .why-choose-section .green-box p, body .how-Works-section .green-box p, body .why-choose-section .white-box p, body .how-Works-section .white-box p {
  text-align: center;
  color: #fff;
  padding: 30px;
  z-index: 1;
  position: relative;
}
body .why-choose-section .white-box, body .how-Works-section .white-box {
  background-color: #FAFAFA;
}
body .why-choose-section .white-box .top-icon, body .how-Works-section .white-box .top-icon {
  color: rgba(0, 0, 0, 0.1647058824);
  font-size: 3rem;
  text-align: right;
  padding-right: 20px;
}
body .why-choose-section .white-box .bg-icon i, body .how-Works-section .white-box .bg-icon i {
  color: rgba(0, 0, 0, 0.3647058824);
  font-size: 26rem;
}
body .why-choose-section .white-box h3, body .how-Works-section .white-box h3 {
  color: #000000;
}
body .why-choose-section .white-box p, body .how-Works-section .white-box p {
  color: #000000;
}
body .why-choose-section .green-box, body .how-Works-section .green-box {
  background-color: #6FB7AB;
}
body .how-Works-section {
  margin-top: 100px;
  overflow: hidden;
}
body .how-Works-section .ripple-shape {
  transform: skewX(240deg);
  position: relative;
  z-index: -1;
  opacity: 0.3;
}
body .how-Works-section .ripple-shape .ripple-1,
body .how-Works-section .ripple-shape .ripple-2,
body .how-Works-section .ripple-shape .ripple-3,
body .how-Works-section .ripple-shape .ripple-4,
body .how-Works-section .ripple-shape .ripple-5,
body .how-Works-section .ripple-shape .ripple-6,
body .how-Works-section .ripple-shape .ripple-7 {
  width: 700px;
  height: 700px;
  position: absolute;
  left: 30%;
  top: 0;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 1px solid #ff0000;
  border-radius: 50%;
  animation: ripple2 10s linear infinite;
  opacity: 0;
  transition: 0.4s;
}
body .how-Works-section .ripple-shape .ripple-1 {
  animation-delay: 0s;
}
body .how-Works-section .ripple-shape .ripple-2 {
  animation-delay: 1s;
}
body .how-Works-section .ripple-shape .ripple-3 {
  animation-delay: 3s;
}
body .how-Works-section .ripple-shape .ripple-4 {
  animation-delay: 5s;
}
body .how-Works-section .ripple-shape .ripple-5 {
  animation-delay: 6s;
}
body .how-Works-section .white-box {
  margin-top: 100px;
}
body .how-Works-section .white-box .bg-icon i {
  right: 0;
  left: unset;
  bottom: -55px;
  opacity: 0.05;
  z-index: 0;
}
body .tokenomics-section {
  position: relative;
  margin: 0;
  background-color: #FAFAFA;
  color: #000000;
  margin-top: 50px;
  background-image: url("../img/logo Bigzy.Without Type-white.svg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  width: 100%;
  overflow: hidden;
}
body .tokenomics-section > h2 {
  text-align: center;
  font-family: "ClimbingNevis";
  font-size: 45px;
  cursor: pointer;
}
body .tokenomics-section > h2:hover {
  color: #FF3030;
}
body .tokenomics-section > p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
body .tokenomics-section .rubic-box {
  height: 500px;
  width: 500px;
  position: relative;
  overflow: hidden;
}
body .tokenomics-section #scene {
  height: 100%;
  width: 500px;
}
body .tokenomics-section .swiper-box {
  margin-top: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body .tokenomics-section .swiper-box .swiper {
  margin-top: 50px;
}
body .tokenomics-section .swiper-box .swiper .swiper-pagination {
  margin-top: 30px;
}
body .tokenomics-section .swiper-box .swiper-pagination-bullet-active {
  background: #ff0000;
}
body .tokenomics-section .swiper-box .swiper-slide.color-1 h3 {
  color: #6FB7AB !important;
}
body .tokenomics-section .swiper-box .swiper-slide.color-2 h3 {
  color: #FF3030 !important;
}
body .tokenomics-section .swiper-box .swiper-slide.color-3 h3 {
  color: #000 !important;
}
body .tokenomics-section .swiper-box .swiper-slide:nth-child(4) h3 {
  color: #463c8c;
}
body .tokenomics-section .swiper-box .swiper-slide:nth-child(5) h3 {
  color: #898989;
}
body .tokenomics-section .swiper-box .swiper-slide:nth-child(6) h3 {
  color: #FFFFFF;
}
body .tokenomics-section .item-box i {
  font-size: 60px;
}
body .tokenomics-section .item-box h3 {
  font-weight: bolder;
}
body .tokenomics-section .item-box p {
  font-size: 20px;
}
body .team-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
body .team-section > h2 {
  text-align: center;
  font-family: "ClimbingNevis";
  font-size: 45px;
  cursor: pointer;
}
body .team-section > h2:hover {
  color: #FF3030;
}
body .team-section > p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
body .team-section .team-box {
  height: 300px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-self: center;
  border: 1px solid #F2F2F2;
  background-color: #F8F8F8;
  border-radius: 10px;
  gap: 20px;
  margin-top: 50px;
}
body .team-section .team-box h3 {
  text-align: center;
}
body .team-section .team-box img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 50%;
}
body .roadmap-section {
  margin-top: auto;
  padding-top: 50px;
  padding-bottom: 50px;
}
body .roadmap-section > h2 {
  text-align: center;
  font-family: "ClimbingNevis";
  font-size: 45px;
  cursor: pointer;
}
body .roadmap-section > h2:hover {
  color: #FF3030;
}
body .roadmap-section > p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
body .roadmap-section .timeline-box {
  height: 500px;
  display: flex;
  align-items: end;
  padding: 100px;
  padding-bottom: 0;
}
body .roadmap-section .timeline-box ul {
  display: flex;
  flex-direction: row;
  position: relative;
  padding: 0;
}
body .roadmap-section .timeline-box ul::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #ff0000;
  border-radius: 50%;
}
body .roadmap-section .timeline-box ul::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 5px 10px;
  border-color: #ff0000 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -3px;
  transition: all 0.3s;
  transform: rotate(90deg);
  animation: timeline-move-effect 5s;
  animation-iteration-count: infinite;
}
body .roadmap-section .timeline-box ul li {
  list-style: none;
}
body .roadmap-section .timeline-box ul li > div {
  padding: 20px;
  background-color: #F8F8F8;
  border: 1px solid #F3F3F3;
  border-radius: 10px;
  text-align: center;
  position: relative;
  z-index: 1;
  box-shadow: 1px 1px 42px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
  cursor: pointer;
  min-height: 138px;
}
body .roadmap-section .timeline-box ul li > div h4 {
  color: #000;
  font-size: 20px;
}
body .roadmap-section .timeline-box ul li > div p {
  color: #000;
}
body .roadmap-section .timeline-box ul li.timeline-item-t {
  margin-top: -180px;
}
body .roadmap-section .timeline-box ul li.timeline-item-t div::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 20px 20px 0;
  border-color: #F8F8F8 transparent;
  display: block;
  width: 0;
  z-index: 1;
  bottom: -20px;
  left: 107px;
  transition: all 0.3s;
}
body .roadmap-section .timeline-box ul li.timeline-item-t div::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  z-index: 1;
  bottom: -55px;
  left: 117px;
  border-radius: 50%;
  transition: all 0.3s;
}
body .roadmap-section .timeline-box ul li.timeline-item-b {
  margin-top: 40px;
}
body .roadmap-section .timeline-box ul li.timeline-item-b div::after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 0 20px 20px;
  border-color: #F8F8F8 transparent;
  display: block;
  width: 0;
  z-index: 1;
  top: -20px;
  left: 107px;
  transition: all 0.3s;
}
body .roadmap-section .timeline-box ul li.timeline-item-b div::before {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ff0000;
  z-index: 1;
  top: -50px;
  left: 117px;
  border-radius: 50%;
  transition: all 0.3s;
}
body .roadmap-section .timeline-box ul li:hover > div {
  background-color: #ff0000;
  box-shadow: inset 1px 1px 42px rgba(0, 0, 0, 0.2);
}
body .roadmap-section .timeline-box ul li:hover > div h4 {
  color: #fff;
}
body .roadmap-section .timeline-box ul li:hover > div p {
  color: #fff;
}
body .roadmap-section .timeline-box ul li:hover > div::after {
  border-color: #ff0000 transparent;
}
body .roadmap-section .timeline-box ul li:hover > div::before {
  background-color: #000000;
  border: 5px solid #fff;
}
body .get-touch-section > div {
  width: 100%;
}
body .get-touch-section > div .get-in-touch {
  background-color: #F4F4F4;
  padding: 70px 98px;
  text-align: center;
}
body .get-touch-section > div .get-in-touch > h2 {
  text-align: center;
  font-family: "ClimbingNevis";
  font-size: 45px;
  cursor: pointer;
}
body .get-touch-section > div .get-in-touch > h2:hover {
  color: #FF3030;
}
body .get-touch-section > div .get-in-touch > p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
body .get-touch-section > div .get-in-touch textarea {
  height: 200px;
}
body .get-touch-section > div .get-in-touch div {
  margin-top: 20px;
}
body .get-touch-section > div .get-in-touch .btn-bigzy {
  margin-top: 20px;
}
body .get-touch-section > div .questions-section {
  background-color: #FF3030;
  padding: 70px 98px;
  text-align: center;
  color: #fff;
}
body .get-touch-section > div .questions-section > h2 {
  text-align: center;
  font-family: "ClimbingNevis";
  font-size: 45px;
  cursor: pointer;
}
body .get-touch-section > div .questions-section > p {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
body .get-touch-section > div .questions-section .accordion-area {
  margin-top: 25px;
}
body .get-touch-section > div .questions-section .accordion-area .accordion-card {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
body .get-touch-section > div .questions-section .accordion-area .accordion-card .number {
  margin-right: 15px;
}
body .get-touch-section > div .questions-section .accordion-area .accordion-card .accordion-collapse {
  background-color: #fff;
  color: #000;
}
body .get-touch-section > div .questions-section .accordion-area .accordion-card .accordion-button:not(.collapsed) {
  background-color: antiquewhite;
}
body footer {
  background-image: url("../img/logo Bigzy.loading-red white.svg");
  background-repeat: no-repeat;
  background-position: -18vw -46vh;
  background-size: 70%;
  text-align: center;
}
body footer > img {
  margin-top: 100px;
}
body footer .social-link {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
body footer .social-link a {
  font-size: 45px;
  padding: 0px 10px;
  background-color: #F8F8F8;
  color: #000;
  border-radius: 10px;
  text-decoration: none;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, 0.15);
}
body footer .social-link a:hover {
  color: #ff0000;
}
body footer .list-link {
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  gap: 50px;
  align-items: center;
  justify-content: center;
  padding: 0;
}
body footer .list-link li {
  list-style: none;
}
body footer .list-link li a {
  color: #000;
  text-decoration: none;
}
body footer .list-link li a:hover {
  color: #ff0000;
}
body .game-section {
  text-align: center;
  background: rgba(62, 62, 62, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  padding: 38px;
}
body .game-section .game-info {
  text-align: center;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 15px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  max-width: 400px;
  margin: 0 auto;
}
body .game-section .level-display {
  font-size: 24px;
  margin-bottom: 10px;
  font-weight: bold;
}
body .game-section .score-display {
  font-size: 18px;
  margin-bottom: 10px;
}
body .game-section .game-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  height: 300px;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
}
body .game-section .cup {
  width: 80px;
  height: 112px;
  position: absolute;
  cursor: default;
  background-image: url(../img/other/cup.svg);
  background-size: cover;
  transition: all 0.3s ease;
  bottom: 0;
}
body .game-section .cup:hover {
  transform: scale(1.05);
}
body .game-section #ball {
  width: 30px;
  height: 30px;
  background-image: url(../img/other/ball.svg);
  background-size: cover;
  border-radius: 50%;
  position: absolute;
  bottom: -50px;
  z-index: 1;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
}
body .game-section #btnStart:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}
body .game-section .difficulty-info {
  font-size: 14px;
  opacity: 0.8;
  margin-top: 5px;
}

.message {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 30px;
  border-radius: 15px;
  font-size: 20px;
  text-align: center;
  z-index: 1000;
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  min-width: 300px;
}

.message.success {
  background: rgba(40, 167, 69, 0.9);
  border-color: #28a745;
}

.message.failure {
  background: rgba(220, 53, 69, 0.9);
  border-color: #dc3545;
}

.instructions {
  text-align: center;
  margin-bottom: 20px;
  font-size: 16px;
  opacity: 0.9;
}

.investment-page {
  min-height: 100vh;
  padding: 2rem 0;
}
.investment-page .hero-section {
  text-align: center;
  margin-bottom: 3rem;
  color: white;
}
.investment-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  background: linear-gradient(45deg, #dc2626, #ef4444);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 1rem;
  text-shadow: 0 0 30px rgba(220, 38, 38, 0.3);
}
.investment-page .hero-subtitle {
  font-size: 1.3rem;
  color: #e5e7eb;
  font-weight: 300;
  margin-bottom: 2rem;
}
.investment-page .investment-card {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.investment-page .card-header-custom {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  color: white;
  padding: 2rem;
  text-align: center;
  border: none;
  position: relative;
  overflow: hidden;
}
.investment-page .card-header-custom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: translateX(-100%);
  animation: shimmer 2s infinite;
}
@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.investment-page .card-header-title {
  font-size: 2rem;
  font-weight: 600;
  margin: 0;
}
.investment-page .card-body-custom {
  padding: 3rem;
  background: rgba(255, 255, 255, 0.02);
  color: white;
}
.investment-page .success-alert {
  background: linear-gradient(135deg, #059669, #047857);
  border: 1px solid rgba(5, 150, 105, 0.3);
  border-radius: 15px;
  padding: 2rem;
  color: white;
  text-align: center;
  box-shadow: 0 10px 30px rgba(5, 150, 105, 0.2);
}
.investment-page .benefits-section {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.2);
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
}
.investment-page .benefits-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: #dc2626;
  margin-bottom: 1rem;
}
.investment-page .benefits-subtitle {
  font-size: 1.1rem;
  color: #e5e7eb;
  margin-bottom: 1.5rem;
}
.investment-page .benefits-list {
  list-style: none;
  padding: 0;
}
.investment-page .benefits-list li {
  padding: 0.5rem 0;
  font-size: 1rem;
  color: #d1d5db;
  display: flex;
  align-items: center;
}
.investment-page .benefits-list li::before {
  content: "✅";
  margin-right: 0.75rem;
  font-size: 1.2rem;
}
.investment-page .form-label-custom {
  color: #e5e7eb;
  font-weight: 500;
  margin-bottom: 0.5rem;
  display: block;
}
.investment-page .form-control-custom {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: white;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}
.investment-page .form-control-custom:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #dc2626;
  box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.25);
  color: white;
}
.investment-page .form-control-custom::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.investment-page .form-select-custom {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  color: white;
  padding: 0.75rem 1rem;
}
.investment-page .form-select-custom:focus {
  background: rgba(255, 255, 255, 0.15);
  border-color: #dc2626;
  box-shadow: 0 0 0 0.2rem rgba(220, 38, 38, 0.25);
  color: white;
}
.investment-page .form-select-custom option {
  background: #1f2937;
  color: white;
}
.investment-page .amount-section {
  background: rgba(220, 38, 38, 0.05);
  border: 1px solid rgba(220, 38, 38, 0.1);
  border-radius: 15px;
  padding: 1.5rem;
  margin: 1.5rem 0;
}
.investment-page .amount-display {
  font-size: 2rem;
  font-weight: 700;
  color: #dc2626;
  text-align: center;
  margin-bottom: 1rem;
}
.investment-page .form-range-custom {
  background: transparent;
  height: 6px;
}
.investment-page .form-range-custom::-webkit-slider-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.investment-page .form-range-custom::-webkit-slider-thumb {
  background: #dc2626;
  border: 3px solid white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(220, 38, 38, 0.3);
}
.investment-page .form-range-custom::-moz-range-track {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}
.investment-page .form-range-custom::-moz-range-thumb {
  background: #dc2626;
  border: 3px solid white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(220, 38, 38, 0.3);
}
.investment-page .payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  margin-top: 1rem;
}
.investment-page .payment-option {
  background: rgba(255, 255, 255, 0.05);
  border: 2px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.investment-page .payment-option:hover {
  border-color: rgba(220, 38, 38, 0.5);
  background: rgba(220, 38, 38, 0.1);
}
.investment-page .payment-option.selected {
  border-color: #dc2626;
  background: rgba(220, 38, 38, 0.2);
}
.investment-page .payment-option input[type=radio] {
  margin-right: 0.75rem;
  accent-color: #dc2626;
}
.investment-page .payment-option label {
  color: #e5e7eb;
  font-weight: 500;
  margin: 0;
  cursor: pointer;
}
.investment-page .btn-submit {
  background: linear-gradient(135deg, #dc2626, #b91c1c);
  border: none;
  color: white;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  margin-top: 2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 10px 30px rgba(220, 38, 38, 0.3);
}
.investment-page .btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 15px 40px rgba(220, 38, 38, 0.4);
}
.investment-page .btn-submit:active {
  transform: translateY(0);
}
.investment-page .cta-text {
  font-size: 1.1rem;
  color: #d1d5db;
  line-height: 1.6;
  margin-bottom: 2rem;
  text-align: center;
  font-style: italic;
}
.investment-page .validation-summary {
  background: rgba(239, 68, 68, 0.1);
  border: 1px solid rgba(239, 68, 68, 0.3);
  border-radius: 10px;
  padding: 1rem;
  margin-bottom: 1rem;
  color: #fecaca;
}
.investment-page .limited-offer {
  background: rgba(245, 101, 101, 0.1);
  border-left: 4px solid #dc2626;
  padding: 1rem;
  margin: 1rem 0;
  border-radius: 0 10px 10px 0;
}
.investment-page .limited-offer-text {
  color: #fca5a5;
  font-weight: 500;
  margin: 0;
}
@media (max-width: 768px) {
  .investment-page .hero-title {
    font-size: 2.5rem;
  }
  .investment-page .card-body-custom {
    padding: 2rem;
  }
  .investment-page .payment-methods {
    grid-template-columns: 1fr;
  }
}

.privacy-policy-page {
  color: #fff;
}
.privacy-policy-page .hero-section {
  background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-red-dark) 100%);
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.privacy-policy-page .hero-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="0.5"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
  animation: drift 30s linear infinite;
}
@keyframes drift {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-10px, -10px);
  }
}
.privacy-policy-page .hero-content {
  position: relative;
  z-index: 2;
  text-align: center;
}
.privacy-policy-page .hero-title {
  font-size: 3.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: white;
  text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}
.privacy-policy-page .hero-subtitle {
  font-size: 1.3rem;
  color: rgba(255, 255, 255, 0.9);
  margin-bottom: 2rem;
  font-weight: 300;
}
.privacy-policy-page .hero-icon {
  font-size: 4rem;
  margin-bottom: 2rem;
  color: white;
  opacity: 0.9;
}
.privacy-policy-page .main-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.privacy-policy-page .content-section {
  padding: 80px 0;
  position: relative;
}
.privacy-policy-page .floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
}
.privacy-policy-page .floating-elements::before,
.privacy-policy-page .floating-elements::after {
  content: "";
  position: absolute;
  width: 200px;
  height: 200px;
  background: radial-gradient(circle, rgba(220, 38, 38, 0.1) 0%, transparent 70%);
  border-radius: 50%;
  animation: float 20s infinite ease-in-out;
}
.privacy-policy-page .floating-elements::before {
  top: 10%;
  left: 80%;
  animation-delay: 0s;
}
.privacy-policy-page .floating-elements::after {
  bottom: 20%;
  left: 10%;
  animation-delay: 10s;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
}
.privacy-policy-page .policy-nav {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 2rem;
  margin-bottom: 3rem;
  position: sticky;
  top: 20px;
  z-index: 10;
}
.privacy-policy-page .policy-nav h3 {
  color: var(--primary-red);
  margin-bottom: 1.5rem;
  font-weight: 600;
}
.privacy-policy-page .nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.privacy-policy-page .nav-list li {
  margin-bottom: 0.5rem;
}
.privacy-policy-page .nav-list a {
  color: var(--text-light);
  text-decoration: none;
  padding: 0.5rem 1rem;
  display: block;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-size: 0.95rem;
}
.privacy-policy-page .nav-list a:hover,
.privacy-policy-page .nav-list a.active {
  background: var(--primary-red);
  color: white;
  transform: translateX(10px);
}
.privacy-policy-page .policy-section {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid var(--border-color);
  border-radius: 20px;
  padding: 3rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}
.privacy-policy-page .policy-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: linear-gradient(to bottom, var(--primary-red), var(--primary-red-light));
}
.privacy-policy-page .section-title {
  font-size: 2rem;
  color: var(--primary-red);
  margin-bottom: 1.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.privacy-policy-page .section-title i {
  font-size: 1.5rem;
}
.privacy-policy-page .section-content h4 {
  color: var(--primary-red-light);
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
.privacy-policy-page .section-content p {
  margin-bottom: 1.5rem;
  color: var(--text-light);
  font-size: 1.05rem;
}
.privacy-policy-page .section-content ul {
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}
.privacy-policy-page .section-content li {
  margin-bottom: 0.5rem;
  color: var(--text-muted);
}
.privacy-policy-page .highlight-box {
  background: rgba(220, 38, 38, 0.1);
  border: 1px solid rgba(220, 38, 38, 0.3);
  border-radius: 10px;
  padding: 1.5rem;
  margin: 1.5rem 0;
  border-left: 4px solid var(--primary-red);
}
.privacy-policy-page .highlight-box h5 {
  color: var(--primary-red);
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.privacy-policy-page .highlight-box p {
  margin-bottom: 0;
  color: var(--text-light);
}
.privacy-policy-page .web3-badge {
  display: inline-block;
  background: linear-gradient(45deg, var(--primary-red), var(--primary-red-light));
  color: white;
  padding: 0.3rem 0.8rem;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-left: 0.5rem;
}
.privacy-policy-page .blockchain-feature {
  background: rgba(34, 197, 94, 0.1);
  border: 1px solid rgba(34, 197, 94, 0.3);
  border-radius: 10px;
  padding: 1rem;
  margin: 1rem 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
.privacy-policy-page .blockchain-feature i {
  font-size: 1.5rem;
  color: #22c55e;
}
.privacy-policy-page .blockchain-feature div h6 {
  color: #22c55e;
  margin-bottom: 0.25rem;
  font-weight: 600;
}
.privacy-policy-page .blockchain-feature div p {
  margin-bottom: 0;
  color: var(--text-muted);
  font-size: 0.9rem;
}
.privacy-policy-page .contact-section {
  background: linear-gradient(135deg, var(--primary-red) 0%, var(--primary-red-dark) 100%);
  padding: 60px 0;
  text-align: center;
  border-radius: 30px;
  margin: 3rem 0;
}
.privacy-policy-page .contact-section h3 {
  color: white;
  font-size: 2.5rem;
  margin-bottom: 1rem;
  font-weight: 700;
}
.privacy-policy-page .contact-section p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 2rem;
}
.privacy-policy-page .contact-button {
  background: red;
  color: var(--primary-red);
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  font-size: 1.1rem;
}
.privacy-policy-page .contact-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(255, 255, 255, 0.3);
  color: var(--primary-red);
}
.privacy-policy-page .last-updated {
  text-align: center;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.02);
  border-radius: 15px;
  margin: 2rem 0;
}
.privacy-policy-page .last-updated p {
  color: var(--text-muted);
  font-size: 0.9rem;
  margin-bottom: 0;
}
.privacy-policy-page .footer {
  background: rgba(0, 0, 0, 0.3);
  text-align: center;
  padding: 2rem;
  border-top: 1px solid var(--border-color);
}
.privacy-policy-page .footer p {
  color: var(--text-muted);
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .privacy-policy-page .hero-title {
    font-size: 2.5rem;
  }
  .privacy-policy-page .policy-section {
    padding: 2rem;
  }
  .privacy-policy-page .section-title {
    font-size: 1.5rem;
  }
  .privacy-policy-page .policy-nav {
    position: static;
    margin-bottom: 2rem;
  }
}
.privacy-policy-page .smooth-scroll {
  scroll-behavior: smooth;
}

@keyframes ripple {
  0% {
    transform: scale(1);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: scale(2.1);
    opacity: 0;
  }
}
@keyframes ripple2 {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  10% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.14;
  }
  100% {
    transform: scale(3.5);
    opacity: 0;
  }
}
@keyframes timeline-move-effect {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}
@keyframes timeline-move-effect-2 {
  0% {
    top: 0;
  }
  100% {
    top: 100%;
  }
}
/* Media Queries */
@media (max-width: 1200px) {
  #application-ui ul.application-ui-text li {
    width: 80%;
    max-width: 400px;
    padding: 25px;
  }
}
@media (max-width: 992px) {
  #application-ui ul.application-ui-text li {
    width: 70%;
    max-width: 350px;
    padding: 20px;
  }
  #application-ui ul.application-ui-text li h1 {
    font-size: 1.6rem;
  }
  #application-ui ul.application-ui-text li p {
    font-size: 0.95rem;
  }
  #application-ui ul.application-ui-text li:nth-child(1) {
    top: 5%;
    right: 5%;
  }
  #application-ui ul.application-ui-text li:nth-child(2) {
    top: 30%;
    left: 5%;
  }
  #application-ui ul.application-ui-text li:nth-child(3) {
    bottom: 30%;
    right: 5%;
  }
  #application-ui ul.application-ui-text li:nth-child(4) {
    bottom: 5%;
    left: 5%;
  }
}
@media (max-width: 768px) {
  #application-ui ul.application-ui-text li {
    width: 80%;
    max-width: 300px;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  #application-ui ul.application-ui-text li {
    width: 90%;
    max-width: none;
    padding: 15px;
  }
  #application-ui ul.application-ui-text li h1 {
    font-size: 1.4rem !important;
  }
  #application-ui ul.application-ui-text li p {
    font-size: 0.9rem !important;
  }
  #application-ui ul.application-ui-text li:nth-child(1) {
    top: 5%;
    right: 50%;
    transform: translateX(50%) translateY(-100px);
  }
  #application-ui ul.application-ui-text li:nth-child(1).active {
    transform: translateX(50%) translateY(0) !important;
  }
  #application-ui ul.application-ui-text li:nth-child(2) {
    top: 30%;
    left: 50%;
    transform: translateX(-150%) translateY(0);
  }
  #application-ui ul.application-ui-text li:nth-child(2).active {
    transform: translateX(-50%) translateY(0) !important;
  }
  #application-ui ul.application-ui-text li:nth-child(3) {
    bottom: 35%;
    right: 50%;
    transform: translateX(150%) translateY(0);
  }
  #application-ui ul.application-ui-text li:nth-child(3).active {
    transform: translateX(50%) translateY(0) !important;
  }
  #application-ui ul.application-ui-text li:nth-child(4) {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
  #application-ui ul.application-ui-text li:nth-child(4).active {
    transform: translateX(-50%) translateY(0) !important;
  }
  body .roadmap-section .timeline-box {
    height: inherit;
    display: flex;
    align-items: end;
    padding: 30px;
    padding-bottom: 0;
  }
  body .roadmap-section .timeline-box ul {
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 0;
  }
  body .roadmap-section .timeline-box ul::before {
    content: "";
    position: absolute;
    width: 5px;
    height: 100%;
    background-color: #ff0000;
    border-radius: 50%;
    left: -20px;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-t {
    margin-top: 25px;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-b div::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ff0000;
    z-index: 1;
    top: 20px;
    left: -28px;
    border-radius: 50%;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-b div::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 20px 20px;
    border-color: #F8F8F8 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: 20px;
    left: -30px;
    transform: rotate(270deg);
  }
  body .roadmap-section .timeline-box ul li.timeline-item-t div::before {
    content: "";
    position: absolute;
    display: block;
    width: 20px;
    height: 20px;
    background-color: #ff0000;
    z-index: 1;
    bottom: 20px;
    left: -28px;
    border-radius: 50%;
  }
  body .roadmap-section .timeline-box ul li.timeline-item-t div::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0;
    border-color: #F8F8F8 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: 20px;
    left: -30px;
    transform: rotate(90deg);
  }
  body .roadmap-section .timeline-box ul::after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 5px 10px;
    border-color: #ff0000 transparent;
    display: block;
    width: 0;
    z-index: 1;
    left: -22px;
    transition: all 0.3s;
    transform: rotate(180deg);
    animation: timeline-move-effect-2 5s;
    animation-iteration-count: infinite;
  }
  body .get-touch-section > div .get-in-touch {
    background-color: #F4F4F4;
    padding: 30px;
    text-align: center;
  }
  body .get-touch-section > div .questions-section {
    background-color: #FF3030;
    padding: 30px;
    text-align: center;
    color: #fff;
  }
  body .banner-section #application-ui ul.application-ui-text li:nth-child(1) {
    top: 5%;
    right: 50%;
    transform: translateX(50%) translateY(-100px);
  }
  body .banner-section #application-ui ul.application-ui-text li:nth-child(2) {
    top: 30%;
    left: 50%;
    transform: translateX(-150%) translateY(0);
  }
  body .banner-section #application-ui ul.application-ui-text li:nth-child(3) {
    bottom: 35%;
    right: 50%;
    transform: translateX(150%) translateY(0);
  }
  body .banner-section #application-ui ul.application-ui-text li:nth-child(4) {
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
  }
  body .banner-section > div {
    padding: 0;
  }
  body .banner-section .application-ui-image {
    margin: 0;
  }
  body .banner-section #application-ui img {
    border-radius: 0;
    overflow: hidden;
  }
  body .team-section .col-md-3.col-sm-6 {
    width: 50%;
  }
  body .team-section .team-box {
    margin-top: 30px;
  }
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
    box-sizing: content-box;
    padding: 30px;
  }
  body .how-Works-section .white-box {
    margin-top: 25px;
  }
  body .why-choose-section .red-box,
  body .how-Works-section .red-box,
  body .why-choose-section .green-box,
  body .how-Works-section .green-box,
  body .why-choose-section .white-box,
  body .how-Works-section .white-box {
    margin-top: 30px;
  }
  .navbar-collapse {
    background: rgb(255, 255, 255);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    padding: 14px;
    border-radius: 10px;
    box-shadow: 0px 11px 13px rgba(0, 0, 0, 0.251);
    margin-top: 45px;
  }
  body footer {
    background-repeat: no-repeat;
    background-position: -90vw -20vh;
    background-size: 177%;
    text-align: center;
  }
}
/* انیمیشن‌های اسلایدها */
@keyframes slide1 {
  0%, 25% {
    opacity: 1;
  }
  25.1%, 100% {
    opacity: 0;
  }
}
@keyframes slide2 {
  0%, 25% {
    opacity: 0;
  }
  25.1%, 50% {
    opacity: 1;
  }
  50.1%, 100% {
    opacity: 0;
  }
}
@keyframes slide3 {
  0%, 50% {
    opacity: 0;
  }
  50.1%, 75% {
    opacity: 1;
  }
  75.1%, 100% {
    opacity: 0;
  }
}
@keyframes slide4 {
  0%, 75% {
    opacity: 0;
  }
  75.1%, 100% {
    opacity: 1;
  }
}
/* انیمیشن‌های فعال/غیرفعال متن‌ها */
@keyframes textPosition1 {
  0%, 2% {
    transform: translateY(-100px);
    opacity: 0.4;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
  3%, 23% {
    transform: translateY(0);
    opacity: 1;
    color: #fff;
    background-color: rgba(52, 152, 219, 0.2);
    box-shadow: 0 0 15px rgba(52, 152, 219, 0.3);
  }
  25%, 100% {
    transform: translateY(-100px);
    opacity: 0.4;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
}
@media (max-width: 576px) {
  @keyframes textPosition1 {
    0%, 2% {
      transform: translateX(50%) translateY(-100px);
      opacity: 0.4;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: none;
    }
    3%, 23% {
      transform: translateX(50%) translateY(0);
      opacity: 1;
      color: #fff;
      background-color: rgba(52, 152, 219, 0.2);
      box-shadow: 0 0 15px rgba(52, 152, 219, 0.3);
    }
    25%, 100% {
      transform: translateX(50%) translateY(-100px);
      opacity: 0.4;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: none;
    }
  }
}
@keyframes textPosition2 {
  0%, 25%, 52% {
    transform: translateX(-100px);
    opacity: 0.4;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
  28%, 48% {
    transform: translateX(0);
    opacity: 1;
    color: #fff;
    background-color: rgba(46, 204, 113, 0.2);
    box-shadow: 0 0 15px rgba(46, 204, 113, 0.3);
  }
  50%, 100% {
    transform: translateX(-100px);
    opacity: 0.4;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
}
@media (max-width: 576px) {
  @keyframes textPosition2 {
    0%, 25%, 52% {
      transform: translateX(-150%) translateY(0);
      opacity: 0.4;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: none;
    }
    28%, 48% {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
      color: #fff;
      background-color: rgba(46, 204, 113, 0.2);
      box-shadow: 0 0 15px rgba(46, 204, 113, 0.3);
    }
    50%, 100% {
      transform: translateX(-150%) translateY(0);
      opacity: 0.4;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: none;
    }
  }
}
@keyframes textPosition3 {
  0%, 50%, 77% {
    transform: translateX(100px);
    opacity: 0.4;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
  53%, 73% {
    transform: translateX(0);
    opacity: 1;
    color: #fff;
    background-color: rgba(155, 89, 182, 0.2);
    box-shadow: 0 0 15px rgba(155, 89, 182, 0.3);
  }
  75%, 100% {
    transform: translateX(100px);
    opacity: 0.4;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
}
@media (max-width: 576px) {
  @keyframes textPosition3 {
    0%, 50%, 77% {
      transform: translateX(150%) translateY(0);
      opacity: 0.4;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: none;
    }
    53%, 73% {
      transform: translateX(50%) translateY(0);
      opacity: 1;
      color: #fff;
      background-color: rgba(155, 89, 182, 0.2);
      box-shadow: 0 0 15px rgba(155, 89, 182, 0.3);
    }
    75%, 100% {
      transform: translateX(150%) translateY(0);
      opacity: 0.4;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: none;
    }
  }
}
@keyframes textPosition4 {
  0%, 75%, 100% {
    transform: translateY(100px);
    opacity: 0.4;
    color: #fff;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: none;
  }
  78%, 98% {
    transform: translateY(0);
    opacity: 1;
    color: #fff;
    background-color: rgba(231, 76, 60, 0.2);
    box-shadow: 0 0 15px rgba(231, 76, 60, 0.3);
  }
}
@media (max-width: 576px) {
  @keyframes textPosition4 {
    0%, 75%, 100% {
      transform: translateX(-50%) translateY(100px);
      opacity: 0.4;
      color: #fff;
      background-color: rgba(255, 255, 255, 0.1);
      box-shadow: none;
    }
    78%, 98% {
      transform: translateX(-50%) translateY(0);
      opacity: 1;
      color: #fff;
      background-color: rgba(231, 76, 60, 0.2);
      box-shadow: 0 0 15px rgba(231, 76, 60, 0.3);
    }
  }
}
