@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600&display=swap");

body {
  margin: 0;
  padding: 4.6rem 0 0 0;
  font-family: "Poppins", sans-serif;
}

.nav {
  position: fixed;
  top: 0;
  width: 100%;
  height: 4.6rem;
  background: #fefefe;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}
.logo {
  color: #ff5252;
  font-weight: 700;
  position: relative;
  left: 24px;
  font-size: 25px;
  top: -6px;
}
.nav-links {
  list-style: none;
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
  position: relative;
  left: -30px;
}
.nav-links li {
  margin: 0 15px;
}
.nav-links a {
  text-decoration: none;
  color: #7a8392;
  font-weight: 600;
  transition: color 0.3s ease;
}
.nav-links a:hover {
  color: #ff5252;
  text-decoration: underline;
}
.nav-links li.active a {
  color: #ff5252;
  text-decoration: underline;
}
.page1 {
  background-color: #f7f9fb;
  height: 100vh;
  width: 100%;
}

.contener {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
  z-index: 9;
}

.about {
  display: flex;
  flex-direction: column;
}
.about h1 {
  color: #191c1e;
  margin-top: 0;
  padding-top: 20px;
  font-size: 3.8rem;
  font-weight: 700;
}

.about h3 {
  color: #50606e;
  margin-top: 0;
  padding-top: 10px;
  font-size: 20px;
  font-weight: 600;
}

.about p {
  color: #6b7a86;
  margin-top: 0;
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
}

.user {
  width: 8rem;
  height: 3rem;
}
.user-grp {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}

.user-grp p {
  font-size: 15px;
}


h1,
h3 {
  margin-bottom: 0;
  padding: 0;
}
h1 {
  color: #333333;
}
h3 {
  color: #ff6b6b;
}


.height,
.weight {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  width: 90%;
}
.weight {
  padding-top: 15px;
}
.input-contener {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  background-color: #fefefe;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  position: relative;
  height: 33rem;
  width: 33rem;
  border-radius: 10px;
}
.input-contener input {
  width: 100%;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
  box-sizing: border-box;
  color: #7f1d1d;
}

.input-contener label {
  margin-bottom: 5px;
  font-weight: 600;
  width: 100%;
  text-align: left;
}
button {
  width: 30rem;
  padding: 14px;
  font-size: 16px;
  border: none;
  border-radius: 10px;
  background-color: #ef4444;
  color: #f1f1f1;
  margin-bottom: 10px;
  box-sizing: border-box;
  cursor: pointer;
  transition: background-color 0.3s ease;
  position: relative;
  top: 2rem;
}
button:hover {
  background-color: #f87171;
}

.right h2,
.right h4 {
  margin: 0;
}
.leb {
  color: #f87171;
}
.data {
  color: #f87171;
}
.info {
  color: #fca5a5;
}

.page2 {
  background-color: #f2f4f6;
  min-height: 80vh;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
  box-sizing: border-box;
}

.ref {
  height: 22rem;
  width: 34rem;
  border-radius: 10px;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
}

.right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.right h2 {
  color: #191c1e;
  font-size: 2.5rem;
  font-weight: 700;
}

.right h4 {
  color: #50606e;
  font-size: 1.2rem;
  font-weight: 600;
}

.right p {
  color: #6b7a86;
  font-size: 1rem;
}

p span {
  color: #50606e;
  font-weight: 600;
}

.fa-check {
  color: #ef4444;
}

.page3 {
  background-color: #f7f9fb;
  height: 80vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page3 h2 {
  color: #191c1e;
  font-size: 2.5rem;
  font-weight: 700;
}
.page3 p {
  color: #6b7a86;
  font-size: 1rem;
}

.card {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0 5rem;
  box-sizing: border-box;
}

.card1 {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: left;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.12);
  height: 18rem;
  width: 14rem;
  margin: 1rem;
  text-align: left;
  padding: 6px 35px;
  border-radius: 20px;
}

.card1 h4 {
  font-size: 20px;
  position: relative;
  top: -11px;
}

.card1 h2 {
  font-size: 38px;
  position: relative;
  top: -67px;
}

.card1 p {
  font-size: 13px;
  position: relative;
  top: -95px;
}

.blue-card {
  border-left: 5px solid #3b82f6;
}
.blue-card h4{
  color: #3b82f6;
}

.green-card {
  border-left: 5px solid #10b981;
}
.green-card h4{
  color: #10b981;
}

.red-card {
  border-left: 5px solid #ef4444;
}
.red-card h4{
  color: #ef4444;
}

.footer{
  background-color: #f7f9fb;
  height: 20vh;
  width: 100%;
  border-top: 1px solid #e2e2e2;
  padding: 0 5rem;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright{
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 2px;
}
.copyright h1{
  font-size: 1.5rem;
  font-weight: 600;
  color: #F87171;
}
.copyright p{
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}

.policy{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
.policy p{
  font-size: 1rem;
  font-weight: 500;
  color: #333;
}
