* {
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

body {
    background: linear-gradient(210deg, rgba(0,0,0,1) 47%, rgba(157,110,42,1) 100%);
color: white;
}

.slider-bg {
    height: 100vh;
    position: relative;
    background-image: url(img/bg-hero-image.jpg);
    height: 100vh;
    background-size: cover;
    background-position: center;
}


.background-overlay {
    background-color: #000000;
    opacity: 0.6;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

header {
font-family: 'Times New Roman', Times, serif;
    position: relative;
    z-index: 3;
    padding: 50px 0px;
    width: 70%;
    margin: auto;
    margin-bottom: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    top: 0;
}

header .header-right  {
display: flex;
flex-direction: row;
}

header .header-right a {
    margin-left: 25px;
    color: #fcecca;
    text-decoration: none;
    font-size: 18px;
}

header .header-right  .active {

    border-bottom: 1px solid;
}
header .active:before {
    position: absolute;
    top:0px;
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 2px;
    background: white;
    -webkit-transform: scale3d(0, 5, 1);
    transform: scale3d(0, 5, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);
    transition-timing-function: cubic-bezier(1, 0.68, 0.16, 0.9);

}


.project {
    width: 100%;
    padding: 75px 5%;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: white;

    margin-bottom: 75px;
}

.project .title,.news-container .title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fcecca;
}

.project span.line {
    width: 10%;
    background: #fcecca;
    display: block;
    margin-bottom: 30px;
    position: relative;
    border-top: 3px solid #fcecca;
}

.project .text {
    font-size: 17px;
    font-weight: 300;
    color: white;
    text-align: center;
}

.project a {
    color: #fcecca;
    text-decoration: none;
}

.project-showcase {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
}

@keyframes myanim {
    0%   {opacity: 1;}
    70%  {opacity: 1;}
    100%  {opacity: 0;}

}

@keyframes myanimtext {
    0%   {font-size: 0px;}
    77%  {font-size: 0px;}
    100%  {font-size: 16px;}

}



.project-showcase .item  {
    width: 19%;
    position: relative;
    display: flex;
    margin: 0;

    background-color: #2266a5;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: all .35s ease;
    transition: all .35s ease;

}

.project-showcase .item:hover #logo {
    opacity: 0;
     animation: myanim 2s;
     top: 20%;
     left: 15%;
width: 70%;
position: absolute;
z-index: 5;

}

.project-showcase .item img {

    width: 100%;
    object-fit: cover;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    position: relative;
}

.project-showcase .item:hover img {
    transform: scale(1.25);
}

.project-showcase .item  .cover {
    display: none;

}

.project-showcase .item p {

    animation: myanimtext 3s;
}

.project-showcase .item:hover .cover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000000d0;
    top: 0;
    justify-content: center;
    align-items: center;
    transition: 1s;
    font-weight: 30px;
    font-weight: 500;
    
}



footer {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    background-color: #212121;
    color: white;
    padding: 50px 5%;
    width: 100%;
    margin: auto;
}

.footer-item {
    width: 27%;
    display: flex;
    flex-direction: column;
}

.footer-title {
    text-align: center;
    padding-left: 5px;
    padding-bottom: 5px;
    font-size: 25px;
    position: relative;
    width: 100%;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
}



.footer-item p {
    font-size: 15px;
    padding: 10px 0px;
    font-weight: 200;
    text-align: center;
    line-height: 2;
}

.footer-item p b {
    font-weight: 400;
    color: #f2b100;
}

.footer-news {
    padding: 15px 0px;
    font-weight: 100;
}

.footer-project p {
    padding: 5px 0px;
    font-size: 20px;
    text-align: center;
}



.footer-bottom p {
    width: 300px;
}

.social-footer {
position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: right;
    flex-direction: column;
bottom: 25px;
right: 25px;
    padding-bottom: 15px;
    padding-left: 5px;
    padding-right: 5px;
    z-index: 20;
}   

.social-footer-2 {
    position: absolute;
            display: flex;
            align-items: flex-start;
            justify-content: right;
            flex-direction: row;
    top: 25px;
    right: 25px;
            padding-bottom: 15px;
            padding-left: 5px;
            padding-right: 5px;
            z-index: 20;
        }   

.social-footer svg {margin-top: 25px;}
.social-footer-2 svg {margin-left: 25px;}
.footer-item-logo {
    width: 27%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-item-logo a {
    font-size: 15px;
    color: white;
    text-decoration: none;
    margin-top: 35px;
    font-weight: 200;
}