@import url('https://fonts.googleapis.com/css2?family=Inter:wght@600&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

    font-family: Inter, Arial, -apple-system, BlinkMacSystemFont;
}
body {
    line-height: 1.5;
    font-weight: 400;
    font-size: 1rem;
    overflow-x: hidden;

    background-color: rgb(242, 244, 244);
}
header {
    flex-flow: row wrap;
    width: 100%;
    height: 42px;
    margin-top: 16px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.navbar {
    display: flex;
    width: fit-content;
    max-width: 100%;
    background-color: rgb(234, 238, 240);
    padding: 2px;
    overflow: auto;
    border-radius: 16px;
}
.navbar li span {
    color: gray;
}
.navbar li {
    display: flex;
    align-items: center;
    height: 38px;
    padding-left: 16px;
    gap: 10px;
    padding-right: 16px;
    border-radius: 14px;
    background-color: transparent;
    cursor: pointer;
}
.navbar li:first-child {
    background-color: white;
}
.navbar li:first-child span {
    color: black;
}
.social {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 10px;
}
.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    background: linear-gradient(89.08deg, rgb(64, 149, 210) 0.84%, rgb(170, 57, 210) 37.68%, rgb(192, 83, 125) 61.71%, rgb(211, 140, 57) 97.89%);
    border-radius: 32px;
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    white-space: nowrap;
    color: rgb(255, 255, 255);
    width: fit-content;
    opacity: 1;
    padding: 10px 16px;
}
.button.rainbow {
    border-radius: 32px; padding: 22px 16px;
    background: linear-gradient(89.08deg, rgb(64, 149, 210) 0.84%, rgb(170, 57, 210) 37.68%, rgb(192, 83, 125) 61.71%, rgb(211, 140, 57) 97.89%);
}
.content {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 100px;

    margin-top: 100px;
}
.buy{
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    gap: 15px;
    background-color: white;
    position: relative;
    z-index: 10;
}
.transfer {
    display: flex;
    align-items: flex-start;
    background-color: rgb(234, 238, 240);
    padding: 2px;
    overflow: auto;
    border-radius: 16px;
}
.transfer__type {
    display: flex;
    align-items: center;
    height: 38px;
    padding-left: 16px;
    padding-right: 16px;
    gap: 10px;
    border-radius: 14px;    cursor: auto;
}
.transfer__type:first-child {
    background-color: white;

}
.buy__info {
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: rgb(149, 160, 167);
    max-width: 600px;
}
.buy__inputs {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 15px;
}
.inputbox {
    cursor: text;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    height: 56px;
    background: rgb(242, 244, 245);
    color: rgb(29, 33, 35);
    border-radius: 12px;
    padding: 16px;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}
.inputbox input {
    padding: 4px 0px 5px;
    border: 0px;
    background: none;
    height: 1.4375em;
    margin: 0px;
    outline: 0;
    display: block;
    min-width: 0px;
    width: 100%;
    font-size: 21px;
}
.buy__input {
    display: flex;
    gap: 7px;
    flex-direction: column;
}

