body{
font-size: 22px;
    margin: 0;
color: #292f36;
font-family: 'Jost';
line-height: 1.5;
letter-spacing: 0.22px;
}
a, li{
    text-decoration: none;
    color: inherit;
    list-style: none;
}

.container{
    margin-right: auto;
    margin-left: auto;
    width: 1200px;
}
.header{
    display: flex;
    height: 62px;
    align-items: center;
    justify-content: space-between;

}

.nav {
}
.nav-list {
    display: flex;

line-height: 1.57;
letter-spacing: 0.24px;
gap: 40px;
}
.nav-list a{
color: #292f36;
}
.nav-list a:hover{
color: #cda274;
}

.banner {
height: 831px;
border-color: lightgray;
    background-image: url(./img/banner.jpg) ;
    background-repeat: no-repeat;
    background-size:  cover;
    border-radius:0 0 0 290px;
    overflow:hidden;
    padding: 188px 0 0 120px ;
    margin-bottom: 112px;
}
.banner-title {
    margin-bottom: 19px;
font-weight: 400;
font-size: 80px;
line-height: 1.20;
font-family:'DM Serif Display' ;

}
.banner-text {
font-weight: 400;
color: #4d5053;
margin-bottom: 57px;
}
.banner-btn {
   border-radius: 18px;
   font-size: 18px;
background-color: #292f36;
border: 2px solid #292f36;
letter-spacing: 0.04em;
color: #fff;
padding: 22px 51px;
}
.banner-btn:hover{
    color: #292f36;
    background-color: #CDA274;
}
.transform{
    transition:all ease-in 250ms;
}

.features {
    background-color: #f4f0ec;
border-radius: 25px;
padding: 75px 0 70px;
margin-bottom: 183px;
}
.features-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    column-gap: 104px;

}
.features-item {
flex-basis: calc((100% - 3 * 103px )/3);
}
.features-item>h3{
    font-family: 'DM Serif Display';
font-weight: 400;
font-size: 25px;
line-height: 1.56;
margin-bottom: 12px;
text-align: center;
}
.features-item>p{
letter-spacing: 0.2px;
text-align: center;
color: #4d5053;
}


.project {
display: flex;
margin-bottom: 100px;
}
.project img{
    border-radius: 0 326px 0 123px;
    margin-left: 77px;
}
.project-title {
font-family: ' DM Serif Display';
font-size: 50px;
font-weight: 400;
margin-bottom: 42px;
line-height: 1.3;

}
.project-text {
font-weight: 400;
    max-width: 531px;
margin-bottom: 183px;
color: #4d5053;
}
.brand {
    border-radius: 25px;
    background-color:  #F4F0EC ;
}
.brand-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 48px 0;
    margin-bottom: 113px;
}


.projects {
margin-bottom: 161px;

}
.projects-title {
    font-family:DM Serif Display ;
font-weight: 400;
font-size: 47px;
line-height: 1.33;
text-align: center;
margin-bottom: 20px;
}
.projects-text {
text-align: center;
color: #4d5053;

margin: 0 auto 71px;
max-width: 768px;

}
.projects-list {
    display: flex;
    flex-wrap: wrap;
    gap: 60px 20px;
}
.projects-item img {
    border-top-right-radius: 80px;
    margin-bottom: 25px;

}
.projects-item img:hover{
    transform:scale(1.1,1.1 );
}
.projects-item h3{
    font-family: DM Serif Display ;
font-size: 24px;
line-height: 1.56;
text-align: center;
}
.projects-item p{
   
text-align: center;
color: #4d5053;
}

.footer{

}
.footer .wrap{
    background-color: #f4f0ec;
}
.footer-info {
    height: 235px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer-logo {
    margin-bottom: 25px;
}
.footer-text {
    max-width: 325px;
   margin-bottom: 30px;
color: #4d5053;
}
.social-list {
    display: flex;
    column-gap: 20px;
}
.social-item {
    display: flex;
    justify-content: center;

    border: 50%;
    width: 30px;
    height: 30px;

}
.social-item:hover svg{
    fill: #CDA274;
}
.footer-copyright {

text-align: center;
color: #ced1d4;
display: flex;
height: 100px;
align-items: center;
justify-content: center;
background-color: #0F0F0E
}