:root {
  --bg: #0b0e14;
  --bg-soft: #121726;
  --primary: #69abd8;
  --accent: #1f78b4;
  --text: #e8ecf1;
  --muted: #9aa4b2;
  --card: #161c2e;
  --radius: 14px;
}

* {
  -webkit-tap-highlight-color: transparent;
}

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

body {
  overflow-x: hidden;
}

.overFlowHidden {
  overflow: hidden;
}

@font-face {
  font-family: "wriker";
  src: url("./fonts/wriker-bold.otf") format("opentype"); /* Adjust the file path */
  font-weight: 600; /* Map to the corresponding numeric value */
}

@font-face {
  font-family: "wriker";
  src: url("/fonts/wriker-extrabold.otf") format("opentype"); /* Adjust the file path */
  font-weight: 700; /* Map to the corresponding numeric value */
}

@font-face {
  font-family: "wriker";
  src: url("/fonts/wriker-extralight.otf") format("opentype"); /* Adjust the file path */
  font-weight: 300; /* Map to the corresponding numeric value */
}
@font-face {
  font-family: "wriker";
  src: url("/fonts/wriker-normal.otf") format("opentype"); /* Adjust the file path */
  font-weight: 400; /* Map to the corresponding numeric value */
}
@font-face {
  font-family: "wriker";
  src: url("/fonts/wriker-medium.otf") format("opentype"); /* Adjust the file path */
  font-weight: 500; /* Map to the corresponding numeric value */
}

* {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: wriker, Segoe UI, Roboto, sans-serif;
  background: radial-gradient(1200px 600px at 70% -10%, #1a245a, transparent),
    linear-gradient(180deg, var(--bg), #070a12);
  color: var(--text);
}

body {
  font-family: wriker, Segoe UI, Roboto, sans-serif;
}

header {
  position: sticky;
  top: 0;
  backdrop-filter: blur(10px);
  background: rgba(11, 14, 20, 0.7);
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  z-index: 10;
}

.nav {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
}

.logo {
  font-weight: 700;
  letter-spacing: 0.4px;
  color: white;
}

.nav a {
  color: var(--primary);
  text-decoration: none;
  margin-left: 28px;
  font-size: 14px;
  font-weight: 500;
}

.logoLink {
  margin-left: 0px !important;
}
.nav a:hover {
  color: white;
}

.cta {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #fff !important;
  padding: 10px 16px;
  border-radius: 20px;
  font-weight: 600;
}

.hero {
  max-width: 1200px;
  margin: auto;
  padding: 100px 20px 80px;
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 60px;
}

.hero h1 {
  font-size: 48px;
  line-height: 1.05;
  margin: 0 0 20px;
  font-weight: 500;
}

.hero p {
  color: var(--muted);
  font-size: 18px;
  max-width: 520px;
}

.hero-buttons {
  margin-top: 28px;
}

.hero-buttons a {
  display: inline-block;
  margin-right: 16px;
  padding: 14px 22px;
  border-radius: 24px;
  text-decoration: none;
  font-weight: 500;
}

.btn-primary {
  background: linear-gradient(135deg, var(--primary), var(--accent));
  color: #ccddf1;
}

.btn-secondary {
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--text);
}
.hero-eye {
  width: 570px;
  border-radius: 20px;
  border: 1px solid #212534;
}
.hero-card {
  background: linear-gradient(180deg, var(--card), #0e1324);
  border-radius: var(--radius);
  padding: 28px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.45);
}

.hero-card h3 {
  margin-top: 0;
  margin-bottom: 14px;
}

.stat {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  font-size: 14px;
}

.section {
  max-width: 1200px;
  margin: auto;
  padding: 80px 20px;
}

.section h2 {
  font-size: 34px;
  font-weight: 500;
  margin-bottom: 12px;
}

.section p {
  color: var(--muted);
  max-width: 640px;
}

.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  margin-top: 40px;
}

