@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:wght@200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
body {
  background-color: #2b2b2d !important;
  font-family: "Inter", sans-serif;
}

#root {
  overflow-x: hidden;
}

.navbar {
  background-color: transparent;
}
.navbar .nav-item {
  margin: 0 0.3rem;
}
.navbar .nav-item .nav-link {
  color: #ffffff;
  border-radius: 4px;
  padding: 0.5rem 1.5rem !important;
}
.navbar .nav-item .nav-link.active, .navbar .nav-item .nav-link:is(:hover, :focus) {
  background-color: rgba(255, 255, 255, 0.0392156863);
  color: #ffffff;
}
.navbar .nav-btn {
  border: 1px solid #ffd700;
  background: #ffd700;
  color: #000000;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 0.5rem 1.5rem;
}
.navbar .nav-btn:hover {
  background: transparent;
  color: #ffd700;
  border: 1px solid #ffd700;
}
.navbar .navbar-toggler {
  color: transparent;
  border: none;
}
.navbar .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E") !important;
}

.navbar .nav-link {
  padding: 0 !important;
}

.gif-bg {
  position: relative;
  color: white; /* Fallback color */
}

/* When gif is loaded */
.gif-bg.loaded {
  background: url(/images/text-bg.gif);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.bitcoin-img {
  width: 23px;
  height: auto;
}

.member-specialties {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
}
.member-specialties .specialty-tag {
  background: rgba(255, 204, 0, 0.15);
  border: 1px solid #ffcc00;
  color: #ffcc00;
  padding: 6px 12px;
  border-radius: 25px;
  font-size: 0.8rem;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Optional loader */
.loader-dot {
  margin-left: 8px;
  font-size: 0.9em;
  animation: blink 1s infinite;
  display: inline-block;
}

/* Simple blink animation */
@keyframes blink {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}
.hero-section {
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.hero-section .hero-video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
.hero-section .hero-video-background .hero-background-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translateX(-50%) translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-section .hero-video-background .hero-video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 43, 45, 0.8);
  z-index: 1;
}
.hero-section > .container {
  position: relative;
  z-index: 3;
}
.hero-section::after {
  content: "";
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, #939393, transparent 70%);
  border-radius: 50%;
  filter: blur(150px);
  opacity: 0.3;
  z-index: 0;
  pointer-events: none;
}
.hero-section > * {
  position: relative;
  z-index: 1;
}
.hero-section h1 {
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  font-size: 74.64px;
  line-height: 86.31px;
  letter-spacing: -3px;
  text-align: center;
}
.hero-section .hero-sect {
  height: 90vh;
}
.hero-section p {
  font-family: "Manrope", sans-serif;
  font-weight: 300;
  font-size: 19px;
  padding-block: 1rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}

h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
  font-size: 48px !important;
  line-height: 51px !important;
  letter-spacing: -1.2px;
  color: #ffffff !important;
}

.play-icons {
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 25px;
  padding: 0.5rem;
}

.micro-section p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}

.text-reveal {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.7;
}
.text-reveal .word {
  opacity: 0.2;
  transition: opacity 0.6s ease;
  display: inline-block;
}
.text-reveal .word.visible {
  opacity: 1;
}

.primary-text {
  color: #ffd700;
  font-family: "Inter", sans-serif;
}

h3 {
  color: #ffd700 !important;
  font-family: "Inter", sans-serif;
  font-weight: 700 !important;
  font-size: 20px !important;
  line-height: 100% !important;
}

