/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;700&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0c0c0c;
    font-family: "Poppins", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

.container-big {
    width: 100%;
    max-width: 1656px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.container-mid {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}


a {
    color: #0c0c0c;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #0c0c0c;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.btn-main {
    line-height: 2rem;
}

.entry-content input[type="submit"],
.btn-main a {
    transition: .2s ease-in-out;
    background: #0c0c0c;
    border: 2px solid #0c0c0c;
    color: #fff;
    border-radius: 30px;
    padding: .6rem 1.6rem;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase
}

.entry-content input[type="submit"]:hover,
.btn-main a:hover {
    background: #0c0c0c;
    border: 2px solid #0c0c0c;
    color: #fff;
}

.btn-main a .fa-sharp {
    padding-left: .5rem;
}

.btn-main a:hover .fa-sharp {
    padding-left: .5rem;
    color: #0c0c0c;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#wrapper {
    background: url('https://www.mateuszpuch.pl/wp-content/uploads/2024/01/bg.jpg') no-repeat center center;
    background-size: cover;
    min-height: 100vh; /* Ustawia minimalną wysokość na 100% wysokości viewportu */
}

.mastheader {
    padding: 8rem 0 4rem 0;
    z-index: 999;
}

.logo {
    text-align: center;
}

.logo img {
    max-width: 180px;
    border-radius: 100%;
}

.mp {
    margin: 2rem 0 0 0;
    text-align: center;
    font-size: 1.2rem;
}

.mp strong {
    font-size: 1.6rem;
}

.mp span {
    font-weight: 300;
    font-size: .9rem;
}

.contact,
.linkedin {
    text-align: center;
}

.contact {
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
}

.contact .fa-sharp {
    padding-right: .5rem
}

.fa-envelope-open-text {
    padding-left: 1rem;
}

.btn-register {
    text-align: center;
}

.btn-register a {
    background: #ff0000;
    color: #fff;
    font-weight: 700;
    font-size: .9rem;
    padding: .8rem 2rem;
    border-radius: 30px;
    text-transform: uppercase;
    transition: .2s ease-in-out;
}

.btn-register a:hover {
    background: #af0000;
}

.social {
    margin-top: 2rem;
    text-align: center;
}

.social a {
    margin: 0 .25rem;
}

.kidp a:hover,
.contact a:hover,
.linkedin a:hover {
    text-decoration: underline;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #0c0c0c;
    margin: 0 .7rem;
    padding: 0.2rem 0.4rem;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    background: #fff;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    background: #0c0c0c
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.open,
.navbar-light .navbar-nav .open>.nav-link {
    color: #fff;
    background: #0c0c0c
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: 3px 1.5rem;
    clear: both;
    font-weight: 400;
    color: #292b2c;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #1d1e1f;
    text-decoration: none;
    background-color: #f7f7f9;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0275d8;
}

.dropdown-toggle::after {
    color: #0c0c0c;
}

.mhm-btn {
    text-align: right;
}

.mhm-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;

}

.mhm-contact>* {
    display: flex;
}

.mhm-contact .envelope {
    margin-left: 2rem;
}

.mhm-contact .social::before {
    content: "";
    width: 1px;
    background: #eaeaea;
    margin: 0 1rem 0 3rem;
}

.mhm-contact .social a {
    color: #0c0c0c;
    padding: 0 .75rem;
    font-size: 1.2rem;
}

.mhm-contact>* .fa-solid {
    color: #0c0c0c;
    padding: 0 .5rem 0 0;
}

.mhm-contact>* a {
    color: #0c0c0c;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.top {
    position: relative;
}

#slider {}

#slider .item {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    margin: 0 1rem;
    padding: 15rem 0;
}

#slider .item.bg-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: var(--bg-image);
    /* Używamy zmiennej CSS tutaj */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    animation: zoomEffect 5s infinite;
    z-index: -1;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.1);
    }
}


#slider .box {
    position: relative;
    z-index: 999;
    text-align: center;
}

#slider .item h2 {
    margin: 0 auto 1rem;
    font-weight: 700;
    font-size: 5rem;
    color: #fff;
    max-width: 55%;
}

#slider .item h3 {
    margin: 0rem 0 1.5rem;
    font-weight: 400;
    font-size: 1.4rem;
    color: #0c0c0c;
    text-transform: uppercase
}

#slider .item h4 {
    margin: 4rem 0 1.5rem;
    font-weight: 700;
    font-size: 1rem;
}

#slider .item h4 span {
    background: #0c0c0c;
    padding: .5rem;
    color: #fff;
}

#slider .item .text {
    margin: 0 auto 4rem;
    letter-spacing: 0px;
    max-width: 50%;
    color: #c9c9c9;
}

