 *{
    margin: 0;
}

.header{
   
    height: 600px;
    width: 100%;
   background-image: url('../media/header_bg.png');
   background-size: cover;
  

}
.header_con{
    margin-left: 5%;
   
    padding-top: 5%;
   
}
.header_con p{
    font-size: 21px;
    margin-top: 3%;
    width: 58%;
   text-align: justify;
  
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    
}
.header_con h1{
    color: black;
    width: 45%;

    font-family: Georgia;
    text-align: justify;
  
}
#header_btn{
    width: 10%;
    margin-left: 25%;
    margin-top: 3%;
    height: 35px;
    border-radius: 8px;
    background: linear-gradient(90deg, rgba(118,10,110,1) 2%, rgba(118,10,110,1) 42%, rgba(122,90,205,1) 89%);
    color: white;
    font-weight: bold;
    font-size: 15px;
    border: none;
   

   
}
.fa-building, .fa-handshake ,.fa-desktop{
   font-size: 50px;
    width: 100%;
    color: rgb(158, 30, 67);
    text-align: center;
    padding-top: 12%;
    padding-left: 10%;
  
}

.clients{
    height: 200px;
    width: 98%;
    margin-left: 1%;
    background: linear-gradient(90deg, rgba(236,234,115,1) 0%, rgba(142,213,209,1) 100%, rgba(115,207,236,1) 100%);
  

}
#client-heading{
    text-align: center;
   color: rgb(66, 8, 59);
 
}
#client_con{
    font-size: 20px;
    font-weight: bold;
    margin-left: 45%;
    margin-top: 5%;
  
}
#left_img{
    height: 550px;
    width: 80%;
    margin-left: 5%;
   
}
.left{
    width: 50%;
    display: inline-block;
    float: left;
    
}
.right{
    margin-top: 8%;
    width: 50%;
    display: inline-block;
    float: right;
    
    
}
.right h1{
    color: black;
    width: 100%;
  
    font-family: Georgia;
}
.right p{
    margin-top: 2%;
    font-size: 21px;
    margin-top: 3%;
    width: 70%;
    text-align: justify;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    


}
.one{
    width: 30%;
    display: inline-block;
   
}
.two{
    width: 30%;
    display: inline-block;
 
}
.three{
    width: 30%;
    display: inline-block;

}
.navigation{
   
    height: 50px;
    width: 100%;
    margin-bottom: 1%;
    box-shadow: 1px 2px 3px #888888;
    background-color: white;
    position: sticky; 
    top: 0px; 
    padding-top: 1%;
   
}
.nav1{
    width: 3%;
    display: inline-block;
  
    padding-left: 3%;
    float: left;
 
}
.nav2{
    width: 92%;
    height: 60px;
    display: inline-block;
  
    float: right;

}

.nav2 h2{
    padding-top: 0.5%;
    color: rgb(65, 20, 121);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
#logo{
    height: 40px;
    width: 40px;
    border-radius: 50%;
}
.explore_left{
    display: inline-block;
    float: left;
    width: 40%;
    height: 300px;
   
}
.explore_left h1{
    margin-left: 20%;
    margin-top: 5%;
}
.explore_left p{
    margin-left: 20%;
    margin-top: 5%;
    font-size: 20px;
    text-align: justify;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.explore button{
    margin-left: 70%;
    width: 25%;
    margin-top: 3%;
    height: 35px;
    border-radius: 8px;
    font-weight: bold;
    font-size: 15px;
    border: none;
    color: white;
    background-color: rgb(20, 41, 103);
}
.explore_right{
    display: inline-block;
    float: right;
    width: 60%;
    height: 300px;
    
}
.explore_right img{
    height: 100%;
    margin-left: 20%;
}

.explore{
    height: 300px;
    background: linear-gradient(90deg, rgba(236,234,115,1) 0%, rgba(142,213,209,1) 100%, rgba(115,207,236,1) 100%);
    /*change the gradient*/

}
.all_in_one{
    height: 600px;

}
#common_img{
    height: 200px;
    width: 24%;
    margin-left: 0.5%;
}
.explore_btn button{
    height: 25px;
    width: 14%;
    margin-left: 5%;
  
   
    height: 35px;
    border-radius: 8px;
    background-color: rgb(50, 18, 46);
    color: white;
    font-weight: bold;
    font-size: 15px;
    border: none;

}
#btn2{
    margin-left: 11%;
}
#btn3{
    margin-left: 11%;
}
#btn4{
    margin-left: 10%;
}

.footer{
    height: 50px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin-top: 5%;

}

button:hover{
    
    cursor: pointer;
    box-shadow: 1px 2px 2px 3px rgb(66, 65, 65);
}


.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #dade82;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  .sidenav button {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    display: block;
    width: 90%;
    margin-left: 5%;
    transition: 0.3s;
    margin-top: 2%;
    border: none;
   
    border-radius: 10px;
    
  }


  
  .sidenav button:hover {
    box-shadow: none;
     
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    margin-bottom: 10%;
    color: black;
  }
  
  #main {
    transition: margin-left .5s;

  }
  
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
.android{
    display: none;
    font-size: 40px;
    text-align: center;

}
.android P{
    margin-top: 60%;
}


  @media only screen and (max-width: 600px) {
    #main {
        display: none;
    }
    .android{
        display: block;
    }
  }