@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

* {
    font-family: "Rubik", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.navbar * {
    font-size: 20px;
    font-weight: 600;
}

.number-box h2 {
    font-size: 130px;
    font-weight: inherit;
    color: var(--primary-color);
    margin: 0;
}

.number-box>div {
    right: 161px;
    width: max-content;
}

.number-text {
    margin-left: 0;
    margin-right: 20px;
}


.download-buttons {
    direction: ltr;
    margin: auto;
    display: flex;
    justify-content: center;
}

.app-download-section .download-button .small-text {
    font-weight: bold;
    color: #000;
    text-align: center;
}

.app-download-section .download-button {
    justify-content: space-around;
}

@media (max-width: 500px) {
    .number-box>div {
        right: 89px;
    }
}

@media (max-width: 400px) {
    .number-box>div {
        right: 60px;
    }
}

.go-up-btn a {
    right: auto;
    left: 10px !important;
}