.banner{
    background: #1f4387;
    height: 100vh;
}

/* .home-image-1{
    position: relative;
    min-height: 600px;
} */
/* .home-image-2{
    position: relative;
    min-height: 1100px;
} */
.home-image-3 .slice-image{
    position: absolute;
    right: 0;
    width: 50px;
}
.home-image-3 .slice-image img{
    width: 100%;
}
.home-image-1 .full-image{
    position: absolute;
    right: 0;
    width: 100%;
}
.home-image-1 .full-content{
    position: absolute;
    left: 0;
    width: 70%;
}
.home-image-1 .full-image img{
    width: 100%;
}
.py-20{
    padding: 50px 0;
}
.btn-read-more:hover{
    background: #1f4387;
}
.btn-read-more{
    background: #2568df;
    border-radius: 30px;
    padding-left: 20px;
    display: inline-block;
    align-self: center;
}
.btn-read-more.reverse{
    background: #ffffff;
}
.btn-read-more.reverse > a{
    color: #2568df;
}
.btn-read-more > a{
    padding: 25px 0;
    color: #fff;
}
.btn-read-more span{
    background-color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    margin: 5px;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #2568df;
}
.btn-read-more.reverse span{
    background-color: #2568df;
    color: #fff;
}

.text-logo {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;

    width: 100%;
    margin: 0 auto;
    text-align: center;

    font-weight: 500;
    line-height: 1;
    white-space: nowrap;

    /* responsive full-width text */
    font-size: clamp(120px, 22vw, 340px);

    background: linear-gradient(
        to bottom,
        #D6E4FD,
        #ffffff
    );

    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;

    z-index: -1;
}

.project-item:hover .project-desc{
    opacity: 1;
    transition: ease-in all 0.2s;
}
.project-desc{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    color: #ffffff;
    opacity: 0;
    transition: ease-out all 0.2s;
}
.project-year{
    font-weight: bold;
    font-size: 30px;
}
.project-title{
    font-weight: bold;
}
.project-subtitle{
    font-size: 13px;
    font-weight: 300;
}
.home-contact{
    border-radius: 15px;
    background: #2568df;
    padding: 50px 30px;
    color: #ffffff;
    text-align: center;
}
.mt-10{
    margin-top: 10vh;
}

.home-swiper-wrapper {
    position: relative;
}

.home-list {
    overflow: hidden;
}
@media (max-width: 640px) {
  .home-image-1 .full-content{
    position: relative !important;
    width: 100%;
  }
  .py-20 {
  padding: 20px 0;
}
.text-logo {
  bottom: -60px;
  font-size: clamp(10px, 22vw, 80px);
}

}
