@font-face {
    font-family: 'MyCustomFont'; 
    src: url('fonts/ROHH  Akwe Pro Black Italic.otf') format('opentype'); 
}
@font-face {
    font-family: 'MyCustomFontNoBold'; 
    src: url('fonts/ROHH  Akwe Pro Bold Italic.otf') format('opentype'); 
}

body {
    background-color: #1d1d1d; 
    color: #FFFFFF;
    overflow-x: hidden;
}

*{
    text-decoration: none;
}
.navbar{
    overflow-x: hidden;
    background: #353535;
    font-family: 'MyCustomFont', sans-serif;
    border-radius: 20px;
    position: sticky;
    border-bottom: 8px solid #1d1d1d;
    top: 10px; 
    z-index: 1000;
    overflow: hidden;

}
.navbar img{
    overflow-x: hidden;
    width: 250px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;
}
.logo {
    margin-right: auto; 
    overflow-x: hidden;
}
.navdiv{
    display: flex;
    align-items: center;
    overflow: hidden;
    overflow-x: hidden;
}
.nav-links {
    display: flex;
    align-items: center;
    gap: 60px; 
    margin-right: 100px;
}
.nav-links li{
    transition: .2s;
}
.nav-links li:hover{
    transform: scale(1.2);
}
.nav-icons{
    display: flex;
    align-items: center;
    gap: 40px;
}
li{
    list-style: none;
    display: inline-block;
}
li a{
    color: white;
    font-size: 23px;
}
li a.active {
    border-bottom: 3px solid white; 
    padding-bottom: 5px; 
}
li a i{
    font-size: 36px;
}
button.english{
    background-image: url('imgs/english-flag.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center; 
    background-color: transparent;
    border: 1px solid white; 
    width: 51px; 
    aspect-ratio: 12/6.2;
    cursor: pointer;
    margin-right: 30px;
}
button.czech{
    background-image: url('imgs/czech-flag.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center; 
    background-color: transparent;
    border: 1px solid white; 
    width: 51px; 
    aspect-ratio: 275/183;
    cursor: pointer;
    margin-right: 30px;
}
button.czech2{
    background-image: url('imgs/czech-flag.png'); 
    background-size: contain; 
    background-repeat: no-repeat;
    background-position: center; 
    background-color: transparent;
    border: 1px solid white; 
    width: 51px; 
    aspect-ratio: 275/183;
    cursor: pointer;
    margin-right: 30px;
}
section#Domů{
    min-height: 100vh;
}
section#Domů{
    display: flex;
    flex-direction: column; 
    justify-content: center;
    align-items: center; 
    margin-top: -130px;
}

img.logo-home{
    margin-top: 150px;
    animation: floatLogo 5s ease-in-out infinite;
    animation-delay: 2s;
    width: 55vw;
}
.home-podpis2{
    margin-top: -200px; 
    font-family: 'MyCustomFont', sans-serif;
    font-size: 50px;
    color: white;
    margin-left: 40px;
    display: inline-block;
    border-bottom: 8px solid white; 
    padding-bottom: 5px;
}
section#Produkty{
    display: flex;
    flex-direction: column; 
    justify-content: flex-start;
    align-items: center; 
}
.produkty{
    transition: .5s !important;
    display: flex;
    background-color: black;
    padding: 15px 25px;
    font-size: 20px;
    border: 2px solid white;
    border-radius: 20px;
    font-family: "MyCustomFont", "sans-serif";
    margin-top: 20px;
    margin-bottom: -600px;
}
.produkty a{
    color: white;
}
.produkty:hover {
    transform: scale(1.15) !important;
}
.produkty-div {
    display: flex;
    flex-direction: column; 
    align-items: center; 
    height: 80vh; 
    margin-top: 210px;
}
.box{
    background-color: #1a1a1a;
    border-radius: 20px;
    border: 4px solid white;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
    max-width: 100%;
    display: flex;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.scroller-boxy .box{
    min-width: 350px;
    margin-left: 8px;
    margin-right: 8px;
}
#products .box{
    margin: auto;
    width: 17vw;
    height: 100%;
}
#products .hide{
    display: none;
}
.box:hover {
    transform: scale(1.03); 
}
.image-boxu{
    aspect-ratio: 1/1;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: auto;
    border-radius: 15px;
    background-color: white;
    margin: 5px;
    overflow: hidden;
}
.image-boxu img{
    width: 100%;
    max-height: 100%;
    border-radius: 15px;
    object-fit: cover;
    object-position: bottom;
    border-radius: 15px;
}
h2.jmeno-produktu{
    margin-top: auto;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    font-family: "MyCustomFont";
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: 2.4em;
    min-height: 1.2em;
}
p.cena-produktu{
    margin-top: -10px;
    margin-top: auto;
    font-family: "MyCustomFontNoBold";
}
a.koupit{
    text-decoration: none;
    font-family: "MyCustomFont";
    color: black;
}
.koupit-div{
    margin-top: auto;
    margin-bottom: 20px;
    background-color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 90%;
    margin-right: 20px;
    margin-left: 20px;
    border-radius: 15px;
    transition: background-color 0.3s ease;
}
.scroller{
    display: flex;
    background-color: rgba(0, 0, 0, 0.316);
    padding: 18px 10px;
    border-radius: 20px;
    overflow: hidden;
    max-width: 100%;
}
.scroller-boxy{
    display: flex;
    gap: 16px;
}

