* {
  box-sizing: border-box;
}
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  /* overflow-x: hidden; */
}
@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Black.ttf") format("opentype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Bold.ttf") format("opentype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Light.ttf") format("opentype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Gilroy";
  src: url("../assets/fonts/Gilroy-Medium.ttf") format("opentype");
  font-weight: 500;
  font-style: normal;
}

body {
  font-family: "Gilroy", sans-serif !important;
  background-color: #070707 !important;
  overflow-x: hidden !important;
}

.night {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #070707;
  background-image: url(./assets/images/hero-bg.png);
  background-size: cover;
  background-repeat: no-repeat;

}
.particle-night
{
  box-shadow: 0px 8px 40px 40px rgba(0, 0, 0, 0.5); 

}
.partner
{
  height: 60vh !important;
}
.partner .night {
  position: absolute;
  width: 100%;
  height: 100%;
}
.brands-size
{
  min-height: 500px;
  margin-top: 300px;
}
.asad {
  margin-left: 32px;
  border-radius: 36px;
}

.container {
  max-width: 70% !important;
}

.star.small {
  --star-width: 3vh;
  --star-height: 3vh;
}

.star.medium {
  --star-width: 5vh;
  --star-height: 5vh;
}

.star {
  --star-width: 6vh;
  --star-height: 6vh;
  position: absolute;
  opacity: 0;
  /* animation: starlight 11s linear infinite; */
}

.star:nth-child(1) {
  top: 10%;
  left: 20%;
}

.star:nth-child(2) {
  top: 30%;
  left: 50%;
}

.star:nth-child(3) {
  top: 60%;
  left: 10%;
}

.star:nth-child(4) {
  top: 80%;
  left: 70%;
}

.star:nth-child(5) {
  top: 50%;
  left: 90%;
}

@keyframes starlight {
  0% {
    opacity: 1;
    transform: scale(0.5) translate(-50%, -50%);
  }

  100% {
    opacity: 1;
    overflow: hidden;
    transform: scale(1.5) translate(-50%, -50%);
  }
}

/* .star::before,
  .star::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    z-index: 2;
  }
   */
.star::before {
  width: 100%;
  height: 10%;
  border-radius: 50%;
}

.star::after {
  height: 100%;
  width: 10%;
  border-radius: 50%;
}

.hero {
  height: 100vh;
  position: relative;
}

.hero h1 {
  color: white;
  font-size: 280px;
  font-style: normal;
  font-weight: 600;
  line-height: 252px;
  text-transform: uppercase;
}

.hero .bordered-text {
  font-size: 280px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;

  text-transform: uppercase;
}

.partner .bordered-text {
  font-style: italic;
}

