/* ==========================================================================
   Author's custom styles
   ========================================================================== */
body, html {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    color: #555;
}
body {
    padding-top: 80px;
}

body::after{
    position: absolute; width:0; height:0; overflow:hidden; z-index:-1;
    content: url('../ASSETS/1.jpg') url('../ASSETS/4.jpg') url('../ASSETS/8.jpg') url('../ASSETS/14.jpg');
}

.nav-primary {
    min-height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #d8dce6;
}

.nav-primary .navbar-toggle {
    margin-top: 20px;
    margin-right: 50px;
    border: 1px solid #333447;
}
.nav-primary .navbar-toggle .icon-bar {
    background-color: #333447;
}

.nav-primary .navbar-collapse {
    max-height: 420px;
}

.nav-primary .brand-img {
    width: 200px;
}

.nav-primary li a {
    color: #333447;
    font-size: 15pt;
    line-height: 38px;
    padding: 20px 8px;
    transition: color linear .2s;
}

.nav-primary li a:hover {
    color: #fac824;
}

.brand {
    width: 250px;
}

.jumbotron-fullscreen {
    background: none;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: calc(100vh - 80px);
    -webkit-transform-origin-y:  0;
    padding-top: 10vh;
    color: white;
    position: relative;
    overflow: hidden;
    animation: 30s slidy infinite;
    animation-timing-function: steps(1, end);
    -webkit-transition: all 1s ease-in-out;
    transition:all 1s ease-in-out;
}

.jumbotron-fullscreen .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}

.jumbotron-fullscreen .mask video {
    z-index: -9999;
    position: fixed;
    right: 0;
    width: auto;
    height: auto;
    min-height: 100%;
    min-width: 100%;
}

.jumbotron-fullscreen .container {
    position: relative;
    text-shadow: 1px 1px #333447;
}

section, footer {
    margin: 0px;
    background-color: #fefefe;
    z-index: 100;
}

footer {
    margin-bottom: -20px;
    height: 50px;
    padding: 10px;
}

.btn-main, .btn-main:active, .btn-main:focus, .btn-main:visited {
    background: #eec83d;
    box-shadow: none;
    text-shadow: none;
    color: white;
    border: 3px solid #fac824;
    transition: 0.2s;
}

.btn-main:hover {
    background: #fac824;
    border: 3px solid #eec83d;
}

.col-packet p:last-child {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
}
.col-packet {
    background-clip: content-box;
    padding: 0px 15px;
    color: #fefefe;
    border-radius: 9px 9px 0px 0px;
}

.col-packet .col-inner .col-footer {
    display: block;
    bottom: 0;
    min-height: 30px;
}

.col-packet .col-inner {
    background-color: white;
    position: relative;
    min-height: 800px;
    margin-bottom: 40px;
    margin-top: 40px;
    color: #777;
    border-radius: 4px 4px 0px 0px;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    -webkit-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
    -moz-box-shadow: 0 2px 1px -1px rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 1px 3px 0 rgba(0,0,0,.12);
     
}

.col-packet2 .col-inner2 {
    display: flex;
    justify-content: center; /* Wyśrodkowanie poziome */
    align-items: center; /* Wyśrodkowanie pionowe */
    text-align: center; /* Tekst również wyśrodkowany */
    margin-top: 40px; /* Dodatkowa przestrzeń powyżej */
    margin-bottom: 40px; /* Dodatkowa przestrzeń poniżej */
}

.col-packet .col-head {
    padding: 10px;
    border-radius: 4px 4px 0px 0px;
    background: #114322;
    margin-bottom: 50px;
}

.col-inner.col-additional {
    min-height: 220px;
}

.product {
    margin-top: 50px;
    width: 100%;
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}

#map-container {
    height: 400px;
     box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.3);
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
}

.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1 {
    color: #fac824;
}

h3 {
    color: #F1B44A;
}

h2 {
    color: white;
}

a, a:focus, a:visited, a:active {
    color: #eec83d;
}

a:hover {
    color: #eec83d;
}

@keyframes slidy {
    10% { background-image: url('../ASSETS/1.jpg'); }
    25%, 35% { background-image: url('../ASSETS/4.jpg'); }
    50%, 60% { background-image: url('../ASSETS/8.jpg'); }
    75%, 85% { background-image: url('../ASSETS/14.jpg'); }
}
