@import url('https://fonts.cdnfonts.com/css/abc-ginto-nord-unlicensed-trial');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    Height: 100%;
}

body {
    color: #666;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    min-width: auto;
    Display: flex;
    Flex-direction: column;
    min-height: 100%;
}



h1,
h2,
h3,
h4,
h5,
h6 {
    letter-spacing: 0;
    font-weight: normal;
    position: relative;
    padding: 0 0 10px 0;
    font-weight: normal;
    line-height: normal;
    color: #111111;
    margin: 0;
}

h1 {
    font-size: 24px
}

h2 {
    font-size: 22px
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5 {
    font-size: 14px
}

h6 {
    font-size: 13px
}

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #212121;
    text-decoration: none !important;
    opacity: 1
}

button:focus {
    outline: none;
}

ul,
li,
ol {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

p {
    margin: 20px;
    font-weight: 300;
    font-size: 15px;
    line-height: 24px;
}

a {
    color: #222222;
    text-decoration: none;
    outline: none !important;
}

a,
.btn {
    text-decoration: none !important;
    outline: none !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

img {
    max-width: 100%;
    height: auto;
}

:focus {
    outline: 0;
}

.paddind_bottom_0 {
    padding-bottom: 0 !important;
}

.btn-custom {
    margin-top: 20px;
    background-color: transparent !important;
    border: 2px solid #ddd;
    padding: 12px 40px;
    font-size: 16px;
}

.lead {
    font-size: 18px;
    line-height: 30px;
    color: #767676;
    margin: 0;
    padding: 0;
}

.form-control:focus {
    border-color: #ffffff !important;
    box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
    border: none !important;
}

.badge {
    font-weight: 500;
}

blockquote {
    margin: 20px 0 20px;
    padding: 30px;
}

button {
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
}

.full {
    float: left;
    width: 100%;
}



.padding_0 {
    padding: 0px;
}


/* baner */

.banner_bg_main {
    width: 100%;
    float: left;
    background-image: url(../images/banner-bg.png);

    background-size: cover; /* Dopasowanie obrazu tła, aby wypełniał kontener */
    background-repeat: no-repeat;

}



.menu {
    list-style: none;
    display: flex;
    padding: 0;
    margin: 0;
}

    .menu li {
        margin-right: 15px;
    }
/*nav*/
.navbar {
    position: fixed; /* Zawsze widoczny */
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000; /* Zawsze nad innymi elementami */
    background-color: #0f0f0f;
    transition: background-color 0.9s, box-shadow 0.9s, color 0.9s;
    padding: 8px 20px;
    height: 85px; /* Stała wysokość */
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff; /* Tekst biały na przezroczystym tle */
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.1);
}


    .navbar a {
        text-decoration: none;
        color: inherit; /* Kolor dziedziczony z navbar */
        font-size: 14px;
        margin: 0 10px;
        font-weight: 500;
        transition: color 0.5s ease;
    }

        .navbar a:hover {
            color: #ff7b00;
        }

.navbar-brand {
    display: flex; /* Aby obrazek i tekst były obok siebie */
    align-items: center; /* Wyśrodkowanie w pionie */
    text-decoration: none; /* Usuń podkreślenie */
}

    .navbar-brand .navbar-brand-icon {
        height: 70px; /* Rozmiar ikonki */
        margin-right: 10px; /* Odstęp między ikoną a tekstem */
        transition: transform 0.3s ease-in-out; /* Animacja przy najechaniu */
        margin-left: -90px;
    }

    .navbar-brand .logo-text {
        font-size: 2rem; /* Powiększenie tekstu */
        right: 90px;
        font-weight: bold; /* Pogrubienie tekstu */
        color: #fff; /* Kolor tekstu */
        text-transform: uppercase; /* Wielkie litery */
        transition: color 0.3s ease-in-out; /* Płynna zmiana koloru */
    }

    /* Efekt podświetlenia przy najechaniu */
    .navbar-brand:hover .logo-text {
        color: #ff9000; /* Nowy kolor tekstu przy najechaniu */
    }

    .navbar-brand:hover .navbar-brand-icon {
        transform: scale(1.1); /* Powiększenie ikony przy najechaniu */
    }
/*nav*/
/* header  */


@keyframes glow {
    0% {
        text-shadow: 0 0 30px #2757f7, 0 0 20px #2757f7, 0 0 30px #b0c2ff, 0 0 40px #b0c2ff;
    }

    50% {
        text-shadow: 0 0 30px #ff3d3d, 0 0 20px #ff3d3d, 0 0 30px #ff9a9a, 0 0 40px #ff9a9a;
    }

    100% {
        text-shadow: 0 0 30px #2757f7, 0 0 20px #2757f7, 0 0 30px #b0c2ff, 0 0 40px #b0c2ff;
    }
}

.glowing-text {
    color: #fff;
    animation: glow 3s infinite ease-in-out;
}

.custom_menu {
    position: relative;
    width: 100%;
    text-align: center;
    left: 75px;
}

    .custom_menu ul {
        margin: 0;
        padding: 0;
        display: inline-block;
       
    }

    .custom_menu li {
        display: inline; /* Elementy w jednej linii */
        font-size: 20px;
        color: #f1f1f1;

    }

        .custom_menu li a {
            color: #f1f1f1;
        }

            .custom_menu li a:hover {
                color: #b0c2ff;
            }
/* logo */

.logo_section {
    width: 100%;
    float: left;
}

.logo {
    width: 15%;
    text-align: center;
    margin-left: 470px;
    margin-top: 50px;
    margin-bottom: 45px;
}

/* header */
.flex-container {
    display: flex;
    justify-content: center;
    justify-content: space-between;
}
.header_section {
    margin-bottom: 50px;
    width: 100%;
    display: flex;
}

.containt_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* Wyśrodkowanie wszystkich elementów w poziomie */
    align-items: center; /* Wyśrodkowanie elementów w pionie */
    gap: 50px; /* Odstępy między elementami */
}

