/* Scoped styles for the Index view */

.index.container.ptb {
    padding-bottom: 4rem;
}

@media (max-width: 575.98px) {
    .index .container.ptb {
        padding-bottom: 2rem;
    }
}

.index h1 {
    font-size: 4rem;
    font-weight: 500;
}

.index h3, .index h2.like-h3 {
    font-size: 2.5rem;
}

.index h3.small {
    font-size: 1.25rem;
}

@media (max-width: 767.98px) {
    .index h1 {
        font-size: 3rem;
    }

    .index h3, .index h2.like-h3 {
        font-size: 2rem;
    }

    .index h3.small {
        font-size: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .index h1 {
        font-size: 2rem;
    }

    .index h3, .index h2.like-h3 {
        font-size: 1.5rem;
    }

    .index h3.small {
        font-size: 1rem;
    }
}

.index div.narrow {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
}

.index section.hero {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

@media (max-width: 767.98px) {
    .index section.hero {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}

.index p.tagline {
    font-size: 1.25rem;
}

@media (max-width: 767.98px) {
    .index p.tagline {
        font-size: 1.1rem;
    }
}

@media (max-width: 575.98px) {
    .index p.tagline {
        font-size: 1rem;
    }
}

.index .hero .buttons {
    padding-top: 3rem;
}

.index section.stats {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (max-width: 575.98px) {
    .index section.stats {
    }
}

.index .stats .counter {
    font-size: 3rem;
    color: var(--text-highlight);
}

.index .stats .label {
    font-weight: 500;
    color: var(--text-secondary);
}

@media (max-width: 575.98px) {
    .index .stats .counters {
        margin-top: 2rem;
    }

    .index .stats .counter {
        font-size: 2.5rem;
    }
}

.index .features h4, .index .features p {
    text-align: left;
}

.index .features img {
    max-height: 44px;
}

@media (max-width: 767.98px) {
    .index .features img {
        max-height: 30px;
    }

    .index .features p {
        padding-left: 45px;
    }
}

.index .features h4 {
    min-height: calc(0.4em * 2);
    margin: 0;
}

.index .features p {
    margin-top: 1rem;
    min-height: calc(1.45em * 2);
}

.index .blockchains {
    overflow: hidden;
}

.index .blockchains .box {
    margin-top: 2.5rem;
	width: 100%;
	overflow: hidden;
	position: relative;
}

.index .blockchains .scroll {
	display: flex;
	white-space: nowrap;
	animation: scroll-left 30s linear infinite;
	width: max-content;
}

.index .blockchains .item {
	display: inline-block;
	color: var(--text-primary);
	font-weight: 500;
	font-size: 1rem;
	margin: 0 1.5rem;
	white-space: nowrap;
	transition: all 0.3s ease;
}

.index .blockchains .item img {
    height: 4rem;
    width: auto;
    margin-bottom: 0.5rem;
}

@media (max-width: 575.98px) {
    .index .blockchains .scroll {
        animation-duration: 30s;
    }

    .index .blockchains .item {
        font-size: 1rem;
        margin: 0 1rem;
    }
}

@keyframes scroll-left {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.index .advantage img {
    max-height: 450px;
}

@media (max-width: 575.98px) {
    .index .advantage img {
        max-height: 300px;
    }
}


.index .about p {
    font-size: 120%;
    text-align: left;
}

.pricing {
    text-align: center;
}

.pricing .header, .pricing .item {
    padding: 10px 10px 0 10px;
}

.pricing .header {
    color: var(--background-color);
    background-color: var(--bg-secondary);
    font-size: 1.1rem;
    font-weight: 500;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border: 1px solid var(--border-color);
    padding-bottom: 10px;
}

.pricing .item {
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

.pricing .item:last-of-type {
    border-bottom: 1px solid var(--border-color);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 10px;
}

.pricing .label {
    border-top: 1px solid var(--border-color);
    font-size: 1rem;
    color: var(--text-secondary);
    padding-top: 10px;
}

.pricing .value {
    font-size: 1.25rem;
    font-weight: 400;
}

.pricing .value td {
    text-align: center;
}

.pricing .label.first {
    border-top: none;
    padding-top: 0;
}

.pricing .value.price {
    color: var(--link-color);
    font-size: 1.75rem;
    font-weight: 400;
}

.pricing table.value {
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
}

.pricing tr.type {
    font-size: 0.7rem;
    color: var(--text-secondary);
}

.pricing td {
    padding: 3px 20px;
    line-height: 100%;
}

.pricing img.multi-platform {
    height: 46px;
    margin-top: 1.5em;
}

.index .integrations img {
    margin-right: 50px;
    height: 120px;
}

.index .integrations img:last-of-type {
    margin-right: 0;
}

@media (max-width: 767.98px) {
    .index .integrations img {
        margin-right: 20px;
        height: 80px;
    }
}

.index .partners img {
    width: 180px;
    margin-top: 10px;
    margin-right: 10px;
}

.index .partners img.wide {
    width: 210px;
}

@media (max-width: 767.98px) {
    .index .partners img {
        width: 150px;
    }

    .index .partners img.wide {
        width: 180px;
    }
}

.index .alerts .rounded-box {
    text-align: left;
    padding: 1rem;
    margin-top: 1rem;
}

.index .alerts .rounded-box:first-of-type {
    margin-top: 0;
}

.index .alerts .bullet  {
    font-size: 5rem;
    line-height: 1.5rem;
    margin-right: 1rem;
}

.index .alerts h4 {
    font-weight: 500;
    text-align: left;
    margin: 0;
}

.index .alerts .event {
    margin-top: 0.75rem;
}

.index .alerts .actor {
    font-size: 0.9rem;
}

.index .alerts .size {
    font-weight: 500;
}

.index .alerts .badge {
    margin-left: 0.5rem;
    font-size: 0.8rem;
    font-weight: 500;
}
