/* Import czcionki */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap');

body {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: black;
    color: #afafaf;
}

header {
    background: rgb(0, 0, 0);
    color: #fff;
    padding: 2px 0;
    text-align: center;
    position: sticky;
    top: 0;
    z-index: 1000;
}

header h1 {
    font-size: 2.5em;
}

nav ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
}

nav ul li {
    margin: 0 15px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    position: relative;
}

nav ul li a::after {
    content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #00eea7;
    transition: width 0.3s;
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
}

nav ul li a:hover::after {
    width: 100%;
}

main {
    padding: 40px 20px;
    text-align: center;
}

main h2 {
    font-size: 2em;
    margin-bottom: 20px;
    color: #dadada;
}

main p {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto;
}

footer {
    background: rgba(0, 0, 0, 0.274);
    color: #fff;
    text-align: center;
    padding: 2px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.project-frame {
    border: 2px solid #ff6b6b;
    padding: 20px;
    margin: 20px auto;
    max-width: 800px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.8);
}

.project-frame h3 {
    font-size: 1.8em;
    color: #ffffff;  /* kolor naglowka okna galerii*/
    margin-bottom: 15px;
    
}
.project-framevalo h3 {
    display: flex;
    font-size: 1.8em;
    color: #ff6b6b;
    margin-bottom: 15px;
    
}
.project-framevalogallery h3 {
    text-align: center;
    font-size: 1.8em;
    color: #ff6b6b;
    margin-bottom: 17px;
    
    
}
.project-framebullgallery h3 {
    text-align: center;
    font-size: 1.8em;
    color: #000000;
    margin-bottom: 17px;
}

.project-framebull h3 {
    display: flex;
    font-size: 1.8em;
    color: #ff6b6b;
    margin-bottom: 15px;
    
}
.project-framecx h3 {
    text-align: center;
    font-size: 1.8em;
    color: #ffffff;
    margin-bottom: 15px;
    
    
}
.project-framemuzini h3 {
    display: flex;
    font-size: 1.8em;
    color: #b06bff;
    margin-bottom: 15px;
    
}


.project-image {
    max-width: 20%;
    height: auto;
    border-radius: 10px;
    margin-bottom: 10px;
}
.project-imagevalo {        /* gallery.html */
    display: block;
    max-width: 25%;
    height: auto;
    border-radius: 0px;
    margin: 0 auto 0px; 
}
.project-imagebull {        /* gallery.html */
    display: block;
    max-width: 25%;
    height: auto;
    border-radius: 40px;
    margin: 0 auto 10px; 
}


.invite-button {
    display: inline-flex;
    align-items: center;
    background-color: #7289da;
    color: white;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 10px;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}

.invite-button:hover {
    background-color: #5b6eae;
}

.discord-logo {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
/* Stylizacja kontenera slajdów */
.slideshow-container {
    position: relative;
    max-width: 800px;
    margin: auto;
    overflow: hidden;
}

.slide {
    display: none;
}

.slide-image {
    width: 60%;
    border-radius: 50px;
}


.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 20px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 3px;
    user-select: none;
    background-color: rgba(0, 0, 0, 0.5); /* Dodaj tło dla lepszej widoczności */
}

.prev {
    left: 0;
}

.next {
    right: 0;
}

/* Styl dla przycisków po najechaniu */
.prev:hover, .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* Kontener dla przycisków */
.buttons-container {
    display: flex; /* Ustawienie przycisków obok siebie */
    gap: 10px; /* Odstęp między przyciskami */
    justify-content: center; /* Wyśrodkowanie przycisków w poziomie */
    margin-top: 10px; /* Odstęp od elementów powyżej */
}

/* Kontener dla okien projektów */
.projects-container {
    display: flex;
    gap: 20px; /* Odstęp między oknami */
    justify-content: center;
    flex-wrap: wrap; /* Aby okna nie wychodziły poza kontener w przypadku węższych ekranów */
}

/* Stylizacja dla każdego okna projektu */
.project-framecx {                                
    color: #dddddd;
    display: Inline grid;
    border: 2px solid #252525;
    padding: 15px;
    margin: 10px;
    max-width: 50%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-size: 100%;
}

.project-inne {                                
    color: #dddddd;
    display: Inline grid;
    border: 2px solid #252525;
    padding: 85px;
    margin: 10px;
    max-width: 50%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-size: 100%;
}
.project-inne2 {                                
    color: #dddddd;
    display: Inline grid;
    border: 2px solid #252525;
    padding: 78px;
    margin: 10px;
    max-width: 50%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-size: 100%;
}

.project-framevalogallery {                       /*#gallery.html*/
    color: #c74b4b;
    display: Inline grid;
    border: 2px solid #ff6b6b;
    padding: 17px;
    margin: 10px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-size: 100%;
   
}

.project-framebullgallery {                       /*#gallery.html*/
    color: #c74b4b;
    display: Inline grid;
    border: 2px solid #500000;
    padding: 17px;
    margin: 10px;
    max-width: 23%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-size: 100%;
}
.project-framevalo {                              /*#projects.html*/
    color: #c74b4b;
    display: Inline grid;
    border: 2px solid #ff6b6b;
    padding: 50px;
    margin: 10px;
    max-width: 23%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-image: url('botlogo1.png');
    background-size: cover;
}

.project-framebull {                              /*#projects.html*/
    color: #c74b4b;
    display: Inline grid;
    border: 2px solid #500000;
    padding: 50px;
    margin: 10px;
    max-width: 23%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-image: url('head.png');
    background-size: cover;
}
.project-frame {                                
    color: #dddddd;
    display: Inline grid;
    border: 2px solid #ffffff;
    padding: 15px;
    margin: 10px;
    max-width: 50%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-image: url('botlogo1.png');
    background-size: 100%;
}

