/* YUKARISI sm */
@media (min-width: 576px) {}
/* YUKARISI md */
@media (min-width: 768px) {}
/* YUKARISI lg *** ONEMLI */
@media (min-width: 992px) {
  figure {
    position: relative;
    overflow: hidden;
    margin: 0;
  }
  figure::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  figure:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
  }
  figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease;
    border-radius: 10px 10px;
  }
  figure:hover img {
    transform: scale(1.2);
  }
  .anasayfa-figure, .anasayfa figure, .anasayfa-figure figure img {
    border-radius: 0 !important;
  }
}
/* YUKARISI xl */
@media (min-width: 1200px) {}
/* YUKARISI xxl */
@media (min-width: 1400px) {}
/* ASAGISI xxl */
@media (max-width: 1399px) {}
/* ASAGISI xl */
@media (max-width: 1199px) {}
/* ASAGISI lg *** ONEMLI */
@media (max-width: 991px) {
  .side-intro .title {
    font-size: 48px;
  }
  h1 {
    font-size: 32px;
  }
  h1.bir {
    font-size: 32px;
  }
  .parallax2 {
    padding-top: 60px;
  }
  .home-iletisim {
    background-size: cover !important;
    height: 260px !important;
  }
}
/* ASAGISI md */
@media (max-width: 768px) {}
/* ASAGISI sm */
@media (max-width: 576px) {}
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-25 {
    height: 25% !important;
  }
}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
  .w-md-100 {
    width: 100% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-25 {
    height: 25% !important;
  }
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
  .w-lg-100 {
    width: 100% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-25 {
    height: 25% !important;
  }
}
/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
  .w-xl-100 {
    width: 100% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .h-xl-100 {
    height: 100% !important;
  }
  .h-xl-75 {
    height: 75% !important;
  }
  .h-xl-50 {
    height: 50% !important;
  }
  .h-xl-25 {
    height: 25% !important;
  }
}