/* Fonts */

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

/* Shared Styles */
.general{
    margin: 0px;
    background-color: aliceblue;
}
.color-01{
    color: #4E47FF;
}
.color-02{
    color: #FFFFFF;
}
.color-03{
    color: #252432;
}
.color-04{
    color: rgb(37, 36, 50, 0.5);
}
.display-flex{
    display: flex;
}
.btn-primary{
    background-color: #4E47FF;
    width: 132px;
    height: 48px;
    padding: 12px 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-primary::after{
    content: "";
    position: absolute;
    height: 107%;
    width: 107%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #4E47FF, #e100ff);
    z-index: -1;
}
.btn-primary:hover{
    z-index: 0;
}
/* Header Styles */
.header{
    width: 100%;
    height: 698px;
    background-image: url("../Assets/Hero-bg.png");
    margin: 0px auto;
}
/* Navbar Styles */
.navbar{
    width: 1140px;
    height: 151px;
    margin: 0px auto;
    margin-bottom: 158px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.nav-title{
    width: 98px;
    height: 51px;
    color: #4E47FF;
    font-size: 34px;
    font-weight: bold;
}
/* Banner Styles */
.banner{
    width: 905px;
    height: 237px;
    margin: 0px auto;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 37px;
}
.banner-title{
    color: #252432;
    font-size: 65px;
    font-weight: bold;
}
.banner-button{
    background-color: #4E47FF;
    width: 174px;
    height: 48px;
    padding: 12px 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-button::after{
    content: "";
    position: absolute;
    height: 107%;
    width: 107%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #4E47FF, #e100ff);
    z-index: -1;
}
.banner-button:hover{
    z-index: 0;
}
/* Main Section */
.main{
    width: 100%;
    margin: 0px auto;
}

/* Action Section */
.action{
    width: 1140px;
    height: 328px;
    margin: 0px auto;
    margin-top: 116px;
    display: flex;
    align-items: center;
}
.action-description{
    padding: 62.5px 220px 62.5px 0px;
    gap: 23px;
}
.action-title{
    color: #252432;
    font-size: 42px;
    font-weight: bold;
}
.action-summary{
    color: rgba(37, 36, 50, 0.5);
    font-size: 24px;
    font-weight: 400;
}
.action-button{
    background-color: #4E47FF;
    width: 229px;
    height: 48px;
    padding: 12px 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.action-button::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #4E47FF, #e100ff);
    z-index: -1;
}
.action-button:hover{
    z-index: 0;
}
.action-image{
    width: 403px;
    height: 328px;
    border-radius: 30px;
}

/* User Section */
.user-section{
    width: 1140px;
    height: 206px;
    margin: 0px auto;
    margin-top: 116px;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgb(78, 71, 255, 10%);
    border-radius: 15px;
}
.user-summary{
    width: 856px;
    height: 206px;
    margin: auto;
}
.user-description{
    text-align: center;
    color: #252432;
    font-size: 38px;
    font-weight: bold;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-bottom: 40px;
}
.info-details{
    display: flex;
    justify-content: space-around;
    gap: 158px;
}
.info-digit{
    color: #4E47FF;
    font-size: 80px;
    font-weight: bold;
    margin: 0px;
}
.info-des{
    color: rgb(0, 0, 0, 50%);
    font-size: 20px;
    font-weight: 400;
    margin: 0px;
}

/* Users Feedback */
.users-feedback{
    width: 1140px;
    height: 342px;
    margin: 0px auto;
    margin-top: 137px;
}
.feedback-description{
    color: #252432;
    font-size: 42px;
    font-weight: bold;
    text-align: center;
}
.feedback-rating-1{
    width: 319px;
    height: 195px;
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 15px;
}
.feed-title{
    color: #252432;
    font-size: 20px;
    font-weight: bold;
}
.feed-des{
    color: #252432;
    font-size: 18px;
    font-weight: normal;
}
.feed-foot-name{
    color: #757575;
    font-size: 16px;
    font-weight: bold;
    margin-block-start: 0px;
    margin-block-end: 0px;
}
.feed-foot-date{
    color: #B3B3B3;
    font-size: 16px;
    font-weight: normal;
    margin-block-start: 0px;
    margin-block-end: 0px;
}
.feed-foot{
    display: flex;
    gap: 10px;
}
.feed-image{
    border-radius: 50%;
}
.feed-foot-detail{
    display: flex;
    flex-direction: column;
    gap: 0px;
}
.feedback-rating-2{
    width: 319px;
    height: 195px;
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 15px;
}
.feedback-rating-3{
    width: 319px;
    height: 195px;
    padding: 24px;
    background-color: #FFFFFF;
    border-radius: 15px;
}
.feedback-rating{
    display: flex;
    gap: 20px;
}

/* Advanced Performance */
.advance-performance{
    width: 840px;
    height: 555px;
    padding: 71px 150px 71px 150px;
    margin: 0px auto;
    margin-top: 137px;
    background-color: #FFFFFF;
}
.performance-criteria{
    width: 840px;
    height: 555px;
    margin: 0px auto;
}
.special{
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.per-title{
    color: black;
    font-size: 50px;
    font-weight: bold;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-bottom: 20px;
}
.per-des{
    color: rgb(0, 0, 0, 50%);
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 20px;
}
.per-button{
    background-color: #4E47FF;
    width: 195px;
    height: 48px;
    padding: 12px 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;   
}
.per-button::after{
    content: "";
    position: absolute;
    height: 107%;
    width: 107%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #4E47FF, #e100ff);
    z-index: -1;
}
.per-button:hover{
    z-index: 0;
}
.per-image{
    width: 840px;
    height: 365px;
    border-radius: 40px;
}
/* Contact Section Styles */
.contact{
    width: 1140px;
    height: 490px;
    margin: 0px auto;
    padding-top: 71px;
    padding-bottom: 71px;
    margin-top: 92px;
}
.contact-summary{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.contact-title{
    color: black;
    font-size: 97px;
    font-weight: bold;
    margin-block-start: 0px;
    margin-block-end: 0px;
}
.contact-form{
    width: 497px;
    height: 490px;
}
.label-email, .label-name, .label-message{
    color: black;
    font-size: 18px;
    font-weight: 400;
}
.contact-form input[type="text"], .contact-form input[type="email"]{
    height: 70px;
    width: 497px;
    background-color: #FFFFFF;
    color: rgb(0, 0, 0, 50%);
    font-size: 20px;
    font-weight: 400;
    border: none;
    margin-bottom: 19px;
}
.contact-form textarea{
    width: 497px;
    background-color: #FFFFFF;
    color: rgb(0, 0, 0, 50%);
    font-size: 20px;
    font-weight: 400;
    border: none;
    margin-bottom: 19px;
}
.label-button{
    background-color: #4E47FF;
    width: 497px;
    height: 62px;
    padding: 12px 36px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    border: none;
    border-radius: 10px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.label-button::after{
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom right, #4E47FF, #e100ff);
    z-index: -1;
}
.label-button:hover{
    z-index: 0;
}

/* Footer Section Styles */
.footer{
    width: 100%;
    padding-top: 104px;
    padding-bottom: 104px;
    background-color: #FFFFFF;
    margin: 0px auto;
    margin-top: 80px;
    text-align: center;
}
.footer-title{
    color: #4E47FF;
    font-size: 100px;
    font-weight: bold;
    margin-block-start: 0px;
    margin-block-end: 0px;
}
.footer-description{
    color: #8987A1;
    font-size: 14px;
    font-weight: 500;
}
.footer-closure li{
    list-style: none;
}
.footer-closure a{
    text-decoration: none;
}
.footer-closure{
    display: flex;
    justify-content: center;
    gap: 40px;
}