* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


body {
    position: relative;
    background-color: #1f1f1f;
    background-blend-mode: overlay;
    background-position: center;
    background-size: 300vw;
    background-repeat: no-repeat;
    user-select: none; /* Uniemożliwia zaznaczanie tekstu */
    -webkit-user-select: none; /* Dla przeglądarek opartych na WebKit */
    -moz-user-select: none; /* Dla Firefoksa */
    -ms-user-select: none; /* Dla IE */
}

.instagram {
    padding: 20px;
    border-style: solid;
    border-color: #dac59c;
    border-width: 2px;
    border-radius: 20px;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    margin-top: 10px;
    cursor: pointer;
}

.facebook {
    padding: 20px;
    border-style: solid;
    border-color: #dac59c;
    border-width: 2px;
    border-radius: 20px;
    width: 80%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    margin-bottom: 10px;
    cursor: pointer;
}

i.fab.fa-instagram.ig {
    color: #fae1af;
    position: relative;
    text-align: center;
    font-size: 100px;
    width: 100%;
}

div.instagram p{
    color: #f3dcae;
    font-size: 10px;
}

div.facebook p{
    color: #f3dcae;
    font-size: 10px;
}

i.fab.fa-facebook-f.fb {
    color: #fae1af;
    position: relative;
    text-align: center;
    font-size: 100px;
    width: 100%;
}

div.instagram p{
    color: #f3dcae;
}


.logonav {
    pointer-events: all;
    -webkit-user-drag: element;
    cursor: pointer;
}

#cookies {
    display: none;
    position: fixed;
    z-index: 30;
    width: 100%;
    height: 100vh !important;
    top: 0;
    background-color: rgba(22, 22, 22, 0.6);
    text-align: center;
    font-family: 'Comfortaa';
    color: #dac59c;
}

.cookies {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -51%);
    background-color: #1e1e1e;
    width: 90%;
    height: 620px;
    border-radius: 20px;
    border-style: solid;
    border-color: #b89b61;
    border-width: 2px;
}

.cookies1 {
    height: 35px;
    margin: 15px 7px 0 7px;
    font-size: 13px;
    position: relative;
    text-align: center;
    font-family: 'Comfortaa';
    color: #dac59c;
}

.cookiespol {
    border-radius: 7px;
    border-style: solid;
    border-width: 2px;
    border-color: #eace96;
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 31%;
    overflow: auto;
    font-size: 10px;
    width: 95%;
    height: 365px;
}

.co {
    position: relative;
    top: 5px;
    margin-bottom: 10px;
    font-size: 10px;
}

.btnspol {
    position: relative;
    z-index: 999;
    margin-top: 20px;
    padding-bottom: 5px;
    
}

.btnpol1 {
    margin: 5px 0;
    width: 100%;
}

.btnpol {
    width: 70%;
    padding: 15px 10px;
    background-color: #242424;
    border-style: solid;
    border-color: #bda472;
    border-radius: 10px;
    color: #bda472;
}

.iconcookie {
    height: 35px;
}

i.fa-cookie-bite {
    position: relative;
    display: block !important;
    z-index: 999;
    margin-top: 3px;
    font-size: 30px;
    height: 35px;
    width: 35px;
    color: #bda472 !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}



a:hover {
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;

}
.n1:focus {
    -webkit-tap-highlight-color: transparent;
    scale: 120%;

}
.n1:active {
    -webkit-tap-highlight-color: transparent;
    scale: 120%;
}

img {
    pointer-events: none; /* Uniemożliwia interakcję z obrazami */
    -webkit-user-drag: none; /* Dla przeglądarek opartych na WebKit */
}


#op {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-flex;
    width: 100%;
    padding: 0 5px;
    margin: 0;
}

.op {
    position: relative;
    width: 50%;
    margin: 7px 1px;
    border-width: 1px;
    border-color: #323236b7;
    border-radius: 15px;
    border-style: solid;
    background-color: #3232367e;
}

.optext {
    position: relative;
    text-align: center;
    font-size: 11px;
}

.opt1 {
    height: auto;
}


.ava img {
    width: 100px;
    height: 100px;
}


hr {
    position: relative;
    height: 2px;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    border-style: solid;
    border-radius: 5px;
    background-color: #b89b61;
    color: #b89b61;
    font-weight: 900
}



/*Nawigacja*/

.navbar {
    z-index: 15;
    display: flex;
    position: fixed;
    text-align: center;
    background-color: #191919;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 8px;
    transition: 0.3s ease-in-out;
}

.navbar img {
    height: 7vh;
    width: 7vh;
}

