/* Made By Dayaanan.*/

header h1{
    background-color: #5f6760;
    padding: 20px;
    text-align: left;
    color: #f5f5f5;
    margin: 0;
    font-size: 2.5em;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

header h2 {
    color:  whitesmoke;
    margin: 10px 0 3px 20px;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif; 
}

/* For the header bg image*/
header {
    background: url("images/imagg.png") no-repeat center center fixed;
    color: white;
    height: 1000px;
    padding: 0;
    background-size: cover;
}

/* For the text and button */
nav a {
    color: white;
    font-weight: bold;
    padding: 6px 12px;
    margin-right: 10px;
    text-decoration: none
}

/* For the border button */
nav {
    text-align: right;
    top: 20px;
    right: 40px;
    margin-top: 20px;
    position: absolute;
}

/* For the text below About Us */
p {
    color: black;
    font-size: 1.5em;
    width: 80%;
    margin: 20px auto; 
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}


/* For the About Us Text */
.AboutUs { 
    text-align: center; 
    margin: 30px 0 15px; 
    font-size: 2em; 
    font-weight: bold;
}


/* For the Square Image Box  */
.Believe {
    background-image: url(images/immg.png);
    display: inline-block;
    border-radius: 20px; /* This creates a curvy square type of design */
    color: black;
    width: 300px;
    height: 300px;
    background-color: #5f6760;
    margin: 20px 50px 20px 50px;
    padding: 30px 30px;
    border: 2px solid black;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}



/* For the Consistent Image Circle  */
.Consistency {
    background-image: url(images/Consistency.png);
    display: inline-block;
    border-radius: 50%; /* This creates a circle type of design rather than a simple box */
    color: black;
    width: 300px;
    height: 300px;
    background-color: #5f6760;
    margin: 20px 50px 20px 50px; /* Used 4 because I want to control all 4 sides of the circle to give a gap between the square and circle. */
    padding: 30px 30px;
    border: 2px solid black;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

/* For the Creativity Image Circle  */
.Creativity {
    background-image: url(images/create.png);
    display: inline-block;
    border-radius: 50%; /* This creates a circle type of design rather than a simple box */
    color: black;
    width: 300px;
    height: 300px;
    background-color: #5f6760;
    margin: 20px 50px 20px 50px; /* Used 4 because I want to control all 4 sides of the circle to give a gap between the square and circle. */
    padding: 30px 30px;
    border: 2px solid black;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

/* For the brown bg image  */
.brown {
    background-image: url(images/black.png);
    background-size: cover;
    width: 100%;
    height: 1350px;
    background-repeat: no-repeat;

}   

/* For the What we Offer text  */
.Offer {
    text-align: center; 
    margin: 30px 0 15px; 
    font-size: 2em;      
    font-weight: bold;    
    color: black;        
    padding-top: 50px;   
}

/* For the Data Cleaning Box   */
.DataCleaning {
    display: inline-block;
    border-radius: 20px; /* This creates a curvy square type of design */
    color: white;
    width: 300px;
    height: 350px;
    background-color: coral;
    margin: 20px 50px 80px 50px;
    padding: 30px 30px;
    border: 2px solid black;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

/* For the Data Clean Mini Box   */
.Clean {
     border-radius: 20px;
     display: inline-block;
     border-radius: 20px;
     padding: 10px 50px;
     color: white;
     background-color: black;
}


/* For the DataVisual Box  */
.DataVisual {
    display: inline-block;
    border-radius: 20px; /* This creates a curvy square type of design */
    color: white;
    width: 300px;
    height: 350px;
    background-color: khaki;
    margin: 20px 50px 80px 50px;
    padding: 30px 30px;
    border: 2px solid whitesmoke;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

/* For the Data Visual mini box   */
.Data {
     border-radius: 20px;
     display: inline-block;
     border-radius: 20px;
     padding: 10px 50px;
     color: black;
     background-color: greenyellow;
}


/* For the Intelligence box  */
.Intelligence {
    display: inline-block;
    border-radius: 20px; /* This creates a curvy square type of design */
    color: white;
    width: 300px;
    height: 350px;
    background-color: blanchedalmond;
    margin: 20px 50px 80px 50px;
    padding: 30px 30px;
    border: 2px solid whitesmoke;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

/* For the Intelligence mini box */
.Intel {
     border-radius: 20px;
     display: inline-block;
     border-radius: 20px;
     padding: 10px 50px;
     color: black;
     background-color: green;
}

/* For the AI Integration full box styling */
.AI {
    display: inline-block;
    border-radius: 20px; /* This creates a curvy square type of design */
    color: white;
    width: 300px;
    height: 350px;
    background-color: lightgreen;
    margin: 20px 50px 80px 50px;
    padding: 30px 30px;
    border: 2px solid whitesmoke;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}

/* For the AI Integration word box styling */
.Integrate { 
    border-radius: 20px; 
    display: inline-block; 
    padding: 10px 50px; 
    color: black; 
    background-color: burlywood; 
}


.header-logo {
    height: 60px;
    vertical-align: middle;
}