.buy__toptext {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.buy__gift {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    color: gray;
}
.buy__buttons {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}
.button {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 0px 8px 0px 0px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    text-decoration: none;
    border-radius: 12px;
    padding: 8px 12px;
    height: 35px;
    background: rgba(111, 44, 255, 0.1);
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
    white-space: nowrap;
    z-index: 1;
}
.button.blue:hover,.button.purple:hover {
    background: rgba(111, 44, 255, 0.2);
}
.button.purple {
    color: rgb(141, 0, 208);
}
.button.blue {
    color: rgb(111, 44, 255);
}
.inputbox span {
    color: rgb(149, 160, 167);
    font-weight: 600;
    font-size: 20px;
    padding-left: 10px;
    line-height: 120%;
}
.buttons {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}
.buttons a {
    text-decoration: none;
}
.instock {
    position: relative;
    padding-top: 25px;
    border-top: 2px solid rgb(242, 244, 244);
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.instock p {
    color: rgb(111, 44, 255);
    font-weight: 600;
    font-size: 16px;
    line-height: 160%;
}
.error {
    text-align: right;
    color: red;
    font-weight: 300;
    font-size: 12px;
}
.info {
    display: flex;
    flex-direction: row;
    max-width: 700px;
    margin-top: 75px;
}
.info__block {
    padding: 16px;
    gap: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 16px;
    box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    background-color: white;
    position: relative;
    z-index: 10;
}
.info__block span {
    line-height: 160%;
    color: rgb(149, 160, 167);
    font-weight: 100;
}
.info svg {
    margin-top: -30px;
}
.stats {
    display: flex;
    flex-direction: column;
    gap: 15px;
    
    margin-top: 75px;
}
.title {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    justify-content: flex-start;
    flex-direction: row;
    gap: 10px;
}

.stats__blocks {
    display: flex;
    flex-direction: row;
    gap: 3px;
    max-width: 650px;
}
.stats__block {
    padding: 20px;
    width: 100%;
    height: 350px;
    display: flex;
    flex-direction: column;
    background-color: white;
    gap: 25px;
    border-radius: 12px;
}
.stats__block img {
    width: 44px; height: 44px;
}
.stats__green {
    padding: 8px 12px;
    border-radius: 22px;
    background-color: rgba(17, 208, 0, 0.1);
    color: rgb(17, 208, 0);
    width: fit-content;
    font-weight: 600;
    font-size: 16px;
    line-height: 120%;
}
.stats__block p, .stats__desc span {
    max-width: 250px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: rgb(149, 160, 167);
}
.circle {
    width: 12px;
    height: 8px;
    border-radius: 50%;
    background-color: rgb(17, 208, 0);
}
.stats__desc {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
}
.stats__numbers {
    display: flex;
    width: 650px;
    gap: 3px;
    flex-direction: row;
}
.stats__number {
    background: white;
    gap: 15px;
    padding: 25px;
    align-items: flex-start;
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    border-radius: 12px;
}
.stats__number img {
    height: 65px;
    width: 65px;
}
.rev {
    display: flex;
    flex-direction: column;
    gap: 15px;
    margin-top: 75px;
    width: 650px;
    align-items: flex-start;
}
.rev__blocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}
.rev__block {
    padding: 25px;
    display: flex;
    flex-direction: column;
    border: 0;
    border-radius: 10px;
    justify-content: space-between;
    gap: 15px;
    width: 200px;
    background-color: white;

}
.rev__avatar {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.rev__block img {
    height: 44px;
    border-radius: 50%;
    width: 44px;
}
.rev__info p {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: rgb(149, 160, 167);
}
.questions {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 75px;
    max-width: 650px;
}
.accordion {
    width: 90%;
    max-width: 900px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.accordion__item {
    background-color: #fff;
    color: black;
    border-radius: 10px;
    border: 0;
    display: flex;
    align-items: center;
    padding: 10px;
    flex-direction: row;
}

.accordion__header {
    line-height: 1.4;
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
    user-select: none;
}
.accordion__header::after {
    content: "\25BE";
    position: absolute;
    right: 5px;
    font-size: 45px;
}
.accordion__header.active::after {
    transform: rotate(60deg);
}
.accordion__content {
    padding: 1rem;
    line-height: 1.5;
}
.accordion__body {
    max-height: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.accordion__header.active + .accordion__body {
    max-height: 200px;
}

.accordion__content p {
    padding-top: 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: rgb(149, 160, 167);
}
.questions__accordion {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}
.remain {
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    border: 0;
    margin-top: 15px;
    gap: 15px;
    padding: 25px;
    background-color: #fff;
    max-width: 650px;
}
.remain img {
    width: 64px;
    height: 64px;
}
.remain p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    color: rgb(149, 160, 167);
}
.lastbuy {
    margin-top: 75px;
    display: flex;
    flex-direction: column;
}
.lastbuy__blocks {
    display: flex;
    flex-direction: row;
    gap: 4px;
}
.lastbuy__block {
    display: flex;
    flex-direction: row;
    gap: 12px;
    padding: 25px;
    align-items: center;
    background: white;
}
.lastbuy__block img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.lastbuy__block p {
    font-weight: 400;
    font-size: 12px;
    line-height: 160%;
    color: rgb(149, 160, 167);
}
.buy__robux {
    display: flex;
    margin-top: 20px;
    align-items: center;
}
.buy__robux p {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgb(149, 160, 167);
}
footer {
    flex-flow: row wrap;
    width: 650px;
    height: 42px;
    padding-bottom: 25px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer a {
    color: rgb(149, 160, 167);
    font-weight: 600;
    font-size: 14px;
    line-height: 160%;
    display: flex;
    align-items: center;
    gap: 15px;
    text-decoration: none;
}
.footer__content {
    display: flex;
    align-items: center;
    flex-direction: row;
    gap: 15px;
}
.popup.active {
    display: inline;
}
.popup {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    display: none;
    left: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.popup__body {
    min-height: 100%;
    display: flex;
    position: relative;
    z-index: 1000;
    align-items: center;
    padding: 30px 10px;
    justify-content: center;
}
.popup__content {
    background: #fff;
    color: #000;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 400px;
    border-radius: 10px;
}
.popup__content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 160%;
    max-width: 300px;
    color: rgb(149, 160, 167);
}
.popup__header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.popup__gray {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: rgb(242, 244, 245);
    padding: 24px;
    width: 100%;
}
@media screen and (max-width: 800px) {

    header {
        flex-direction: row;
        gap: 25px;
        height: 10px;
    }
    .navbar {
        white-space: nowrap;
    }
    .navbar li {
        cursor: pointer;
        font-size: 12px;
        
    }
    header ::-webkit-scrollbar {
        opacity: 0;
    }
    .transfer,.buy__inputs {
        flex-direction: column;
    }
    .buy__buttons {
        align-items: flex-start;
        justify-content: flex-start;
    }
    .social {
        display: none;
    }
    .stats,.stats__blocks {
        flex-direction: column;
        width: 100%;
    }
    .stats {
        padding-left: 10px;
        padding-right: 10px;
    }
    .stats__numbers {
        width: 99%;
        flex-direction: column;
    }
    .stats__block {
        width: 100%;
        gap: 15px;
        height: auto;
    }
    .stats__block .circle {
        width: 8px;
    }
    .rev {
        flex-direction: column;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .rev__blocks {
        box-sizing: border-box;
        display: flex;
        flex-flow: row wrap;
        margin-left: -2px;
        position: relative;
        flex-direction: row;
        border-radius: 16px;
        flex-wrap: wrap;
        overflow: hidden;
        margin-top: 16px;
        width: 100%;
    }
    .rev__buttons {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: row;
    }
    .rev__block {
        padding: 15px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        background-color: white;
    }
    .questions {
        padding-left: 10px;
        padding-right: 10px;
    }
    .questions__accordion .accordion__item {
        max-width: 100%;
    }
    .questions__accordion h4 {
        max-width: 250px;
    }
    .lastbuy {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .lastbuy__block {
        border-radius: 10px;
        width: 100%;
    }
    .buy__robux {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    footer {
        flex-direction: column;
        flex-flow: column;
        gap: 15px;
        padding-left: 15px;
        width: auto;
        justify-content: flex-start;
        align-items: flex-start;
    }
    .footer__content {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    .buy {
        margin-left: 15px;
        margin-right: 15px;
    }
    .lastbuy__blocks {
        flex-wrap: wrap;
    }
    .info {
        padding-right: 15px;
    }
}