html,
body {
  overflow-x: hidden;
}

/* html[style="--lockscroll: 1;"], html[style="--lockscroll: 1;"] body {
	overflow-x: hidden; 
}

html[style="--lockscroll: 0;"], html[style="--lockscroll: 0;"] body {
	overflow: hidden;  
} */

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.w-webflow-badge {
  display: none !important;
}

.swiper.blog {
  overflow: visible !important;
}

.lock-scroll {
  overflow: hidden;
}

.awarded__project::after {
  content: "/";
  display: block;
  pointer-events: none;
}

.awarded__project:last-child::after {
  display: none;
}

.discipline-carousel-scrollbar {
  --swiper-scrollbar-drag-bg-color: var(--color--c5, #805a40);
}

.award-title:last-child {
  border-bottom-width: 0px;
  padding-bottom: 0px;
}

.discipline-higlight-award:last-child {
  border-bottom-width: 0px;
}

.swiper-pagination-total {
  --swiper-pagination-fraction-color: rgba(0, 0, 0, 0.6);
}

.filters__list {
  overflow-y: hidden;
}

.contact-form-input,
.contact-form-textarea {
  outline: none !important;
}

.contact-form-input:is(:active, :focus, :focus-within),
.contact-form-textarea:is(:active, :focus, :focus-within) {
  border-color: var(--color--c5);
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .grid-cms__item.discipline:last-child:not(:nth-child(even)) {
    grid-area: span 1 / span 2 / span 1 / span 2 !important;
  }

  .discipline-item:nth-child(odd) {
    flex-direction: row-reverse;
  }

  .award-title:last-child {
    border-right-width: 0px;
    padding-right: 0px;
  }
}

@media screen and (min-width: 991px) {
  .award-title:last-child {
    border-right-width: 0px;
    padding-right: 0px;
  }

  .discipline-item .discipline-orb#urbanisztika-tajepiteszet {
    left: 10%;
  }
  .discipline-item .discipline-orb#epiteszet {
    top: 30%;
    left: 0%;
  }
  .discipline-item .discipline-orb#restauralas {
    top: 30%;
    left: 20%;
  }

  .disciplines + .spacer-large {
    display: none;
  }

  .awarded__project::after {
    display: none;
  }
}
