.home-content{
    padding: 0px 80px;
}
.line{
    width: 1px;
    height: 65px;
    background-color: #BABABA;
    margin: 0 auto;
}
.text-client{
    font-style: italic;
    letter-spacing: 0.1em;
    color: #BBBBBB;
    text-align: center;
    margin: 35px 0px 22px 0px;
    font-family: Raleway, sans-serif;
}
.text-detail{
    text-align: center;
    font-size: 18px;
    color: rgb(54, 49, 49);
    width: 610px;
    margin: 0 auto;
    margin-bottom: 52px;
    line-height: 30px;
    font-family: Raleway, sans-serif;
}
.text-join{
    font-size: 18px;
    color: rgb(78, 78, 78);
    text-align: center;
    font-family: Raleway, sans-serif;
}
.box-contact{
    display: flex ;
    justify-content: center;
    margin-top: 20px;
}
.box-email{
    width: 424px;
    height: 38px;
    border: 1px solid #000000;
    margin-right: 7px;
    padding: 0px 6px;
}
.btn-contact{
    width: 160px;
    border: unset;
    background-color: #3b3b3b;
    color: #ffffff;
    margin-left: 7px;
    cursor: pointer;
    font-size: 14px;
}
.box-contact-detail{
    margin-top: 125px;
}
.text-detail-contact{
    color: rgb(78, 78, 78);
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    margin: 10px 0px;
    font-family: Raleway, sans-serif;
}
.img-content{
    position: relative;
}
.detail-img{
    height: 820px;
    width: 100%;
    object-fit: cover;
}
.text-main-title{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    text-align: center;

}
.text-title{
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 600;
    font-family: Raleway, sans-serif;
    color: #ffffff;
    letter-spacing: 0.8em;
}
.text-design{
    text-transform: uppercase;
    font-size: 20px;
    font-weight: lighter;
    font-family: Raleway, sans-serif;
    color: #ffffff;
    letter-spacing: 1em;
    margin-top: 30px;
}

/* tablet responsive */
@media only screen and (min-width: 768px) and (max-width: 1024px){
    .text-title{
        font-size: 40px;
    }
    .text-design{
        font-size: 18px;
    }
}

/* mobile responsive */
@media only screen and (min-width: 360px) and (max-width: 768px){
    .home-content{
        padding: 0px 20px;
    }
    .detail-img {
        height: 300px;
    }
    .text-title{
        font-size: 28px;
        letter-spacing: 0.5em;
    }
    .text-design{
        font-size: 12px;
        margin-top: 20px;
    }
    .text-detail{
        width: unset;
    }
}