body{
    margin: 0;
    padding: 0;
}
.Home-img{
    background-image: url('media/3.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
}

/* screen */
.agr-screen-page-box{
    display: flex;
    align-items: flex-start;
    flex-direction: column ;
    margin-top: 14%;    
    margin-left: 100px;    
    color: white;
}
.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: 500px;
    background-color:rgb(77, 78, 86) ;
    color: white;
    margin:0 0px ;   
    
}
.agr-sol-card-list{
    width: 100%;
    height: 230px;
    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;
}


/* expertise*/ 
.Agr-Expertise{
    margin: 30px 0;
}
.agr-expertise-card{
    width: 330px;   
    
}
.agr-exp-card-img img{
    height: 230px;
    width: 100%;

}
.Agr-exp-heading{    
    margin-bottom: 20px;
}
.agr-exp-card-list{
    width: auto;
    height: 120px;    
    background-color:rgb(223, 227, 219) ;
    color: black;
    padding: 20px;
    font-size: 15px;
}

/*Deliver*/
.agr-DELIVER{
    width: 100%;    
    margin-bottom: 30px;
    margin-top: 30px;
    padding: 0; 
    
}

.agr-deliver-description{
    padding: 50px;
    
}
.agr-deliver-description h1{    
    font-size: 25px;
    font-weight: bold;
}
.agr-deliver-description p{
    margin-bottom: 30px;
    font-size: 14px;
}
.agr-deliver{
    background-color:rgb(223, 227, 219);
    margin: 0;
    padding: 0;
}
.agr-deliver-img img{
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    
}   
.agr-btn-deliver{
    color: white;
    background-color: rgb(71, 69, 71);
    border: none;
    padding: 10px 20px;
    margin-bottom:30px ;

}
/*Benefits*/
.agr-Benefits{
    margin: 30px 0;
    
}
.agr-benefits-card h1{
    font-size: 20px;
    margin-top: 50px;
}
.agr-benefits-card{
    width: 200px;
    padding: 30px;
    margin: 20px;
    text-align: center;
    
}
.agr-benefit-page-card{
    display: flex;
    justify-content: center;
}

/*page-footer*/



@media (max-width:768px){
    
    
    .agr-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;
    }
    .agr-Benefits{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .agr-screen-page-box{
        display: flex;
        align-items: flex-start;
        flex-direction: column ;
        margin-top: 40%;    
        margin-left: 100px;    
        color: white;
    }

    
}
