:root {
  --main-color: #ecf0f1;
  --point-color: #555;
  --size: 5px;
}

body {
  -webkit-perspective: none !important;
  perspective: none !important;
}

#messageContainer {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 400px;
  z-index: 100000;
}

@media (max-width: 780px) {
  #messageContainer {
    max-width: 100vw;
  }
}
.container,
.main-wrapper {
  position: relative;
}

.form-section .form-wrapper .form-heading,
.section-heading {
  text-align: center;
}

.logo-img {
  cursor: pointer;
}

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

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

:root {
  --main-bg-color: rgb(53, 120, 245);
  --main-text-color: #fff;
  --brand-color: #0f1419;
  --decor-color: #fff;
  --font-primary: "Inter";
  --border-005: 1px solid #cfd9de;
  --border-008: 1px solid #cfd9de;
  --card-bg: #fff;
  --border-radius: 12px;
  --border-radius-btn: 25px;
  --header-height: 5rem;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  overflow-x: hidden !important;
  font-family: var(--font-primary), sans-serif;
  font-size: 1rem;
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a2e 50%, #16213e 100%);
  color: var(--main-text-color);
  overflow: clip;
}

.container {
  width: 90%;
  max-width: 1276px;
  margin: 0 auto;
  z-index: 3;
  gap: 32px;
}

.flex {
  display: flex;
}

.center {
  align-items: center;
}

.just-btwn {
  justify-content: space-between;
  align-items: stretch;
}

.just-center {
  justify-content: center;
}

.text-colored {
  color: var(--brand-color);
}

.section-heading {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
  width: 90%;
  margin: 0 auto;
}

.section-text {
  font-weight: 400;
  line-height: 1.2;
  color: var(--brand-color);
}

main {
  padding-top: var(--header-height);
}

.card-heading,
.form-heading,
.main-heading {
  font-weight: 700;
}

.animated {
  opacity: 0;
  transition: 0.8s;
}

.fade-in {
  opacity: 1;
}

.header {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  height: var(--header-height);
  border-bottom: var(--border-008);
  transition: 0.2s;
  background: radial-gradient(
    circle at 20% 50%,
    #1a1a2e 0%,
    #16213e 40%,
    #0f3460 100%
  );
  backdrop-filter: blur(6px);
}

.header .container {
  height: 100%;
}

.logo-img {
  width: 8.1rem;
  height: auto;
}

.winners-widget {
  width: 18%;
  height: 100%;
  border-left: var(--border-008);
  padding: 0 0 0 2.5rem;
}

.winner-info {
  margin-left: 1rem;
  font-size: 13px;
  line-height: 1.2;
}

.winner-profit {
  color: var(--main__text);
}

#winnerImg {
  width: 3rem;
  height: 3rem;
  border-radius: 100px;
}

.hero-section {
  padding: 3rem 0;
}

.form-wrapper,
.hero-video-wrapper {
  background-color: var(--card-bg);
  padding: 16px;
}

.hero-video-wrapper {
  border-radius: var(--border-radius);
  border: var(--border-005);
  max-width: 66%;
  padding: 2.5rem;
}
.hero-video-wrapper.img-fill {
  display: flex;
  flex-direction: column;
}
.hero-video-wrapper.img-fill .image {
  display: flex;
  height: 100%;
  max-height: calc(100% - 109px);
  overflow: hidden;
}
.hero-video-wrapper.img-fill .image img {
  display: flex;
  height: 100%;
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
  object-position: top left;
}

.form-wrapper {
  border-radius: var(--border-radius);
}

.main-heading {
  font-size: 1.7rem;
  line-height: 1.22;
}

.heading-img {
  width: 6.375rem;
  height: auto;
  margin: 0 1rem;
}

.form-wrapper {
  border: var(--border-005);
  max-width: 33%;
}

.form-heading {
  font-size: 1.5rem;
  line-height: 1.2;
  padding-bottom: 0.4rem;
  border-bottom: var(--border-008);
}

.about-section {
  padding: 3.5rem 0;
  margin-bottom: 7rem;
  position: relative;
  z-index: 5;
}

.about-section .logo-img {
  width: 13rem;
  height: auto;
  display: block;
  margin: 0 auto 2.68rem;
}

