/*------------------------------------------------------------------//

//      RESPONSIVE SYSTEM                                                                                 //

//------------------------------------------------------------------*/

@media screen and (min-width: 1400px) {
  /* PC 1400+  */
  .menuAc,
  .mContact {
    display: none !important;
  }
}

/* 1366x768 Ã§Ã¶zÃ¼nÃ¼rlÃ¼k ve 14 inÃ§ ekranlar iÃ§in CSS media query */

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}

/*------------------------------------------------------------------//
  Genel - overflow-x, order (1200px altÄ± tÃ¼m ekranlar)
//------------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
  body,
  html {
    overflow-x: hidden;
  }

  .m-order-1 {
    order: 1;
  }

  .m-order-2 {
    order: 2;
  }

  .m-order-3 {
    order: 3;
  }
}

/*------------------------------------------------------------------//
  Tablet ve altÄ± (991px altÄ±)
//------------------------------------------------------------------*/

@media screen and (max-width: 991px) {
  /* Home Videos - CSS Scroll Snap Slider */
  .home-videos-list {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 24px;
    padding-bottom: 16px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: unset;
  }

  .home-videos-list::-webkit-scrollbar {
    height: 6px;
  }

  .home-videos-list::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
  }

  .home-videos-list::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  .home-videos-list::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }

  .home-videos-list-item {
    flex: 0 0 calc(100% - 24px);
    min-width: 280px;
    max-width: 396px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  .home-contact-form-content {
    padding: 5px;
  }

  /* Home Before After - Slider */
  .home-before-after-list-item {
    flex: 0 0 calc(50% - 11px);
    min-width: 260px;
  }

  /* Home Gallery */
  .home-gallery__title-bg {
    font-size: 80px;
    line-height: 80px;
  }

  .home-gallery__card {
    padding: 40px 30px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .home-gallery__card-title {
    font-size: 48px;
  }

  .home-gallery__card-subtitle {
    text-align: center;
    font-size: 28px;
    line-height: 36px;
  }

  /* Home News & Media */
  .home-news-media-list {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-news-media-list-item__label {
    font-size: 36px;
  }

  /* Home User Reviews */
  .home-user-reviews-arrow--prev {
    left: 0;
  }

  .home-user-reviews-arrow--next {
    right: 0;
  }

  .home-user-reviews-arrow img {
    width: 40px;
  }

  /* Home Mini Gallery - CSS Scroll Snap Slider */
  .home-mini-gallery-cards {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 21px;
    padding-bottom: 16px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    grid-template-columns: unset;
  }

  .home-mini-gallery-cards::-webkit-scrollbar {
    height: 6px;
  }

  .home-mini-gallery-cards::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.05);
    border-radius: 3px;
  }

  .home-mini-gallery-cards::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
  }

  .home-mini-gallery-cards::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.3);
  }

  .home-mini-gallery-card {
    flex: 0 0 calc(100% - 21px);
    min-width: 280px;
    max-width: 396px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
  }

  /* Home Contact */
  .home-contact-cards {
    grid-template-columns: 1fr;
  }

  .home-contact-cards .home-contact-card + .home-contact-card {
    border-left: none;
    border-top: 1px solid #d0d0d0;
  }
}

/*------------------------------------------------------------------//
  Tablet (640px - 991px) - 2 sÃ¼tun override
//------------------------------------------------------------------*/

@media screen and (max-width: 991px) and (min-width: 640px) {
  .home-videos-list-item {
    flex: 0 0 calc(50% - 12px);
    min-width: 300px;
  }

  .home-mini-gallery-card {
    flex: 0 0 calc(50% - 11px);
    min-width: 300px;
  }

  .footer {
    height: auto;
  }

  .footer-logo {
    margin-bottom: 50px;
  }

  .footer-address {
    margin-bottom: 20px;
  }

  .home-contact-form {
    padding: 20px;
  }

  .header-left {
    display: none;
  }

  .header-menu {
    display: none;
  }
}

/*------------------------------------------------------------------//
  Mobil (639px altÄ±)
//------------------------------------------------------------------*/