.scroller[data-animated=true]{
    overflow: hidden;
    display: flex;
    width: 95vw;
    mask-image: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, white 20%, white 80%, transparent);
}

.scroller[data-animated=true] .scroller-boxy{
    animation: scrollScroller 70s linear infinite;
    display: flex; 
}


section#FAQ{
    justify-content: center;
    align-items: center;
    text-align: center;
}
.otazky-faq{
    text-align: left;
    margin-left: 100px;
    margin-right: 100px;
    justify-content: center;
    align-items: center;
    font-family: "MyCustomFont";
}
.otazky-faq .odpoved{
    margin-left: 50px;
    font-size: 1.2rem;
}
.otazky-faq .otazka{
    font-size: 1.6rem;
}





::-webkit-scrollbar{
    width: 15px;
}
::-webkit-scrollbar-track{
    background-color: transparent;
}
::-webkit-scrollbar-thumb{
    background: white;
    border-radius: 20px;
}







.faq-container {
    max-width: 600px;
    margin: 0 auto;
    min-height: 100vh;
    text-align: center;
}

.faq-item {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-question {
    padding: 15px;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-family: 'MyCustomFont', sans-serif;
    color: white;
    font-size: 23px;
}
.faq-question:hover .question-text{
    transform: scale(1.05);
    padding-left: 12px;
}

.plus {
    margin-right: 15px;
    font-size: 30px;
    transition: all .3s ease-in-out;
}

.faq-answer {
    padding: 0 15px;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    color: white;
    text-align: left;
    font-family: 'MyCustomFontNoBold', sans-serif;
}

.question-text{
    text-align: left;
    transition: .2s;
}

.faq-item.active .faq-answer {
    padding: 15px;
    max-height: 1000px;
    border-top: 2px solid white;
    opacity: 1;
    background-color: rgb(72, 72, 72);
}

.faq-item.active .plus {
    transform: rotate(45deg);
}


.faq-item.active .faq-question .question-text {
    transform: scale(1.05);
    transition: transform 0.3s ease; 
    padding-left: 12px;
}


.faq-nadpis{
    font-family: 'MyCustomFont', sans-serif;
    font-size: 50px;
    color: white;
    border-bottom: 8px solid white; 
    padding-bottom: 5px;
    display: inline-block;
}



footer{
    color: white;
    background-color: #282828;
    border-radius: 5px;
    font-size: 26px;
    padding: 5px 20px;
    text-align: center;
    font-family: "MyCustomFont";
    border: 3px solid rgba(255, 255, 255, 0.421);
    display: flex;
    justify-content: center;
}
footer a{
    padding-bottom: 2.5px;
    text-decoration: none;
    color: white;
    border-bottom: 3px solid white;
    transition: 0.2s;
    margin: 20px;
}
footer a:hover{
    transform: scale(1.05);
}


i.bxl-discord-alt{
    transition: .3s;
}
i.bxl-youtube{
    transition: .3s;
}
i.bxl-tiktok{
    transition: .3s;
}
i.bxl-discord-alt:hover{
    transform: scale(1.2);
}
i.bxl-youtube:hover{
    transform: scale(1.2);
}
i.bxl-tiktok:hover{
    transform: scale(1.2);
}



@keyframes floatLogo{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-1.5rem);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes floatVideo{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(1.5rem);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes floatSearch{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(0.5rem);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes floatSearch2{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-0.5rem);
    }
    100%{
        transform: translateY(0);
    }
}
@keyframes floatLinky{
    0%{
        transform: translateY(0);
    }
    50%{
        transform: translateY(-1.5rem);
    }
    100%{
        transform: translateY(0);
    }
}



@keyframes scrollScroller{
    to {
        transform: translateX(calc(-66.66% - 16px));
    }
}





.navod-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;
    min-height: 81vh;
    text-align: center;
}

