/* VARIABLES */
/* TYPOGRAPHY */
/* Google Fonts */
.types-of-production {
  position: relative;
}
.types-of-production .view-filters .d-flex {
  gap: 3.125rem;
}
@media (max-width: 61.99875rem) {
  .types-of-production .view-filters .d-flex {
    gap: 0.625rem;
  }
}
.types-of-production .view-filters .d-flex .js-form-item {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.4375rem;
}
@media (max-width: 47.99875rem) {
  .types-of-production .view-filters .d-flex .js-form-item {
    flex-grow: 1;
  }
}
.types-of-production .view-filters .d-flex .js-form-item input,
.types-of-production .view-filters .d-flex .js-form-item select {
  border-radius: 1.875rem;
  border: 1px solid #626262;
  background: rgba(217, 217, 217, 0.08);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
  height: 46px;
}
.types-of-production .view-filters .d-flex .js-form-item input option,
.types-of-production .view-filters .d-flex .js-form-item select option {
  background-color: #626262;
}
.types-of-production .view-filters .d-flex .form-type-textfield::before {
  content: url("../../images/search-icon.svg");
  line-height: 0;
}
.types-of-production .view-filters .d-flex .form-type-textfield input::-moz-placeholder {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
}
.types-of-production .view-filters .d-flex .form-type-textfield input::placeholder {
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 600;
}
.types-of-production .view-filters .d-flex .form-type-select::after {
  content: "";
  background-image: url(../../images/arrow.svg);
  position: absolute;
  inset-inline-end: 22px;
  height: 13px;
  width: 8px;
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotateZ(90deg);
}
.types-of-production .view-filters .d-flex .form-type-select::before {
  content: url("../../images/type-icon.svg");
  line-height: 0;
}
@media (max-width: 47.99875rem) {
  .types-of-production .view-filters .d-flex .form-type-select {
    width: 100%;
  }
}
.types-of-production .view-filters .d-flex .form-actions {
  display: none;
}
.types-of-production .view-empty .no-result {
  text-align: center;
  font-size: 2rem;
  color: #fff;
}
.types-of-production .view-footer {
  position: absolute;
  bottom: 5px;
}
@media (max-width: 61.99875rem) {
  .types-of-production .view-footer {
    display: none;
  }
}
.types-of-production .view-footer div {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 0.625rem;
}
.types-of-production .view-footer div p {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
}
.types-of-production .view-footer div p.current {
  color: #32c5f4;
}
.types-of-production .pager__item {
  text-align: end;
  margin-top: 0 !important;
}
@media (max-width: 61.99875rem) {
  .types-of-production .pager__item {
    text-align: center;
  }
}
.types-of-production .view-content {
  padding-bottom: 3rem;
}
.types-of-production .view-content .box {
  transition: 0.5s ease;
  border-radius: 0.625rem;
  border: 0.457px solid transparent;
}
.types-of-production .view-content .box .node--type-types-of-production .image-with-tags {
  position: relative;
}
.types-of-production .view-content .box .node--type-types-of-production .image-with-tags .tags {
  opacity: 0;
  transition: 0.5s ease;
  inset-block-end: 22px;
  inset-inline-start: 8px;
  z-index: 1;
}
.types-of-production .view-content .box .node--type-types-of-production .image-with-tags .tags .field__item {
  border-radius: 1.25rem;
  border: 1px solid #626262;
  background: rgba(98, 98, 98, 0.49);
  box-shadow: 0 2.624px 2.624px 0 rgba(0, 0, 0, 0.25);
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 400;
  width: 31%;
}
@media (max-width: 61.99875rem) {
  .types-of-production .view-content .box .node--type-types-of-production .image-with-tags .tags .field__item {
    width: 50%;
    font-size: 0.625rem;
  }
}
.types-of-production .view-content .box .node--type-types-of-production .image-with-tags .field--name-field-thumbnail .field__item {
  overflow: hidden;
  border-radius: 0.625rem;
}
.types-of-production .view-content .box .node--type-types-of-production .image-with-tags .field--name-field-thumbnail .field__item img {
  filter: brightness(0.7);
  transition: 0.5s;
}
.types-of-production .view-content .box .node--type-types-of-production:hover .image-with-tags .field--name-field-thumbnail .field__item img {
  transform: scale(1.05);
}
.types-of-production .view-content .box .node--type-types-of-production .field--name-node-title h5 {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 61.99875rem) {
  .types-of-production .view-content .box .node--type-types-of-production .field--name-node-title h5 {
    font-size: 0.75rem;
  }
}
.types-of-production .view-content .box .node--type-types-of-production .field--name-field-year {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}
.types-of-production .view-content .box:hover {
  border-radius: 0.57094rem;
  border: 0.457px solid var(--landing-primary, #32c5f4);
  background: rgba(217, 217, 217, 0.08);
  box-shadow: 0 0 12.529px 0 rgba(var(--landing-primary-rgb), 0.68) inset, 0 4.247px 4.247px 0 rgba(0, 0, 0, 0.25);
  transition: 0.5s ease;
}
.types-of-production .view-content .box:hover .node--type-types-of-production .image-with-tags .tags {
  opacity: 1;
}
