
@media (max-width: 991px) {
    
    .header{ height: 60px;}
    
}

@media (min-width: 1024px) and (max-width: 1263px){
  .instagramItem{ 
    width: 220px;
    height: 300px;
  }
}


@media (max-width: 768px) {
  .topForm{
    max-width: 60%;
    position: relative;
    margin: 0 auto;
    left:0;
    right: 0;
    top: unset;
    transform: unset;
    margin-top: 2rem;
  }

  #fixSlider{

  }

  #fixSlider .sliderContainer{
  }

  .sliderSwiper .swiper-slide{
    background-position: center center !important;
    align-items: center;
  }

  .sliderTextContainer{
    width: 100%;
    background: rgba(0,0,0, 0.4); 
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  
  .navbar a {
    text-shadow: none;
  }

  section{
    padding: 30px 0;
  }

  #hakkimizda{
    padding:1rem;
  }

  .instagramGrids{ 
    justify-content: center;
  }


  .educations{
    justify-content: center;
  }

  .educationItem{
    width: 45%;
    margin: 1rem;
  }
  
 
}

@media (max-width: 500px) {
  #ise-girenler .instagramItem{
    width: 300px;
    margin: 0 auto;
  }

  .topForm{
    max-width: 85%;
  }

  .educations{
    justify-content: center;
  }

  .educationItem{
    width: 95%;
    margin-bottom: 1rem;
  }

  .certificates{
    justify-content: center;
  }

  .certificatesItem{
    width:70%;
    margin-bottom: 1rem;
  }

  .footer .container .footerList .footer_link li{
    justify-content: center !important;
  }

} 