.bordered-text {
  text-transform: uppercase;
  text-align: center;
  background: -webkit-linear-gradient(#00ff86, #00d6ff);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px transparent;
  color: rgb(0, 0, 0);
}
.bordered-text2 {
  text-transform: uppercase;
  text-align: center;
  background: -webkit-linear-gradient(#00ff86, #00d6ff);
  -webkit-background-clip: text;
  -webkit-text-stroke: 1px transparent;
  color: rgb(0, 0, 0);
}

.gradient-text {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hero .content {
  position: absolute;
  height: 100vh;
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: space-between;
}

.btn-white {
  display: flex;
  padding: 48px;
  justify-content: center;
  align-items: center;
  gap: 36px;

  color: #090909;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 140px;
  max-width: 1040px;
  width: 100%;
  border: none;
}

.btn-outline {
  background-color: transparent;
  display: flex;
  padding: 48px;
  justify-content: center;
  align-items: center;
  gap: 36px;

  color: white;
  border: 1px solid white;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 140px;
}

.gradient-outline {
  border: 1px solid #00ff86;
}

.btn-bg {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );

  border: none;
  display: flex;
  padding: 30px;
  justify-content: center;
  align-items: center;
  gap: 36px;

  color: black;
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 140px;
}

.nav-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.nav-bar ul {
  all: unset;
}

.nav-bar ul li {
  all: unset;
  color: #777;
  padding: 10px 20px;
  font-size: 62px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
}

.about {
  padding: 40px 0px 0 0;
}

.about p {
  color: #fff;
  font-size: 120px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-wrap: balance;
}

.offcanvas {
  background-color: black !important;
}

.offcanvas ul {
  all: unset;
}

.offcanvas ul li {
  color: white;
  list-style-type: none;
  padding: 7px;
  font-size: 18px;
  font-weight: 600px;
}

.news h1 {
  color: #fff;
  font-size: 400px;
  font-style: italic;
  font-weight: 600;
  line-height: 407.638px;
  /* 99.409% */
  text-transform: uppercase;
}

.news h2 {
  font-size: 400px;
  font-style: italic;
  font-weight: 600;
  line-height: 407.638px;
  /* 99.409% */
  text-transform: uppercase;
  position: absolute;
  top: 110px;
  z-index: -1;
  width: 100%;
  left: 0px;
  text-align: start;
  opacity: 0.7;
}

.card-customs {
  position: relative;
  background: linear-gradient(
    180deg,
    rgba(31.12, 31.12, 31.12, 0.9) 0%,
    rgba(5.3, 5.3, 5.3, 0.9) 100%
  );
  border-radius: 100px;
  overflow: hidden;
  /* border: 3.62px #8c8c8c solid; */
  backdrop-filter: blur(43.51px);
  padding: 65px;
  position: relative;
  height: 100%;
}
.gradient1, .gradient2
{
  font-size: 160px !important;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 160px !important;
  letter-spacing: 3.2px;
}
.card-custom h3 {
  font-size: 160px;
  font-style: normal;
  font-weight: 600;
  line-height: 160px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  background: var(
    --Cosmic,
    linear-gradient(182deg, #00d6ff 16.68%, #00ff86 95.33%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.card-custom h4 {
  font-size: 160px;
  font-style: normal;
  font-weight: 800;
  line-height: 160px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  position: absolute;
  z-index: -1;
  font-style: italic;
  top: 40px;
  opacity: 0.7;
}

.card-custom span {
  color: var(--Primary-Blue, #00d6ff);
  font-size: 65.952px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 1.319px;
  text-transform: uppercase;
}

.card-custom p {
  color: #fff;
  font-size: 55.686px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 25px 0;
}

.top-ex {
  position: absolute;
  top: 40px;
  right: 40px;
  width: fit-content !important;
}

.news {
  background: url(./assets/images/router-bg-right.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 20%;
  margin: 50px 0 !important;
}

.inner-news {
  background: url(./assets/images/router-bg-left.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 20%;
}

.p {
  color: #fff;

  font-size: 120px;

  font-style: normal;
  font-weight: 800;
  line-height: normal;
}

/* .eco {
  margin-top: 700px !important;
} */

.teams-card {
  border-radius: inherit;
  background: linear-gradient(
    180deg,
    rgb(31 31 31 / 96%) 0%,
    rgba(5, 5, 5, 0.9) 100%
  );
  backdrop-filter: blur(20.25258445739746px);
}

.gray-scale {
  filter: grayscale(100%);
  width: 100%;
  filter: grayscale(100%);
  width: 100%;
}

.animated-video {
  position: relative;
  /* rotate: 349deg; */
  z-index: -2;
  /* left: -302px; */
  width: 100%;
  height: 100%;
  top: -900px;
}

.animated-video img {
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 100%;
}

.brands-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 50px;
  position: relative;
}

.brands-1,
.brands-2 {
  /* background-color: #121212; */
  width: 500px;
  max-height: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.brands-1 img, .brand-2 img
 {
  width: 100%;
  max-width: 200px;
 }
 .brands-2 {
  background-color: #0c0c0c;
}

.partner .content {
  padding: 20px 0 !important;
}
.ourteam
{
height: 100% !important;
}
.teams {
  margin: 0px !important;
  padding-top: 800px !important;
}

.teams h2 {
  top: -250px !important;
  z-index: 1 !important;
}

.first h3 {
  color: var(--Primary-White, #fff);

  font-size: 142.011px;
  font-style: normal;
  font-weight: 700;
  line-height: 146.861px;
  /* 103.415% */
  text-transform: uppercase;
}

.first p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 58.687px;
  /* 146.718% */
}

.footer {
  display: flex;
  align-items: stretch;
  /* Stretch all child divs to the same height */

  margin: 300px 0 0 0;
  /* Margin at the top */
}

.footer div {
  background: #101010;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  flex: 1;
  /* Distribute available width equally */
}

.footer div:last-child {
  flex: none;
  /* Prevent the last child from growing or shrinking */
  width: auto;
  /* Allow it to size based on its content */
  margin-right: 0px;
}

.footer img {
  max-width: 50%;
  /* Restrict image width to fit inside the div */
  height: auto;
  /* Maintain aspect ratio */
}

.footer h2 {
  color: #fff;

  font-size: 100px;
  font-style: normal;
  font-weight: 500;
  white-space: nowrap;
  line-height: 128px;
  letter-spacing: 1px;
  margin-right: 10px;
}

/*  
@keyframes slide {
  0% {
    transform: translateX(100%); 
  }
  100% {
    transform: translateX(-100%);  
  }
} */
:root {
  /* colors */
  --sg0-color-primary-hsl: 250, 84%, 54%;
  --sg0-color-bg-hsl: 0, 0%, 100%;
  --sg0-color-contrast-high-hsl: 230, 7%, 23%;
  --sg0-color-contrast-higher-hsl: 230, 13%, 9%;
  --sg0-color-bg-light-hsl: 0, 0%, 100%;

  /* spacing */
  --sg0-space-sm: 50px;
  --sg0-space-md: 1.25rem;
}

@media (min-width: 64rem) {
  :root {
    /* spacing */
    --sg0-space-sm: 50px;
    --sg0-space-md: 6rem;
  }
}

@keyframes animate {
  0% {
    background-position: -500%;
  }

  100% {
    background-position: 500%;
  }
}
/* Specific styling for card 1 image */
.card-1, .card-2, .card-3
{
  padding-left: 80px;
  height: 1250px !important;
}
.card-1 img {
  transform: scale(1.4) translateY(-5%)translateX(5%);
  object-fit:cover;
  padding-top: 10%;

}

/* Specific styling for card 2 image */
.card-2 img {
  transform: scale(1.2) translateY(-5%);
  object-fit: cover;
  padding-top: 10%;
}

/* Specific styling for card 3 image */
.card-3 img {
  transform: scale(1.2) translateX(5%) ;
  object-fit: cover;
  padding-top: 10%;
}

/* Ensure smooth transitions */
.card-1 img, .card-2 img, .card-3 img {
  transition: transform 0.6s ease-in;
}
/* OS Card buttons */
.additional-buttons
{
  display: flex;
  margin: 20px 0 0 0;
  gap: 30px;
}
.apple, .andriod, .mac, .windows
{
  border: 0px;
  background-color: transparent;
  max-width: 70px;
  width: 80%;
  height: auto;
  min-height: 70px;
  max-height: 70px;
  border-radius: 0px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-top: 20px;
  cursor: pointer;
}
.apple
{
  background-image: url(./assets/images/apple.png);

}
.andriod
{
  background-image: url(./assets/images/andriod1.png);
}.windows
{
  background-image: url(./assets/images/windows.png);
}.mac
{
  background-image: url(./assets/images/mac.png);
}
.button-group
{
  display: flex;
  flex-direction: column;
}
/* component */
.stack-cards {
  list-style: none;
  padding: 0;
  margin: 0;
}

.stack-cards__item {
  margin: 200px 0; /* Space between cards */
  opacity: 0; /* Hide cards initially */
  transform: translateY(50px); /* Slide in from below */
  transition: opacity 0.6s ease-in, transform 0.6s ease-in;
  will-change: opacity, transform; /* Optimize animations */
  padding-bottom: calc(100% / (var(--stack-cards-item-ratio)));

}

.stack-cards__item.visible {
  opacity: 1; /* Fade in */
  transform: translateY(0); /* Move to final position */
}
.dropdown-menu {
  width: 210px !important;
}
/* utility classes */
.sg0-overflow-hidden {
  overflow: hidden;
}
div:where(.swal2-container) div:where(.swal2-popup) {
  background-color: #070707 !important;
  color: white !important;
  border: 1px solid #00ff86 !important;
  font-family: "Gilroy", sans-serif !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  background-color: #00ff86 !important;
  color: black !important;
  font-family: "Gilroy", sans-serif !important;
  font-weight: 700px !important;
}
.sg0-shadow-md {
  box-shadow: 0 0.9px 1.5px rgba(0, 0, 0, 0.03),
    0 3.1px 5.5px rgba(0, 0, 0, 0.08), 0 14px 25px rgba(0, 0, 0, 0.12);
}

.sg0-radius-lg {
  border-radius: 0.5em;
}

.sg0-bg {
  --sg0-bg-o: 1;
  background-color: hsla(var(--sg0-color-bg-hsl), var(--sg0-bg-o, 1));
}

.sg0-flex-center {
  justify-content: center;
  align-items: center;
}

.sg0-flex-center img {
}

.sg0-flex {
  display: flex;
}

:where(.sg0-inner-glow) {
  position: relative;
}

.sg0-inner-glow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  pointer-events: none;
  box-shadow: inset 0 0 0.5px 1px hsla(0, 0%, 100%, 0.075);
}

.sg0-bg-light {
  --sg0-bg-o: 1;
  background: linear-gradient(
    180deg,
    rgba(31.12, 31.12, 31.12, 0.9) 0%,
    rgba(5.3, 5.3, 5.3, 0.9) 100%
  );
  border-radius: 100px;
  /* overflow: hidden; */
  /* border: 10.62px #00ff86 solid; */
  backdrop-filter: blur(43.51px);
  height: 80vh;
}

.sg0-bg-light::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );

  z-index: -1;

  padding: 14px;
  /* Border thickness */
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  border-radius: 100px;
}

.stack-cards h3 span{
  display: inline-block;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gradient1 {
 background: linear-gradient(94.88deg, #FFFFFF 1.68%, #5D5D5D 96.87%);
 /* font-size: 80px; */
}

.gradient2 {
  background: linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%);
  /* font-size: 80px; */

}
.first {
  z-index: 999;
  position: relative;
  border-radius: 70px;
  padding: 13px;
}

.first::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );

  z-index: -1;

  padding: 13px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  border-radius: 70px;
}

.teams-card h4 {
  color: #fff;

  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.teams-card span {
  color: rgba(255, 255, 255, 0.6);

  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.teams-card h6 {
  color: rgba(255, 255, 255, 0.7);

  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 64px;
}

.second {
  padding: 50px !important;
  border-radius: 20px;
  position: relative;
  z-index: 999;
}

.equal-height {
  display: flex;
  align-items: stretch;
  margin-top: 150px !important;
}

.col-lg-4 .teams-card {
  flex: 1;
}

.partner .space {
  background-position: bottom !important;
  background-image: url(./assets/images/partner-bg.png) !important;
  background-size: 106% 177% !important;
  background-repeat: no-repeat !important;
  background-color: #070707 !important;
}
.contact
{
  height: fit-content !important;
}
.contact .night {
  background-position: bottom !important;
  background-image: url(./assets/images/contact-bg.png) !important;
  background-size: 100% 177% !important;
  background-repeat: no-repeat !important;
  background-color: #070707 !important;
}

.contact h4 {
  color: #fff;
  font-size: 250.014px;
  font-style: italic;
  font-weight: 700;
  line-height: 250.564px;
  text-transform: uppercase;
  position: relative;
  margin-top: 10%;
}

.contact h6 {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 141.985px;
  font-style: italic;
  font-weight: 600;
  line-height: 237.115px;
  text-transform: uppercase;
}

.contact-form {
  border-radius: 59.528px;
  background: #101010;
  padding: 100px;
  position: relative;
}

.contact-form input {
  border-radius: 50.058px;
  border: 1.353px solid #262626;
  background-color: transparent;
  width: 100%;
  padding: 60px;
  color: var(--Neutral, white);

  font-size: 50.94px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.372px;
  letter-spacing: 0.573px;
}

.contact-form input:focus {
  border: 1px solid transparent;
  outline: none;
  background: linear-gradient(#101010, #101010) padding-box,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%) border-box;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 255, 134, 0.7);
}

.contact-form textarea:focus {
  border: 1px solid transparent;
  outline: none;
  background: linear-gradient(#101010, #101010) padding-box,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%) border-box;
  border-radius: 20px;
  box-shadow: 0 0 5px rgba(0, 255, 134, 0.7);
}

.contact-form input::placeholder {
  color: #777;

  font-size: 50.94px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.372px;
  letter-spacing: 0.573px;
}

.contact-form textarea {
  border-radius: 50.058px;
  border: 1.353px solid #262626;
  background-color: transparent;
  width: 100%;
  padding: 60px;
  color: var(--Neutral, white);

  font-size: 50.94px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.372px;
  letter-spacing: 0.573px;
  height: 300px;
}

.contact-form textarea::placeholder {
  color: #777;

  font-size: 50.94px;
  font-style: normal;
  font-weight: 500;
  line-height: 55.372px;
  letter-spacing: 0.573px;
}

.particle-container {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 99;
}

/* Particle styling */
.particle {
  position: absolute;
  border-radius: 50%;
  /* Create round particles */
  background-color: rgba(255, 255, 255, 0.4);
  /* Light gray particles */
  animation: shimmer 1.5s ease-in-out infinite, flow 100s linear infinite;
  /* Slow down flow animation */
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.6),
    0 0 15px rgba(255, 255, 255, 0.3);
  /* Glow effect */
}

.blogs {
  height: 100% !important;
}

.blogs h1 {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 80.107px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 95.107px !important;

  text-transform: uppercase;
}

.blogs-image {
  width: 100% !important;
}

.blogs-image img {
  width: 100% !important;
  height: 100%;

  object-fit: contain;
  border-radius: 16px;
}

.blogs h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 38px;
  color: white;
  text-transform: uppercase;
}

.blogs p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  /* 206.25% */
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.blogs span {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  /* 235.714% */
  text-transform: uppercase;
}

.blogs .posted-date {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 33px;
  text-transform: uppercase;
}
.privacy p {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 175% */
}
.privacy h4 {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 65px;
  text-transform: uppercase;
}
.privacy label {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}
.privacy ul li {
  color: rgba(255, 255, 255, 0.7);

  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  text-transform: uppercase;
}
a {
  text-decoration: none !important;
}
.privacy .mail {
  background: linear-gradient(304deg, #00d6ff 13.6%, #00ff86 52.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 42px;
  text-decoration: underline !important;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.page-link {
  background: black !important;
  color: white !important;
  border-radius: 10.75px !important;
  margin-right: 10px !important;
  font-size: 29.313px;
  font-weight: 500;
  border: none !important;
}
.page-link::after {
  background: linear-gradient(95deg, #fff 1.68%, #5d5d5d 96.87%) !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  border-radius: 10px;
}
.page-link.active::after {
  content: none !important;
}
.page-link.active {
  color: black !important;
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  ) !important;
}
.download {
  padding: 30px;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.6s all ease-in-out;
  position: relative;
  cursor: pointer;
}

.download h5 {
  font-size: 42.387px;
  font-style: normal;
  font-weight: 600;
  line-height: 65.936px;
  text-transform: uppercase;
  background: linear-gradient(42deg, #262626 -8.8%, #8c8c8c 62.46%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: 0.6s all ease-in-out;
}

.download:hover h5 {
  background: linear-gradient(
    316deg,
    #00d6ff 14.63%,
    #00ff86 78.93%
  ) !important;
  background-clip: text !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
}
.download:hover .gradient-svg .gradient-path {
  fill: url(#paint1_linear_3638_52103);
}

.gradient-svg .gradient-path {
  transition: fill 0.6s ease-in-out;
}
.download::after {
  background: linear-gradient(95deg, #fff 1.68%, #5d5d5d 96.87%) !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: 0.6s all ease-in-out; /* Smooth transition for ::after background */
  border-radius: 40px;
}

.download:hover::after {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  ) !important;
}

.download:hover .btn-outline {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  ) !important;
  color: black !important;
  border: 1px solid #00ff86;
}

.pagination {
  justify-content: center !important;
}
.dvpn p {
  color: rgba(255, 255, 255, 0.7);

  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
.dvpn .stats {
  padding: 24px;
  border-radius: 16px;
  background: #121212;
  backdrop-filter: blur(15.184088706970215px);
}
.dvpn h3 {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  width: fit-content;
  font-style: normal;
  font-weight: 500;
  line-height: 46.829px;
}
.dvpn h4 {
  background: linear-gradient(95deg, #fff 1.68%, #5d5d5d 96.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  font-size: 52px;
  font-style: italic;
  font-weight: 600;
  line-height: 68px; /* 94.444% */
  text-transform: uppercase;
}
.routers h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 43.207px; /* 90.015% */
  text-transform: uppercase;
}
.routers p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.3px;
}
.routers button {
  font-size: 14px;
}
.routers::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );

  padding: 7px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  border-radius: 30px;
}
.nodes .night {
  background-image: url(/assets/images/node-page.png);
  background: linear-gradient(61deg, #070707 50.84%, #222 96.86%) !important;
}
.nodes .night .space {
  background: linear-gradient(61deg, #070707 50.84%, #222 96.86%) !important;
}
.spacing {
  margin: 250px 0px !important;
}

.mapboxgl-ctrl-top-right {
  bottom: 57px !important;
  top: 57px !important;
}
.mapbox-improve-map {
  display: none;
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  display: none !important;
}
.mapboxgl-canvas {
  position: absolute;
  height: 100vh;
}
.mapboxgl-ctrl-attrib-inner a:last-of-type {
  display: none;
}
.map-container {
  height: 100vh;
}
.map-container {
  height: 100vh;
}
.main {
  width: 100%;
  overflow: auto;
  display: flex;

  gap: 30px;
}
.climb-text {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.custom-marker {
  animation: wave-animation 3s infinite ease-in-out;
  background: linear-gradient(
    180deg,
    rgba(70, 236, 184, 0.2) 0%,
    rgba(39, 134, 104, 0.2) 100%
  );
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.buying {
  height: 100vh;
  background: linear-gradient(61deg, #070707 50.84%, #222 96.86%) !important;
}
.web {
  display: block;
}

.mobile {
  display: none;
}

.main-footer p {
  font-size: 18px;
  text-align: center;
  color: white;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.138px;
  padding: 20px 0px;
}
.btn-close {
  --bs-btn-close-bg: url(./assets/images/close.png) !important;
  font-size: 40px !important;
  --bs-btn-close-opacity: 1 !important;
}

.heros .space {
  background-image: url(./assets/images/hero-bg.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-color: #070707;
}

.about-assets {
  text-align: start;
}
.buying h1 {
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 39.875px;
  text-transform: uppercase;
  background: linear-gradient(95deg, #fff 1.68%, #5d5d5d 96.87%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.buying p {
  color: var(--Neutral, #777);

  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 133.333% */
}
.buying input {
  background-color: transparent;
  padding: 16px 24px;
  border-radius: 66px;
  outline: none;
  width: 100%;
  border: none;
  position: relative;
  z-index: 1;
  border: 1.5px solid #8c8c8c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.buying input:focus {
  border: 1px solid transparent;
  outline: none;
  background: linear-gradient(61deg, #070707 50.84%, #222 96.86%) padding-box,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%) border-box;

  box-shadow: 0 0 5px rgba(0, 255, 134, 0.7);
}
.buying select {
  background-color: transparent;
  padding: 16px 24px;
  border-radius: 66px;
  outline: none;
  width: 100%;
  border: none;
  position: relative;
  z-index: 1;
  border: 1.5px solid #8c8c8c;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.buying select:focus {
  border: 1px solid transparent;
  outline: none;
  background: linear-gradient(61deg, #070707 50.84%, #222 96.86%) padding-box,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%) border-box;

  box-shadow: 0 0 5px rgba(0, 255, 134, 0.7);
}

.buying input::placeholder {
  color: var(--Neutral, #777);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.arrow-icon {
  position: absolute;
  right: 16px; /* Adjust as per your design */
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 111;
  pointer-events: none; /* To avoid interfering with input clicks */
}

.buying input:focus + .arrow-icon {
  opacity: 1;
}
.next {
  color: var(--Primary-White, #fff);
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 58.26px;
  letter-spacing: 0.455px;
  text-transform: capitalize;
  position: absolute;
  bottom: 10px;
  right: 0px;
  cursor: pointer;
}
.inner-buy {
  padding: 50px 0px;
  max-width: 445px;
}
.contentss {
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  display: none;
}

.contentss.show {
  opacity: 1;
  transform: translateY(0);
  display: block;
}

.buying label {
  color: rgba(255, 255, 255, 0.4);

  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
}
.buying h5 {
  color: var(--Primary-White, #fff);

  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 32px; /* 100% */
}
.buying h6 {
  color: var(--Primary-White, #fff);

  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 133.333% */
}
.order_details {
  border-radius: 44px;
  background: rgba(217, 217, 217, 0.05);
  padding: 40px;
}
.inner-buy {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.custom-tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tab-content {
  flex: 1;
}
.down {
  display: flex;
  justify-content: space-between;
}
.buying h4 {
  color: var(--Primary-White, #fff);
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 22.26px;
  letter-spacing: 0.455px;
}
.tab-button {
  background-color: transparent;
  color: var(--Primary-White, #fff);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px; /* 166.667% */
  letter-spacing: 0.311px;
  padding: 16px 24px;
  text-transform: uppercase;
  width: 250px !important;
}
.tab-button.active {
  background: #fff;
  color: #101010;

  font-weight: 600;
}
.tab-button:first-child {
  border-radius: 66px 0px 0px 66px;
  border: 1.5px solid #8c8c8c;
  border-right: 0px;
}
.tab-button:last-child {
  border-radius: 0px 66px 66px 0px;
  border: 1.5px solid #8c8c8c;
}
.Proceed {
  padding: 10px 44px !important;
  font-size: 20px !important;
  font-style: normal;
  font-weight: 600;
  line-height: 58.26px;
  letter-spacing: 0.455px;
}
.exchange {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 44px !important;
}
.exchange h5 {
  text-transform: uppercase;
  font-size: 24px;
}
.exchange::after {
  background: linear-gradient(95deg, #fff 1.68%, #5d5d5d 96.87%) !important;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2px;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  transition: 0.6s all ease-in-out; /* Smooth transition for ::after background */
  border-radius: 40px;
}

.exchange.active::after {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  ) !important;
}
.loading {
  position: absolute;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.dropdown-toggle::after {
  display: none !important;
}
.dropdown-toggle {
  padding: 0 !important;
  background-color: none !important;
  --bs-btn-bg: transparent !important;
}
.dropdown-toggle:hover {
  --bs-btn-bg: transparent !important;
  background-color: transparent !important;
}
.btn:hover {
  background-color: transparent !important;
}
.dropdown-item {
  color: var(--Font-Color, #000) !important;
  font-size: 38px;
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal;
  border-bottom: 1.23px solid #383838 !important;
  text-transform: uppercase;
}
.dropdown-item:last-child {
  border-bottom: none !important;
}
.dropdown-item:hover {
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );
  backdrop-filter: blur(19.393434524536133px);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  background-color: transparent !important;
}
.buy-router p {
  color: #fff;

  font-size: 11.645px;

  line-height: 16.577px;
}
.buy-router h3 {
  font-size: 31.609px;
  font-style: normal;

  line-height: 32.119px;
}
.main-router {
  padding: 50px;
}
.main-router h3 {
  font-size: 56px;
  line-height: normal;
}
.main-router p {
  font-size: 24px;
  line-height: normal;
}
.copy-tracking-id {
  border: 1px solid #fff;
  padding: 20px;
  border-radius: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
}
.copy-tracking-id p {
  font-size: 16px;
}
.copy-tracking-id h3 {
  font-size: 32px;
  letter-spacing: 9px;
}
.progress {
  border-radius: 146.255px !important;
  background: var(--Primary-White, #fff);
}
.progress-bar {
  border-radius: 146.255px;
  background: var(
    --Cosmic-Brand,
    linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
  );
}
.title-countdown {
  color: var(--Primary-White, #fff);
  text-align: center;

  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 100% */
}
.ring {
  background-image: url("./assets/images/title-ring.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 20px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}
@keyframes wave-animation {
  0% {
    background-size: 100% 100%;
  }
  50% {
    background-size: 150% 150%;
  }
  100% {
    background-size: 100% 100%;
  }
}

@keyframes shimmer {
  0% {
    opacity: 0.2;
    transform: scale(0.1);
  }

  25% {
    opacity: 0.8;
    transform: scale(0.4);
  }

  50% {
    opacity: 0.6;
    transform: scale(0.3);
  }

  75% {
    opacity: 0.7;
    transform: scale(0.5);
  }

  100% {
    opacity: 0.2;
    transform: scale(0.1);
  }
}

@keyframes flow {
  0% {
    transform: translateX(-100px) translateY(100);
  }

  100% {
    transform: translateX(50px) translateY(50px);
    /* Continuous movement */
  }
}
@media only screen and (max-width: 3600px) {
  .card-1 img {
    transform: scale(1.4) translateY(-5%)translateX(5%);
    padding-top: 15%;
  
  }
  
  .card-2 img {
    transform: scale(1.3) translateY(-7%) translateX(5%);
    padding-top: 15%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%) ;
    padding-top: 15%;
  }
  
  
}
@media only screen and (max-width: 3100px) {
  .card-1 img {
    transform: scale(1.6) translateY(-15%)translateX(5%);
    padding-top: 35%;
  
  }
  
  .card-2 img {
    transform: scale(1.4) translateY(-12%) translateX(5%);
    padding-top: 30%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%)translateY(-5%) ;
    padding-top: 30%;
  }
}
/* 2k screen */
@media only screen and (max-width: 2880px) {
  .card-1, .card-2, .card-3
{
  height: 900px !important;
}
  .card-1 img {
    transform: scale(1.4) translateY(-8%) translateX(5%);
    padding-top: 15%;
  
  }
  
  .card-2 img {
    transform: scale(1.1) translateY(-8%) translateX(5%);
    padding-top: 10%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%) translateY(5%) ;
    padding-top: 10%;
  }
  .footer img {
    max-width: 30%;
    height: auto;
  }

  .animated-video {
    top: -600px;
  }

  .footer h2 {
    font-size: 50px;
    line-height: 68px;
  }

  .inner-news {
    background: url(./assets/images/router-bg-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 20%;
  }

  .news {
    background: url(./assets/images/router-bg-right.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 20%;
  }

  .hero h1 {
    font-size: 140.411px;
    line-height: 118px;
  }
.bordered-text2
{
  font-size: 198.984px !important;
  line-height: 150px !important;
}
  .first {
    border-radius: 50px;
    padding: 10px;
  }

  .first::after {
    padding: 13px;

    border-radius: 50px;
  }

  .hero .bordered-text {
    font-size: 140.411px;
    line-height: normal;
  }

  .first h3 {
    font-size: 90.011px;

    line-height: 100.861px;
  }

  .first p {
    font-size: 26px;

    line-height: 42.687px;
  }

  .teams-card span {
    font-size: 26px;

    line-height: 42.687px;
  }

  .teams-card h4 {
    font-size: 38px;
  }

  .teams-card h6 {
    font-size: 26px;

    line-height: 42.687px;
  }

  .card-custom h3 {
    font-size: 80px;

    line-height: 80px;
  }
  .gradient1, .gradient2
  {
    font-size: 80px !important;
    line-height: 80px !important;
  }
  .card-custom h4 {
    font-size: 80px;

    line-height: 80px;
  }

  .card-custom p {
    font-size: 27.843px;
  }

  .p {
    font-size: 60px;
  }

  .card-custom span {
    font-size: 32.976px;
  }

  .news h1 {
    font-size: 198.984px;
    line-height: 198.819px;
  }

  .news .bordered-text {
    font-size: 198.984px;
    line-height: 198.819px;
    top: 65px;
    width: 100%;
    left: 0px;
    opacity: 0.7;
  }

  .nav-bar ul li {
    font-size: 32.208px;
    line-height: normal;
  }

  .btn-bg {
    font-size: 24px;
    padding: 16px;
  }

  .btn-outline {
    font-size: 24px;
    padding: 24px;
  }

  .btn-white {
    padding: 24px;
    font-size: 24px;
    max-width: 700px;
  }

  .hero img {
    width: 75px;
  }

  .about p {
    font-size: 60px;
  }

  .card-custom {
    border-radius: 70px;
  }

  .sg0-bg-light::after {
    padding: 10px;

    border-radius: 50px;
  }

  .teams h2 {
    top: -200px !important;
  }

  .contact h6 {
    font-size: 59.985px;

    line-height: 89.115px;
    text-transform: uppercase;
  }

  .contact h4 {
    font-size: 68.014px;

    font-weight: 700;
    line-height: 83.564px;
  }

  .contact-form input {
    padding: 30px;
    border-radius: 20px;
    font-size: 25.94px;

    line-height: 30.372px;
  }

  .contact-form input::placeholder {
    font-size: 25.94px;

    line-height: 30.372px;
  }

  .contact-form textarea {
    padding: 30px;
    border-radius: 20px;
    font-size: 25.94px;

    line-height: 30.372px;
    /* height: auto; */
  }

  .contact-form {
    border-radius: 20px;
    padding: 50px;
  }

  .contact-form textarea::placeholder {
    font-size: 25.94px;

    line-height: 30.372px;
  }
}

@media only screen and (max-width: 2500px) {
  .card-1 img {
    transform: scale(1.5) translateY(-10%) translateX(5%);
    padding-top: 25%;
  
  }
  
  .card-2 img {
    transform: scale(1.3) translateY(-11%) translateX(5%);
    padding-top: 25%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%)translateY(-2%) ;
    padding-top: 25%;
  }

  .brands-1,
  .brands-2 {
    width: 200px;
    height: 200px;
  }

  .first h3 {
    font-size: 40.011px;
    line-height: 40.861px;
  }

  .teams-card h4 {
    font-size: 30px;
  }

  .teams-card h6 {
    font-size: 20px;
    line-height: 26.687px;
  }

  .teams-card span {
    font-size: 20px;
    line-height: 26.687px;
  }

  .first p {
    font-size: 20px;
    line-height: 30px;
  }
  .dropdown-item {
    font-size: 20px;
  }
  .dropdown-item img {
    width: 50px;
  }
}
@media only screen and (max-width: 2250px) {
  
 .card-1, .card-2, .card-3
 {
  height: 800px !important;
  padding-left: 30px;
 }
}
@media only screen and (min-width: 1800px) {
  .col-xxxl-4 {
    flex: 0 0 auto !important;
    width: 33.33333333% !important;
  }

  .too-card {
    flex-direction: column !important;
  }
}

@media only screen and (max-width: 1800px) {
  .too-card {
    flex-direction: row !important;
  }

  .mt-6 {
    margin-top: 3rem !important;
  }
}

@media only screen and (min-width: 1400px) {
  .col-xxl-12 {
    flex: 0 0 auto !important;
    width: 100% !important;
  }

  .col-xxl-6 {
    flex: 0 0 auto !important;
    width: 50% !important;
  }
}

@media only screen and (max-width: 1920px) {
  .stack-cards__item {
    margin: 100px 0; /* Space between cards */

  }
  .card-1 img {
    transform: scale(1.8) translateY(-16%) translateX(8%);
    padding-top: 45%;
   
  }
  
  .card-2 img {
    transform: scale(1.6) translateY(-15%)translateX(7%);
    padding-top: 40%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%)translateY(-7%);
    padding-top: 45%;
  }
  
  
  .star.small {
    --star-width: 1vh;
    --star-height: 1vh;
  }
  .news .bordered-text {
    top: 25px;
  }
  .animated-video {
    top: -600px;
  }

  .star.medium {
    --star-width: 3vh;
    --star-height: 3vh;
  }

  .contact-form {
    padding: 40px;
  }

  .card-custom h3 {
    font-size: 60px;
    line-height: 63px;
  }
  .gradient1, .gradient2
  {
    font-size: 60px !important;
    line-height: 63px !important;
  }
  .card-custom h4 {
    font-size: 60px;
    line-height: 63px;
  }

  .footer img {
    max-width: 20%;
    height: auto;
  }

  .footer h2 {
    font-size: 30px;
    line-height: 48px;
  }

  .star {
    --star-width: 4vh;
    --star-height: 4vh;
  }

  @keyframes starlight {
    0% {
      opacity: 1;
      transform: scale(0.5) translate(-50%, -50%);
    }

    100% {
      opacity: 1;
      overflow: hidden;
      transform: scale(0.8) translate(-50%, -50%);
      top: 70%;
      left: 100%;
    }
  }

  .external-grad {
    width: 60px !important;
  }

  .top-ex {
    position: absolute;
    top: 40px;
    right: 40px;
  }

  .nav-bar ul li {
    font-size: 20.208px;
    line-height: normal;
  }

  .hero h1 {
    font-size: 100.411px;
    line-height: 85px;
  }
  .bordered-text2
  {
    font-size: 128.984px !important;
    line-height: 80px !important;
    top: 80px !important;
  }
  .hero .bordered-text {
    font-size: 100.411px;
    line-height: 100px;
  }

  .btn-outline img {
    width: 30px;
  }

  .btn-white {
    font-size: 17px;
    padding: 16px;
  }

  .btn-outline {
    font-size: 17px;
    padding: 14px 25px;
  }

  .news h1 {
    font-size: 128.984px;
    line-height: 128.819px;
  }

  .news .bordered-text {
    font-size: 128.984px;
    line-height: 128.819px;
  }

  .about p {
    font-size: 42px;
  }

  .p {
    font-size: 42px;
  }

  .btn-bg {
    font-size: 17px;
    padding: 14px;
  }

  .card-custom {
    border-radius: 50px;
  }

  .sg0-bg-light::after {
    padding: 10px;

    border-radius: 50px;
  }

  .first {
    padding: 6px;
    border-radius: 50px;
  }

  .first::after {
    padding: 8px;

    border-radius: 50px;
  }

  .news {
    background: url(./assets/images/router-bg-right.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 10%;
    /* Reduces the size of the background image */
    margin: 50px 0px !important;
  }

  .teams {
    margin: 0px !important;
    padding-top: 400px !important;
  }

  .inner-news {
    background: url(./assets/images/router-bg-left.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 10%;
    /* Reduces the size of the background image */
  }

  .card-custom svg {
    width: 100px;
  }

  .brands-1,
  .brands-2 {
    width: 200px;
    height: 200px;
  }

  .brands-cards {
    padding-top: 50px;
  }

  .partner .content {
    padding: 20px 0 !important;
  }

  .teams h2 {
    top: -100px !important;
  }
  .news-textt p {
    font-size: 16.843px !important;
  }
  .equal-height {
    margin-top: 100px !important;
  }
  .buying .nav-bar .logo {
    width: 75px;
  }
  .details-order p {
    font-size: 15px;
    line-height: normal;
  }
}
@media only screen and (max-width: 1770px) {
  .card-1, .card-2, .card-3
  {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 1650px) {
  .card-1, .card-2, .card-3
  {
    height: 600px !important;
  }

  .card-1 img {
    transform: scale(1.5) translateY(-10%) translateX(8%);
    padding-top: 25%;
   
  }
  
  .card-2 img {
    transform: scale(1.4) translateY(-12%)translateX(2%);
    padding-top: 25%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%)translateY(-7%);
    padding-top: 25%;
  }
  .star.small {
    --star-width: 0.5vh;
    --star-height: 0.5vh;
  }

  .star.medium {
    --star-width: 3vh;
    --star-height: 3vh;
  }

  .star {
    --star-width: 4vh;
    --star-height: 4vh;
  }

  @keyframes starlight {
    0% {
      opacity: 1;
      transform: scale(0.5) translate(-50%, -50%);
    }

    100% {
      opacity: 1;
      overflow: hidden;
      transform: scale(0.8) translate(-50%, -50%);
      top: 70%;
      left: 100%;
    }
  }

  .nav-bar ul li {
    font-size: 20.208px;
    line-height: normal;
  }

  .btn-bg {
    font-size: 18px;
    padding: 14px !important;
  }

  .btn-outline {
    padding: 15px 30px;
    font-size: 18px;
  }

  .btn-white {
    padding: 15px;
    font-size: 18px;
    max-width: 400px;
  }

  .hero img {
    width: 55px;
  }

  .news h2 {
    top: 35px;
  }

  .card-custom p {
    font-size: 20.843px;
  }
  .news-textt p {
    font-size: 18.843px !important;
  }
  .equal-height {
    margin-top: 100px !important;
  }

  .card-custom span {
    font-size: 22.976px;
  }

  .partner .content {
    padding:  0 !important;
  }

  .equal-height {
    margin-top: 100px !important;
  }

  .teams h2 {
    top: -100px !important;
  }

  .first p {
    font-size: 18px;
    line-height: 24px;
  }

  .teams-card h6 {
    font-size: 18px;
    line-height: 22.687px;
  }

  .blogs h1 {
    font-size: 65.107px !important;
    line-height: 85.107px !important;
  }
  .dvpn h1 {
    font-size: 60.411px;
    line-height: 60px;
  }
  .dvpn p {
    font-size: 20px;
    line-height: 25px;
  }
  .dvpn .stats {
    padding: 15px;
  }
  .dvpn h3 {
    font-size: 30px;
    line-height: 30.829px;
  }
  .dvpn h4 {
    font-size: 40px;

    line-height: 49px;
  }
}
@media only screen and (max-width: 1450px) {
  .card-custom
  {
    border-radius: 40px;
  }
  .card-1 img {
    transform: scale(1.7) translateY(-12%) translateX(6%);
    padding-top: 35%;
   
  }
  
  .card-2 img {
    transform: scale(1.5) translateY(-13%)translateX(5%);
    padding-top: 35%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%)translateY(-7%);
    padding-top: 35%;
  }

}
@media only screen and (max-width: 1400px) {
  .card-1, .card-2, .card-3
  {
    height: 520px !important;
  }
  .card-1 img {
    transform: scale(1.5) translateY(-12%) translateX(4%);
    padding-top: 25%;
   
  }
  
  .card-2 img {
    transform: scale(1.3) translateY(-12%)translateX(5%);
    padding-top: 25%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%)translateY(-7%);
    padding-top: 25%;
  }
}

@media only screen and (max-width: 1350px) {
 
  .card-1 img {
    transform: scale(1.6) translateY(-18%) translateX(4%);
    padding-top:40%;
   
  }
  
  .card-2 img {
    transform: scale(1.4) translateY(-18%)translateX(5%);
    padding-top: 40%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%)translateY(-10%);
    padding-top: 40%;
  }
  
}
@media only screen and (max-width: 1150px) {
  .card-1, .card-2, .card-3
  {
    padding-left: 0%;
  }
  .card-1 img {
    transform: scale(1.8) translateY(-20%) translateX(5%);
    padding-top:55%;
   
  }
  
  .card-2 img {
    transform: scale(1.6) translateY(-20%)translateX(8%);
    padding-top: 55%;
  }
  
  .card-3 img {
    transform: scale(1.2) translateX(5%)translateY(-15%);
    padding-top: 55%;
  }
  
}
@media only screen and (max-width: 1060px) {

  .card-1 img {
    transform: scale(2.0) translateY(-22%) translateX(8%);
    padding-top:65%;
   
  }
  
  .card-2 img {
    transform: scale(1.6) translateY(-22%)translateX(8%);
    padding-top: 65%;
  }
  
  .card-3 img {
    transform: scale(1.4) translateX(5%)translateY(-15%);
    padding-top: 65%;
  }
  
}

@media only screen and (min-width: 1000px) and (max-width: 1024px) {
  .about-assets img {
    width: 100%;
  }
  .title-countdown {
    color: var(--Primary-White, #fff);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }
  .count p {
    font-size: 12px !important;
  }
  .ring {
    padding: 20px;
    width: 60px;

    height: 60px;
  }
}

@media only screen and (max-width: 1399px) {
  .sg0-flex-center .buttons {
    flex-direction: column;
  }
  .sg0-flex-center a {
    width: 100% !important;
  }
  .sg0-flex-center .buttons button {
    width: 100% !important;
  }

  .card-custom h3 {
    font-size: 35px;
    line-height: 40px ;
  }
  .gradient1, .gradient2
  {
    font-size: 35px !important;
    line-height: 40px !important;
  }
  .card-custom h4 {
    font-size: 50px;

    line-height: 50px;
  }

  .card-custom p {
    font-size: 18.843px;
  }

  .card-custom span {
    font-size: 28.976px;
  }

  .news h1 {
    font-size: 120px;
    line-height: 120px;
  }

  .news .bordered-text {
    font-size: 120px;
    line-height: 120px;
    top: 35px;
    width: 100%;
    left: 0px;
    opacity: 0.7;
  }

  .teams h2 {
    top: -100px !important;
  }

  .animated-video {
    top: -400px;
  }
}
@media only screen and (max-width: 1200px) {
  .card-custom
  {
    border-radius: 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto auto;
    gap: 10px;
  }

  .footer div:nth-child(1),
  .footer div:nth-child(2),
  .footer div:nth-child(3),
  .footer div:nth-child(4) {
    grid-column: span 1;
    /* ہر ایک div ایک جگہ لے گا */
  }

  .footer div:nth-child(5) {
    grid-column: span 2;
  }

  .footer div {
    flex: none;

    width: 100%;
  }

  .footer div:last-child {
    grid-column: span 2;
  }
}

@media only screen and (max-width: 992px) {
  .card-1, .card-2, .card-3
  {
    height: fit-content !important;
    /* width: 80% !important; */
  }
  .card-1 img {
    transform: scale(0.9) translateY(10%) translateX(0%);
    padding: 0;
   
  }
  
  .card-2 img {
    transform: scale(0.9) translateY(5%);
    padding: 0;
  }
  
  .card-3 img {
    transform: scale(0.9) translateX(0%) translateY(10%);
    padding: 0;
  }
  .additional-buttons
  {
    justify-content: center;
    margin-top: -5px !important;
    margin-left: 20px;
  }
  .apple, .andriod, .windows, .mac
  {
    margin-top: 0px !important;
  }
  .button-group
{
  flex-direction: row;
}
.learn-more
{
  width: 40%;
}
  .p-5
  {
  padding: 0 3rem 3rem 3rem !important;
  }
  .inner-buy {
    max-width: 100% !important;
    padding: 50px;
  }

  .contact .night {
    background-position: bottom !important;
    background-image: url(./assets/images/contact-bg.png) !important;
    background-size: 280% 187% !important;
    background-repeat: no-repeat !important;
    background-color: #070707 !important;
  }

  .animated-video {
    top: -200px;
  }

  .contact {
    height: auto !important;
  }

  .contact h4 {
    font-size: 50.014px;

    line-height: 83.564px;
  }

  /* .sg0-bg-light img{
    width: 50% !important;
  } */
  .mobile-slider {
    height: 300px;
  }

  .contact h6 {
    font-size: 28.985px;
    line-height: 66.115px;
    text-transform: uppercase;
  }

  .asad {
    margin-left: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .spacing {
    margin: 100px 0px;
  }
  .footer img {
    max-width: 9%;
    height: auto;
  }
  .down {
    flex-direction: column;
  }
}

@media only screen and (max-width: 840px) {
  .teams h2 {
    top: -100px !important;
  }

  .btn-white {
    max-width: 100%;
    width: 100%;
  }

  .buttons {
    flex-direction: column;
  }

  .buttons button {
    width: 100%;
  }

  .contact-form textarea {
    height: 200px;
  }

  .eco h1 {
    font-size: 80px;
    line-height: 85px;
  }

  .eco h2 {
    font-size: 80px;
    line-height: 85px;
  }
}

@media only screen and (max-width: 768px) {
  .contact button {
    border-radius: 40px !important;
  }
  .dvpn {
    height: auto;
  }
  .title-countdown {
    color: var(--Primary-White, #fff);
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
  }
  .count p {
    font-size: 12px !important;
  }
  .ring {
    padding: 20px;
    width: 60px;

    height: 60px;
  }
  .contact-form input {
    padding: 20px;
    border-radius: 20px;
    font-size: 18.94px;
  }
  .count {
    justify-content: space-between;
  }
  .contact-form textarea {
    padding: 20px;
    border-radius: 20px;
    font-size: 18.94px;
  }

  .contact-form input::placeholder {
    padding: 20px;
    border-radius: 20px;
    font-size: 18.94px;
  }

  .contact-form textarea::placeholder {
    padding: 20px;
    border-radius: 20px;
    font-size: 18.94px;
  }

  .contact h6 {
    font-size: 20.985px;
    line-height: 40.115px;
    text-transform: uppercase;
  }

  .contact h4 {
    font-size: 25.014px;
    line-height: 22.564px;
  }

  .contact-form {
    border-radius: 15px;
    padding: 30px;
  }

  .btn-bg {
    font-size: 15px;
    padding: 14px !important;
  }

  .btn-outline {
    font-size: 15px;
    padding: 14px !important;
  }

  .partner .content {
    padding: 20px 0 !important;
  }

  .partner .night {
    background-position: center;
    background-image: url(./assets/images/partner-bg.png);
    background-size: 100%;
  }

  .teams {
    margin: 0px !important;
    padding-top: 10px !important;
  }

  .brands-cards {
    flex-wrap: wrap;
    padding-top: 50px;
  }

  .brands-1,
  .brands-2 {
    width: 50% !important;
    height: 200px !important;
  }

  .hero h1 {
    font-size: 58px;
    line-height: 64.918px;
  }

  .hero .bordered-text {
    font-size: 58px;
    line-height: normal;
  }

  .about p {
    font-size: 25px;
  }

  .p {
    font-size: 25px;
  }

  .news h1 {
    font-size: 80px;
    line-height: 80px;
  }

  .news .bordered-text {
    font-size: 80px;
    line-height: 80px;
    top: 35px;
    width: 100%;
    left: 0px;
    opacity: 0.7;
  }

  .top-ex {
    display: none;
  }

  .teams h2 {
    top: -100px !important;
  }

  .web {
    display: none;
  }

  .mobile {
    display: block;
  }

  .footer div {
    background: #101010;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    flex: 1;
    height: 200px;
  }

  .container {
    max-width: 95% !important;
  }

  .footer h2 {
    font-size: 14px;
    line-height: normal;
  }

  .eco h1 {
    font-size: 80px;
    line-height: 85px;
  }

  .eco h2 {
    font-size: 80px;
    line-height: 85px;
  }
  .sg0-bg-light {
    height: 95vh;
  }

  .blogs h1 {
    font-size: 35.089px !important;
    line-height: 49.089px !important;
  }
  .blogs h3 {
    font-size: 24px;
    line-height: 28px;
  }

  .blogs p {
    font-size: 16px;
    line-height: 24px;
  }
  .privacy .mail {
    font-size: 16px;
    line-height: 24px;
  }
  .blogs ul li {
    font-size: 16px;
    line-height: 24px;
  }
  .privacy h4 {
    font-size: 20px;

    line-height: 45px;
  }
  .privacy label {
    font-size: 18px;

    line-height: 30px;
  }
  .dvpn p {
    font-size: 18px;
    line-height: 25px;
  }
  .dvpn h4 {
    font-size: 30px;
    line-height: 39px;
  }
}
@media only screen and (max-width: 600px) {
  .button-group
  {
    flex-direction: column;
    gap: 30px;
    justify-content: center;
  }
  .learn-more
  {
    width: 40% !important;
  }
.additional-buttons
{
  margin-left: 0px;
}
  }

@media only screen and (max-width: 500px) {
  .main-router br {
    display: none;
  }
  .ring {
    padding: 20px;
    width: 45px;
    height: 45px;
  }
  .copy-tracking-id {
    justify-content: center;
  }
  .main-router {
    padding: 0px;
  }
  .copy-tracking-id {
    padding: 12px;
  }
  .partner .space {
    background-position: bottom !important;
    background-image: url(./assets/images/partner-bg.png) !important;
    background-size: 188% 169% !important;
    background-repeat: no-repeat !important;
    background-color: #070707 !important;
  }

  .footer div {
    height: 100px;
  }
  .routers::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(
      --Cosmic-Brand,
      linear-gradient(316deg, #00d6ff 14.63%, #00ff86 78.93%)
    );
    padding: 2px;
    -webkit-mask: linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: 30px;
  }
  .brands-1,
  .brands-2 {
    width: 33% !important;
    height: 130px !important;
  }

  .first {
    padding: 2px;
    border-radius: 25px;
  }

  .first::after {
    border-radius: 25px;
    padding: 2px;
  }

  .main-footer p {
    font-size: 15px;

    padding: 0px;
  }

  .partner-heading {
    margin-right: 28px !important;
  }

  .contact-form {
    border-radius: 15px;
    padding: 15px;
  }

  .contact-form input {
    border-radius: 6.982px;
    padding: 15px 0;
  }

  .contact-form textarea {
    padding: 0px;
    border-radius: 6.982px;
  }

  .card-custom {
    border-radius: 40px;
  }

  .sg0-bg-light::after {
    padding: 2px;

    border-radius: 40px;
  }

  .hero h1 {
    font-size: 54px;
    line-height: 44.918px;
  }

  .hero .bordered-text {
    font-size: 54px;
    line-height: normal;
  }

  @keyframes starlight {
    0% {
      opacity: 1;
      transform: scale(0.5) translate(-50%, -50%);
    }

    100% {
      opacity: 1;
      overflow: hidden;
      transform: scale(0.8) translate(-50%, -50%);
      top: 70%;
      left: 90%;
    }
  }

  .news h1 {
    font-size: 60px;
    line-height: 55px;
  }

  .news .bordered-text {
    font-size: 60px;
    line-height: 55px;
    top: 20px;
    width: 100%;
    left: 0px;
    opacity: 0.7;
  }

  .too-card {
    flex-direction: column !important;
  }

  .first h3 {
    font-size: 26.011px;
    line-height: 20.861px;
  }

  .card-customs {
    height: auto;
    border-radius: 50px;
    border: 0.555px solid #8c8c8c;
    background: linear-gradient(
      180deg,
      rgba(31, 31, 31, 0.9) 0%,
      rgba(5, 5, 5, 0.9) 100%
    );
    backdrop-filter: blur(3.3319807052612305px);
  }

  .card-customs h3 br {
    display: none;
  }

  .first p {
    font-size: 15px;
    line-height: 20px;
  }

  .teams-card span {
    font-size: 15px;
    line-height: 20px;
  }

  .teams-card h6 {
    font-size: 15px;
    line-height: 20px;
  }

  .first .p-5 {
    padding: 20px !important;
  }

  .second {
    padding: 15px !important;
  }

  .mt-6 {
    margin-top: 0.5rem !important;
  }

  .card-custom h3 {
    font-size: 34.504px;

    line-height: 34.504px;
  }
  .gradient1, .gradient2
  {
    font-size: 34.504px !important;
    line-height: 34.504px !important;
  }
  .card-custom h4 {
    font-size: 24.504px;

    line-height: 24.504px;
  }

  .card-custom p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .card-custom span {
    font-size: 14px;
    line-height: normal;
  }

  .card-custom p br {
    display: none;
  }

  .card-custom svg {
    width: 100px;
  }

  .teams h2 {
    top: -61px !important;
    line-height: normal;
  }

  .animated-video {
    top: -100px;
  }

  .footer {
    margin-top: 0px;
  }

  .teams-card h4 {
    font-size: 25px;
  }

  .btn-white {
    font-size: 18px;
  }

  .btn-outline {
    font-size: 18px;
  }

  .about-assets .text-center {
    text-align: start !important;
  }

  .about-assets img {
    width: 50%;
  }

  .about p {
    font-size: 30px;
    line-height: normal;
  }

  .about button {
    width: 100%;
  }

  .about {
    padding: 50px 0px;
  }

  .news {
    margin: 50px 0px !important;
  }

  .eco h1 {
    font-size: 45px;
    line-height: 46px;
  }

  .eco .bordered-text {
    font-size: 45px;
    line-height: 46px;
  }

  .teams {
    margin: 0px !important;
    padding-top: 100px !important;
  }
}
@media only screen and (max-width: 430px) {
  .sg0-bg-light {
    height: 76vh;
  }
  .hero h1 {
    font-size: 38px;
    line-height: 32.918px;
  }

  .hero .bordered-text {
    font-size: 38px;

    line-height: normal;
  }
}
@media only screen and (max-width: 375px) {
  .teams {
    margin: 0px !important;
    margin-top: 350px !important;
  }
  .sg0-bg-light {
    height: 95vh;
  }
  .hero h1 {
    font-size: 38px;
    line-height: 32.918px;
  }

  .hero .bordered-text {
    font-size: 38px;

    line-height: normal;
  }

  .teams h2 {
    top: -50px !important;
  }

  .eco h1 {
    font-size: 45px;
    line-height: 46px;
  }

  .eco h2 {
    font-size: 45px;
    line-height: 46px;
  }
 .additional-buttons
 {
  gap: 10px;
 }  
  
}


@media only screen and (max-width: 320px) {
  .hero h1 {
    font-size: 34px;
    line-height: 28.918px;
  }

  .hero .bordered-text {
    font-size: 34px;
    line-height: normal;
  }

  .teams h2 {
    top: -50px !important;
  }
}
