* {
  font-family: "DM Sans", serif;
}

.top__content {
  background: linear-gradient(360deg, #ffffff 0%, #eaf5ff 100%);
  height: 100% !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.trakkar__logo {
  width: 30%;
  margin-top: 2px;
}

.trakkar__logo img {
  width: 60%;
  min-width: 125px;
}

nav {
  width: 60%;
  position: fixed;
  top: 5%;
  z-index: 999;
  background-color: #ffffff;
  border: 1px solid #cbd5e1;
  border-radius: 40px;
  display: flex;
  justify-content: center;
}

.nav__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 10px;
}

.other__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav__links {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  padding-top: 20px;
  padding-left: 50px;
}
.nav__links li a {
  text-decoration: none;
  color: #64748b;
  transition: color 0.3s ease;
}

.nav__links li a.active {
  color: #000;
  font-weight: 700;
}

.login__btn {
  background: linear-gradient(93.94deg, #004bd6 4.14%, #002770 101.86%);
  border-radius: 40px;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  margin-left: 20px;
}

.menu__toggle {
  display: none;
}

.pricing__chip {
  border: 3px solid #0f172a1a;
  box-shadow: 0px 4px 4px 0px #0000000a inset, 0px -6px 4px 0px #0000000a inset;
  border-radius: 16px;
  width: fit-content;
  padding: 10px 30px;
  background-color: #ffffff;
  margin-top: 7rem;
}

.pricing__text {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
}

.pricing__text2 {
  background: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 60px;
  font-weight: 700;
}

.pricing__text3 {
  color: #64607d;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  max-width: 68%;
}

.download__btn {
  background-color: #0f172a;
  color: #ffffff;
  border: 3px solid #0f172a33;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  width: 100%;
  border-radius: 16px;
  cursor: pointer;
  transition: 0.3s;
  font-size: 1rem;
  font-weight: 600;
}

.download__btn img {
  filter: invert(1);
}

.download__btn:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.download__card {
  background: linear-gradient(360deg, #f8fafc 0%, #eaf5ff 100%);
  border: 6px solid #ffffff;
  border-radius: 24px;
  padding: 20px;
  width: 100%;
  min-width: 301px;
  min-height: 220px;
}

.download-card__text {
  color: #0f172a;
  font-size: 20px;
  font-weight: 700;
}

.download-card__subtext {
  color: #64607d;
  font-size: 18px;
  font-weight: 400;
  /* text-align: center; */
}

.count__content {
  background: url("../assets/svgs/counter__bg.svg") center no-repeat !important;
  width: 90%;
  width: 85%;
  min-height: 400px !important;
  margin-top: 50px;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 6px solid #ffffff !important;
  box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
}

.count__text {
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  max-width: 70%;
  padding-top: 50px;
  line-height: 60px;
}

.counter__text {
  background: -webkit-linear-gradient(270deg, #ffffff 25%, #4790fe 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  max-width: 70%;
  padding-top: 50px;
  line-height: 60px;
}

.vr__line {
  border: 1px solid #98c1ff;
  height: 50px;
  margin-top: 20px;
}

.num__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 70px;
}

.count__subtext {
  color: #e2e8f0;
  font-size: 20px;
  font-weight: 400;
}

.que_section {
  /* background-color: #f7f7f7; */
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.28) 34%,
    #e6f1fe 100%
  );
  border-radius: 16px;
  height: 100% !important;
  margin-top: 8rem;
  margin-bottom: 20px;
  border: 1px solid #e2e8f0;
}

.que_section__top__text__mob {
  display: none;
}

.que_section__top {
  text-align: center;
  padding-top: 20px !important;
}

.que_section__top__text {
  background: linear-gradient(180deg, #0f0f0f 0%, #a1a1a1 90.15%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 800;
}

.que_section__top__subtext {
  font-size: 18px;
  font-weight: 400;
  color: #1a1919;
}

.que_section__below {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  padding-bottom: 50px;
}

.que_section__cards {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  width: 750px;
  height: 65px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  transition: all 0.3s ease;
  overflow: hidden;
  cursor: pointer;
  margin-top: 10px;
}

.que_section__cards.expanded {
  height: auto;
  padding-bottom: 15px;
}

.que_section__cards__text {
  font-size: 18px;
  font-weight: 600 !important;
  color: #1a1919;
}

.que_section__cards img {
  cursor: pointer;
  align-self: flex-end;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
  margin-top: -40px;
}

.answer-text {
  display: none;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  margin-top: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.que_section__cards.expanded .answer-text {
  display: block;
  opacity: 1;
}

.footer__main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__top {
  border: 3px solid #0f172a1a;
  box-shadow: 0px 4px 4px 0px #0000000a inset, 0px -6px 4px 0px #0000000a inset;
  border-radius: 16px;
  width: fit-content;
  padding: 10px 20px;
}

.footer__text {
  color: #0f172a;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.footer__nav {
  display: flex;
  list-style: none;
  gap: 20px;
  align-items: center;
  border: 1px solid #cbd5e1;
  width: 470px !important;
  border-radius: 40px;
  padding: 20px 30px;
}

.footer__nav li a {
  text-decoration: none;
  color: #64748b;
}

.footer__nav li a.active {
  color: #000;
  font-weight: 700;
}

.footer__last {
  background-color: #0d0d1b;
  margin-top: 50px;
}

.footer_section__mid {
  display: flex;
  justify-content: space-around;
}

.footer_section__mid__text {
  font-size: 14px;
  font-weight: 400;
  color: #d0d5dd;
  text-transform: uppercase;
  letter-spacing: 2px !important;
}

.footer_section__contact {
  display: flex;
  gap: 20px;
}

.footer_section__contact p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 15px;
}

.footer_section__bottom {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 30px;
}

.footer-line img {
  width: 100%;
}

.footer_section__bottom p {
  font-size: 14px;
  font-weight: 400;
  color: #d0d5dd;
  text-transform: uppercase;
  letter-spacing: 2px !important;
}

.footer_section__bottom img {
  width: 66px;
  height: 22px;
}

@media screen and (max-width: 758px) {
  nav {
    flex-direction: row;
    border: none !important;
    display: flex;
    justify-content: start;
    width: 60%;
    padding: 10px;
    position: fixed !important;
    top: 3%;
  }

  .trakkar__logo {
    width: 100%;
  }

  .pricing__chip {
    margin-top: 7rem;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 10;
    display: none;
    transition: opacity 0.3s ease-in-out;
  }

  .nav-overlay.active {
    display: block;
    opacity: 1;
  }

  .menu__toggle {
    display: block;
    position: absolute;
    left: -25%;
  }

  .trakkar__logo img {
    width: 90%;
    min-width: 190px;
  }

  .nav__links {
    flex-direction: column;
    position: absolute;
    top: 70px;
    left: -150%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease-in-out;
    z-index: 20;
    backdrop-filter: none;
  }

  .nav__links li {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
  }

  .nav__links.active {
    /* display: flex; */
    left: 0%;
  }

  .login__btn {
    display: none;
  }

  .counter__text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    max-width: 80%;
    padding-top: 50px;
    line-height: 45px;
    padding-bottom: 30px;
  }

  .count__content {
    background: url("../assets/svgs/counter__bg.svg") center center / cover
      no-repeat !important;
    width: 95%;
    min-height: auto !important;
    margin-top: 50px;
    border-radius: 40px;
    border: 6px solid #ffffff !important;
    box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
    background-size: cover;
    background-position: center;
  }

  .count__text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    max-width: 85%;
    line-height: 45px;
    padding-top: 0px !important;
    margin-left: 20px;
  }

  .vr__line {
    border: 1px solid #98c1ff;
    height: 50px;
    margin-top: 0px !important;
    rotate: 90deg;
  }

  .num__content {
    display: flex;
    flex-direction: column;
    gap: 0px !important;
  }

  .que_section {
    margin-top: 70px;
    margin: 15px !important;
  }

  .que_section__top__text {
    display: none;
  }

  .que_section__top__subtext {
    font-size: 16px;
    font-weight: 400;
    color: #6f7071;
  }

  .que_section__cards {
    padding: 20px;
    width: 320px;
    height: fit-content;
    margin-top: 10px;
  }

  .que_section__cards__text {
    font-size: 13px;
    font-weight: 600 !important;
    color: #1a1919;
  }

  .que_section__top__text__mob {
    display: block;
    font-size: 28px;
    font-weight: 700;
    font-family: "Tropiline", serif;
    color: #1a1919;
  }

  .pricing__text2 {
    color: #0f172a;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
  }

  .pricing__text3 {
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    max-width: 98%;
    line-height: 25px;
    margin-top: 10px;
  }

  .download__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .download__card {
    width: 110%;
  }

  .footer_email__icon {
    display: none;
  }

  .footer_call__icon {
    display: none;
  }

  .footer__last {
    background-color: #0d0d1b;
    margin-top: 29px;
  }

  .footer__main {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .footer__top {
    margin-top: 50px;
  }

  .footer__nav {
    width: 375px !important;
    padding: 20px 10px;
    margin-top: 30px;
    gap: 11px;
  }

  .footer__nav li a {
    font-size: 15px;
  }

  .footer_section__mid {
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    gap: 0rem;
  }

  .footer_section__contact {
    display: flex;
    justify-content: center;
    margin-top: 34px;
  }

  .footer-line img {
    margin-top: 30px;
  }

  .footer_section__mid__text {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }

  .footer_section__mid-privacy {
    margin-top: 15px;
  }

  .footer_section__bottom {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 10px;
    margin-top: 30px;
    padding-bottom: 30px;
    text-align: center;
  }
}

@media screen and (min-width: 760px) and (max-width: 900px) {
  nav {
    flex-direction: row;
    position: relative;
    border: none !important;
    background-color: transparent;
    width: 60%;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 10;
    display: none;
    transition: opacity 0.3s ease-in-out;
  }

  .nav__container {
    display: flex;
    justify-content: center;
  }

  .nav-overlay.active {
    display: block;
    opacity: 1;
  }

  .login__btn {
    display: none;
  }

  .menu__toggle {
    display: block;
    position: absolute;
    left: -30%;
  }

  .nav__links {
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: -150%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease-in-out;
    z-index: 20;
    backdrop-filter: none;
  }

  .nav__links li {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
  }

  .nav__links.active {
    left: 0%;
  }

  .top__content {
    width: 100% !important;
  }

  .pricing__text2 {
    font-size: 47px;
    text-align: center;
  }

  .pricing__text3 {
    max-width: 95%;
    line-height: 30px;
  }

  .pricing__chip {
    margin-top: 3rem;
  }

  .download__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .download__card {
    width: 100%;
    min-width: 600px;
  }

  .count__content {
    background: url("../assets/svgs/counter__bg.svg") center center / cover
      no-repeat !important;
    width: 95%;
    min-height: auto !important;
    margin-top: 50px;
    border-radius: 40px;
    border: 6px solid #ffffff !important;
    box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
    background-size: cover;
    background-position: center;
  }

  .counter__text {
    font-size: 33px;
  }

  .num__content {
    gap: 30px;
  }

  .que_section {
    margin: 15px !important;
  }

  .que_section__cards {
    width: 660px !important;
  }

  .footer_section__mid {
    gap: 0rem !important;
  }
}

@media screen and (min-width: 905px) and (max-width: 1200px) {
  nav {
    flex-direction: row;
    position: relative;
    border: none !important;
    background-color: transparent;
    width: 60%;
  }

  .nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    z-index: 10;
    display: none;
    transition: opacity 0.3s ease-in-out;
  }

  .nav__container {
    display: flex;
    justify-content: center;
  }

  .nav-overlay.active {
    display: block;
    opacity: 1;
  }

  .login__btn {
    display: none;
  }

  .menu__toggle {
    display: block;
    position: absolute;
    left: -30%;
  }

  .nav__links {
    flex-direction: column;
    position: absolute;
    top: 30px;
    left: -150%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    padding: 15px;
    display: flex;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    transition: left 0.4s ease-in-out;
    z-index: 20;
    backdrop-filter: none;
  }

  .nav__links li {
    color: #0f172a;
    font-size: 16px;
    font-weight: 700;
  }

  .nav__links.active {
    left: 0%;
  }

  .top__content {
    width: 100% !important;
  }

  .pricing__text2 {
    font-size: 47px;
    text-align: center;
  }

  .pricing__text3 {
    max-width: 95%;
    line-height: 30px;
  }

  .pricing__chip {
    margin-top: 3rem !important;
  }

  .download__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .download__card {
    width: 100%;
    min-width: 600px;
  }

  .count__content {
    background: url("../assets/svgs/counter__bg.svg") center center / cover
      no-repeat !important;
    width: 95%;
    min-height: auto !important;
    margin-top: 50px;
    border-radius: 40px;
    border: 6px solid #ffffff !important;
    box-shadow: 0px 10px 15px -3px #0f172a12, 0px 4px 6px 0px #0f172a0d;
    background-size: cover;
    background-position: center;
  }

  .counter__text {
    font-size: 33px;
  }

  .num__content {
    gap: 30px;
  }

  .que_section {
    margin: 15px !important;
  }

  .que_section__cards {
    width: 660px !important;
  }

  .footer_section__mid {
    gap: 0rem !important;
  }
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {
  /* nav {
    width: 65%;
  } */
}
