
/* font styles */

.inter-font {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.raleway-font {
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

/* shared styles */
.secondary-bg {
  background-color: #f5f8ff;
}

.dark-1 {
  color: #000000;
}
.dark-2 {
  color: #252432;
}
.dark-3 {
  color: rgba(37, 36, 50, 0.5);
}
.dark-4 {
  color: #757575;
}
.dark-5 {
  color: #b3b3b3;
}
.dark-6 {
  color: #1e1e1e;
}

.btn-primary {
  background-color: #4e47ff;
  color: #ffffff;
  padding: 12px 36px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 10px;
  border: none;
  text-decoration: none;
}

.btn-primary:hover {
  background-color: #3a36d8;
  cursor: pointer;
}

/* header styles */

.header {
  background-image: url("../Assets/Hero-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
}

/* nav styles*/

nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 150px 80px 150px;
  padding-top: 20px;
}

nav .logo {
  font-weight: 900;
  font-size: 34px;
  color: #4e47ff;
}

/* banner styles */

.banner {
  text-align: center;
}

.banner-tagline {
  font-weight: bold;
  font-size: 65px;
  margin: 158px 200px 37px 200px;
}

.banner-btn {
  margin-bottom: 152px;
}

/* action styles */

.action {
  display: flex;
  gap: 40px;
  margin: 116px 150px;
  align-items: center;
  justify-content: space-between;
}

.action-content {
  margin: 62.5px 100px 62.5px 0px;
}

.action-title {
  font-weight: bold;
  font-size: 42px;
  margin-top: 20px;
  margin-bottom: 23px;
}

.action-description {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 23px;
}

.action-image {
  max-width: 403px;
  height: 328px;
  border-radius: 48px;
}

/* productive user styles */

.productive-user {
  background-color: rgba(77, 71, 255, 0.1);
  height: 45vh;
  margin: 116px 150px;
  border-radius: 24px;
}

.productive-user-title {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
  padding-top: 50px;
}

.pu-cards {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0px 142px 50px;
}

.pu-card .p1 {
  font-weight: bold;
  font-size: 80px;
  color: #4e47ff;
  text-align: center;
  margin: 0;
}

.pu-card .p2 {
  font-weight: bold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  margin: 0px;
}

/* Users Say section styles */

.challenge {
  margin: 137px 150px 50px;
}

.challenge-header {
  font-weight: bold;
  font-size: 42px;
  text-align: center;
  margin-bottom: 60px;
}
.cards {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.card {
  background-color: #ffffff;
  border-radius: 14px;
  padding: 24px;
  width: 366px;
  min-height: 243px;
  border: none;
}

.card-star {
  display: flex;
  gap: 5px;
  margin-top: 24px;
  margin-bottom: 30px;
}

.card-title-comment {
  margin-bottom: 30px;
}

.card-img-info {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: left;
}

.card-img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.reviewer-info p {
  margin: 0;
}

.newsletter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 93px 150px 50px;
  padding: 71px 0;
  height: 490px;
  width: 1200px;
}
.newsletter-title {
  font-weight: bold;
  font-size: 97px;
  margin: 0;
}
.newsletter-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 500px;
}
.newsletter-label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
.newsletter-input {
  width: 397px;
  padding: 20px 32px;
  border: 1px solid #ccc;
  border-radius: 10px;
  font-size: 16px;
}

.newsletter-input[type="text"],
.newsletter-input[type="email"] {
  height: 20px;
}

textarea.newsletter-input {
  height: 100px;
}

/* footer styles */
.footer {
  height: 428px;
  background-color: #ffffff;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 0px 150px 0px 150px;
}

.footer-logo {
  font-weight: 900;
  font-size: 100px;
  color: #4e47ff;
  margin-bottom: 10px;
}

.footer-text {
  font-weight: normal;
  font-size: 16px;
  color: #8987a1;
  text-align: center;
  width: 550px;
  height: 48px;
}

.footer-links {
  display: flex;
  gap: 48px;
}

.footer-links a {
  text-decoration: none;
  color: #8987A1;
  font-weight: normal;
  font-size: 16px;
}
