/*
 * IDC Biosis
 * Copyright (c) 2024.
 * Sefa Sungur <info@sefa.dev>
 */
@media only screen and (max-width: 1500px) {
  body .container-fluid,
  html .container-fluid {
    max-width: 1200px;
  }
}
@media only screen and (max-width: 1030px) {
  body .container-fluid,
  html .container-fluid {
    max-width: 900px;
  }
}
@media only screen and (max-width: 992px) {
  header {
    padding: 10px 0;
    position: fixed;
    width: 100%;
    background: #fff;
    top: 0;
    left: 0;
    z-index: 101;
  }
  header .header-top .logo-area img {
    height: 50px;
  }
  header .menu-area-wrapper {
    display: none;
  }
  header .header-top .mobile-menu-icon {
    display: block;
  }
  header .header-top .search-area span {
    font-size: 1.2em;
  }
  .site-main .main-slider .carousel-inner .carousel-item img {
    height: 400px;
  }
  .site-main .main-slider .carousel-inner .carousel-item .carousel-caption {
    width: 80%;
    left: 10%;
    right: 10%;
    top: 20%;
  }
  .site-main .main-slider .carousel-inner .carousel-item .carousel-caption .inner {
    max-width: 100%;
  }
  .site-main .main-slider .carousel-inner .carousel-item .carousel-caption .inner h5 {
    font-size: 1em;
  }
  .site-main .main-slider .carousel-inner .carousel-item .carousel-caption .inner p {
    margin-left: 0;
    font-size: 0.85em;
  }
  .site-main .main-slider .carousel-inner .carousel-item .carousel-caption .inner a {
    padding: 3px 7px;
    font-size: 0.85em;
    margin-left: 0;
  }
  .site-main .main-slider .carousel-control-prev,
  .site-main .main-slider .carousel-control-next {
    width: 10%;
    font-size: 1.5em;
  }
  .site-main .home-about {
    top: 0;
    margin-top: 20px;
  }
  .site-main .home-about .inner {
    padding: 30px 0;
  }
  .site-main .home-about .inner p {
    padding: 0;
  }
  .site-main .home-products .left {
    text-align: center;
    margin-bottom: 40px;
  }
  .site-main .home-products .boxes {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
    align-items: unset;
    /* Varsayılan olarak kutuları aynı hizada tutar */
    grid-auto-rows: 1fr;
  }
  .site-main .home-contact {
    text-align: center;
  }
  .site-main .home-contact .phone {
    margin-top: 40px;
  }
  .site-main .home-blog .boxes .box {
    margin-bottom: 30px;
  }
  footer .footer-top .row .fb {
    border-right: 0;
    padding-right: 15px;
    padding-left: 15px;
  }
  footer .footer-top .row .fb:first-child {
    padding-left: 15px;
  }
  footer .footer-top .row .fb:last-child {
    border-right: 0;
    padding-right: 15px;
  }
  footer .footer-top .footer-box.list,
  footer .footer-top .footer-box.products {
    display: none;
  }
  footer .footer-top .footer-box.contact {
    padding-left: 0;
    margin-top: 30px;
  }
  footer .footer-bottom .copyright {
    margin-bottom: 5px;
  }
  footer .footer-bottom .policy-menu {
    justify-content: left;
    margin-bottom: 5px;
  }
  footer .footer-bottom .mest {
    text-align: left  ;
  }
  .kvkk {
    width: 100%;
    max-width: 100%;
    border: none;
    border-top: 1px solid #fff;
    left: 0;
    bottom: 0;
    border-radius: 0;
  }
  .site-main.page .page-text ul.long-list {
    column-count: 1;
  }
  .site-main.page .page-text ul.long-list li {
    padding-right: 0;
  }
}
/*# sourceMappingURL=responsive.css.map */