.loading-container{
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100000000;
    font-weight: bold;
    font-size:25px;
    font-family: extraBold;
}

.loading-animation{
    display: flex;
    position: relative;
    animation: loader 1.3s infinite ease;
    flex-direction:row;
    justify-content: center;
    align-items: center;
}

.loader-inner {
    vertical-align: top;
    display: inline-block;
    animation: loader-inner 1.3s normal ease;
}

@keyframes loader-inner {
    0% { width: 0px}
    50% { width:10px}
    100% {  width: 20px }
}

.full-height{
    min-height: calc(100vh - 450px);
}

.footer-sutun-baslik-dark a{
    color: #000!important;
    -webkit-text-stroke: 0.5px #fff;
    -webkit-text-stroke-width: 0.5px;
}


.footer-sutun-baslik-dark a:visited{
    color: #000!important;
    -webkit-text-stroke: 0.5px #fff;
    -webkit-text-stroke-width: 0.5px;
}

.f-vertical-align{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer-flex{
    min-height: 150px !important;
}

/* @media screen and (max-width:1050px){
    .footer-flex{min-height:100px!important;}
} */