@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

/* Resetovanie základných štýlov */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Základné nastavenia */
body {
    font-family: 'Poppins', Arial, sans-serif;
   /*font-family:metropolis,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;*/
    font-size: 18px;
    line-height: 1.6;
    color: #333333;
    background-color: #F5F5F5;
}

/* Hlavičky */
h1 {
    font-size: 3rem;
    font-weight: 900;
    margin-bottom: 20px;
    padding-top: 100px;
    letter-spacing: 3.5px;
    line-height: 1.85;
    /*text-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);*/
    text-shadow: 2px 2px 5px rgba(255, 255, 255, 0.55); /* Svetlý rozmazaný efekt */
}

h2 {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 15px;
}

h3 {
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 10px;
}

/* Odseky a odkazy */
p {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 1.85;
}

.link_standard {
    color: #333;
}

.link_standard:hover {
    color: #333;
}

.linkset {
    color: #fff;  
    transition: color 0.3s;
}

.link_tel {
    color: #fff;   
    text-decoration: none;
}


.linkset:hover {
    color: #fff;
}

.link_tel:hover {
    color: #fff;   
    text-decoration: none;
}

.falinkb {
    padding-right: 6px;
}

/* Tlačidlá */
button {
    font-size: 1rem;
    padding: 10px 20px;
    background-color: #007bff;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background 0.3s;
}

button:hover {
    background-color: #0056b3;
}

/* Hlavička */
.header {
    position: relative;
    background: url('../img/cover_img.webp') no-repeat center center/cover;
    color: white;
    z-index: 5;
    clip-path: polygon(0% 0%, 100% 0%, 100% 90%, 0% 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-top: -100px;
}

/* Pre lepšiu čitateľnosť textu */
.header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.70); /* Zvýšime stmavenie na 60% */
    z-index: 1;
}


/* Uisti sa, že obsah je nad tmavým overlay */
.header .container {
    position: relative;
    z-index: 2;
}

.mt {
    text-transform: uppercase;
    font-size: 5rem;
    font-weight: 900;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

/* Uvítací text */
.welcome_text {
    padding-top: 120px;
    text-align: center;
    padding-bottom: 170px;
}

/* Logo */
.logo_sc {
    padding-top: 50px;
    width: 275px;
    filter: drop-shadow(5px 5px 15px rgba(0, 0, 0, 0.5));
}

/* Menu */
.menu {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    background-color: transparent;
    position: relative;
    z-index: 10;
    /*box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.40);*/
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 24px;
    justify-content: flex-end;
}

nav ul li {
    display: inline-block;
}

nav ul li a {
    position: relative;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: uppercase;
    transition: color 0.3s ease-in-out;
    text-shadow: 1px 1px 5px rgba(255, 255, 255, 0.75); /* Svetlý rozmazaný efekt */
}

nav ul li a:hover {
    color: #fff;
}

nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    height: 2px;
    background-color: #fff;;
    transition: width 0.3s ease-in-out;
}

nav ul li a:hover::after {
    width: 100%;
}

/* Obsah hlavnej časti */
.title_capitol {
    font-size: 36px;
    font-weight: 700;
    padding-bottom: 50px;
}

.secondt3 {
    padding-top: 60px;
}

.secondt2 {
    padding-top: 200px;
}

.divider_title {
    height: 10px;
    width: 40px;
    background-color: #F00617;
    border-radius: 10px;
}

.wht_div {
    background-color: #F00617; 
}

.main_content {
    padding-top: 200px;
    padding-bottom: 200px;
}

/* Zoznamy */
.features {
    padding-top: 40px;
    font-size: 18px;
    list-style: none;
}

.features li {
    margin-top: 10px;
    position: relative;
    padding-left: 0px;
}


.icon {
    color: #F00617;
    margin-right: 6px;
    font-weight: 600;
    font-size: 110%;
}

/* Google Maps */
.google_maps {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 20px;
    padding-top: 20px;
    padding-bottom: 80px;
}

.google_maps iframe {
    width: 100%;
    height: 300px;
    border: none;
    display: block;
}

