* {
    margin: 0;
    padding: 0;

}

a {
    text-decoration: none;



}

li {
    list-style: none;


}

.header__nav {
    padding: 15px 0;
    background-color: black;
    align-items: center;
    justify-content: space-between;

}



.nav__logo {
    color: #FFF;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;


}

.nav__list-link {
    color: #FFF;
    font-family: Arial;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-left: 84px;

}

.header__nav-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
}

.nav__list {
    display: flex;

}

.header__content {
    background-image: url(../images/header-bg.png
);
    height: 850px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.header__content-btn {
    color: #000;

    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    background-color: #FFF;
    padding: 10px 24px;
    border-radius: 10px;
    margin-top: 145px;
}


.container {
    width: 100%;
    max-width: 1230px;
    padding: 0 15px;
    margin: 0 auto;
}

.about__me {
    padding-top: 30px;
    padding-bottom: 112px;
    background-color: #0E1C25;

}

.about__me-title {
    color: #FFF;

    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-align: center;



}

.picture123 {
    width: 500px;
    height: 600px;
    background-image: url(../images/Rectangle\ 5.png);
    margin-left: 393px;
    margin-top: 125px;
    margin-bottom: 125px;
}

.h2 {
    color: #FFF;

    font-size: 35px;
    font-style: normal;
    font-weight: 400;

    width: 433px;
    height: 40px;
    margin-left: 1100px;
    margin-top: -650px;
    margin-bottom: 700px;
}

.h3 {

    width: 466px;
    height: 397px;
    flex-shrink: 0;
    color: #FFF;
    text-align: justify;
    margin-left: 1100px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-top: -650px;


}

.portfolio {
    background: #5C6B81;
    padding-top: 43px;
    padding-bottom: 70px
}

.portfolio__title {
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

/* 
.portfolio__content {
    width: 312px;
    height: 550px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #B12B06;
    margin-top: 77px;
    padding-top: 15px;
    text-align: center;

}

.portfolio__pic {
    width: 300px;
    height: 265px;
    flex-shrink: 0;
    border-radius: 10px;
    background: url(../images/portfolio\ pic.png), lightgray 50% / cover no-repeat;
    display: block;
    margin: auto;
    margin-bottom: 20px;

}

.portfolio__text1 {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    font-family: Arial;

}

.portfolio__text2 {

    width: 264px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    justify-content: center;
    padding-top: 21px;
    display: block;
    margin: auto;
}

.portfolio__end {
    width: 168px;
    height: 40px;
    flex-shrink: 0;

    border-radius: 10px;
    background: #FFF;

}

.portfolio__end-text {
    color: #000;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 8px;
    padding-bottom: 9px;


} */

.portfolio__content-card {
    padding: 15px 15px 27px 15px;
    border-radius: 10px;
    background: #B12B06;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: max-content;

}

.card-title {
    color: #FFF;
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
    margin: 20px 0;
}

.card-descr {
    width: 264px;
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    max-width: 264px;
    margin-bottom: 27px;

}

.card-link {
    color: rgb(0, 0, 0);
    font-family: Arial;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 8px 24px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}

.portfolio__content {
    display: flex;
    margin-top: 62px;
    flex-wrap: wrap;
    column-gap: 126px;
    row-gap: 30px;
}

.footer {
    padding-bottom: 62px;
    background-color: #000;
}

.footer__text {
    color: #FFF;
    text-align: center;
    font-family: Arial;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 47px;
}

.footer__content {
 
   padding-top: 36px;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;

}