body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: "Helvetica Neue";
}
main{
    overflow-x: hidden;
}
.flex{
    display: flex;
}


.parkinginfo{
    flex-direction: column;
    gap: 41px;
}


.firstbackground,
.secondbackground{
    display: flex;
    justify-content: right;
    object-fit: cover;
    
}

.secondbackground{
    margin-top: -5px;
}
.parking__wrapper{
    justify-content: space-between;
}
.bluebackwrapper{
    width: 50%;
}


.bluebackgroundWithcar {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom:80px;
    position: relative;
    
    
}

.car{
    position: absolute; 
    right: -200%; 
    bottom: 40px; 
    width: 170%; 
    height: auto; 
    animation: slideIn 1.3s ease-in-out 0.6s forwards; 

}
.car img {
    width: 100%; 
    height: auto; 
}

@keyframes slideIn {
    to {
        right: 0; 
        
    }
}

.firstbackground img {
    width: 100%;
    height: 100%;
}

.secondbackground img {
    width: 100%;
    height: 100%;
}



.quanparking{
    font-family: 'Systopie';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    width: 70%;
    margin: 0 auto;
    color: #000000;
    

}


.info{
    flex-direction: column;
    gap: 10px;
}

.areas{
   width: 90%;
    margin: 0 auto;
}

.infohead{
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    
    color: #000000;
    text-align: center;
}

.quantity{
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    
    color: #000000;
    text-align: center;
}
.map__area{
    width: 50%;
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 50px;
}

.mapimage{
    object-fit: cover;

}
.mapimage img{
    width: 100%;
    height: 100%;
}