*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

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

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

body {
    background-color: #f9fafb;
}
header {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 30px;
}

header nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5%;
    position: absolute;
    top: 60px;
    width: 100%;
    z-index: 2;
}

header nav h1 {
    font-size: 34px;
    top: 60px;
    left: 0;
}
.logo{
    font-weight: bold;
    color: #4E47FF;
    cursor: pointer;

}
.logo span {
    color: #ff7300;
    border-top: 3px solid #ff7300;
    border-bottom: 3px solid #ff7300;
    padding: 0 5px;
}

.btn {
    padding: 10px 20px;
    background-color: #4E47FF;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    top: 60px;
    right: 0;
    font-weight: bold;
}
.btn:hover {
    background-color: #ff7300;
    transition: 0.3s;
    font-weight: bold;
}

header img {
    width: 100%;
    max-height: 690px;
    height: auto;
    object-fit: cover;
}

.spacer {
  height: 60px;
}

.hero-area{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #252432;
}
.hero-area h2 {
    font-size: 65px;
    margin-bottom: 40px;
    font-weight: bold;
}

.action{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 5%;
    margin-bottom: 50px;
    height: 330px;
    z-index: 2;
} 
.action-text {
    width: 50%;
    text-align: left;
}
.action-text h3 {
    font-size: 42px;
    color: #000000;
    margin-bottom: 30px;
}
.action-text p {
    font-size: 24px;
    color: #808080;
    margin-bottom: 30px;
    width: 60%;
    font-weight: 300;
}
.action-img img {
    border-radius: 48px;
}

.users-info {
    width: 80%;
    height: 340px;
    background-color: #e5e5ff;
    margin: 0 auto;
    border-radius: 38px;
    text-align: center;
    padding: 50px 0;
}
.user-text h1{
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
.user-amount {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 50px;
}
.user-amount div {
    text-align: center;
}
.user-amount h1 {
    font-size: 80px;
    color: #0800ff;
    font-weight: bold;
}
.user-amount p {
    font-size: 20px;
    color: #808080;
    font-weight: 400;
}

.review {
    width: 80%;
    height: 400px;
    margin: 0 auto;
    border-radius: 38px;
    text-align: center;
    padding: 25px 0;
}

.review-title h1{
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
.review-body {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.review-number {
    background-color: white;
    padding: 25px;
    text-align: left;
    border-radius: 20px;
    width: 350px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.review-number .img {
    margin-bottom: 20px;
}
.review-number h3 {
    font-size: 20px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 10px;
}
.review-number p {
    font-size: 14px;
    color: #2f2e2e;
    font-weight: 400;
    margin-bottom: 20px;
}
.reviewer {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}
.reviewer img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    border-radius: 50%;
}
.user-name h4 {
    font-size: 15px;
    color: #000000;
    font-weight: bold;
    margin: 0;

}
.user-name p {
    font-size: 14px;
    color: #808080;
    font-weight: 400;
    margin: 0;
}

.focus-area {
    width: 80%;
    height: auto;
    margin: 0 auto;
    border-radius: 38px;
    text-align: center;
    padding: 40px 0;
    background-color: rgb(255, 255, 255);
}
.focus-area h1 {
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
.focus-area p {
    font-size: 16px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 30px;
}
.focus-img {
    width: 80%;
    height: auto;
    margin: 0 auto;
    overflow: hidden;
}
.focus-img img {
    width: 100%;
    height: auto;
    border-radius: 20px;
    object-fit: cover;
    margin-top: 20px;
}

.form-area {
    width: 80%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
}
.form-area h1 {
    width: 65%;
    font-size: 90px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 10px;
}
.form {
    width: 35%;
}
.form-group {
    margin-bottom: 20px;
}
.form-group label {
    display: block;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 500;
}
.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 16px;
}
.form-group input:focus,
.form-group textarea:focus {    
    border-color: #4E47FF;
    outline: none;
}

form button {
    width: 100%;
    height: 50px;
}

.footer-area {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
    padding: 60px 0;
    background-color: rgb(255, 255, 255);
}
.footer-text {
    width: 530px;
    margin: 0 auto;
}
.footer-area h1 {
    font-size: 80px;
    font-weight: bold;
    color: #008cff;
    margin-bottom: 10px;
}
.footer-area h1 span {
    color: #ff7300;
}
.footer-area p {
    font-size: 15px;
    color: #808080;
    font-weight: 400;
    margin-bottom: 30px;
}
.footer-links ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
}
.footer-links a {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
}
.footer-links a:hover {
    color: #ff7300;
    transition: 0.3s;
}