/* shared style */
*{
    margin: 0;
    padding: 0;
}
.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;
}
body{
    background-color: rgba(245, 248, 255, 1);
}.btn{
    background: #4E47FF;
    color: #ffffff;
    border: none;
    padding: 12px 36px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;

}
.text-center{
    text-align: center;
}
.btn:hover{ 
    
    background-color: rgba(78, 71, 255, 0.2);
    color:  #4E47FF;
    border: none;
   
    border-radius: 10px;
    font-size: 16px;
    font-weight: bold;
    
    transition: .8s;
}
/* main style */
header{
    background-image: url(Assets/Hero-bg.png);
    background-repeat: no-repeat;
    background-size: cover;

}

.navigation-bar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left:  150px;
    padding-right: 150px;
    padding-top: 50px;

}
ul li{
    list-style: none;
}
.logo{
    color: #4E47FF;
    font-size: 34px;
    font-weight:900px;
}

.banner-title{
    color: rgba(37, 36, 50, 1);
    font-size: 65px;
    font-weight: bold;
    text-align: center;
    padding: 0 267.5px;
    margin-top: 158px;
    margin-bottom: 37px;
}
.banner{
    text-align: center;
    margin-bottom:116px ;
}
.banner-btn{
    margin-bottom: 152px;
}
main{
    max-width: 1140px;
    margin: 0 auto;
    
}
.action-section{
    display: flex;
    align-items: center;
    gap: 220px; 
    margin-top: 116px;
}
.action-title{
    color: rgba(37, 36, 50, 1);
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 23px;
}
.action-description{
    color: rgba(37, 36, 50, 0.5);
    font-size: 24px;
    margin-top: 23px;
    
}
.action-btn{
    margin-top: 23px;
}
.action-img{
    border-radius: 48px;
}
.Productive-Users-Section{
    background-color:rgba(78, 71, 255, 0.1); 
    border-radius: 24px;
    text-align: center;
    margin-top: 116px;
}
.productive-container{
    display: flex;
    gap: 158px;
    justify-content: space-around;
    padding-left:142px ;
    padding-right: 142px;
   
   
}
.productive-title{
    color: #252432;
    font-size: 38px;
    font-weight: bold;
    padding-top: 50px;
    padding-bottom: 40px;
    
}
.user{
    color:#4E47FF ;
    font-size: 80px;
    font-weight: bold;
    margin: 0;
}
.description{
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
    margin-top: 0;
    padding-bottom: 50px;
    
}
.feedback-section{
    margin-top: 137px;
    margin-bottom:137px ;

}
.feedback-title{
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #252432;
    padding-bottom: 50px;
}
.feedback-container{
    display: flex;
    gap:20px ;
}
.star{
    margin-top: 10px;
}
.feedback-card{
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(242, 237, 237, 1);
    border-radius: 14px;
    padding: 24px;
    color: rgba(30, 30, 30, 1);
}
.feedback-name{
    padding-top: 24px;
    padding-bottom: 8px;
    font-size: 20px;
}
.feedback-description{
    padding-bottom: 24px;
}
.feedback-holder{
    display: flex;
    gap: 12px;
}
.reviewer{
    border-radius: 50%;
}
.star{
    gap: 4px;
}
.name{
    color: rgba(117, 117, 117, 1);
    font-weight: bold;
}
.date{
    color: rgba(179, 179, 179, 1);
}
.focus-better-section{
    text-align: center;
    background-color: #ffffff;
    border-radius: 14px;
    margin-bottom: 83px;
}
.focus-title{
    font-size: 50px;
    font-weight: bold;
    padding-top: 71px;
    padding-bottom:20px;
}
.focus-description{
    color: rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
}
.focus-better-section button{
    font-weight:400;
    margin-bottom: 20px;
}
.focus-img{
    border-radius: 48px;
    margin-bottom:71px ;
}
.contact-section{
    display: flex;
    gap: 20px;
    padding-top: 71px;
    padding-bottom: 71px;
    align-items: center;
    margin-bottom: 14px;

}
.contacts-title{
    width: 50%;
    font-size: 60px;
    font-weight: bold;
    padding: 0;
}
.input-item{
    display: block;
    padding: 20px 32px;
    width: 497px;
    margin-top: 10px;
    margin-bottom:19px ;
    border: 1px solid #D6DDED;
    border-radius: 10px;
    height: 41px;
    font-size:20px;

}
.contacts-form label{
    font-size: 18px;
}
.contacts-form textarea{
    height: 135px;
}

.contacts-form button{
      width: 561px;
      padding-bottom: 19px;
      padding-top: 19px;   
}
.footer-section{
    background-color:#ffffff;
    text-align: center;
    padding: 104px 454px;
}
.footer-logo{
    font-size: 100px;
    font-weight:bolder;
    color: #4E47FF;
    margin-bottom: 8px;
}
.footer-description{
    font-size: 16px;
    color: rgba(137, 135, 161, 1);
    margin-bottom: 20px;
    
}
.footer-menu li{
    display: inline;
    list-style: none;
    margin: 0 24px;
}
.footer-menu li a{
    text-decoration: none;
    color: rgba(137, 135, 161, 1);
}