.top-bar {
    width: 100%; /* Pełna szerokość strony */
    height: 40px; /* Wysokość paska */
    background-color: white; /* Kolor tła: biały */
    color: #333; /* Kolor tekstu */
    display: flex; /* Użycie flexboxa */
    justify-content: center; /* Wyśrodkowanie poziome */
    align-items: center; /* Wyśrodkowanie pionowe */
    position: fixed; /* Pasek zawsze na górze */
    top: 0; /* Przyklejony do góry */
    left: 0;
    z-index: 1000; /* Na wierzchu innych elementów */
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1); /* Delikatny cień */
    font-size: 14px; /* Rozmiar czcionki */
}




/*about*/


.about {
    padding: 40px 0;
}

.about_border {
    border: 1px dashed #000; /* Obramowanie */
    padding: 40px;
}

.about .row {
    display: flex;
    align-items: center; /* Wyrównuje logo i tekst w jednej linii */
}

.about_img {
    text-align: right; /* Obrazek wyrównany do prawej */
    margin-right: 0; /* Usuń nadmiarowy margines */
    margin-left: 30px; /* Dodatkowy odstęp od tekstu */
}

    .about_img img {
        max-width: 100%;
        height: auto;
        width: 200px; /* Szerokość obrazka */
    }

.about_text {
    text-align: left; /* Wyrównanie tekstu do lewej */
    max-width: 900px; /* Maksymalna szerokość, po której tekst się zawija */
    word-wrap: break-word; /* Złamie długie słowa, jeśli przekroczą szerokość */
}

    .about_text h2 {
        margin-bottom: 20px;
        font-size: 24px;
        font-weight: bold;
    }

    .about_text p {
        font-size: 16px;
        line-height: 1.5;
        word-break: break-word; /* Zawijanie wyrazów */
    }

