

.raleway-normal-text{
  font-family: "Raleway", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.btn-primary{
    background-color: #4E47FF;
    color: #fff;
    padding: 18px 40px;
    border-radius: 5px;
    font-size: 20px;
    border: none;
    font-weight: bold;
}
/* header */
.header{
    background-image: url('../images/hero-bg.png');
}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 200px;
    padding-bottom: 200px;
    max-width: 1140px;
    margin: 0 auto;
}
nav ul li{
    list-style: none;
}
nav li a{
    text-decoration: none;
}
/* webflow */
.Webflow{
    max-width: 905px;
    margin: 0 auto;  
    text-align: center;
    padding-bottom: 200px;
}
.Webflow h2{
    font-size: 65px;
    font-weight: bold;
}
.Webflow button{
    width: 174px;
    height: 48px;
    font-weight: bold;
    font-size: 16px;
    color: #ffffff;
    background-color: #4E47FF;
    border: none;
    border-radius: 10px;
}

/* banner style */
.banner{
    display: flex;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 100px;
}
.banner-content{
    max-width: 520px;
}
.banner-greeting{
    font-weight: bold;
    font-size: 42px;
}
.banner-paragraph{
    font-size: 24px;
    color: rgb(144, 142, 142);
}
.banner-picture{
    width: 410px;
    height: 328px;
    border-radius: 48px;
}
.Productiv-user{
    width: 1140px;
    margin: 0 auto;
    text-align: center;
    padding-top: 40px;
    background-color: #E5E7FF;
    border-radius: 15px;
}
.Customer-User{
    display: flex;
    justify-content: center;
    font-family: inter;
}
.productive-content{
    font-weight: bold;
    font-size: 38px;
    padding: 0px 20px;
    padding-top: 0px;
}
.Productive-coloum-1 h1{
    font-weight: bold;
    font-size: 80px;
    color: #4E47FF;
    margin-bottom: 5px;
}
.Productive-coloum-1{
    padding: 0 50px;
}
.Productive-coloum-1 p{
    font-size: 20px;
    color: rgb(154, 153, 153);
    font-family: inter;
    padding-bottom: 30px;
}

.user-content{
    text-align: center;
    margin-top: 60px;
    font-weight: bold;
    font-size: 42px;
}




.cards-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  padding-bottom: 150px;
}

.designer-art-port {
  background-color: #f4e1e1;
  padding: 20px;
  border-radius: 12px;
  width: 333px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 16px;
 
}

.loved-designer {
  display: flex;
  gap: 5px;
}

.star-img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  border: none;
}

.star-img.selected {
  border: 2px solid purple;
  border-radius: 4px;
  padding: 2px;
}

.love-content h3 {
  font-size: 16px;
  margin: 0;
}

.love-content p {
  margin: 5px 0 0;
  font-size: 14px;
  color: #555;
}

.date-last-content {
  display: flex;
  align-items: center;
  gap: 10px;
}

.photo-radius img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.photo-radius  .selected img {
  border: 2px solid purple;
  padding: 2px;
  border-radius: 50%;
}

.date-name h4 {
  margin: 0;
  font-size: 14px;
}

.date-name p {
  margin: 0;
  font-size: 12px;
  color: gray;
}
.Focus-better-content{
    justify-content: center;
    text-align: center;
}
.Focus-better-content h3{
    color: gray;
    font-size: 16px;
}
.focush2{
    font-size: 50px;
    font-weight: bold;
}

.launch-button{
    background-color: #4E47FF;
    padding: 15px 25px;
    color: #ffffff;
    font-size: 16px;
    border-radius: 10px;
    border: none;
}
.bg-image{
  margin-top: 20px;
  text-align: center;
}
.contact-form{
  display: flex;
  gap: 100px;
  max-width: 1140px;
  margin: 0 auto;
  padding-top: 100px;
}
.section-title{
  font-size: 97px;
  font-weight: bold;
}
.form-coloum-1{
  width: 50%;
}
section input[type="text"], section input[type="email"], section textarea{
  height: 64px;
  border-radius: 5px;
  background-color: #f1eeee;
  display: block;
  width: 100%;
  padding: 5px 20px;
  margin-bottom: 20px;
  border: none;
}
.footer-section-part{
  text-align: center;
  padding-top: 100px;
  background-color: #f2f2f2;
  padding-bottom: 60px;
}
.footer-nav{
  width: 1140px;
  margin: 0 auto;
}
.footer-nav ul{
  list-style: none;
  display: flex;
  justify-content: center;

}
.footer-nav li{
  padding: 35px;
}
.footer-nav li a{
  text-decoration: none;
  color: #999999;
  font-size: 20px;
  
}
.footer-paragraph{
  color: #8e8c8c;
  font-size: 20px;
}