.navigation {
    justify-content: space-around;
    display: flex;
    position: relative;
    width: 45%;
}

.navigation.active {
    transform: translate(0%);
}

.n1 {
    position: relative;
    text-decoration: none;
    color: #ac9059;
    font-family: 'Comfortaa';
}

.line {
    width: 32px;
    height: 4px;
    margin: 6px;
    border-radius: 5px;
    background-color: #b18b41;
    -webkit-tap-highlight-color: transparent;
}

.burger {
    background: transparent;
    border: none;
    cursor: pointer;
    display: none;
    margin-right: 5px;
    -webkit-tap-highlight-color: transparent;
}

/*Nawigacja*/






/*Artykuł*/
.space {
    height: 78vh;
}

.title {
    position: fixed;
    z-index: 5;
    width: 100%;
    padding: 25vh 5px 25vh 5px;
    background-color: #1f1f1f;
    transition: 0.1s ease-in-out;
}

.divider {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border-color: #c99f4b;
    width: 10%;
    margin: 15px 0 15px 0;
}

.timg {
    position: relative;
    width: 50vw;
    left: 50%;
    transform: translateX(-50%);
    padding: 6vh 0 0 0;
}

h1 {
    font-size: 7vw;
    font-family: 'Roboto';
    font-weight: 100;
    text-align: center;
    color: #c99f4b;
    width: 100%;
    letter-spacing: 2px;
    
}

.Witaj {
    z-index: 5;
    padding: 40px;
    font-family: 'Comfortaa';
    text-align: center;
    font-size: 7vw;
    color: #ffe8ba;
    letter-spacing: 1px;
}

.article {
    position: absolute;
    z-index: 10;
    width: 100%;
    background-color: #242424;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    color: #dac59c;
    font-family: 'Comfortaa';
    font-size: 13px;
}

.abm {
    font-weight: 100;
    padding: 11px;
    letter-spacing: 2px;
    line-height: 19px;
    word-spacing: 2px;
}


.abm img {
    width: 270px;
}


.ter {
    font-size: 14px;
    padding: 0 10px 10px 10px;
    text-align: center;
}

.ter p {
    margin: 10px 0;
}

.przypis {
    margin-top: -20px;
    font-size: 10px;
    margin-bottom: 20px;
}

h3 {
    margin-top: 30px;
    margin-bottom: 20px;
    line-height: 25px;
}

.at {
    margin: 30px 0 20px 0;
}

.tutaj {
    text-decoration: none;
    color: #dac59c;
    border: 2px;
    border-color: #dac59c;
    border-style: solid;
    border-radius: 10px;
    padding: 15px 60px;
}


.efekty {
    margin-top: 70px;

}

.efekty h4 {
    font-size: 23px;
}

.ef1 {
    margin-top: 20px;
}

h4 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.ef1 h4 {
    margin-bottom: 20px;
    font-size: 23px;
}

h5 {
    font-size: 18px;
    line-height: 25px;
}

.efekty p {
    padding: 20px 0 10px 0;
}

.elements {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 40px;
    margin-top: 30px;
    width: 330px;
    border-style: solid;
    border-color: #323236b7;
    border-radius: 30px;
    border-width: 2px;
    background-color: #3232367e;
}


.elements img {
    width: 300px;
    height: 180px;
    overflow: hidden;
}

hr.short {
    margin-top: 30px;
    margin-bottom: 30px;
    width: 70%;
}


.el {
    height: 274px;
}


.el1111 {
    height: 255px;
}



.imtitle {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 330px;
    width: 275px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 30px;
    border-color: #323236b7;
    border-style: solid;
}

.imtitlesano {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    height: 330px;
    width: 275px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 30px;
    border-color: #323236b7;
    border-style: solid;
}

.imtitle img {
    position: relative;
    width: 275px;
    object-fit: cover;
    overflow: hidden;
    top: -80px;
    clip-path: inset(80px 0 0 0);
}

.imtitlesano img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    object-fit: cover;
    overflow: hidden;
    clip-path: none;
}


.im {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 180px;
    overflow: hidden;
    border-radius: 20px;
}

.im1 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 180px;
    overflow: hidden;
    border-radius: 20px;
}


.im2 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 180px;
    overflow: hidden;
    border-radius: 20px;
}

.im3 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 180px;
    overflow: hidden;
    border-radius: 20px;
}

.im4 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 290px;
    height: 180px;
    overflow: hidden;
    border-radius: 20px;
}

.im5 {
    object-fit: cover;
    overflow: hidden;
    height: 300px;
}


.im5 img {
    object-fit: cover;
    overflow: hidden;
    height: 300px;
    border-radius: 20px;
}