.black-bg {
  background-color: #1d1d1f;
  color: #ffffff;
  border-radius: 10px;
}
.black-bg p {
  color: #e4e4e7;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}

.header-text {
  color: rgba(161, 161, 170, 0.8);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}

.play-icon .coin-img {
  width: 25px;
  height: auto;
}
.play-icon span {
  color: #b2b2b2;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: -1.8%;
}

@property --angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
.tab {
  position: relative;
  padding: 2px;
  border-radius: 25px;
  overflow: hidden;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.tab::before, .tab::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  background-image: conic-gradient(from var(--angle), #ffd700, rgba(255, 255, 255, 0) 60deg, rgba(255, 255, 255, 0) 360deg);
  padding: 2px;
  border-radius: 25px;
  animation: spin 5s linear infinite;
}
.tab::before {
  filter: blur(1.5rem);
  opacity: 0.5;
}
.tab .content {
  position: relative;
  display: flex;
  z-index: 1;
  align-items: center;
  background-color: #343436;
  border-radius: 25px;
  padding: 0.5rem;
  font-weight: 600;
  font-size: 18px;
  font-family: "Manrope", sans-serif;
  text-align: center;
  color: #e4e4e4;
}
.tab .image-holder {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5rem;
}
.tab .image-holder img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  position: relative;
}
.tab .image-holder img:nth-of-type(1) {
  z-index: 0;
}
.tab .image-holder img:nth-of-type(2) {
  z-index: 1;
  right: 10px;
}
.tab .image-holder img:nth-of-type(3) {
  z-index: 2;
  right: 20px;
}

.mission-cards {
  background: #1d1d1f;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.mission-cards p {
  color: #e4e4e7;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.mission-cards .para-1,
.mission-cards .para-3 {
  padding-right: 11rem !important;
}
.mission-cards .para-2 {
  padding-right: 7rem !important;
}
.mission-cards .img img {
  position: absolute;
  right: -0.5rem;
  top: 2rem;
  width: 200px;
  max-width: 100%;
  height: auto;
}
.mission-cards .img .img-2 {
  top: 0;
  right: 0;
  width: 160px;
}
.mission-cards .img .img-3 {
  top: 3rem;
  right: 0;
  width: 200px;
}
.mission-cards::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  background: linear-gradient(109.07deg, #ffd700 7.37%, rgba(102, 102, 102, 0.4) 21.8%);
  border-radius: 10px;
  z-index: -1;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
          mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.mission-cards:hover::before {
  opacity: 1;
}

.hub-text {
  text-align: end;
}
.hub-text h2 {
  padding-left: 12rem;
}
.hub-text p {
  padding-left: 9rem;
}

.quote .span {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: -0.15px;
  color: #ffd700;
}
.quote h3 {
  font-family: "Poppins", sans-serif;
  font-weight: 600 !important;
  font-size: 35px !important;
  letter-spacing: -0.92px;
  padding-inline: 12rem;
  line-height: 51px !important;
  color: #ffffff !important;
  position: relative;
  display: inline-block;
}
.quote h3::after {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background-color: #e4e4e7;
  margin: 2rem auto;
  border-radius: 2px;
}
.quote a {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  color: #ffffff;
}

a {
  text-decoration: none !important;
}

@keyframes spin {
  from {
    --angle: 0deg;
  }
  to {
    --angle: -360deg;
  }
}
@keyframes moveBackground {
  0% {
    background-position: left center, right center;
  }
  50% {
    background-position: left 50px center, right 50px center;
  }
  100% {
    background-position: left center, right center;
  }
}
.button-with-arrow {
  display: inline-flex;
  align-items: center;
  font-family: "Poppins";
  margin-block: 1rem;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 100%;
  padding: 1rem 1.5rem;
  background-color: #ffffff;
  color: #000000;
  border: none;
  border-radius: 17px;
  cursor: pointer;
  transition: background 0.3s ease;
}
.button-with-arrow .arrow-icon {
  opacity: 0.8;
  margin-left: 0;
  transition: all 0.3s ease;
  display: inline-block;
}
.button-with-arrow:hover .arrow-icon, .button-with-arrow:active .arrow-icon {
  opacity: 1;
  margin-left: 0.5rem;
  transform: translateX(0);
}

.vision-section {
  min-height: 100vh;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  background: #1c1c1e;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.vision-section .image-holder img {
  width: 100%;
  border-radius: 25px;
  height: auto;
}

.blockquote {
  background: #1d1d1f;
}

.vision-leader-section h4 {
  color: #ffffff;
}

.timeline-milestone {
  color: rgba(161, 161, 170, 0.8);
}

.timeline-year {
  color: #ffd700;
}

.slider {
  position: relative;
  display: flex;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
.slider .status {
  position: absolute;
  bottom: 10px;
  right: 10px;
  display: flex;
}
.slider .status .point {
  position: absolute;
  width: 14px;
  height: 14px;
  top: -2px;
  background-color: #ff0;
  border-radius: 50%;
  z-index: 15;
  transition: left 500ms ease-in-out;
}
.slider .status .point[data-current="0"] {
  left: 4px;
}
.slider .status .point[data-current="1"] {
  left: 24px;
}
.slider .status .point[data-current="2"] {
  left: 44px;
}
.slider .status .stat {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  margin: 0 5px;
}
.slider .status .stat.current {
  background-color: #fff;
}
.slider .text {
  position: absolute;
  transform: rotate(-90deg) translateY(calc(-90vh + 2vw));
  transform-origin: right top;
  display: grid;
  grid-template-columns: 90vh;
  grid-template-rows: 1fr;
  font-size: 15vw;
  text-transform: uppercase;
  color: #ff0;
  z-index: 20;
}
.slider .text div {
  grid-column: 1/2;
  grid-row: 1/2;
  opacity: 0;
}
.slider .text div.current {
  opacity: 0.7;
}
.slider .image {
  width: 100%;
  margin-right: -100%;
  opacity: 0;
  transform: translateY(0) scale(1.2);
  z-index: 1;
}
.slider .image.current {
  z-index: 10;
  transform: translateY(0) scale(1);
  opacity: 1;
}
.slider .image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: 100%;
  filter: sepia(1) hue-rotate(180deg);
  display: block;
}

.vision-leader-section p {
  color: rgba(161, 161, 170, 0.8);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.vision-leader-section img {
  width: 100%;
  border-radius: 12px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.vision-leader-section .media-holder {
  width: 100%;
  max-width: 500px;
}
.vision-leader-section .media-holder .ratio {
  border-radius: 12px;
  overflow: hidden;
}
.vision-leader-section .media-holder iframe {
  border-radius: 12px !important;
  width: 100%;
  height: 100%;
}
.vision-leader-section h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .vision-leader-section h2 {
    font-size: 24px;
  }
  .vision-leader-section p {
    font-size: 16px;
    line-height: 24px;
  }
}

.sticky-wrapper {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
  z-index: 1;
}

.feature-img {
  padding-left: 4rem !important;
}

.meet-section .content-txt {
  padding-inline: 3rem;
}
.meet-section .card {
  border-radius: 16px;
  background: #323233;
  box-shadow: 0px 0px 0px 0px #ffffff;
  border: 1px solid rgba(244, 244, 245, 0.1019607843);
}
.meet-section .card .card-title {
  color: #e4e4e7;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
}
.meet-section .card .card-text {
  color: rgba(161, 161, 170, 0.8);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0px;
}
.meet-section .image {
  background: url("/images/text-bg.gif");
  height: 400px;
  border-top-right-radius: 16px;
  border-top-left-radius: 16px;
  padding: 4rem;
}
.meet-section .image img {
  width: 100%;
  height: auto;
}

.feature-section .accordion .accordion-item {
  border: 1px solid #373738;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 1rem;
  background: transparent;
}
.feature-section .accordion .accordion-item:last-child {
  margin-bottom: 0;
}
.feature-section .accordion .accordion-button {
  background: transparent;
  color: #e4e4e7 !important;
  padding: 1.5rem;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
  border: none;
  box-shadow: none;
  border-radius: 0;
}
.feature-section .accordion .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}
.feature-section .accordion .accordion-button:not(.collapsed)::after {
  filter: brightness(0) invert(1);
}
.feature-section .accordion .accordion-button.collapsed::after {
  filter: brightness(0) invert(1);
}
.feature-section .accordion .accordion-body {
  color: rgba(161, 161, 170, 0.8);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13.9px;
  line-height: 24px;
  letter-spacing: 0px;
}
.feature-section img {
  width: 100%;
  height: auto;
}

.patent-card {
  background: rgba(255, 255, 255, 0.0392156863);
  padding: 1.5rem;
  border-radius: 12px;
}
.patent-card .image {
  width: 40px;
  height: auto;
}
.patent-card .image img {
  width: 100%;
  height: auto;
}
.patent-card h4 {
  color: #e4e4e7;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.patent-card p {
  color: rgba(161, 161, 170, 0.8);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 24px;
  letter-spacing: 0px;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.patent-card:hover {
  background: #1d1d1f;
}

.vision-cards {
  border: 1px solid #373738;
  background: rgba(255, 255, 255, 0.0392156863);
  border-radius: 20px;
}
.vision-cards h5 {
  color: #e4e4e7;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0px;
}
.vision-cards p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  margin-top: 1rem;
  font-size: 13.9px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  color: rgba(161, 161, 170, 0.8);
}
.vision-cards:hover {
  background: #1d1d1f;
}

section.Introducing {
  padding: 80px 0;
}
section.Introducing h2 {
  color: white;
  font-size: 39px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}
section.Introducing p {
  text-align: center;
  color: #d3d4e0;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
section.Introducing .intro-card {
  position: relative;
}
section.Introducing .intro-card h3 {
  color: white;
  font-size: 20px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  word-wrap: break-word;
}
section.Introducing .intro-card p {
  text-align: start;
  color: #d3d4e0;
  font-size: 13px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  word-wrap: break-word;
}
section.Introducing .intro-card .icon-container {
  position: relative;
}
section.Introducing .intro-card .icon-container img {
  z-index: 1;
  position: relative;
}
section.Introducing .intro-card .icon-container::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 120px;
  border: 1px dashed #679fef;
  background-size: 4px 4px;
  transform: translateX(-50%);
}
section.Introducing .intro-card:last-child .icon-container::before {
  display: none;
}

.timeline-container {
  width: 100%;
  padding: 20px;
  position: relative;
}

.timeline {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  align-items: center;
  position: relative;
  padding-left: 50px;
  margin-bottom: 0;
}
.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}
.timeline h4 {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 23px;
  letter-spacing: 0%;
  color: #ffffff;
}
.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 95%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  border-left: 2px dashed white;
}
.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 15px;
  padding: 20px;
  border-radius: 6px;
}
.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}
.timeline .timeline-box .timeline-text h2 {
  color: white;
  font-size: 20px;
  font-family: Poppins;
  font-weight: 500;
  word-wrap: break-word;
}
.timeline .timeline-box .timeline-text p {
  color: #d3d4e0;
  font-size: 16px;
  text-align: left !important;
  font-family: Poppins;
  font-weight: 400;
  word-wrap: break-word;
}
.timeline .timeline-box::after, .timeline .timeline-box::before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  border-radius: 99999px;
  height: 20px;
  border: 1px solid white;
  background: #1f2128;
  z-index: 999;
}
.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 103%;
}
.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 103%;
}
.timeline .timeline-box.active:nth-child(-n+2)::after {
  background: url("/images/tick.svg") no-repeat center center;
  background-size: contain;
  border: none;
}
.timeline .line-grey {
  width: 106px;
  height: 2px;
  background: #dcdce7;
  text-align: center;
  transition: background-color 0.5s ease-in-out;
}
.timeline .line-grey.active {
  width: 106px;
  height: 4px;
  background: #ffd700;
  text-align: center;
}
.timeline .btn-yellow {
  padding-inline: 24px;
  padding-block: 12px;
  background: #ffd700;
  border-radius: 8px;
  color: #000000;
  justify-content: center;
  align-items: center;
  gap: 10px;
  display: inline-flex;
  color: white;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  word-wrap: break-word;
  border: none;
}
.timeline .btn-yellow a {
  color: #000000;
}