.about-section .section-text {
  color: #fff;
  margin-bottom: 15px;
}

.about-section .section-text:nth-child(5) {
  margin-bottom: 35px;
}

.about-text-wrapper {
  width: 50%;
  position: relative;
}

.about-text-wrapper .about__wrap {
  height: 100%;
  overflow-y: hidden;
  max-height: 455px;
  transition: all 0.3s linear;
}

.about-text-wrapper .overlay {
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  cursor: pointer;
  background: radial-gradient(
    circle at 20% 50%,
    #1a1a2e 0%,
    #16213e 40%,
    #0f3460 100%
  );
  border-radius: 30px;
}

.about-text-wrapper .overlay img {
  transition: all 0.1s linear;
}

.about-text-wrapper .section-text {
  line-height: 2.5;
}

.about-image-wrapper {
  display: flex;
  justify-content: center;
  width: 50%;
  position: relative;
}

.about-car-img {
  height: auto;
  position: absolute;
  z-index: 4;
  width: 100%;
  max-width: 420px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.founder-section {
  margin-bottom: 5rem;
  position: relative;
}

.step-card {
  background-color: var(--card-bg);
  border-radius: var(--border-radius);
  border: var(--border-005);
  width: 32%;
  padding: 2rem 2.5rem;
  min-height: 18.5rem;
}

.card-heading {
  font-size: 20px;
  line-height: 1.2;
  color: var(--brand-color);
}

.founder-section {
  z-index: 5;
}

.founder-img-wrapper {
  width: 42%;
  position: relative;
}

.founder-img {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: auto;
}

.founder-content {
  width: 58%;
  padding: 3rem 0 2.5rem 4rem;
}

.founder-content .section-heading {
  width: 100%;
  text-align: left;
}

.founder-position {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.22;
  color: #fff;
  margin: 1rem 0 2.5rem;
}

.twit {
  width: 100%;
  background-color: var(--card-bg);
  border-radius: var(--border-radius);
  border: var(--border-005);
  padding: 20px 16px;
  display: flex;
  align-items: flex-start;
}

.twit__avatar {
  border: 2px solid #ffffff;
  width: 100%;
  max-width: 48px;
  height: 48px;
  margin-right: 12px;
}

.twit__avatar img {
  width: 100%;
  border-radius: 50%;
  display: block;
}

.twit__content {
  color: var(--brand-color);
}

.twit__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.twit__header-left {
  display: flex;
  align-items: center;
}

.twit__header-right {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.twit__name {
  font-size: 15px;
  line-height: 20px;
  font-weight: 600;
  margin-right: 6px;
  display: flex;
  align-items: center;
}

.twit__name svg {
  fill: rgb(29, 155, 240);
  width: 16px;
  height: 16px;
  margin-left: 2px;
}

.twit__link,
.twit__duration {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  color: #536471;
}

.twit__separator {
  margin: 0 4px;
}

.twit__text {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}

.twit__footer {
  display: flex;
  align-items: center;
  margin-top: 15px;
  justify-content: space-between;
}

.twit__footer-btn {
  display: flex;
  align-items: center;
}

.twit__footer-icon {
  width: 20px;
  height: 20px;
  margin: 0 12px 0 0;
}

.reviews-section {
  padding: 3.5rem 0 4rem;
  position: relative;
  z-index: 5;
}

.reviews-wrapper {
  margin-top: 3rem;
  background-color: var(--card-bg);
  border-radius: var(--border-radius);
  border: var(--border-005);
  padding: 2.5rem 5.25rem;
}

.review-card {
  width: 32%;
  max-width: 332px;
}

.review-card-upper {
  border-bottom: var(--border-008);
  padding-bottom: 1.5rem;
}

.review-card-img {
  border-radius: 50%;
  margin-right: 1rem;
}

.review-card-lower {
  padding-top: 1.5rem;
}

.form-section {
  padding: 3rem 0 4rem;
}

.form-section .form-wrapper {
  margin: 0 auto;
  width: 100%;
  max-width: 40%;
}

.footer {
  padding: 1.5rem 0;
  background-color: transparent;
  border-top: var(--border-008);
  position: relative;
}

.footer-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 1.63;
  color: #fff;
}

.footer-links .alterlink {
  margin-left: 1.5rem;
  font-size: 13px;
  color: #fff;
}

@media screen and (max-width: 1600px) {
  :root {
    --header-height: 4rem;
  }
  .container {
    max-width: 1200px;
  }
  .winners-widget {
    padding: 0 0 0 1.5rem;
  }
  .winner-info {
    margin-left: 0.8rem;
    font-size: 11px;
  }
  #winnerImg {
    width: 2.5rem;
    height: 2.5rem;
  }
  .form-wrapper,
  .hero-video-wrapper {
    padding: 2rem 1.5rem;
  }
  .about-section .logo-img {
    width: 13rem;
    margin: 0 auto 2rem;
  }
  .about-text-wrapper .section-text {
    line-height: 2;
  }
  .about-text-wrapper .about__wrap {
    max-height: 435px;
  }
  .about-car-img {
    max-width: 370px;
    right: 0;
  }
  .step-card {
    padding: 1.5rem 2rem;
  }
  .reviews-wrapper {
    margin-top: 2rem;
    padding: 2rem 4.5rem;
  }
  .review-card {
    max-width: 300px;
  }
  .founder-content {
    padding: 2rem 0 2rem 3rem;
  }
  .founder-position {
    font-size: 1rem;
    margin: 1rem 0 2rem;
  }
}