.navod-nadpis{
    font-family: 'MyCustomFont', sans-serif;
    font-size: 50px;
    color: white;
    border-bottom: 8px solid white; 
    padding-bottom: 5px;
    display: inline-block;
}

.navod-item iframe{
    aspect-ratio: 16/9;
    width: 50vw;
    border-radius: 15px;
    border: 3px solid white;
}

.home-video{
    width: 66vw;
    aspect-ratio: 16/9;
    margin-top: 200px;
    margin-bottom: 100px;
    border-radius: 10px;
    animation: floatVideo 5s ease-in-out infinite;
    animation-delay: 2s;
    border: 3px solid white;
}




.autocomplete-item.selected {
    background-color: #f0f0f0;
    border-radius: 15px;
}

.wrapper{
    width: 95%;
    margin: 0 auto;
}
#search-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    position: relative; 
    border: none;
}
.search-container-items{
    margin-top: 60px !important;
}
.top{
    animation: floatSearch 5s ease-in-out infinite;
    animation-delay: 2s;
}
.btm #search-container, .btm .result-box{
    animation: floatLinky 5s ease-in-out infinite;
    animation-delay: 2s;
}
.btm #search-container{
    margin-top: 60px;
}

#search-input:focus .result-box{
    width: 45vw;
}
#search-input{
    transition: 0s;
}

.btm{
    height: 80vh;
    margin-top: 100px;
}

.bx-search{
    font-size: 22px;
    position: absolute; 
    right: 15px; 
    top: 50%;
    transform: translateY(-50%); 
    padding: 15px;
}
#search-container input{
    background-color: transparent;
    width: 35vw;
    border: none;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.715);
    padding: 1em .5em;
    font-size: 18px;
    font-family: "MyCustomFont";
    border-radius: 30px;
    transition: .2s ease-in-out;
    padding-left: 25px;
    color: white;
    padding-right: 9%;
}
#search-container input::-webkit-search-cancel-button {
    -webkit-appearance: none;
    display: none;
}
#search-container input:focus{
    width: 45vw;
    padding-left: 25px;
    color: white;
    padding-right: 7%;
    border: none;
}

#search-container button{
    padding: 1em 2em;
    margin-left: 1em;
    background-color: white;
    color: black;
    font-family: "MyCustomFont";
    border-radius: 5px;
    margin-top: 0.5em;
    border: none;
}
#search-container i{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-right: 15px;
}

#buttons{
    margin-top: 20px;
    margin-bottom: 50px;
    display: flex; 
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 15px;
}

.button-value{
    color: white;
    background-color: transparent;
    border: 2px solid white;
    padding: 1em 2.2em;
    border-radius: 3em;
    font-family: "MyCustomFontNoBold";
    transition: 0.2s;
}
.button-value.active{
    background-color: white;
    color: black;
    font-family: "MyCustomFont";
    transform: scale(1.1);
}
.button-value:hover{
    background-color: white;
    color: black;
    font-family: "MyCustomFont";
    transform: scale(1.05);
}

.obsah-navu{
    display: none;
}

#products{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 25px;
    overflow: visible;
    padding: 2em 0;
    min-height: 40vh;
    scrollbar-width: none;
    margin-bottom: 100px;
}
#products::-webkit-scrollbar {
    display: none; 
}
.card{
    background-color: #1a1a1a;
    max-width: 18em;
    align-items: center;
    text-align: center; 
    margin-top: 1em;
    border: 4px solid white;
    border-radius: 20px;
    color: black;
    font-family: "MyCustomFont";
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.image-container{
    text-align: center;
}
.container{
    text-align: center;
}
.image-container img{
    max-width: 96%;
    padding: 5px 5px 5px;
    object-fit: contain;
    height: 100%;
    border-radius: 20px;
}
h2.product-name{
    margin-top: 10px;
    font-family: "MyCustomFont";
    color: white;
}
p.product-price{
    margin-top: -10px;
    font-family: "MyCustomFontNoBold";
    color: white;
}
.top{
    display: flex; 
    flex-direction: column; 
    align-items: center; 
    gap: 20px; 
    margin: -20px 0;
}



.linky-div{
    display: flex;
    margin-top: 50px;
    text-align: center;
    justify-content: center;
    animation: floatLinky 5s ease-in-out infinite;
    animation-delay: 2s;
}
#search-input.results-visible {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
.linky-div p{
    font-family: "MyCustomFont";
    font-size: 18px;
    margin: 11px;
    background-color: white;
    color: black;
    padding: 15px 10px;
    border-radius: 15px;
    transition: .2s;
}
.linky-div p:hover{
    transform: scale(1.05);
}



i#menu-icon{
    font-size: 2.5rem;
    color: white;
    display: none;
    margin-right: 55px;
    transition: 0.2s;
}



