@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body {
    width: 100%;
    font-family:  'Montserrat', sans-serif;
    font-weight: 500;
}

h1 {
    padding-left: 18px;
    font-size:   26px;
    line-height: 60px;
    color: #222;
}
#compacttext {
    font-size:  15px;
    width: 700px;
}

#header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 30px;
    background: #fafafa;
    box-shadow: 0 5px 15px rgb(132, 208, 248);
}



#logoimg {
    padding: 0px 30px;
    width: 200px;
    height: 95px;
}

#navbar{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 150px;
    height: 100%;
    width: 100%;
    
}

#navbar li{
    list-style-type: none;
    display: flex;
    align-items: center;
    height: 100%;
    flex: 1;
    position: relative;
}


#navbar li a{
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0px 30px;
    
    
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    color: #5e5b5b;
    transition: 0.3s ease;
}

#navbar li a:hover{
    align-self: center;
    color: cornflowerblue;
    
}
#navbar li a.active{
    color: cornflowerblue;
}

#navbar li a.active::after{
    content: '';
    width: 30%;
    height: 2px;
    background: cornflowerblue;
    position: absolute;
    bottom: 35px;
    left: 30px;
}

#menu-bar{
    display: flex;
    align-items: center;
    justify-content: space-between; 
    height: 95px;
    width: 600px;
}

#banner {
    padding: 40px 850px 30px 150px;
}

#content{
    width: 100%; height: 600px; background-color: gray;
    background-image: url(images/officeworkerstock.png);
    background-size: cover;
    background-position-x: 200px;
    background-position-y: -250px;
    box-shadow: 0 5px 15px rgb(132, 208, 248);
    position: relative;
}

#content-text{
    margin: 0;
    vertical-align: middle;
    line-height: 40px;
    position: absolute;left:0; top:0; width: 100%; height: 600px;
    padding: 150px 100px; 
    background-image: linear-gradient(to right,
    rgb(132, 208, 248),
    rgba(250,250,250,0.9),
    rgba(250,250,250,0.3),
    rgba(250,250,250,0.1),
    rgba(250,250,250,0));
    
}
#content-image{
    width: 70%;
}

#hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    box-shadow: 0 5px 15px rgb(132, 208, 248);
    padding-top: 50px;
    
}

#hero-content {
    display: flex;
    align-items: center;
}
h4 {
    font-size: 40px;
    padding-left: 20px;
}

p {
    padding: 20px;
    font-size: 18px;
}

#dashboard1 {
    padding: 30px 40px;
    width: 1100px;
}

#compactdescription {
    padding-top: 100px;
    
}
#compactdescription-text1{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 40px;
    width: 100%;
}

#compactdescription-text2{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 100px;
}

div {
    width: 960px;
    padding-left: 100px;
}

.compact {
    height: 450px;
    width: 640px;
    padding-top: 50px;
    padding-left: 0;
}

.compactheader {
    padding-left: 39px;
    font-size:   26px;
    line-height: 60px;
    color: #222;
}

.compacttext {
    padding: 30px 40px;
    
}


#footer {
    width: 100%; height: 300px; background-color: #2c3361;
    background-image: url(images/logo-3d-png-9039.png);
    background-position: left center;
    background-position-x: 100px;
    background-repeat:no-repeat;
    background-size: max(200px, 100px);
}
#footerbar {
    width: 600px;height: 300px; 
    
    padding-left: 400px; padding-top: 80px;
}

#footerbar li{
    list-style-type: none;
    padding: 10px 0;
    width: 100%; 

}

#footerbar li a{
    text-decoration: none;
    font-weight:  bold;
    color: gray;
}