/* Regular */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/templates/static/fonts/proximanova_regular.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

/* Light */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/templates/static/fonts/proximanova_light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}

/* Bold */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/templates/static/fonts/proximanova_bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}

/* Bold Italic */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/templates/static/fonts/proximanova_boldit.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}

/* Black */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/templates/static/fonts/proximanova_black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}

/* Black Italic */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/templates/static/fonts/proximanova_blackit.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}

/* Extra Bold */
@font-face {
  font-family: 'Proxima Nova';
  src: url('/templates/static/fonts/proximanova_extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}

:root {
    scroll-behavior: smooth;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #fffdf6;
}

::-webkit-scrollbar-thumb {
    background: #888;
}

::-webkit-scrollbar-thumb:hover {
    background: #555;
}

html {
    height: 100%;
}

body {
    font-family: 'Proxima Nova', sans-serif;
    overflow-x: hidden;
    color: #2B2B2B;
    background-color: #EBECEC;
    position: relative;
}

.small-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.small-section div, .small-section img {
    position: relative;
    z-index: 999;
}

.small-section::before {
    content: "";
    position: absolute;
    transition: .3s ease;
    inset: 0;
            transform: scale(1);

    transition: .2s ease-in-out;
    background: url('data:image/svg+xml;utf8,<svg width="148" height="100" viewBox="0 0 148 100" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M106.5 0C129.42 0 148 18.5802 148 41.5C148 64.4198 129.42 83 106.5 83H93C93 92.3888 85.3888 100 76 100H73C63.6112 100 56 92.3888 56 83H41.5C18.5802 83 0 64.4198 0 41.5C0 18.5802 18.5802 0 41.5 0H106.5Z" fill="%23F3F3F3"/></svg>') no-repeat center / contain;
    filter: drop-shadow(4px 4px 15px rgba(169, 169, 169, 0.2)); /* niebieski cień */
}

.small-section .social-icon {
    height: 25px;
}

.small-section .people-icon {
    opacity: 0;
    height: 5px;
    transition: .2s ease;
    transform: translateY(-10%);
}

.small-section:hover .people-icon {
    opacity: 1;
    height: 15px;
    transform: translateY(0%);
}

.small-section:hover::before {
    animation: backgroundPulse 0.6s forwards;
    filter: drop-shadow(4px 4px 15px #90F4E2); /* niebieski cień */
    transform-origin: center;

}

 @keyframes backgroundPulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}


.main-banner {
    background-image: url('/templates/static/img/stasiak-bg-hero.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.btn-menu-item {
    color: #2B2B2B;
    border:0;
    font-weight: 500;
}

.btn-menu-item.active {
    color: #01C2A2;
    text-decoration: underline;
}

.text-blue {
    color: #01c2a2;
}

.banner-arrow {
    position: absolute;
    top: 40%;
    left: 83%;
    transform: translateY(-50%);
}

h1 {
    font-weight: 900;
    font-size: 8rem;
    line-height: 7rem;
}

h2 {
    font-size: 1.2rem;
    letter-spacing: 2px;
    color: #00e2ba;
}

h3 {
    font-size: 1.2rem;
}

.header-font {
    font-size: 4.5rem;
    font-weight: 900;
}

.fit-content{
    width: fit-content;
}

.newsletter-icon {
    position: absolute;
    top: 40%;
    right: -135px;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
}
.live-icon {
    position: absolute;
    top: 50%;
    right: -23%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
}
.premium-icon {
    position: absolute;
    top: 50%;
    right: -22%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
}
.onchain-icon {
    position: absolute;
    top: 50%;
    right: -25%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: auto;
}
.text-slider {
    /* height: 250px; */
}
.us-icon {
    width: 120px;
    height: auto;
}

.ok-icon {
    width: 15px;
    height: auto;
}

.chart-container {
    background-image: url('/templates/static/img/chart-bg-2.png');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    margin-top:-350px;
}

.chart {
    width: 100%;
    border-top-right-radius: 40px;
    border-top-left-radius: 40px;
    box-shadow: 5px 5px 20px rgb(211 211 211 / 80%);
    padding: 30px 20px 0 20px;
    transition: 1s ease;
}

.chart-text {
    font-size: 4.2rem;
    font-weight: 900;
    white-space: nowrap;
    line-height: 5rem;
}

.chart-small-text {
    font-size: 3rem;
    font-weight: 500;
    line-height: 2rem;
}

.chart-1 {
    height: 100px;
    background: white;
}

.chart-2 {
    height: 120px;
    background: white;
}

.chart-3 {
    height: 200px;
    color:white;
    background-color: #01c2a2;
    background-image: url('/templates/static/img/chart-bg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.chart-1-height {
    height: 180px;
}

.chart-2-height {
    height: 270px;
}

.chart-3-height {
    height: 600px;
}

.chart-4 {
    height: 600px;
}

.lh-normal {
    line-height: normal;
}

.chart-subtext {
    font-size: 1rem;
    letter-spacing: 2px;
    line-height: .7rem;
}

.border-box {
    border: 1px solid;
    border-radius: 40px;
}

.white-box {
    background: white;
    border-radius: 40px;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.border-box .number, .white-box .number {
    font-size: 1.3rem;
    width: 30px;
    height: 30px;
    border-radius: 20px;
    border: 1px solid;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.border-box .img-plus {
    position: absolute;
    top: -30px;
    right: 0;
    transform: translateY(-50%);
    width: 130px;
    height: auto;
}

.stripe-img-1 {
    margin-top: 100px;
}

.big-price {
    font-size: 5.5rem;
    font-weight: 900;
    line-height: normal;
}

.striped-line {
    width: 1px;
    background-image: linear-gradient(to bottom, #000 55%, rgba(255, 255, 255, 0) 0%);
    background-position: right;
    background-size: 1px 58px;
    background-repeat: repeat-y;
    min-height: 100%;
    margin: auto;
}

.stripe-img {
    width: 40px;
    height: auto;
}

.icon-plus {
    position: relative;
    width: 14px;
    height: 14px;
    display: inline-block;
    flex-shrink: 0;
}

.icon-plus .bar {
    position: absolute;
    background-color: #000;
    transition: transform 0.3s ease;
}

.icon-plus .horizontal {
    width: 14px;
    height: 2px;
    top: 50%;
    left: 0;
    transform: translateY(-50%) 
}

.icon-plus .vertical {
    width: 2px;
    height: 14px;
    left: 50%;
    top: 0;
    transform: translateX(-50%) scaleY(1);;
    transition: .5s ease;
}

.accordion-item:has(.accordion-button:not(.collapsed)){
    background-color: #EBECEC;
    box-shadow: 0 2px 25px rgba(0, 0, 0, 0.1);
    border-radius: 40px; 
    padding: 10px 40px;
}

.accordion-button:not(.collapsed) .icon-plus .vertical {
    transform: translateX(-50%) scaleY(0);
}

.accordion-button:not(.collapsed) {
    background: transparent;
    box-shadow: none;
    color: #2B2B2B;
}

.accordion-button {
    background: transparent;
}

.accordion-item {
    border:0;
    background: transparent;
    padding: 5px 40px;
}

.accordion-button {
    font-size: 1.5rem;
}

.accordion-button::after {
    display: none;
}

.border-box .qr-icon,
.white-box .qr-icon {
    width: 130px;
    height: auto;
}

.footer-links img {
    max-width: 150px;
}

.carousel-control-next {
    right: -80px;
}

.carousel-control-prev {
    left: -80px;
}

#carouselCST .carousel-item>img {
    border-radius:25px;
    box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.3);
    height: auto;
}

.carousel-arrow {
    width: 40px;
    height: 40px;
    margin-top: 250px;
}

.btn-primary::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  padding: 5px;
  background: linear-gradient(170deg, #E1FCF7, #90F4E2, #77D8C6);
  mask: 
    linear-gradient(#fff 0 0) content-box, 
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: destination-out;
    border-radius: 40px;
}

.btn-primary {
    background: #E8E8E9;
    color: #2B2B2B;
    border:0;
    padding: 13px 27px;
    border-radius: 40px;
    font-weight: 500;
    opacity:1;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 0;
    box-shadow: 0 0 15px #01c2a27a; 
    overflow: hidden;
}

.btn-primary img {
    height: 25px;
    width: auto;
}

.btn-primary:hover, .btn-primary:active {
    opacity:.8;
    background: #D1F4EF;
    color: #000000;
    box-shadow: 0 0 25px #09ffd2ab; 

}

.btn-primaryy:hover::before {
    background: linear-gradient(170deg, #E1FCF7, #80FAF0, #09ffd1);
}


.btn-secondary {
    background-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(3px);
    color: white;
    border: 0;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card {
    box-shadow: 0px 0px 6px 0px #00000030;
    border: 0;
    padding: 30px;
}

.card-success {
    background: #EBF5E5;
}

.text-success {
    color: #4DC305!important;
}

.dates-table > div:nth-child(even) {
    background: #F6F6F6;
}

.nav-item{
    display: flex;
    align-items: center;
}

.subpage-banner {
    padding: 150px 0 50px;
}

a {
    text-decoration: none;
    color: #6b6a6a;
}

.footer {
    background: #F5F5F5;
}

.floating-input-container {
    position: relative;
    margin-bottom: 20px;
}

.floating-input:focus {
    background-color: #ECECEC;
    border: 2px solid white;
}

.floating-input {
    font-family: "Arial";
    background-color: #ECECEC;
    color: #002647;
    width:100%;
    outline: none;
    padding: 1rem 0.75rem;
    border: 0;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.mainpage-img {
    margin-left:-50px;
}

.floating-label {
    position: absolute;
    top: 3px;
    left: 0;
    z-index: 2;
    height: 100%;
    padding: 1rem 0.75rem;
    overflow: hidden;
    text-align: start;
    text-overflow: ellipsis;
    white-space: nowrap;
    pointer-events: none;
    transform-origin: 0 0;
    transition: opacity .1s ease-in-out,transform .1s ease-in-out;
}

.floating-input:not(:read-only):focus + .floating-label, .floating-input:not(:placeholder-shown) + .floating-label {
    transform: translateY(-15px);
    font-size: 0.8rem;
}

.floating-input:not(:read-only):focus, .floating-input:not(:placeholder-shown) {
    padding-top:1.6rem;
    padding-bottom:0.6rem;
}

.btn-generate-raport {
    padding: 16px;
    border-radius:5px;
    line-height: normal;
}

.signature {
    background: #212122;
}

.form-check-input:checked {
    background-color: #da870c;
    border-color: #fd6d0d;
}

.border-danger {
    border: 2px solid;
    background: rgba(255, 0, 0, 0.1);
    padding: 15px;
    border-radius: 5px;
}

.btn:disabled {
   background-color: #ffa41d;
}

.header-section {
    z-index:99;
}

.partner-slider {
  max-width: 1000px;
  margin: 40px auto;
}

.partner-slider img {
  height: auto;
  display: block;
  margin: 0 auto;
  filter: grayscale(100%);
  transition: filter 0.s ease;
}

.partner-slider img:hover {
  filter: grayscale(0%);
}

.navbar-nav button {
    transform: translateY(0px);
    transition: .2s ease-in-out;
}

.navbar-nav button:hover {
    transform: translateY(-3px);
}

footer a:hover {
    opacity: .8;
    transform: translateY(0px);
    transition: .2s ease-in-out;
}

footer a:hover {
    opacity: .8;
    transform: translateY(-3px);
}


.slick-list {
    width: 100%;
}

.slick-track {
    display: flex!important;
    align-items: center;
    gap:20px;
}

.text-underline {
    text-decoration: underline;
}

.white-box .arrow-icon {
    position: absolute;
    right: -30px;
    width: 180px;
    height: auto;
}

footer {
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.fs-1 {
    font-size: 2.7rem !important;
}

.vh-50 {
    height: 50dvh;
    height: 50vh;
}

@media only screen and (max-width: 992px) {
    .carousel-arrow {
        margin-top: 0px;
    }

    .chart-1 {
        height: 180px;
    }

    .partner-slider {
        margin: 20px auto;
    }
    .accordion-item:has(.accordion-button:not(.collapsed)) {
        border-radius: 0px;
        padding: 10px;
    }

    .footer-links img {
        max-width: 200px;
    }

    .accordion-item {
        padding: 10px;
    }

    footer {
        box-shadow: none;
    }

    .border-box a, .white-box a {
        width: 100%;
    }

    .fs-1 {
        font-size: 3rem!important;
    }

    .chart-text {
        font-size: 4rem;
        line-height: 4rem;
    }

    .chart-2 {
        height: 220px;
    }

    .chart-3 {
        height: 330px;
    }

    .chart-container {
        margin-top: 0px;
    }

    .ok-icon {
        width: 20px;
        height: auto;
    }

    .header-font {
        font-size: 3rem;
    }

    .vh-100, .vh-50 {
        height: auto!important;
    }

    .navbar-brand img {
        width: 150px;
        height: auto;
    }

    .banner-image-1 {
        order:2
    }

    .banner-image-2 {
        order:1
    }

    .btn-generate-raport {
        padding: 7px;
    }

    .navbar-collapse {
        padding: 30px 15px;
        background: #fffffff7;
        backdrop-filter: blur(5px);
        position: absolute;
        width: 100%;
        left:0;
        top:0;
        height: 100dvh;
        height: 100vh;
        z-index: 999;
    }

    .navbar-collapse .navbar-nav {
        height: 90vh;
        gap:10px;
    }

    .navbar-collapse .nav-item{
        justify-content: center;
    }

    .card {
        padding: 15px;
    }

    .mainpage-img {
        margin-left:0px;
    }

    h2 {
        font-size: 1rem;
    }

    .btn-primary {
        font-size: 0.9rem;
    }

    .btn-primary img {
        width: 25px;
        height: auto;
    }

    .carousel-control-next-xs, .carousel-control-prev-xs {
        border:0;
        background: transparent;
    }

    #carouselCST .carousel-item>img {
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        border-radius: 45px;
        height: auto;
        max-width: 400px;
        margin: auto;
    }


}

@media only screen and (min-width: 442px) and (max-width: 992px) {
    h1 {
        font-size: 6rem;
        line-height: 5rem;
    }

    .banner-arrow {
        width: 35px;
        height: auto;
        left: 330px;
    }
}

@media only screen and (max-width: 442px) {
    h1 {
        font-size: 5rem;
        line-height: 4rem;
    }

    .banner-arrow {
        width: 30px;
        height: auto;
        left: 275px;
        top: 38%;
    }
}

@media only screen and (min-width: 992px) {
    .position-lg-relative {
        position: relative;
    }
}