.im6 {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    overflow: hidden;
    width: 290px;
    height: 290px;
    border-radius: 20px;
}

.im6 img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
    overflow: hidden;
    width: 300px;
    height: 300px;
}

.el1 {
    height: 700px;
}

.el2 {
    height: 780px;
}

.el2 p {
    position: relative;
    padding-top: 15px;
    margin-bottom: 25px;
    max-width: 310px;
    left: 50%;
    transform: translateX(-50%);
}

.el2 .at {
    margin: -3px 0 20px 0;
}

.el1 p {
    padding-top: 15px;
}

.el1 h5 {
    padding: 15px 0;
}

.el2 h5 {
    padding: 15px 0;
}

.ofdiv {
    padding: 60px 0;
}

.cen {
    margin: 30px;
}

.skontaktuj {
    padding: 40px 5px 15px 5px;
}

.skontaktuj h3{
    font-size: 18px;
    
}
.skontaktuj .btncialo {
    margin-bottom: 20px;
}

.platnosci {
    padding: 30px 0;
}

.blik {
    margin-top: 30px;
}

.blik img{
    position: relative;
    display: block;
    width: 150px;
    left: 50%;
    transform:translateX(-50%);
    top: -10px;
}

.transfer {
    margin-top: 30px;
}

.transfer img {
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-47%);
    width: 100px;
    top: 10px;
}

.bill {
    margin-top: 70px;
    height: 110px;
}

.bill img {
    position: relative;
    display: block;
    left: 50%;
    transform: translateX(-50%) rotate(5deg);
    width: 120px;
    top: 5px;
}


/*Polityka*/

.pol {
    text-align: justify;
    font-weight: 100;
    padding: 18px;
    letter-spacing: 2px;
    line-height: 22px;
    word-spacing: 4px;
}

.bold {
    font-weight: 900;
    font-size: 17px;
    padding: 15px 0 10px 0;
}

.wymiana {
    padding: 10px 0 15px 0;
}

.wym {
    text-align: left;
    font-weight: 600;
    line-height: 30px;
}

/*Polityka*/





.waz {
    z-index: 20;
    display: block;
    margin: 10vh auto;
    width: 40vw;
}

.face img {
    position: relative;
    margin: 25px 0;
    width: 250px;
    border: 1px #242424;
    border-radius: 40px;
}

.omnie img {
    position: relative;
    margin: 25px 0;
    width: 320px;
    border: 1px #242424;
    border-radius: 40px;
}

h2 {
    color: #dac59c;
    padding: 20px 0 10px 0;
}

/*Artykuł*/

.Address {
    outline: none;
    box-decoration-break: slice;
    width: 80%;
    height: 35px;
    color: #dac59c;
    padding: 0 5px;
}

.Namea {
    outline: none;
    box-decoration-break: slice;
    width: 80%;
    height: 35px;
    color: #dac59c;
    padding: 0 5px;
}

.Msg {
    outline: none;
    box-decoration-break:slice;
    width: 80%;
    height: 230px;
    color: #dac59c;
    padding: 5px;
    resize: none;
    
}

.Msg::-webkit-scrollbar {
    width: 5px;
}

.Msg::-webkit-scrollbar-track {
    width: 5px;
}

.Msg::-webkit-scrollbar-thumb {
    width: 5px;
    background-color: #bda472;
    border-radius: 10px;
    margin-right: 2px;
}

.contact-in {
    border-radius: 5px;
    margin: 5px;
    border-color: #c9a968;
    border-style: solid;
    background-color: #1d1d1d;
    cursor: text;
}

.contact-in:focus {
    border-color: #f3cc71;
}

.contact-in::placeholder {
    color: #d9c39786;
    padding-left: 5px;
}

.form {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 85%;
    border-color: #c9a968;
    border-style: solid;
    margin-bottom: 30px;
}

.button {
    cursor: pointer;
    text-align: center;
    width: 150px;
    height: 30px;
    border-style: solid;
    border-radius: 10px;
    border-color: #c9a968;
    background-color: #242424;
    color: #dac59c;
    margin-bottom: 15px;
    letter-spacing: 2px;
}

.btn {
    width: 100%;
}

footer {
    background-color: #1a1a1a;
    width: 100%;
    padding: 5px 0 15px 0;
}

.footer {
    position: relative;
    padding-bottom: 10px;
}

.fab {
    position: relative;
    text-decoration: none;
    color: #e6dfd493;
    padding: 10px;
    width: 120px;
}

.fab.fa-facebook-f {
    font-size: 23px;
}

