html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    font-family: 'Manrope', sans-serif;
    padding: 0;
    margin: 0;
}

body {
    background: #140E17;
    color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}

summary:hover {
    cursor: pointer;
}

img {
    display: block;
}

h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    color: #F5FA93;
    margin: auto;
}

.br-18 {
    border-radius: 18px;
}

.br-32 {
    border-radius: 32px;
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: 80px auto 0 auto;
}

.feedback-form {
    max-width: 56px;
    width: 100%;
    aspect-ratio: 1 / 1;
    padding: 15px;
    border: 1px solid #333333;
    border-radius: 50%;
    background: #F5FA93;
    position: fixed;
    right: 15.3%;
    bottom: 3vh;
}

nav .navigation-menu {
    margin: 64px auto 0 auto;
    display: flex;
    justify-content: space-between;
    max-width: 1018px;
    width: 100%;
    align-items: center;
    background: #333333;
    border: 1px solid #000000;
    border-radius: 32px;
    padding: 17px 23px 17px 23px;
}

nav .navigation-menu .left-side {
    display: flex;
    gap: 41px;
    align-items: center;
}

nav .navigation-menu .left-side .logo {
    display: flex;
    gap: 4px;
    border: 1px solid #F5FA93;
    background-color: #F5FA93;
    border-radius: 16px;
}

nav .navigation-menu .left-side .logo-image-top {
    margin: 7px auto 7px 15px;
}

nav .navigation-menu .left-side .logo-title {
    font-weight: 800;
    font-size: 24px;
    color: #000000;
    align-content: center;
    margin-right: 16px;
}

nav .navigation-menu .left-side .top-menu {
    display: flex;
    gap: 24px;
}

nav .navigation-menu .left-side .top-menu .top-menu-item {
    font-weight: 500;
    font-size: 20px;
    align-content: center;
    text-align: center;
}

nav .navigation-menu .profile {
    padding: 7px 16px 4px 16px;
    background-color: #EBEBEB;
    border-radius: 16px;
}

.container .project-info {
    display: flex;
    flex-direction: column;
    position: relative;
}

.container .project-info .title {
    margin: 14px auto 0 0;
    font-weight: 800;
    font-size: 68px;
    line-height: 100%;
}

.container .project-info .description {
    margin-top: 53px;
    max-width: 539px;
    width: 100%;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.container .project-info .decor-1 {
    position: absolute;
    left: 412px;
}

.container .project-info .decor-2 {
    position: absolute;
    top: 224px;
    left: 57px;
}

.container .project-info .cell-phone-image {
    position: absolute;
    top: 0;
    left: 556px;
}

.container .project-info .create-page-menu {
    display: flex;
    gap: 24px;
    margin-top: 64px;
}

.container .project-info .create-page-menu .e-mail-input {
    max-width: 317px;
    width: 100%;
    padding: 18px 14px;
    font-weight: 600;
    font-size: 18px;
    color: #76757B;
    border: none;
}

.container .project-info .create-page-button {
    max-width: 222px;
    width: 100%;
    background: #F5FA93;
}

.container .project-info .create-page-button .button-label {
    display: flex;
    gap: 8px;
    margin: 18px 14px;
    color: #000000;
    font-weight: 600;
    font-size: 18px;
}

.container .info-cards {
    display: flex;
    gap: 24px;
}

.container .info-cards .info-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #F5FA93;
    padding: 32px;
    max-width: 317px;
    width: 100%;
    aspect-ratio: 317 / 398;
}

.container .info-cards .info-card .card-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 54px;
    margin-bottom: 18px;
}

.container .info-cards .info-card .card-info {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0px;
}

.container .info-cards .info-card img {
    max-width: 80px;
    margin-bottom: 24px;
}

.container .info-cards .info-card .card-image-2 {
    align-self: center;
}

.container .info-cards .info-card .card-image-3 {
    align-self: flex-end;
}


.container .sample-block {
    display: flex;
    align-items: end;
    position: relative;
    flex-wrap: wrap;
}

.container .sample-block .work-experience {
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 0.75px solid #333333;
    border-radius: 23px;
    margin: auto auto 0 50px;
    padding: 18px 18px 15px 18px;
    max-width: 545px;
    width: 100%;
}

.container .sample-block .work-experience {
    font-weight: 600;
    font-size: 17.97px;
    line-height: 19.46px;
    color: #AADB6B;
}

.container .sample-block .job-list {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.job-history-company {
    font-weight: 500;
    font-size: 17.97px;
    line-height: 20.96px;
    color: #FFFFFF;
}

.container .sample-block .job-history-period {
    font-weight: 500;
    font-size: 14px;
    color: #76757B;
}

.container .sample-block .job-history-link a {
    font-weight: 500;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #76757B;
}

.container .sample-block .job-history .job-history-position {
    font-weight: 500;
    font-size: 13.48px;
    line-height: 19.46px;
    color: #FFFFFF;
    margin-top: 6px;
}

.container .sample-block .portfolio-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 220px;
    height: fit-content;
    gap: 16px;
    color: #000000;
    background: #FFAFB0;
    border-radius: 21px;
    padding: 21px 21px 19px 21px;
    margin-right: 5%;
}

