.Home-img{
    background-image: url('media/2.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    
}

/* screen */
.map-screen-page-box{
    display: flex;
    flex-direction: column ;
    margin-top: 14%;
    align-items: flex-start;
    margin-left: 100px;
    color: white;
}

.about-img p:hover{
    cursor: pointer;
}

.topscreen-page-box{
    display: flex;
    flex-direction: column ;
    justify-content: center;
    align-items: flex-start;
    margin-left: 40px;
    color: white;
}
.topscreen-side-head{
    font-size: 30px;
}
.topscreen-page-card{
    background-color: rgba(36, 40, 36,0.6);
    padding: 50px;  
    max-width: 500px;    
}






/*  popup1*/
.popup1 {
    background: #fff;
    border-radius: 6px;
    width: 60%;
    position: absolute;    
    left: 0;
    transform: translate(-50%, -50%) scale(0);
    text-align: center;
    color: #333;

    transition: transform , bottom 0.4s;
    display: flex;
    flex-direction: column;    
    align-items: center;
    padding: 20px;

}

.close-tag1 {
    align-self: flex-end;
}

.popup1 h1 {
    font-size: 38px;
    font-weight: bold;
    margin: 0px 0px 30px;
}

.popup1 p {
    font-size: 14px;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    margin: 2px 0px;
    color: rgb(88, 87, 87);
    width: 60%;
}

.openpopup1 {
    visibility: visible;   

    transform: translate(30%, -50%) scale(1);
}
/* solution */
.Agr-sol-heading{
    color: white;
    margin-bottom: 20px;
}
.Agr-Solution{
    background-color:rgb(77, 78, 86) ;
    padding: 30px;
    margin: 30px 0;
    
}
.agr-solution-card{
    width: 350px;
    height: 400px;
    background-color:rgb(77, 78, 86) ;
    color: white;
    margin:20px 0px ;   
    
}
.agr-sol-card-list{
    width: 100%;
    height: 150px;
    background-color:rgb(58, 59, 65) ;
    color: white;
    padding: 20px;
    font-size: 15px;
    
    
}
.agr-sol-card-img img{   
    height: 200px;
    width: 100%;
}

.agr-sol-card-img h1, .agr-sol-card-img-2 h1, .agr-sol-card-img-3 h1{   
    padding: 10px 30px;  
    background-color: rgba(4, 4, 5, 0.6);
    margin: 0;
    font-size: 25px;
}
.agr-solution-page{
    display: flex;
    justify-content: center;
}


/*Solution*/



/* expertise*/ 
.map-Expertise{
    margin: 30px 0;
}
.map-expertise-card{
    width: 300px;
    margin-bottom: 30px;        
}
.map-exp-card-img img{
    height: 230px;
    width: 300px;
}
.map-exp-heading{    
    margin-bottom: 20px;
}
.map-exp-card-list{
    width: 300px;
    height: 120px;    
    background-color:rgb(223, 227, 219) ;
    color: black;
    padding: 20px;
    font-size: 15px;
}


/*Deliver*/
.map-DELIVER{
    width: 100%;    
    margin-bottom: 30px;
    margin-top: 30px; 
    
}

.map-deliver-description{
    padding: 50px;
    
}
.map-deliver-description h1{
    font-size: 25px;
    font-weight: bold;
    font-size: 18px;
}
.map-deliver-description p{
    margin-bottom: 30px;
    font-size: 14px;
}
.map-deliver{
    background-color:rgb(223, 227, 219);
    margin: 0;
    padding: 0;
}
.map-deliver-img img{
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}   
.map-btn-deliver{
    color: white;
    background-color: rgb(71, 69, 71);
    border: none;
    padding: 10px 20px;
    margin-bottom:30px ;

}
/*Benefits*/
.map-Benefits{
    margin: 30px 0;
}
.map-benefits-card h1{
    font-size: 20px;
    margin-top: 50px;
}
.map-benefits-card{
    width: 200px;
    padding: 30px;
    margin: 20px;
    text-align: center;
    
}

/*page-footer*/


@media (max-width:768px){
    
    
    .map-resources-page{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .agr-solution-page{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .map-expertise-card{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .map-Benefits{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .map-screen-page-box{
        display: flex;
        flex-direction: column ;
        margin-top: 40%;
        align-items: flex-start;
        margin-left: 100px;
        color: white;
    }
   

    
}
