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


/* Header */
.navbar{
 display: flex;
 align-items: center;
 justify-content: space-between;

 width: 1140px;
 margin: auto;
 padding: 10px 0;
 
}

.navbar h3{
    color: #4E47FF;
    font-weight: 900;
    font-size: 34px;
    text-transform: uppercase;
    font-family: inter;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 5px;
}
header{
    background-image: url('../assets/Hero-bg.png');
    background-position: center;
    height: 690px;
    border: 1px dashed rgba(0, 0, 0, 0.2);
    
}

body{
    margin: auto;
    padding: 0;
    width: 1440px;
    font-family: raleway;
    
}
.banner{
    width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
    margin: auto;
    margin-top: 130px   ;
}
.banner h1{
    font-weight: 700;
    font-size: 65px;
    text-align: center;
    
}
button{
    background: #4E47FF;
    color: white;
    border: 1px solid #4E47FF;
    padding: 12px 36px;
    border-radius: 10px;
    font-weight: 500;
    font-size: 14px;

}
button:hover{
        background: white;
        color: #4E47FF;
        border: 1px solid #4E47FF;
        padding: 12px 36px;
        border-radius: 0px;
        font-weight: 500;
        font-size: 14px;
}

/* main Sections */
main{
    
    margin: auto;
    padding: 110px 0 40px;
    background-color: #F5F8FF;
}

.section-title{
    font-size: 36px;
    font-weight: 700;
    
    
}

/* common section */
.common{
    width: 1140px;
    margin: auto;
    margin-bottom: 100px;

}
/* Action Section */
.action-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.action-section p{
    font-weight: 400;
    font-size: 24px;
    color: #25243280;
    width: 500px;
    padding-bottom: 15px;
}
.action-section img{
    border-radius: 30px;
    height: auto;
    width: 100%;
    display: block;
    
    
}
.action-img-container{
    border: 1px dashed rgba(0, 0, 0, 0.1);
    
    
    
}

/* State container */
.stat-section{
background-color: #4E47FF1A;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
border-radius: 24px;
}
.stat-container{
 display: flex;
 gap: 150px;
 padding-bottom: 40px;

}
.stat-container h1{
    color: #4E47FF;
    font-weight: 700;
    font-size: 60px;
    font-family: inter;
    margin: 0;
    padding: 0;
}
.stat {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100px;
}
.stat p{
    margin: 0;
    padding: 0;
    color: #00000080;
    font-size: 24px;
}

/* Review section */
.review-section h3{
    text-align: center;
    margin-bottom: 50px;
    
}
.review-container{
   display: flex;
   justify-content: space-between;
   gap: 15px; 
   
}
.review-container h4{
    font-weight: 600;
    font-size: 24px;
    text-align: center;
    font-family: inter;
}
.reviewer{
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
    
}
.review{
    background-color: #FFFFFF80;
    padding: 25px;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    width: 420px;
}
.reviewer img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    
}
.reviewer h5, p{
    margin: 0;
    padding: 0;
    color: #757575;
}
.review p{
    color: #1E1E1E;
    text-align: justify;
    color: #757575;
    
}

/* focus */
.focus-section{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #FFFFFF;
    border-radius: 20px;
}
.focus-section img{
    border-radius: 20px;
    margin: 20px 0px 70px;
}
.focus-section h3{
    margin: 0;
    padding: 70px 0px 20px;
}
.focus-section p{
    padding: 0 0 20px;
}

/* message */
.message-section{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
fieldset label{
    display: block;
}
.message-section h1{
    font-weight: 700;
    font-size: 70px;

}


.message-section h1, .form-container{
    flex: 1;
}

form input, textarea{
    background-color: #FFFFFF;
    padding: 20px 32px;
    border: none;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px; 
    resize: none;
}

form label{
    font-family: inter;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 0 5px;
}

form fieldset{
    border: none;
}
form textarea::placeholder, input::placeholder{
    font-size: 20px;
    font-weight: 400;
}
#message-button{
    display: block;
    width: 95%;
    margin: 0 15px;
}

/* footer */
.footer-section{
    background-color: #FFFFFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px 0;
    gap: 15px;
}
.footer-section h1{
    color: #4E47FF;
    font-weight: 900;
    font-size: 80px;
    text-transform: uppercase;
    margin: 0;
    font-family: inter;
}
.footer-section p{
    width: 500px;
}
#footer-nav ul{
    display: flex;
    gap: 15px;
    color: #8987A1;
}
#footer-nav li{
    list-style: none;;
}
#footer-nav a{
    text-decoration: none;
    color: #8987A1;
}
