* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1240px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
}

body {
  margin: 0;
  background-color: rgb(248, 249, 252);
  font-family: Mulish, Arial, sans-serif;
  position: relative;
}

html {
  scroll-behavior: smooth;
}

.header {
  padding-top: 20px;
}
.header__button {
  background: rgb(255, 0, 57);
  border-radius: 12px;
  height: 40px;
  padding: 0 22px;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
}
.header__button:hover {
  opacity: 0.75;
}
.header__bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 15px;
  height: 60px;
}
.header__nav {
  display: flex;
  gap: 35px;
}
.header__nav a {
  color: rgb(55, 55, 55);
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  transition: color 0.2s;
  text-decoration: none;
}
.header__nav a:hover {
  color: rgb(255, 0, 57);
}
.header__nav .active {
  color: rgb(255, 0, 57);
}
@media (max-width: 900px) {
  .header__nav {
    display: none;
  }
}
.header__button {
  text-decoration: none;
}
@media (max-width: 400px) {
  .header__button {
    display: none;
  }
}

@media (max-width: 1200px) {
  .hero {
    height: 500px;
  }
}
.hero__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-top: 30px;
}
@media (max-width: 1100px) {
  .hero__container {
    justify-content: center;
  }
}
@media (max-width: 800px) {
  .hero__container {
    height: auto;
    padding-top: 80px;
  }
}
@media (max-width: 1100px) {
  .hero__text {
    text-align: center;
  }
}
.hero__badge {
  background: rgba(255, 0, 57, 0.1);
  border-radius: 15px;
  display: inline-flex;
  align-items: center;
  padding: 3px 14px 3px 3px;
  gap: 9px;
}
.hero__badge p {
  font-weight: 700;
  font-size: 13px;
  line-height: 120%;
  color: rgb(255, 0, 57);
}
.hero__badge-icon {
  width: 24px;
  height: 24px;
  background: rgb(255, 0, 57);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero__title {
  font-weight: 800;
  font-size: 46px;
  line-height: 120%;
  text-transform: uppercase;
  color: rgb(71, 71, 71);
  max-width: 650px;
  padding-top: 22px;
}
@media (max-width: 650px) {
  .hero__title {
    font-size: 38px;
  }
}
@media (max-width: 550px) {
  .hero__title {
    font-size: 32px;
  }
}
.hero__title span {
  color: rgb(255, 0, 57);
}
.hero__subtitle {
  font-size: 18px;
  line-height: 150%;
  padding-top: 15px;
  max-width: 500px;
}
.hero__subtitle span {
  color: rgb(255, 0, 57);
}
@media (max-width: 1100px) {
  .hero__subtitle {
    margin: auto;
  }
}
@media (max-width: 650px) {
  .hero__subtitle {
    font-size: 16px;
  }
}
@media (max-width: 550px) {
  .hero__subtitle {
    max-width: 90%;
  }
}
.hero__button {
  display: flex;
  align-items: center;
  text-align: center;
}
.hero__button:hover {
  opacity: 0.75;
}
.hero__buttons {
  display: flex;
  gap: 12px;
  padding-top: 30px;
}
@media (max-width: 1100px) {
  .hero__buttons {
    justify-content: center;
  }
}
.hero__participate {
  background: rgb(255, 0, 57);
  border-radius: 15px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  padding: 0 25px;
  height: 60px;
  text-decoration: none;
  gap: 5px;
}
@media (max-width: 400px) {
  .hero__participate {
    font-size: 16px;
    width: 100%;
    text-align: center;
    justify-content: center;
    height: 50px;
    max-width: 300px;
  }
}
@media (max-width: 400px) {
  .hero__participate img {
    display: none;
  }
}
.hero__qr {
  background: rgba(255, 0, 57, 0.15);
  color: rgb(255, 0, 57);
  border-radius: 15px;
  padding: 12px;
  height: 60px;
  width: 60px;
}
@media (max-width: 400px) {
  .hero__qr {
    display: none;
  }
}
.hero__image {
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1100px) {
  .hero__image {
    display: none;
  }
}
@media (max-width: 1200px) {
  .hero__image {
    position: absolute;
    z-index: -1;
    right: 0;
  }
}

.instruction__container {
  padding-top: 100px;
}
.instruction__title {
  font-weight: 800;
  font-size: 28px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 550px) {
  .instruction__title {
    font-size: 24px;
  }
}
.instruction__title span {
  color: rgb(255, 0, 57);
}
.instruction__item {
  border-radius: 15px;
  text-align: center;
  padding: 35px 35px 38px;
  width: 100%;
  box-shadow: 0 1px 100px rgba(0, 0, 0, 0.0117647059);
  background: #FFFFFF;
}
.instruction__item p {
  font-weight: 600;
  font-size: 15px;
  padding-top: 25px;
}
.instruction__items {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 1200px) {
  .instruction__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    max-width: 600px;
    margin: 0 auto 0;
  }
}
@media (max-width: 550px) {
  .instruction__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.rules__container {
  padding-top: 100px;
}
.rules__items {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .rules__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 600px;
    margin: auto;
  }
}
.rules__item {
  border-radius: 15px;
  padding: 35px 35px 38px;
  width: 100%;
  box-shadow: 0 1px 100px rgba(0, 0, 0, 0.0117647059);
  background: #FFFFFF;
}
.rules__title {
  font-weight: 700;
  font-size: 26px;
  line-height: 170%;
}
@media (max-width: 550px) {
  .rules__title {
    font-size: 22px;
  }
}
.rules__title span {
  color: rgb(255, 0, 57);
}
.rules__title img {
  width: 35px;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.rules__subtitle {
  font-weight: 600;
  font-size: 15px;
  padding-top: 25px;
}
.rules__subtitle span {
  color: rgb(255, 0, 57);
}

.calculator__container {
  padding-top: 100px;
}
.calculator__items {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .calculator__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 600px;
    margin: 0 auto 0;
  }
}
.calculator__item {
  border-radius: 15px;
  display: flex;
  align-items: flex-end;
  padding: 30px 35px;
  box-shadow: 0 1px 100px rgba(0, 0, 0, 0.0117647059);
  background: #FFFFFF;
}
@media (max-width: 600px) {
  .calculator__item {
    flex-direction: column;
    align-items: flex-start;
    overflow: hidden;
  }
}
@media (max-width: 600px) {
  .calculator__item {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .calculator__block {
    width: 100%;
  }
  .calculator__block:not(:last-child) {
    margin-bottom: 20px;
  }
}
.calculator__label {
  font-weight: 500;
  font-size: 18px;
  line-height: 160%;
  padding-bottom: 15px;
  display: flex;
  align-items: center;
}
@media (max-width: 600px) {
  .calculator__label {
    padding-bottom: 10px;
    font-size: 18px;
  }
}
.calculator__label span {
  color: rgb(255, 0, 57);
  padding-left: 4px;
}
.calculator__delimiter {
  padding: 0 20px 15px;
}
@media (max-width: 600px) {
  .calculator__delimiter {
    display: none;
  }
}
@media (max-width: 650px) {
  .calculator__delimiter {
    margin: 0 15px 15px;
  }
}
.calculator__input {
  position: relative;
}
.calculator__input input {
  outline: none;
  border: 1px solid rgb(255, 0, 57);
  border-radius: 6px;
  background: transparent;
  width: 170px;
  height: 60px;
  color: rgb(55, 55, 55);
  padding-left: 20px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
}
@media (max-width: 600px) {
  .calculator__input input {
    width: 100%;
    height: 50px;
  }
}
.calculator__input img {
  position: absolute;
  width: 19px;
  height: 24px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(255, 0, 57);
}
.calculator__counter {
  height: 60px;
  display: flex;
  align-items: center;
  gap: 4px;
}
@media (max-width: 600px) {
  .calculator__counter {
    height: auto;
  }
}
.calculator__counter span {
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.calculator__counter img {
  height: 30px;
  width: 30px;
}

.participate__container {
  padding-top: 100px;
}
.participate__items {
  padding-top: 40px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
@media (max-width: 1200px) {
  .participate__items {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    max-width: 600px;
    margin: auto;
  }
}
.participate__item {
  box-shadow: 0 1px 100px rgba(0, 0, 0, 0.0117647059);
  background: #FFFFFF;
  border-radius: 15px;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 15px;
}
@media (max-width: 650px) {
  .participate__item {
    display: block;
    text-align: center;
    gap: 10px;
  }
}
.participate__qr {
  width: 120px;
  height: 120px;
  min-height: 120px;
  min-width: 120px;
  max-height: 120px;
  max-width: 120px;
  border-radius: 10px;
}
.participate__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 170%;
}
@media (max-width: 500px) {
  .participate__title {
    font-size: 18px;
    max-width: 250px;
    margin: 0 auto;
  }
}
.participate__title span {
  color: rgb(255, 0, 57);
}
.participate__address {
  display: flex;
  align-items: center;
  padding: 5px 0 13px;
}
@media (max-width: 650px) {
  .participate__address {
    justify-content: center;
  }
}
.participate__address p {
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
  max-width: 400px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.participate__address img {
  padding-left: 10px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
}
.participate__address img.fade-in-out {
  opacity: 1;
}
.participate__footer {
  display: flex;
  align-items: center;
  gap: 10px 16px;
}
@media (max-width: 450px) {
  .participate__footer {
    flex-direction: column;
  }
}
@media (max-width: 650px) {
  .participate__footer {
    justify-content: center;
  }
}
.participate__button {
  background: rgb(255, 0, 57);
  border-radius: 9px;
  padding: 11px 15px;
  cursor: pointer;
  font-weight: 700;
  font-size: 12px;
  line-height: 120%;
  color: #fff;
  border: none;
  transition: opacity 0.2s;
  box-shadow: none;
}
@media (max-width: 450px) {
  .participate__button {
    width: 100%;
  }
}
.participate__button:hover {
  opacity: 0.75;
}
.participate__status {
  display: flex;
  align-items: center;
  gap: 7px;
}
.participate__status p {
  font-weight: 600;
  font-size: 14px;
  line-height: 170%;
}

.transactions__container {
  padding-top: 70px;
  overflow-x: auto;
  box-shadow: 0 1px 100px rgba(0, 0, 0, 0.0117647059);
}
.transactions__table {
  border-spacing: 0;
  border-collapse: separate;
  width: 100%;
  max-width: 100%;
  text-align: left;
  border-radius: 15px;
  overflow: hidden;
  font-size: 16px;
  background: #ffffff;
  color: rgb(55, 55, 55);
}
.transactions__table th {
  padding: 20px;
}
.transactions__table th:first-child {
  padding-left: 36px !important;
}
.transactions__table td {
  padding: 20px;
  font-weight: 500;
}
.transactions__table td:first-child {
  padding-left: 36px !important;
}
.transactions__table td > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.transactions__table td > div > * {
  display: inline-block;
  vertical-align: middle;
}
.transactions__table tbody tr:nth-child(odd) {
  background: rgba(255, 0, 57, 0.03);
}
.transactions__status {
  min-width: 100px;
  max-width: 100px;
  height: 31px;
}
.transactions__status span {
  color: #19b000;
  background: rgba(25, 176, 0, 0.1490196078);
  padding: 5px 15px;
  height: 100%;
  border-radius: 7px;
  font-size: 14px;
  font-weight: 600;
}
.transactions__date {
  min-width: 150px;
  max-width: 150px;
  height: 24px;
}
.transactions__address {
  min-width: 190px;
  max-width: 190px;
  height: 24px;
}
.transactions__coin p {
  padding-left: 7px;
  font-weight: 700;
}
.transactions__coin img {
  width: 30px;
  height: 30px;
}

.footer__bar {
  background: rgb(255, 0, 57);
  margin-top: 40px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 60px;
  padding: 0 10px;
}
.footer__button {
  background: #fff;
  color: rgb(255, 0, 57);
  border-radius: 12px;
  height: 40px;
  padding: 0 22px;
  font-weight: 700;
  font-size: 15px;
  line-height: 120%;
  display: flex;
  align-items: center;
  transition: opacity 0.2s;
  text-decoration: none;
}
@media (max-width: 400px) {
  .footer__button {
    display: none;
  }
}
.footer__button:hover {
  opacity: 0.75;
}
.footer__container {
  padding-bottom: 30px;
}

.background {
  color: red;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 960px;
  z-index: -1;
  pointer-events: none;
  display: var(--background-image-display);
}
.background__1 {
  top: 0;
  background: url(../img/background.png) no-repeat top;
  background-size: cover;
}
.background__2 {
  bottom: 0;
  background: url(../img/background2.png) no-repeat bottom;
  background-size: cover;
}

/*# sourceMappingURL=style.css.map */
/* Stiluri generale pentru footer */
.footer {
    background-color: #000;
    color: #fff;
    padding: 3rem 0;
    width: 100%;
    text-align: center;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .social-icons-container {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}

.footer .social-img {
    width: 24px;
    height: 24px;
}

.footer-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    list-style: none;
}

.footer-links li {
    margin: 0;
}

/* Ajustări pentru responsivitate */
@media (max-width: 768px) {
    .footer-links {
        flex-direction: column;
        gap: 0.5rem;
    }
}