@font-face {
    font-family: BodoniModa;
    src: url("../fonts/BodoniModa.ttf");
}

@font-face {
    font-family: Avenir;
    src: url("../fonts/avenir-roman.ttf");
}

@font-face {
    font-family: 'Avenir';
    src: url('../fonts/Avenir-Light.eot');
    src: local('../fonts/Avenir Light'), local('Avenir-Light'),
        url('../fonts/Avenir-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Avenir-Light.woff2') format('woff2'),
        url('../fonts/Avenir-Light.woff') format('woff'),
        url('../fonts/Avenir-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

/*@font-face {
    font-family: hiragino-mincho-pron, sans-serif;
    src: url('../fonts/HiraMinProN-W3-AlphaNum.eot');
    src: url('../fonts/HiraMinProN-W3-AlphaNum.eot?#iefix') format('embedded-opentype'),
        url('../fonts/HiraMinProN-W3-AlphaNum.woff2') format('woff2'),
        url('../fonts/HiraMinProN-W3-AlphaNum.woff') format('woff'),
        url('../fonts/HiraMinProN-W3-AlphaNum.ttf') format('truetype'),
        url('../fonts/HiraMinProN-W3-AlphaNum.svg#HiraMinProN-W3-AlphaNum') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}*/

body {
    font-family: Avenir !important;
    overflow-x: hidden;
    background-color: white;
}

body h5 {
    font-family: Avenir;
}

@media (max-width: 405px) {
    .navbar {
        --bs-navbar-padding-x: 0.5rem;
    }
}

header {
    background: transparent;
    /* position: absolute; */
    top: 0;
    z-index: 1;
}

.top-menu {
    padding: 2rem;
    display: flex;
    justify-content: space-between;
}

.buttons {
    vertical-align: middle;
}

.burger-menu {
    width: 36px;
    height: 16px;
    position: relative;
}

.top-line {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 100%;
    right: 0;
    background-color: #000;
}

.middle-line {
    height: 1px;
    width: 100%;
    background-color: #000;
    position: absolute;
    bottom: 50%;
    right: 0;
}

.bottom-line {
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0%;
    right: 0;
    background-color: #000;
}

.burger-menu:hover .burger-text {
    display: block;
}

.main .show .nav-link {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 1rem;
}

.show .nav-link {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    padding: 1rem;
}

.buttons a {
    cursor: pointer;
    background: none;
}

.overlay-menu {
    position: fixed;
    background-color: #fff;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: none;
}

.overlay-content {
    position: relative;
}

.nav-link {
    font-size: 16px;
}

.main-banner {
    z-index: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
}

.main-logo p {
    font-size: 30px;
    color: #f8f8f8;
}

@media (max-width: 1050px) {
    .main-logo img {
        width: 750px;
    }
}

@media (max-width: 850px) {
    .main-logo img {
        width: 450px;
    }

    .main-logo p {
        font-size: 25px;
    }
}

@media (max-width: 500px) {
    .main-logo img {
        width: 300px;
    }

    .main-logo p {
        font-size: 20px;
    }
}



.left-menu {
    background-color: #e3e3e3;
    width: 100%;
    padding: 2rem;
}

.left-menu a {
    color: #000;
    text-decoration: none;
    font-size: 70px;
}

.left-menu li {
    padding: 1rem 0;
}

.right-menu {
    background-color: #fff;
    width: 100%;
}

.kolekce-banner {
    margin-right: 1rem;
    margin-top: 2rem;
    height: 45rem;
    display: flex;
    align-items: start;
    justify-content: center;
}


@media (max-width: 991px) {
    .kolekce-banner {
        margin-right: 0;
    }
}

.kolekce-banner h1 {
    /* font-family: BodoniModa; */

    font-size: 80px;
    margin-bottom: 1rem;
    margin-top: 25%;
}

.kolekce-banner p {
    font-size: 24px;
    font-family: 'Avenir';
    font-weight: 300;
    margin-bottom: 1rem;
    padding: 1rem;
    min-height: 130px;
}

@media (min-width: 991px) {
    .kolekce-banner p {
        padding: 2rem 3rem;
    }
}

.kolekce-banner a {
    font-family: Avenir;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 800px) {
    .kolekce-banner h1 {
        font-size: 60px;
        margin-top: 50%;
    }

    .kolekce-banner p {
        font-size: 20px;
    }
}

.main-img {
    padding: 2rem;
}

.main-img.main-banner-kolekce {
    display: block;
    width: 100%;
    text-align: center;
}

.main-img.main-banner-kolekce img {
    width: 100%;
    max-width: 1200px;
    max-height: 1200px;
    display: inline-block;
    object-fit: cover;
    object-position: top center;
}

@media (max-width: 1450px) {
    .main-img img {
        width: 90%;
    }

}


.inspirace-banner {
    margin-left: 1rem;
    margin-top: 2rem;
    height: 45rem;
    display: flex;
    align-items: start;
    justify-content: center;
}

@media (max-width: 991px) {
    .inspirace-banner {
        margin-left: 0;
    }
}


.inspirace-banner h1 {
    /* font-family: BodoniModa; */

    font-size: 110px;
    margin-top: 25%;
    margin-bottom: 1rem;
}

.inspirace-banner p {
    font-size: 24px;
    font-family: 'Avenir';
    font-weight: 300;
    margin-bottom: 1rem;
    padding: 1rem;
    min-height: 130px;
}

@media (min-width: 991px) {
    .inspirace-banner p {
        padding: 2rem 3rem;
    }
}

.inspirace-banner a {
    font-family: Avenir;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 800px) {
    .inspirace-banner h1 {
        font-size: 90px;
        margin-top: 50%;
    }

    .inspirace-banner p {
        font-size: 20px;
    }

    .inspirace-grid {
        margin-top: -2rem;
    }
}


.kuze-banner {
    background-image: url('../img/kuze-banner.png');
    margin-top: 2rem;
    height: 55rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kuze-banner h1 {
    /* font-family: BodoniModa; */

    font-size: 110px;
    margin-bottom: 1rem;
}

.kuze-banner p {
    font-size: 20px;
    margin-bottom: 1rem;
    padding: 1rem;
}

.kuze-banner a {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

.speciality-banner {
    background-image: url('../img/speciality-banner.png');
    margin-top: 2rem;
    height: 55rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speciality-banner h1 {
    /* font-family: BodoniModa; */

    font-size: 110px;
    margin-bottom: 1rem;
}

.speciality-banner p {
    font-size: 20px;
    margin-bottom: 1rem;
    padding: 1rem;
}

.speciality-banner a {
    font-size: 28px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 800px) {
    .kuze-banner h1 {
        font-size: 80px;
    }

    .speciality-banner h1 {
        font-size: 80px;
    }
}

@media (max-width: 420px) {
    .kuze-banner h1 {
        font-size: 50px;
    }

    .speciality-banner h1 {
        font-size: 50px;
    }
}


.kontakt-form {
    margin: 2rem;
}

.kontakt-form h1 {
    text-align: center;
    font-size: 55px;
    color: black;
    /* font-family: BodoniModa; */

}

@media (max-width: 460px) {
    .kontakt-form h1 {
        font-size: 50px;
    }
}

.kuze-seznam {
    padding: 2rem 3rem;
    margin: 5rem 0;
}

@media (max-width: 1000px) {
    .kuze-seznam {
        padding: 2rem 1rem;
    }
}

.kuze-img .wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.seznam-nazev {
    padding: 0.8rem;
}

.seznam-typ {
    font-weight: bold;
    margin-bottom: 0.8rem;
}

.title {
    font-size: 135px;
    text-transform: lowercase;
    text-align: center;
    /* font-family: BodoniModa; */
}

@media (max-width: 950px) {
    .title {
        font-size: 140px;
    }
}

@media (max-width: 700px) {
    .title {
        font-size: 100px;
    }
}

@media (max-width: 450px) {
    .title {
        font-size: 90px;
    }
}

.description {
    font-size: 30px;
}

.historie p {
    padding-bottom: 2rem;
    font-size: 24px;
    font-family: 'Avenir';
    font-weight: 300;
}

.historie-img {
    width: 100%;
    background-color: aquamarine;
    height: 100vh;
}

.kontakt h5 {
    font-weight: bold;
    margin-bottom: 1.5rem;
}

.kontakt h4 {
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 24px;
}

.kontakt a {
    text-decoration: none;
    color: #000;
}

.kontakt li {
    margin-bottom: 0.3rem;
}

.mapa {
    margin-top: 2rem;
    width: 100%;
    height: 80vh;
    background-color: gray;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.content {
    margin-top: 6rem;
}

.instalace-sluzba h5 {
    font-size: 20px;
}

.instalace-sluzba p {
    font-size: 20px;
}

/**
*   Kolekce
**/

.kolekce {
    text-align: center;
}

.kolekce .nazev {
    font-weight: bold;
    font-size: 30px;
}

.kolekce .description {
    width: 75%;
    padding: 4rem;
    font-size: 30px;
}

@media (max-width: 835px) {
    .kolekce .description {
        width: 100%;
        padding: 2rem;
        font-size: 30px;
    }
}

@media (max-width: 600px) {
    .kolekce .description {
        font-size: 25px;
    }
}

.details .splide__arrow {
    background-color: #fff !important;
    height: 50px;
    width: 50px;
}

.details .splide__arrow--prev {
    display: none;
}

.kolekce h1 {
    font-size: 30px;
    text-transform: uppercase;
}

.mobile-collection-header {
    position: relative;
}

.mobile-collection-header img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}

.mobile-collection-header h1 {
    position: absolute;
    color: #fff;
    top: 50%;
    text-align: center;
    width: 100%;
}

.mobile-collection-header p {
    position: absolute;
    color: #fff;
    top: 55%;
    text-align: center;
    width: 100%;
}

.mobile-collection-header {
    width: 100%;
    height: 120vh;
    position: relative;
}


.material-img .wp-post-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.materials p {
    text-transform: uppercase;
    font-size: 12px;
    padding: 1rem
}

.details {
    height: 100%;
}

.accordion {
    margin: 0 5rem;
}

.accordion-button {
    font-weight: 500;
    font-size: 28px;
    background-color: #f4f3ef !important;
	text-transform: uppercase !important;
    padding: 1.6rem 0;
}

.accordion-body {
    text-align: left;
    background-color: #f4f3ef !important
}

.wrapper-sheet #file-input {
    display: none;
}

.wrapper-sheet label[for='file-input'] * {
    vertical-align: middle;
    cursor: pointer;
}

.wrapper-sheet label[for='file-input'] span {
    margin-left: 10px
}

.wrapper-sheet i.remove {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: none;
}

.images {
    margin: 0 5rem;
}

.wrapper-sheet a {
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.wrapper-sheet a:hover {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}


@media (max-width: 1024px) {
    .images {
        margin: 0 1rem;
    }
}

.fake-img {
    background-color: cadetblue;
    width: 100%;
    height: 32rem;
}

.more {
    margin: 2rem 10%;
}

.more h1 {
    padding: 1rem;
    font-size: 30px;
}

.more .name {
    font-weight: bold;
}

.more .designer {
    padding: 0.5rem;
}

a {
    text-decoration: none;
    color: #000;
}

.kolekce-img .wp-post-image {
    width: 25vw;
    height: 25vw;
    object-fit: cover;
}

@media (max-width: 1199px) {
    .kolekce-img .wp-post-image {
        width: 35vw;
        height: 35vw;
    }
}

@media (max-width: 575px) {
    .kolekce-img .wp-post-image {
        width: 75vw;
        height: 75vw;
    }
}



/**
*   Inspirace
**/

.inspiration {
    margin: 6rem 4rem;
}

/* ---- grid-item ---- */

.grid-item {
    padding: 0;
    width: 31%;
    height: 120px;
    float: left;
}

@media (max-width: 1010px) {
    .grid-item {
        width: 30%;
    }
}

.grid-item-mobile {
    padding: 0;
    width: 45%;
    height: 120px;
    float: left;
}

@media (max-width: 991px) {
    .grid-item-mobile {
        width: 47%;
    }
}

@media (max-width: 800px) {
    .grid-item-mobile {
        width: 100%;
        margin-top: 2.5rem !important;
        margin-left: 0 !important;
    }
}

.grid-item--width2 {
    width: 290px;
}

.grid-item--width3 {
    width: 400px;
}

.grid-item--width4 {
    width: 540px;
}

.grid-item--height2 {
    height: 300px;
}

.grid-item--height3 {
    height: 600px;
}

.grid-item--height4 {
    height: 460px;
}

/**
*   Instalace
**/

.install {
    margin: 5rem 10rem;
}

.install .splide__slide {
    height: 15rem;
    width: 100%;
}

.install .splide__arrow {
    top: 110% !important;
    background-color: transparent !important;
    border: 1px solid #b5b5b5 !important;
    height: 50px;
    width: 50px;
}

.install .splide__arrow--prev {
    left: 80% !important;
}

.install .splide__arrow--next {
    right: 10% !important;
}

@media (max-width: 1440px) {
    .install {
        margin: 5rem 5rem;
    }
}

@media (max-width: 1440px) {
    .install {
        margin: 4rem 0rem;
    }

    .install .splide__arrow--prev {
        left: 75% !important;
    }
}

@media (max-width: 800px) {
    .install .splide__arrow--prev {
        left: 65% !important;
    }
}

.num-page {
    display: flex;
    justify-content: flex-end;
    width: 25%;
    font-size: 150px;
    align-items: center;
}

.current-page {
    margin-top: -0.3em;
}

.slash-page {
    color: gray;
}

.total-page {
    margin-top: 0.3em;
}

.install-content {
    width: 70%;
}

.install-content h1 {
    font-size: 25px;
    margin-bottom: 1em;
    /* font-family: BodoniModa; */
}

.install-content p {
    font-size: 16px;
    font-family: Avenir;
    padding: 0;
}

.install-carousel {
    margin: 2rem 8rem;
}

@media (max-width: 950px) {
    .num-page {
        font-size: 100px;
    }

}

@media (max-width: 850px) {
    .install-carousel {
        margin: 2rem 4rem;
    }

}

@media (max-width: 650px) {
    .install-carousel {
        margin: 1rem 2rem;
    }

}


/**
*   Výroba
**/

.slider {
    margin: 1rem 6rem;
}

.slider .slider-nav {
    display: flex;
    border-bottom: 2px solid #b6b6b6;
}

.slider .slider-item {
    display: block;
    padding: 2rem;
    font-size: 28px;
    /* font-family: BodoniModa;; */
    color: #b5b5b5;
    cursor: pointer;
}

@media (max-width: 1125px) {
    .slider {
        margin: 1rem 3rem;
    }

    .slider .slider-item {
        padding: 1rem;
    }
}

@media (max-width: 965px) {
    .slider {
        margin: 1rem 1rem;
    }

    .slider .slider-item {
        padding: 0.5rem;
    }
}

.slider .active {
    border-bottom: 2px solid black;
    color: black !important;
    font-weight: bold;
}

.hidden-div {
    display: none;
}

.slider .slider-content {
    margin-bottom: 4rem;
}

.slider .slider-content h5 {
    font-weight: bold;
    font-size: 24px;
    padding: 1rem 0;
}

.slider-content p {
    font-size: 24px;
}

.hidden-div .splide {
    margin-top: 3rem;
}

@media (max-width: 800px) {
    .hidden-div .splide {
        margin-top: 0;
    }
}

.hidden-div .splide__arrow {
    top: 110% !important;
    background-color: transparent !important;
    border: 1px solid #b5b5b5 !important;
    height: 50px;
    width: 50px;
}

.hidden-div .splide__arrow--prev {
    left: 90% !important;
}

.hidden-div .splide__arrow--next {
    right: 0 !important;
}

@media (max-width: 1200px) {
    .hidden-div .splide__arrow--prev {
        left: 80% !important;
    }
}

@media (max-width: 800px) {
    .hidden-div .splide__arrow--prev {
        left: 70% !important;
    }
}

/** MOBILE **/

.slider-mobile {
    display: none;
    margin: 2rem 0;
}

.slider-mobile .slider-nav {
    display: inline;
    border-right: 2px solid #b6b6b6;
    width: 40%;
}

.slider-mobile .slider-item {
    padding: 2rem;
    font-size: 28px;
    /* font-family: BodoniModa;; */
    color: #b5b5b5;
    cursor: pointer;
}

.slider-mobile .slider-content {
    display: inline;
    width: 50%;
    margin: 2rem;
}

.slider-mobile .active {
    border-right: 2px solid black;
    color: black !important;
    font-weight: bold;
}

.slider-mobile .slider-content h5 {
    font-weight: bold;
    font-size: 24px;
    padding: 1rem 0;
}

.slider-mobile .slider-content p {
    font-size: 24px;
}

@media (max-width: 450px) {
    .slider-mobile .slider-item {
        padding: 1rem;
        font-size: 24px;
    }
}


@media (max-width: 800px) {
    .slider {
        display: none;
    }

    .slider-mobile {
        display: flex;
    }

    .description {
        font-size: 24px;
    }
}

/**
*   Footer
**/

.footer-content {
    font-family: Avenir;
    border-top: 1px solid #e3e3e3;
    padding: 2rem 8rem;
    margin: 2rem 8;
}

@media (max-width: 1300px) {
    .footer-content {
        padding: 2rem 6rem;
    }
}

@media (max-width: 1110px) {
    .footer-content {
        padding: 2rem 3rem;
    }
}

@media (max-width: 950px) {
    .footer-content {
        padding: 2rem 1rem;
    }
}

footer h5 {
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

footer h4 {
    font-weight: bold;
    margin-bottom: 1.5rem;
    font-size: 20px;
}

footer li a {
    text-decoration: none;
    color: #000;

}

footer li {
    margin-bottom: 0.3rem;
    font-size: 18px;

}

footer p {
    font-size: 18px;
}

.social {
    margin-top: 2rem;
}

/**
*   Contact Form 7
**/

.wpcf7-form {
    margin: 4rem;
}

.wpcf7-form label {
    font-weight: bold;
    text-transform: uppercase;
}

.wpcf7-form input, textarea {
    background-color: transparent;
    width: 100%;
    margin: 1rem 0;
    padding: 1rem;
    border: 0;
    border-bottom: 1px solid #e3e3e3;
    font-size: 24px;
    font-weight: normal;
    /* font-family: BodoniModa; */
    outline: none;
}

.wpcf7-form textarea {
    background-color: transparent;
    height: 70px;
}

.wpcf7-submit {
    font-family: Avenir !important;
    text-transform: uppercase;
    background-color: #dbdbdb !important;
    padding: 0.5rem 0.5rem !important;
	font-size: 20px!important;
	transition: transform .2s!important;
}

.wpcf7-submit:hover {
	transform: scale(1.1);
}

@media (max-width: 435px) {
    .wpcf7-submit {
        padding: 1rem 1rem !important;
    }
}

#dotaz p {
    width: 100%;
}

#dotaz textarea {
    width: 100%;
}

/**
*   Animace
**/

@keyframes pulse {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.2, 1.2);
    }

    100% {
        transform: scale(1, 1);
    }
}

header a:hover {
    animation: pulse 3s ease-in-out infinite;
}

.kolekce-banner a:hover {
    animation: pulse 3s ease-in-out infinite;
}

footer a:hover {
    animation: pulse 3s ease-in-out infinite !important;
}

button:hover {
    cursor: pointer
}

button {
    background: transparent;
    outline: none;
    position: relative;
    border: 2px solid #111;
    padding: 15px 50px;
    overflow: hidden;
}

/*button:before (attr data-hover)*/
button:hover:before {
    opacity: 1;
    transform: translate(0, 0);
}

button:before {
    content: attr(data-hover);
    position: absolute;
    top: 1.1em;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: .8em;
    opacity: 0;
    transform: translate(-100%, 0);
    transition: all .3s ease-in-out;
}

/*button div (button text before hover)*/
button:hover div {
    opacity: 0;
    transform: translate(100%, 0)
}

button div {
    text-transform: uppercase;
    letter-spacing: 3px;
    font-weight: 800;
    font-size: .8em;
    transition: all .3s ease-in-out;
}

b, strong {
    font-weight: 700;
}

.banner-logo {
	width: 1024px;
}