/* Kontakt sekcia */
.contact-section {
    position: relative;
    /*background: linear-gradient(150deg, #F75A5F 20%, #F00617 50%, #9D1419 80%, #651016 100%);*/
    /*background: #F00617;*/
    background: rgb(51, 63, 72);
    padding-top: 150px;
    padding-bottom: 180px;
    clip-path: polygon(0% 10%, 100% 0%, 100% 90%, 0% 100%);
}

/* Kontakt - zarovnanie */
.left_contact {
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.right_contact {
    display: inline-block;
    float: right;
    padding-left: 120px;
    width: 48%;
    vertical-align: top;
}

/* Ostatné */
.b600 {
    font-weight: 600;
}

.wht {
    color: #fff;
}

.biggert {
    font-size: 26px;
    padding-bottom: 10px;
}

.spcbig {
    padding-bottom: 6px; 
}

.addition {
    padding-top: 30px;
}

#myBtn {
	display: none;
	/* Hidden by default */
	position: fixed;
	/* Fixed/sticky position */
	bottom: 30px;
	/* Place the button at the bottom of the page */
	right: 50px;
	/* Place the button 30px from the right */
	z-index: 99;
	/* Make sure it does not overlap */
	border: none;
	/* Remove borders */
	outline: none;
	/* Remove outline */
	background-color: #F00617;
	/* Set a background color */
	cursor: pointer;
	/* Add a mouse pointer on hover */
	padding: 16px 12px 12px 12px;
	/* Some padding */
}
.ar {
	height: 28px;
}

.hamburger-container {
    display: none;
}

/* Left a Right Side */
.left_side {
    width: 45%;
    display: inline-block;
    vertical-align: top;
}

.right_side {
    float: right;
    width: 38%;
    display: inline-block;
    vertical-align: top;
    margin-top: -70px;
}

.right_side img {
    width: 100%;
    float: right;
    padding-bottom: 4px;
    cursor: pointer;
}

.hockey {
    padding-top: 26px;
}

.txtcenter {
    text-align: center;
}

.italicp {
    font-style: italic;
}

.s90 {
    font-size: 90%;
}

.iconred {
    color: #F00617;
}

/* Footer */
.footer {
    padding-top: 50px;
    text-align: center;
    padding-bottom: 40px;
}

.footer p {
    font-size: 90%;
}

.creator {
    margin-top: -15px;
}

.footer .link_standard {
    text-decoration: none;
    font-weight: 600;
    color: rgb(51, 63, 72) !important;
}

.footer .link_standard:hover {
    color: #F00617 !important;
}

/*VOS*/
.vos_name {
    padding-bottom: 36px;
    font-weight: 700;
    font-size: 26px;
}

.vos_name span{
    border-bottom: 4px solid rgb(51, 63, 72); 
    color: rgb(51, 63, 72);
}

.vos_section {
    font-weight: 600;
}

.donwloads {
    padding-top: 20px;
}

.donwloads a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    display: block;
    width: max-content;
}


.file_download {
    display: flex;
    align-items: center; /* Vertikálne centrovanie */
    gap: 16px; /* Medzera medzi ikonou a textom */
    padding-top: 30px;
}
.fp1 {
    padding-top: 0px;
}

.file_type {
    font-weight: 500;
    color: #A0A0A0;
    font-size: 90%;
    margin-top: 2px;
}

.iconfile {
    height: 50px;
}

.iconw {
    display: flex; 
    align-items: center;
}

.file_name {
    display: flex; 
    font-weight: 600;
}


.firstparameter {
    text-decoration: underline;
    text-decoration-thickness: 1.65px; /* Hrúbka podčiarknutia */
    text-underline-offset: 5px; /* Posunutie podčiarknutia pod text */
}

.updates {
    font-style: italic;
    font-size: 95%;
}

/* MODÁLNE OKNO */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    align-items: center;
    justify-content: center;
}

/* OBSAH MODÁLNEHO OKNA */
.modal-content {
    position: relative;
    max-width: 80%;
    max-height: 80vh;
    background: white;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.3);
    padding: 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 10px; /* Zmenšený spodný border */
}

/* ZVÄČŠENÝ OBRÁZOK */
.modal-content img {
    max-width: 100%;
    max-height: 70vh;
    border-radius: 10px;
}

/* POPIS OBRÁZKA */
.image-caption {
    margin-top: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
}

