/* Base start */
@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
}



.bi{
    margin:0; padding:0; font-size: 24px; color: white; 
    height: 100%;
    
    
    align-items: center;
    cursor: pointer;    
}
.social-icon {
    height: 40px;
    display: flex;
    column-gap: 10px;
    margin: 0;
    padding:5px;
    bottom: 0;
    color: white;
    position: relative;
    background-color: #172039;
    height: 100%;
}


.eng{
    flex-basis: 100%;
    display: flex;
    justify-content: flex-end;
    position: relative;
    align-items: center;
    column-gap: 20px;
}

.eng a{
    margin-right: 10px;
    color: white;
    font-size: 15px;
    text-decoration: none;
    
}

.container{
   
    
    width: 100%;
}

.containerx a{
    text-decoration: none;
    color: white;
}
.containerx ul{
    margin: auto;
}
.containerx li{
    list-style-type: none;
}


.header-center{
    position:relative;
    left: -8.25rem;
    margin: auto;
    
}
    

.header-center .bi-x-circle{
  display: none;
}

.header-mobile{
  font-size: 24px;
  cursor: pointer;
  display: none;
}
.mobile-logo{
  display: none;
}

.navbar .navbar-expand-md{
    position: relative;
    
}

.header-row {
    height: 90px;
    display: flex;
    align-items: center;
}
.containerx {
    width: 100%;
    margin: 10px auto;
}
.header-left{
  width: 350px;
  height: 89px;
  margin: 10px;
}

.header-right{
  width: auto;
  max-height: 89px;
  position: absolute;
  right: 0;

}

.header-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
}


.header-center .navigation .menu-list {
    display: flex;
    column-gap: 30px;
}
.header-center .menu-list .menu-list-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 90px;
    z-index: 99;
    
}
.header-center .menu-list .menu-link {
    
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    position: relative;
}
.header-center .menu-list .menu-link i {
    font-size: 12px;
  }

  

 
  .menu-dropdown-wrapper {
    position: absolute;
    top: 100%;
    left: -30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
  }
  
  .menu-dropdown-content {
    width: 220px;
    background-color: #2f4073;
    border: none;
  
    display: flex;
    flex-direction: column;
    padding: 18px;
  }
 .menu-dropdown-content a {
    display: flex;
    padding: 4px 30px;
    font-size: 14px;
    transition: color 0.2s ease;
  }
  .menu-dropdown-content a:hover {
    color: black;
  }

  .header-center .menu-list .menu-list-item:hover .menu-dropdown-wrapper {
    opacity: 1;
    visibility: visible;
  }

  .menu-list-item  .menu-link:hover {
    color: #172039;
  }
  
  .yuk{
    height: calc(100vh - 136px);
  }
  .carousel-item img{
	object-fit: contain;
  }

  .all-news{
    display: flex;
    border: none;
  }

  
  .all-news .for-flex{
    flex-direction:initial;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #172039 ;
    /*height: 20vh;*/
    height: calc(100vh/4 - 136px/4 - 2rem/4);
    overflow: hidden;
  }
  .all-news .for-fs img{
    border:none;
    border-radius: 0;
    height: 100%;
  }

  .all-news .card-deck a{
    text-decoration: none;
    color: black;
    
  }
  .all-news .card-deck div:hover{
    background-color: #172039;
    color: white;
    
  }


  .all-news-detail{
    text-align: center;
    font-size: 20px;
    height: 2rem;
    background-color: #172039;
    color: white;
  }