@media screen and (max-width: 1000px) {
  .winners-widget {
    width: 28%;
  }
  .footer .container,
  .founder-section .container,
  .hero-section .container {
    flex-direction: column;
  }
  .hero-video-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 2rem;
  }
  .hero-video-wrapper.img-fill .image {
  }
  .hero-video-wrapper.img-fill .image img {
    height: auto;
    width: 100%;
  }
  .form-wrapper {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
  }
  .about-text-wrapper .about__wrap {
    max-height: 420px;
  }
  .about-car-img {
    max-width: 350px;
  }
  .step-card {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 1.5rem;
  }
  .review-card {
    max-width: 290px;
  }
  .founder-img-wrapper {
    width: 100%;
    order: 2;
  }
  .founder-content {
    order: 1;
    padding: 0;
  }
  .founder-img {
    width: 50%;
    left: unset;
    right: -3rem;
    transform: scale(-1, 1);
  }
  .form-section .form-wrapper {
    max-width: 50%;
  }
  .footer {
    padding: 1.5rem 0;
    text-align: center;
  }
  .footer-text {
    width: 100%;
    margin-bottom: 1rem;
  }
  .footer-links .alterlink {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}

@media screen and (max-width: 780px) {
  .section-heading {
    font-size: 1.8rem;
  }
  .header .logo-img {
    width: 6rem;
  }
  .about-section .container,
  .reviews-list {
    flex-direction: column;
  }
  .about-image-wrapper,
  .about-text-wrapper {
    width: 100%;
  }
  .about-text-wrapper .about__wrap {
    max-height: 374px;
  }
  .about-image-wrapper {
    height: auto;
    text-align: start;
  }
  .about-car-img {
    max-width: 380px;
    position: relative;
    transform: inherit;
  }
  .reviews-wrapper {
    padding: 2rem;
  }
  .review-card {
    width: 100%;
    margin: 0 auto 2.5rem;
  }
  .review-card-upper {
    padding-bottom: 1rem;
  }
  .review-card-img {
    width: 3rem;
    min-width: 3rem;
    height: 3rem;
  }
  .review-card-lower {
    padding-top: 1rem;
  }
}

@media (max-width: 768px) {
  .about-text-wrapper .overlay {
    bottom: -25px;
  }
}

