@font-face {
  font-family: "GrotesqueBQ";
  src: url("../fonts/Grotesque_BQ_Regular/Grotesque_BQ_Regular.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SwearDisplayThin";
  src: url("../fonts/Swear-Display-Thin/Swear-Display-Thin.otf")
    format("opentype");
  font-weight: 100;
  /* thin */
  font-style: normal;
}

@font-face {
  font-family: "DegularDemoItalic";
  src: url("../fonts/fonts/fonnts.com-DegularDemo-Italic.otf")
    format("opentype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: "NeueHaasGrotTextBold";
  src: url("../fonts/Neue Haas Grotesk Text Family/NeueHaasGrotText-55Roman-Trial.otf")
    format("opentype");
  font-weight: normal;
  font-style: normal;
}

.font-swear {
  font-family: "SwearDisplayThin", sans-serif;
}

.italic-text {
  font-family: "DegularDemoItalic", sans-serif;
}

.font-nue {
  font-family: "NeueHaasGrotTextBold", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.font-gro {
  font-family: "GrotesqueBQ", sans-serif;
}
.navbar-brand img {
  width: 8rem;
  border-radius: 5px;
}
.n-link {
  font-family: "GrotesqueBQ", sans-serif;
  color: #fff;
  font-size: 23px;
}

.n-link3 {
  font-family: "GrotesqueBQ", sans-serif;
  color: #000;
  font-size: 23px;
}


.fs1 {
  font-size: 46px;
  color: #fff;
  font-family: "SwearDisplayThin", sans-serif;
  text-align: center;
}

.fs2 {
  font-size: 50px;
  font-family: "SwearDisplayThin", sans-serif;
  color: #fff;
}

.fs3 {
  font-size: 50px;
  font-family: "SwearDisplayThin", sans-serif;
  color: #fff;
  font-weight: 900;
}

.fs5 {
  font-size: 30px;
  font-family: "SwearDisplayThin", sans-serif;
  color: #000;
  font-weight: 900;
}

.rf-1 {
  font-size: 30px;
  font-family: "SwearDisplayThin", sans-serif;
  color: #fff;
  font-weight: 900;
}

.rf-2 {
  font-size: 45px;
  font-family: "SwearDisplayThin", sans-serif;
  color: #fff;
  font-weight: 900;
}

.rf-3 {
  font-size: 40px;
  font-family: "SwearDisplayThin", sans-serif;
  color: #fff;
  font-weight: 900;
  text-align: center;
}

.fs6 {
  font-family: "DegularDemoItalic", sans-serif;
  font-size: 20px;

  color: #000;
  font-weight: 900;
}

.fs6 {
  font-family: "DegularDemoItalic", sans-serif;
  font-size: 14px;

  color: #000;
  font-weight: 900;
}

.fs8 {
  color: #0e3c7e;
  font-family: "SwearDisplayThin", sans-serif;
  text-align: center;
  font-size: 46px;
  font-weight: 600;
}

.f1 {
  color: #0e3c7e;
  font-family: "DegularDemoItalic", sans-serif;

  font-size: 30px;
  font-weight: 900;
}

.fs9 {
  color: #0e3c7e;
  font-family: "SwearDisplayThin", sans-serif;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
}

.sf1 {
  color: #0e3c7e;
  font-family: "SwearDisplayThin", sans-serif;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
}

.ser-f1 {
  color: #0e3c7e;
  font-family: "SwearDisplayThin", sans-serif;

  font-size: 20px;
}

.bf1 {
  font-family: "NeueHaasGrotTextBold", sans-serif;
  font-size: 25px;
  color: #0e3c7e;
}

.cf2 {
  font-family: "NeueHaasGrotTextBold", sans-serif;
  font-size: 18px;
  color: #0e3c7e;
}

.cf1 {
  font-family: "NeueHaasGrotTextBold", sans-serif;
  font-size: 20px;
  color: #0e3c7e;
  font-weight: 700;
}

.n-link2 {
  font-family: "DegularDemoItalic", sans-serif;
  font-size: 20px;

  color: #000;
  font-weight: 200;
  text-decoration: none;
}

.n-link:hover {
  color: #fff;
}

.bg-main {
  background: #0e3c7e;
}

.bg-main2 {
  background: #f5f0eb;
}

.bg-nav {
  background: #0e3c7e;
}

.btn-d {
  background: #fff;
  color: #000;
  font-family: "DegularDemoItalic", sans-serif;
  border-radius: 50px;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.btn-d2 {
  background: hsla(216.76, 78.72%, 27.65%, 1) !important;
  color: #fff !important;
  font-family: "DegularDemoItalic", sans-serif;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 500;
  line-height: 20px;
}

.btn-d3 {
  background: hsla(216.76, 78.72%, 27.65%, 1) !important;
  color: #fff !important;
  font-family: "DegularDemoItalic", sans-serif;
  border-radius: 50px;
  font-size: 18px;
  font-weight: 500;
  width: fit-content;
}

.btn-d:hover {
  background-color: #d2d0d0;
}

.bordertop {
  /* border-top: 1px solid #000;
    border-bottom: 1px solid #000; */
}

.active-card {
  border: 2px solid hsla(216.76, 78.72%, 27.65%, 1);
}

.btn-view {
  background-color: #0e3c7e !important;
  color: #fff !important;
  border-radius: 20px;
  padding-inline: 1.3rem;
  font-family: "DegularDemoItalic", sans-serif;
  font-size: 12px;
}

.btn-await {
  background-color: rgba(0, 173, 239, 1) !important;
  color: #fff !important;
  border-radius: 20px;
  padding-inline: 1.3rem;
  font-family: "DegularDemoItalic", sans-serif;
  font-size: 12px;
}

.btn-out-danger {
  background: #fff !important;
  border-radius: 20px;
  font-family: "DegularDemoItalic", sans-serif;
  font-size: 12px;
  color: rgba(255, 59, 47, 1) !important;
  border: 1px solid rgba(255, 59, 47, 1) !important;
}

.fu1 {
  font-size: 16px;
  font-weight: 500;
  color: rgba(26, 32, 44, 1);
  font-family: "NeueHaasGrotTextBold", sans-serif;
  color: #0e3c7e;
  font-weight: 700;
}

.fu2 {
  font-size: 14px;
  font-weight: 500;
  color: rgba(102, 102, 102, 1);
  font-family: "NeueHaasGrotTextBold", sans-serif;
}

.fu3 {
  color: rgba(156, 163, 175, 1);
  font-size: 12px;
  font-weight: 500;
  font-family: "NeueHaasGrotTextBold", sans-serif;
}

.serv-card2 {
  border-radius: 20px;
}

.btn-aw2 {
  background: rgba(53, 135, 200, 1) !important;
  border-radius: 10px;
  font-size: 12px;
  color: #fff !important;
  font-family: "NeueHaasGrotTextBold", sans-serif;
}

.btn-t {
  background: rgba(255, 255, 255, 1) !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  font-size: 12px;
  color: rgba(102, 102, 102, 1) !important;
  font-family: "NeueHaasGrotTextBold", sans-serif;
}

.ser-btn {
  background: #0f284c !important;
  color: #fff;
  border-radius: 20px;
  font-family: "NeueHaasGrotTextBold", sans-serif;
}

.footer {
  background: #111;
  color: #ddd;
}

.footer-logo {
  width: 200px;
  border-radius: 15px;
}

.footer-heading {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0.8rem;
  color: #fff;
  font-family: "NeueHaasGrotTextBold", sans-serif;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: "NeueHaasGrotTextBold", sans-serif;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #bbb;
  text-decoration: none;
  transition: color 0.3s;
  font-family: "NeueHaasGrotTextBold", sans-serif;
}

.footer-links a:hover {
  color: #fff;
}

.footer-social a {
  display: inline-block;
  margin-right: 15px;
  font-size: 1.3rem;
  color: #bbb;
  transition: color 0.3s, transform 0.3s;
}

.footer-social a:hover {
  color: #fff;
  transform: scale(1.1);
}

.footer-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

:root {
  --brand-play: #34a853;
  /* Google Play green */
  --brand-apple: #000000;
  /* App Store black */
  --btn-radius: 16px;
}

.download-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  justify-content: start;
  margin-block: 1rem;
}

.store-btn {
  --bg: #111827;
  --fg: #ffffff;
  background: var(--bg);
  color: var(--fg);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 14px;
  border-radius: var(--btn-radius);
  padding: 14px 18px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  will-change: transform, filter;
  min-width: 240px;
}

.store-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(0, 0, 0, 0.45);
  filter: brightness(1.05);
}

.store-btn i {
  font-size: 28px;
  line-height: 1;
  flex: 0 0 auto;
}

.store-btn span {
  display: grid;
  line-height: 1.15;
}

.store-btn span small {
  font-size: 12px;
  opacity: 0.82;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.store-btn span strong,
.store-btn span b {
  font-weight: 700;
  font-size: 17px;
  letter-spacing: 0.01em;
}

/* Specific brand styles */
.store-btn.play {
  --bg: linear-gradient(135deg, #2b8e45, var(--brand-play));
  --fg: #ffffff;
  border-color: rgba(255, 255, 255, 0.14);
}

.store-btn.play i {
  color: #b2ffd2;
}

.store-btn.app {
  --bg: var(--brand-apple);
  --fg: #ffffff;
  border-color: rgba(255, 255, 255, 0.2);
}

.store-btn.app i {
  color: #ffffff;
}

.guide {
  color: #ffffff;
  padding-top: 20px;
  font-size: 18px;
}

.video-content {
  border-radius: 25px;
  max-width: 282px;
  width: 100%;
}

/* Compact on very small screens */
@media (max-width: 380px) {
  .store-btn {
    min-width: 100%;
    justify-content: center;
  }
}

@media (max-width: 992px) {
  .i-video {
    width: 100%;
    height: auto;
  }
}
