@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700&display=swap');

:root {
    --gray-100: #FFF;
    --accent-200:#5F57FA;
}
.content-horizontal-margins {
    margin-left: auto;
    margin-right: auto;
}
.panel {
    background: #1b1c1e7e;
    backdrop-filter: blur(5px);
    border-radius: 40px;
}
body, html {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}
.fit-content {
    height: fit-content;
    width: fit-content;
}
button {
    padding: 0.875rem 1.5rem;
    background-color: #5F57FA;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    transition-duration: 0.2s;
}
button:disabled {
    background-color: #E0E0E6;
    color: #C4C3D0;
  }
  
button:hover {
  background-color: var(--gray-100);
}
button:hover h5 {
    color: #101014;
}
.text-accent {
    color: var(--accent-200);
}
a {
    text-decoration: none;
}
a:hover h6 {
    text-decoration: #2a276a;
    color: #5F57FA;
}
h1 {
    color: var(--gray-100);
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 110%; /* 61.6px */
}
h2 {
    color: var(--gray-100);
    font-size: 3.5rem;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
}
h3 {
    color: var(--gray-100);
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 100%; /* 32px */
}
h5 {
    color: var(--gray-100);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 27px */
}
h6 {
    color: var(--gray-100);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.background-main {
    background-image: url("/assets/background_1.jpg");
    background-color: #2a276a;
    background-size:cover;
    background-repeat:no-repeat;
}
button:active {
    transform: scale(0.95);
  }
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}
#sticky-placeholder {
    display: none;
    height: 4.8125rem;
    width: 100%;
}
.sticky-placeholder-active {
    display: block !important;
}


@media(min-width: 1024px) {
    .logo {
        width: 3.1875rem;
    }
    .mobile {
        display: none !important;
    }
    .panel {
        background: #1b1c1e7e;
        backdrop-filter: blur(5px);
        border-radius: 40px;
    }
    header .non-mobile{
        height: 4.8125rem;
    }
    .first-block {
        height: 28.75rem;
        width: 100%;
        border-bottom-right-radius: 40px;
    }
    .first-block .panel {
        width: 69%;
        max-width: 220rem;
        min-height: 39rem;
        position:absolute;
        left: 0;
        border-radius: 0px;
        border-bottom-right-radius: 40px;
    }
    .first-block .content {
        padding-top: 2.68rem;
    }
    .stake-preview {
        position: absolute;
        margin-left: 67rem;
        margin-top: 0rem;
        left: auto;
        right:  auto;
    }
    .second-block {
        min-height: 40.375rem;
    }
    
    .phone-preview {
        margin-left: 6.25rem;
        margin-right: 6.375rem;
    }
    .second-block-inter-blocks-margin-top {
        margin-top: 18rem;
    }
    .inter-blocks-margin-top {
        margin-top: 12.875rem;
    }
    .third-block {
        min-height: 22.75rem;
    }
    
    
    .content-size {
        max-width: 100rem;
        width: 77.7vw;
        min-width: min-content;
    }
    .bitcoin-image {
        margin-left: 3.15rem;
    }
    .sixth-block .content {
        padding: 4rem;
    }
    
    .seventh-block {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }
    footer .non-mobile{
        padding-top: 7rem;
        padding-bottom: 7rem;
    }
    .before-header {
        height: 2rem; 
        width: 100%;
    }
    .after-header {
        height: 2rem;
         width: 100%;
    }
}