@media screen and (max-width: 680px) {
  :root {
    --header-height: 3.5rem;
  }
  .logo-img {
    width: 5rem;
  }
  .winners-widget {
    display: none;
  }
  .hero-section {
    padding: 2rem 0;
  }
  .form-wrapper,
  .hero-video-wrapper {
    padding: 8px;
  }
  .hero-video-wrapper {
    margin-bottom: 1rem;
  }
  .main-heading-wrapper {
    flex-direction: column;
  }
  .main-heading {
    font-size: 1.5rem;
    text-align: left;
  }
  .heading-img {
    width: 3rem;
    margin: 1rem auto 0;
  }
  .form-heading {
    font-size: 1.2rem;
    text-align: center;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .about-text-wrapper .section-text {
    line-height: 1.8;
  }
  .about-image-wrapper {
    margin: 3.5rem 0 0;
  }
  .about-car-img {
    max-width: 100%;
    left: 0;
  }
  .section-heading {
    font-size: 1.5rem;
  }
  .reviews-wrapper,
  .step-card {
    padding: 1.5rem;
  }
  .card-heading {
    font-size: 18px;
  }
  .review-card {
    max-width: unset;
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .founder-content {
    width: 100%;
    padding: 2rem 0;
  }
  .founder-img-wrapper {
    height: 26rem;
  }
  .founder-img {
    width: 100%;
    right: 0;
    position: relative;
  }
  .form-section .form-wrapper {
    max-width: 100%;
  }
}

@media screen and (max-width: 580px) {
  .founder-img-wrapper {
    height: 22rem;
  }
  .twit__avatar {
    display: none;
  }
  .twit__header {
    margin-bottom: 10px;
  }
  .about-section {
    padding: 0;
    margin-bottom: 20px;
  }
  .about-text-wrapper .about__wrap {
    max-height: 440px;
  }
  .about-text-wrapper .overlay {
    bottom: -60px;
  }
  .founder-content {
    padding: 0;
    margin-bottom: 30px;
  }
  .heading-img {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .founder-img-wrapper {
    height: 17rem;
  }
}

@media screen and (max-width: 400px) {
  .founder-img-wrapper {
    height: 15rem;
  }
}

form .iti__flag-container:focus-visible {
  outline: 0;
}

.live {
  padding: 3.5rem 0 0;
  margin-bottom: 3rem;
  position: relative;
  z-index: 5;
}

.live__block {
  width: 100%;
  max-width: 100%;
}

.live__title {
  margin-bottom: 2rem;
}

.live__title h2 {
  color: var(--brand-color);
}

.live__table {
  width: 100%;
}

.live__table tr {
  border-bottom: var(--border-008);
}

.live__table th,
.live__table td {
  padding: 7px 0;
  border-bottom: var(--border-008);
  font-size: 16px;
  transform: translateX(-1px);
  color: var(--brand-color);
}

.live__table tr:last-child td {
  border-bottom: 1px solid transparent;
}

.live__table td img {
  width: 24px;
  height: 24px;
}

.tal {
  text-align: left;
}

.live__table th {
  text-transform: uppercase;
  color: var(--brand-color);
}

.live__table .bold {
  font-weight: bold;
}

.live__table tr td:not(:first-child),
.live__table tr th:not(:first-child) {
  text-align: center;
}

@media (max-width: 576px) {
  .live__table th,
  .live__table td {
    font-size: 10px;
    padding: 5px 0;
  }
  .live__table tr th {
    font-weight: normal;
  }
  .live__block {
    padding: 1rem;
  }
}

/* Flying X Birds - Enhanced */

.x-bird {
  position: fixed;
  opacity: 0.15;
  z-index: 1;
  pointer-events: none;
}

/* Horizontal Flying Birds */

.x-bird-1 {
  width: 50px;
  height: 50px;
  top: 10%;
  animation: flyAcross1 18s linear infinite;
}

.x-bird-2 {
  width: 35px;
  height: 35px;
  top: 25%;
  animation: flyAcross2 22s linear infinite 3s;
}

.x-bird-3 {
  width: 45px;
  height: 45px;
  top: 45%;
  animation: flyAcross3 25s linear infinite 7s;
}

.x-bird-4 {
  width: 40px;
  height: 40px;
  top: 60%;
  animation: flyAcross4 20s linear infinite 10s;
}

.x-bird-5 {
  width: 55px;
  height: 55px;
  top: 75%;
  animation: flyAcross5 28s linear infinite 5s;
}

.x-bird-6 {
  width: 38px;
  height: 38px;
  top: 88%;
  animation: flyAcross6 24s linear infinite 12s;
}

/* Diagonal Flying Birds */

.x-bird-8 {
  width: 48px;
  height: 48px;
  top: -50px;
  left: 50%;
  animation: flyDiagonal2 24s linear infinite 6s;
}

.x-bird-9 {
  width: 36px;
  height: 36px;
  top: -50px;
  left: 80%;
  animation: flyDiagonal3 22s linear infinite 11s;
}

/* Floating Birds  */

.x-bird-10 {
  width: 60px;
  height: 60px;
  top: 15%;
  right: 5%;
  animation: floatBird1 8s ease-in-out infinite;
}

.x-bird-11 {
  width: 45px;
  height: 45px;
  top: 55%;
  left: 8%;
  animation: floatBird2 10s ease-in-out infinite 2s;
}

.x-bird-12 {
  width: 52px;
  height: 52px;
  bottom: 20%;
  right: 12%;
  animation: floatBird3 9s ease-in-out infinite 4s;
}

/* Spinning Birds */

/* Zigzag Birds */

/* Animation Keyframes */

/* Horizontal Flying */

@keyframes flyAcross1 {
  0% {
    left: -100px;
    transform: rotate(0deg);
  }
  100% {
    left: calc(100% + 100px);
    transform: rotate(360deg);
  }
}

@keyframes flyAcross2 {
  0% {
    left: -100px;
    opacity: 0.1;
  }
  10% {
    opacity: 0.2;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    left: calc(100% + 100px);
    opacity: 0.1;
  }
}

@keyframes flyAcross3 {
  0% {
    left: -100px;
    transform: translateY(0);
  }
  25% {
    transform: translateY(-30px);
  }
  50% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(30px);
  }
  100% {
    left: calc(100% + 100px);
    transform: translateY(0);
  }
}

@keyframes flyAcross4 {
  0% {
    left: calc(100% + 100px);
  }
  100% {
    left: -100px;
  }
}

@keyframes flyAcross5 {
  0% {
    left: -100px;
    transform: scale(0.8);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    left: calc(100% + 100px);
    transform: scale(0.8);
  }
}

@keyframes flyAcross6 {
  0% {
    left: calc(100% + 100px);
    opacity: 0.1;
  }
  20% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.2;
  }
  100% {
    left: -100px;
    opacity: 0.1;
  }
}

/* Diagonal Flying */

@keyframes flyDiagonal2 {
  0% {
    top: -50px;
    transform: translateX(0) rotate(0deg);
  }
  100% {
    top: 110%;
    transform: translateX(-150px) rotate(360deg);
  }
}

@keyframes flyDiagonal3 {
  0% {
    top: -50px;
    transform: translateX(0) scale(0.5);
  }
  50% {
    transform: translateX(100px) scale(1.3);
  }
  100% {
    top: 110%;
    transform: translateX(-50px) scale(0.5);
  }
}

/* Floating */

@keyframes floatBird1 {
  0%,
  100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-40px) rotate(15deg);
  }
}

