.home .home-banner-1{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
    min-height: 400px;
    position: relative;
}


.home .home-banner-1{
    background-image: url('../images/planning1.png');
}


.home .home-banner .home-banner-text{
    position: absolute;
    top: 50%;
    left:43%;
    transform: translate(-110%, -50% );
    color: white;
    
}

.home .home-banner .home-banner-text h1{
    font-size: 5rem;
    font-weight: 700;

}

@media (max-width:1237px){
    .home .home-banner-1,
    .home .home-banner-2{
    background-position: 50% center;
    min-height: 350px;
    
    }

    .home .home-banner .home-banner-text{
        text-align: center;
        width: 100%;
        transform: translate(-60%, -50%);
        margin: auto;
        
    }


} 

@media (max-width:767px){
    .home .home-banner .home-banner-text h1{
       font-size: 3rem;
        
    }
} 
@media (max-width:429px){ 
    .home .home-banner .home-banner-text{
        text-align: center;
        width: 100%;
        transform: translate(-50%, -50%);
        margin: auto;
        
    }
    .home .home-banner .home-banner-text h1{
    font-size: 2.5rem;
    }
}


/* Section- 2 */


/* Section 2 */
.sec-2{
    width: 100%;
    /* background-color: white; */
    min-height: 400px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;

}


 /* hover text */
 .texthovun{
    display: block;
    position: relative;
    padding: 0.2em 0;
    width: fit-content;
    margin: auto;
  }

  .texthovun ::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.1em;
    background-color: rgb(0, 0, 141);
    opacity: 0;
    transition: opacity 300ms, transform 300ms;
  }
  
  .texthovun :hover::after,
  .texthovun :focus::after {
    opacity: 1;
    transform: translate3d(0, 0.14em, 0);
  }


.sec-2 .card{
   
    width: 50%;

}
.sec-2 .card2{
    width: 50%;
}

@media (max-width:767px){
    .sec-2 .card{
   
        width: 100%;
    
    }
    .sec-2 .card2{
        width: 100%;
    }
} 

/* @media (max-width:429px){ 
    .sec-2 .card{
   
        width: 70%;
    
    }
    .sec-2 .card2{
        width: 70%;
    }
} */
.hover01{
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s ease-in-out;
	transition: .4s ease-in-out;
}
.hover01 figure:hover img{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.sec-2 p,
.sec-2 li,
.sec-2 table{
    
    font-size: 1.2rem;
    

}
.blueh1{
    font-size: 3rem;
    color: rgb(0, 0, 141);
}


.card2{
    
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 90% center;
    min-height: 400px;
    position: relative;
}

.construction{
    background-image: url(../images/construction_site.png);
}

.outside{
    background-image: url(../imagesCaseStudy/be-outside-view.jpeg);
}
.office{
    background-image: url(../imagesCaseStudy/be-office.jpeg);
}
.dock{
    background-image: url(../imagesCaseStudy/be-internal-dock.jpeg);
}
.build4{
    background-image: url(../images/new_build4.png);
}
.build2{
    background-image: url(../images/new_builds2.png);
}
.school1{
    background-image: url(../imagesCaseStudy/school_construction.jpg);
}
.school2{
    background-image: url(../imagesCaseStudy/school_construction2.jpg);
}