:root{
    --pomaranczowy: #FF6602;
    --pomarancz: #FF6B00;

}
@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
.w-90 {
    width: 90%;
}
.z-1000{
    z-index: 1000;
}
.progress-bar-timer {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 100%;
    animation: shrink 5s linear forwards;
    opacity: 0.75;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

@keyframes shrink {
    from {
        width: 100%;
    }
    to {
        width: 0%;
    }
}

.h-90{
    height: 90%;
}
.tlo{
    background-color:
    var(--pomarancz) ;
}
@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Gilroy';
    src: url('/fonts/Gilroy-Heavy.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

*{
    font-family: 'Gilroy', sans-serif !important; 
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}
 
.border-orange {
    border-color: #ec6608 !important;
}
.fa-brands, .fab {
    font-family: "Font Awesome 6 Brands" !important;
}
.bolder{
    font-weight: 700 !important;
}
.baner-startowy{
    height: 90vh;
}
.napi {
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.number-circle {
    background: var(--pomarancz, #ec6608);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
}
.baner-startowy-rezerwacja{
    height: 300px;
    min-height: 25vh;

}

h2.titlekontakt {
    font-size: 50px;
    text-transform: rotate(90deg);
    rotate: -90deg;
    position: absolute;
    top: 120px;
    left: 0px;
}

footer{
    background-color: var(--pomarancz);
}

.przerywnik{
    min-height: 350px;
    height: 30vh;
}

.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: scale(1.02);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.card .position-relative::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0); /* opcjonalna warstwa */
    /* backdrop-filter: blur(0px);
    transition: backdrop-filter 0.4s ease; */
    z-index: 1;
    pointer-events: none;
}

 
/* Obrazek pozostaje za rozmyciem */
.card .position-relative img {
    display: block;
    width: 100%;
    height: 300px;
    z-index: 0;
    position: relative;
}


.nakladka{
    background-color: var(--pomaranczowy);
    filter: opacity(0.8);
}

.nav-link {
    position: relative;
    transition: color 0.3s ease;
}

.nav-link::after {
    content: '';
    position: absolute;
    bottom: 0.2rem;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #ffffff; /* możesz zmienić na pomarańcz EVANBOX */
    transition: width 0.3s ease;
}

.nav-link:hover::after {
    width: 100%;
}

.btn-pomarancz-fill {
    background-color: white !important;
    color: var(--pomarancz) !important;
    border: 2px solid var(--pomarancz);
    transition: all 0.3s ease;
}

.btn-pomarancz-fill:hover {
    background-color: var(--pomarancz);
    color: #fff;
}

.btn-outline-white {
    background-color: transparent;
    color: #fff;
    border: 2px solid #fff;
    transition: all 0.3s ease;
}

.btn-outline-white:hover {
    background-color: #fff;
    color: var(--pomarancz);
}

.btn-pomarancz-fill,
.btn-outline-white {
    transition: all 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    will-change: transform, background-color, color;
}

.btn-pomarancz-fill:hover,
.btn-outline-white:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.pomarancz{
    color: var(--pomarancz);
}

.fw-bolderer{
    font-weight: 800 ;
}

.maxw {
    max-width: 1200px !important;
 }

 .number-circledwa {
    background: var(--pomarancz, #ec6608);
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    width: 132px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-weight: bold;
    margin-right: 10px;
}
.wysokoscobrazka {
    height: 300px;
    object-fit: cover;
}

.btn-orange{
    background-color: var(--pomarancz) !important;
}

.fa-classic, .fa-regular, .fa-solid, .far, .fas {
    font-family: "Font Awesome 6 Free" !important;
}

@media screen and (max-width: 911px){
    .maxw{
        width: auto !important;
    }

    .btn {
        padding: 0.5rem 1rem !important;
        font-size: 0.875rem !important;
    }

    h2.titlekontakt {
        font-size: 20px;
        text-transform: rotate(0deg);
        rotate: -0deg;
        position: inherit;
 ;
    }

    .min{
        min-height: 300px;
    }

    div#navbarEvanbox {
        background: black ;
        padding: 20px;
        z-index: 1000;
    }

    .navbar {
        z-index: 10000 !important;
    }
}