*,
::after,
::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #f5f8ff;
  font-family: "Raleway", sans-serif;
}
.container {
  max-width: 1140px;
  margin: 0 auto;
  padding: 20px;
}
.font-inter {
  font-family: "Inter", sans-serif;
}

.py-max {
  padding-top: 116px;
  padding-bottom: 116px;
}
.flex {
  display: flex;
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.justify-end {
  justify-content: end;
}
.items-end {
  align-items: end;
}
.justify-between {
  justify-content: space-between;
}
.justify-start {
  justify-content: start;
}
.items-start {
  align-items: end;
}
a {
  text-decoration: none;
}
h2 {
  color: #252432;
  text-align: center;
  font-family: Raleway;
  font-size: 42px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
/* main css */
.header {
  position: sticky;
}
.navbar {
  padding: 50px 0;
}
.logo {
  color: #4e47ff;
  font-family: Inter;
  font-size: 34px;
  font-style: normal;
  font-weight: 900;
}
.up-button {
  border-radius: 10px;
  background: #4e47ff;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  padding: 12px 36px;
  transition: all 0.3s ease-in-out;
  min-height: 48px;
}
.up-button:hover {
  background: #fada5e;
  color: #000000;
  transform: scale(1.1);
}
.banner {
  background: url("../Assets/Hero-bg.png") no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 698px;
  margin-top: -150px;
}
.banner-title {
  color: #252432;
  text-align: center;
  font-family: Raleway;
  font-size: 65px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-title {
  max-width: 905px;
  margin: 0 auto;
  padding-bottom: 37px;
}
.action-content {
  gap: 23px;
  max-width: 517px;
}
.action-content h2 {
  color: #252432;
  font-family: Raleway;
  font-size: 42px;

  font-weight: 700;
  text-align: start;
}
.action-content p {
  color: rgba(37, 36, 50, 0.5);
  font-family: Raleway;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 125% */
}
.action-image-container img {
  border-radius: 48px;
}
.productive-box {
  background: rgba(78, 71, 255, 0.1);
  display: flex;
  width: 1140px;
  padding: 50px 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 24px;
}
.productive-box h2 {
  color: #252432;
  text-align: center;
  font-family: Raleway;
  font-size: 38px;

  font-weight: 700;
  line-height: normal;
}
.productive-item h3 {
  color: #4e47ff;
  font-family: Inter;
  font-size: 80px;

  font-weight: 700;
}
.productive-item h4 {
  color: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: Inter;
  font-size: 20px;

  font-weight: 400;
}
.pt-40 {
  padding-top: 40px;
}
.productive-items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 856px;
  margin: 0 auto;
  width: 100%;
}
.py-137 {
  padding-top: 137px;
  padding-bottom: 137px;
}
.user-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 0 auto;
  padding-top: 50px;
}
.user-item {
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #f2eded;
  background: rgba(255, 255, 255, 0.5);
  gap: 24px;
}
.user-starts img {
  width: 100%;
  max-width: 20px;
}
.user-starts {
  display: flex;
  align-items: center;
  gap: 4px;
}
.user-reviews h3 {
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.48px;
}
.user-reviews p {
  color: #1e1e1e;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 8px;
}
.user-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.user-image img {
  width: 100%;
  max-width: 40px;
  border-radius: 50%;
}
.user-name h4 {
  color: #757575;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}
.user-name h5 {
  color: #b3b3b3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding-top: 2px;
}
.focus-box {
  display: flex;
  width: 1140px;
  padding: 71px 150px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  border-radius: 14px;
  background: #fff;
}
.focus-box h2 {
  color: #252432;
  text-align: center;
  font-family: Raleway;
  font-size: 38px;

  font-weight: 700;
  line-height: normal;
}
.focus-box p {
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
.focus-items img {
  border-radius: 48px;
}
.pb-92 {
  padding-bottom: 92px;
}
.newsletter-box h2 {
  max-width: 528px;
  color: #000;
  font-size: 97px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  text-align: start;
}
.newsletter-form {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.newsletter-form input {
  display: flex;
  height: 70px;
  padding: 20px 32px;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #d6dded;
  background: #fff;
  width: 100%;
}
.newsletter-form textarea {
  display: flex;
  height: 135px;
  padding: 20px 32px;
  align-items: flex-start;
  gap: 10px;
  align-self: stretch;
  border-radius: 10px;
  border: 1px solid #d6dded;
  background: #fff;
  width: 100%;
}
.newsletter-form input:focus,
.newsletter-form textarea:focus {
  outline: 2px solid #4e47ff;
  outline-offset: -1px;
  box-shadow: 0px 0px 0px 4px rgba(78, 71, 255, 0.1);
}
.newsletter-form input::placeholder,
.newsletter-form textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-family: Inter;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.newsletter-form label {
  color: #000;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.newsletter-cont {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.newsletter-form button {
  width: 100%;
  border: none;
  cursor: pointer;
  color: #fff;
  text-align: center;
  font-family: Raleway;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  min-height: 62px;
}
.py-71 {
  padding-top: 71px;
  padding-bottom: 71px;
}
.footer {
  padding: 104px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.container-ft {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 531px;
  margin: 0 auto;
}
.logo-footer {
  color: #4e47ff;
  text-align: center;
  font-size: 100px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
}
.footer-content p {
  color: #8987a1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 8px;
  margin-bottom: 20px;
}
.footer-links {
  list-style: none;
  gap: 48px;
}
.footer-links a {
  color: #8987a1;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;

  text-decoration: none;
}
.footer-links a:hover {
  color: #4e47ff;
}