.icon-holder {
  color: #ffd700;
}

.footer {
  padding: 20px 0;
  background-color: #000;
  color: #fff;
}

.contact-section .text {
  background: linear-gradient(90deg, #ffd700 0%, #ff8000 100%);
  -webkit-background-clip: text;
          background-clip: text;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0px;
}

.contact {
  background: #1d1d1f;
  border-radius: 22px;
}
.contact .contact-text {
  padding-bottom: 1rem;
  color: #ffd700;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 21.38px;
  letter-spacing: 0px;
}
.contact input,
.contact textarea {
  border-color: #787878 !important;
  border-radius: 0;
  color: white;
  background: transparent;
  outline: none;
}
.contact input::-moz-placeholder, .contact textarea::-moz-placeholder {
  color: #787878;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.contact input::placeholder,
.contact textarea::placeholder {
  color: #787878;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}
.contact input:focus,
.contact textarea:focus {
  border-color: #ffd700 !important;
  box-shadow: none;
  color: white;
}
.contact input:-webkit-autofill,
.contact textarea:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #1d1d1f inset !important;
  -webkit-text-fill-color: white !important;
  caret-color: white;
}
.contact input:-webkit-autofill:focus,
.contact textarea:-webkit-autofill:focus {
  box-shadow: 0 0 0px 1000px #1d1d1f inset !important;
}
.contact textarea {
  border-radius: 12px;
}
.contact .contact-tab.active-btn {
  background: #ffd700;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 21.38px;
  letter-spacing: 0px;
}
.contact .contact-tab.outline-btn {
  color: #787878;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #787878;
  border-radius: 5px;
}
.contact button[type=submit] {
  background: #ffd700;
  color: #000000;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  padding-block: 0.75rem;
  font-size: 14px;
  line-height: 21.38px;
  letter-spacing: 0px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}

.form-modal .btn-close {
  background: none;
  font-size: 1.5rem;
  color: white;
  opacity: 1;
  border: none;
}
.form-modal .btn-close::before {
  content: "×";
  display: inline-block;
}
.form-modal .modal-content {
  border-radius: 23px;
  background-color: #2b2b2d !important;
  color: white !important;
  font-family: "Poppins", sans-serif;
  font-size: 23px;
}
.form-modal .modal-content .modal-header {
  border-bottom: none !important;
}
.form-modal .modal-content .modal-body {
  text-align: center;
}

.security-modal .modal-content {
  border-radius: 20px;
  background-color: #2b2b2d !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.security-modal .modal-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
  background-color: transparent;
}
.security-modal .modal-title {
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 20px;
}
.security-modal .btn-close {
  background: none;
  font-size: 1.5rem;
  color: white;
  opacity: 1;
  border: none;
}
.security-modal .btn-close::before {
  content: "×";
  display: inline-block;
  color: white;
}
.security-modal .modal-body {
  background-color: transparent;
  color: #ffffff !important;
  font-family: "Inter", sans-serif;
}
.security-modal .modal-body h5 {
  color: #e4e4e7 !important;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
}
.security-modal .modal-body ul li {
  color: #a1a1aa !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 8px;
}
.security-modal .modal-body blockquote {
  color: #ffd700 !important;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-style: italic;
  border-left: 3px solid #ffd700;
  padding-left: 15px;
  margin-top: 20px;
}

.slick-prev:before,
.slick-next:before {
  color: #ffcc00 !important;
  font-size: 23px !important;
}

.slick-next {
  right: 0 !important;
}

.slick-prev {
  left: 0 !important;
  z-index: 9999;
}

.team-card {
  background: linear-gradient(145deg, #1a1a1a, #0f0f0f);
  border: 2px solid transparent;
  border-radius: 20px;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  cursor: pointer;
}
.team-card .team-image {
  position: relative;
  border: 2px solid #ffcc00;
  background: #1a1a1a;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.team-card .team-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 0.3s ease;
}
.team-card .team-image .team-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.team-card .team-image .team-overlay .linkedin-link {
  color: #ffd700;
  font-size: 2rem;
  transition: transform 0.3s ease;
  text-decoration: none;
}
.team-card:hover {
  transform: translateY(-10px);
  border-color: #ffcc00;
  background: rgba(255, 204, 0, 0.15);
  box-shadow: 0 20px 40px rgba(255, 204, 0, 0.2);
}
.team-card:hover .team-overlay {
  opacity: 1;
}

.team-content h4 {
  color: #e4e4e7;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 23px;
  margin-bottom: 0.5rem;
}
.team-content h5 {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.team-content p {
  color: rgba(161, 161, 170, 0.8);
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 0;
}

.social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.blockquote {
  background: #1d1d1f;
}

.icon {
  color: #fff;
  font-size: 20px;
  text-decoration: none;
  padding: 8px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.icon:hover {
  background-color: #fff;
  color: #000;
}

/* Contact.css */
.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 20, 20, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1050;
}

.popup-message {
  background-color: #fff;
  color: #000;
  padding: 25px 40px;
  border-radius: 12px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  transform: scale(0.8);
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

.animate-popup {
  transform: scale(1);
  opacity: 1;
}

@media (max-width: 768px) {
  .footer-container {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .social-icons {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 992px) {
  .feature-img {
    padding-left: 0.75rem !important;
  }
  .mission-cards {
    border-radius: 10px;
    flex-wrap: wrap;
    position: relative;
  }
  .mission-cards .para-1,
  .mission-cards .para-2,
  .mission-cards .para-3 {
    padding-right: 0 !important;
  }
  .mission-cards p {
    padding-right: 0;
  }
  .mission-cards .img img {
    position: relative;
    max-width: 100%;
    width: 350px;
    height: auto;
    right: 0;
  }
  .quote h3 {
    padding-inline: 7rem;
  }
  .timeline-container {
    width: 100%;
    padding: 20px;
    position: relative;
    margin-top: 0;
  }
  .timeline {
    padding-left: 0px;
  }
  .timeline .timeline-continue {
    position: relative;
    width: 100%;
    padding: 0px 0px !important;
  }
  .timeline .timeline-continue:after {
    left: 0px;
  }
  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }
  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 17px;
  }
  .timeline .row.timeline-right .timeline-box::after,
  .timeline .row.timeline-right .timeline-box::before {
    right: 101.5% !important;
  }
  .timeline .row.timeline-left .timeline-box::after,
  .timeline .row.timeline-left .timeline-box::before {
    left: -28px !important;
    border-color: transparent #ffffff transparent transparent;
  }
  .hub-text {
    text-align: center;
  }
  .hub-text h2 {
    padding-left: 0;
  }
  .hub-text p {
    padding-left: 0;
  }
}
.inovation-section img {
  width: 100%;
  height: auto;
  border-radius: 23px;
}

.info-cards {
  color: #fff;
}
.info-cards h5 {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0px;
}
.info-cards p {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 0px;
  color: #fff;
}

.icon-holder svg {
  width: 22px;
  height: 22px;
}

.caption-text img {
  height: auto;
  width: clamp(0px, 100%, 30px);
}

.navbar-brand {
  width: 12rem;
}
.navbar-brand img {
  width: 100%;
  height: auto;
}

/* Navbar.css */
@media (max-width: 992px) {
  .fullscreen-menu {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    background-color: #000; /* Adjust to match your theme */
    z-index: 1050;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .fullscreen-menu .nav-link {
    font-size: 1.5rem;
    margin: 0.75rem 0;
  }
  .fullscreen-menu .btn.nav-btn {
    font-size: 1.25rem;
  }
  .navbar-brand {
    width: 9rem;
  }
}
.caption-text {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
}

.modal.fade .modal-dialog {
  transform: scale(0.7);
  transition: transform 0.3s ease-out;
}

.modal.show .modal-dialog {
  transform: scale(1);
}

@media screen and (max-width: 768px) {
  .hero-section .hero-video-background .hero-background-video {
    -o-object-position: center center;
       object-position: center center;
  }
  .team-card {
    height: 420px;
  }
  .member-specialties .specialty-tag {
    font-size: 0.6rem !important;
  }
  .team-content h5 {
    font-size: 12px;
  }
  .header-nav {
    padding-inline: 0 !important;
  }
  .navbar .nav-btn {
    font-size: 13px;
    padding: 0.25rem 1rem;
  }
  .quote {
    text-align: left !important;
  }
  h2, h3 {
    text-align: left !important;
  }
  p {
    text-align: left !important;
  }
  .vision-leader-section {
    padding-bottom: 3rem;
  }
  .feature-img {
    display: none;
  }
  .meet-section .content-txt {
    padding-inline: 0.75rem;
  }
  .meet-section .content-txt h2 {
    text-align: left;
    font-size: 45px !important;
  }
  .meet-section .content-txt p {
    text-align: left !important;
  }
  .hero-section .hero-sect {
    height: 80vh;
  }
  .timeline .timeline-box,
  .timeline .timeline-launch {
    padding-right: 0;
  }
  .timeline .timeline-box .timeline-text {
    width: 100%;
  }
  .button-with-arrow {
    font-size: 15px;
    font-weight: 500;
    padding: 0.75rem 1.25rem;
  }
  .play-icon span {
    font-size: 16px;
  }
  .mission-cards {
    flex-wrap: nowrap;
  }
  .mission-cards .content {
    width: 50%;
  }
  .mission-cards .img {
    display: flex;
    align-items: center;
  }
  .mission-cards .img img {
    width: 100%;
    top: unset !important;
  }
  .tab .content {
    font-size: 14px;
    font-weight: 500;
  }
  .hero-section {
    color: #ffffff;
  }
  .hero-section h1 {
    font-size: 56px;
    line-height: 60px;
  }
  .hero-section p {
    font-size: 14px;
  }
  .quote h3 {
    padding-inline: 0;
    font-size: 25px !important;
  }
}
.videos-section {
  min-height: 100vh;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.videos-section .video-hero-content {
  padding: 2rem 0 2rem;
  position: relative;
  z-index: 2;
}
.videos-section .video-hero-content .video-subtitle {
  font-family: "Inter", sans-serif;
  font-size: 1.2rem;
  line-height: 1.6;
  color: #e4e4e7;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .videos-section .video-hero-content .video-subtitle {
    font-size: 1rem;
    padding: 0 1rem;
  }
}
.videos-section .full-video-container {
  position: relative;
  width: 100%;
  height: 80vh;
  min-height: 400px;
  overflow: hidden;
}
@media (max-width: 768px) {
  .videos-section .full-video-container {
    height: 40vh;
    min-height: 300px;
  }
}
.videos-section .full-video-container .full-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
@media (max-width: 768px) {
  .videos-section .video-hero-content {
    padding: 2rem 0 1rem;
  }
  .videos-section .full-video-container {
    margin-top: 1rem;
  }
}

@media (max-width: 768px) {
  .video-section {
    min-height: auto !important;
  }
}/*# sourceMappingURL=main.css.map */