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

.work-container {
    height: auto;
}

.work-heading {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 36px;
    margin-top: 100px;
}

.work-left {
    width: 50%;
    margin-bottom: 20px;
}

.work-right {
    width: 50%;
    padding-right: 45px;
}

.work-cards {
    grid-column-gap: 30px;
}

.work-sub-heading {
    font-size: 18px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    transition: .30s ease-in;
    margin-top: 20px;
}

.work-sub-heading:hover {
    color: #FEB062 !important;
}

.work-img {
    height: 335px;
    width: 100%;
}

.work-content {
    /* line-height: 20px; */
    font-size: 15px;
    color: darkgrey;
    font-family: 'Poppins', sans-serif;
}

.work-details {
    margin-bottom: 0px;
}

.work-light-color {
    color: darkgrey;
    font-family: 'Poppins', sans-serif;
}

.work-font {
    font-family: 'Poppins', sans-serif;
}

.work-category {
    color: darkgrey;
}

.work-category:hover {
    color: #FEB062 !important;
}

.work-link a {
    color: #FEB062;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 20px;
}

.work-link a:hover {
    color: blue;
    transition: .30s ease-in-out;
    margin-left: 7px;
}

/* footer section --- */

.footer-info a {
    text-decoration: none;
}

.f-icons a {
    text-decoration: none;
}

/* media quriy --- */

/* for mobiles  */

@media (max-width:480px) {

    .work-heading-container {
        margin-top: 105px;
    }

    .work {
        flex-direction: column;
        margin-top: 10px !important;
        margin-bottom: -10px;
    }

    .work-box {
        width: 95% !important;
        margin-top: 15px;
        margin: 0 10px;
        margin-bottom: 10px;
    }


    .work-container {
        height: auto;
    }

    .work-cards {
        flex-direction: column;
    }

    .work-sub-heading {
        line-height: 20px;
        font-size: 25px;
        margin-top: 0px !important;
    }

    .work-content {
        line-height: 23px;
        font-size: 14px;
    }

    .work-left {
        width: 100%;
    }

    .work-right {
        width: 100%;
        padding-right: 0px;
    }

    .work-font {
        margin-bottom: 2px;
    }

    .work-detail {
        flex-direction: column;
        text-align: left;
    }

    .work-main-content {
        padding: 0 10px;
    }


}


/* for tab ---- */
@media (min-width:480px) and (max-width:840px) {
    .work-heading-container {
        margin-top: 105px;
    }

    .work-container {
        height: auto;
    }

    .work-box {
        width: 380px !important;
    }

    .work-cards {
        flex-direction: column;
    }

    .work-left {
        width: 100%;
    }

    .work-right {
        width: 100%;
    }
}

.work-section {
    padding: 30px 0;
}

.card {
    background-color: #fff;
    border: 0;
    box-shadow: 0px 10px 50px -11px rgb(0 0 0/8%);
    border-radius: 0;
    position: relative;
}


.project-name {
    font-size: 32px;
    font-family: 'Poppins', sans-serif;
    color: #333231;
    font-weight: 600;
    text-transform: capitalize;
    opacity: 0.8;
    padding-left: 10px;
    background: linear-gradient(to right, #333231 0%, #8f8278 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 0 20px 20px;
    text-align: left;
    margin-top: -30px;
}

.card:hover .project-name {
    opacity: 0;
}

.hover-block {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    position: absolute;
    overflow: hidden;
    top: 0;
    background: linear-gradient(to left, #333231 -20%, #8f8278 100%);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: display 0.5s;
    display: none;
}

/* .hover-block::after{
    position: absolute;
    content: "";
    background: red;
    width: 100%;
    height: 0%;
    
    transform: translateY(90%);
    transition: transform 0.5s;
}
.card:hover .hover-block::after{
    height: 100%;
    transform: translateY(0%);
} */

.card:hover .hover-block {
    display: flex;
    height: 100%;
    opacity: 1;
}

.hover-block .content-part {
    z-index: 2;
    padding: 10px;
}

.hover-block h2 {
    color: #fff;
    font-size: 32px;
    margin-bottom: 10px;
}

.hover-block p {
    color: #fff;
    font-size: 16px;
}

.technlogy-name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 20px;
    margin-top: 20px;
    flex-wrap: wrap;
}

.technlogy-name p {
    margin-bottom: 0;
    font-size: 13px;
    /* color: #fff; */
    opacity: 0.8;
    margin-top: 10px;
    font-weight: 400;
}

.inverted {
    /* filter: invert(1); */
    height: 25px;
}

.plate-form {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    grid-gap: 20px;
    margin-bottom: 30px;
}

.plate-form h6 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.2;
}






article.card {
    /* position: absolute;
    left: 50%;
    top: 50%;
    left: 50%; */
    /* width: 350px;
    height: 350px; */
    /* transform: translate(-50%, -50%) translateZ(0); */
    border-radius: 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    padding-bottom: 60px;
}

.project-start {
    margin-bottom: 28px;
}

article .icon img {
    height: 25px;
}

article.card .thumb {
    width: auto;
    height: 400px;
    border-radius: 3px;
}

article.card .thumb.eccocar {
    background: url("../../assets/projects/eccocar.png") no-repeat center;
    background-size: 420px;
}

