body{

   /* font-family: 'Raleway', sans-serif !important;*/
    font-family: 'Lato', sans-serif;

    color: #505050;
}

::-webkit-scrollbar {
    display: none;
}

/* yazı seçilmesin sınıfı*/
.unselectable {
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
    -ms-user-select: none;
    user-select: none
}

footer{
    height: 80px;
    background-color: #333333;
    color: #aaa;
    line-height: 80px;
    text-align: center;
}


.bg-color-dark{
    background-color:#333333;
}
.bg-color-red{
    background-color: #C72829;
}
.bg-color-white{
    background-color: #FFF;
}
.bg-color-dark *{
    color: #FFF;
}
.bg-color-red *{
    color: #FFF;
}
.bg-color-white *{
    color: #333333;
}


.main-content{
    width: 100%;
    height: calc(100vh - 80px);
    display: flex;
    overflow: hidden;
}

.iml-img-box{
    flex: 3;
    height:50%;
    overflow: hidden;
    z-index: 2;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.5);

}
.iml-img-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

}
.iml-text-box{
    flex: 6;
    height: 60%;
    text-align: justify;
    padding-left:calc(100px + 10%);
    padding-right: 100px;

   /* border: 1px solid #C72829;*/
    background-color: whitesmoke;
    margin-left: -10%;
    z-index: 1;

    display: flex;
    align-items: center;

}




.content-container{
    width: 100%;
    padding:50px;
}
.container-row{
    flex: 1;
    display: flex;
}
.row-item{
    flex: 1;
    display: flex;
    padding: 20px;
    flex-direction: column;
}
.row-item-img{
    display:flex;
    align-items: center;
}
.row-item-text{
    text-align: center;
}
.row-item-title{
    font-weight: bold;
    font-size: 1.2em;
}
.row-item img{

    max-height: 150px;
    object-fit: contain;
}



/*----------STATİCS CONTAİNER-----------*/
.statics-container{
    height: 75%;
    width: 75%;
    background-color: whitesmoke;
    box-shadow: 0px 0px 200px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.statics-title{


    align-items: flex-end;
    font-size: 2.5em;
    text-align: center;
    font-weight: bolder;

    display: flex;
    flex: 1;

}
.statics-content{
    flex: 3;
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: flex-start;

}
.statics-card{
    display: flex;
    flex-direction: column;
    text-align: center;
    font-weight: bold;
}
.statics-card div{
    color: #C72829;
    font-size: 2.5em;
}
.statics-card p{
    font-size: 1.5em;
    align-items: center;
}
.statics-card img{
    height: 100px;
    object-fit: contain;
    margin: 0;
    padding: 0;
}

.stat-text::before{
    content: "%";
}
/*--------WORLD MAP---------*/
.word-container{
    width: 75%;
    height: 75%;
    display: flex;
    flex-direction: column;
}
.map-title{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
}
.world-map{
}
.world-map img{
    width: 100%;
}



.preloader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #111111;
    z-index: 999999999999999999;
    transition: 1s;
}


@media screen and (max-width: 768px) {

    .main-content {
        height: auto!important;
        display: block;
    }

    .iml-img-box {
        max-height: 15%;
        width: 100%;
        overflow: hidden;
    }

    .iml-text-box {
        height: auto;
        padding: 30px 50px;
        background-color: white;
        margin: 0;
    }


    .content-container {
        width: 100%;
        padding: 150px 20px;
        height: auto;
    }

    .container-row {
        flex: 1;
        display: block;

    }


    .statics-container{
        width: 100%!important;
        height: auto!important;
        background-color: #fff;
    }
    .statics-content{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .statics-title{
        margin-top: 100px;
        font-size: 2em;
    }
    .statics-card{
        margin: 50px 0px;
    }
    .word-container{
        width: 100%;
        padding: 100px 0px;
    }
    .map-title{
        font-size: 1.5em;

    }


}
@media screen and (max-width: 1140px){
    .iml-text-box{
        height: auto;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .content-container{
       /* transform: scale(0.8);*/
        padding: 100px 80px;
    }
    .statics-container{
        width: 90%;
        height: 90%;
    }
}

















/*dikey bozulma engelleme*/
@media screen and (max-height: 900px)
{
    .main-content{
        height: 900px;
    }
    /*.video-section{*/
    /*    height: 900px;*/
    /*}*/
}