*{
    margin: 0;
    padding: 0;
}

body{
      background: rgba(78, 71, 255, 0.1);
   
}
button:hover{
    background: yellow;
    color: black;
}

.raleway{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.inter{
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
header{
    width:100%;
    height: 698px;
    background-image: url("./Assets/Hero-bg.png");
}
nav{
 padding: 80px 100px;
 display: flex;
 align-items: center;
justify-content: space-between;
color: #4E47FF;
}
.logo h2{
   font-size: 34px;
}
.signup button{
    padding: 12px 36px;
    background-color: #4E47FF;
    color: white;
    border: none;
    border-radius:10px;
    font-weight: bold;
    font-size: 16px;

}
main{
    text-align: center;
    color: black;
    
}
main h2{
    font-size: 65px;
    font-weight: bold;
    padding: 0 150px;
    margin: 50px;
}
main button{
     padding: 12px 36px;
    background-color: #4E47FF;
    color: white;
    border: none;
    border-radius:10px;
    font-weight: bold;
    font-size: 16px;

}
nav button:hover{
    background: yellow;
    color: black;
}
/* Action Section */
.Action-Section{
    display: flex;
    align-items: center;
    justify-content: center;
  padding: 80px 100px;
  gap: 100px;
}


.actionL h2{
    padding:10px 0px ;
    font-size: 42px;
    font-weight: bold;
    color: black;
}
.actionL p{
    color: rgba(37, 36, 50, 0.5);
    font-size: 24px;
    padding:20px 0px;
}
.actionL button{
        padding: 12px 36px;
    background-color: #4E47FF;
    color: white;
    border: none;
    border-radius:10px;
    font-weight: bold;
    font-size: 16px;
}
.actionL button:hover{
    background: yellow;
    color: black;
}
.actionR img{
    border-radius: 30px;
}

/* Productive Users Section  */
.all{
      padding: 80px 100px;
     display: flex;
     justify-content: center;
     align-items: center;
}
.productive{
    padding: 50px 0px;
  text-align: center;
background-color: rgba(78, 71, 255, 0.1);
border-radius: 20px;
 width: 1340px;
 height: 250px;
}
.box{
    padding:30px 70px ;
    display: flex;
    align-items: center;
    justify-content: space-between

}
.productive h2{
    font-size: 38px;
    font-weight: bold;
    color: black;
   font-family: "Raleway", sans-serif;

}
.text-pro h1{
    font-size: 80px;
    font-weight: bold;
    color: #4E47FF;
      font-family: "Inter", sans-serif;
}
.text-pro p{
    font-family:Inter ;
    font-size:20px;
 color: rgba(0, 0, 0, 0.5);
   font-family: "Inter", sans-serif;
}
/* Feedback */
.FeedbackTEXT{
       font-family: "Raleway", sans-serif;
       text-align: center;
       font-size: 42px;
       font-weight: bold;
       margin-top: 20px;
}
.Feedback{
     padding: 80px 100px;
      font-family: "Raleway", sans-serif;
      display: flex;
      gap: 50px ;

}

.con{
    /* box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.5); */
    background-color: white;
color: white;
    width: 366px;
    height: 243px;
    border-radius: 14px;
    padding: 24px;
}
.textt h2{
    color: black;
    margin-top: 25px;

}
.textt p{
    color: black;
    margin-top: 15px;

}
.pic{
    display: flex;
    gap: 24px;
    margin-top: 30px;
    
}
.pic img{
    border-radius: 50%;
}

.imgtext h4{
 color:#757575;
}
.imgtext p{
 color:#B3B3B3;
}
/*  */
.Touch{
 padding: 80px 100px;
display: flex;

}
.touchL h1{
       font-family: "Raleway", sans-serif;
       font-weight: bold;
       font-size: 97px;
       padding: 20px;
}
form{
    height: 490px;
    width: 497px;
}
.email,.name,.textttt{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
         font-family: "Inter", sans-serif;
         font-weight: 500px;
         place-items: 20px;

    
}
input{
    padding: 20px 32px;
    border: none;
    border-radius: 10px;

}
textarea{
    outline: none;
    border: none;
      border-radius: 10px;
      padding: 30px;
}
.formbutton{
    width: 100%;
    margin-top: 20px;
     padding: 12px 36px;
    background-color: #4E47FF;
    color: white;
    border: none;
    border-radius:10px;
    font-weight: bold;
    font-size: 16px;
}
textarea::placeholder {
  font-size: 18px;
}
input::placeholder {
  font-size: 18px;
}
label{
    padding-bottom: 10px;
}
/*  */
footer{
    padding: 100px 0px;
background:white;
      font-family: "Inter", sans-serif;
      text-align: center;
}
footer h1{
    font-size: 100px;
    color: #4E47FF;

}
footer p{
    margin-top: 20px;
}
.links{
    gap: 20px;
    margin-top: 30px;
}

a{
 
    padding: 0px 20px;
    color:#8987A1 ;
    text-decoration: none;
}