/*about end*/
/* Main site */

.title-offer {
    text-align: center; 
    font-size: 48px; 
    font-weight: bold; 
    color: #000000; 
    text-transform: uppercase; 
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); 

    letter-spacing: 2px; 
    line-height: 1.2; 
}
.row {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 110px; 
    row-gap: 40px;
}

.wallet_box img {
    max-width: 100%;
    height: auto; 
    width: 300px; 
}
.wallet_box {
    perspective: 1000px;
    width: 300px;
    height: 200px;
    display: inline-block;
}

.wallet_inner {
    width: 100%;
    height: 100%;
    position: relative;
    transform-style: preserve-3d;
    transition: transform 0.5s ease-in-out;
}

.wallet_box:hover .wallet_inner {
    transform: rotateY(180deg);
}

.front, .back {
    width: 100%;
    height: 100%;
    position: absolute;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background: #fff;
    text-align: center;
    padding: 10px;
}

    .front img {
        max-width: 80px;
    }

.back {
    transform: rotateY(180deg);
    background: #f8f8f8;
    flex-direction: column;
}


    .wallet_box h3 {
        color: #0c0b0b;
        font-size: 22px;
        text-transform: uppercase;

        font-weight: bold;
        line-height: 22px;
        padding: 20px 0 20px 0;
    }

    .wallet_box p {
        color: #191a1a;
        font-size: 16px;
        line-height: 28px;

    }
.wallet_link {
    text-decoration: none;
    display: block;
}



/* Main site end */
/*faq*/


.faq_section {
    padding: 50px 20px;
    font-family: Arial, sans-serif;
}

.faq_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
}

.faq_image {
    flex: 1;
    text-align: center;
}

    .faq_image img {
        max-width: 80%;
        height: auto;
    }

.faq_questions {
    flex: 1.5;
    padding-left: 40px;
}

    .faq_questions h2 {
        font-size: 28px;
        font-weight: bold;
        margin-bottom: 10px;
    }

    .faq_questions p {
        font-size: 16px;
        margin-bottom: 20px;
        color: #555;
    }

    .faq_questions a {
        color: #007bff;
        text-decoration: none;
    }

        .faq_questions a:hover {
            text-decoration: underline;
        }

.accordion {
    border-top: 1px solid #ddd;
}

.accordion_item {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
}

.accordion_button {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 15px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    outline: none;
    transition: background-color 0.3s ease;
}

    .accordion_button:hover {
        background-color: #f1f1f1;
    }

.accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    padding: 0 15px;
}

    .accordion_content p {
        font-size: 14px;
        color: #555;
        margin: 10px 0;
    }


/*faq*/
/*Discord*/

.Jdiscord {
    background-image: url(../images/JD.png); /* Ścieżka do tła PNG */
    background-size: cover; /* Dopasowanie obrazu tła do kontenera */
    background-position: center 10px; /* Wyśrodkowanie poziome i przesunięcie pionowe w dół o 100px */
    background-attachment: fixed; /* Ustawia tło jako nieruchome podczas przewijania */
    padding: 50px 0; /* Dodanie paddingu, by dać trochę przestrzeni wewnątrz */
    text-align: center; /* Wyśrodkowanie tekstu w środku */
}


.titleJ h1, .titleJ h3 {
    margin: 0;
    color: #ffffff; /* Kolor tekstu */
    text-shadow: 0 0 10px #000000, /* Wewnętrzny glow */
    0 0 20px #000000, /* Zewnętrzny glow */
    0 0 30px #000000; /* Mocniejszy efekt glow */
}

.discord-b {
    display: inline-block; /* Umożliwia klikanie tylko na obrazek */
}