.card {
  background: linear-gradient(180deg, var(--card), #0e1324);
  border-radius: var(--radius);
  padding: 26px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.noPadding {
  padding: 0;
}

.dividerImg {
  display: none;
}

.cardImg {
  width: 368px;
  height: 258px;
  object-fit: cover;
  margin-bottom: -6px;
  border-radius: 13px;
}
.card h3 {
  margin-top: 0;
  font-weight: 500;
}

.headerLogo {
  width: 140px;
}

.whoSection {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.wrikeGlobeImg {
  width: 600px;
  opacity: 0.7;
  margin-right: -100px;
}

.skylineImg {
  width: 100dvw;
  opacity: 0.8;
  margin-top: -40px;
  margin-bottom: -60px;
}
@media only screen and (min-width: 1042px) and (max-width: 1239px) {
  .wrikeGlobeImg {
    margin-right: -80px;
  }
}

@media only screen and (min-width: 1240px) and (max-width: 1400px) {
  .wrikeGlobeImg {
    margin-right: -130px;
  }
}

footer {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 40px 20px;
  color: var(--muted);
  text-align: center;
  font-size: 14px;
}

@media (max-width: 900px) {
  .hero {
    grid-template-columns: 1fr;
    padding: 80px 20px;
  }
  .grid {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 38px;
  }
}

.emailSub {
  color: #b469d8 !important;
  margin-left: 10px;
}

.x922 {
  display: flex;
}

.contactBtn {
  background: linear-gradient(135deg, #b469d8, #5d1fb4);
}

.mobNav {
  display: none;
}

.none {
  display: none !important;
}

.invis {
  visibility: hidden;
}
.burger {
  display: none;
}

.hero-eye-mob {
  display: none;
}

.emailIcon {
  display: none;
}
@media (max-width: 820px) {
  .hero {
    max-width: 100dvw;
    min-width: 100dvw;
  }
  .emailIcon {
    display: flex !important;
    position: fixed !important;
    bottom: 100px !important;
    right: 50px !important;
    width: 70px;
    cursor: pointer;

    opacity: 0;
    animation: fadeIn 0.6s ease forwards;
    animation-delay: 1.5s;
  }

  @keyframes fadeIn {
    to {
      opacity: 1;
    }
  }

  .emailIconIcon {
    width: 100%;
  }
  .desktopNav {
    display: none;
  }

  .mobNav {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    background-color: #070a12ed;
    min-width: 100dvw;
    max-width: 100dvw;
    min-height: calc(100dvh - 83px);
    max-height: calc(100dvh - 83px);
    z-index: 999999999999999999;
    top: 83px;
    animation: slideIn 0.15s forwards;
  }

  .mobNav a {
    min-height: 80px;
    min-width: 100dvw;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 40px;
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 20px;
    border-bottom: 1px solid #1a1c21;
    background: linear-gradient(0deg, #0e1324, #0f131d);
  }

  .ctaMob {
    max-width: fit-content;
    text-decoration: none;
    font-weight: 500;
    background: linear-gradient(135deg, #b469d8, #5d1fb4) !important;
    max-width: fit-content !important;
    min-width: fit-content !important;
    padding-left: 40px;
    margin-top: 20px;
    margin-right: 20px;
    border-radius: 100px;
  }
  @keyframes slideIn {
    from {
      left: 100dvw; /* Start offscreen to the right */
    }
    to {
      left: 0; /* Slide in to the right */
    }
  }

  .whoSection {
    flex-direction: column;
  }

  .wrikeGlobeImg {
    width: 90dvw;
    margin-right: -130px;
    margin-bottom: -230px;
  }
  .burger {
    display: flex;
    flex-direction: column;
    max-height: 50px;
    min-width: 60px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }

  .line {
    background-color: white;
    min-height: 5px;
    min-width: 40px;
    border-radius: 2px;
    margin-bottom: 3px;
    margin-top: 5px;
  }

  .line1active {
    transform: rotate(45deg) translate(7px, 7px);
    transition: transform 0.3s ease;
    margin-left: 2px;
    margin-top: 0px;
    margin-bottom: -1px;
    min-height: 8px;
  }

  .line3active {
    transform: rotate(-45deg) translate(8px, -8px);
    transition: transform 0.3s ease;
    min-height: 8px;
    margin-left: 1px;
    margin-top: 1px;
  }
  .hero-eye-desktop {
    display: none;
  }

  .hero-eye-mob {
    display: flex !important;
    width: 100dvw;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #212534;
    display: none;
    margin-left: 0px;
    /* margin-top: -81px; */
  }

  .hero {
    padding: 0px;
  }

  .heroX00 {
    padding: 100px 20px 80px;
    padding-bottom: 100px;
    padding-top: 0px;
  }
  .section {
    max-width: 100dvw;
    min-width: 100dvw;
  }

  .card,
  .cardImg {
    max-width: 90dvw;
  }

  .dividerImg {
    display: flex;
    width: 100dvw;
    margin-top: -70px;
    margin-bottom: -50px;
  }
}
