@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

body{
    font-family: "Manrope", sans-serif;
    font-size: 16px;
    line-height: 1.3;
    font-weight: 400;
    background-color: rgb(255, 255, 255);
    margin: 0;
}  

a{
    color: #00103d;
    text-decoration: none;
    transition: opacity 0.3s;
}

a:hover{
    opacity: 0.8;
}

.header {

    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);

}
.container {
    max-width: 1536px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
padding: 15px;

}

.header__nav {
    display: flex;
    gap: 24px;
}
.header__link {
    color: #00103d;
    font-weight: 600;
    font-size: 16px;
    align-items: center;


}
.header__inter {
    color:white;
    padding: 10px 20px;
    background: #2550B9;
    border-radius: 8px;
}

.welcome {
    display: block;
    text-align: center;
    justify-items: center;
}
.container {
    font-size: 24px;
}
.welcome__images {
    padding: 40px 0;
    display: flex;
    align-items: flex-end;
}
.welcome__block {
    padding-bottom: 24px;
}
.welcome__title {
    padding-bottom: 24px;
    font-weight: 700;
    font-size: 48px;
    opacity: 0.9;
    text-align: center;
}

.welcome__text {
    padding-bottom: 24px;
    width: 902px;
    height: 63px;
    font-weight: 400;
    text-align: center;
    opacity: 0.6;
}
.welcome_link {
    color:white;
    padding: 10px 20px;
    background: #2550B9;
    border-radius: 8px;
}
.functionality-block {
    text-align: left;
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
    margin-left: 19%;
}

.functionality-block h1 {
    font-size: 36px;
    font-weight: bold;
    color: #222;
    margin-bottom: 20px;
}

.functionality-block p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
}
.features {
    display: flex;
    flex-direction:row;
    align-items: center;
    margin-left: 19%;
    gap: 345px;
}

.feature {
    display: flex;
    flex-direction: column;
}

.feature img {
    margin-bottom: 15px;
}

.reviews {
    margin-top: 50px;
    text-align: center;
}

.review-card {
    display: inline-block;
    margin: 20px;
    text-align: center;
}

.review-card img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 10px;
}

.name {
    font-weight: bold;
    font-size: 18px;
}

.position {
    color: #666;
    font-size: 14px;
}
.review {
    padding-bottom: 80px;
    padding-top: 80px;
}

.review_header {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.review_title {
    font-weight: 700;
    font-size: 48px;
}
.review_text {
    width: 617px;
    height: 64px;
    font-weight: 400;
    font-size: 24px;
}

.review_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px;
    gap: 24px;

    width: 620px;
    height: 284px;
    
    box-shadow: 0px 1px 4px rgba(12, 12, 13, 0.1), 0px 1px 4px rgba(12, 12, 13, 0.05);
    border-radius: 24px;
}
.review_item_header {
    display: flex;
    gap: 240px

}
.personal_info {
    display: flex;
}
.personal_data {
    padding-left: 24px;
}
.personal_data_name {
    padding-bottom: 8px;
    align-items: center;
    font-weight: 500;
    font-size: 21px;
}
.personal_data_work {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 16, 61, 0.6);
}

.review_item_text {
font-family: 'Inter';
font-style: normal;
font-weight: 400;
font-size: 21px;
color: rgba(0, 16, 61, 0.6);
}