@media screen and (max-width: 639px) {
  /* Header */
  .header {
    height: auto;
    padding-top: 10px;
  }

  .header-inner {
    justify-content: center;
    align-items: center;
  }

  .header-logo img {
    max-width: 70%;
  }

  .header-right {
    display: none;
  }

  .header-left {
    display: none;
  }

  .header-menu {
    display: none;
  }

  /* Home About Us */
  .home-about-us-content {
    padding: 20px;
  }

  .home-before-after .c-title {
    margin-bottom: 30px;
    gap: 7px;
    font-size: 35px;
  }

  .home-before-after-title-little {
    font-size: 40px;
  }

  .home-contact-form {
    padding: 10px 20px;
  }

  .home-contact-form-content-address {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
  }

  .home-before-after-progress {
    padding: 20px;
  }

  .home-before-after-arrow--prev {
    left: 0;
  }

  .home-before-after-arrow--next {
    right: 0;
  }

  /* Home Before After - Slider */
  .home-before-after-arrow {
    width: 50px;
    height: 50px;
  }

  .home-before-after-arrow img {
    width: 30px;
  }

  .home-before-after-list-item {
    flex: 0 0 calc(100% - 21px);
    min-width: 240px;
  }

  /* Home Blogs - Slick slider arrows */
  .home-blogs-arrow {
    width: 40px;
    height: 40px;
  }

  .home-blogs-arrow--prev {
    left: 5px;
  }

  .home-blogs-arrow--next {
    right: 5px;
  }

  .home-blogs-arrow img {
    width: 30px;
  }

  /* Home Gallery */
  .home-gallery__title-bg {
    font-size: 60px;
    line-height: 60px;
  }

  .home-gallery__card {
    padding: 30px 20px;
  }

  .home-gallery__card-title {
    font-size: 36px;
  }

  .home-gallery__card-subtitle {
    font-size: 22px;
    line-height: 28px;
  }

  /* Home News & Media */
  .home-user-reviews__title {
    font-size: 50px;
  }

  .home-news-media .c-title {
    font-size: 50px;
  }

  .home-news-media-list {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-news-media-list-item__header {
    min-height: 140px;
  }

  .home-news-media-list-item__label {
    font-size: 32px;
    letter-spacing: 2px;
  }

  .home-news-media-list-item__content,
  .home-news-media-list-item__footer {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-news-media-list-item__text {
    font-size: 13px;
  }

  /* Home User Reviews */
  .home-user-reviews-arrow--prev {
    left: 5px;
  }

  .home-user-reviews-arrow--next {
    right: 5px;
  }

  .home-user-reviews-arrow img {
    width: 36px;
  }

  .home-user-reviews-list-item {
    padding: 20px;
  }

  .home-user-reviews-list-item__name {
    font-size: 16px;
  }

  .home-user-reviews-list-item__text {
    font-size: 13px;
  }

  .home-about-us.home-about-us-page {
    padding: 0 0 53px 0;
  }

  .home-about-us-title {
    font-size: 50px;
    line-height: 50px;
  }

  .education-title {
    margin-top: 30px;
    font-size: 60px;
    line-height: 65px;
  }

  .certificate-box {
    padding: 30px 20px;
  }

  .certificate-box .c-title {
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }

  .footer {
    height: auto;
    justify-content: space-between;
    padding: 20px 0;
  }

  .footer-logo {
    margin-bottom: 50px;
  }

  .footer-address {
    margin-bottom: 50px;
  }

  .footer-social-title {
    max-width: 100%;
  }

  .footer-social-icons {
    gap: 10px;
  }

  .footer-social-icons a {
    font-size: 20px;
  }
  .home-hero-title {
        font-size: clamp(36px, 5.5vw + 45px, 50px);

  }
  .home-hero .c-button {
        font-size: 14px;

  }

  .header-menu-btn{
    display: block;
  }
  .home-hero {
    height: 65vh;

}
.hero-title {
  font-size: 30px;
  line-height: 50px;
}
}
