.work-section{
    padding: 3vw 1.8vw;
    /* padding-top: 4vw; */
}

.work-section-title {
    /* max-width: 600px; */
    font-weight: 600;
    font-size: 1rem;
    color: red;
    display: flex;
    justify-content: start;
    align-content: center;
    font-family: "Roboto", sans-serif;
    /* color: #7863fe; */
}

.work-section-title p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.6rem;
    text-transform: uppercase;
}

.work-section-title p span{
    width: 60px;
    height: 0;
    border: 1.4px solid #090909;
}

.workshow{
    display: flex;
    justify-content: end;
    align-items: start;
    cursor: pointer;
}


#workshow-tpyo h1{
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
}
#workshow-tpyo p{
    font-family: "Roboto", sans-serif;
    /* font-weight: 500; */
    font-size: 1rem;
    color: #333;
}

.btn-card{
    padding: 0.4vw 1vw;
    background-color: #ffffff;
    color: #111;
    font-weight: 400;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-family: "Kanit", sans-serif;
    text-decoration: none;
    font-size: 0.8rem;
    margin-top: 0.7rem;
    margin-right: 1rem;
    line-height: 2;
    opacity: 0;
    &:hover{
        color: #ffffff;
        background-color: #111;
    }
}

.darkbtn{
    background-color: black;
    color: #ffffff;
    font-weight: 400;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-family: "Kanit", sans-serif;
    text-decoration: none;
    font-size: 0.8rem;

}

.darkbtn i{
    margin-left: 10px;
}

.btn-card i {
    margin-left: 10px;
}

.card{
    transition: transform 0.5s;
    cursor: pointer;
    /* box-shadow: 0px 0px 6px 0px rgba(178,191,185,0.58); */
    overflow: hidden;
    border-radius: 20px;
}

.card:hover .btn-card{
    opacity: 1;
}

.card .card-img-wrapper{
    overflow: hidden;
    border-radius: 20px;
}
.card .card-img-wrapper img{
    height: 100%;
    width: 100%;
    /* object-fit: cover; */
    /* object-position: center; */
    /* border-radius: 20px; */
}

.card .card-img-wrapper a{
    position: absolute;
    top: 25px;
    right: 20px;
}

.perspective {
    width: 100%;
    perspective: 1000px;
}

.custom-card {
    width: 100%;
    height: 100%;
    transition: transform 0.05s linear;
}

.custom-card .thumb {
    background-size: cover;
    height: 100%;
    width: 100%;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
}

.custom-card .thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 15px;
}

.custom-card .thumb a {
    position: absolute;
    top: 25px;
    right: 20px;
    z-index: 10;
    padding: 0.4vw 1vw;
    background-color: #ffffff;
    color: #111;
    font-weight: 400;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    font-family: "Kanit", sans-serif;
    text-decoration: none;
    font-size: 0.8rem;
    margin-top: 0.7rem;
    margin-right: 1rem;
    line-height: 2;
    transition: background-color 0.3s, color 0.3s;
}

.custom-card .thumb a:hover {
    color: #ffffff;
    background-color: #111;
}

.card-info {
    transform: translateZ(35px);
}
