@import url('https://fonts.googleapis.com/css2?family=Familjen+Grotesk:wght@400;600;700&display=swap');
*{
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
}
body {
    width: 100%;
    max-width: 1400px;  
    margin: 0 auto;  
    padding: 0;
    height: 150vh;
    background: #111111;
/*    background-color: #161B22; */
    scrollbar-height: none;
}
body::-webkit-scrollbar {
  display: none; /* Chrome, Edge, Safari */
}
b {
font-size: 15px;}

a {
    text-decoration: none;
}
ul {
    list-style: none;
}
.logo a{
    text-decoration: none;
    color: white;
    font-size: 50px;
    font-weight: bold;
}
section {
    z-index: 10000;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 3px;
    background: black;
    /*background: radial-gradient(circle at top left, #1c1e22 0%, #2a2c35 100%);*/

    /*background-color: #2e314c;*/
}

.container-max {
    width: 100%;  
    max-width: 1400px;  
    margin: 0 auto; 
}
.section-container {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}
.menu-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.menu-top .text-top .Main {
    font-size: 15px;
    color: white;
}

.menu-top .ValutesLeanguage {
    display: flex;
    color: white;
}
.menu-top .ValutesLeanguage .text-valutes {
    font-size: 25px;
    margin-right: 20px;
    cursor: pointer;
}
.menu-top .ValutesLeanguage .text-leanguage {
    font-size: 25px;
    cursor: pointer;
}


.icons {
    margin-top: 5px;
}
.fab {
    align-items: center;
    justify-content: center;
    color: white;
    text-decoration: none;
    font-size: 20px;
    margin-right: 20px;
    padding: 15px;
    position: relative;
    display: inline-block;
    border: 2px solid black;
    width: 30px;
    height: 30px;
    transition: all 0.5s;
    border-radius: 10px;
}
.fab::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
    border-radius: 10px;
}
.fab:hover {
    color: black;
}
.fab:hover::before {
    background: white;
}
.countdown-damn {
    font-size: 16px;
    text-shadow: 5px 5px 4px rgba(15, 150, 163, 0.3);
}


















































































































































.responsive {
    z-index: 1000;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    width: 100%;
    background: radial-gradient(circle at top left, #1c1e22 0%, #2a2c35 100%);


    /*background-color: #2e314c;*/
}
.overlay {
    width: 100%;
    max-width: 1400px;
    margin: 0  auto;
}
.menu-medium {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 50px;
    
}

.search {
    top: 9vh;

    padding: 14px;
    width: max-content;
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: var(--padding);
    border-radius: 10px;
    transition: box-shadow 0.25s;
    cursor: pointer;
    color: white;
    box-shadow: 0 0 4px rgb(197, 194, 194);
    border: 2.5px solid white;

}
.search:focus-within {
    border: 1px solid 1px solid white;
    box-shadow: 0 0 0px rgb(197, 194, 194);
}
 
.search-input {
    flex: 1;
    font-size: 16px;
    font-family: 'Lexend', sans-serif;
    color: white;
    margin-left: var(--padding);
    outline: none;
    border: none;
    background: transparent;
    width: 740px;
    margin-left: 10px;
    height: 50px;
}
.search-input::placeholder,
.search-icon {
    color: white;
}
.icons-buyers {
    margin-right: -20px;
    top: 7.2vh;

    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}
.icons-buyers ul {
    display: flex;
    gap: 25px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.icons-buyers i {
    position: relative;
    padding: 5px;
    gap: 10px;
    font-size: 30px;
    width: 45px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
        border-radius: 10%;
    cursor: pointer;
    transition: all 0.5s;
}
.icons-buyers i:hover {
    color: black;
    background: white;
}









/*
main options
*/
nav {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.menus-ones {
    width: 100%;
    max-width: 1400px;
    margin: 0  auto;
}
.menino {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 160px;
}
.menino ul {
    list-style: none;
    display: flex;
}
.menino ul li {
    position: relative;
    padding-bottom: 2px;
    margin-right: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.menino ul li a {
    position: relative;
    text-decoration: none;
    font-size: 17px;
    padding-bottom: 16px;
    transition: all 0.1s;
    color: white;
}
.menino ul li a:hover {
    color: rgb(252, 95, 122);
}

.menino ul li a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: black;
    transform: scaleX(0);
    transition: transform 0.7s cubic-bezier(0.19,1,0.22,1);
    transform-origin: right center;
}
.menino ul li a:hover::before {
    transform: scaleX(1);
    transform-origin: left center;
    background: rgb(249, 85, 112);
    color: rgb(249, 85, 112);
}

.menino ul li a #categories:hover {
    position: absolute;
    width: 200px;
    height: 200px;
    background: black;
}

/*menu droptown*/
.dropdown {
    position: absolute;
    margin-top: 16px;
    margin-left: -480px;
    width: 1405px;
    height: 340px;
    display: block;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 20px;
    border-radius: 10px;


    opacity: 0; 
    transform: translateY(40px); 
    pointer-events: none; 
    transition: all 0.3s ease-in-out;
}
#categories-container:hover .dropdown,
#jewelery-container:hover .dropdown {
    opacity: 1; 
    transform: translateY(0); 
    pointer-events: auto; 
}

#categories-container:hover .dropdown {
    display: block;
}

