@font-face {
    font-family: "URW DIN Bold";
    src: url("https://db.onlinewebfonts.com/t/dc1cb7e4e49f574b62204fc80eb2f203.eot");
    src: url("https://db.onlinewebfonts.com/t/dc1cb7e4e49f574b62204fc80eb2f203.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/dc1cb7e4e49f574b62204fc80eb2f203.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/dc1cb7e4e49f574b62204fc80eb2f203.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/dc1cb7e4e49f574b62204fc80eb2f203.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/dc1cb7e4e49f574b62204fc80eb2f203.svg#URW DIN Bold")format("svg");
}
@font-face {
    font-family: "URW DIN";
    src: url("https://db.onlinewebfonts.com/t/a4b5ffde049fa3a187504c885d60d5de.eot");
    src: url("https://db.onlinewebfonts.com/t/a4b5ffde049fa3a187504c885d60d5de.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/a4b5ffde049fa3a187504c885d60d5de.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/a4b5ffde049fa3a187504c885d60d5de.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/a4b5ffde049fa3a187504c885d60d5de.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/a4b5ffde049fa3a187504c885d60d5de.svg#URW DIN")format("svg");
}
a:hover {
  color: #00784d!important;
  text-decoration: underline;
}
body {
    overflow-x: hidden;
    font-family: "URW DIN Bold";
}
.SupportIT{
	
    width: 130px;
}
p {
    line-height: 1.75;
}
.text-muted{
  color: #00784d !important;
  font-style: normal!important;
}
.slider {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.select-container {
  width: 70%; /* Adjust the width as needed */
  margin: 0 auto; /* Centers the select list horizontally */
}

select {
  width: 100%;
  padding: 8px;
  margin: 10px 0;
  border: 1px solid #ccc;
  color:#757575;
  border-radius: 4px;
  background-color: white;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1); */
  -webkit-appearance: none; /* Removes default style of select in WebKit browsers */
  -moz-appearance: none; /* Removes default style of select in Firefox */
  appearance: none; /* Removes default style of select in modern browsers */
}
option{
  color:black;
}

select {
  background-image: url('../assets/img/wartapoznan.png');
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px; 
}
.slides, .slides-players, .slides-partners {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide, .slide-player, .slide-partner {
  flex: 0 0 100%;
}
.slide-player, .slide-partner{
  display: flex;
  justify-content: center;
}
.slide img{
  width:100%;
  height: auto;
}
.slide-player img {
  
  /* width: 100%; */
  height: 300px;
}
.slide-partner img{
  height: 50px;
}
.slide-partner{
  width: 150px;
}
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #00784D;
  color: #fff;
  text-align: center;
  line-height: 40px;
}

.prev {
  left: 0;
}

.next {
  right: 0;
}

.cookie-notice{
  display: none;
}
.card {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}
.thumb {
    max-width: 250px;
    max-height: 250px;
    width: 250px;
    height: 250px;
    aspect-ratio: attr(width) / attr(height);
}
.price-element {
    transition: 0.5s;
}
.special {
    background-color: #00784D !important;
    transition: 0.5s;
    -webkit-font-smoothing: antialiased;
    transform: scale(1.05);
    border-radius: 10px;
}
.text-justify {
    text-align-last: center;
}

