
.fonts {
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

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

.logo{
    color: #4E47FF;
    font-size: 34px;
    font-weight: bold;
}
  
.btn{
   background-color: #4E47FF;
   color: white;
   padding: 12px 36px;
   border: none;
   border-radius: 6px;
   font-weight: bold;
   text-align: center;
   font-size: 16px;
}
.banner1{
font-weight: bold;
    color: #252432;
    font-size: 65px;
      line-height: 1.5;
}
.nav{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-heading{
    text-align: center;
    margin-top: 150px;
}
.header{
    background-image: url(../Assets/Hero-bg.png);
    background-size: cover;
    background-position: center;
    height: 600px;
      width: 100%;
      padding: 40px 80px;
      position: relative;
}
.focus-btn{
      margin-top: 30px;
}
.first-btn{
    margin-left: 30px;
}
.section-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 100px 50px;
  background-color: #f5f8ff;
  gap: 60px;
  flex-wrap: wrap;

}

.section-2 div {
  flex: 1;
  min-width: 300px;

}

.action {
  font-size: 32px;
  font-weight: 700;
  color: #1c1e21;
  margin-bottom: 15px;
  font-family: 'Segoe UI', sans-serif;

}

.action-description {
  font-size: 16px;
  color: #6b7280;
  line-height: 1.6;
  margin-bottom: 25px;
  font-family: 'Segoe UI', sans-serif;
}

.btn.signup-btn {
  background-color: #4f46e5;
  color: white;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: 0 4px 10px rgba(79, 70, 229, 0.3);
}

.btn.signup-btn:hover {
  background-color: #4338ca;
}
.section-2 img {
  width: 50%;
  border-radius: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  margin: 80px;

}

.action-3 {
  padding-left: 30px;

}
.thousand-section {
  background-color: #f1f3ff;
  border-radius: 16px;
  padding: 40px 20px;
  max-width: 800px;
  margin: 50px auto 0 auto; 
  text-align: center;
}

.products {
  font-size: 24px;
  font-weight: 700;
  color: #2c2f4b;
  margin-bottom: 30px;
}

.box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 20px;
}
.box .Active,
.box .Active-2,
.box .Active-3 {
  flex: 1;
  min-width: 150px;
   color: #5c4bff;
}
.box .m2 {
  font-size: 36px;
  font-weight: 700;
  color: #5c4bff;
  margin-bottom: 8px;
}
.box p {
  font-size: 14px;
  color: #6c6f8e;
}
.form{
margin-top: 71px;
    
}
.form-section{
  margin-top: 30px;
}

.form-div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 117px;
    margin-top: 150px;
    margin-bottom: 150px;

}
section input[type="text"],section input[type="email"],section textarea{
    display: block;
    font-size:18px;
    font-weight: 400;
    width:497px;
    padding: 19px;
    border-radius: 10px;
}
.let{
    font-weight: bold;
    font-size: 140px;
    margin-top: 200px;
    margin-bottom: 200px;

}
.input{
    background-color: white;
    padding: 34px;
  
}
.get-btn{
    width: 500px;
    height: 62px;
    margin-top: 19px;
    background-color: #4E47FF;
    border-radius: 10px;
    border: none;
}

.footer{
    text-align: center;
    margin-top: 10px;
}
ul{
    display: flex;
    gap: 20px;
}
.last-logo{
    background-color: white;
    color: #4E47FF;
    font-weight: bold;
    font-size: 100px;
}
 nav {
  display: flex;
  justify-content: center; 
  align-items: center;     
  height: 100px;           
}
 nav ul {
  list-style: none;
  display: flex;
  gap: 30px;
  padding: 0;
  margin: 0;
}
 nav ul li a {
  text-decoration: none;
  color: #333;
  font-weight: bold;
}
.btn-animation:hover {
  background: linear-gradient(90deg, red, green, blue);
  box-shadow: 0 0 20px rgba(255, 0, 0, 0.6),
              0 0 40px rgba(0, 255, 0, 0.6),
              0 0 60px rgba(0, 0, 255, 0.6);
}
.btn-animation {
  padding: 12px 28px;
  font-size: 16px;
  border: none;
  border-radius: 8px;
  background-color: #4E47FF; /* Normal background */
  color: white;
  cursor: pointer;
  transition: background 0.5s ease, box-shadow 0.5s ease;
}
.users-say{
    text-align: center;
    padding: 60px 20px;
}
.section-title{
    font-size:28px;

    font-weight: bold;
    margin-bottom:40px;

}
.cards{
    display:flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
}
.card{
    background-color: white;
    border-radius:12px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    padding:20px;
    width:300px;
    text-align: left;
}
.stars{
    display: flex;
    gap:4px;
    margin-bottom: 10px;
}
.star-icon{
    width:18px;
    height:18px;
}
.card-title{
    font-size: 18px;
    font-weight: bold;
    margin:0 0 10px;
}
.card-text{
    font-size:14px;
    color:;
    margin-bottom: 20px;

}
.reviewer{
    display: flex;
    align-items: center;
    gap:10px;
}
.avatar{
    width:40px;
    height:40px;
    border-radius:48%;
}
.reviewer-name{
    font-weight:600;
    margin:0;
}
.review-date{
    font-size:12px;
    color: #8987A1;
    margin:0;
}