.project-frame:hover {
    transform: translateY(-10px); /* Przesunięcie góra */
    box-shadow: 0 8px 16px hsla(0, 0%, 100%, 0.6); /* Większy cień po najechaniu */
}
.project-framevalo:hover {
    transform: translateY(-10px); /* Przesunięcie góra */
    box-shadow: 0 8px 16px rgba(255, 0, 0, 0.5); /* Większy cień po najechaniu */
}
.project-framemuzini:hover {
    transform: translateY(-10px); /* Przesunięcie góra */
    box-shadow: 0 8px 16px rgba(183, 0, 255, 0.5); /* Większy cień po najechaniu */
}
.project-framevalogallery:hover {
    transform: translateY(-10px); /* Przesunięcie góra */
    box-shadow: 0 8px 16px rgba(255, 0, 0, 0.5); /* Większy cień po najechaniu */
}
.project-framebull:hover {
    transform: translateY(-10px); /* Przesunięcie góra */
    box-shadow: 0 8px 16px rgba(255, 0, 0, 0.5); /* Większy cień po najechaniu */
}
.project-framebullgallery:hover {
    transform: translateY(-10px); /* Przesunięcie góra */
    box-shadow: 0 8px 16px rgba(255, 0, 0, 0.5); /* Większy cień po najechaniu */
}
.project-framecx:hover {
    transform: translateY(-10px); /* Przesunięcie góra */
    box-shadow: 0 8px 16px rgba(15, 127, 255, 0.753); /* Większy cień po najechaniu */
}
.project-inne:hover {
    transform: translateY(-10px); /* Przesunięcie góra */
    box-shadow: 0 8px 16px rgba(15, 127, 255, 0.753); /* Większy cień po najechaniu */
}
.project-inne2:hover {
    transform: translateY(-10px); /* Przesunięcie góra */
    box-shadow: 0 8px 16px rgba(15, 127, 255, 0.753); /* Większy cień po najechaniu */
}
/* Stylizacja dla nowego okna projektu */
.new-project {
    background: rgba(26, 26, 26, 0.4); /* Inny kolor tła dla odróżnienia */
}

/* Przycisk zapraszający */
.invite-button {
    text-align: center;
    align-items: center;
    background-color: #ca2540;
    color: white;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}

.invite-button:hover {
    background-color: #ffffff;
    color: #ca2540;
}




.invite-buttongallery {                /*#gallery.html*/             
    text-align: center;
    align-items: center;
    background-color: #ececec;
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}

.invite-buttongallery:hover {
    background-color: #999999;
    color: #ffffff;
}
.invite-buttonvalogallery {         /*#gallery.html*/
    text-align: center;
    align-items: center;
    background-color: #ca2540;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}

.invite-buttonvalogallery:hover {
    background-color: #ffffff;
    color: #ca2540;
}
.invite-buttonbullgallery {         /*#gallery.html*/
    text-align: center;
    align-items: center;
    background-color: #000000;
    color: #990000;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}

.invite-buttonbullgallery:hover {
    background-color: #8b0000;
    color: #000000;
}

.invite-buttoncx {         /*#gallery.html*/
    text-align: center;
    align-items: center;
    background-color: #2e82ff;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}

.invite-buttoncx:hover {
    background-color: #ffffff;
    color:#2e82ff;
}

.project-framemuzini {                              /*#projects.html*/
    color: #9900ff;
    display: Inline grid;
    border: 2px solid #bc6bff;
    padding: 50px;
    margin: 10px;
    max-width: 23%;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.4);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-image: url('muzini.jpg');
    background-size: cover;
}

.project-framemuzini h3 {
    display: flex;
    font-size: 1.8em;
    color: #be32ff; /* Changed from #b06bff */
    margin-bottom: 15px;
}

.project-framemuzini:hover {
    transform: translateY(-10px);
    box-shadow: 0 8px 16px rgba(183, 0, 255, 0.5); /* Purple glow */
}
.invitebutton-muzini {
    max-height: 40px;
    text-align: center;
    align-items: bottom;
    background-color: #8b4bc7;
    color: rgb(255, 255, 255);
    text-decoration: none;
    margin-top: auto; /* Push the button to the bottom */
    padding: 10px 20px;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}

.invitebutton-muzini:hover {
    background-color: #ffffff;
    color:#8b4bc7;
}

                                                                                                /* te same rozmiar framow */
 
   .project-framevalo, .project-framemuzini,  {
    min-width: 400px;
    max-width: 400px;
    height: 300px; 
    min-height: 300px;
    max-height: 300px; 
                                                                                                /* <------------   */
    overflow: hidden;
    display: inline-grid;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s, box-shadow 0.3s;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 20px;
}





                                                                                                  /* te same rozmiar framow */
.project-framemuzini h3 {
    font-size: 1.8em;
    margin-bottom: 15px;
    color: #ca96fa;
    overflow: hidden;
}



.project-framepizzagallery h3 {
    text-align: center;
    font-size: 1.8em;
    color: #64da81;
    margin-bottom: 15px;
      
}

.invite-buttonpizzagallery {         /*#gallery.html*/
    text-align: center;
    align-items: center;
    background-color: #009908;
    color: #ffffff;
    text-decoration: none;
    margin-top: 10px;
    padding: 10px 20px;
    border-radius: 7px;
    transition: background-color 0.3s ease;
}

.invite-buttonpizzagallery:hover {
    background-color: #ffffff;
    color: #009908;
}
.project-ulotka {                                
    color: #dddddd;
    display: Inline grid;
    border: 2px solid #136910;
    padding: 78px;
    margin: 10px;
    max-width: 50%;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.3);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s, box-shadow 0.3s;
    background-size: 100%;
}