article.card .thumb.sonetel {
    background: url('../../assets/projects/sonetel.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.remedo {
    background: url('../../assets/projects/remedo.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.answerbook {
    background: url('../../assets/projects/Answerbook.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.bluebird {
    background: url('../../assets/projects/bluebird.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.bryllance {
    background: url('../../assets/projects/Bryllance.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.compose {
    background: url('../../assets/projects/Compose.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.noobStorm {
    background: url('../../assets/projects/Noobstorm.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.petaments {
    background: url('../../assets/projects/Petaments.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.pipeline {
    background: url('../../assets/projects/Pipeline.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.shopout {
    background: url('../../assets/projects/Shopout.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.tapsmart {
    background: url('../../assets/projects/tapsmart.png') no-repeat center;
    background-size: 420px;
}

article.card .thumb.pincc {
    background: url('../../assets/projects/pincc.png') no-repeat center;
    background-size: 420px;
}

article.card .infos {
    width: auto;
    /* min-height: 80px; */
    height: 120px;
    max-height: 120px;
    /* height: 100%; */
    /* max-height: 100%; */
    position: relative;
    padding: 14px 24px;
    background: #fff;
    transition: 0.4s 0.15s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    position: absolute;
    bottom: 0;
    /* background-color: red; */
}

article.card .infos .title {
    position: relative;
    margin: 10px 0;
    color: #152536;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    font-size: 28px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 0;
    margin-right: 1rem;
}

article.card .infos .date,
article.card .infos .seats {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: rgba(21, 37, 54, 0.7);
    font-family: 'Poppins', sans-serif;
}

article.card .infos .seats {
    display: inline-block;
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
}

article.card .infos .txt {
    font-family: 'Poppins', sans-serif;
    line-height: 1.8;
    font-size: 0.95rem;
    color: rgba(21, 37, 54, 0.7);
    opacity: 0;
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    padding-top: 1rem;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

article.card .infos .details {
    position: absolute;
    left: 0;
    /* right: 0; */
    bottom: 0;
    margin: 10px 0;
    padding: 20px 24px;
    letter-spacing: 1px;
    color: #4e958b;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 0;
    transition: 0.5s 0.25s cubic-bezier(0.17, 0.67, 0.5, 1.03);
    text-decoration: underline;
}

article.card:hover .infos {
    /* transform: translateY(-320px); */
    /* top: 0; */
    height: 100%;
    max-height: 100%;
}
article.card:hover .header-part .used-technology{
    display: none;
}
article.card:hover .infos .seats,
article.card:hover .infos .txt,
article.card:hover .infos .details {
    opacity: 1;
}
@media screen and (max-width:1024px) {
    article.card .infos .txt {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    article.card{
        padding-bottom: 20px;
    }
}
@media screen and (max-width:991px) {
    article.card .thumb.eccocar {
        background-size: 360px;
    }
    
    article.card .thumb.sonetel {
        background-size: 360px;
    }
    
    article.card .thumb.remedo {
        background-size: 360px;
    }
    
    article.card .thumb.answerbook {
        background-size: 360px;
    }
    
    article.card .thumb.bluebird {
        background-size: 360px;
    }
    
    article.card .thumb.bryllance {
        background-size: 360px;
    }
    
    article.card .thumb.compose {
        background-size: 360px;
    }
    
    article.card .thumb.noobStorm {
        background-size: 360px;
    }
    
    article.card .thumb.petaments {
        background-size: 360px;
    }
    
    article.card .thumb.pipeline {
        background-size: 360px;
    }
    
    article.card .thumb.shopout {
        background-size: 360px;
    }

    article.card .thumb.tapsmart {
        background-size: 360px;
    }

    article.card .thumb.pincc {
        background-size: 360px;
    }

    article.card .thumb{
        background-size: 400px !important;
        background-position: top !important;
    }
}
@media screen and (max-width:425px) {
    .technlogy-name{
        grid-gap: 15px;
    }
}

.header-part{
    /* display: flex; */
    justify-content: space-between;
    align-items: center;
}
.header-part .title{
    flex: 1;
}
.header-part .used-technology{
    flex: 2;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.search-all-project-part .project-search{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.search-all-project-part .project-search .all-project{
    flex: 1;
    display: flex;
    justify-content: flex-start;
}
.search-all-project-part .project-search .search-part{
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.all-project h6{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}
.search-part .input-part{
    width: 100%;
    display: flex;
    justify-content: flex-end;
}
.search-part .search-field{
    border: 1px solid lightgray;
    border-radius: 6px;
    height: 44px;
    padding: 0 0px 0 40px;
    width: 100%;
    position: relative;
}
.select2-container--default .select2-selection--single{
    border: 1px solid lightgray;
    border-radius: 6px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 2.5rem;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
    background: linear-gradient(to left, #333231 -180%, #8f8278 100%);
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible{
    outline: none;
}
.search-part .search-field:focus{
    outline: none;
    border: 1px solid #aea9a8;
}
.search-part .input-part{
    position: relative;
}
.search-icon{
    position: absolute;
    top: 8px;
    left: 12px;
    font-size: 20px;
    color: #bcbcbc;
    font-weight: 400;
}
.chips-part{
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    row-gap: 0.5rem;
}
.chips{
    display: flex;
    align-items: center;
    background: linear-gradient(to left, #333231 -180%, #8f8278 100%);
    padding: 6px 12px 6px 16px;
    border-radius: 30px;
    color: #fff;
    margin-right: 8px;
}
.chips p{
    margin-bottom: 0;
    color: #fff;
    margin-right: 10px;
    font-size: 15px;
}
.chips  span{
    cursor: pointer;
}

@media screen and (max-width:768px) {
    .search-all-project-part .project-search{
        flex-direction: column;
    }
    .search-all-project-part .project-search .all-project{
        width: 100%;
    }
    .search-all-project-part .project-search .all-project{
        width: 100%;
        justify-content: center;
    }
    .search-part{
        width: 100%;
        margin-top: 2rem;
    }
    .all-project{
        margin-top: 1rem;
    }
    .search-part .input-part{
        width: 100%;
    }
    .select2-container--default {
        width: 100% !important;
    }
}