@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('./_bundle/') format('truetype');
}

body {
  font-family: 'Open Sans';
  background-color: #373737;
  overflow: auto;
  padding-bottom: 45px;
}

.flex-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

}

.item {

  flex: 1 1 calc(33.333% - 12px);
}

.item img {
  width: 100%;
}

h1 {
  font-size: 5em !important;
  margin-bottom: 0.5em;
  color: rgba(255, 166, 0, .87);
  font-size: 3em;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sans-serif;
  text-align: center;
}

h2 {
  display: block;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.5em;
  position: relative;
  color: #fff;
  background-color: transparent;
  text-align: center;
  padding: 0.5em;
  margin-top: 0px;
  margin-bottom: 0em;
}

h3 {
  display: block;
  font-family: sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.5em;
  position: relative;
  color: #fff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  margin-top: 3px;
  margin-bottom: 0px;
  letter-spacing: 2px;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: #111111aa;
}

.movie-wrapper {
  position: relative;
  overflow: hidden;
}

.movie-wrapper img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.6s ease;
}

.item:hover .movie-wrapper img,
.movie-wrapper:hover img {
  transform: scale(1.07);
}

.center {
  width: 100%;
  padding-top: 2em;
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

p {
  color: #fff;
  font-size: 21px;
  max-width: 800px;
}

.flag-icon {
  height: 27px;
  padding: 2px;
}

.lang {
  float: right;
  margin: 6px;
  position: relative;
  z-index: 10;
}
