*, ::before, ::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;

}
.sbox {
    width: 30%;
    border: 3px solid #333;
    box-shadow: 8px 8px 5px 5px #969494;
    padding: 18px 20px ;
    background-image: linear-gradient(10deg, #ca7d7d, #0cee50 50%, #5512f1);
  }
  
  .lop{
    height: 120px;
    width: 100%;
    border: solid px #0cee50;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    
    background-image: linear-gradient(10deg, #f3c23b, #c1ca41 50%, #523705);
    border-radius: 2%;

  }
  .s1{
    border: #5512f1 solid 0px ;
    display: flex;
    align-items: center;
    height: 60%;
    width: 100%;
    

  }
  .sbox1 {
    border: #db1e1e solid 0px;
    height: 100%;
    width: 5%;
    align-items: center;
    display: flex;
    
  }
  
  .log {
    border: #55ce10 solid 0px;
    height: 100%;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    
        
  }
  .log img{
    height: 170%;
    
    border-radius: 50%;
    border:0px solid #aeadaf;
    z-index: 3;
    box-shadow: 1px 2px 3px 3px #757575;
    
    }

    .log img:hover {
        transform: scale(1.1);
        box-shadow: 2px 4px 6px 6px #ffffff;
    }

  .man1 {
    border: #db1e1e solid 0px;
    height: 100%;
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    
    
  }
  .man2 {
    border: solid #db1e1e  0px;
    height: 100%;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size : 35px;
    color: #ffffff;
    text-align: center;

       
  }
 
  .man3 {
    border: solid #db1e1e  0px;
    height: 100%;
    width: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    
 }
.section-one {
    
    height: 100%;
    border: solid #db1e1e  0px;
  
    background-position: center;
    background-repeat: no-repeat;
    position:relative;  
    
}

.h{
  display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(235, 101, 6);
    background-color: #5512f1;
    font-size: 30px;
    font-style: oblique;
    font-family: 'Franklin Gothic Medium', 
    'Arial Narrow', Arial, sans-serif;

}