.fab.fa-youtube {
    font-size: 23px;
}

.fab.fa-instagram {
    font-size: 23px;
}

.dot {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    border-color: #dac59c;
    border-style: solid;
}


.navigationfooter {
    position: relative;
    display: inline-flex;
    align-items: center;
    font-size: 10px;
    padding: 20px 0 35px 0;
    
}

.n4 {
    color: #e6dfd483;
    padding: 5px;
    text-decoration: none;
}

.polityka a {
    color: #dac59c;
    padding-top: 30px;
    padding-bottom: 15px;
    display: block;
    position: relative;
    text-decoration: underline;
    cursor: pointer;
}




.cialo {
    padding-bottom: 0;
}



.artcialo {
    font-size: 10px;
    margin-bottom: 10px;
}



.Oferta {
    z-index: 5;
    padding: 40px;
    font-family: 'Comfortaa';
    text-align: center;
    font-size: 7vw;
    color: #ffe8ba;
    letter-spacing: 1px;
}


a.btncialo {
    position: relative;
    display: block;
    width: fit-content;
    margin-bottom: 10px;
    margin-top: 25px;
    color: #dac59c;
    border-color: #dac59c;
    background-color: #242424;
    font-size: 15px;
    text-decoration: none;
    border-style: solid;
    border-radius: 10px;
    padding: 10px 50px;
    left: 50%;
    transform: translateX(-50%);
}



body::-webkit-scrollbar {
    overflow-y: scroll;
    width: 2px;
}

body::-webkit-scrollbar-track {
    background-color: #2a2b36;
}

body::-webkit-scrollbar-thumb {
    background-color: #9b7323;
    border-radius: 10px;
}

@media only screen and (max-width: 400px) {

    #op {
        
        display: block;
        
    }

    .op {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        margin: 15px 1px;
        
    }

    .optext {
        text-align: justify;
        font-size: 12px;
    }
}

@media only screen and (max-width: 1050px) {
    .burger {
        display: block;
        transition: .3s ease-in-out;
    }

    .burger.active .line:first-child {
        transform: translateY(-400px);
    }

    .burger.active .line:nth-child(2) {
        transform: rotate(45deg) translateY(7px);
    }

    .burger.active .line:nth-child(3) {
        transform: rotate(-45deg) translateY(-8px);
    }

    .navigation {
        position: absolute;
        right: 0;
        top: 8.5vh;
        height: 420px;
        flex-direction: column;
        background-color: rgba(22, 22, 22, 0.6);
        backdrop-filter: blur(50px);
        border-color: #b89b61;;
        border-style: solid;
        border-radius: 10px;
        letter-spacing: 2px;
        font-size: 3.2vh;
        transform: translate(100%);
        transition: .2s ease-in-out;
    }

    .footer p{
        font-size: 10px;
    }

    .fotit {
        visibility: hidden;
        height: 0;
    }

    .fab {
        width: 60px;
    }

}


@media only screen and (min-width: 1050px) {
    .Witaj {
        font-size: 80px;
    }

    .waz {
        width: 400px;
    }

    

    .fotit {
        visibility: visible;
        display: flex;
        justify-content: space-between;
        width: 100%;
        font-size: 15px;
        padding-top: 20px;
    }

    .footmen {
        width: 80px;
        display: block;
        position: relative;
        left: 27%;
    }

    .footsm {
        width: 120px;
        display: block;
        position: relative;
        right: 27%;
    }

    .navigationfooter {
        width: 80px;
        display: block;
        position: relative;
        font-size: 12px;
        text-align: center;
        left: 27%;
        line-height: 30px;
        padding-right: 0;
        padding-left: 0;
    }

    .loga {
        width: 120px;
        position:relative;
        padding-top: 20px;
        right: 27%;
    }




    .fab {
        color: #e6dfd483;
        padding-right: 0;
        padding-left: 0;
        display: block;
        position: relative;
        float: none;
        width: 100%;
    }

    .fa.fa-facebook {
        font-size: 30px;
    }

    .fa.fa-instagram {
        font-size: 30px;
    }

    .fa.fa-youtube {
        font-size: 30px;
    }

    .fo {
        display: flex;
        flex-direction: row-reverse;
        width: 100%;
        justify-content: space-between;
    }


    .dot {
        visibility: hidden;
    }


    .polityka {
        position: absolute;
        font-size:20px;
        font-weight: 900;
        line-height: 200px;
        right: 50%;
        transform: translateX(50%);
    }

    .n4 {
        color: #e6dfd483;
    }

}

@media only screen and (max-width: 600px) {
    .navigation {
        width: 100%;
    }
}