@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap&subset=latin-ext');

.bulutBackground {
    background-color: #eeeeee;
}

.body {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.navbar-container{
    text-align: center;
    display: block;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    justify-content: center;
}

.navbar-wrapper{
    display: inline-block;
}


.navbar-items{
    float: left;
    display: block;
    margin-top: 15px;
    margin-left: 16px;
    padding:12px 16px;
    text-decoration:none;
    transition: 0.5s;
}


.navbar-items:hover{
    box-shadow:
    1px 1px #0052ae,
    2px 2px #0052ae,
    3px 3px #0052ae,
    4px 4px #0052ae;
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
    transition: .5s ease;
    text-decoration: none;
}

.navbar-active{
    font-weight: bold;
    box-shadow: 0px 4px #0052ae;
}

.navbar-items a{
    text-decoration: none;
    color: #000;
    font-size: 1.2em;
}

.navbarListeLu {
    overflow: auto;
    list-style-type: none;
}

.navbarListeLi {
    float: left;
    margin-right: 0px;
    border-right: 1px solid #aaa;
    padding: 0 20px;
}

    .navbarListeLi:last-child {
        border-right: none;
    }

    .navbarListeLi a {
        text-decoration: none;
        color: #ccc;
        -webkit-transition: all 0.5s ease;
    }

        .navbarListeLi a:hover {
            color: #000;
        }

    .navbarListeLi.active a {
        font-weight: bold;
        color: #333;
    }
.konu
{
    padding: 15px;
    margin-bottom: 15px;
    background-color: #eeeeee;
    border-radius: 0px 30px 30px 0px;
    -moz-border-radius: 0px 30px 30px 0px;
    -webkit-border-radius: 0px 30px 30px 0px;
    border: 2px solid #0052ae;
    
}

.girisListe {
    text-decoration: none;
    color: #000;
}

.girisListe p{
    font-family: 'Roboto', serif ;
    margin-bottom: 4px;
    letter-spacing: 0em;
    color: #000;
}

.girisListe:hover{
    font-weight: 600;
    text-decoration: none;
    color: #000;
    
}




.iframe {
    min-height: 100%;
    max-height: 100%;
    min-width: 100%;
    max-width: 100%;
    display: block;
    position: inherit;
    border: none;
    overflow: hidden;
}

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

.banner {
    min-width: 100%;
    max-width: 100%;
}

.yaziOrtala {
    text-align: center;
}

.footer {
    min-width: 100%;
    max-width: 100%;
}

.image{
    max-width: 70%;
}


.bannerDiv {
    top: 0;
}

.listeDiv {
    top: 20px;
    left: 10px;
}

.footerDiv {
    /*position: fixed;*/
    margin-top: auto;
    bottom: 0;
}

.konuListeDiv{
    left: 0;
}

.konuListe {
    padding: 4px;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    
}



.konuListe:hover {
        text-decoration: none;
        color: #000;
}

.bold {
    font-weight: bold;
}

.yazi {
    color: #000;
    font-family: "Times New Roman", Times, serif;
}


.font {
    font-size: 14px;
}

.liste {
    font-size: 18px;
    font-weight: bold;
}

.girisbar {
    font-size: 20px;
    font-weight: bold;
}

.paragraf {
    font-size: 16px;
    line-height: 1.15;
    text-align: justify;
}

.tab {
    text-indent: 40px;
}

.sekilYazi {
    font-size: 14px;
    font-weight: bold;
}

.baslikh3 {
    font-size: 20px;
    font-weight: bold;
}

.baslikh1 {
    font-size: 28px;
    font-weight: bold;
}
.boxshadow{
    transition: .3s ease;
    
}

.bolum{
    font-weight: bold;
    transition: .5s ease-out;
    background: linear-gradient(to right, #0052ae 50%, #eeeeee 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .5s ease-out;
}

.boxshadow:hover{
    transform: scale(1.0005); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    -webkit-box-shadow: 17px 14px 35px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 17px 14px 35px -2px rgba(0,0,0,0.75);
    box-shadow: 17px 14px 35px -2px rgba(0,0,0,0.75);
    
    
}

.boxshadow:hover .bolum{
    color: white;
    background-color: #0052ae;
    background-position: left bottom;
    
}

.footer-container{
    margin-left: 0.5%;
    width: 98%;

    background: rgb(222,222,222);
    background: linear-gradient(0deg, rgba(222,222,222,1) 3%, rgba(238,238,238,1) 78%);
}


#goToTop{
    width: 62px;
}

#topWrapper{
    text-align: center;
    margin-bottom: 2%;
    margin-top: 1%;
}

.zoom {
    transition: transform .3s; /* Animation */
    transition: .3s ease
  }
  
  .zoom:hover {
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
    -webkit-box-shadow: 38px 44px 88px 14px rgba(0,0,0,0.72);
    -moz-box-shadow: 38px 44px 88px 14px rgba(0,0,0,0.72);
    box-shadow: 38px 44px 88px 14px rgba(0,0,0,0.72);
  }
  

  .icerik{
    transition: .5s ease-out;
    background: linear-gradient(to right, #FDEC00 50%, #eeeeee 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    
}


.boxshadow:hover .icerik{
    background-color: #FDEC00;
    background-position: left bottom;
    
}