@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Rye&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: 23px;
  scroll-behavior: smooth;
}

body {
  padding: 0;
  font-family: "Rye", sans-serif;
  color: black;
  background: rgb(14, 0, 255);
  background: linear-gradient(90deg, rgb(14, 0, 255) 0%, rgb(255, 255, 255) 100%);
  background-size: cover;
  background-repeat: repeat;
}

.shadow-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

.section-title {
  text-align: center;
  text-transform: uppercase;
  font-size: 40px;
  color: white;
}

.underline {
  width: 60px;
  height: 4px;
  background-color: white;
  box-shadow: 0 0 6px white;
  margin: -5px auto 40px;
}

nav {
  background-color: rgba(0, 0, 0, 0.7);
  text-transform: uppercase;
  transition: background-color 0.6s;
  z-index: 5;
}
nav .navbar-brand {
  font-size: 30px;
}
nav .navbar-toggler {
  padding: 10px 15px;
  color: white;
}
nav .nav-link,
nav .navbar-nav .show > .nav-link,
nav .navbar-brand,
nav .fa-bars {
  color: rgb(255, 255, 255);
  font-size: 24px;
}
nav .navbar-nav .nav-link.active,
nav .navbar-nav .show > .nav-link .nav-link:focus,
nav .nav-link:hover,
nav .navbar-brand:hover,
nav .navbar-brand:focus {
  color: #0e00ff;
  text-shadow: 0 0 4px #0e00ff;
}
nav .navbar-logo-panthers {
  width: 40px;
  height: 40px;
  background-size: cover;
  background-image: url("../assets/Wroclaw_OnBright.png");
}

.hero-img {
  position: relative;
  height: 100vh;
  z-index: 0;
}
.hero-img .fa-football {
  position: absolute;
  font-size: 60px;
  color: white;
  top: 22.5%;
  left: 50%;
  translate: -50% -50%;
  animation: spin 5s infinite;
}
.hero-img .hero-text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.hero-img .hero-text .know-us-btn {
  font-size: 20px;
  padding: 3px;
}
.hero-img .hero-text h1 {
  text-transform: uppercase;
  font-size: 46px;
}
.hero-img .hero-text p {
  text-transform: uppercase;
  font-size: 23px;
}
.hero-img .fa-chevron-down {
  color: white;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  font-size: 20px;
}

.plan .plan-font {
  font-size: 21.5px;
}

.arguments .card {
  box-shadow: 4px 4px black;
  transition: box-shadow 0.8s;
}
.arguments .card .card-img-top {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 250px;
}
.arguments .card a {
  text-decoration: none;
}
.arguments .card:hover {
  box-shadow: 3px 3px rgb(14, 0, 255);
}

.conditions .card {
  height: 130px;
  box-shadow: 4px 4px 0 black;
}
.conditions .slick-track {
  height: 135px;
}

.summary .accordion-button {
  outline: none;
  display: block;
  text-align: center;
  transition: background-color 0.4s;
}
.summary .accordion-button:hover {
  background-color: rgba(14, 0, 255, 0.3);
}
.summary .accordion-button:focus {
  outline: none;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0); /* subtelna poświata */
}
.summary .accordion-body .tomasz-option .tomasz-text {
  font-size: 30px;
  margin-bottom: 0;
}
.summary .accordion-body .tomasz-option .tomasz-img {
  z-index: 6;
  width: 120px;
  height: 150px;
  background-size: cover;
  background-image: url(../assets/tomasz_foto.jpg);
}
.summary .accordion-body .option-no {
  opacity: 1;
  transition: opacity 0.3s;
}
.summary .accordion-body .option-no:hover,
.summary .accordion-body .option-no:focus {
  opacity: 0;
}
.summary .accordion-body .option-yes:hover {
  animation: tomasz_yes 0.4s cubic-bezier(1, 1, 1, 1) 0.1s infinite alternate none;
}

.music-player {
  z-index: 5;
  position: fixed;
  bottom: 15px;
  right: 15px;
}
.music-player .show-hide-player-btn {
  background-color: rgba(6, 58, 153, 0.2);
  padding: 6px;
  border-radius: 10px;
  position: absolute;
  bottom: 5px;
  right: 15px;
  z-index: 1;
}
.music-player .player {
  position: relative;
  background-color: #e7e7e7;
  height: 150px;
  width: 350px;
  border-radius: 20px;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.5s ease;
  opacity: 1;
}
.music-player .player .player-img {
  width: 80px;
  height: 80px;
  position: relative;
  left: 10px;
  top: 5px;
}
.music-player .player .player-img img {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  width: 80px;
  height: 80px;
  opacity: 1;
  transition: box-shadow 0.5s;
}
.music-player .player .player-img img .active {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.music-player .player .player-img:hover img {
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.8);
}
.music-player .player h2 {
  position: absolute;
  padding-right: 10px;
  font-size: 25px;
  text-align: end;
  font-weight: 500;
  top: 10px;
  right: 0;
}
.music-player .player h3 {
  position: absolute;
  padding-right: 10px;
  font-size: 18px;
  text-align: end;
  font-weight: 500;
  top: 40px;
  right: 0;
}
.music-player .player .player-progress {
  background-color: rgba(0, 0, 0, 0.1882352941);
  border-radius: 5px;
  cursor: pointer;
  margin: 25px 20px 10px;
  height: 6px;
  width: 90%;
}
.music-player .player .player-progress .progress {
  background-color: #212121;
  border-radius: 5px;
  height: 100%;
  width: 0%;
  transition: width 0.1s linear;
}
.music-player .player .player-progress .music-duration {
  position: relative;
  top: -30px;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}
.music-player .player .player-controls {
  position: relative;
  bottom: 8px;
  margin: 0 50px 0 100px;
  width: 200px;
  letter-spacing: 20px;
}
.music-player .player .player-controls .fa-solid {
  font-size: 25px;
  color: #666;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: filter 0.3s ease;
}
.music-player .player .player-controls .play-button {
  font-size: 30px;
  position: relative;
  top: 3px;
}
.music-player .player .fa-solid:hover {
  filter: brightness(40%);
}
.music-player .player:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.6);
}

@media (max-width: 380px) {
  .music-player {
    right: 5px;
  }
  .music-player .player {
    width: 300px;
  }
}
@media (max-width: 576px) {
  .section-title {
    font-size: 30px;
  }
  .plan-font {
    font-size: 16px;
  }
}
@media (max-width: 1400px) {
  .conditions .card {
    height: 170px;
  }
  .conditions .slick-track {
    height: 175px;
  }
}
@media (max-width: 768px) {
  .section-title {
    color: black;
  }
}
@media (992px < width < 1200px) {
  nav .navbar-brand {
    font-size: 28px;
  }
  nav .nav-link,
  nav .navbar-nav .show > .nav-link,
  nav .fa-bars {
    color: black;
    font-size: 22px;
  }
}
@keyframes spin {
  from {
    transform: rotate(45deg);
  }
  to {
    transform: rotate(765deg);
  }
}
@keyframes tomasz_yes {
  from {
    transform: rotateX(0deg);
  }
  to {
    transform: rotateX(60deg);
  }
}
/*# sourceMappingURL=style.css.map */