.discord-b img {
    width: 30%; /* Opcjonalnie - jeśli chcesz, by obrazek dostosował się do kontenera */
    height: auto; /* Zachowuje proporcje */
}
/*Discord end*/
/* opennav bar  */
.butterk {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.coin {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.psc {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

.giftcards {
    width: 75px;
    height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}





.menu-toggle {
    position: fixed;
    top: 300px; 
    left: 0;
    width: 40px; 
    height: 150px;
    background-color: #222;
    color: white;
    padding: 10px 12px;
    border-radius: 0 10px 10px 0;
    cursor: pointer;
    z-index: 9999;
    transition: left 0.5s;
    font-size: 20px;
    display: flex;
    align-items: center;      
    justify-content: center;  
    }

.menu-toggle.active {
    left: 250px; /* dopasuj do szerokości menu */
}

.menu-toggle:hover {
    background-color: #444;
    
}






.sidenav {
    height: 100%; /* Menu na pełną wysokość */
    width: 30%;
    font-family: 'Ginto Nord', Arial, sans-serif;
    width: 0; /* Początkowa szerokość 0 */
    position: fixed;
    z-index: 1;
    top: 0; /* Menu zaczyna się od góry */
    left: 0; /* Rozciąga się od lewej strony */
    background-color: #f6f6f6;
    overflow-x: hidden;
    transition: width 0.5s ease; /* Płynne otwieranie */
    padding-top: 60px; /* Odstęp od góry */
    border-right: 2px solid #222; /* Prawa krawędź */
}

    .sidenav.open, .menu-bar.open {
        width: 250px; /* Szerokość paska i menu po wysunięciu */
    }
    /* Klasa aktywna dla otwarcia menu */
    .sidenav.active {
        width: 300px; /* Szerokość menu po otwarciu */
    }
    .navbar-nav .nav-item {
    margin: 0 5px;
    padding: 0;
}
    .sidenav a:hover {
        color: #ff9f00;
    }

    /* Przycisk zamykania menu */
    .sidenav .closebtn {
        position: absolute;
        top: 10px;
        right: 20px;
        font-size: 36px;
        cursor: pointer;
    }

/* Style dla boxów */
.box2 {
    width: 100%;
    font-size: 20px;
    font-weight: 550;
    font-family: Poppins, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 50px 0;
    text-align: center;
    transition: background-color 0.3s ease;
}

    .box2 img {
        width: 75px;
        height: 75px;
    }

    /* Hover efekt dla boxów */
    .box2:hover {
        background-color: #f0f0f0;
        cursor: pointer;
    }

/* Media Queries dla mniejszych ekranów */
@media screen and (max-width: 768px) {
    .menu-bar {
        width: 50px; /* Węższy pasek na mniejszych ekranach */
    }

    .sidenav.open {
        width: 200px; /* Mniejsze menu na mniejszych ekranach */
    }

    .box2 {
        padding: 10px 0;
    }

    .sidenav a {
        font-size: 16px;
    }
}
@media (max-width: 991px) {
    .navbar-nav {
        text-align: center;
    }

        .navbar-nav .nav-item {
            width: 100%;
        }

        .navbar-nav .nav-link {
            padding: 10px;
        }
}























.menu {
    list-style: none;
    display: flex;
    align-items: center; /* Wyrównanie elementów w pionie */
    padding: 0;
    margin: 0;
}

    .menu li {
        margin-right: 15px;
    }









    .header_box {
        order: 2;
        display: flex;
    }

    .dropdown {
        position: relative;
        text-align: center;
        display: inline-block;
    }

    .dropdown2 {
        position: relative;
        text-align: center;
        display: inline-block;
        margin-bottom: 30px;
    }

    .dropdown button {
        padding: 8px 16px;
        font-size: 16px;
    }

    .dropdown-menu {
        background-color: #f8f9fa;
        min-width: 160px;
        text-align: left;
    }

    .header_box {
        display: flex;
        justify-content: center; /* Wyśrodkowanie elementów w boxie */
        align-items: center; /* Wyśrodkowanie elementów w pionie */
        margin-top: 20px;
    }

    .login_menu {
        align-items: center; /* Wyrównanie w pionie */

        position: relative;
        top: 10px;
        left: 350px;
    }

        .login_menu ul {
            display: flex;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        .login_menu li {
            display: flex;
            align-items: center;
        }

            .login_menu li a {
                text-decoration: none;
                color: #5E6977;
                font-size: 18px;
                padding: 10px 15px;
                white-space: nowrap;
            }

                .login_menu li a:hover {
                    color: #000;
                }

    .header_section_top {
        width: 100%;
        align-content: center;
        justify-content: center;
        background-color: #2b2a29;
        clip-path: polygon(20% 0, 100% 0, 96% 100%, 23% 100%);
        height: auto;
        padding: 10px 0px;
    }

    .toggle_icon img {
        transition: transform 0.5s; /* Animacja obrotu */
        transition: transform 0.5s;
        right: 100px;
    }

    .toggle_icon.active img {
        transform: rotate(180deg); /* Obrót o 90 stopni po kliknięciu */
    }
.toggle_icon {
    padding: 5px;
    cursor: pointer;
    color: #ffffff;
    display: inline-block;
    position: relative;
    flex: 0 0 auto;
    right: 150px;
}




    .toggle_icon::after {
        content: "";
        position: absolute;
        top: -5px;
        left: -5px;
        width: calc(100% + 10px);
        height: calc(100% + 10px);
        background-color: darkgrey;
        border-radius: 5px;
        opacity: 0;
        transition: opacity 0.3s;
        z-index: -1;
    }

    .toggle_icon:hover::after {
        opacity: 1;
    }

    .login_menu li a {
        color: #ffffff;
    }

        .login_menu li a:hover {
            color: #ffaf29;
        }

    .padding_10 {
        padding-left: 10px;
    }

    .lang_box {
        display: flex;
        float: right;
        background: #fff;
        border-radius: 5px;
        margin-right: 20px;
    }

    .nav-link {
        display: block;
        padding: .4rem 1rem;
    }

    a:hover {
        color: #f26522;
        text-decoration: underline;
    }





    /* header end */


    /* banner  start */

    .banner_section {
        width: 100%;
        float: left;
        padding-bottom: 190px;
        margin-top: 200px;
        position: relative;
    }

    .container {
        position: relative;
        width: 100%;
        text-align: center;
    }

    .banner-text {
        font-size: 48px;
        font-weight: bold;
        color: white;
        position: absolute;
        white-space: nowrap;
        opacity: 0;
        right: -100%; /* Start poza ekranem */
    }




















    .banner_taital {
        width: 100%;
        color: #ffffff;
        text-shadow: 0 0 10px #000000, 0 0 20px #000000, 0 0 30px #000000;
        font-size: 60px;
        text-align: center;
        text-transform: uppercase;
        font-weight: bold;
        margin: 0; /* Usuń marginesy */
        line-height: 1.2; /* Wyrównanie tekstu */
    }











    .buynow_bt {
        width: 170px;
        margin: 0 auto;
        padding-top: 30px;
    }

        .buynow_bt a {
            width: 100%;
            float: left;
            font-size: 16px;
            color: #ffffff;
            background-color: #252525;
            text-align: center;
            padding: 10px 0px;
            border-radius: 5px;
            text-transform: uppercase;
            font-weight: bold;
        }

            .buynow_bt a:hover {
                background-color: #f26522;
                color: #ffffff;
            }




    /* banner end */

    /* pop up start  */


    .product-container {
        border-radius: 5px;
        padding: 15px;
        margin-bottom: 20px;
        background-color: #f9f9f9;
        width: 600px;
        max-width: 100%;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }

    .purchase-container {
        border-radius: 5px;
        padding: 20px;
        margin-bottom: 20px;
        background-color: #f9f9f9;
        width: 400px
    }

    .product-container, .purchase-container {
        border-radius: 5px;
        padding: 20px;
        margin-bottom: 20px;
        background-color: #f9f9f9;
    }


    .product-info {
        text-align: left;
    }

    .details {
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.5s ease, opacity 0.5s ease;
        opacity: 0;
    }

        .details.show {
            max-height: 500px;
            opacity: 1;
        }

    .view-more {
        background-color: #8f7dff;
        color: #ffffff;
        padding: 10px;
        border: none;
        border-radius: 5px;
        cursor: pointer;
        margin-top: 10px;
        display: block;
    }

    .large_box {
        width: 90%;
        max-width: 1200px;
        margin: 20px auto;
        padding: 30px;
        background-color: #e5e5e5;
        box-shadow: 0px 0px 30px 10px #382d5c;
        display: flex;
        gap: 20px;
    }

    .purchase-info {
        text-align: left;
        padding: 10px;
    }

    .total-amount {
        margin: 0;
        font-size: 1.2em;
    }

    .payment {
        margin: 25px 0;
        font-size: 1.2em;
    }

    .buy-now {
        margin-top: 30px;
    }


    h2, h3 {
        color: #382d5c;
    }

    .quantity-control {
        display: flex;
        align-items: center;
        gap: 10px;
    }

        .quantity-control button {
            width: 30px;
            height: 30px;
            font-size: 16px;
            color: #ffffff;
            background-color: #ff0000;
            border: none;
            border-radius: 5px;
            cursor: pointer;
        }


    .total-amount {
        font-size: 18px;
        font-weight: bold;
        color: #333333;
    }

    .cart {
        width: 100%;
        margin-top: 30px;
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        background-color: #a973ff;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .cart:hover {
            background-color: #a26bd8;
        }

    .buy-now {
        width: 100%;
        padding: 10px;
        font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        background-color: #c79eff;
        border: none;
        border-radius: 8px;
        cursor: pointer;
        transition: background-color 0.3s ease;
    }

        .buy-now:hover {
            background-color: #a26bd8;
        }


    .seller-info {
        text-align: center;
        margin-top: 20px;
    }

    .profile-img {
        width: 50px;
        height: 50px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .chat-btn {
        padding: 5px 10px;
        background-color: #28a745;
        color: #ffffff;
        border: none;
        border-radius: 5px;
        cursor: pointer;
    }



    .price_text {
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-size: 18px;
        color: #262626;
        font-weight: bold;
        kurpa312
    }

    .tshirt_img {
        width: 100%;
        text-align: center;
        margin: 50px 0px;
        min-height: 370px;
    }

    .btn_main {
        width: 100%;
        display: flex;
    }

    .buy_bt {
        float: left;
        width: 100%;
    }

        .buy_bt a {
            width: 100%;
            font-size: 16px;
            color: #f26522;
            background-color: transparent;
            text-align: right;
            font-weight: bold;
        }

            .buy_bt a:hover {
                background-color: transparent;
                color: #262626;
            }



    .seemore_bt {
        width: 100%;
        float: right;
        text-align: right;
    }

        .seemore_bt a {
            width: 100%;
            font-size: 16px;
            color: #262626;
            background-color: transparent;
            text-align: right;
        }

            .seemore_bt a:hover {
                background-color: transparent;
                color: #f26522;
            }






    /* pop up end  */


    /* spinning section start */

    .spinning_section {
        width: 100%;
        float: left;
        padding-bottom: 150px;
    }

    .spinning_taital {
        width: 100%;
        font-size: 40px;
        color: #30302e;
        text-align: center;
        font-weight: bold;
    }

    .spinning_section_2 {
        width: 100%;
        margin-top: 30px;
    }

    .spinning_title {
        text-align: center;
        font-size: 40px;
        color: #30302e;
        margin-top: 15px;
        margin-bottom: 11px;
    }

    .carousel-inner {
        display: flex;
        align-items: center; /* Wyrównanie w pionie */
        justify-content: center; /* Wyrównanie w poziomie */
        height: 200px; /* Ustaw stałą wysokość */
        text-align: center;
    }








    #pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
    }

    #page-numbers {
        margin: 0 10px;
    }

    .page-btn {
        margin: 0 5px;
        padding: 5px 10px;
        cursor: pointer;
    }

        .page-btn.active {
            background-color: #ecb04e;
            color: white;
            border-radius: 5px;
        }

    .prev-btn {
    }






























   

    @media (max-width: 768px) {
        .box_main {
            flex: 1 1 calc(50% - 20px); /* Dwa boxy w wierszu na mniejszych ekranach */
        }
    }

    @media (max-width: 576px) {
        .box_main {
            flex: 1 1 100%; /* Jeden box w wierszu na bardzo małych ekranach */
        }
    }

    .main-container {
        margin-top: 40px;
        max-width: 1500px; /* Wystarczająco szeroki kontener, aby zmieścić cztery boxy */
        margin: 0 auto; /* Wycentrowanie kontenera */
    }

    .box_main {
        font-family: Arial Black (sans-serif);
        width: 350px;
        height: 200px;
        background-color: #e5e5e5;
        margin: 5px;
        padding: 15px;
        box-shadow: 0px 0px 15px 5px #c6c6c6;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        position: relative;
    }

        .box_main:hover {
            transform: scale(1.05); /* Powiększenie o 5% */
            box-shadow: 0px 0 30px 10px #d1c0a4;
        }

    .name_text {
        width: 100%;
        font-size: 18px;
        color: #30302e;
        padding-bottom: 5px;
    }



    .price_text {
        position: absolute;
        bottom: 10px;
        left: 15px;
        font-size: 18px;
        color: #262626;
        font-weight: bold;
        kurpa312
    }




    .seemore_bt {
        width: 100%;
        float: right;
        text-align: right;
    }

        .seemore_bt a {
            width: 100%;
            font-size: 16px;
            color: #262626;
            background-color: transparent;
            text-align: right;
        }

            .seemore_bt a:hover {
                background-color: transparent;
                color: #f26522;
            }
}

 

/* spinning section end */








/* loader bar css start */


@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* loader bar css end */



/* footer section start */

.footer_section {
    width: 100%;
    float: left;
    background-color: #0f0f0f;
}

.footer_logo {
    margin-top: 40px;
    width: 14%;
    margin: 0 auto;
    display: block;
    text-align: center;
}


.input_bt {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    display: flex;
    border-bottom: 1px solid #ffffff !important;
}

footer {
    flex-shrink: 0;
    position: static;
    bottom: 0;
    width: 100vw;
    margin-top: auto;
}
.footer_menu {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.footer_menu ul {
    margin: 0px;
    padding: 0px;
    display: inline-block;
}
.footer_menu li a {
    color: #f1f1f1;
}
.footer_menu li a:hover {
        color: #f26522;
    }    

            

.location_main {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    text-align: center;
}

.location_main {
    float: left;
    font-size: 16px;
    color: #ffffff;
    padding: 30px 30px 30px 30px;
}
.location_main a {
        color: #ffffff;
    }
.location_main a:hover {
            color: #f26522;
        }
        


/* footer section end */


/* copyright section start */

.copyright_section {
    width: 100%;
    float: left;
    background-color: #0f0f0f;
    height: auto;
}

.copyright_text {
    width: 100%;
    float: left;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    margin: 20px 0px;
}
.copyright_text a {
        color: #ffffff;
}
.copyright_text a:hover {
        color: #f26522;
}             
.margin_top90 {
    margin-top: 90px;
}


/* copyright section end */
@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        text-align: center;
    }
    .navbar-toggler {
        display: block;
    }
    .navbar-collapse {
        display: none;
        width: 100%;
    }
    .navbar-collapse.show {
        display: block;
    }
}
