* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: none;
}

body {
    font-family: "Inter",Arial,sans-serif;
    color: #fff;
    line-height: 1.4;
    background: #0c0c25;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

a,button,input {
    font-family: "Inter",Arial,sans-serif;
    text-decoration: unset;
}

.background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    background: url(../img/background.png);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.content {
    flex: 1;
    margin-top: 170px;
}

.container {
    max-width: 1628px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
    height: 100%;
}

.top-header img {
    width: 266px;
    height: 59px;
}

.header {
    margin-top: 56px;
    z-index: 99;
}

.header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-nav {
    display: flex;
    align-content: center;
}

.header-nav a {
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    transition: color .2s;
}

.header-nav a:not(:last-child) {
    margin-right: 48px;
}

.header-nav a:hover {
    color: #7066e3;
}

.header-participate {
    background: #7066e3;
    box-shadow: 0px 12px 36px -12px rgba(112,102,227,.26);
    border-radius: 8px;
    font-weight: 500;
    font-size: 22px;
    line-height: 27px;
    color: #fff;
    padding: 15px 24px;
    transition: opacity .2s;
}

.header-participate:hover {
    opacity: .75;
}

.top {
    display: flex;
    justify-content: space-between;
}

.top-col:nth-child(1) {
    max-width: 605px;
    width: 100%;
}

.top-creator {
    margin-top: -250px;
}

.top-title {
    font-weight: 600;
    font-size: 82px;
    line-height: 98px;
    letter-spacing: -0.025em;
    font-family: "Gilroy",Arial,sans-serif;
}

.top-title img {
    width: 80px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
}

.top-title span {
    font-family: "Times New Roman",Arial,sans-serif;
    font-style: italic;
    font-weight: normal;
}

.top-subtitle {
    font-size: 22px;
    line-height: 36px;
    color: #d6d6f5;
    margin-top: 12px;
}

.top-subtitle span {
    color: #fff;
}

.top-participate {
    background: rgba(121,87,255,.16);
    border-radius: 46px;
    display: inline-flex;
    align-items: center;
    padding: 6px 50px 6px 6px;
    margin-top: 36px;
    transition: opacity .2s ease;
}

.top-participate:hover {
    opacity: .75;
}

.top-participate:hover .top-participate_icon img {
    transform: translate(10px, -10px);
}

.top-participate:active {
    opacity: .6;
}

.top-participate_icon {
    background: rgba(121,87,255,.16);
    border-radius: 46px;
    width: 68px;
    height: 68px;
    min-width: 68px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-participate_icon img {
    transition: transform .2s;
}

.top-participate_text {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
    margin-left: 30px;
}

.information {
    background: #151534;
    border-radius: 24px;
    padding: 40px;
    display: flex;
}

.information-line {
    width: 4px;
    background: #25254a;
    border-radius: 36px;
    margin: 0 auto;
}

.information-col:first-child {
    width: 100%;
    max-width: 750px;
}

.information-col:first-child .information-text:not(:last-child) {
    margin-bottom: 24px;
}

.information-col:nth-child(3) .information-text {
    line-height: 40px;
}

.information-text {
    font-size: 22px;
    line-height: 36px;
    color: #d6d6f5;
}

.information-text span {
    color: #fff;
}

.transactions {
    width: 100%;
    margin: 48px 0 64px;
    overflow-x: auto;
}

.transactions table {
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
    max-width: 100%;
    text-align: center;
    border-radius: 20px;
    overflow: hidden;
    font-size: 16px;
}

.transactions table thead {
    background: #7066e3;
    border-radius: 16px;
    height: 60px;
}

.transactions table thead th {
    font-size: 20px;
    color: #fff;
}

tbody {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    background: #151534;
}

td {
    padding: 24px;
    border-bottom: 2px solid #25254a;
    width: 50px;
}

.transactions .status {
    color: #19b000;
    background: #19b00026;
    text-align: center;
    height: 100%;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
}

.transactions-container {
    background: #151534;
    box-shadow: 0px 38px 116px -24px rgba(53,71,118,.06);
    border-radius: 16px;
    margin: 0 auto;
    overflow-x: auto;
}

.transactions p {
    min-width: 150px;
    max-width: 150px;
    overflow: hidden;
    margin-right: 50px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.transactions .arrow {
    min-width: 36px;
    max-width: 36px;
    margin-right: 50px;
    display: flex;
    align-items: center;
}

.transactions .arrow img {
    width: 36px;
    height: 36px;
}

.transactions-header {
    background: #7066e3;
    border-radius: 16px;
    display: flex;
    padding: 24px 36px;
    min-width: 1000px;
}

.transactions-header p {
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #fff;
}

.transactions-content {
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    min-width: 1000px;
}

.transactions-item {
    display: flex;
    padding: 24px 36px;
}

.txhash img {
    width: 36px;
    height: 36px;
    vertical-align:bottom;
}

.transactions-item .status {
    color: #19b000;
    background: #19b00026;
    text-align: center;
    height: 100%;
    border-radius: 7px;
    font-size: 14px;
    font-weight: 600;
}

.transactions-item:not(:last-child) {
    border-bottom: 2px solid #25254a;
}

.giveaway {
    background: #151534;
    border-radius: 24px;
    display: flex;
    margin: 48px 0 0;
}

.giveaway-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
}

.giveaway-subtitle {
    font-size: 22px;
    line-height: 36px;
    color: #d6d6f5;
    margin-top: 12px;
}

.participate {
    padding: 40px 0 40px 40px;
    max-width: 610px;
    width: 100%;
    margin-right: 100px;
}

.participate-range {
    background: #1c1c43;
    border-radius: 16px;
    width: 100%;
    margin-top: 18px;
    padding: 15px 16px;
}

.participate-active {
    text-align: center;
    background: #1c1c43;
    border-radius: 16px;
    padding: 49px 55px;
    margin: 18px 0 0;
}

.participate-active_title {
    font-weight: 500;
    font-size: 26px;
    line-height: 36px;
    color: #fff;
}

.participate-active_subtitle {
    font-size: 22px;
    line-height: 36px;
    color: #d6d6f5;
    margin-top: 8px;
}

.participate-active_subtitle a {
    color: #ff7171;
}

.participate-calculator {
    background: #1c1c43;
    border-radius: 16px;
    padding: 16px;
    display: flex;
    margin-top: 16px;
}

.participate-calculator_line {
    margin: -16px 12px;
}

.participate-calculator_line img {
    height: 100%;
}

.participate-calculator_item {
    width: 100%;
}

.participate-calculator .item-title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}

.participate-calculator .item-data {
    display: flex;
    align-items: center;
    border-bottom: 2px solid #303064;
    margin-bottom: 5px;
}

.participate-calculator .item-input {
    height: 100%;
    width: 100%;
    background: transparent;
    border: none;
    font-weight: 500;
    font-size: 36px;
    line-height: 56px;
    color: #fff;
}

.participate-calculator .item-coin {
    font-weight: 500;
    font-size: 36px;
    line-height: 56px;
    color: #7066e3;
    margin-right: 12px;
}

.participate-calculator .item-query {
    display: flex;
    align-content: center;
}

.participate-calculator .item-query button {
    background: rgba(112,102,227,.16);
    border-radius: 4px;
    padding: 1px 6px;
    border: none;
    transition: opacity .2s;
    cursor: pointer;
}

.participate-calculator .item-query button:hover {
    opacity: .75;
}

.participate-calculator .item-query button:active {
    opacity: .5;
}

.participate-calculator .item-query button:not(:last-child) {
    margin-right: 8px;
}

.participate-calculator .item-query button span {
    color: #7066e3;
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
}

.participate-button {
    background: #7066e3;
    border-radius: 16px;
    font-weight: 500;
    font-size: 22px;
    line-height: 36px;
    color: #fff;
    padding: 15px 20px;
    border: none;
    width: 100%;
    margin-top: 16px;
    cursor: pointer;
    transition: opacity .2s;
    display: block;
    text-align: center;
}

.participate-button:hover {
    opacity: .75;
}

.participate-button:active {
    opacity: .5;
}

.instructions {
    background: #1c1c43;
    border-radius: 24px;
    padding: 40px;
    width: 100%;
}

.instructions-items {
    margin-top: 24px;
}

.instructions-row {
    display: flex;
}

.instructions-row:not(:last-child) {
    margin-bottom: 24px;
}

.instructions-item {
    width: 100%;
    background: #21214e;
    border-radius: 16px;
    padding: 20px 20px 38px;
    position: relative;
}

.instructions-item p {
    z-index: 1;
    padding-right: 30px;
}

.instructions-item::after {
    content: "";
    position: absolute;
    width: 128px;
    height: 128px;
    right: -24px;
    bottom: -24px;
    z-index: 1;
}

.instructions-item.qr::after {
    background: url("../img/qr.svg") no-repeat;
}

.instructions-item.time::after {
    background: url("../img/time.svg") no-repeat;
}

.instructions-item.smile::after {
    background: url("../img/smile.svg") no-repeat;
}

.instructions-item.flash::after {
    background: url("../img/flash.svg") no-repeat;
}

.instructions-item p {
    font-size: 22px;
    line-height: 36px;
    color: #d6d6f5;
}

.instructions-item:not(:last-child) {
    margin-right: 24px;
}

.footer {
    background: #151534;
}

.footer-copyright {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    margin: 14px 0;
}

.irs-handle {
    background: #7066e3 !important;
    border: 4px solid #8c83ff;
    border-radius: 100%;
    width: 20px !important;
    height: 20px !important;
    top: 50% !important;
    transform: translateY(-50%);
    cursor: pointer !important;
}

.irs-handle i {
    display: none !important;
}

.irs {
    height: 20px !important;
}

.irs-bar {
    background-color: #7066e3 !important;
    height: 4px !important;
    top: 50% !important;
    transform: translateY(-50%);
}

.irs-line {
    height: 4px !important;
    background-color: #303064 !important;
    top: 50% !important;
    transform: translateY(-50%);
}

@media(max-width: 1600px) {
    .transactions p {
        min-width: 130px;
        max-width: 130px;
        overflow: hidden;
        margin-right: 40px;
    }

    .transactions .arrow {
        margin-right: 40px !important;
    }

    .transactions-item {
        padding: 16px 36px;
    }

    .top-creator {
        width: 700px;
        margin-top: -100px;
    }

    .information {
        flex-direction: column;
        margin-top: 100px;
    }

    .information-line {
        height: 4px;
        width: 100%;
        margin: 20px 0;
    }

    .giveaway {
        flex-direction: column;
    }

    .participate {
        padding: 40px;
        max-width: 100%;
        margin: 0;
    }

    .instructions-item p {
        padding-right: 100px;
    }
}

@media(max-width: 1300px) {
    .transactions p {
        min-width: 100px;
        max-width: 100px;
        overflow: hidden;
        margin-right: 30px;
    }

    .transactions .arrow {
        margin-right: 30px !important;
    }

    .transactions-item {
        padding: 16px 36px;
    }

    .top-creator {
        width: 600px;
        margin-top: -100px;
    }

    .top-title {
        font-size: 64px;
        line-height: 1.4;
    }

    .top-subtitle {
        font-size: 20px;
        line-height: 1.4;
    }

    .footer-copyright {
        font-size: 20px;
    }
}

@media(max-width: 1080px) {
    .content {
        margin-top: 100px;
    }

    .top-creator {
        display: none;
    }

    .top-col {
        max-width: 100% !important;
    }

    .transactions-content {
        font-size: 18px !important;
    }
}

@media(max-width: 1040px) {
    .header {
        margin-top: 25px;
    }

    .header .container {
        flex-direction: column;
    }

    .header-nav {
        margin: 20px 0;
    }

    .top-col {
        text-align: center;
    }

    .footer-copyright {
        font-size: 18px;
        line-height: 1.5;
    }

    .participate-active_title {
        font-size: 24px;
    }

    .participate-active_subtitle {
        font-size: 20px;
    }
}

@media(max-width: 800px) {
    .content {
        margin-top: 60px;
    }

    .top-title {
        font-size: 46px;
    }

    .top-title img {
        width: 50px;
        height: 50px;
    }

    .participate-active {
        padding: 25px;
    }

    .participate-active_subtitle {
        font-size: 18px;
        line-height: 1.5;
    }

    .information,.participate,.instructions {
        padding: 25px;
    }

    .information-text {
        font-size: 20px;
        line-height: 1.5;
    }

    .giveaway-title {
        font-size: 32px;
    }

    .giveaway-subtitle {
        font-size: 20px;
        line-height: 1.5;
    }

    .instructions-item p {
        font-size: 20px;
        line-height: 1.5;
    }
}

@media(max-width: 700px) {
    .instructions-item {
        padding: 20px;
    }

    .instructions-item::after {
        width: 64px;
        height: 64px;
        background-size: 100% !important;
        bottom: 0;
        right: 0;
    }

    .instructions-item:not(:last-child) {
        margin: 0 0 15px;
    }

    .instructions-row {
        flex-direction: column;
    }

    .instructions-row:not(:last-child) {
        margin: 0 0 15px;
    }

    .participate-calculator {
        flex-direction: column;
    }

    .participate-calculator_item {
        width: 100%;
    }

    .participate-calculator_item:not(:last-child) {
        margin-bottom: 25px;
    }

    .participate-calculator_line {
        display: none;
    }
}

@media(max-width: 550px) {
    .footer-copyright {
        font-size: 16px;
    }

    .instructions-item::after {
        content: none;
    }

    .instructions-item p {
        padding: 0;
        font-size: 18px;
    }

    .information-text {
        font-size: 18px !important;
    }

    .information-col:nth-child(3) .information-text {
        line-height: 30px !important;
    }

    .header-nav {
        flex-wrap: wrap;
        justify-content: center;
        margin: 10px 0;
    }

    .header-nav a {
        font-size: 20px;
        margin: 7px 15px !important;
    }
}

@media(max-width: 400px) {
    .footer-copyright {
        font-size: 14px;
    }

    .item-query {
        flex-direction: column;
    }

    .item-query button {
        width: 100%;
    }

    .item-query button:not(:last-child) {
        margin: 0 0 5px;
    }
}