.page-section {
    padding: 3rem 1rem;
}
.page-section h2.section-heading {
    font-size: 2.5rem;
    margin-top: 0;
    margin-bottom: 1rem;
}
.page-section h3.section-subheading {
    font-size: 1rem;
    font-weight: 400;
    font-style: italic;
    font-family: "URW DIN Bold";
    margin-bottom: 2rem;
}
.small-pt {
    padding-top: 1rem;
}
.small-pb {
    padding-bottom: 1rem;
}
.portfolio-item {
    display: flex;
    justify-content: center;
}
.contact {
    margin-top: 3rem;
}
.contact p {
    text-align: center;
}
@media (min-width: 768px) {
    .page-section {
        padding: 6rem 0 6rem;
    }
    #partners {
        padding: 3rem 0;
    }
    .contact {
        margin-top: auto;
    }
    .contact p {
        text-align: left;
        line-height: 1.25;
    }
}
::-moz-selection {
    background: #ffffff;
    text-shadow: none;
}
::selection {
    background: #ffffff;
    text-shadow: none;
}
img::-moz-selection {
    background: 0 0;
}
img::selection {
    background: 0 0;
}
img::-moz-selection {
    background: 0 0;
}
.btn-lg {
    padding: 1.2rem 1.75rem;
    
    font-size: 1.125rem;
    font-weight: 700;
}
.btn-social {
    height: 2.5rem;
    width: 2.5rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 100%;
}
.zielonaWarta{
    /* color:#00784D; */
    color: #ffffff;
    font-size: 130%;
}
.oponent{
  font-size: 130%;
}
.wartaThin{
    font-family: "URW DIN Bold";
}
#mainNav {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #ffffff;
}
#mainNav .navbar-toggler {
    padding: 0.75rem;
    
    font-size: 0.75rem;
    color: #ffffff;
    text-transform: uppercase;
    background-color: #00784D;
    border: 0;
}
#mainNav .navbar-brand {
    color: #00784D;
    
    font-weight: 700;
    letter-spacing: 0.0625em;
    text-transform: uppercase;
}
#mainNav .navbar-brand img {
    height: 10vw;
}
#mainNav .navbar-nav .nav-item .nav-link {
    
    font-size: 0.95rem;
    color: #00784D;
    text-align: center;
    letter-spacing: 0.0625em;
}
#mainNav .navbar-nav .nav-item .nav-link.active,
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: black;
}
@media (min-width: 992px) {
    #mainNav {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        border: none;
        /* background-color: transparent; */
        transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
        transition: 0.5s;
    }
    #mainNav .navbar-brand {
        font-size: 1.5em;
        transition: font-size 0.3s ease-in-out;
    }
    #mainNav .navbar-brand img {
        height: 3rem;
        transition: height 0.3s ease-in-out;
    }
    #mainNav.navbar-shrink {
        padding-top: 1rem;
        padding-bottom: 1rem;
        background-color: white;
    }
    #mainNav.navbar-shrink .navbar-brand {
        font-size: 1.25em;
    }
    #mainNav.navbar-shrink .navbar-brand img,
    #mainNav.navbar-shrink .navbar-brand svg {
        height: 2rem;
    }
    #mainNav .navbar-nav .nav-item {
        margin-right: 1rem;
    }
    #mainNav .navbar-nav .nav-item:last-child {
        margin-right: 0;
    }
}
header{
  position: relative;
}
header.masthead {
    padding-top: 12.5rem;
    padding-bottom: 8rem;
    text-align: center;
    color: #fff;
    background-color: #00784D;
    /* background-image: url(../assets/img/wartapoznanbg.png);
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center 120%;
    background-size: cover;
    background-attachment: fixed; */
}

