.hero-title{
    padding-top: 12rem;
    padding-bottom: 8rem;
}
.overtitle{
    font-size: 5.6rem!important;
    font-weight: 700;
    letter-spacing: unset;
    /* font-family: poppins; */
    font-family: 'Syne', sans-serif;
    font-feature-settings: 'pnum' on, 'lnum' on;
    line-height: 85%;
}
.project{
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.project-container{
    display: grid;
    grid-template-columns: calc(50%) calc(50% - 300px);
    column-gap: 50px;
}
.left-col{
    margin-top: 6rem;
}

.container-img{
    padding-left: 250px;
}
.container-project-img{
    margin: auto;
    width: 100%;
    height: auto;
    overflow: hidden;
    border-radius: 60px;
}
.container-second-img{
    display: grid;
    grid-template-columns: calc(50% - 0px) calc(50% - 0px);
}

.project-illustration{
    width: 100%;
    height: auto;
}
.project-illustration:hover{
    transform: scale(1.1);
    transition: all 0.3s ease-in-out;
}
.project-status{
    font-size: 1rem;
}

.project-tite{
    font-size: 4rem!important;
}

/* ===== buttons ===== */
.btn-visit{
    border-radius: 23px;
    font-size:130%;
    padding: 18px 30px;
    text-align: center;
    text-decoration: none;
    transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
    width: 100%;
}
.btn-visit:hover{
    transform: translateY(-2px);
}
.btn-visit:active {
    box-shadow: none;
    transform: translateY(0);
}

.favorite-heart{
    width: auto;
    height: 30px;
    vertical-align: middle;
}


.btn-favorite{
    transition: all .2s ease-in-out;
    padding-left: 16.3px;
    padding-right: 16.3px;
    border: none;
    border-radius: 23px;
}
.btn-favorite:hover {
    background-color: #e7e7e7;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}
.btn-favorite:active {
    box-shadow: none;
    transform: translateY(0);
}

.favorite-heart-liked {
    display: none;
}

#like-btn.liked .favorite-heart-default {
    display: none;
}

#like-btn.liked .favorite-heart-liked {
    display: inline-block;
}

h3 {
    font-size: 1.75rem!important;
}


.first-informations{
    text-decoration: none;
    justify-content: space-between;
    padding: 0px;
}

.informations{
    text-decoration: none;
    justify-content: space-between;
    padding: 0px;
}
.i-title{
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #dbdbdb;
    display: block;
}
.i-info{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border-bottom: 1px solid #dbdbdb;
    display: block;
}

.i-info li{
    font-size:100%;
	color: #30323c;
	font-family: Poppins;
    letter-spacing: .4px;
	margin: 0px;
	font-weight: 400;
    margin-bottom: 1rem;
}







.hero-section{
    overflow: hidden;
}

.hero-text p {
    font-size: 1.2rem;
}
.background-hero-wrapper {
    overflow: hidden;
    /*height: 100vh;
    position: relative;*/
}
.background-hero {
    /* position: absolute; */
    top: 0;
    right: 0;
    width: 130%;
    height: auto;
    transform: translate3d(0, 0, 0)!important;
}
.hero-container {
    position: absolute;
    top: 20%;
    left: 5rem;
    width: 40%;
    /*transform: translate(-50%, -50%);*/
}



.form-container{
    margin: auto;
    margin-left: 1rem;
    border-radius: 50px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

.comment{
    margin-bottom: 3rem;
    margin-right: 1rem;
}
.comment-author-img{
    width: 50px;
    height: auto;
    /* border-radius: 50%; */
    margin-right: 1rem;
}
.comment-author-name{
    align-items: center;
}
.comment-date{
    align-items: center;
    font-size: 80%;
    color: #a9a9a9;
}



/* Modal */
.modal{
    z-index: 100;
    background-color: rgba(0,0,0,0.8);
    --bs-modal-border-color: none;
}

.modal-content{
    margin: 5% auto;
    /*padding: 20px;*/
    width: 70%;
    background-color: unset;
    z-index: 101;
}
.modal-img{
    border-radius: 23px;
}

.close{
    position: absolute;
    right: -33px;
    top: -33px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    border-radius: 23px;
    width: 67px;
    height: 67px;
}

.close:hover,
.close:focus{
    color: #aaa;
}

.expand-btn {
    position: absolute;
    right: -33px;
    top: -33px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border-radius: 23px;
    width: 50px;
    height: 50px;
}




/* ====== Responsive ====== */
@media screen and (max-width: 1600px){
    .container-img{
        padding-left: 150px;
    
    }
    
}
@media screen and (max-width: 1440px){
    .project-container{
        display: grid;
        grid-template-columns: calc(50%) calc(50% - 100px);
        column-gap: 50px;
    }
    .container-img{
        padding-left: 50px;
    }
    .left-col{
        margin-top: 8rem;
    }
}
@media screen and (max-width: 1200px) {
	.form-container{
		padding-top: 2rem;
		padding-bottom: 2rem;
		padding-left: 2.5rem;
		padding-right: 2.5rem;
	}
    .background-hero {
        height: 70vh;
        opacity: 50%;
        object-fit: cover;
    }
    .hero-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        width: 100%;
        padding: 0 5rem;
    }
    .hero-text-title {
        width: 100%;
        font-size: 2rem!important;
        margin-top: 0;
    }
    .hero-text {
        width: 100%;
        font-size: 1rem;
    }
    .modal-content{
        width: 90%;
    }
}
@media screen and (max-width: 992px) {
    .overtitle{
        font-size: 3.2rem!important;
    }
    .form-container{
        padding-top: 2rem;
        padding-bottom: 2rem;
        padding-left: 3rem;
        padding-right: 3rem;
        margin-left: 0;
    }
}


@media screen and (max-width: 768px) {
    .overtitle{
        font-size: 2.2rem!important;
    }
    .project-container{
        padding-left: 2rem;
        padding-right: 2rem;
        display: block;
    }
    .container-img {
        padding-left: 0;
    }
    .left-col{
        margin-top: 0;
    }
    .project-tite{
        font-size: 2.5rem!important;
    }
    .background-hero {
        height: 70vh;
        opacity: 30%;
        object-fit: cover;
    }
    .hero-container {
        position: absolute;
        text-align: center;
        width: 100%;
        padding: 0 0.5rem;
    }
    .hero-text-title {
        font-size: 2rem!important;
        margin-top: 0;
    }
    .modal-content{
        width: 100%;
    }
    .close{
        position: fixed;
        right: 0px;
        top: 0px;
        font-size: 30px;
        border-radius: 15px;
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 576px){
    .project-container{
        padding-left: 0.5rem;
        padding-right: 0.5rem;
        display: block;
    }
    .container-text{
        margin-top: 2rem;
    }
    .container-project-img{
        width: 100%;
    }
    .li-info{
        padding-top: 5%;
        padding-bottom: 5%;
    }
    .form-container{
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }
}