*, :after, :before {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}
body {
  font-family:"loos-extended";
  margin: 0;
  line-height: inherit;
}
.bg-modal {
  background-image: url('../img/background-modal.png');
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width:980px) {
  .bg-modal {
    background-image: url('../img/background-modal-mobile.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
}
.user-panel {
    display: flex;
    gap: 10px;
}
@media (max-width:768px) {
  .user-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
}
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 15px 40px;
}
.th-border { 
  border-right: 1px solid #333;
}
.td-border {
  border-right: 1px solid #333;
}
.subtitle {
  flex: 1;
  text-align: center;
  font-size: 20px;
  color: #555;
}

#user-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

button:hover {
  background-color: #155fc1;
}
.modal-size {
  max-width: 1000px;
  width: 1000px;
  max-height: 660px;
  height: 660px;
}
.coin {
  left:-8%;
  top:-25px;
}
.button-close {
  top:6.25rem;
  right:5.25rem;
}
@media (max-width: 980px) {
  .modal-size {
    max-width: 590px;
    width: 590px;
    max-height: 690px;
    height: 690px;
  }
  .coin {
    width: 150px;
    left: -6%;
    top: -80px;
  }
  .button-close {
    top:3.5rem;
    right:4rem;
  }
}@media (max-width: 775px) {
  .modal-size {
    max-width: 458px;
    width: 458px;
    max-height: 555px;
    height: 555px;
  }
    .coin {
    top: 20px;
    left: -10%;
    top: -60px;
  }
  .button-close {
    top:2.5rem;
    right:3rem;
  }
}

@media (max-width: 500px) {
  .modal-size {
    max-width: 400px;
    width: 400px;
    max-height: 478px;
    height: 478px;
  }

  .button-close {
    top:2.5rem;
    right:10%;
  }
}
@media (max-width: 420px) {
  .modal-size {
    max-width: 345px;
    width: 345px;
    max-height: 412px;
    height: 412px;
  }
    .coin {
    width: 100px;
    top: -30px;
    left: -10%;
  }
}
#map {
  margin: 0 auto;
  width: 95%;
  height: 85vh; /* wiÄksza wysokoĹÄ mapy */
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  border-radius: 50px;
  z-index: 1;
}
.bg-pink {
  background-color: #FFC1D5;
}
.bg-orange {
  background-color: #FF5C28;
}
.bg-beige {
  background-color: #EEE3DB;
}
.bg-purple {
  background-color: #9286D7;
}
p {
  color: #353535;
  font-family:"loos-extended";
}
.btn-menu {
  background-color: #54BD01;
  font-size: 14px;
  font-weight: 600;
  padding: 2px 10px;
}
.mask {
  padding: 25px 0 65px 0;
  position: relative;
}
#download-pdf {
  background-image: url('../img/save-icon.png');
  background-repeat: no-repeat;
  background-size: contain; /* lub np. 20px 20px */
  background-position: center;
  width: 32px; /* dostosuj rozmiar */
  height: 32px;
  border: none;
  cursor: pointer;
}
.no-background {
  background: transparent !important;
  box-shadow: none !important; /* jeśli chcesz też usunąć np. cienie */
  border: none; /* opcjonalnie */
}
.loader {
  width: 30px;
  height: 30px;
  border: 2px solid #fff;
  border-top: 2px solid #333;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
  display: inline-block;
  vertical-align: middle;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
@media(max-width: 1024px) {
  img.certyficate {
    width: 250px;
  }
}
.map-coloseum {
  position: absolute;
  bottom: 0px;
  right: 10px;
  z-index: 10;
}
.map-eiffle {
  position: absolute;
  top: 185px;
  left: 0px;
  z-index: 10;
}
.map-logo {
  position: absolute;
  bottom: 125px;
  left: 140px;
  z-index: 10;
}
.sfinks {
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 10;
}
.statue {
  position: absolute;
  top: 40px;
  left: 60px;
  z-index: 10;
}
@media(max-width: 1060px) {
  .statue {
    left: 20px;
    width: 109px;
  }
}
.bitcoin {
  position: absolute;
  bottom: -150px;
  right: 80px;
  z-index: 10;
  width: 300px;
  height: 300px;
}
.line-90 {
  line-height: 90px;
}
.pyramid {
  position: absolute;
  top: -75px;
  left: 175px;
  z-index: 10;
}
.wall {
  position: absolute;
  top: 200px;
  right: 75px;
  z-index: 10;
}
@media(max-width: 786px) {
  .pyramid {
    width: 180px;
  }
}
@media(max-width: 786px) {
  .wall,
  .statue,
  .sfinks,
  .map-coloseum,
  .map-eiffle {
    width: 120px;
  }
  .wall {
    top: 50px;
    right: 50px;
  }
  .pyramid {
    top: -20px;
    left: 60px;
  }
  .sfinks {
    top: 15px;
    right: 50px;
  }
  .statue {
    top: 30px;
    left: 20px;
  }
  .map-coloseum {
    bottom: 35px;
    right: 35px;
  }
  .map-logo {
    bottom: 90px;
    left: 30px;
  }
  #map {
    height: 65vh;
  }
}
@media(max-width: 600px) {
  .wall,
  .statue,
  .sfinks,
  .map-coloseum,
  .map-eiffle {
    width: 80px;
  }
}
@media(max-width: 600px) {
  .sfinks,
  .wall {
    right: 10px;
    top: 10px;
  }
}
@media(max-width: 500px) {
  .pyramid {
    width: 150px;
    left: 10px;
    top: -30px;
  }
}
.container {
    display: flex;
    justify-content: center;
}
.certificate {
    border: 35px solid #9286D7;
    background-color:#F9F0E8;
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 950px;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
}
.collection {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 150px;
    height: 150px;
}
.plane {
    position: absolute;
    bottom: 450px;
    left: 45px;
    width: 215px;
    height: 287px;

}
.globe {
    width: 150px;
    height: 150px;
}
.qr-code {
    border: 15px solid #2FA1ED;
    border-radius:25px;
    width: 230px;
    height: 230px;
    margin-bottom: 45px;
    -webkit-box-shadow: 6px 5px 9px 0px rgba(66, 68, 90, 0.32);
    -moz-box-shadow: 6px 5px 9px 0px rgba(66, 68, 90, 0.32);
    box-shadow: 6px 5px 9px 0px rgba(66, 68, 90, 0.32);
}
.footer {
    padding-top: 45px;
    height: 275px;
    position: relative;
}
.item-1 {
    width: 205px;
    height: 143px;
    position: absolute;
    bottom: -30px;
    left: -30px;
    z-index: 5;
}
.item-2 {
    width: 105px;
    height: 190px;
    position: absolute;
    bottom: 40;
    left: -10px;
    z-index: 0;
}
.item-3 {
    width: 118px;
    height: 290px;
    position: absolute;
    bottom: -34px;
    right: -20px;
    z-index: 10;
}
.item-4 {
    width: 305px;
    height: 339px;
    position: absolute;
    bottom: -100px;
    right: 280px;
    z-index: 5;
}
.item-5 {
    width:118px;
    height: 196px;
    position: absolute;
    bottom: 0;
    right: 200px;
    z-index: 0;    
}
.item-6 {
    width:208px;
    height: 296px;
    position: absolute;
    bottom: -35px;
    right: 60px;
    z-index: 5;    
}
.item-7 {
    width:238px;
    height: 226px;
    position: absolute;
    bottom: -49px;
    left: 160px;
    z-index: 6;    
}
@media (max-width:768px) {
  header {
    display: flex;
    flex-direction: column;
    padding: 15px 5px !important;
    gap: 5px;
  }
}
.leaflet-control-attribution.leaflet-control {
    display: none !important;
}
  .scrolling-banner {
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 10px 0;
    position: relative;
  }

  .scrolling-text {
    display: inline-block;
    padding-left: 100%;
    animation: scroll-left 20s linear infinite;
  }

  @keyframes scroll-left {
    0% {
      transform: translateX(0%);
    }
    100% {
      transform: translateX(-100%);
    }
  }