.title-head {
    font-size: 120px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .title-head {
    font-size: 90px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .title-head {
    font-size: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .title-head {
    font-size: 50px;
  }
}
@media only screen and (max-width: 575px) {
  .title-head {
    font-size: 40px;
    margin-bottom: 15px !important;
  }
}
@media only screen and (max-width: 575px) {
  .title-head br {
    display: none;
  }
}

.description-22 {
    font-size: 22px;
}

.app-screenshots img {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    filter: brightness(0.8) grayscale(80%);
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.pointer {
    cursor: pointer;
}

.quantity {
    font-size: 77px !important;
    font-weight: bold;
}

.token-quantity {
    font-size: 45px !important;;
}

@media only screen and (max-width: 1244px) {
    .rainbow-pricing .pricing-table-inner .pricing-header .pricing span.price {
        font-size: 40px;
    }
    .rainbow-pricing .pricing-table-inner .pricing-header .pricing span.currency {
        font-size: 22px;
        position: relative;
        top: -3px;
        left: -2px;
        opacity: 0.7;
    }
    .quantity {
        font-size: 47px !important;
        font-weight: bold;
    }
    .token-quantity {
        font-size: 20px !important;;
    }
}

@media only screen and (max-width: 918px) {
    .rainbow-pricing .pricing-table-inner .pricing-header .pricing span.price {
        font-size: 28px;
    }
    .rainbow-pricing .pricing-table-inner .pricing-header .pricing span.currency {
        font-size: 18px;
        position: relative;
        top: -3px;
        left: -2px;
        opacity: 0.7;
    }
    .quantity {
        font-size: 37px !important;
        font-weight: bold;
    }
    .token-quantity {
        font-size: 20px !important;;
    }
}

@media only screen and (max-width: 767px) {
    .rainbow-pricing .pricing-table-inner .pricing-header .pricing span.price {
        font-size: 30px;
    }
    .rainbow-pricing .pricing-table-inner .pricing-header .pricing span.currency {
        font-size: 18px;
        position: relative;
        top: -3px;
        left: -2px;
        opacity: 0.7;
    }
    .quantity {
        font-size: 37px !important;
        font-weight: bold;
    }
    .token-quantity {
        font-size: 28px !important;;
    }
}

.progress-20 {
    height: 40px;
    font-size: 20px;
}

.current-stage {
    box-shadow: -1px 1px 11px gray;
}

.invisible-reward {
    opacity: 0.5;
}

.rounded-border {
    border: 1px solid orange;
    border-radius: 30px;
}

.display-block {
    style="display: block;
}

.highlighter-col {
    background-color: rgb(112, 100, 231);
    color: black;
}

.wallet-address {
    font-size: 28px !important;
}

.underline {
    text-decoration: underline;
}
