* {
    margin: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

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 {
    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);

}

.news-container {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 70%;
    margin: auto;
margin-bottom: 75px;
}



.item {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 50px;
}



 .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;

}

.item .title-date {
    font-size: 15px;
    font-weight: 200;
    text-align: center;
    display: flex;
    flex-direction: row;
    margin-bottom: 30px;
    width: 100%;
}

.item .title-date .title {
    border-style: solid;
border-width: 0px 0px 0px 1px;
border-color: #838282;
text-align: left;
padding-left: 15px;
font-size: 2.5rem;
    line-height: 1.25em;    
}

.item .item-p {
    font-size: 15px;
    font-weight: 300;
    margin: 20px 0px;
}

.news-btn {
    font-size: 15px;
color: white;
background-color: black;
padding: 9px 15px;
text-decoration: none;
}

.news-flex .news-btn:hover {
    background-color: #fcecca;
    transition: 1s;
}

.aratitle {
    text-align: left;
    font-family: 'Playfair Display', serif;
    font-size: 23px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 0;
    z-index: 30;
    font-style: italic;
    color: #fcecca;
}


.kaynak {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    justify-content: center;
    border: #e2e2e2 solid 1px;
    padding: 25px;
    font-size: 16px;
}

.kaynak a {
    text-decoration: none;
    color: #fcecca;
}

    
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;
}


.video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; width: 100%; }

.video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }