/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
.firstsection {
    z-index: 1; 
    position: relative;
    margin-top: -0px;
}

.firstsection .banner-square {
  
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;  
    transition: transform 0.3s ease-in-out;  
}

 

.firstsection .box-img {
    border-radius: inherit;  
}

.secondsection {
    z-index: 1; 
    position: relative;
    margin-top: -40px;
}

.secondsection .banner-square {
    
    border-radius: 25px 25px 25px 25px;
    overflow: hidden;  
    transition: transform 0.3s ease-in-out;  
}

.thirdsection  .banner-square img{
      
    border-radius: 25px 25px 25px 25px; 
    overflow: hidden;  
    transition: transform 0.3s ease-in-out;

}
/*
box-shadow: 0px 8px 20px 10px rgba(0, 0, 0, 0.8)*/