*{
    padding:0px;
    margin:0px;
    border:none;
    outline:none;
    box-sizing:border-box;
}

body {
    height: 100svh;
    max-width: 100svw;
}
header{
    display: flex;
    justify-content: space-between;
    background-color: white;
    padding: 20px;
}
nav{
    display: flex;
    justify-content: center;
    
    gap: 20px;
    
    
}
.d{
    display: flex;
    gap: 25px;
    
}
.ic{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    
    
}
.ic1{
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 2px solid #ccc; 
    padding-right: 20px; 
    gap: 10px;
}
button{
    background-color: white;
    color: #111827;
    height: 40px;
    width: 130px;
    padding: 3px 5px;
    border-radius: 10px;
    border: 2px solid #111827;
    margin: 10px;
    

}
.ph{
    width: 150px;
}




#s1 {
    
    background-image: url("./photos/modern-office-overlooking-city-skyline-sunset.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    
   
    height: 90vh; 
    display: flex;
    align-items: center;    
    justify-content: start; 
    padding: 50px; 
    
}
#di {
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    
}
.di1{
    
    padding: 50px;
    text-align: center;  
    display: flex;
    flex-direction: column;
    align-items: center; 
    
}
.h{
    width: 40px;          
    height: 4px;         
    background-color: #cbd5e1; 
    margin: 15px 0;       
    border-radius: 2px;

}
.di2{
    display: flex;
    justify-content: space-between;
    padding: 70px;
    gap: 70px;
    align-items: center;
    
}
.im{
    width: 400px;
    height: 300px;
}
.di3{
    display: flex;
    flex-direction: column;
    text-align: center;
    
    gap: 40px;
    
} 
.di4{
    display: flex;
    justify-content: center;
    gap: 40px;
}
.di5{
    display: flex;
    
    flex-direction: column;
    align-items: center;
    gap: 30px;
}
/* .lin{
    border-bottom: 2px solid #111827; 
    padding: 5px 5px 0px 5px;
    

} */

#l2{
    border-right: 2px dashed #111827; 
    padding-right: 30px;

}







.ph4{
     background-image: url("./photos/business-partners-handshake-global-corporate-with-technology-concept.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    
    height: 45vh; 
    display: flex;
    flex-direction: column;
    align-items: center;    
    justify-content: center; 
    padding: 50px;
    gap: 10px; 
}









.s2{
    display: flex;
    flex-direction: column;
    
    gap: 20px;
    padding: 40px;
    
}

.di6{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
 .di7{
    display: flex;
    max-width: 90%;
    gap: 20px;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 10px;
    
    flex-wrap: wrap;
    
    
 }
 .di8{
    background-color: white;
    width: 355px;
    height: 132px;
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgb(204, 204, 207);
    border: 0.7px solid rgb(173, 171, 171);
    display: flex;
    align-items: center;
    gap: 15px;
 }
 .di9{
    display: flex;
    flex-direction: column;
    gap: 10px;
 }
 .a1{
    text-decoration: none;
    color: #0e3da2;
 }
 .l4{
    color: #0e3da2;
    text-decoration: underline solid #0e3da2;
 }








 .s3{
    display: flex;
    margin-left: 10px auto;
    padding: 40px;
    align-items: center;
    flex-direction: column;
    gap: 40px;
    background-color: whitesmoke;
 }
 .di10{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
 }
 .ph6{
    width: 150px;
    height: 150px;
    border-radius: 75px;
    margin: 10px;
 }
 .di11{
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    width: 200px;
    height: 270px;
    background-color: #a9acb3;
    border-radius: 105px 105px 0px 0px ;
 }


 .f1{
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    gap: 10px;
    padding: 30px;
    background-color: #111827;
    color: #cbd5e1;
 }
 .lo5{
    color: #cbd5e1;
    
 }


 .di12{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    padding: 30px;
    background-color: #111827;
    color: #cbd5e1;

 }

 @media (max-width:991px){
    header{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .di{
        display: flex;
        flex-wrap: wrap;
        
    }
    .di2 img {
        display: none;
    }
    .di7{
        display: flex;
        flex-direction: row;
    }
    /* #di {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    
} */


 }
  

