@font-face {
  font-family: "GT America Regular";
  font-style: normal;
  src: url("../fonts/FontsFree-Net-GT-America-Regular-1.ttf") format("truetype");
}

html,
body {
  overflow-x: hidden;
  scroll-behavior: smooth;
  background: #fff;
  margin: 0;
  padding: 0;
  width: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

body {
  height: 100%;
  width: 100%;
  color: #000;
  background-color: rgba(16, 16, 16, 0.1);
  font-family: "Poppins", sans-serif;
  /*font-family: 'GT America Regular', sans-serif;*/
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 0;
}

.p-regular {
  /*font-family: 'GT America Regular', sans-serif;*/
  color: #000;
  margin-bottom: 0.2rem;
  font-weight: 500;
  letter-spacing: 0.125rem;
}

section {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}

h1 {
  font-size: 16px;
  margin: 0;
}

header {
  align-items: center;
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
}

#bg-image {
  background: url("https://landing-page.goingapp.pl/quebo2022/images/bg-desktop2-compr.jpeg")
    transparent no-repeat center center;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  height: 100vh;
  width: 100%;
  z-index: -2;
  display: block;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

header > .title {
  width: 700px;
  max-width: 100%;
  padding: 15px;
}

section#description,
section#howto,
#faq {
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.faq-container {
  display: flex;
  flex-direction: column;
  max-width: 900px;
  padding: 25px;
  justify-content: center;
  background: rgba(255, 250, 236, 0.9);
}

.description-container {
  background: rgba(255, 250, 236, 0.9);
  display: flex;
  flex-direction: column;
  width: 900px;
}

h2 {
  font-weight: 700;
  font-size: 25px;
  line-height: 1.4;
  color: #000;
  margin-bottom: 15px;
  margin-top: 0;
}

/* SCROLLBAR*/
/* width */
::-webkit-scrollbar {
  width: 10vh;
  max-width: 15px;
  min-width: 15px;
  background-image: url("https://landing-page.goingapp.pl/miastomuzyka-festiwal/images/scroll.png");
  background-position: 0px 0px;
  background-size: auto;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 0;
  height: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(16, 16, 16, 0.9);
  border-radius: 0;
  height: 10px;
}

.card {
  background: transparent;
  width: 600px;
  max-width: 100%;
  position: relative;
  overflow: hidden;
  color: #fffaec;
  transition: width 0.4s ease;
  display: flex;
}

.date {
  align-items: center;
  background: rgba(255, 250, 236, 0.9);
  color: #000;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  justify-content: center;
  width: 15rem;
  max-width: 100%;
}

.day {
  color: #000;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.month {
  font-size: 1rem;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 400;
}

.city {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-size: 1.2rem;
}

.card-body {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1rem;
  background-color: rgba(16, 16, 16, 0.9);
  width: 100%;
}

.card:hover {
  width: 800px;
}

.link a {
  text-decoration: none;
  color: #fffaec;
  letter-spacing: 0.125rem;
}

.link {
  margin-bottom: 0;
}

.btn {
  /*background-color: #000;*/
  background-color: rgba(16, 16, 16, 0.9);
  /*width: 280px;*/
  max-width: 100%;
  padding: 15px;
  align-self: flex-end;
  color: #fffaec;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4rem;
  font-size: 1.3rem;

  width: 280px;
}

.btn:hover {
}

.p-20 {
  padding: 40px 40px 20px 40px;
}

section#buy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.buy-container {
  width: 900px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.btn-main {
  /*background-color: #000;*/
  background-color: rgba(16, 16, 16, 0.9);
  /*margin-top: 30px;*/
  width: 350px;
  max-width: 100%;
  padding: 15px;
  color: #fffaec;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.4rem;
  font-size: 26px;
  align-self: center;

  /*width: 400px;*/
}

.btn-main-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.right {
  align-self: flex-end;
}

.mt-20 {
  margin-top: 20px;
}

/* Footer */
footer {
  text-align: center;
  padding-bottom: 30px;
}

.going-logo {
  text-align: center;
  margin: 0 auto;
  padding: 0;
}

.powered {
  max-width: 180px;
  transform: translateX(-15px);
}

h3 {
  line-height: 1.3;
  margin: 0;
  font-weight: 400;
}

.link a::after {
  position: absolute;
  top: 30px;
  left: 0;
  content: "";
  width: 0%;
  height: 2px;
  background-color: rgba(255, 250, 236, 0.9);
  transition: all 0.5s;
}

.link a:hover::after {
  width: 85%;
}

.link a {
  position: relative;
  text-decoration: none;
  color: #fffaec;
  font-weight: 600;
  font-size: 1.3rem;
}

.fa-arrow-right {
  padding-left: 4px;
  padding-right: 4px;
}

/*ul li p {*/
/*    margin-top: 2rem;*/
/*}*/

/*HIDE*/
#more {
  display: none;
}

a#myBtn {
  border-bottom: 1px solid #000;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
  color: #000;
}

/*a#myBtn::after {*/
/*    position: absolute;*/
/*    top: 25px;*/
/*    left: 0;*/
/*    content: '';*/
/*    width: 0%;*/
/*    height: 3px;*/
/*    background-color: #000;*/
/*    transition: all 0.5s;*/
/*}*/

