/* Font*/
/* @import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;700&display=swap"); */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;800&display=swap");


/* Typo */
html, body {
  font-family: "Open Sans", sans-serif;
  background-color: #000;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 16px;
  overflow-x: hidden; }

p {
  margin: 0; }

h1, h2, h3 {
  color: #fff;
  margin: 10px 0; }

h1 {
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0;
  margin: 0; }
  @media (max-width: 768px) {
    h1 {
      font-size: 45px;
      line-height: 45px; } }

h2 {
  font-size: 30px;
  line-height: 35px;
  font-weight: 400; }
  @media (max-width: 768px) {
    h2 {
      font-size: 25px;
      line-height: 35px; } }

h3 {
  font-size: 20px;
  line-height: 30px; }
  @media (max-width: 768px) {
    h3 {
      font-size: 18px;
      line-height: 21px; } }

a {
  -webkit-transition: all 0.3s 0s ease;
  -moz-transition: all 0.3s 0s ease;
  -o-transition: all 0.3s 0s ease;
  transition: all 0.3s 0s ease;
  color: #FC28B8; }
  a:hover, a:focus, a:visited {
    text-decoration: none;
    -webkit-transition: all 0.3s 0s ease;
    -moz-transition: all 0.3s 0s ease;
    -o-transition: all 0.3s 0s ease;
    transition: all 0.3s 0s ease; }

/* Color */
.text-white h1, .text-white h2, .text-white h3, .text-white h4, .text-white p {
  color: #fff; }

.back-top {
  background-color: #fff; }

.ticket img {
  height: 50px; }

@media (max-width: 992px) {
  .ticket {
    margin-bottom: 50px; } }

.yellow {
  background-color: #FFFF00; }

.black {
  background-color: #000;
  color: #fff; }
  .black p {
    color: #fff; }

.no-padding {
  padding: 0; }

@media (max-width: 768px) {
  .flex-mobile {
    flex-direction: column;
    align-items: center; } }

header {
  min-height: 100px;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center; }

/* Misc */
.space {
  height: 50px; }

.btn {
  position: relative;
  width: 100%;
  padding: 10px 40px;
  max-width: 350px;
  background-color: #fff;
  border: 0;
  margin: 0 auto;
  border-radius: 20px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  color: #000;
  font-size: 22px;
  font-weight: 900;
  -webkit-transition: all 0.3s 0s linear;
  -moz-transition: all 0.3s 0s linear;
  -o-transition: all 0.3s 0s linear;
  transition: all 0.3s 0s linear;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.35); }
  .btn:hover {
    color: #1D264F;
    background-color: #fff;
    -webkit-transition: all 0.3s 0s linear;
    -moz-transition: all 0.3s 0s linear;
    -o-transition: all 0.3s 0s linear;
    transition: all 0.3s 0s linear;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.35); }
  .btn--pink {
    background-color: #EA6B9A; }
    .btn--pink:hover {
      background-color: #fff;
      color: #EA6B9A; }
  .btn--small {
    font-size: 18px;
    padding: 7.5px 25px; }
  .btn--white {
    background-color: #fff;
    color: #1D264F; }

.d-flex {
  display: flex; }

.align-center {
  align-items: center;
  justify-content: center; }

/* Footer */
footer {
  min-height: 40px;
  color: #fff;
  padding: 10px;
  position: relative;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column; }
  footer p {
    font-size: 8px; }
  footer a {
    text-decoration: none;
    font-weight: 400;
    color: #fff; }
    footer a:hover {
      color: #fff; }
  footer .social {
    display: flex;
    margin-bottom: 25px; }
    footer .social img {
      width: 35px;
      margin: 0 15px; }

.top-desktop {
  display: block !important; }
  @media (max-width: 768px) {
    .top-desktop {
      display: none !important; } }

.top-mobile {
  display: none !important; }
  @media (max-width: 768px) {
    .top-mobile {
      display: block !important; } }

/*# sourceMappingURL=custom.css.map */
