.body {
  background-color: #181c36;
  font-family: Gotham, Arial, sans-serif;
}

.avalon-section {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  border: .0625rem #000;
  flex-flow: column;
  display: flex;
}

.image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: fill;
  max-width: none;
  padding-bottom: 2.375rem;
  overflow: clip;
}

.logo---text-block {
  text-align: center;
  flex-flow: column;
  display: block;
}

.text-block {
  float: none;
  color: #fff;
  text-transform: uppercase;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Haarlemdeco, Arial, sans-serif;
  font-size: 2.375rem;
  font-weight: 400;
  line-height: 2.5rem;
  display: flex;
}

.text-block-2 {
  color: #e2b432;
  text-align: center;
  padding-top: 0;
  padding-right: .0625rem;
  font-family: Haarlemdeco, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.line-block {
  border-top: .0625rem solid #e2b432;
  border-bottom: .0625rem solid #e2b432;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 3.1875rem;
  max-height: 3.1875rem;
  display: flex;
}

.play-button-image {
  max-width: 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

.view-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-3 {
  text-align: center;
  text-transform: none;
  max-width: 29.6875rem;
  font-family: Gotham, Arial, sans-serif;
  font-size: .625rem;
  font-weight: 400;
  line-height: .9375rem;
}

.catalogues-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.catalogue-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 7.5rem;
  padding-right: 7.5rem;
  display: flex;
}

.catalog-1 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/Frame-6.png');
  background-position: 50%;
  background-size: cover;
  width: 23.6875rem;
  height: 12.4375rem;
}

.catalog-2 {
  aspect-ratio: 16 / 9;
  background-image: url('../images/Frame-11.png');
  background-position: 50% 0;
  background-size: cover;
  width: 23.6875rem;
  height: 12.4375rem;
  overflow: visible;
}

.footer {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 2.375rem;
  display: flex;
}

.london-tv-screenings-logo {
  aspect-ratio: 16 / 9;
  object-fit: fill;
  width: 100%;
  max-width: 9rem;
}

.catalogue-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.image-3 {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.catalogue-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 20rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: clip;
}

.catalogue-item.with-border {
  border: 1px solid #f82121;
}

.catalogue-title {
  z-index: 1;
  color: #fff;
  border: .0625rem #000;
  font-family: Haarlemdeco, Arial, sans-serif;
  font-size: 1.25rem;
  text-decoration: none;
  position: relative;
  top: 0;
  left: auto;
  right: 0%;
}

.catalogue-title.find-out-text {
  padding-left: .3125rem;
  font-family: Gothamrnd Book, Arial, sans-serif;
  font-size: .75rem;
  line-height: .9375rem;
}

.find-out-more {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-4 {
  width: 100%;
  display: block;
  overflow: visible;
}

.image-5 {
  z-index: 1;
  aspect-ratio: auto;
  width: .5rem;
  height: .5rem;
  display: block;
  position: relative;
  overflow: visible;
}

.link-block {
  text-decoration: none;
}

.div-block-3 {
  background-image: linear-gradient(#000, #fff);
}

.catalogue-content {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  aspect-ratio: auto;
  background-image: linear-gradient(0deg, #000, #fff0 80%);
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1rem;
  display: flex;
  position: static;
  inset: 0%;
}

.catalogue-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .avalon-section {
    grid-column-gap: 2.625rem;
    grid-row-gap: 2.625rem;
  }

  .image {
    aspect-ratio: auto;
  }

  .text-block {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 2.625rem;
  }

  .text-block-2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .play-button-image {
    max-width: 2.625rem;
  }

  .text-block-3 {
    max-width: 59.25rem;
    font-size: 1.25rem;
    line-height: 120%;
  }

  .footer {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .london-tv-screenings-logo {
    max-width: 12.5rem;
  }

  .catalogue-image {
    aspect-ratio: 16 / 9;
    max-width: 100%;
  }

  .catalogue-item {
    max-width: 40.625rem;
    overflow: hidden;
  }

  .catalogue-title {
    font-size: 2rem;
  }

  .catalogue-title.find-out-text {
    font-size: 1rem;
  }

  .find-out-more {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .image-5 {
    width: 1rem;
    height: 1rem;
  }

  .catalogue-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 2rem;
  }
}

@media screen and (max-width: 991px) {
  .avalon-section {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .image {
    max-width: 11.25rem;
  }

  .text-block {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .catalogue-wrapper {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .catalogue-item {
    max-width: none;
  }

  .catalogue-title {
    font-size: .9375rem;
  }
}

@media screen and (max-width: 767px) {
  .avalon-section {
    flex-flow: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .image {
    max-width: 7.5rem;
  }

  .text-block {
    justify-content: center;
    align-items: center;
    font-size: 1.75rem;
    line-height: 2rem;
    display: flex;
  }

  .text-block-2 {
    padding-right: 0;
    font-size: .875rem;
    line-height: 1.125rem;
  }

  .line-block {
    width: 100%;
    height: auto;
    min-height: 2.25rem;
    max-height: none;
  }

  .play-button-image {
    max-width: 1.25rem;
  }

  .text-block-3 {
    max-width: 28.125rem;
  }

  .catalogues-block {
    flex-flow: row;
  }

  .catalogue-wrapper {
    flex-flow: row;
    padding-left: 0;
    padding-right: 0;
  }

  .catalogue-item {
    max-width: none;
  }

  .catalogue-title {
    font-size: .8125rem;
  }

  .catalogue-title.find-out-text {
    font-size: .625rem;
  }

  .catalogue-content {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }
}

@media screen and (max-width: 479px) {
  .image {
    max-width: 6.25rem;
  }

  .text-block {
    font-size: 1.5rem;
  }

  .text-block-2 {
    font-size: .75rem;
    line-height: 1.125rem;
  }

  .catalogue-wrapper {
    flex-flow: column;
  }

  .catalogue-item {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .catalogue-title {
    font-size: .75rem;
    line-height: 1.125rem;
  }
}


@font-face {
  font-family: 'Gotham';
  src: url('../fonts/gotham.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamrnd';
  src: url('../fonts/GothamRnd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gothamrnd Book';
  src: url('../fonts/GothamRnd-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Haarlemdeco';
  src: url('../fonts/HaarlemDeco-2.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}