@media (max-width: 1580px) {
    #products{
        gap: 15px
    }
}

@media (max-width: 1350px) {
    .wrapper #products {
      grid-template-columns: repeat(4, 1fr);
    }
    #products .box{
        width: 21vw;

    }
  }

@media (max-width: 1180px) {
    .nav-links li a{
        font-size: 18px;
    }
    .navbar img{
        width: 200px;
    }
    li a i{
        font-size: 28px;
    }
    button.english{
        width: 38px;
        aspect-ratio: 12/6.4;
        background-image: url('imgs/english-flag.png'); 
        background-size: contain; 
        background-repeat: no-repeat;
        background-position: center; 
        background-color: transparent;
        border: 1px solid white; 
    }
    button.czech{
        width: 38px;
        aspect-ratio: 260/183;
    }
    .navod-item iframe{
        width: 65vw;
    }
    .home-video{
        width: 85vw;
    }
    img.logo-home{
        width: 85vw;
    }
    .home-podpis2, .navod-nadpis{
        font-size: 40px;
        border-bottom: 6px solid white; 
    }
    .jmeno-produktu{
        font-size: 20px;
    }
}

@media (max-width: 1000px) {
    .nav-links li a{
        font-size: 13px;
    }
    .navbar img{
        width: 150px;
    }
    li a i{
        font-size: 22px;
    }
    button.english{
        width: 28px;
        margin-right: 20px;
        background-image: url('imgs/english-flag.png'); 
        background-size: contain; 
        background-repeat: no-repeat;
        background-position: center; 
        background-color: transparent;
        border: 1px solid white; 
    }
    button.czech{
        width: 28px;
        margin-right: 20px;
    }
    .navdiv{
        width: 100%;
    }
    .jmeno-produktu{
        font-size: 18px;
    }
    .cena-produktu{
        font-size: 16px;
    }
}
@media (max-width: 900px) {

    .navbar img{
        width: 225px;
    }
    .obsah-navu{
        display: block;
    }

    nav.navbar.active .obsah-navu{
        display: none;
    }
    .nav-links li a {
        font-size: 20px;
    }
    .nav-icons li a i{
        font-size: 30px;
    }

    button.english{
        width: 40px;
        background-image: url('imgs/english-flag.png'); 
        background-size: contain; 
        background-repeat: no-repeat;
        background-position: center; 
        background-color: transparent;
        border: 1px solid white; 
    }
    button.czech{
        width: 40px;
        aspect-ratio: 270/183;
    }

    .nav-links.nav-links1{
        display: none;
    }
    .nav-icons.nav-icons1{
        display: none;
    }

    .nav-links.nav-links2{
        display: grid;
        justify-content: center;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .nav-icons.nav-icons2{
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .nav-links, .nav-icons {
        width: 100%;
        display: grid;
    }

    .nav-links.active, .nav-icons.active {
        display: flex;
        flex-direction: column;
    }

    i#menu-icon{
        display: block;
        opacity: 0;
        transform: translateX(100px);
        animation: shNav 1s ease-in-out .2s forwards;
    }

    .home-video{
        margin-bottom: 50px;
    }


    @keyframes shNav{
        0%{
            opacity: 0;
            transform: translateX(100px);
        }
        100%{
            opacity: 1;
            transform: translateX(0);
        }
    }

    .navdiv{
        top: 100%;
        left: 0;
        width: 100%;
        padding: 1rem 3%;
    }

    .navbar.active .obsah-navu {
        display: flex;
      }

    .navod-item{
        max-width: 95%;
    }
    footer a{
        font-size: 20px;
    }
}
@media(max-width: 820px){
    h2.jmeno-produktu{
        font-size: 1.2rem;
    }
    p.cena-produktu{
        font-size: 1.06rem;
    }
}
@media(max-width: 800px){
    .navod-nadpis{
        font-size: 38px;
    }
    #search-container input{
        width: 45vw;
    }
    #search-container input:focus{
        width: 60vw;
    }
}
@media(max-width: 9900px){
    #products {
        grid-template-columns: repeat(5, 1fr);
        row-gap: 30px;
    }
}
@media(max-width: 990px){
    #products {
        grid-template-columns: repeat(3, 1fr);
    }
}
@media(max-width: 770px){
    #products .box{
        width: 19vw;
    }
}
@media (max-width: 700px) {
    #search{
        font-size: 20px;
    }
}
@media(max-width: 870px){
    #products {
        grid-template-columns: repeat(3, 1fr) !important;
    }
    #products .box{
        width: 28vw;
    }
}
@media(max-width: 670px){
    #products {
        grid-template-columns: repeat(2, 1fr) !important;
    }
    #products .box{
        width: 40vw;
    }
}
@media (max-width: 580px) {
    .navod-item iframe {
        width: 85vw;
    }
    .linky-div{
        display: block;
    }
    .linky-div .link-registrace{
        margin-bottom: 20px;
    }
    .home-podpis2, .navod-nadpis, .faq-nadpis{
        font-size: 30px;
        border-bottom: 4px solid white; 
    }
    .scroller-boxy .box{
        min-width: 200px;
        gap: 0px;
        margin-right: 0px;
        margin-left: 0px;
    }
    ::placeholder{
        font-size: 16px;
    }
}
@media (max-width: 530px) {
    ::placeholder{
        font-size: 14px;
    }
    #search{
        font-size: 16px;
    }
}
@media (max-width: 475px) {
    h2.jmeno-produktu{
        font-size: 17px;
    }
    p.cena-produktu{
        font-size: 14px;
    }
    .koupit-div{
        padding-top: 2px;
        padding-bottom: 2px;
    }
    .koupit-div a{
        font-size: 13px;
    }
    #products{
        row-gap: 30px;
    }
}
@media (max-width: 460px) {
    footer a{
        font-size: 15px;
    }
    #search-container input{
        width: 60vw;
    }
    #search-container input:focus{
        width: 75vw;
    }
}
@media (max-width: 456px) {
    .navbar img{
        width: 200px;
        padding: 0px;
    }
    i#menu-icon{
        margin-right: 30px;
    }
    ::placeholder{
        font-size: 15px;
    }
}
@media (max-width: 440px) {
    #products {
        grid-template-columns: repeat(2, 1fr);
        padding: 0;
    }
  }