.dropdown-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
}

.dropdown-item {
    gap: 15px;
width: 250px;
height: 300px;
}

.dropdown-item img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 5px;
}

.dropdown-item a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    transition: color 0.3s;
}
.dropdown-item .list-under ul{
    display: flex;
    flex-direction: column;
}
.dropdown-item .list-under li {
    padding-top: 20px;
}
.dysk-under {
position: absolute;
margin-top: 250px;

}

.images-under1 img{
    width: 580px;
    height: 200px;
    cursor: pointer;
    margin-top: 170px;
    object-fit: contain;
margin-left: -230px;
}
.images-under2 img{
    width: 280px;
    height: 200px;
    cursor: pointer;
    margin-top: 170px;
    object-fit: contain;
margin-left: -15px;
}
.images-under3 img{
    width: 350px;
    height: 200px;
    cursor: pointer;
    margin-top: 150px;
    object-fit: contain;
margin-left: -110px;
}


.list-text {
    color: rgb(0, 0, 0);
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
}
.dropdown-item .list-under ul li a {
    font-size: 15px;
    color: gray;
}
.dropdown-item .list-under ul li a:hover {
    color: rgb(249, 85, 112);
}







/*JEWELERY*/

.dropdowns {
    position: absolute;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 450px;
    display: block; 
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 20px;
    border-radius: 10px;

    
    opacity: 0; 
    transform: translateY(40px); 
    pointer-events: none; 
    transition: all 0.3s ease-in-out;
}




#categories-container:hover .dropdowns,
#jewelery-container:hover .dropdowns {
    opacity: 1; 
    transform: translateY(0);
    pointer-events: auto; 
}
.images-unders img{
    width: 180px;
    height: 100%;
    cursor: pointer;
    margin-top: 25px;
}

#jewelery-container:hover .dropdowns {
    display: block;
}










/*perfume*/
.dropdowns-perfume {
    position: absolute;
    margin-top: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 607px;
    display: block; 
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 10;
    padding: 20px;
    border-radius: 10px;
    

    
    opacity: 0; 
    transform: translateY(40px); 
    pointer-events: none; 
    transition: all 0.3s ease-in-out;
}
#perfume-container:hover .dropdowns-perfume {
    display: block;
}
#categories-container:hover .dropdowns-perfume,
#perfume-container:hover .dropdowns-perfume {
    opacity: 1; 
    transform: translateY(0); 
    pointer-events: auto; 
}
.images-unders img{
    width: 180px;
    height: 100%;
    cursor: pointer;
    margin-top: 25px;
}


