body{
    margin: 0;
    padding: 0;
}
.Home-img{
    background-image: url('media/3.webp');
    background-size: cover;
    background-position: top;    
    height: 100%;
}

/* screen */
.pro-screen-page-box{
    display: flex;
    align-items: flex-start;
    flex-direction: column ;
    margin-top: 14%;    
    margin-left: 100px;    
    color: white;
}
.content-box{
    display: flex;
    flex-direction: column ;
    justify-content: center;
    align-items: flex-start;
    margin-left: 40px;        
    color: white;
}
.content-head{
    font-size: 30px;
}
.content-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);
}



.home-cart{
    margin-bottom: 30px ;
}

.home-cart1{
    margin-top:30px;
    padding: auto;
    height: 500px;
    width: 100%;
    background-image: url('media/home.jpg');
    background-position: top;
    background-size: cover;
}



/* DAAS*/
.home-daas-1{
    width: 100%;
    height: 500px;
}
.home-DAAS-drone{
    margin-bottom: 30px;
    background-color: rgb(223, 227, 219);
}
.home-DAAS{
    width: 100%;
    }

    .home-daas-description{
        padding: 50px;    
    }
.home-daas-description h1{
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: bold;
}
.home-daas-description p{
    margin-bottom: 30px;
    color: rgb(94, 93, 93);
    font-size: 25px;
}

.home-daas-img{
    width: 100%;
    
}
.home-daas-img img{
    width: 100%;
    height: 500px;
    padding: 20px;
}

.home-btn-daas{
    color: white;
    background-color: rgb(71, 69, 71);
    border: none;
    padding: 10px 20px;
}