.container .sample-block .portfolio-item .project {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.container .sample-block .portfolio-item .project .project-name {
    font-weight: 700;
    font-size: 27.51px;
    line-height: 35.37px;
}

.container .sample-block .portfolio-item .project .project-description {
    margin: auto;
    font-weight: 500;
    font-size: 11.79px;
    line-height: 17.03px;
}

.container .sample-block .portfolio-item .project .show-project {
    display: flex;
    gap: 5px;
    align-self: flex-end;
    align-items: center;
    border: 0.66px solid #333333;
    border-radius: 12px;
    max-width: 118px;
    width: 100%;
    padding: 12px 9px;
}


.container .sample-block .portfolio-item .project .show-project .button-label {
    width: 100%;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    text-align: center;
    color: #000000;
}

.container .sample-block .trial-free-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    border: 1px solid #333333;
    padding: 24px;
    margin-top: 32px;
}

.container .sample-block .trial-free-block span {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}

.container .sample-block .trial-free-block .button-wrap {
    border: 1px solid #333333;
    width: fit-content;
    align-self: flex-end;
}

.container .sample-block .trial-free-block .button-wrap .button-label {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    margin: 18px 14px;
}

.container .sample-block .about-me {
    display: flex;
    gap: 80px;
    position: absolute;
    left: 17.1%;
    top: 11.2%;
    border: 2px solid #333333;
    border-radius: 24px;
    background: #140E17;
    max-width: 658px;
    width: 100%;
    align-items: center;
    justify-items: center;
}

.container .sample-block .about-me .photo {
    margin: 27px 0 27px auto;
}

.container .sample-block .about-me .description {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 251px;
    width: 100%;
    margin-right: auto;
}

.container .sample-block .about-me .description .my-name {
    font-weight: 800;
    font-size: 31.04px;
    line-height: 110%;
}

.container .sample-block .about-me .description .short-description {
    font-weight: 500;
    font-size: 10.95px;
    line-height: 12.78px;
}

.container .sample-block .about-me .description .write-action {
    display: flex;
    gap: 4px;
    align-items: center;
    margin-top: 19px;
    border-radius: 9px;
    background: #F9D69E;
    max-width: 106px;
    width: 100%;
    padding: 8px 7px;
}

.container .sample-block .about-me .description .write-action .button-label {
    font-weight: 600;
    font-size: 8.22px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: #000000;
    margin: auto;
}

.container .pricing-plans {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.container .pricing-plans h3 {
    margin-left: 24px;
}

.container .pricing-plans .pricing-plans-wrap {
    display: flex;
    gap: 3.2%;
    justify-content: center;
}

.container .pricing-plans .pricing-plans-wrap .price-plan {
    display: flex;
    flex-direction: column;
    gap: 18px;
    position: relative;
    max-width: 484px;
    width: 100%;
    aspect-ratio: 484 / 448;
    color: #000000;
    background: #F5FA93;
    padding: 32px;
}

.container .pricing-plans .pricing-plans-wrap .price-plan span {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
}

.container .pricing-plans .pricing-plans-wrap .price-plan .price {
    font-weight: 800;
    font-size: 68px;
    line-height: 110%;
}

.container .pricing-plans .pricing-plans-wrap .price-plan .price span {
    font-weight: 400;
    font-size: 24px;
    line-height: 100%;
}

.container .pricing-plans .pricing-plans-wrap .price-plan .price-plan-options .item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.container .pricing-plans .pricing-plans-wrap .price-plan .price-plan-options .item span {
    font-weight: 600;
    font-size: 17px;
    line-height: 24px;
}

.container .pricing-plans .pricing-plans-wrap .price-plan .button-wrap {
    border: 1px solid #333333;
    max-width: 200px;
    width: 100%;
    background: #000000;
    margin-top: auto;
    padding: 18px 14px;
}

.container .pricing-plans .pricing-plans-wrap .price-plan .button-wrap .button-label {
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.container .pricing-plans .pricing-plans-wrap .price-plan .best-choice {
    position: absolute;
    top: -5.5%;
    right: 6.6%;
    border: 1px solid #333333;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: #000000;
    color: #FFFFFF;
    padding: 14px;
}


.container .faq {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.container .faq h3 {
    margin-left: 24px;
}

.container .faq .faq-items .faq-item {
    border: 1px solid #333333;
    padding: 24px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 10px;
}

.container .faq .faq-items .faq-item p {
    margin-top: 32px;
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #76757B;
}

.container .faq .faq-items details summary {
    display: flex;
    justify-content: space-between;
}

.container .faq .faq-items details summary::after {
    content: "\2715";
    rotate: 45deg;
    transition: 1s cubic-bezier(0, -3, 0.5, 1.0);
    ;
}

.container .faq .faq-items details[open]>summary::after {
    transition: 1s cubic-bezier(0, 3, 0.5, 1.0);
    content: "|";
    rotate: 90deg;
}

footer .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15%;
}

footer .container .column,
footer .container .column-1 {
    max-width: 232px;
    width: 100%;
}

footer .container .column-1 .logo {
    display: flex;
    align-items: center;
    gap: 4px;
    font-weight: 800;
    font-size: 24px;
    padding-left: 8px;
    margin-bottom: 40px;
}

footer .container .column-1 .socials-links {
    display: flex;
    gap: 20px;
}

footer .container .column {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 500;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    .container {
        max-width: 728px;
        width: 100%;
        margin: 80px auto 0 auto;
    }
}