/* media size */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.btn:active {
  transform: translateY(1px) !important;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

@media (min-width: 320px) and (max-width: 479px) {
  .btn {
    font-size: 12px;
  }
}

.navbar-toggler:focus {
  box-shadow: none;
}

.form-control:focus {
  box-shadow: none;
}

a {
  text-decoration: none !important;
}

::-webkit-scrollbar {
  display: none;
}

@keyframes blink {
  0% {
    opacity: 0.1;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  95% {
    opacity: 0.5;
  }
  100% {
    opacity: 0.1;
  }
}
.floating, .landing .floating-lg {
  animation-name: floating;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
.rotate {
  animation: rotate 5s infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.slick-slider .slick-prev,
.slick-slider .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: black;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}
.slick-slider .slick-prev:focus,
.slick-slider .slick-next:focus {
  outline: none;
}
.slick-slider .slick-prev.slick-disabled:before,
.slick-slider .slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-slider .slick-prev {
  left: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-prev {
    left: -5px;
    width: 30px;
    height: 30px;
  }
}
.slick-slider .slick-next {
  right: -25px;
  width: 30px;
  height: 30px;
  background-size: 100% 100%;
  transform: translateY(-40%);
}
@media (min-width: 320px) and (max-width: 479px) {
  .slick-slider .slick-next {
    right: -5px;
    width: 30px;
    height: 30px;
  }
}

.text-justify {
  text-align: justify;
}

.validate {
  position: relative;
}
.validate:hover .validate-block {
  display: block;
}

.validate-block {
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #393939;
  color: #767676;
  display: none;
  z-index: 3;
}
.cur-poiter {
  cursor: pointer;
}

.form-select {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.form-select:focus {
  box-shadow: none;
}
.form-select option {
  background: #1b1c21;
}

body {
  font-weight: 300;
}

.popover {
  background-color: #050510;
  border: 1px solid #47E6FF;
  border-radius: 10px;
}
.popover .popover-header {
  background-color: #050510;
  color: #47E6FF;
  font-weight: 700;
  border-radius: 10px;
}
.popover .popover-body {
  background-color: #050510;
  color: #ffffff;
  border-radius: 10px;
}
.popover .popover-arrow::before {
  border-top-color: #47E6FF;
}

.landing {
  font-size: 14px;
  overflow-x: hidden;
  background: #000202;
  color: #ffffff;
  min-height: 100vh;
}
@media (min-width: 320px) and (max-width: 479px) {
  .landing {
    font-size: 10px;
  }
}
.landing .back-to-top {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 20px;
  color: #00D4FF;
  text-decoration: none;
  cursor: pointer;
  font-size: 30px;
  z-index: 9;
}
.landing .back-to-top:hover {
  color: #32FF8E;
}
.landing .text-gradient {
  background: linear-gradient(90deg, rgb(71, 230, 255) 0%, rgb(212, 107, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing .text-gradient-short {
  background: linear-gradient(90deg, rgb(71, 230, 255) 0%, rgb(212, 107, 255) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.landing .text-highlight {
  color: #47E6FF;
}
@keyframes floating {
  0% {
    transform: translate(0, 0px);
  }
  50% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0px);
  }
}
@media screen and (max-width: 480px) {
  .landing .floating-lg {
    animation: none;
  }
}
@media screen and (max-width: 1024px) {
  .landing .floating-lg {
    animation: none;
  }
}
.landing header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: #000202;
}
.landing header .btn-wallet {
  background: transparent;
  color: #47E6FF;
  border-radius: 999px;
  padding: 5px;
  border: 1px solid #47E6FF;
  text-align: center;
  font-size: 14px;
}
.landing header .btn-wallet:hover {
  background: #47E6FF;
  color: #000202;
}
.landing .navbar-nav .nav-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  .landing .navbar-nav .nav-item {
    justify-content: start;
  }
}
.landing .navbar-nav .nav-item .nav-link {
  color: #ffffff;
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .landing .navbar-nav .nav-item .nav-link {
    width: 100%;
    font-size: 20px;
  }
}
.landing .navbar-nav .nav-item .nav-link:hover {
  color: #47E6FF;
}
.landing .navbar-nav .nav-item .nav-link.active {
  color: #47E6FF;
}
.landing .offcanvas {
  background: #000202;
}
.landing .dropdown-menu {
  background: #000202;
  border: 1px solid #47E6FF;
  border-radius: 10px;
}
.landing .dropdown-menu .dropdown-item {
  color: #47E6FF;
}
.landing .dropdown-menu .dropdown-item:hover {
  background: #47E6FF;
  color: #000202;
}

.btn-primary {
  background: linear-gradient(90deg, rgb(0, 212, 255) 0%, rgb(205, 84, 255) 100%);
  border: none;
  border-radius: 50px;
  padding: 8px 20px;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(71, 230, 255, 0.3);
  max-width: 350px;
  width: 100%;
}
.btn-primary:hover {
  box-shadow: 0 6px 20px rgba(71, 230, 255, 0.4);
  color: #000202;
  text-decoration: none;
}
.btn-primary:active {
  transform: translateY(0);
}
@media (min-width: 320px) and (max-width: 479px) {
  .btn-primary {
    padding: 10px 25px;
    font-size: 14px;
  }
}

.img-corex {
  height: 70px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .img-corex {
    height: 30px;
  }
}

.img-logo {
  width: 100px;
  height: auto;
}

section {
  padding-top: 85px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section {
    padding-top: 64px;
  }
}
section .bg-t {
  background: url(../images/bg-t.png) no-repeat;
  background-position: center right;
  background-size: cover;
  background-attachment: local;
}
section .bg-e {
  background: url(../images/bg-e.png) no-repeat;
  background-position: top left;
  background-size: contain;
  background-attachment: local;
}
section .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .title {
    font-size: 20px;
    text-align: center;
  }
}
section .bg-blue-light {
  background: url(../images/bg-t.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .bg-blue-light {
    background-size: auto 100%;
  }
}
section .home {
  position: relative;
}
section .home video {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .home video {
    height: 60vh;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  section .home video {
    height: 75vh;
  }
}
section .home .text-var {
  position: absolute;
  font-weight: lighter;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 2, 2, 0.8) 50%);
  padding-bottom: 10%;
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .home .text-var {
    width: 100%;
    font-size: 14px;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 2, 2, 0.8) 30%);
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  section .home .text-var {
    width: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 2, 2, 0.8) 30%);
    font-size: 12px;
  }
}
section .home .text-corex {
  font-size: 16px;
  line-height: 17px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .home .text-corex {
    font-size: 13px;
    line-height: 10px;
  }
}
section .home .text-corex-mobile {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .home .text-corex-mobile {
    font-size: 12px;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 15px;
  }
}
section .home .text-corex-mobile p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 300;
}
section .home .text-corex-builds {
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
  margin: 0 auto;
  padding: 0 15px;
  margin-top: 10px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .home .text-corex-builds {
    font-size: 12px;
  }
}
section .about {
  position: relative;
  z-index: 1;
  background: transparent;
  min-height: 400px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .about .text-block-about {
    flex-direction: column-reverse;
  }
}
section .about .text-block-about .text-block-about-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .about .text-block-about .text-block-about-left {
    order: 1;
  }
}
section .about .text-block-about .text-block-about-left .text-about {
  max-width: 516px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  text-align: justify;
}
section .about .text-block-about .text-block-about-left .text-about .text-about-slime {
  text-align: justify;
  text-justify: inter-word;
  font-weight: 300;
  font-size: 14px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .about .text-block-about .text-block-about-left .text-about .text-about-slime {
    font-size: 12px;
  }
}
section .about .about-img {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
section .about .about-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .about .about-img img {
    max-width: 100%;
  }
}
section .vision-mission-core-value .vision {
  margin-top: 100px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .vision-mission-core-value .vision {
    margin-top: 50px;
  }
}
section .vision-mission-core-value .vision .vision-item {
  position: relative;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .vision-mission-core-value .vision .vision-item {
    margin-top: 120px;
  }
}
section .vision-mission-core-value .vision .vision-item .vision-float {
  position: absolute;
  top: -120px;
  left: 43%;
  transform: translateX(-50%);
  z-index: 2;
}
section .vision-mission-core-value .vision .vision-item .vision-float .vision-img {
  width: 140px;
}
section .vision-mission-core-value .vision .vision-item .vision-float .vision-img .be-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .vision-mission-core-value .vision .vision-item .vision-float .vision-img {
    width: 140px;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  section .vision-mission-core-value .vision .vision-item .vision-float {
    left: 48%;
  }
}
section .vision-mission-core-value .vision .vision-item .vision-box {
  margin-top: 60px;
  width: 358px;
  height: 100%;
}
section .vision-mission-core-value .vision .vision-item .vision-box .vision-content {
  background: linear-gradient(0deg, rgba(36, 188, 255, 0.3) 0%, transparent 100%);
  border: 1px solid #47E6FF;
  border-radius: 20px;
  box-shadow: 0 0 10px 0 rgba(36, 188, 255, 0.3);
  backdrop-filter: blur(10px);
  padding: 20px;
  width: 100%;
  height: 310px;
}
section .vision-mission-core-value .vision .vision-item .vision-box .vision-content .value {
  padding-top: 50px;
  font-size: 18px;
  font-weight: 200;
  color: #47E6FF;
  margin-bottom: 20px;
}
section .vision-mission-core-value .vision .vision-item .vision-box .vision-content .vision-content-list {
  margin-top: 20px;
  text-align: start;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .vision-mission-core-value .vision .vision-item .vision-box .vision-content .vision-content-list {
    font-size: 12px;
  }
}
section .roadmap .roadmap-item {
  border-left: 1px solid #47E6FF;
  position: relative;
  padding-left: 35px;
  margin-top: 40px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .roadmap .roadmap-item {
    height: 180px;
    margin-top: 0;
  }
}
section .roadmap .roadmap-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  aspect-ratio: 1/1;
  background: url(../images/roadmap-icon.png) no-repeat center center #000;
  background-size: 100% 100%;
  border-radius: 50%;
  transform: translateY(-100%) translateX(-50%);
  z-index: 3;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .roadmap .roadmap-item::before {
    transform: translateY(0) translateX(-50%);
    background-color: #000202;
  }
}
section .roadmap .roadmap-item .roadmap-banner {
  position: absolute;
  top: -40px;
  left: 0;
  z-index: 1;
  width: 230px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .roadmap .roadmap-item .roadmap-banner {
    top: 0;
    width: 280px;
  }
}
section .roadmap .roadmap-item .roadmap-banner.roadmap-banner-1 {
  background-image: url("../images/p-1.png");
}
section .roadmap .roadmap-item .roadmap-banner.roadmap-banner-2 {
  background-image: url("../images/p-2.png");
}
section .roadmap .roadmap-item .roadmap-banner.roadmap-banner-3 {
  background-image: url("../images/p-3.png");
}
section .roadmap .roadmap-item .roadmap-banner.roadmap-banner-4 {
  background-image: url("../images/p-4.png");
}
@media (min-width: 320px) and (max-width: 479px) {
  section .roadmap .roadmap-item .roadmap-item-box {
    padding-top: 40px;
  }
}
section .roadmap .roadmap-item .roadmap-item-box .roadmap-item-title {
  font-size: 14px;
  font-weight: 500;
}
section .roadmap .roadmap-item .roadmap-item-box .roadmap-item-desc {
  height: 300px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .roadmap .roadmap-item .roadmap-item-box .roadmap-item-desc {
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  section .roadmap .roadmap-item .roadmap-item-box .roadmap-item-desc {
    height: auto;
  }
}
section .roadmap .road-map-img {
  margin-top: -100px;
}
section .ecosystem .ecosystem-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 500px;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .ecosystem .ecosystem-visual {
    height: 250px;
  }
}
section .ecosystem .ecosystem-visual img:first-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  width: 200px;
  height: auto;
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill {
  position: absolute;
  width: 120px;
  height: 80px;
  z-index: 3;
  transition: all 0.3s ease;
  cursor: pointer;
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill:hover {
  transform: scale(1.1);
  z-index: 4;
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(2) {
  top: 22%;
  left: 17%;
  transform: translateX(-50%);
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(3) {
  top: 22%;
  right: 21%;
  transform: translateX(50%);
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(4) {
  top: 52%;
  right: 5%;
  transform: translateY(-50%);
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(5) {
  bottom: 17%;
  right: 19%;
  transform: translateX(50%);
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(6) {
  bottom: 8%;
  left: 50%;
  transform: translateX(-50%);
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(7) {
  top: 52%;
  left: 6%;
  transform: translateY(-50%);
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(8) {
  top: 67%;
  left: 18%;
  transform: translateX(-50%);
}
section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(9) {
  position: absolute;
  width: 40%;
  top: 9%;
  left: 50%;
  height: 54%;
  transform: translateX(-50%);
  z-index: 3;
  animation: zoomIn1 1.5s ease-out infinite;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .ecosystem .ecosystem-visual img:first-child {
    width: 150px;
  }
  section .ecosystem .ecosystem-visual::before {
    width: 200px;
    height: 150px;
  }
  section .ecosystem .ecosystem-visual .ecosystem-visual-fill {
    width: 80px;
    height: 60px;
  }
  section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(2) {
    top: 27%;
    left: 20%;
  }
  section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(3) {
    top: 30%;
    right: 24%;
  }
  section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(4) {
    top: 52%;
    right: 4%;
  }
  section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(5) {
    bottom: 25%;
    right: 21%;
  }
  section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(6) {
    bottom: 25%;
    left: 21%;
  }
  section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(7) {
    top: 52%;
    left: 3%;
  }
  section .ecosystem .ecosystem-visual .ecosystem-visual-fill:nth-child(8) {
    top: 70%;
    left: 50%;
  }
  section .ecosystem .ecosystem-visual .ecosystem-visual-fill :nth-child(9) {
    position: absolute;
    width: 50%;
    top: 14%;
    left: 50%;
    height: 54%;
    transform: translateX(-50%);
    z-index: 3;
    animation: zoomIn1 1.5s ease-out infinite;
  }
}
section .ecosystem .ecosystem-content {
  padding-left: 2rem;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .ecosystem .ecosystem-content {
    padding-left: 0;
    margin-top: 2rem;
  }
}
section .ecosystem .ecosystem-content .ecosystem-description p {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .ecosystem .ecosystem-content .ecosystem-description p {
    font-size: 12px;
  }
}
section .ecosystem .ecosystem-content .ecosystem-components .component-list .component-item {
  margin-bottom: 1rem;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 1.5;
}
section .contact {
  background: url(../images/bg-bottom.png) no-repeat center center;
  background-size: 100% 100%;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .contact {
    background-size: auto 100%;
  }
}
section .contact .contact-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}
section .contact .contact-content .contact-content-center .contact-content-logo {
  height: 200px;
}
section .contact .contact-content .contact-info {
  margin-top: 25px;
}
section .contact .contact-content .contact-info .contact-section-title {
  font-size: 14px;
  font-weight: 300;
  color: #47E6FF;
  margin-bottom: 10px;
}
section .contact .contact-content .contact-info .contact-description {
  color: #ffffff;
  margin-bottom: 2rem;
  font-size: 14px;
  font-weight: 300;
}
section .contact .contact-content .contact-info .contact-office-info {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0.5rem;
}
section .contact .contact-content .contact-info .contact-details {
  margin-bottom: 2rem;
}
section .contact .contact-content .contact-info .contact-details .contact-email,
section .contact .contact-content .contact-info .contact-details .contact-phone {
  color: #ffffff;
  font-weight: 300;
  margin-bottom: 0.5rem;
  font-size: 14px;
}
section .contact .contact-content .contact-info .contact-details .contact-email .contact-label,
section .contact .contact-content .contact-info .contact-details .contact-phone .contact-label {
  color: #47E6FF;
  font-weight: 500;
}
section .contact .contact-content .contact-info .contact-details .contact-email .contact-value,
section .contact .contact-content .contact-info .contact-details .contact-phone .contact-value {
  color: #ffffff;
  font-weight: 300;
}
section .contact .contact-content .contact-info .contact-submit-info {
  color: #ffffff;
  line-height: 1.6;
  margin-bottom: 0;
}
section .register-form .partnership-content .partnership-section {
  margin-bottom: 2rem;
}
section .register-form .partnership-content .partnership-section .partnership-subtitle {
  color: #47E6FF;
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1rem;
}
section .register-form .partnership-content .partnership-section .partnership-description {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.6;
  margin-bottom: 0;
}
@media (min-width: 320px) and (max-width: 479px) {
  section .register-form .partnership-content .partnership-section .partnership-description {
    font-size: 12px;
  }
}
section .register-form .partnership-visual img {
  max-width: 100%;
  height: auto;
}

.footer-main {
  color: #47E6FF;
  background: linear-gradient(90deg, rgba(93, 36, 255, 0.2) 0%, rgba(0, 177, 255, 0.1) 100%);
  position: relative;
}
.footer-main .footer-logo .footer-brand img {
  height: 60px;
  width: auto;
  filter: brightness(1.2) contrast(1.1);
  transition: transform 0.3s ease;
}
.footer-main .footer-logo .footer-brand img:hover {
  transform: scale(1.05);
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-main .footer-logo .footer-brand img {
    height: 40px;
  }
}
.footer-main .footer-content .footer-contact .footer-contact-item {
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.footer-main .footer-content .footer-contact .footer-contact-item .footer-contact-label {
  color: #47E6FF;
  font-weight: 500;
}
.footer-main .footer-content .footer-contact .footer-contact-item .footer-contact-value {
  color: #ffffff;
  font-weight: 300;
  font-size: 12px;
}
.footer-main .footer-links {
  align-items: center;
  justify-items: center;
  text-decoration: none;
}
.footer-main .footer-links .footer-links-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-main .footer-links .footer-links-list .footer-links-item {
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 15px;
}
.footer-main .footer-links .footer-links-list .footer-links-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #47E6FF;
  border-radius: 50%;
}
.footer-main .footer-links .footer-links-list .footer-links-item .footer-link {
  color: #ffffff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 300;
  transition: color 0.3s;
}
.footer-main .footer-links .footer-links-list .footer-links-item .footer-link:hover {
  color: #47E6FF;
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-main .footer-links {
    justify-content: center;
    justify-items: flex-start;
  }
}
.footer-main .footer-socials {
  align-items: center;
  justify-items: flex-end;
  text-decoration: none;
}
.footer-main .footer-socials .footer-socials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  max-width: 150px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-main .footer-socials .footer-socials-grid {
    grid-template-columns: repeat(6, 1fr);
    max-width: 100%;
    gap: 10px;
  }
}
.footer-main .footer-socials .footer-socials-grid .footer-social {
  width: 30px;
  display: flex;
  transition: transform 0.3s;
}
.footer-main .footer-socials .footer-socials-grid .footer-social:hover {
  transform: scale(1.1);
}
.footer-main .footer-socials .footer-socials-grid .footer-social i {
  color: #ffffff;
  font-size: 16px;
}
@media (min-width: 320px) and (max-width: 479px) {
  .footer-main .footer-socials {
    width: 100%;
    display: flex;
    justify-content: space-between;
    justify-items: center;
  }
}

.footer-copyright {
  background: #000202;
}
.footer-copyright .footer-copyright-text {
  color: #47E6FF;
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.3);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes centralGlow {
  0% {
    filter: drop-shadow(0 0 20px rgba(71, 230, 255, 0.6));
  }
  100% {
    filter: drop-shadow(0 0 30px rgba(71, 230, 255, 0.8)) drop-shadow(0 0 40px rgba(212, 107, 255, 0.4));
  }
}
@keyframes platformPulse {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.5;
  }
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.3;
  }
}
@keyframes zoomIn1 {
  0% {
    transform: translateX(-50%) scale(0.8);
    opacity: 0.3;
  }
  50% {
    transform: translateX(-50%) scale(1.05);
    opacity: 0.8;
  }
  100% {
    transform: translateX(-50%) scale(0.8);
    opacity: 0.3;
  }
}

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


.landing.soon section{padding-top: 0;}
.landing.soon header{background: #000000b3;}
header .dropdown .nav-link img{height: 24px; vertical-align: middle;}
header .navbar-brand .img-logo{height: 50px; width: inherit;}
.landing.soon .home{height: 100vh; overflow: hidden;}
.landing.soon .home video{object-fit: cover; width: 100vw; height: 100vh; position: absolute; top: 0; left: 0;}
.landing.soon .home .text-main{position: absolute; left: 0; right: 0; margin: auto; bottom: 32%;}
.landing.soon .home .text-main h1{font-size: 80px;background: linear-gradient(90deg, #BFF6FF 0%, #7FD8FF 50%, #DAAFFF 100%); background-size: 200% 200%; -webkit-background-clip: text; -webkit-text-fill-color: transparent; animation: moveGradient 3s linear infinite, zoomEffect 2.5s ease-in-out infinite; display: inline-block; font-weight: 400;}
@media screen and (max-width: 992px){
  .landing.soon .home .text-main h1{font-size: 50px;}
}
@keyframes moveGradient {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@keyframes zoomEffect {
  0%, 100% { transform: scale(1); }
  50% { transform: scale(1.08); }
}