/* MODERNEJŠIE TLAČIDLO ZATVORENIA (X) */
.close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 24px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    background: #F00617;
    border-radius: 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 15px rgba(255, 0, 0, 0.3);
    transition: all 0.3s;
}

.close:hover {
    background: #F00617;
    box-shadow: 0 5px 20px rgba(255, 0, 0, 0.5);
    transform: scale(1.1);
}




/* Responzívne nastavenia */

@media (max-width: 1920px) {
    .main_content {
        padding-top: 170px;
        padding-bottom: 170px;
    }

    .logo_sc {
        padding-top: 40px;
        width: 260px;
    }
}

@media (max-width: 1700px) {
    h1 {
        font-size: 2.75rem;
    }
    .mt {
        font-size: 4.6rem;
        font-weight: 900;
    }
    .logo_sc {
        padding-top: 40px;
        width: 260px;
    }
    .welcome_text {
        padding-bottom: 140px;
    }

    nav ul li a {
        font-size: 19px;
    }

    .secondt2 {
        padding-top: 180px;
    }

}


@media (max-width: 1500px) {
    .logo_sc {
        padding-top: 36px;
        width: 250px;
    }

    .main_content {
        padding-top: 150px;
        padding-bottom: 160px;
    }

    .title_capitol {
        font-size: 34px;
    }
    .biggert {
        font-size: 23px;
        padding-bottom: 10px;
    }

    .container {
        width: 1150px;
    }

    .right_contact {
        padding-left: 130px;
    }

    .right_side {
        margin-top: -60px;
    }
}

@media (max-width: 1366px) {
    .ar {
        height: 26px;
    }
    #myBtn {
        right: 28px;
        /* Place the button 30px from the right */
    }
    h1 {
        font-size: 2.5rem;
    }
    .mt {
        font-size: 4.2rem;
        font-weight: 900;
    }
    .logo_sc {
        padding-top: 30px;
        width: 230px;
    }

    .title_capitol {
        font-size: 30px;
    }
    .biggert {
        font-size: 22px;
        padding-bottom: 10px;
    }

    .right_side {
        margin-top: -40px;
        width: 40%;
    }

    body {
        font-size: 17px;
        line-height: 1.6;
    }

    p {
        font-size: 17px;
    }

    nav ul li a {
        font-size: 18px;
    }

    /*VOS*/
.vos_name {
    font-size: 23px;
}


.donwloads {
    padding-top: 0px;
}


.file_download {
    display: flex;
    align-items: center; /* Vertikálne centrovanie */
    gap: 15px; /* Medzera medzi ikonou a textom */
    padding-top: 30px;
}


.iconfile {
    height: 40px;
}
}

@media (max-width: 1300px) {
    .container {
        width: 1000px;
    }

    .main_content {
        padding-top: 120px;
        padding-bottom: 160px;
    }

    .secondt2 {
        padding-top: 130px;
    }

    .right_side {
        margin-top: 0px;
        width: 43%;
    }
}

@media (max-width: 1150px) {
    .ar {
        height: 24px;
    }
    #myBtn {
        right: 20px;
        /* Place the button 30px from the right */
    }
    h1 {
        font-size: 2.3rem;
    }
    .mt {
        font-size: 3.8rem;
        font-weight: 900;
    }

    .logo_sc {
        padding-top: 26px;
        width: 200px;
    }
    nav ul li a {
        font-size: 17px;
    }

    nav ul {
        gap: 20px;
    }

    .welcome_text {
        padding-bottom: 130px;
    }

    .main_content {
        padding-top: 110px;
        padding-bottom: 150px;
    }

    .secondt2 {
        padding-top: 130px;
    }

    .title_capitol {
        font-size: 28px;
    }
    .vos_name {
        font-size: 22px;
    }
    .biggert {
        font-size: 21px;
        padding-bottom: 10px;
    }

    .right_contact {
        padding-left: 90px;
    }

    .right_side {
        margin-top: 10px;
        width: 43%;
    }

    .hockey {
        padding-top: 30px;
    }
}


@media (max-width: 1100px) {
    .container {
        width: 90%;
    }

    .right_side {
        margin-top: 20px;
        width: 45%;
    }
}

