/*****Mobile Breakpoints*****/

@media (min-width: 1440px) {
  .slider-link{
    padding: 0.3em 0.3em 0.3em 0.5em !important;
    margin-left:-15% !important;
    font-size: 24px !important;
    letter-spacing: 0.1em !important;
  }
}

@media (min-width: 1024px) {
  .home-text {
    text-align: left;
    vertical-align: bottom;
  }
}

@media (max-width: 480px) {
    .hide-mobile {
        display: none !important;
    }
    
    .work-navigation a span {
    line-height: 19px;
    padding: 20px 4%;
    }
    
    .work-navigation a {
        white-space: normal;
    }
}
.faaliyet-heading {
  inline-size: max-content;
}
.faaliyet-heading h1 {
  background-color: rgba(245, 245, 245);
  width: auto;
  color: #080808;
  line-height: 1.5em;
  padding: 0.5em !important;
  /*margin-left: -15% !important;*/
  font-size: 1.8rem !important;
  letter-spacing: 0.2rem !important;
  font-weight: 600 !important;
}
.home-text {
  /*text-align: left;*/
  padding-top: 40px;
}
.inner-nav ul li a:hover, .inner-nav ul li a.active {
  font-weight: 500;
}

a {
  text-decoration: none;
}

.inner-nav ul {
  font-size: 12px;
}

.inner-nav ul li a {
  color: rgb(65, 65, 65);
}

.slider-link:hover {
  text-decoration: none;
  color: #333;
}

.logo-left-col {
  width: 80%;
  height: auto;
}

.va-center {
  vertical-align: middle !important;
}

.bg-gray-footer {
  background-color: #f5f5f5;
}
.works-filter a {
  color: #666;
  
}
.works-filter a.active, .works-filter a.active:hover {
  color: #080808;
  font-weight:700;
}

.page-section, .small-section {
  background-attachment:unset;
}

.work-full-detail p strong {
  width: auto;
  display: inline-block;
}

p {
  margin: 0 0 0.7rem 0;
}

.section-text {
  font-size: 14px;
}

.click-disabled {
  pointer-events: none;
}

.not-shown{
  visibility: hidden;
}

.slider-heading a{
  background-color: rgba(245, 245, 245, 0.95);
  color:#080808;
  line-height: 1.5em;
  padding: 0.1em;
}

.slider-heading a:hover{
  background-color: rgba(245, 245, 245, 0.85);
}

.fixed-height-small{
  min-height: 700px;
}

.nav-logo-wrap .logo {
  display: flex;
  align-items: center;
  max-width: 130px;
}

/** MFP */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 30px;
  width: auto;
  max-width: 640px;
  margin: 20px auto;
}
.white-popup iframe{
  width:100%;
}
/** MFP */