/*
section images 
*/
.sigma {
    position: absolute;
    height: 2px;
    width: 100%;
    z-index: 1;
}
.section-container {
    width: 100%;
    max-width: 1400px;
    margin-top: 210px;
    padding-bottom: 500px;
}
* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif; margin:0;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  position: absolute;
  width: 1400px;
  margin: auto;
  animation: fadeInUp 0.5s ease-in-out;
}


.prev, .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
  }
  
  .prev {
    left: 0;
    border-radius: 3px 0 0 3px;
  }
  
  .next {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  
  

  .prev:hover, .next:hover {
    border: 2px solid black; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); 
    color: white;
  }
  
  
  .dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
  }
  
  .active, .dot:hover {
    background-color: #717171;
  }
  
    
    @-webkit-keyframes fade {
        from {opacity: .4;} 
        to {opacity: 1;}
      }
    
      @keyframes fade {
        from {opacity: .4;} 
        to {opacity: 1;}
      }
      
    
    img {
        width: 1250px;
        height: 540px;
        border-radius: 10px;
        animation: fadeInUps 0.5s ease-in-out;
    }



.transparent-text {
    color: white;
    opacity: 1;
    position: absolute;
    top: 20%;
    left: 10%;
    transform: translateY(-50%, -50%);
}
.transparent-text .heading-text-slideshow {
    color: rgb(255, 122, 145);
    margin-bottom: 20px;
    font-size: 28px;
}
.transparent-text .heading-text-slideshow-x1 {
    text-transform: uppercase;
    font-size: 50px;
    margin-bottom: 15px;
    font-weight: bold;
}
.transparent-text .heading-slideshow {
    font-size: 25px;
    color: rgb(47, 255, 0);
    margin-bottom: 20px;
}
.transparent-text .btn {
    position: absolute;
    width: 35%;
    height: 18%;
    border-radius: 12px;
    border: none;
    font-weight: 800;
    text-transform: uppercase;
    background: linear-gradient(135deg, #ff7a91, #ffb3b3);
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    transition: all 0.4s ease;
    box-shadow: 0 4px 12px rgba(255,122,145,0.4);
}

.transparent-text .btn:hover {
    background: linear-gradient(135deg, #ffb3b3, #ff7a91);
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(255,122,145,0.6);
    color: #fff;
}
/*window */
#try-this-element {
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.5); 
    width: 100%;
    height: 100vh;
    display: none; 
}