#slider .item .text p {
    font-size: 1.2rem;
    font-weight: 300;
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 70%) 50%, rgb(0 0 0 / 50%) 80%);
    top: 0;
    left: 0;
}

#slider .more a {
    background: transparent;
    color: #fff;
}

#slider .owl-controls {
    position: absolute;
    margin: 0;
    bottom: 2.5rem;
    left: 50%;
    transform: translate(-50%, -50%)
}

#slider .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0 1rem;
    padding: 0;
    font-size: 1.8rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

#slider .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    display: inline;
    margin: 0 1rem;
    padding: 0;
    font-size: 1.8rem;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: transparent;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
}

#slider .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

#slider .owl-prev::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f104";
}

#slider .owl-next::before {
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    content: "\f105";
}

#slider .owl-controls .owl-page span {
    width: 1rem;
    height: 1rem;
    margin: 0 .35rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background: #fff;
}

#slider .owl-controls .owl-page.active span,
#slider .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    opacity: 1;
}

.scroll-down {
    position: absolute;
    z-index: 999;
    bottom: 4.5rem;
    right: 6rem;
    z-index: 999;
}

.scroll-down a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 700;
    color: #ffffff;
    background: #ffffff00;
    border: 2px solid #0c0c0c;
    padding: 1rem 1.2rem;
    border-radius: 100%;
}

.scroll-down a:hover {
    color: #fff;
    background: #0c0c0c;
    border: 2px solid #0c0c0c;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.service {
    padding: 4.75rem 0;
}


.service__four-widgets .box {
    margin: 0 0 2rem;
    text-align: center;
}

.service__four-widgets .box__icon {
    font-size: 2rem;
    color: #0c0c0c;
}

.service__four-widgets h3 {
    font-weight: 700;
    margin: 1rem 0 .5rem;
    font-size: .85rem;
}

.service__four-widgets h3 a {
    color: #0c0c0c;
}

.service__four-widgets .box__content {
    font-size: .7rem;
    font-weight: 300;
    color: #767676;
}

.section-title {
    text-align: center;
}

.section-title h2 {
    font-size: 2rem;
    font-weight: 700;
    margin: 0 auto 1rem;
}

.section-title p {
    margin: 0 auto 2.5rem auto;
    font-size: 1.1rem;
    font-weight: 300;
}

.rooms {
    padding: 4.75rem 0;
    background: #f4f4f4;
}

.rooms .entry-content h2 {
    margin: 2rem 0 1rem;
}

.rooms h2 a {
    color: #0c0c0c;
}

.rooms a:hover {
    text-decoration: underline;
}

.vizualization {

    padding: 4.75rem 0;
}

.vizualization ul {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    justify-content: flex-start;
    margin: 0;
    padding: 0;
}

.vizualization ul li {
    display: flex;
    width: 25%;
    margin: 0;
    padding: 0;
}

.vizualization ul li img {
    max-width: 100%;
}

.gmap {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title {
    background: url('https://www.wakom.ntfctr.pl/wp-content/uploads/2023/09/page-title.jpg') center center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 4.75rem 0;
}

.page-title .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(0 0 0 / 60%) 0%, rgb(0 0 0 / 70%) 50%, rgb(0 0 0 / 50%) 80%);
    top: 0;
    left: 0;
}

.page-title .container-mid {
    position: relative;
    z-index: 999;
}

.page-title h1 {
    font-size: 3rem;
    text-align: center;
    margin: 0;
    color: #fff;
    font-weight: 700;
}

.page-title h3 {
    margin: 0rem 0 0rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #777;
}

.page-wrapper {
    padding: 4.75rem 0;
    background: #fff;
}

body.product-template-default #main,
.entry-page {
    background: #fff;
}

#image-map-pro-9f69af73-cb79-42f1-accd-420daf3ce358 .imp-ui-light.imp-object-menu-on-top .imp-object-list-item,
#image-map-pro-9f69af73-cb79-42f1-accd-420daf3ce358 .imp-ui-light .imp-ui-layers-select,
#image-map-pro-fa9fc084-05ca-4ec5-8448-e4ddc2da8756 .imp-ui-light.imp-object-menu-on-top .imp-object-list-item,
#image-map-pro-fa9fc084-05ca-4ec5-8448-e4ddc2da8756 .imp-ui-light .imp-ui-layers-select {
    color: #fff;
    background: #0c0c0c;
    box-shadow: none;
    border: 2px solid #0c0c0c;
    border-radius: 30px;
    padding: 0.5rem 3rem .5rem 1rem !important;
    line-height: 1rem !important;
    height: 40px !important;
}

