﻿/*header, footer, .header-are {
    display: none;
}*/

.top {
    background: url('/images/banner/bg-default.png') no-repeat top;
    background-size: cover;
    height: 250px;
    position: relative;
}
    .top .avatar {
        width: 200px; 
        height: 200px;
        overflow: hidden;
        border-radius: 5px;
        box-shadow: 0 2px 4px #00000020;
        position: absolute;
        bottom: -20px;
    }
    .top .avatar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.wp {
    font-size: 16px;
}

.d-flex {
    align-items: center;
}

.skills i {
    color: green;
    font-weight: bold
}
.descriptions {
    margin-top: 20px;
}
.descriptions ul {
    padding-left: 20px;
}
.descriptions ul li {
    list-style: disc;
}
.rate .fa-star {
    font-size: 20px;
}
.rate .fa-star.checked {
    color: orange;
}

.portfolio a {
    overflow: hidden;
    height: 300px;
    display: inline-block;
}

.portfolio a:hover img{
    transform: scale(1.2);
    transition: 1s;
}


.review-container {
    background: #fff;
    padding: 10px 0;
    border-radius: 10px;
}

    .review-container .review {
        display: flex;
        align-items: flex-start;
        border-bottom: 1px solid #ddd;
        padding: 15px 0;
    }
        .review-container .review:last-child {
            border-bottom: none;
        }


        .review-container .avatar {
            width: 40px;
            height: 40px;
            background: #007bff;
            color: white;
            font-weight: bold;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 15px;
            font-size: 20px;
        }

    .review-container .review-content {
        flex: 1;
    }

    .review-container .stars {
        color: #ffcc00;
        font-size: 14px;
    }

    .review-container .title {
        font-weight: bold;
        font-size: 16px;
    }

    .review-container .price {
        font-weight: bold;
        color: #555;
    }

    .review-container .description {
        margin: 5px 0;
        color: #666;
    }

    .review-container .tags {
        color: #007bff;
        font-size: 14px;
    }

    .review-container .user-info {
        font-size: 12px;
        color: #888;
    }

.pro-container .section {
    margin-bottom: 25px;
}

.pro-container .section-title {
    font-size: 20px;
    font-weight: bold;
    color: #2c3e50;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    border-bottom: 3px solid #007bff;
    padding-bottom: 5px;
}

    .pro-container .section-title i {
        margin-right: 12px;
        color: #007bff;
    }

.pro-container .item {
    padding: 15px;
    border-left: 5px solid #007bff;
    background: #eef5ff;
    margin-bottom: 12px;
    border-radius: 8px;
    transition: 0.3s ease;
}

    .pro-container .item:hover {
        background: #dceeff;
        transform: translateY(-2px);
    }

    .pro-container .item.work {
        border-left-color: #28a745;
        background: #e9f9ee;
    }

        .pro-container .item.work:hover {
            background: #d4f5db;
        }

.pro-container .item-title {
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

.pro-container .date {
    font-size: 14px;
    color: #777;
    font-style: italic;
}

.pro-container .description {
    color: #555;
    margin-top: 5px;
    font-size: 14px;
    line-height: 1.6;
}

.pro-container .skills {
    margin-top: 10px;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.pro-container .skill-badge {
    background: #007bff;
    color: white;
    padding: 3px 8px;
    border-radius: 5px;
    font-size: 13px;
    font-weight: bold;
}

.item-related {
    border: 1px solid #e8e8e8;
    margin-bottom: 15px;
    border-radius: 5px;
    overflow: hidden;
}

    .item-related .head {
        background: url('https://cdn.enhancv.com/templstes_vs_examples_Cover_8a1e3d9195.jpg') no-repeat center;
        background-size: cover;
        height: 80px;
        width: 100%;
        text-align:center;
    }

.item-related .avatar {
    display: inline-block;
    box-shadow: 0 2px 4px 0 #00000020;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    bottom: -20px;
    border: 1px solid #fff;
    padding: 3px;
    background-color: white;
}

.item-related .content {
    text-align:center;
    margin-top: 40px;
    padding-bottom: 20px;
}

.modal-portfo.modal-dialog {
    max-width: 1201px !important;
}

.modal-portfo .description {
    white-space: pre-line;
}
.modal-portfo .s-item {
    background-color: white;
    border: 1px solid #007bff;
    color: #007bff;
    padding: 4px 10px;
    border-radius: 3px;
    margin-bottom: 8px;
}

.gig-pro h1 {
    font-size: 20px;
}

.gig-pro .name span {
    font-size: 16px;
    font-style: italic;
}

.gigs-images {
    margin-top: 10px;
}
.gigs-two-owl {
    margin-top: 10px;
}
.gigs-two-owl img {
    height: 80px;
    object-fit: cover;
}

.gigs-about {
    margin-top: 20px;
    margin-bottom: 20px;
}

.portos-image {
    background-color: black;
}

.portos-image img {
    object-fit: contain;
}