@media (max-width: 1000px) {
    h1 {
        font-size: 2.2rem;
    }
    .mt {
        font-size: 3.4rem;
        font-weight: 900;
    }
    .welcome_text {
        padding-top: 100px;
        padding-bottom: 120px;
    }

    .logo_sc {
        padding-top: 20px;
        width: 180px;
    }

    .biggert {
        font-size: 20px;
        padding-bottom: 10px;
    }

    .right_side {
        margin-top: 6%;
        width: 45%;
    }

}

@media (max-width: 900px) {
    .left_side {
        width: 100%;
        display: block;
        vertical-align: none;
    }
    
    .right_side {
        padding-top: 20px;
        width: 100%;
        display: block;
        vertical-align: none;
        float:none;
    }
    
    .right_side img {
        width: 100%;
        float: right;
        padding-bottom: 4px;
        cursor: pointer;
    }
    .secondt2 {
        padding-top: 100px;
    }

    .right_contact {
        padding-left: 50px;
    }

    .welcome_text {
        padding-bottom: 86px;
    }

    .right_side img {
        cursor: none;
    }
}


/* Responzívne nastavenia */
@media (max-width: 768px) {
    nav ul {
        gap: 18px;
    } 
    .features {
        padding-top: 36px;
        font-size: 17px;
    }  
    h1 {
        font-size: 2rem;
    }
    .mt {
        font-size: 3rem;
        font-weight: 900;
    }

    .logo_sc {
        padding-top: 16px;
        width: 170px;
    }

    .welcome_text {
        padding-bottom: 80px;
    }

    .left_contact {
        text-align: center;
        display: block;
        width: 100%;
        vertical-align: none;
    }
    
    .right_contact {
        padding-top: 40px;
        display: block;
        width: 100%;
        vertical-align: none;
        float: none;
        padding-left: 0px;
        text-align: center;
    }

    .title_capitol {
        font-size: 26px;
    }

    .vos_name {
        font-size: 20px;
    }

    .divider_title {
        height: 9px;
        width: 36px;
        border-radius: 10px;
    }

    .file_download {
        display: flex;
        align-items: center; /* Vertikálne centrovanie */
        gap: 10px; /* Medzera medzi ikonou a textom */
        padding-top: 26px;
    }

    .iconfile {
        height: 40px;
    }

    .file_name {
        display: flex;
        flex-direction: column; 
    }

    .file_type {
        margin-top: 5px;
        margin-left: -4px;
    }

    .donwloads a {
        width: max-content;
        max-width: 100% !important;
    }
   
}

/* Skrytie klasického menu na mobile */
@media (max-width: 650px) {
    .header {
        margin-top: 100px;
    }

    .menu {
        display: block;
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		height: 100px;
		z-index: +10;
        background: linear-gradient(120deg, #0a0f14 10%, #0d141b 40%, #111821 70%, #0a0f14 100%);
    }

    nav {
        z-index: +566666;
    }

    nav ul {
        display: none; /* Skryjeme menu na mobile */
        flex-direction: column;
        position: absolute;
        top: 100px; /* Výška menu */
        right: 0;
        background-color: #312725;
        width: 100%;
        text-align: center;
        padding: 20px 0;
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4);
        transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
        transform: translateY(-150%);
        opacity: 0;
        background-color: rgb(51, 63, 72) !important; /* Zmeň na farbu, ktorú chceš */
        align-items: stretch; /* Zabezpečí rovnakú výšku pre všetky položky */
        flex-direction: column;
        padding-bottom: 15px;
    }

    nav ul.active {
        display: flex; /* Zobrazíme pri otvorení */
        transform: translateY(0);
        opacity: 1;
    }

    nav ul li {
        opacity: 0;
        transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); 
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 15px 20px !important;
        margin: 0 !important;
        height: auto !important;
        width: 100%;
        box-sizing: border-box;
    }

    nav ul.active li {
        transform: translateY(0);
        opacity: 1;
    }

    nav ul li a::after {
        display: none;
    }

    nav ul li a {
        font-size: 18px;
        padding: 12px 15px;
        display: block;
        color: #FFF !important; 
        width: 100%;
        text-align: center;
    }

    nav ul li:last-child {
        border-bottom: none; /* Posledný prvok nebude mať spodnú čiaru */
        padding: 15px 20px !important; /* Uistí sa, že posledná položka má rovnakú výšku */
        height: auto !important; /* Uisti sa, že nie je väčší */
    }

