@font-face {
  font-display: swap;
  font-family: 'mg';
  font-style: normal;
  font-weight: normal;
  src: url('mg.woff') format('woff'), url('mg.woff2') format('woff2');
}

body, h1, h2, h3, h4, h5, h6 {
  font-family: 'mg', sans-serif;
}

input {
  font-family: sans-serif;
}

@media (max-width: 900px) {
  body {
    background-size: 100px, cover;
    background-position: top left, center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("logo-small.webp"),url("bg.webp");
    color: #0f3950;
  }
}
@media (min-width: 900px) {
  body {
    background-size: 150px, 30vh, cover;
    background-position: top left, center left, center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-image: url("logo-small.webp"), url("tree-left.webp"), url("bg.webp");
    color: #0f3950;
  }
}

/*smalle layout*/
.container {
  max-width: 506px;
}

/*algeneeb*/
.logo {
  background-image: url('logo.webp');
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
  max-width: 100%;
  height: 80px;
  display:block;
}
.shop-header  {
  background:none;
}
.official-ticketshop {
  display:none;
}
.shop-powered-by a {
  color: #aaa;
  font-size:60%
}

/*page1*/
#shop-name {
  display: none;
}
.page-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 2em;
}
.event-subtitle {
  background: url('streep.webp');
  background-repeat: no-repeat;
  background-size: contain;
  padding: 8px 30px;
  color:black !important;
  font-size:1.2em;
  font-weight: 700;
}

/*ticket blokcjes*/
.ticket {
  color:white;
  border:0;
  background: #0f3950;
}

.ticket-title {
  background-color: white;
  text-transform: uppercase;
  color: #000;
  display: inline-block;
  padding: 3px 5px;

}

.btn-ticket,
.btn-edit {
  height: auto;
  width: auto;
  border-radius:0;
  padding: .375rem .75rem;
  color:white;
}

.btn-theme,
.btn-theme:hover {
  color:white;
  border:0;
  background: #c52a94;
}

.btn-theme:hover,
.btn-ticket-min:hover {
  color:black;
}

.btn-ticket-min,
.btn-ticket-min:hover {
  background: #77368c;
}

.btn-next-step,
.btn-next-step:hover {
  border: 1px white solid;
  background-color:white;
  text-transform: uppercase;
  padding:1em;
  text-decoration: none;
  color:#0f3950;
}

.event-description a {
  line-height:5em
}

.event-description div:has(> a) {
  text-align: center;
}

/*page personal detials*/
input.form-control,
select.form-control {
  border:1px solid black;
  border-radius:0;
}

/*page check adn pay*/
.well h4 {
  text-transform: uppercase;
}
.well {
  border:0;
  background: white;
}
#voucher {
  background: white;
  color:black;
}