

.disabled {
  pointer-events: none;
  cursor: default;
  /* opacity: 0.6; */
}


@media  (min-width: 767.98px) {

    .show-pc {
        display: flex !important;
      }
    
      .show-mobil {
        display: none !important;
      }


  .dilMenu {
    font-size: calc(var(--1) * 20);
  }

  header nav .menü .menüLink {
    padding-bottom: 2px;
  }

  header nav .boxRight::before {
    display: none;
  }

    header nav .boxRight h6 {
      font-size: calc(var(--1) * 40);
      color: #7f7f7f;
    }
    header nav .boxRight p {
      font-size: calc(var(--1) * 20);
    }
    #FullTeam .teamText h2 {
      font-size: calc(var(--1) * 50);
    }
    #FullTeam .teamText p {
      font-size: calc(var(--1) * 22);
    }

    .worksPage .worksSection .provider{
      position: relative;
      right: 15px;
    }

    .gallery-html{
      gap: 90px !important;
    }

    .custom-sw-pagination {
      display: none;
    }
}

 
@media  (max-width: 767.98px) {

  .show-pc {
    display: none !important;
  }
  .show-mobil {
    display: flex !important;
  }
  .dilMenu {
    font-size: calc(var(--dsm-1) * 12);
  }

  header nav .menü .menüLink {
    padding-bottom: 2px;
  }

  .homePage .main .header .logo p {
    margin: 20px;
    font-size: calc(var(--dsm-1) * 40);
    line-height: 1.1;

  }

  .homePage .main .header nav ul li {
    font-size: 0.8125rem;
    text-transform: uppercase;
  }
  .homePage .main .header nav ul {
    position: absolute;
    left: 20px;
    margin-top: -20px;
  }

  header {
    position: absolute;
  } 


    .homePage .slider .provider .swiper {
      height: 90%;
      width: 85%;
    }

    .custom-sw-pagination {
      position: relative;
    }
    .custom-sw-pagination .swiper-pagination-bullet{
      background: #7f7f7f;
    }


    .aboutUsPage .aboutUsTeam .container .slider .swiper-button-prev,
    .aboutUsPage .aboutUsTeam .container .slider .swiper-button-next {
      color: #7f7f7f;
    }
    .densegrid  .swiper-button-prev,
    .densegrid  .swiper-button-next {
      color: #7f7f7f;
    }


    .swiper-button-next:after,
    .swiper-button-prev:after {
      font-size: 30px !important;
    }

    .footer .sitefooter__branding p, .footer .sitefooter__branding a {
      font-size: calc(var(--dsm-1) * 10);
    }
    .footer .sitefooter__branding p, .footer .sitefooter__branding a {
      font-size: calc(var(--dsm-1) * 10);
    }

    .footer .sitefooter__other ul img {
      width: calc(var(--dsm-1) * 20);
        height: calc(var(--dsm-1) * 20);
    }


    .jobPage .jobContent .submit input {
      background-color: #535353;
    }

    .requestForm .formArea .tab .tabs_panel h2 {
      font-weight: 700;
      margin-top: 20px;
    }


    header .topbar .hamburger {
      width: calc(var(--dsm-1) * 2 / 3 * 30);
      height: calc(var(--dsm-1) * 2 / 3 * 24);

    }

    header .topbar .active span:nth-child(1) {
      transform: translateY(8px) rotate(-130deg);
    }


    section {
      scroll-snap-align: none;   
    }

}