/* Kontajner pre text a ikonku hamburger menu */
.hamburger-container {
    display: flex;
    align-items: center;
    position: fixed;
    top: 28px;
    right: 20px;
    cursor: pointer;
    z-index: 20;
}

/* Text "Menu" vedľa hamburger ikonky */
.hamburger-menu-text {
    font-size: 18px;
    color: #FFF;
    margin-right: 10px;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
}

/* Ikonka hamburger */
.hamburger-menu {
    font-size: 28px;
    color: #FFF;
    cursor: pointer;
}

h1 {
    font-size: 1.8rem;
    padding-top: 0px;
}
.mt {
    font-size: 2.6rem;
    font-weight: 900;
}

.logo_sc {
    padding-top: 16px;
    width: 160px;
}

.welcome_text {
    padding-bottom: 80px;
}

.main_content {
    padding-top: 90px;
    padding-bottom: 100px;
}

.secondt2 {
    padding-top: 90px;
}

.contact-section {
    padding-bottom: 150px;
}

.footer {
    padding-top: 10px;
    padding-bottom: 40px;
}

.welcome_text {
    padding-top: 80px;
} 

.creator {
    margin: 0 auto;
    width: 200px;
}


}

@media (max-width: 530px) {
    h1 {
        font-size: 1.5rem;
    }
    .mt {
        font-size: 2.2rem;
        font-weight: 900;
    }
    
    .logo_sc {
        padding-top: 10px;
        width: 150px;
    } 
    .main_content {
        padding-top: 70px;
    }

    .smallspace, .secondt2, .secondt3 {
        padding-bottom: 36px;
    }

    .secondt2 {
        padding-top: 80px;
    }

    .divider_title {
        height: 9px;
        width: 32px;
        border-radius: 6px;
    }

    .vos_name {
        font-size: 20px;
    }

    .features {
        padding-top: 30px;
        font-size: 17px;
        padding-bottom: 10px;
    } 
    .welcome_text {
        padding-top: 50px;
    }  
    
    .menu {
        height: 70px;
    }

    .header {
        margin-top: 70px;
    }
    nav ul {
        top: 70px; /* Výška menu */
    }

    .hamburger-container {
        display: flex;
        align-items: center;
        position: fixed;
        top: 16px;
        right: 20px;
        cursor: pointer;
        z-index: 20;
    }

    .donwloads a {
        width: max-content;
        max-width: 95% !important;
    }

}

@media (max-width: 468px) {
    h1 {
        font-size: 1.35rem;
    }
    .mt {
        font-size: 2rem;
        font-weight: 900;
    }
    
    .logo_sc {
        padding-top: 10px;
        width: 170px;
    }     
}

@media (max-width: 468px) {
    h1 {
        font-size: 1.35rem;
    }
    .mt {
        font-size: 2rem;
        font-weight: 900;
    }
    
    .logo_sc {
        padding-top: 10px;
        width: 170px;
    } 

    .ar {
        height: 20px;
    }
}

@media (max-width: 430px) {
    h1 {
        font-size: 1.25rem;
    }
    .mt {
        font-size: 1.85rem;
        font-weight: 900;
    }
    
    .logo_sc {
        padding-top: 10px;
        width: 160px;
    } 

    .welcome_text {
        padding-top: 50px;
    }

    
}

@media (max-width: 410px) {
    h1 {
        font-size: 1.25rem;
    }
    .mt {
        font-size: 1.75rem;
        font-weight: 900;
    }
    
    .logo_sc {
        padding-top: 8px;
        width: 160px;
    } 
}

@media (max-width: 375px) {
    h1 {
        font-size: 1.2rem;
    }
    .mt {
        font-size: 1.6rem;
        font-weight: 900;
    }
    
    .logo_sc {
        padding-top: 6px;
        width: 150px;
    } 
}

@media (max-width: 340px) {
    h1 {
        font-size: 1.0rem;
    }
    .mt {
        font-size: 1.4rem;
        font-weight: 900;
    }
    
    .logo_sc {
        padding-top: 6px;
        width: 150px;
    } 

    .vos_name {
        font-size: 19px;
    }
}