/*a#myBtn:hover::after {*/
/*    width: 100%;*/
/*}*/

.disabled-link {
  cursor: default;
  pointer-events: none;
  text-decoration: none;
  color: #404040 !important;
}

.mozesz {
  text-transform: uppercase;
  text-align: center;
  padding: 15px;
  /*background: #c30136;*/
  background: rgba(195, 1, 54, 0.9);
  background: rgba(0, 0, 0, 0.5);
  color: #fffaec;
  margin-bottom: 3rem;
  font-weight: 500;
}

.exchange {
  margin-bottom: 1rem;
  color: #fffaec !important;
  margin-top: 0;
}

p.infos {
  font-weight: 600;
}

.bg-red {
  background: rgba(195, 1, 54, 0.9) !important;
  color: #fffaec !important;
}

.bw {
  background: #fffaec;
  color: #000000;
}

h2.h2-description {
  font-weight: 600;
}

/* FAQ */
#faq {
  /*background-color: #000;*/
  /*opacity: 0.9;*/
  color: #000;
}
/* SUMMARY */
details {
  max-width: 600px;
  margin: auto;
  border-bottom: 2px dashed #000;
}

details p {
  margin-left: 5px;
  /*font-size: 14px;*/
  margin: 0;
  font-weight: 400;
  padding: 0 5px 15px 5px;
}

details:last-child {
  border-bottom: 0;
}

summary:focus {
  outline: 0;
}

summary {
  transition: transform 0.3s ease-out;
  display: inline-block;
  font-size: 18px;

  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
  padding: 15px 5px;
  font-weight: 500;
  line-height: 1.5;
}

summary:hover {
  transform: translateX(10px);
}

#faq h2 {
  text-align: center;
}

ol {
  padding: 0 10px 0 25px;
}

ol li {
  padding-bottom: 10px;
}

details ul li {
  list-style-type: lower-alpha;
}

.instrukcja {
  /*font-size: 1.5rem;*/
  margin-top: 40px;
  text-transform: uppercase;
}

.warning {
  margin-top: 30px;
}

.exchange-date {
  margin: 0;
  text-align: center;
  font-weight: normal;
  font-size: 1.3rem;
}

.exchange-warning {
  padding-bottom: 1rem;
  font-size: 0.9rem;
  text-align: center;
  max-width: 500px;
  margin: auto;
  font-weight: 400;
  color: #000;
  line-height: 1.3;
}

a.faq-link {
  color: #c30136;
  font-weight: 600;
}

.bilet-container {
  font-weight: 600;
  max-width: 800px;
}

.last {
  margin-bottom: 30px;
}

.city p {
  margin: 0.5rem 0;
  font-size: 1rem;
}

@media (max-width: 760px) {
  ol {
    margin-top: 0.5rem;
  }

  .exchange-date {
    font-size: 1.1rem;
  }
  .exchange-warning {
    font-size: 0.75rem;
    max-width: 100%;
  }

  p.infos {
    margin-top: 0;
  }

  .exchange {
    margin-bottom: 0.5rem;
  }

  #bg-image {
    background: url("https://landing-page.goingapp.pl/quebo2022/images/bgfinal-mobile.jpeg")
      transparent no-repeat top center;
    background-size: cover;
    height: 112vh !important;
  }

  .warning {
    margin-top: 20px;
  }

  .instrukcja {
    margin-top: 30px;
    text-transform: uppercase;
  }

  .card-body {
    padding: 30px 20px;
  }

  p.warning {
    margin-bottom: 0;
  }

  h2 {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  section {
    padding-top: 45px !important;
    padding-bottom: 45px !important;
  }

  h2.h2-description {
    font-size: 1rem;
    line-height: 1.5;
  }

  .p-20 {
    padding: 30px 15px;
  }

  section#description,
  section#howto,
  #faq {
    padding: 10px;
  }

  p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  ol li {
    padding-bottom: 10px;
    line-height: 1.5;
    font-size: 0.9rem;
  }

  .date {
    width: 7rem;
    height: 7rem;
  }

  .city {
    font-size: 1.1rem;
    line-height: 1.3;
    /*margin-bottom: 1rem;*/
  }

  section {
    padding: 50px 0;
  }

  .link {
    margin-bottom: 0;
  }

  h3 {
    margin-bottom: 2px;
  }

  .btn-main {
    margin-top: 0;
    width: 280px;
    padding: 15px;
    font-size: 21px;
    margin-bottom: 40px;
  }

  /*.btn-main {*/
  /*    width: 260px;*/
  /*    padding: 10px;*/
  /*    font-size: 22px;*/
  /*}*/

  body {
    background-color: transparent;
  }

  .card {
    flex-direction: column;
  }

  .buy-container {
    padding: 10px;
  }

  details ul li {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .btn {
    width: 260px;
    /*font-size: 15px;*/
    font-size: 20px;
    padding: 15px;
  }

  .footer {
    padding-bottom: 100px;
  }

  summary {
    font-size: 1.1rem;
    line-height: 1.3;
  }
}

@media (max-width: 350px) {
  .btn {
    font-size: 18px;
  }
}
