/* Start custom CSS for html, class: .elementor-element-c403a24 *//* =========================================
   POVIJEST KLUBA
========================================= */

.bk-history{
    position:relative;
    padding:120px 20px;
    background:#f5f2ec;
    overflow:hidden;
}

.bk-history::before{
    content:"1994";
    position:absolute;
    right:-20px;
    top:40px;
    font-family:"Barlow Condensed", sans-serif;
    font-size:260px;
    font-weight:900;
    line-height:1;
    color:rgba(5,24,42,.035);
    pointer-events:none;
}

.bk-history-heading{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:1.35fr .75fr;
    align-items:end;
    gap:70px;
    margin-bottom:55px;
}

.bk-section-label{
    position:relative;
    display:inline-flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
    color:#40c4f4;
    font-size:13px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.2em;
}

.bk-section-label::before{
    content:"";
    width:34px;
    height:3px;
    background:#40c4f4;
}

.bk-history-heading h2{
    margin:0;
    color:#07182f;
    font-family:"Barlow Condensed", sans-serif;
    font-size:72px;
    font-weight:900;
    line-height:.9;
    text-transform:uppercase;
    letter-spacing:-.02em;
}

.bk-history-heading h2 span{
    color:#40c4f4;
}

.bk-history-heading > p{
    max-width:500px;
    margin:0 0 8px;
    color:#8394a8;
    font-size:18px;
    line-height:1.7;
}

.bk-history-grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:18px;
}

.bk-history-card{
    position:relative;
    min-height:480px;
    padding:28px 24px 30px;
    display:flex;
    flex-direction:column;
    justify-content:space-between;
    background:
        linear-gradient(
            180deg,
            #dfe5eb 0%,
            #a9b4c0 35%,
            #2a3b4d 69%,
            #0b1b2b 100%
        );
    border-radius:22px;
    overflow:hidden;
    box-shadow:0 18px 40px rgba(5,24,42,.12);
    transition:
        transform .35s ease,
        box-shadow .35s ease;
}

.bk-history-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(
            circle at 50% 25%,
            rgba(255,255,255,.35),
            transparent 35%
        );
    pointer-events:none;
}

.bk-history-card::after{
    content:"";
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    height:55%;
    background:
        linear-gradient(
            180deg,
            transparent,
            rgba(4,16,29,.72)
        );
    pointer-events:none;
}

.bk-history-card:hover{
    transform:translateY(-10px);
    box-shadow:0 28px 55px rgba(5,24,42,.2);
}

.bk-history-card-featured{
    background:
        linear-gradient(
            180deg,
            #96dff8 0%,
            #40c4f4 38%,
            #14344d 70%,
            #081927 100%
        );
}

.bk-history-number{
    position:relative;
    z-index:2;
    align-self:flex-end;
    color:rgba(255,255,255,.7);
    font-family:"Barlow Condensed", sans-serif;
    font-size:17px;
    font-weight:800;
    letter-spacing:.12em;
}

.bk-history-icon{
    position:relative;
    z-index:2;
    width:145px;
    height:145px;
    margin:15px auto 35px;
    display:flex;
    align-items:center;
    justify-content:center;
    border:2px solid rgba(255,255,255,.45);
    border-radius:50%;
    background:rgba(7,24,47,.85);
    box-shadow:
        0 0 0 12px rgba(7,24,47,.09),
        0 20px 35px rgba(7,24,47,.25);
}

.bk-history-icon::before,
.bk-history-icon::after{
    content:"";
    position:absolute;
    border-radius:50%;
}

.bk-history-icon::before{
    width:108px;
    height:108px;
    border:1px dashed rgba(255,255,255,.28);
}

.bk-history-icon::after{
    width:12px;
    height:12px;
    right:6px;
    bottom:20px;
    background:#40c4f4;
    border:4px solid #fff;
}

.bk-history-icon span{
    color:#fff;
    font-family:"Barlow Condensed", sans-serif;
    font-size:28px;
    font-weight:900;
    line-height:1;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.bk-history-content{
    position:relative;
    z-index:3;
}

.bk-history-category{
    display:block;
    margin-bottom:9px;
    color:#ff6773;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.14em;
}

.bk-history-card-featured .bk-history-category{
    color:#40c4f4;
}

.bk-history-content h3{
    margin:0 0 13px;
    color:#fff;
    font-family:"Barlow Condensed", sans-serif;
    font-size:28px;
    font-weight:900;
    line-height:1;
    text-transform:uppercase;
}

.bk-history-content p{
    margin:0;
    color:rgba(255,255,255,.72);
    font-size:14px;
    line-height:1.55;
}

/* TABLET */

@media(max-width:1024px){

    .bk-history{
        padding:90px 20px;
    }

    .bk-history-heading{
        grid-template-columns:1fr;
        gap:25px;
    }

    .bk-history-heading h2{
        font-size:60px;
    }

    .bk-history-grid{
        grid-template-columns:repeat(2,1fr);
    }
}

/* MOBITEL */

@media(max-width:650px){

    .bk-history{
        padding:75px 16px;
    }

    .bk-history::before{
        font-size:150px;
        top:20px;
    }

    .bk-history-heading{
        margin-bottom:35px;
    }

    .bk-history-heading h2{
        font-size:46px;
    }

    .bk-history-heading > p{
        font-size:16px;
    }

    .bk-history-grid{
        grid-template-columns:1fr;
    }

    .bk-history-card{
        min-height:430px;
    }

    .bk-history-icon{
        width:135px;
        height:135px;
    }
}
footer,
.site-footer,
#colophon{
    display:none !important;
}/* End custom CSS */