@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;800;900&display=swap);

* {
    margin: 0;
    padding: 0;
}

body {
    background-color: #212529;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

button {
    border: none;
}

.container {
    max-width: 1342px;
    margin: 0 auto;
}

.nav {
    margin-top: 17px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    ul {
        display: flex;
        li {
            a {
                font-size: 18px;
                font-weight: 700;
                color: #fff;
                margin-right: 25px;
            }
            .active {
                color: #FFB742;
            }
        }
    }
}

.nav-btn {
    background-color: #FFB742;
    font-size: 18px;
    font-weight: bold;
    padding: 12px 26px;
    border-radius: 50px;
}

.header {
    margin-top: 108px;
    text-align: center;
    img {
        width: 250px;
        border-radius: 100%;
        object-fit: cover;
    }
    .header-name {
        font-size: 32px;
        font-weight: bold;
        color: #fff;
        span {
            color: #FFB742;
            border-bottom: 2px solid #FFB742;
        }
    }
    .header-job {
        color: #fff;
        font-size: 48px;
        font-weight: bold;
        text-transform: capitalize;
        margin-bottom: 25px;
    }
    .header-title {
        font-size: 24px;
        color: #fff;
        margin-bottom: 22px;
    }
}

.community {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px;
    margin-top: 108px;
    .communitybox {
        width: 416px;
        background-color: #292B2E;
        padding: 28px 30px;
        border-radius: 10px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: center;
        box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.139);
        margin-bottom: 136px;
        .icon {
            background-color: #fff;
            border-radius: 100%;
            object-fit: cover;
            padding: 12px;
        }
        p {
            font-size: 32px;
            color: #FFB742;
            font-weight: bold;
            span {
                font-size: 16px;
                color: #fff;
            }
        }
    }
}

.about {
    display: flex;
    align-items: center;
    justify-content: space-between;
    .about-right {
        margin-left: 40px;
        .about-part {
            background-color: #292B2E;
            font-size: 20px;
            font-weight: 600;
            color: #FFB742;
            text-transform: uppercase;
            border-radius: 50px;
            padding: 6px 25px;
        }
        .about-text {
            margin-top: 10px;
            font-size: 48px;
            font-weight: bold;
            color: #fff;
            margin-bottom: 30px;
        }
        .about-title {
            color: #fff;
            text-align: justify;
            margin-bottom: 55px;
            line-height: 2;
        }
    }
}

.skills {
    margin-bottom: 136px;
    margin-top: 136px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    .skills-part {
        background-color: #292B2E;
        font-size: 20px;
        font-weight: 600;
        color: #FFB742;
        text-transform: uppercase;
        border-radius: 50px;
        padding: 6px 25px;
    }
    .skills-text {
        margin-top: 10px;
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
    }
    .skills-title {
        color: #fff;
        text-align: justify;
        margin-bottom: 55px;
        line-height: 2;
    }
    .skills-right {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-left: 97px;
        div {
            display: flex;
            gap: 16px;
        }
        img {
            width: 48px;
            height: 48px;
            padding: 16px;
            background-color: #383E45;
            border-radius: 10px;
        }
    }
}

.works {
    margin-bottom: 136px;
    text-align: center;
    .works-part {
        background-color: #292B2E;
        font-size: 20px;
        font-weight: 600;
        color: #FFB742;
        text-transform: uppercase;
        border-radius: 50px;
        padding: 6px 25px;
    }
    .works-text {
        margin-top: 10px;
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
    }
    .works-list {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 44px;
        margin-bottom: 50px;
        li {
            a {
                color: #fff;
                font-weight: 600;
            }
        .active {
            background-color: #FFB742;
            padding: 5px 20px;
            border-radius: 3px;
            color: #212529;
        }
        }
    }
    .works-img {
        display: flex;
        gap: 32px;
        .work-img {
            display: flex;
            flex-direction: column;
            gap: 32px;
        }
    }
}

.testimonials {
    text-align: center;
    .testimonials-part {
        background-color: #292B2E;
        font-size: 20px;
        font-weight: 600;
        color: #FFB742;
        text-transform: uppercase;
        border-radius: 50px;
        padding: 6px 25px;
    }
    .testimonials-text {
        margin-top: 10px;
        font-size: 48px;
        font-weight: bold;
        color: #fff;
        margin-bottom: 30px;
    }
    .feedbacks {
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        column-gap: 40px;
        margin-bottom: 180px;
        .feedback {
            background-color: #fff;
            padding: 50px 33px;
            text-align: left;
            border-radius: 8px;
            .feedback-stars {
                margin-bottom: 20px;
            }
            img {
                object-fit: cover;
            }
            p {
                text-align: justify;
                line-height: 2;
                font-size: 20px;
            }
            .feedback-user {
                display: flex;
                align-items: center;
                margin-top: 30px;
                img {
                    margin-right: 24px;
                }
                .feedback-userinfo p {
                    font-weight: bold;
                }
            }
        }
    }
}

.textinfo {
    padding: 57px 94px;
    background-color: #FFB742;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -80px;
    z-index: 1;
    position: relative;
    p {
        font-size: 35px;
        font-weight: bold;
    }
    span {
        text-align: center;
        font-size: 18px;
        font-weight: 600;
    }
    button {
        color: #212529;
        background-color: #FFB742;
        border: 2px solid black;
        border-radius: 50px;
        font-weight: 600;
        padding: 12px 40px;
        font-size: 18px;
        cursor: pointer;
    }
}

.footer {
    background-color: #1c1c1c;
    padding-bottom: 100px;
    padding-top: 110px;
    .footercontainer {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .footer-name {
        p {
            color: #FFB742;
            font-weight: bold;
            font-size: 32px;
        }
        span {
            color: #D4D4D4;
            font-weight: 600;
        }
    }
    .footer-item {
        p {
            color: #F5FBF2;
            font-size: 22px;
            font-weight: bold;
        }
        a {
            font-size: 18px;
            color: #7B7B7B;
            line-height: 2.4;
        }
        span {
            font-size: 18px;
            color: #7B7B7B;
            line-height: 2.4;
        }
        form {
            position: relative;
            input {
                border: none;
                background-color: #212529;
                padding: 19px 24px;
                border-radius: 50px;
                outline: none;
                color: #F5FBF2;
            }
            .fa-telegram {
                background-color: #FFB742;
                padding: 20px;
                border-radius: 100%;
                font-size: 23px;
                position: absolute;
                left: 180px;
                top: -5px;
            }
        }
    }
}