@keyframes floatBird2 {
  0%,
  100% {
    transform: translateY(0) translateX(0);
  }
  25% {
    transform: translateY(-25px) translateX(15px);
  }
  75% {
    transform: translateY(25px) translateX(-15px);
  }
}

@keyframes floatBird3 {
  0%,
  100% {
    transform: translateY(0) scale(1);
  }
  33% {
    transform: translateY(-30px) scale(1.1);
  }
  66% {
    transform: translateY(15px) scale(0.9);
  }
}

/* Spinning */

/* Zigzag */

/* Mobile Optimization */

@media (max-width: 768px) {
  .x-bird {
    opacity: 0.1;
  }
  .x-bird-10,
  .x-bird-11,
  .x-bird-12 {
    display: none;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo-img {
  font-size: 0;

  width: auto;
  margin-right: 10px;
}

.logo-img img {
  width: 47px;
  height: 47px;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo-text {
  font-size: clamp(20px, 3.9vw, 24px);
  font-weight: 400;
  color: #fff;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.animated {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.fade-in-left {
  opacity: 1;
  transform: translateX(0);
}

.fade-in-right {
  opacity: 1;
  transform: translateX(0);
}

.animated-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: all 0.8s ease-out;
}

.animated-right {
  opacity: 0;
  transform: translateX(50px);
  transition: all 0.8s ease-out;
}

.about__wrap.expanded {
  max-height: none;
}

.about__wrap {
  transition: max-height 0.3s ease;
}

.overlay img {
  transition: transform 0.3s ease;
}

.about__wrap.expanded + .overlay img {
  transform: rotate(180deg);
}
