@import url("https://fonts.googleapis.com/css?family=Lato:300,400");
@import url("https://fonts.googleapis.com/css?family=Lato&display=swap");
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GilroyExtraBold.eot");
  src: url("../fonts/GilroyExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GilroyExtraBold.woff2") format("woff2"), url("../fonts/GilroyExtraBold.woff") format("woff"), url("../fonts/GilroyExtraBold.otf") format("opentype");
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
button {
  font-family: "Gilroy";
  cursor: pointer;
}

p,
b,
input,
textarea,
ul,
li,
a,
span {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

body {
  margin: 0;
  padding: 0;
  background-color: black;
}

.nav {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 20px;
  margin-bottom: -100px;
}

.nav .logo {
  height: 40px;
}

.nav .topCta {
  padding: 20px;
  background-color: white;
  border: none;
  border-radius: 10px;
  float: right;
  font-family: "Gilroy";
  cursor: pointer;
}

.header {
  position: relative;
  height: 45vw;
  background-size: cover;
  background-position: center;
  opacity: 0.4;
}

.header .gradient {
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, from(black), to(rgba(0, 212, 255, 0)));
  background: linear-gradient(0deg, black 0%, rgba(0, 212, 255, 0) 100%);
}

.container {
  color: white;
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: -25vw auto 100px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-height: 400px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.container .poster {
  width: 300px;
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.container .poster .rating {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 50px;
  height: 50px;
  background-size: contain;
}

.container .content {
  padding: 0 20px;
  width: calc(70% - 40px);
  min-width: 300px;
}

.container .content .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container .content .isl {
  font-family: "Gilroy";
  opacity: 0.6;
  margin-top: -25px;
  display: block;
}

.container .content .premier {
  text-align: center;
  padding: 13px 30px;
  border-radius: 10px;
  display: inline-block;
}

.container .content .premier img {
  margin-top: -30px;
  width: 100%;
  max-width: 400px;
}

.container .content .getTickets button {
  padding: 20px;
  background-color: white;
  border: none;
  border-radius: 10px;
  float: right;
}

.trailer {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto 200px auto;
}

.trailer iframe {
  width: 100%;
  height: 500px;
}

.ticketModal {
  display: none;
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.ticketModal .cinemas {
  width: 1080px;
  max-width: calc(100% - 20px);
  margin: 100px auto 0 auto;
  list-style: none;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.ticketModal .cinemas .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.ticketModal .cinemas .top h2,
.ticketModal .cinemas .top p {
  color: white;
  margin-bottom: 10px;
}

.ticketModal .cinemas .top p {
  padding: 5px 15px;
  background-color: #323232;
  border-radius: 30px;
  cursor: pointer;
}

.ticketModal .cinemas a {
  color: black;
  text-decoration: none;
  font-family: "Gilroy";
}

.ticketModal .cinemas li {
  background-color: white;
  padding: 15px;
  margin-top: 5px;
  border-radius: 40px;
  cursor: pointer;
}

.ticketModal .cinemas li:hover {
  background: rgba(255, 255, 255, 0.8);
}
/*# sourceMappingURL=main.css.map */