#image-map-pro-9f69af73-cb79-42f1-accd-420daf3ce358 .imp-ui-light.imp-object-menu-on-top .imp-object-list-item:hover,
#image-map-pro-9f69af73-cb79-42f1-accd-420daf3ce358 .imp-ui-light .imp-ui-layers-select:hover,
#image-map-pro-fa9fc084-05ca-4ec5-8448-e4ddc2da8756 .imp-ui-light.imp-object-menu-on-top .imp-object-list-item:hover,
#image-map-pro-fa9fc084-05ca-4ec5-8448-e4ddc2da8756 .imp-ui-light .imp-ui-layers-select:hover {
    background: #464646;
    border: 2px solid #464646
}

#image-map-pro-9f69af73-cb79-42f1-accd-420daf3ce358 .imp-ui-light.imp-object-menu-on-top .imp-object-list-item p,
#image-map-pro-fa9fc084-05ca-4ec5-8448-e4ddc2da8756 .imp-ui-light.imp-object-menu-on-top .imp-object-list-item p {
    font-size: 14px;
}

#image-map-pro-9f69af73-cb79-42f1-accd-420daf3ce358 .imp-ui-light .imp-ui-layers-menu-wrap .imp-icon,
#image-map-pro-fa9fc084-05ca-4ec5-8448-e4ddc2da8756 .imp-ui-light .imp-ui-layers-menu-wrap .imp-icon {
    fill: white;
    top: 12px;
}

.imp-ui-light .imp-ui-layers-select {
    color: black;
    background: white;
    box-shadow: none;
    border: 0;
    border-radius: 30px;
}

.imp-object-list-item p {
    margin-bottom: 0 !important;
}

/*
#image-map-pro-9f69af73-cb79-42f1-accd-420daf3ce358 .imp-translate {
    width: 991px;
    height: auto;
    margin: 0 auto;
}
*/
.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 3rem 0 2rem;
    font-size: 1.8rem;
}

.entry-content h3 {
    font-weight: 700;
    margin: 2rem 0 .5rem;
    font-size: 1.2rem;
}


.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content input,
.entry-content textarea {
    border-radius: 0;
    border: 2px solid #ddd;
}

.entry-content textarea {
    margin-top: 1rem;
}

.entry-content .form-control:focus {
    border-color: #c5aa5c;

}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

#about-col #about-col-p strong {
    background: #0c0c0c;
    border: 2px solid #0c0c0c;
}

#about-col strong {
    transition: .2s ease-in-out;
    background: #0c0c0c;
    border: 2px solid #0c0c0c;
    color: #fff;
    border-radius: 30px;
    padding: .3rem .6rem;
    font-size: .8rem;
    font-weight: 700;
    text-transform: uppercase
}

.wpcf7 p {
    font-size: .9rem;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: .75rem;
    font-weight: normal;
    display: block;
}

.wpcf7 form .wpcf7-response-output {
    padding: 1rem;
}

.thumb-img img {
    transition: .25s ease-in-out;
}

.thumb-img img:hover {
    opacity: .7
}

.pw-archive article {
    margin: 0 0 2rem 0;
}

.pw-archive h2.entry-title {
    font-size: 1.2rem;
    margin: 1rem 0 2rem 0;
}

.pw-archive h2.entry-title a {
    color: #111;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-wrapper {
    margin-top: -9px;
    padding: 8rem 0;
    background: url('https://www.wakom.ntfctr.pl/wp-content/uploads/2023/09/fw-bg.jpg')center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #8c8c8c
}

#block-7 img {
    background: #fff;
    padding: 1.5rem;
}

.footer-widget h3 {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0 0 .5rem;
    color: #fff;
}

.footer-widget .widget {}

.footer-widget a {
    color: #fff;
}

#block-10,
#block-11,
#block-12 {
    text-align: right;
}

#block-10 p {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 0rem;
}

#block-10 p a {
    color: #0c0c0c;
}

#block-11 p {
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}


#block-12 .fa-solid {
    font-size: 2.4rem;
    margin: 0 0 1rem;
    color: #fff;
}

.footer-bottom {
    background: transparent;
    padding: 8rem 0 0rem 0;
    font-size: .75rem;
}

.fb-inner .row {
    align-items: center;
}

.footer-bottom a {
    color: #fff;
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: left;
}

.footer-bottom .footer-author {
    text-align: left;

}


.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 700;
}

.footer-bottom .footer-credits a:hover,
.footer-bottom a:hover,
.footer-bottom .footer-author a:hover {}

.scroll-top {
    text-align: right;
}


.scroll-top a {
    transition: .25s ease-in-out;
    font-size: .8rem;
    font-weight: 700;
    color: #ffffff;
    background: #ffffff00;
    border: 2px solid #0c0c0c;
    padding: .8rem 1rem;
    border-radius: 100%;
}

.scroll-top a:hover {
    color: #fff;
    background: #0c0c0c;
    border: 2px solid #0c0c0c;
}