header.masthead:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.04;
  background-image: url(../assets/img/wartapoznanbg.png);
  /* background-repeat: no-repeat; */
  background-position: center 120%;
  background-size: cover;
}
header.socials{
  margin: 0;
    display: flex;
    list-style-type: none;
    padding: 0 15px;

}
header.masthead .masthead-subheading {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 25px;
    /* font-family: "Droid Serif", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
}
header.masthead .masthead-heading {
    font-size: 2.55rem;
    font-weight: 700;
    line-height: 3.75rem;
    margin-bottom: 2rem;
    
}
input[type="email"] {
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 16px;
  width:100%;
}

button {
  padding: 10px;
  background-color: #00784D;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s ease;
}
form button{
  width: 100%;
} 
.partner {
    filter: grayscale(1);
    transition: 0.3s;
    height: 50%;
}
.partner:hover {
    filter: grayscale(0);
}
@media (min-width: 409px) {
.SupportIT{
	padding-left: 50px;
	}
}

@media (min-width: 768px) {
    header.masthead {
        padding-top: 17rem;
        padding-bottom: 12.5rem;
    }
    header.masthead .masthead-subheading {
        font-size: 2.25rem;
        line-height: 2.25rem;
        margin-bottom: 2rem;
    }
    header.masthead .masthead-heading {
        font-size: 4.5rem;
        font-weight: 700;
        line-height: 4.5rem;
        margin-bottom: 4rem;
    }
	.SupportIT{
	padding-left: 50px;
    width: 130px;
}
}
#portfolio .portfolio-item {
    max-width: 25rem;
    margin-left: auto;
    margin-right: auto;
}
#portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
    display: flex;
    position: absolute;
    width: 100%;
    height: 100%;
    background: #B4FF6E;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity ease-in-out 0.25s;
    z-index: 500;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
    font-size: 1.25rem;
    color: #fff;
}
#portfolio .portfolio-item .portfolio-link:hover .portfolio-hover {
    opacity: 1;
}
.portfolio-modal .modal-dialog {
    margin: 1rem;
    max-width: 100vw;
}
.portfolio-modal .modal-content {
    padding-top: 6rem;
    padding-bottom: 3rem;
    text-align: center;
}
.portfolio-modal .modal-content h2 {
    font-size: 3rem;
    line-height: 3rem;
}
.portfolio-modal .modal-content img {
    margin-bottom: 2rem;
    max-height: 80%;
}
.portfolio-modal .close-modal {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    width: 3rem;
    height: 3rem;
    cursor: pointer;
    background-color: transparent;
}
.portfolio-modal .close-modal:hover {
    opacity: 0.3;
}
.personal p {
    font-size: 0.8rem;
    line-height: 0.8rem;
}
section#contact {
    background-color: #212529;
    background-repeat: no-repeat;
    background-position: center;
}
section#contact .section-heading {
    color: #fff;
}
.footer {
    text-align: center;
    font-size: 0.9rem;
    
}
@media screen and (min-width: 1024px) {
    #offer {
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .portfolio-modal {
        height: 85vh;
    }
    .modal-content {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    #contact,
    #portfolio {
        padding: 6rem 0;
    }
}
@media screen and (min-width: 1921px) {
    #offer {
        padding-left: 15rem;
        padding-right: 15rem;
    }
}
.text-danger {
    color: #FF3D3D;
  }
  
  .label {
    font-size: 9px;
    text-transform: uppercase;
    color: #6E6E6E;
    font-weight: 700;
    letter-spacing: 0.095em;
    margin-bottom: 4px;
  }
  
  .mb-05 {
    margin-bottom: 4px;
  }
  
  .mb-0 {
    margin-bottom: 0 !important;
  }
  
  .mb-1 {
    margin-bottom: 8px;
  }
  
  .mt-1 {
    margin-top: 8px;
  }
  
  .mt-2 {
    margin-top: 16px;
  }
  
  .ml-1 {
    margin-left: 8px;
  }
  
  .ml-2 {
    margin-left: 16px;
  }
  
  .ml-3 {
    margin-left: 24px;
  }
  
  .ml-4 {
    margin-left: 32px;
  }
  
  .ml-5 {
    margin-left: 40px;
  }
  
  .mr-1 {
    margin-right: 8px;
  }
  
  .mr-2 {
    margin-right: 16px;
  }
  
  .mr-3 {
    margin-right: 24px;
  }
  
  .mr-4 {
    margin-right: 32px;
  }
  
  .mr-5 {
    margin-right: 40px;
  }
  
.warto-bg{
  background-color: #B4FF6E;

}
.zielonaWarta-font{
  color:#00784D;
}
  * {
    box-sizing: border-box;
  }
  
  .scoreboard {
    background: #0F0F0F;
    margin-bottom: 8px;
    border-radius: 4px;
  }
  .scoreboard__container {
    padding: 16px;
  }
  .scoreboard__result {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .scoreboard .scoreboard__result-home,
  .scoreboard .scoreboard__result-away,
  .scoreboard .scoreboard__result-separator {
    font-size: 26px;
  }
  .scoreboard .scoreboard__result-separator {
    margin: 0 8px;
    color: #6E6E6E;
  }
  .scoreboard__badge {
    width: 38px;
    height: 38px;
  }
  .scoreboard__badge img {
    height: 100%;
  }
  .scoreboard__teams {
    display: flex;
    justify-content: center;
  }
  .scoreboard__team {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-grow: 1;
  }
  .scoreboard__team--align-right {
    flex-direction: row-reverse;
  }
  .scoreboard__team--align-right .scoreboard__name {
    text-align: right;
  }
  .scoreboard__team--align-left .scoreboard__name {
    text-align: left;
  }
  .scoreboard__name {
    display: block;
    width: 100px;
  }
  .scoreboard__nav {
    border-top: 1px solid #212121;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding: 0 16px;
    margin: 0;
  }
  .scoreboard__nav-el {
    list-style: none;
  }
  .scoreboard__nav-el.is-active a {
    color: #29BDDE;
    position: relative;
  }
  .scoreboard__nav-el.is-active a:after {
    display: block;
    height: 2px;
    width: 100%;
    content: "";
    background: #29BDDE;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .scoreboard__nav-el a {
    padding: 20px 16px;
    color: #6E6E6E;
    text-decoration: none;
    display: block;
    line-height: 0;
  }
  .scoreboard__basics {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
 
  .player--home .player__number {
    background: #B4FF6E;
  }
  .player--away .player__number {
    background: #31A49B;
  }
  .player__number {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-bottom: 2.6666666667px;
    align-items: center;
    justify-content: center;
    display: flex;
    padding-top:5px;
  }
  .player__name {
    font-size: 10px;
    font-size: 10px;
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    bottom: 0;
  }
  
  .formation {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .formation--home .player__number {
    background: #B4FF6E;
  }
  .formation--away {
    transform: rotate(180deg);
  }
  .formation--away .player__number {
    background: #31A49B;
  }
  .formation__line {
    display: flex;
    padding: 0 24px;
    margin-bottom: 85px;
    justify-content: center;
  }
  
  .player {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    padding-bottom: 14px;
    margin: 0 25px;
  }
  /* .player__number {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    margin-bottom: 2.6666666667px;
    align-items: center;
    justify-content: center;
    display: flex;
  } */
  .player__name {
    
    font-size: 12px;
    position: absolute;
    white-space: nowrap;
    bottom: -2px;
    color:white;
    font-weight:200;
    
  }
  
  .field {
    border-radius: 4px;
    background: #00784D;
    padding: 8px;
  }
  .field__center-line {
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  }
  .field__center-line:after {
    width: 60px;
    height: 60px;
    border: 2px solid white;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
  }
  .field__center-line:before {
    width: 8px;
    height: 8px;
    background: white;
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 100%;
  }
  .field__container {
    border-radius: 2px;
    border: 2px solid white;
    position: relative;
  }
  .field__half {
    position: relative;
    height: 290px;
    /* overflow: hidden; */
  }
  .field__half--reverse {
    transform: rotate(180deg);
  }
  .field .penalty-box {
    border: 2px solid white;
    width: 35%;
    height: 50px;
    position: absolute;
    top: -2px;
    margin: auto;
    right: 0;
    left: 0;
  }
  .field .penalty-box__container {
    position: relative;
    height: 100%;
    background: #00784D;
    z-index: 1;
  }
  .field .penalty-box:after {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid white;
    position: absolute;
    bottom: -20px;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
  }
  .field .penalty-box__infield {
    border: 2px solid white;
    width: 35%;
    height: 38%;
    position: absolute;
    top: -2px;
    margin: auto;
    right: 0;
    left: 0;
  }
  .field__corner {
    border-radius: 100%;
    height: 20px;
    width: 20px;
    position: absolute;
    top: -10px;
    /* border: 2px solid white; */
  }
  .field__corner--left {
    left: -10px;
  }
  .field__corner--right {
    right: -10px;
  }