@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
margin: 0;
padding: 0;
box-sizing: border-box;
font-family: 'Poppins', sans-serif;
}

body {
overflow: hidden;
font-weight: 300;
}

b {
font-weight: 500;
font-size: 1.5em;
}

.subb {
font-size: 1.3em;
}

.subb2 {
font-size: 1.1em;
}

a:hover {
color: #fff;
border-bottom: 1px solid #fff;
}

#Services,
#Projects,
#Team {
ul {
margin-left: 20px;
}
}

.contacts {
color: #fff;
text-align: center;
i {
margin: 4px;
cursor: pointer;
}
i:hover {
color: #fff;
}
}

.outer {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
overflow: hidden;

background-image: url("../img/cnp/background.jpg");
background-color: transparent;
background-repeat: round;
opacity: 0.2;
}

.inner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
overflow-y: auto;
overflow-x: hidden;
}

.section {
position: relative;
margin: 20px;
align-items: center;
justify-content: center;
color: #FFF;
font-size: 16px;
}

.home {
text-align: center;
ul {
list-style-type: none;
}
}

#Home {
text-align: -webkit-center;
}

nav{
position: fixed;
left: 0;
top: 0;
width: 100%;
height: 120px;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

background: #F5F5F5;
background: linear-gradient(90deg,rgba(245, 245, 245, 1) 0%, rgba(92, 146, 181, 1) 73%);
}

nav .navbar{
display: flex;
align-items: center;
justify-content: space-between;
height: 100%;
max-width: 96%;
background: #5c92b5;
margin: auto;
background: #F5F5F5;
background: linear-gradient(90deg,rgba(245, 245, 245, 1) 0%, rgba(92, 146, 181, 1) 73%);
}
nav .navbar .logo a{
color: #fff;
font-size: 27px;
font-weight: 600;
text-decoration: none;
}
nav .navbar .navbarlong{
display: flex;
overflow: auto;
margin-right: 20px;
}
.navbar .navbarlong li{
list-style: none;
margin: 0 15px;
}
.navbar .navbarlong li a{
color: #fff;
font-size: 17px;
font-weight: 500;
text-decoration: none;
}
.navbar .navbarlong li a:hover{
color: #fff;
border-bottom: 1px solid #fff;
}

section{
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
align-items: center;
justify-content: center;
color: #FFF;
font-size: 70px;
}

.button a {
position: fixed;
bottom: 20px;
right: 20px;
color: #fff;
background: #5c92b5;
padding: 7px 12px;;
font-size: 18px;
border-radius: 6px;
box-shadow: rgba(0, 0, 0, 0.15);
}

a {
text-decoration: none;
color: #FFF;
cursor: pointer;
}

.infobar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
height: 30px;
background-color: #5c92b5;
z-index: 999999999;
}