@media (max-width: 400px) {
    .box img{
        padding-top: 3px;
    }
}
@media (max-width: 372px) {
    footer a{
        font-size: 12px;
    }
    .home-podpis2, .navod-nadpis, .faq-nadpis{
        font-size: 25px;
        border-bottom: 3px solid white; 
    }
    ::placeholder{
        font-size: 12px;
    }
}

#autocomplete-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: white;
    border-radius: 0 0 15px 15px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    display: none;
    z-index: 1000;
}

.autocomplete-item {
    padding: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
    color: black;
    font-family: "MyCustomFontNoBold", sans-serif;
}
.autocomplete-item img{
    border-radius: 5px;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1/1;
}

.linky-div.pushed-down {
    margin-top: 260px; 
}
#buttons.pushed-down {
    margin-top: 200px; 
}

.autocomplete-item:hover {
    background-color: #f0f0f0;
    border-radius: 15px;
}
input:focus{
    outline: none;
}
.product-image {
    width: 40px;
    height: 40px;
    object-fit: cover;
    margin-right: 10px;
  }
  
  .product-name {
    flex-grow: 1;
    text-align: center;
    font-family: "MyCustomFontNoBold", sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
  }
  
.product-price {
    margin-left: 10px;
    white-space: nowrap;
    font-family: "MyCustomFontNoBold", sans-serif;
}



.show-all-products {
    padding: 10px;
    text-align: center;
    background-color: #f0f0f0;
    border-top: 2px solid #ddd;
    font-family: "MyCustomFont";
    color: black;
    border-radius: 0 0 15px 15px;
}

.show-all-products a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
}

.show-all-products a:hover {
    text-decoration: underline;
}

@media (max-width: 424px) {
    .show-all-products{
        font-size: 12px;
    }
}



#back-to-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 0;
    z-index: 1000;
    border: none;
    outline: none;
    background-color: white;
    color: black;
    cursor: pointer;
    padding: 8px;
    border-radius: 50%;
    font-size: 18px;
    transition: 0.3s;
}
#back-to-top i {
    font-weight: 800;
    font-size: 25px;
}

#back-to-top:hover {
    background-color: #ddd;
}


.konec{
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 100px !important;
    transition: .2s !important;
}

.nacistDalsi{
    padding: 10px 20px !important;
    background-color: #1a1a1a !important;
    color: white !important;
    border: 2px solid white !important;
}

.nacistDalsi:hover{
    transform: scale(1.2) !important;
}