/* Home-page*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-family: sans-serif; */
}

/* carousal */
.carousal-btn {
    background-color: rgb(71, 69, 71);
    border-radius: none;
    color: white;
    padding: 10px 20px;
    border: none;

}

.carousal-btn a {
    text-decoration: none;
    color: white;
}

.carousal-btn:hover {
    border: 1px solid white;
}

.carousel-item img {
    color: white;
    height: 100vh;

}

.box {
    background-color: rgba(36, 40, 36, 0.8);
    padding: 10px;
    margin-bottom: 15%;
    position: relative;
    margin-left: 45%;
    max-width: 400px;
}

.carousal-box {
    margin: 0;
    display: flex;
    justify-content: center;
}

.box p {
    color: white;
}

.box .side-head {
    color: white;
    font-weight: bolder;
    font-size: 30px;
}


/* Home-page-section*/

.home-cart {
    margin-bottom: 30px;
}

.home-cart1 {
    margin-top: 30px;
    padding: auto;
    width: 100%;
    background-image: url('media/home.jpg');
    background-position: top;
    background-size: cover;
}

.home-cart1-1{
    width: 100%;
    height: 400px;
}
.home-cart1-2{
    width: 100%;
    height: 400px;
}

.home-cart1-2-1 {
    width: 90%;
    margin-top: 50px;

}

.home-cart1-2 h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.home-cart1-2 p {
    margin-bottom: 80px;
    color: rgb(94, 93, 93);
}

.home-cart-knowmore {
    padding: 10px 20px;
    border: none;
    background-color: rgb(71, 69, 71);
    color: white;
    border-bottom: 20px;
}
.home-cart-knowmore:hover{
    border: 1px solid black;
}

/*  */

/*  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);
}



/*  */
.home-SAI-box{
	margin-bottom: 10px;   
	height: 300px;
    
	position: relative;
}
.SAI-image{
	display: block;
	width: 100%;
	height: 300px;
}
.SAI-overlay{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding:0px 20px;	
	color: white;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	left: 0;	
	overflow: hidden;
	width: 100%;
	height:0;
	transition: .2s ease;

}

.home-SAI-box:hover .SAI-overlay{
	height: 100%;
	
}
.home-SAI-box:hover .centered{
		display: none;
	}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 100%;
    text-align: center;
}
.centered h2{
    font-size: 22px;
}
.SAI-overlay h2{
    font-size: 22px;
}
.SAI-overlay h2{
    font-size: 22px;
}
.SAI-Icons{
    font-size: 40px;
}




/*OUR Product*/
.home-ourProducts {
    margin-top: 30px;
    margin-bottom: 30px;

}


.home-ourproduct-card-img {
    display: flex;
    justify-content: center;
    height: 400px;


}

.home-ourproduct-description {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}





.home-ourproduct-card {
    margin-bottom: 80px;
}

.home-op-card-heading {
    font-weight: bold;
    font-size: 22px;
    margin-top: 30px;
}

.home-op-card-para {
    color: #5d5f59;
    font-size: 18px;
    margin: 0px 20px;
}

.home-ourproduct-details {
    display: flex;
    justify-content: space-around;
}

.home-ourproduct-details ul li i {
    margin-right: 10px;
}

.home-ourproduct-details ul li {
    list-style: none;
    display: inline-block;
    margin: 20px;
    font-size: 17px;
    margin-bottom: 10px;
}

.home-btn-ourproduct {
    color: white;
    background-color: rgb(71, 69, 71);
    border: none;
    padding: 10px 20px;

}

.home-btn-solution:hover {
    border: 1px solid black;
}

/* expertise*/

.Agr-Expertise{
    margin-bottom: 30px;
}
.agr-expertise-card{
    width: 360px;   
    margin-bottom: 20px;
    
    
}
.agr-exp-card-img img{
    height: 250px;
    width: 360px;

}
.Agr-exp-heading{    
    padding: 20px;
}
.agr-exp-card-list{
    width: 360px;
    height: 240px;    
    background-color:rgb(190, 195, 186) ;
    color: black;    
    font-size: 15px;
    padding: 20px;

}


/* DAAS*/
.home-daas-1{
    width: 100%;
    height: 400px;
}
.home-DAAS {
    width: 100%;
    
    
    margin-bottom: 30px;

}

.home-daas-description {
    padding: 50px;
}

.home-daas-description h1 {
    margin-bottom: 30px;
    font-size: 30px;
    font-weight: bold;
}

.home-daas-description p {
    margin-bottom: 30px;
    color: rgb(94, 93, 93);
}

.home-daas {
    background-color: rgb(223, 227, 219);
    margin: 0;
    padding: 0;
    width: 100%;
    
}

.home-daas-img {
    width: 100%;
    margin: 0;
    padding: 0;
}

.home-daas-img img {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.home-btn-daas {
    color: white;
    background-color: rgb(71, 69, 71);
    border: none;
    padding: 10px 20px;
}



@media (max-width:768px) {

    .footer-right-cart {
        color: white;
        text-align: center;
    }

    .footer-cart1 ul li, .footer-cart2 ul li {
        border-bottom: 1px solid white;
        padding: 5px;
    }
    .home-cart1-2-1 {
        
        margin: 50px;
    
    }
    .home-cart1 {
        margin-top: 30px;        
        padding: auto;
        width: auto;        
        background-image: url('media/home-1.jpg');
        background-position: top;
        background-size: cover;
    }
    .home-cart1-2 p {
        margin-bottom: 40px;
        color: rgb(94, 93, 93);
    }
    .agr-expertise-card{
        width: 360px;   
        margin-bottom: 20px;       
        
    }
     .home-ourproduct-card-img {
        display: flex;
        justify-content: center;
        height: 400px;
        width: 400px;
    }
    .home-ourproduct-card-img img {
        display: flex;
        justify-content: center;
        height: 400px;
        width: 400px;
    }
    



}