.tumhaberler{display: none;}
  .tumhaberler a{
    text-decoration: none;
  }

  /*.all-news-detail :hover{
    color: white;
    background-color: #172039;
  }*/

  .hatirlatma{
    text-decoration: none;
    float: left;
    width: 100%;
    height: auto;
    background-image: url(../image/sabitler/piri.jpg);
    -moz-background-size: 100% 100%;           /* Firefox 3.6 */
    -o-background-size: 100% 100%;           /* Opera 9.5 */
    -webkit-background-size: 100% 100%;           /* Safari 3.0, Chrome */
    background-size: 100% 100%;           /* w3c, Firefox 4.0, ie9  */
  }

  .hatirlatma img{
    width: 203px;
    height: 150px;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
  }

  .hatirlatma a{
    text-align: center;
    font-size: 20px;
    margin: auto;
    color: black;
    width: 300px;
    height: 36px;
    text-decoration: none;
  }
  .hatirlatma a:hover{
    color: white;
  }

  .hatirlatma p{
    margin: auto 0;
  }

  .hatirlatma div{
    width: auto;
    height: auto;
    margin: 2rem;
    margin-left: 5rem;
    margin-right: 5rem;
    display: inline-block;
    background-color: rgba(255, 255, 255, 0.61);
    border-radius: 20px;
    border: 1px solid black;
  }

  .hatirlatma div:hover{
    background-color: #172039;
  }
  .hatirlatma h1{
    text-align: left; margin-top: 3rem; margin-left: 5rem; color: black; font-size: 2.5rem;
  }

  
  
  .baglantilar{
    position: relative;
    height: auto;
  }

  .baglantilar img{
    max-width: 200px;
    max-height: 120px;
    margin: 4%;
    margin-top: 2rem;
    margin-bottom: 2rem;
    opacity: 0.75;
    transition: .3s ease;
  }

  .baglantilar img:hover{
    opacity:1;
    -ms-transform: scale(1.15); /* IE 9 */
    -webkit-transform: scale(1.15); /* Safari 3-8 */
     transform: scale(1.15); 
  }

  .son{
    float: left;
    text-align: center;
    margin: 0;
    width: 100%;
    height: auto;
    background-color: #2f4073;
    color: white;
    font-size: 1.10rem;
  }

  .son div{
    display: inline-block;
  }

  .son .sol{
    float: left;
  }
  
  .son .orta img{
    max-width: 45%;
    height: auto;
    opacity: 0.5;
    transition: .5s ease;
    filter: grayscale(50%);
  }

  .son .orta img:hover{
    opacity: 1;
    filter: none;
  }
  .son .sag{
    float: right;
    text-align: left;
    margin-right: 10px;
  }


  .icerik{
    background-color: #f7f5f5;
    width: 70%;
    margin: 50px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #8d8e914d;
  }

  .icerik img{
    border: none;
    width: 95%;
    height: auto;
    max-height:600px;
    object-fit:contain;
  }

  
  
  .icerik h2{
    text-align: center;
    margin: 5rem;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .icerik p{
    text-indent: 2.5rem;
    text-align: left;
    margin-left: 3.5rem;
    margin-right: 2rem;
    margin-bottom: 50px;
    font-size: 20pt;
    text-align: left;
  }

  iframe{
    width: 100%;
    height: 50rem;
    margin: 20px;
  }


  .carousel-caption{
    background-color: #172039;
    left: 0;
    width: 100%;
    height: auto;
    bottom: 0;
    opacity: 0.50;
  }
  
  .carousel-indicators{
    bottom: -10px;
  }
  .carousel-control-next-icon,.carousel-control-prev-icon{
    background-color: #172039;
    padding: 25px 25px;
    border-radius: 50%;
  }
  .carousel-caption .bi{
        font-size: 23px;
    }
    .carousel-caption a{
        text-decoration: none;
    }
    .carousel-caption p{
        font-size: 20px;
    }

    .telif{
      background-color: #172039;
      font-size: 20px;
      width: 100%;
      color: white;
      text-align: center;
    }

    @media (max-width: 1366px){
      .card-text{
        display: none;
      }
      .hatirlatma div{
        margin: 3rem;
      }

      .all-news p, a{
        font-size: 13px;
      }
    }



@media (max-width: 1279px){
      .header-center{
         
        position: fixed;
        top: 0;
        left: -100%;
        height: 100vh;
        z-index: 3;
        background-color: #2f4073;
        border: 1px solid #8d8e914d;
        transition: .5s ease all;
        
      }
      .header-center .menu-list{
        flex-direction: column;        
        padding: 50px 75px;
        
      }
      .header-mobile{
        display: inline-block;
      }
      /* .mobile-logo{
        display: inline-block;
        position: fixed;
        width: 10px;
        height: 10px;
        text-align: center;
      } */
      .header-center .bi-x-circle{
        display: inline-block;
        color: white;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 20px;
        cursor: pointer;
      }
      header .menu-dropdown-wrapper{
        opacity: 0;
        position: absolute;
        top: 10px;
        left: 100%;
        visibility: visible;
        transition: all 0.2s ease;
      }
      header .menu-list i{
        display: none;
      }
      header .menu-list-item a{
        font-size: 16px !important;
      }
	.all-news{
        flex-direction: column;
      }
      .header-right{display:none}
      .col-md-4{display: none;}
	.tumhaberler{display: block;}
      .slider-left{width:100%;}
      .header-left{width: 80%;}

      .son .orta img{
        max-width: 30%;
        height: auto;
        opacity: 1;
        transition: none;
        filter: none;
      }

      .baglantilar img{
        max-width: 40px;
        max-height: 40px;
        margin: 0.8rem;
        margin-top: 0.5rem;
        margin-bottom: 1rem;
        opacity: 1;
        transition: none;
      }
      .baglantilar img:hover{
        -ms-transform: scale(1); /* IE 9 */
        -webkit-transform: scale(1); /* Safari 3-8 */
         transform: scale(1); 
      }

      .hatirlatma div{
        width: 25%;
        height: auto;
        margin: 1rem;
        margin-left: 1rem;
        margin-right: 1rem;
        display: inline-block;
        background-color: rgba(255, 255, 255, 0.61);
        border-radius: 10px;
        border: 1px solid black;
      }
      .hatirlatma div:hover{
        background-color: white;
      }
      .hatirlatma a:hover{
        color: black;
      }

      .hatirlatma img{
        
        width: 100%;
        height: auto;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px;
      }
      .hatirlatma a{
        font-size: 7px;
        margin: auto;
        color: black;
        width: 300px;
        height: 36px;
        text-decoration: none;
      }
      .hatirlatma h1{
        text-align: center;
        margin-top: 3rem;
        margin: 2rem auto;
        color: black;
        font-size: 1rem;
      }
      .carousel-item{
        height: 100vh;
      }
      .son p{
        font-size: 12px;
      }
      .telif{
        background-color: #172039;
        font-size: 10px;
        width: 100%;
        color: white;
        text-align: center;
      }
      .carousel-caption{
        display: block;
        
        
      }
      .carousel-item{
        height: 50vh;
      }
      .yuk{
        height: 50vh;
      }
      .carousel-caption .bi{
        font-size: 12px;
    }
    .carousel-caption a{
        text-decoration: none;
    }
    .carousel-caption p{
        font-size: 12px;
        font-size: small;
    }


      
    }
    @media (max-width: 990px){
      .icerik h2{
        margin: 1rem;
        font-size: 1.2rem;
      }
      .icerik p{
        margin: 1rem;
        font-size: 1.2rem;
        margin: 0;
        padding: 20px;
        text-align: justify;
      }

    }
    @media (max-width: 680px){
      .icerik h2{
        margin: 1rem;
        font-size: 1rem;
      }
      .icerik p{
        font-size: 1rem;
      }

    }

    
    /* header responsive */

   
