/**
* @license
*
* Font Family: Satoshi
* Designed by: Deni Anggara
* URL: https://www.fontshare.com/fonts/satoshi
* © 2025 Indian Type Foundry
*
* Satoshi Light 
* Satoshi LightItalic 
* Satoshi Regular 
* Satoshi Italic 
* Satoshi Medium 
* Satoshi MediumItalic 
* Satoshi Bold 
* Satoshi BoldItalic 
* Satoshi Black 
* Satoshi BlackItalic 
* Satoshi Variable (Variable font)
* Satoshi VariableItalic (Variable font)

*
*/
@font-face {
  font-family: 'Satoshi-Light';
  src: url('../fonts/Satoshi-Light.woff2') format('woff2'),
       url('../fonts/Satoshi-Light.woff') format('woff'),
       url('../fonts/Satoshi-Light.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-LightItalic';
  src: url('../fonts/Satoshi-LightItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-LightItalic.woff') format('woff'),
       url('../fonts/Satoshi-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Regular';
  src: url('../fonts/Satoshi-Regular.woff2') format('woff2'),
       url('../fonts/Satoshi-Regular.woff') format('woff'),
       url('../fonts/Satoshi-Regular.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-Italic';
  src: url('../fonts/Satoshi-Italic.woff2') format('woff2'),
       url('../fonts/Satoshi-Italic.woff') format('woff'),
       url('../fonts/Satoshi-Italic.ttf') format('truetype');
  font-weight: 400;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Medium';
  src: url('../fonts/Satoshi-Medium.woff2') format('woff2'),
       url('../fonts/Satoshi-Medium.woff') format('woff'),
       url('../fonts/Satoshi-Medium.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-MediumItalic';
  src: url('../fonts/Satoshi-MediumItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-MediumItalic.woff') format('woff'),
       url('../fonts/Satoshi-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Bold';
  src: url('../fonts/Satoshi-Bold.woff2') format('woff2'),
       url('../fonts/Satoshi-Bold.woff') format('woff'),
       url('../fonts/Satoshi-Bold.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BoldItalic';
  src: url('../fonts/Satoshi-BoldItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BoldItalic.woff') format('woff'),
       url('../fonts/Satoshi-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
  font-style: italic;
}
@font-face {
  font-family: 'Satoshi-Black';
  src: url('../fonts/Satoshi-Black.woff2') format('woff2'),
       url('../fonts/Satoshi-Black.woff') format('woff'),
       url('../fonts/Satoshi-Black.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: 'Satoshi-BlackItalic';
  src: url('../fonts/Satoshi-BlackItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-BlackItalic.woff') format('woff'),
       url('../fonts/Satoshi-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-display: swap;
  font-style: italic;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-Variable';
  src: url('../fonts/Satoshi-Variable.woff2') format('woff2'),
       url('../fonts/Satoshi-Variable.woff') format('woff'),
       url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: normal;
}
/**
* This is a variable font
* You can control variable axes as shown below:
* font-variation-settings: wght 900.0;
*
* available axes:
'wght' (range from 300.0 to 900.0
*/
@font-face {
  font-family: 'Satoshi-VariableItalic';
  src: url('../fonts/Satoshi-VariableItalic.woff2') format('woff2'),
       url('../fonts/Satoshi-VariableItalic.woff') format('woff'),
       url('../fonts/Satoshi-VariableItalic.ttf') format('truetype');
  font-weight: 300 900;
  font-display: swap;
  font-style: italic;
}





/* Základní styly */
body {
    font-family: 'Santoshi', sans-serif;
    //font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #000;
    background-color: #073123;
}

/* Logo a nadpisy */

/*.logo a  {
    //font-family: 'Impact', 'Arial Black', sans-serif;
    
    font-family: 'Santoshi', sans-serif;
    font-size: 42px;
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
}
*/


.logo h1 {
    font-family: 'Satoshi-Bold', 'Satoshi-Variable', sans-serif;
    font-size: clamp(1.5rem, 4vw, 2.625rem); /* Responzivní velikost */
    font-weight: bold;
    letter-spacing: 1px;
    color: white;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}

.logo a {
    text-decoration: none;
    display: inline-block;
}

.logo h1 img {
    height: auto;
    max-height: 50px;
    vertical-align: middle;
    margin-left: 10px;
}

/* Responzivní breakpointy */
@media (max-width: 1200px) {
    .logo h1 {
        font-size: 2rem;
    }
    .logo h1 img {
        max-height: 40px;
    }
}

@media (max-width: 992px) {
    .logo h1 {
        font-size: 1.75rem;
    }
    .logo h1 img {
        max-height: 35px;
    }
}

@media (max-width: 768px) {
    .logo h1 {
        font-size: 1.25rem;
        text-align: center;
    }
    .logo h1 img {
        max-height: 30px;
        margin-left: 5px;
    }
}

@media (max-width: 576px) {
    .logo h1 {
        font-size: 1rem;
        letter-spacing: 0.5px;
    }
    .logo h1 img {
        max-height: 25px;
    }
}

i {
    color: white;
}

h2 {
    color: black;
    font-weight: 600;
}

.svetlo {
color: white;
}

.svetlo h2 {
color: white;
}

.vyska {
height: auto;
}

h3 {
    color: #073123;
    font-weight: 500;
}


.box-green
{
 background-color: #dff0d8;
}
/* Navigace */
.nav-link {
    color: white;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-link:hover {
    color: white;
    text-decoration:underline;
}

/* Hero sekce */
.hero {
    background-color: #f8f9fa;
    padding: 2rem 0;
}

/* Video */
.video-showcase {
    width: 100%;
    max-width: 500px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Karty */
.card {
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
    height: 100%;
}

.card:hover {
    transform: translateY(-5px);
}

/* Kontaktní formulář */
.contact-form {
    background-color: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-info {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    height: 100%;
}

/* Tlačítka */
.btn-primary {
    background-color: #073123;
    border:none;
    //border-color: #3498db;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s;
}

.btn-primary:hover {
    background-color: #073123;
    border:none;
    //border-color: #2c3e50;
    transform: translateY(-2px);
}

/* Skrytí honeypot captcha pole */
.captcha-field {
    display: none !important;
    position: absolute;
    left: -9999px;
}

/* Styly pro zprávy o stavu */
#formStatus .alert {
    margin-bottom: 1rem;
    text-align:center;
}

#formStatus .alert-success {
    background-color: #073123;
    border:none;
    color: white;
    //background-color: #d4edda;
    //border-color: #c3e6cb;
    // color: #155724;
}

#formStatus .alert-danger {
    background-color: #073123;
    border:none;
    color: white;
    //background-color: #f8d7da;
    //border-color: #f5c6cb;
    //color: #721c24;
}

#formStatus .alert-info {
    background-color: #073123;
    border:none;
    color: white;
    //background-color: #d1ecf1;
    //border-color: #bee5eb;
    //color: #0c5460;
}

/* Responzivní úpravy */
@media (max-width: 768px) {
    .logo h1 {
        font-size: 1.5rem;
    }
    
    .nav {
        justify-content: center !important;
        margin-top: 1rem;
    }
    
    .video-showcase {
        margin-top: 2rem;
    }
    
    /* Přidejte toto pro lepší zobrazení na mobilech */
    .vyska {
        height: auto;
        margin-bottom: 2rem;
    }
    
    .contact-info, .contact-form {
        height: auto;
    }
}




/* Přidejte nebo upravte tyto styly ve vašem CSS */
.vyska {
    height: 504px;
    display: flex;
    flex-direction: column;
}

.contact-info, .contact-form {
    height: 100%;
    display: flex;
    flex-direction: column;
}

/* Pro lepší zarovnání obsahu ve formuláři */
.contact-form {
    display: flex;
    flex-direction: column;
}

/* Zajistí, že tlačítko bude vždy dole */
#submitBtn {
    margin-top: auto;
}

/* Zajistí, že zpráva o odeslání bude nad tlačítkem */

/*
#formStatus {
    margin-top: auto;
    margin-bottom: 15px;
}

*/
