@font-face {
  font-family: "Montserrat";
  src: url("Montserrat/Montserrat-VariableFont_wght.ttf");
}

* {
  font-family: inherit;
  box-sizing: border-box;
  color: white;
}

::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
}

body {
  margin: 0%;
  padding: 0%;
  color: rgb(255, 255, 255);
  font-family: "Montserrat";
  background-color: #0e0e14;
  background-image: linear-gradient(
    135deg,
    #0e0e14 0%,
    rgba(255, 60, 60, 0.2) 30%,
    rgba(19, 169, 255, 0.2) 65%,
    rgba(91, 255, 103, 0.15) 100%
  );
  min-height: 100vh;
}

nav {
  position: sticky;
  z-index: 1;
  top: 0%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  justify-content: space-between;
  width: 100%;
  margin: 0%;
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 2rem;
  background: linear-gradient(
    135deg,
    rgba(201, 201, 201, 0.25) 0%,
    rgba(194, 194, 194, 0.05) 100%
  );
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border-bottom: 1px solid rgba(133, 133, 133, 0.4);
  box-shadow:
    inset 0 -1px 0 rgba(255, 255, 255, 0.15),
    0 4px 24px rgba(0, 0, 0, 0.08);
}

nav img {
  cursor: pointer;
  width: 100px;
  margin: 0%;
}

h1 {
  font-size: clamp(3rem, 10vw, 5rem);
  width: max-content;
  text-align: center;
  max-width: 80%;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  font-weight: 800;
  letter-spacing: -2px;
  line-height: 1.1;
}

.subtitle {
  color: rgb(201, 201, 201);
  text-align: center;
  font-size: clamp(1rem, 1vw, 3rem);
  font-weight: 500;
  margin: 1rem;
  margin-top: 1.2rem;
  letter-spacing: 0.2px;
}

.colorText {
  background: linear-gradient(90deg, #ff3c3c 33%, #13a9ff 50%, #5bff67 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

span.secure {
  background: linear-gradient(90deg, #ff3c3c, #d43131);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

span.private {
  background: linear-gradient(90deg, #13a9ff, #1184c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

span.ethical {
  background: linear-gradient(90deg, #5bff67, #46c74f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

nav a {
  font-size: clamp(1.5rem, 5vw, 2rem);
  font-weight: normal;
  transition: 0.2s linear;
  text-decoration: none;
  color: white;
}

nav a:hover {
  cursor: pointer;
  transform: scale(105%);
  font-weight: 400;
}

.center {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-content: center;
}

.box {
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 4rem;
  padding: 3rem 0%;
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(201, 201, 201, 0.25) 0%,
    rgba(194, 194, 194, 0.05) 100%
  );
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -1px 0 rgba(255, 255, 255, 0.15),
    0 4px 24px rgba(0, 0, 0, 0.08);
}

input {
  text-align: center;
  width: 80%;
  padding: 1rem 5px;
  font-size: clamp(1rem, 10vw, 3rem);
  border-radius: 20px;
  background: linear-gradient(
    135deg,
    rgba(201, 201, 201, 0.25) 0%,
    rgba(194, 194, 194, 0.05) 100%
  );
  backdrop-filter: blur(24px) saturate(180%);
  -webkit-backdrop-filter: blur(24px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-top: none;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.8),
    inset 0 -1px 0 rgba(255, 255, 255, 0.15),
    0 4px 24px rgba(0, 0, 0, 0.08);
}

input::placeholder {
  color: #c2c2c2;
  opacity: 1; /* Firefox reduces opacity by default */
}

p {
  font-size: clamp(1.5rem, 5vw, 2rem);
  margin: 2rem;
}

article p {
  text-indent: 3rem;
}

.Card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2rem;
}

.Card p {
  text-indent: 0%;
  margin: 1rem;
  margin-top: 0%;
}

.SubCard {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0%;
  padding: 0%;
}

.Card img {
  width: 75px;
  aspect-ratio: 1/1;
  margin: 1rem;
  margin-right: 0rem;
  border-radius: 10px;
}

.Card h1 {
  font-size: clamp(1.5rem, 5vw, 2rem);
  /* font-size: 20rem; */
  text-align: left;
  margin: 0%;
  margin-left: 1rem;
  height: min-content;
}

.RatingHolder {
  margin: 1rem;
}

.RatingHolder h1 {
  width: 100%;
  margin: 0%;
  text-align: center;
}

.InfoBar {
  width: 100%;
  display: flex;
  justify-content: right;
  margin: 1rem;
  margin-bottom: 0;
}

.InfoBar a {
  font-size: 1.4rem;
  color: #13a9ff;
  text-decoration: none;
}

.InfoBar a:hover {
  color: #1184c7;
  cursor: pointer;
  text-decoration: underline;
}

footer {
  position: sticky;
  margin: 0%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  top: 100vh;
  width: 100%;
  background-color: #0e0e14;
}

footer p {
  width: 100%;
  text-align: center;
  font-size: 1rem;
  margin-left: 0%;
  margin-right: 0%;
}

footer img {
  width: 100px;
  margin: 0%;
  margin-left: 2rem;
}
