@font-face {
    font-family: 'Pretoria';
    src: url(../fonts/Pretoria.ttf);
    src: url(../fonts/Pretoria.woff2);
}
html{
    overflow-x: hidden;
}
body{
    background-color:#F1F1F1 !important;
    overflow-x: hidden;
}
header{
    height: 140px;
}
section .row{
    width: 95%;
    margin: 0 auto;
}
header .position-fixed{
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
    z-index: 9;
    transition: 0.3s;
}
a{
    text-decoration: none !important;
    color: #212529 !important;
}
.position-fixed.header-scroll{
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.2), 0 1px 5px 0 rgba(0,0,0,0.12);
    background: #2c2c2cb3;
    z-index: 9999;
}
header .logo{
    font-size: 16px !important;
    font-weight: unset !important;
    position: relative;
    transition: 0.3s;
    top: 0;
}
.header-scroll .logo{
    top: 16px;
}
.banner-image-container{
    height: 100vh;
}
header img{
    width: 70px;
}
.scroll-button{
}
header span{
    font-family:Pretoria ;
    font-size: 35px;
}
header .top-0{
    justify-content: space-between;
}
header .col-12{
    font-size: 13px;
    text-align: right;
    padding-right: 25px;
}
header .col-12 span{
    font-family:unset ;
    font-size: 15px;
}
header a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.header2{
    height: 110px !important;
}
section{
    bottom: 110px;
    background-color: transparent;
}
.section2{
    bottom: unset !important;
    position: relative;
}
section .col-lg-2{
    transition: 0.3s;
}
section .col-lg-2 .rounded{
    box-shadow: 0px 0px 11px -2px #9a9a9a;
}
figcaption,time{
    line-height: 1;
}
figcaption{
    font-size: 12px;
    font-weight: 500;
}
time{
    font-size:12px;
}
footer{
    padding:50px 10%;
    background-image: url(https://www.ihaledunyasi.net/assets/img/world-map.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
footer a{
    position: relative;
}
footer img{
    width: 70px;
}
.line{
    width: 0;
    display: inline-block;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: red;
    transition: 0.3s;
}
footer a:hover .line{
    width: 100%;
}
@media (max-width:519px){
    header .top-0{
        justify-content: center;
        padding-top: 7px !important;
    }
    nav{
        margin-top: 8px;

    }
    header .col-12 {
        text-align: center;
        margin-top: 4px !important;
        font-size: 11px;
        padding-right: 0 !important;
    }
    .header-scroll .logo{
        top: 4px;
    }
}
.hakkımızda h1{
    font-size: 22px;
    color: #c62828;
}
.hakkımızda h2{
    font-size: 19px;
    color: #3b9505;
}
.banner-img{
    filter: blur(4px) brightness(0.75);
    position: absolute;
    top: 0;
}