.black-background {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.close-btn {
    position: absolute;
    left: 88%;
    top: 5%;
    width: 50px;
    height: 50px;
    border-radius: 20px;
    background: none;
    border: none;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}
.close-btn:hover {
    color: gray;
}
body.no-scroll {
    overflow: hidden; /* WyĹ‚Ä…cza przewijanie */
}
.window {
    position: absolute;
    width: 700px;
    height: 400px;
    overflow: hidden;
    background-image: url('image.jpg');
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    border-radius: 20px;
    animation: fadeInUp 0.5s ease-in-out;
}
.info-window {
    position: absolute;
    left: 180px;
    top: 35%;
}
.info-window .try-this-element-text {
    font-size: 30px;
}
.info-window .try-this-element-logo {
    font-size:50px;
}
.info-window .window-btn {
    width: 100%;
    height: 50px;
    border-radius: 20px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.6s;
}
.info-window .window-btn:hover {
    background: rgb(0, 0, 0);
    color: white;
}


@keyframes fadeInUp {
    0% {
      opacity: 0;
      transform: translateY(140px);
    }
  
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
.layout {
    display: grid;
    grid-template-columns: 1.5fr 2fr; 
    gap: 20px; 
    max-width: 1400px;
    margin: 0 auto; 
    margin-top: 40px;
  }
  .logos .p-nickame-offerts {
    font-size: 14px;
    white-space: nowrap;
  }




















































































































.logos {
width: 250px;
}

.logos p:hover {
color: rgb(224, 223, 223);}

.logos img {
transition: all 0.3s ease ;}


.logos:hover  img { 
transform: scale(1.05);
}

.layout-text-sigma-komp {
color: purple;
}
.layout-text-sigma-komp:hover {
color: black;
}
.img-layout {
transition: all 0.3s;
}

.img-layout:hover {
transform: scale(1.1)
}

.box-img {
transition: all 0.9s;
}

.box-img:hover {
transform: rotateX(360deg); 
}




  /* Lewy kontener */
  .menu-mediums {
    border: 2px solid white;
    border-radius: 10px;
    display: grid;
    width: 1000px;
    grid-template-columns: repeat(4, 1fr); 
    grid-template-rows: repeat(2, auto);  
    gap: 15px; 
    background: #111111;
    color: white;
  }
.h2-layout {
color: purple;
}
.logos a {
color: white;
}

.h2-layout:hover {
color:black;
}

.pipi {
color: purple;
}
.pipi:hover{
color: black;
}

  .logos {

    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s;
    width: 238px;
    cursor: pointer;
    background: radial-gradient(circle at top left, #0b0c10 0%, #1a1c25 100%);


    /*dodajemy border bez zmieniania rozmiaru kurwa*/
    border: 2px solid transparent;
    box-sizing: border-box;
  }
  .logos .logos-text {
    text-align: left;
  }
  .logos .p-nickame-offerts {
    margin-top: 15px;
    position: relative;
    cursor: pointer;

  }
  .logos:hover {
    border: 2px solid white;
 background-color: #363954;
  }
  
  
  .logos img {
    width: 200px; 
    height: auto;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .logos .p-offerts {
    font-size: 15px;
    margin-top: 10px;
  }
  .box-img {
    margin-left: -35px;
    width: 180px;
    height: 90px;
  }
  .damn-container {
    display: flex;
    margin-top: -20px;
    z-index: 10;
    
  }
  .text-container {
    margin-top: 20px;
  }
  .line-layout {
    position: absolute;
    width: 300px;
    z-index: 100;
    height: 2px;
    border-bottom: 2px solid #cbcaca; 
    margin-top: 125px;
    margin-left: 20px;
  }
  .sigma-layou-h1 {
    margin-top: 35px;
    font-size: 25px; 
    cursor: pointer;
  }
  .img-layout {
    width: 200px;
    height: 150px;
    position: absolute;
    background: black;
    z-index: 100;
    margin-top: 80px;
  }
  .image-layout-komp {
    margin-top: 10px;
    justify-content: center;
    display: flex;
  }
  .skibidi-sigma-ohio-rizz {
    position: absolute;
    z-index: 100;

    font-weight: bold;
    margin-top: 255px;
    border: 1px solid purple;
    padding: 4px 4px 4px 4px;
    width: 35%;
    color: purple;
    font-size: 12px;
    border-radius: 5px;
  }
  .layout-text-sigma-komp {
    font-size: 25px;
    margin-top: 285px;
    position: absolute;
    z-index: 100;
  }



  .p-offerts-layout {
    position: absolute;
    z-index: 100;
    font-weight: bold;
    margin-top: 405px;
    width: 43%;
    color: purple;
    font-size:23px;
    border-radius: 5px;
  }
.p-offerts-layout:hover {
color: black;
}

  .main-container {
    padding: 20px;
    border-radius: 10px;
    height: auto; 
    margin-top: 0px; 
    cursor: pointer;
  }
  .main-container {
    position: relative;
    width: 380px;
    height: 610px; 
    background: black;
    border-radius: 8px;
    overflow: hidden;
}

  .main-container::before {
    content: "";
    position: absolute;
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    background: linear-gradient(0deg, #ca45ff, #e945ff, transparent, transparent);
    z-index: 1;
    transform-origin: center;
    animation: animate 5s linear infinite;
}
@keyframes animate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.main-container form {
    position: absolute;
    inset: 4px;
    background: rgb(248, 248, 248);
    padding: 50px 40px;
    border-radius: 10px;
    z-index: 2; 
    display: flex;
    flex-direction: column;
}

































































/* STREFA MAREK */
.strefa-marek {
    color: white;
    z-index: 1;
    position: relative; /* lepiej relative niż absolute dla responsywności */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 0; /* zamiast margin-left */
}

.strefa-marek-container {
    border: 2px solid white;
    background: radial-gradient(circle at top left, #121418 0%, #242734 100%);
    width: 100%;
    max-width: 1400px;
    margin: 20px auto 0;
    border-radius: 10px;
    padding: 20px;
    box-sizing: border-box;
}

.text-stefa-marek {
    padding: 15px 20px;
    font-size: 20px;
    text-align: center;
}

.img-brand-zone {
    display: flex;
    flex-wrap: wrap; /* umożliwia łamanie wierszy */
    align-items: center;
    justify-content: center;
    gap: 40px; /* odstępy między SVG */
    padding: 20px 0;
}

.img-brand-zone svg {
    width: 100px;
    height: 100px;
    cursor: pointer;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.img-brand-zone svg:hover {
    filter: grayscale(0);
    transform: scale(1.1); /* lekki zoom na hover */
}

/* RESPONSYWNOŚĆ */

/* Tablety / mniejsze ekrany */
@media (max-width: 1024px) {
    .img-brand-zone svg {
        width: 80px;
        height: 80px;
        margin-bottom: 40px;
    }
    .img-brand-zone {
        gap: 30px;
    }
}

/* Telefony poziomo */
@media (max-width: 768px) {
    .img-brand-zone svg {
        width: 70px;
        height: 70px;
        margin-bottom: 30px;
    }
    .text-stefa-marek {
        font-size: 18px;
    }
}

/* Telefony pionowo / bardzo wąskie ekrany */
@media (max-width: 480px) {
    .img-brand-zone {
        flex-direction: column; /* jeden pod drugim */
        gap: 20px;
    }
    .img-brand-zone svg {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .text-stefa-marek {
        font-size: 16px;
        padding: 10px 15px;
    }
}



































/*

.special-offerts-down {
color : white;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-left: 20px;
}
.special-offerts-container {
border: 2px solid white;
    width: 100%;
    z-index: 0;
    max-width: 1447px;
    margin: 0  auto;
    background: black;        border-radius: 10px;
    
}
.content-special-offerts-down {
    padding: 35px 35px;
    display: flex;
}
.kontra {

    margin-top: 50px;
    margin-right: 50px;
    display: flex;
}





.logoss {
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s;
    width: 480px;
    cursor: pointer;

    /*dodajemy border bez zmieniania rozmiaru kurwa*/
    border: 2px solid transparent;
    box-sizing: border-box;
  }
  .logoss .p-nickame-offerts {
    font-size: 14px;
    white-space: nowrap;
  }
  
  
  .logoss {
    padding: 20px;
    border-radius: 10px;
    transition: all 0.3s;
height: 350px;
    width: 250px;
    cursor: pointer;
    margin-right:50px;
background: #262A2E;
    /*dodajemy border bez zmieniania rozmiaru kurwa*/
    border: 2px solid transparent;
    box-sizing: border-box;
  }
  .logoss .logos-text {
    text-align: left;
  }
  .logoss .p-nickame-offerts {
    font-size: 23px;
    border-bottom: 1px solid gray;
    margin-top: 25px;
    position: relative;
    cursor: pointer;

  }
  .logoss:hover {
    border: 2px solid white;
  }
  
  
  .logoss img {
    height: 500px;
    width: 100%; 
    height: auto;
    border-radius: 10px;
    cursor: pointer;
  }
  
  .logoss .p-offerts {
    font-size: 25px;
    margin-top: 10px;
  }
  

*/



  



.special-offerts-down {
  color: white;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-left: 20px;
}

.special-offerts-container {
  border: 2px solid rgba(255,255,255,0.2);
  width: 100%;
  max-width: 1447px;
  margin: 250px auto 0;
  background: radial-gradient(circle at top left, #0b0c10 0%, #1a1c25 100%);
  border-radius: 20px;
  box-shadow: 0 0 50px rgba(0,0,0,0.6);
  backdrop-filter: blur(5px);
}

.content-special-offerts-down {
  padding: 50px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.content-special-offerts-down h1 {
  font-size: 2.5rem;
  text-transform: uppercase;
  margin-bottom: 40px;
  letter-spacing: 2px;
  color: #ffffff;
  text-shadow: 0 0 15px rgba(255,255,255,0.2);
  border-bottom: 2px solid rgba(255,255,255,0.15);
  padding-bottom: 12px;
}

.kontra {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}

.logoss {
  position: relative;
  background: linear-gradient(180deg, #262A2E 0%, #1d1f25 100%);
  padding: 25px;
  border-radius: 16px;
  width: 260px;
  height: 360px;
  cursor: pointer;
  border: 2px solid transparent;
  box-sizing: border-box;
  transition: all 0.35s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}

/* Efekt neonowego obramowania */
.logoss::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  padding: 2px;
  background: linear-gradient(135deg, #00c6ff, #0072ff, #9b5de5);
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask-composite: xor;
  opacity: 0;
  transition: opacity 0.35s ease;
}

.logoss:hover::before {
  opacity: 1;
}

/* Unoszenie, poświata, puls */
.logoss:hover {
  transform: translateY(-12px) scale(1.03);
  box-shadow:
    0 0 20px rgba(0,114,255,0.4),
    0 0 60px rgba(155,93,229,0.2);
}

.logoss img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 15px;
  pointer-events: none;
  transition: transform 0.4s ease;
}
.logoss:hover img {
  transform: scale(1.05);
}

.logos-text {
  text-align: left;
}

.p-nickame-offerts {
  font-size: 21px;
  font-weight: 600;
  margin-top: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 6px;
  color: #fff;
  transition: color 0.3s ease;
}
.logoss:hover .p-nickame-offerts {
  color: #00c6ff;
  text-shadow: 0 0 10px rgba(0,198,255,0.6);
}

.p-offerts {
  font-size: 22px;
  margin-top: 10px;
  color: white;
  text-shadow:
  0 0 3px #fff,
  0 0 5px #fff,
  0 0 6px rgba(255,255,255,0.5);

  font-weight: 400;
}

/* Responsywność */
@media (max-width: 1024px) {
  .kontra { gap: 30px; }
  .logoss { width: 220px; height: 330px; }
}

@media (max-width: 768px) {
  .special-offerts-container { margin-top: 150px; }
  .logoss { width: 45%; height: auto; }
}

@media (max-width: 480px) {
  .logoss { width: 100%; }
}


































/* Podstawowy footer */
footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at top left, #121418 0%, #242734 100%);
    color: white;
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-top: 15px;
}

/* Kontener sekcji w footerze */
footer .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 40px;
    width: 100%;
    max-width: 1400px;
}

/* Sekcje w containerze */
footer .container .sec h2 {
    color: white;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 24px;
}

footer .container .sec-quicklinks li {
    margin-top: 10px;
}

/* Linki w sekcjach */
footer .container a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 15px;
    transition: all 0.3s ease;
}
footer .container a:hover {
    color: #00c6ff;
    text-shadow: 0 0 10px rgba(0,198,255,0.6);
}

/* Social icons */
.sci {
    display: flex;
    gap: 20px;
    margin-top: 30px;
}
.sci li i {
    background: black;
    color: white;
    padding: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.sci li i:hover {
    background: white;
    color: black;
}

/* Sekcja kontakt */
.sec-contact .info li {
    display: grid;
    grid-template-columns: 30px 1fr;
    margin-top: 20px;
}
.sec-contact .info li a {
    color: white;
    transition: all 0.3s ease;
}
.sec-contact .info li a:hover {
    color: #00c6ff;
    text-shadow: 0 0 10px rgba(0,198,255,0.6);
}

/* Logo w footerze */
.logo-footer {
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo-footer a {
    font-size: 50px;
    color: white;
    transition: all 0.3s ease;
}
.logo-footer a:hover {
    color: #00c6ff;
}

/* Copyright */
.copyrightText {
    text-align: center;
    color: white;
    font-weight: bold;
    margin-top: 30px;
}

/* RESPONSYWNOŚĆ */
@media (max-width: 1024px) {
    footer .container {
        gap: 25px;
    }
    footer .container h2 {
        font-size: 22px;
    }
}

@media (max-width: 768px) {
    footer .container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
    .logo-footer a {
        font-size: 40px;
    }
}

@media (max-width: 480px) {
    footer .container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .logo-footer a {
        font-size: 35px;
    }
    .sci {
        justify-content: center;
    }
}














/*lineas-ase-?-*/
.lines-ase {
    position: absolute; 
    top: 46px; 
    left: 50%; 
    width: 100%;  
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf; 
    z-index: 1000;  
}
.lines-ase-1 {
    position: fixed; 
    top: 125px;  
    left: 50%; 
    width: 100%; 
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf;
    z-index: 1000;  
}
.lines-ase-3 {
    position: absolute; 
    top: 215px;  
    left: 50%; 
    width: 100%; 
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf;
    z-index: 1000;  
    z-index: -1;
}
.lines-ase-4 {
    position: absolute; 
    top: 300px;  
    left: 50%; 
    width: 100%; 
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf;
    z-index: 1000;  
    z-index: -1;
}
.lines-ase-5-above-text {
    position: absolute; 
    top: 70px;  
    left: 50%; 
    width: 100%; 
    transform: translateX(-50%); 
    height: 1px;  
    background-color: #e1dfdf;
    z-index: 1000;  
    z-index: -1;
}






































@media (max-width: 482px) {
    * {
  box-sizing: border-box;
  max-width: 100vw;
}
    body {
    overflow-x: hidden;
    width: 100%;
    
    
    
    margin: 0;
    padding: 0;    }

    section {
        position: relative; /* fixed nie zawsze dobrze działa na małych ekranach */
        display: flex;
        padding: 10px 0;
        margin-top: 0;
    }


    .menu-top {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .menu-top .ValutesLeanguage .text-valutes,
    .menu-top .ValutesLeanguage .text-leanguage {
        font-size: 18px; /* dopasowanie do telefonu */
        margin-right: 10px;
    }

    .fab {
        width: 25px;
        height: 25px;
        font-size: 16px;
        padding: 10px;
    }

    .countdown-damn {
        font-size: 14px;
        text-shadow: 3px 3px 3px rgba(15, 150, 163, 0.3);
    }

    .container-max,
    .section-container {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 0 10px; /* margines od krawędzi telefonu */
    }

}
















































































@media (max-width: 480px) {
    .responsive {
        width: 100%;
        max-width: 100%;
        height: auto;
        padding: 10px;
	flex-direction: column;
        z-index: 100000;
    } 
    .overlay {
        position: relative;
        flex-direction: column;
        margin: 0 auto;
    }
    .logo a {
	position: absolute;
	top: 2%;
        font-size: 35px;
    }
    .search {
	margin-bottom: -40px;
    }
    .search-input {
        width: 300px;
    }
    .menu-medium {
        z-index: 100000;
        flex-direction: column;
        align-items: flex-start;
	grid-template-columns: repeat(1, 1fr); 
        grid-template-rows: repeat(2, auto);  

    }
    section {
    display: none;
    }
    
    .icons-buyers ul  {
	position: absolute;	
	right: 19%;
	top: 5%;
	gap: 15px;

    }
    .icons-buyers i {
	font-size: 23px;
	border: 2px solid white;
    }
    .lines-ase-1 {
	top: 120px;
}
    .dropdown {
	margin-top: 2px;
	margin-left: -55px;
	width: 320px;
	height: 300px;
}
    .menus-ones {
	max-width: 200px;
}
    .dropdown-item {  
	width: 50px;
	height: 150px;
}
    .menino ul li a #categories:hover {
	width: 25px;
	height: 25px;
}
    .dropdown-item a    {
	font-size: 15px;
}  
    .list-text {
	font-size: 10px;
} 
     .dropdown-item {
	font-size: 5px;
}
      .list-under ul li a {
	font-size :5px;
} 
      .logos {
	width: 320px;
}






    #try-this-element {
        height: 100vh;
	width: 100%;
    }

    .window {
        border-radius: 12px;
        width: 100%;
    }

    .close-btn {
        left: auto;
        right: 10px;
        top: 10px;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }}





/* RESPONSYWNOŚĆ NA TELEFONY */
@media (max-width: 481px) {

    #try-this-element {
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
	width: 350px;
    }

    .window {
        width: 100%;
        height: auto;
        max-height: 90vh;
        border-radius: 0;
        position: relative;
        background-size: cover;
    }

    .close-btn {
        top: 10px;
        right: 10px;
        left: auto;
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .info-window {
        position: relative;
        left: 0;
        top: auto;
        padding: 20px;
        text-align: center;
    }

    .info-window .try-this-element-text {
        font-size: 20px;
    }

    .info-window .try-this-element-logo {
        font-size: 32px;
        display: block;
    }

    .info-window .window-btn {
        width: 100%;
        height: 45px;
        border-radius: 10px;
        margin-top: 10px;
    }
    .strefa-marek {
	margin-top: 1500px;
	max-width: 350px;
}





    .menu-mediums {

    position: absolute;
    margin-top: 1150px;
    margin-left: 20px;

    display: flex;              /* elementy obok siebie */
    gap: 15px;                  /* odstępy między nimi */
    width: 320px;               /* szerokość widocznego obszaru */
    overflow-x: auto;           /* przewijanie w bok */
    white-space: nowrap;        /* zapobiega łamaniu do dołu */
    scroll-behavior: smooth;


    }
    .responsive {
	height: 120px;
}
    .section-container {
	position: absolute;
	width: 100%;
	height: 200px;
	margin-top: 200px;
	width: 100%;
	margin-left: -20px;
	
} 
     .section-container img {
	height: 300px;
}
     .slideshow-container  {
	left: 10%;
	/*width: 387px;	*/
	width: 90%;
	height: 200px;
	margin-bottom: 700px;
	z-index: 1000000;
}
     .transparent-text .heading-text-slideshow-x1 {
	font-size: 20px;
     }
     .transparent-text .heading-slideshow {
	
	font-size: 10px;
     }
     .main-container {
	margin-top: 500px;
}
     .menino ul li a {
	display: flex;
	z-index: 10000;
	font-size: 14px;	
}
     .menino ul {
	margin-left: 20px;
}
    .main-container {
	width: 320px;
	margin-left: 22px;
	}
    .line-layout {
	width: 280px;
	margin-left: 0px;
	margin-top: 135px;
}
     #results {
z-index: 100000;}
    .bodys {
	margin-top: 25px;
width: 330px;
margin-left: 15px;
}
    .strefa-marek {
	margin-top: 600px;
}
    .special-offerts-down {
	margin-top: -145px;
}
    .dropdowns-perfume {
width: 320px;
	margin-left: -250px;
}
    #jewelery-container .dropdowns  {
	margin-left: -200px;
}
}



