body{
    margin: 0;
    padding: 0;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    transition: all 1s ease-in-out;
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
a:visited{
    color: inherit;
}
.main{
    width: 100%;
    height: auto;
    min-height: 100vh;
    background: #fafafa;
    overflow-x: hidden;
}
.header{
    padding: 20px 60px;
    /* border-bottom:1px solid #ddd; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: rgba(255, 255, 255, 0.83);
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    /* From https://css.glass */
    background: rgba(255, 255, 255);
    /* border-radius: 16px; */
    /* box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1); */
    backdrop-filter: blur(4px);
    -webkit-backdrop-filter: blur(4px);
    position: fixed;
    top: 0;
    z-index: 1;
    width: calc(100% - 120px);
    z-index: 4;
}
.footer{
    background-color: #fff;
    width: 100%;
    justify-content: center;
    display: flex;
}
.footer p{
    color:#ff3333;
}
.header .logo{
    display: flex;
    justify-content: center;
    align-items: center;
}
.logo .company-name{
    font-size: 30px;
    margin-left: 10px;
    color: #ff3333;
}
.header .logo img{
    width: auto;
    height: 80px;
}
.header .menu-content{
    font-size: 18px;
    color: #ff3333;
    font-weight: 100;
}
.header .menu-content a{
    color: #ff3333;
}
.header .menu-content span{
    cursor: pointer;
    transition: all .5s ease-in-out;
    margin-right: 13px;
}
.header .menu-content span:hover{
    color: #ff3333;
}
.content{
    height: auto;
    background-color: #fafafa;
}
.section{
  
   height: auto;
}
.home{
    justify-content: center;
    align-items: center;
    display: flex;
    min-height: 100vh;
    background: url(../images/luanda-day.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.home > h1{
    font-weight: 100;
}
.about{
    background-color: #ff3333;
    height: 100vh;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.about .service-cards{
    display: flex;
}
.about .service-cards .service-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 60px;
    color: #fff;
    flex: 1;
    text-align: center;
}

.color-white{
    color: #fff;
}
.color-red{
    color: #ff3333;
}
.color-grey{
    color: #666;
}
.members{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ddd;
    position: relative;
}
.team-text{
    position: absolute;
    left: 150px;
    top: 50px;
}
.team-text h1{
    font-size: 60px;
    margin: 0;
}
.contact{
    background-color: #000;
    height: 100vh;
    position: relative;
    justify-content: center;
    align-items: center;
    color: #fff;
    display: flex;
}
.address-text{
    width: 80%;
}
.about-text{
    width: 80%;
}
.about-text p{
    line-height: 1.5;
    font-size: 30px;
    color: #666;
    text-align: center;
}
.location{
    height: 100vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.users{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.user-card{
    height: auto;
    width: 300px;
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    text-align: center;
    margin-left: 60px;
}
.user-image{
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-color: #fff;
}
.waves{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 160px;
    z-index: 1;
}
.opacity{
    top: 0;
    width: 100%;
    position: absolute;
    background: #000;
    z-index: 1;
    height: 100vh;
    opacity: .3;
}
.white-waves{
    position: absolute;
    top: -160px;
    width: 100%;
    height: 160px;
}
.grey-waves{
    position: absolute;
    top: -160px;
    width: 100%;
    height: 160px;
}
.black-waves{
    position: absolute;
    top: -160px;
    width: 100%;
    height: 160px;
}
.text-section{
    color: #fff;
    width: 70%;
    z-index: 2;
}
.text-section h1{
    font-size: 60px;
    color: #fff;
    text-shadow: 0 0 25px rgba(0,0,0, .1);
}
.text-section p{
    color: #fff;
    text-shadow: 0 0 25px rgba(0,0,0, .1);
}
.ec-img{
    background: url(../images/ea.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ca-img{
    background: url(../images/ca.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ac-img{
    background: url(../images/ac.jpeg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}