/**
 *  Homepage
 */

.ns__intro main>.width>article,
.ns__intro main>.width>section {
    max-width: var(--article-width);
    margin: 0 auto;
    margin-bottom: calc(var(--margin-double) * 2);
}

.ns__intro main>.width>article:has(.layout-7) {
    max-width: 100%;
}

/** **/

#art-16 .ns__layout {
    gap: 4em 4em;
}

/** **/

/*
.ns_programy_home .grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: var(--gap) var(--gap);
}
*/
/*
.ns_programy_home img {
    border-radius: var(--border-radius);
    box-shadow: 1px 1px 1px #000;
    box-shadow: 5px 6px 12px 0px #0000003d;
}
*/

.ns__intro h2 {
    font-size: var(--font-size-h1);
    font-weight: var(--font-weight-h1);
}

.ns__intro h3,
.ns_programy_home figcaption {
    font-size: var(--font-size-h2);
    font-weight: var(--font-weight-h2);
}

.ns__intro h2,
.ns__intro h3,
.ns_programy_home figcaption {
    color: var(--color-green);
}

.ns__intro .layout-7 h2,
.ns__intro .layout-7 h3 {
    color: var(--color-yellow-light);
}

/** **/

#art-regio .elem-col-left,
#art-regio .elem-col-right {
    border-radius: var(--border-radius);
    color: #fff;
    padding: 4em 10%;
    text-align: center;
    background-size: cover;
    background-position: bottom center;
    text-shadow: 1px 1px 1px #000;
    box-shadow: 5px 6px 12px 0px #0000003d;
}

#art-regio .elem-col-left {
    background-image: url(img/wood-640.webp);
}

#art-regio .elem-col-right {
    background-image: url(img/city-640.webp);
}

#art-regio h2 {
    color: var(--color-yellow-light);
    text-shadow: 1px 1px 6px #000;
    margin-bottom: 0;
    font-size: 3em;
}

#art-regio a {
    display: inline-block;
    color: var(--color-yellow-light);
    border: 3px solid var(--color-yellow-light);
    padding: .4em 1em;
    text-decoration: none;
    border-radius: var(--border-radius-button);
    margin-top: var(--margin-double);
    min-width: 50%;
}

.layout-7 a {
    min-width: 40%;
}

#art-regio a:hover {
    background-color: var(--color-yellow-light);
    color: #000;
    text-shadow: none;
}

/** **/

.ns_programy article {
    position: relative;
    padding-bottom: 3em;
}

.ns_programy a.read-more-round {
    position: absolute;
    bottom: 0;
    left: 0;
}

.ns_programy figure::before,
.ns_programy figure::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35%;
    height: 40%;
    background-repeat: no-repeat;
}

.ns_programy img {
    border-bottom-right-radius: 26px;
}

.ns_programy figure::before {
    background-image: url(img/yellow-blob.svg);
    background-position: bottom right;
}

.ns_programy figure::after {
    background-size: auto 65%;
    background-position: bottom .6em center;
}

.grid .read-more-round {
    min-width: 60%;
}

/** **/

#art-pridejte-se-k-nam {
    position: relative;
    overflow: hidden;
}

#art-pridejte-se-k-nam .ns__layout {
    z-index: 100;
    position: relative;
}

#art-pridejte-se-k-nam video {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

@media (max-width: 1366px) {

    .ns__intro main>.width>article,
    .ns__intro main>.width>section {
        padding-left: 5%;
        padding-right: 5%;
    }

}