/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500;700&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #333;
    font-family: "Inter", Helvetica, Arial, sans-serif;
    font-size: 16px;
    line-height: 1.62857;
}

a {
    color: #d10027;
    background-color: transparent;
    transition: .2s ease-in-out;
}

a:active,
a:hover {
    color: #d10027;
    outline: 0;
    text-decoration: none;
}

p {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 300;
}

strong {
    font-weight: 700;
}

.more {
    line-height: 2rem;
}

.more a,
.entry-content input[type="submit"] {
    transition: .2s ease-in-out;
    color: rgb(17, 17, 17);
    background: transparent;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    border: 2px solid rgb(209 0 39);
    outline: 0px;
    font-size: .9rem;
    text-transform: uppercase;
    padding: 0.3rem 1.25rem;
    display: inline-block;
    transform: skew(-6deg);
}

.more a:hover,
.entry-content input[type="submit"]:hover {
    background: transparent;
}

.more a .fa-solid {
    padding-left: 1rem;
}

.more a .fa-solid {
    color: #d10027;
    transition: .2s ease-in-out;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.mastheader {
    padding: 0;
}

.mh-top {}

.mht {}

.mht1 {}

.mht2 {}

.mht3 {}

.mht4 {}

.mht {}

.mh-main {
    padding: 3rem 0;
    position: relative;
}

.mh-main .row {
    align-items: center;
}

.mh-main h1 {
    font-weight: 700;
    margin: 0;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
}

.logo {
    height: auto;
}

.logo img {}

.mhm-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}

.mhm-inner .mhm-btn {
    margin-right: 5rem;
}

.mhm-inner .phone,
.mhm-inner .envelope,
.mhm-inner .social {
    margin: 0 0 0 1rem;
    font-size: 1.3rem;
}

.mhm-ue {
    text-align: right;
}

.mhm-ue img {
    max-width: 60%;
}

.navbar {
    margin: 0;
    padding: 0;
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 0 2rem;
    padding: 0;
    font-size: 1.2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #d10027
}

.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: #d10027
}

.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: #d10027;
}

.mhm-btn {
    text-align: center;
}

.mhm-social {
    text-align: right;
}

.mhm-social > * {
    padding: 0 .25rem
}

.mh-nav {
    padding: 1rem;
    background: #111;
}

/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/

#slider {}

#slider .item {
    padding: 8rem 0;
}

#slider .box {
    position: relative;
    z-index: 999;
}

#slider .item h2 {
    margin: 0 0 1.5rem;
    font-weight: 700;
    font-size: 4rem;
    color: #fff;
    max-width: 50%;
}

#slider .item h3 {
    font-weight: 700;
    margin: 0 0 0rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #d10027;
}

#slider .item h4 {
    margin: 0 0 3rem;
    font-weight: 400;
    font-size: 1rem;
    color: #fff;
    letter-spacing: 4px;

}

#slider .item .extra-txt {
    font-size: 1.1rem;
    margin: 0 0 3rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #888;
    max-width: 50%;
}

#slider .more a {
    color: #fff;
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(0 0 0 / 70%) 35%, rgb(0 0 0 / 20%) 45%, rgb(0 0 0 / 0%) 80%);
    top: 0;
    left: 0;
}

#slider .owl-controls {
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translate(-50%, -50%)
}

#slider .owl-controls .owl-page {
    display: block;
    zoom: 1;
    *: ;
    display: inline;
}

#slider .owl-controls .owl-page span {
    width: 2rem;
    height: 2rem;
    margin: 0 0 1rem;
    filter: Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    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 {
    bottom: -.75rem;
    position: absolute;
    right: 15rem;
    z-index: 999;
}

.scroll-down a {
    background: #d10027;
    color: #fff;
    border-radius: 100%;
    padding: 1rem 1.5rem;
    font-size: 1.4rem;
}

/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.about {
    padding: 4.5rem 0;
    background: url('https://www.pentar.ntfctr.pl/wp-content/uploads/2022/03/about-bg.jpg') center bottom;
    background-repeat: no-repeat;
}

.section-title {
    margin-bottom: 4rem;
}

.section-title h1,
.section-title h2 {
    text-align: left;
    margin: 0 0 .5rem;
    font-weight: 700;
    font-size: 2.4rem;
}

.section-title p {
    margin: 0;
    text-align: left;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #d10027;
    font-weight: 700;

}

.gp {
    margin-top: 2rem;
}

.a-left {
    padding: 3rem;
    background: #f5f5f5;
    min-height: 585px;

}

.a-left h2 {
    margin: 0 0 .5rem;
    font-weight: 700;
    font-size: 3rem;
}

.a-left h3 {
    font-weight: 700;
    margin: 0 0 2rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    color: #d10027;
}

.a-left .al-txt {
    font-weight: 300;
    margin: 0 0 3rem;
    color: #808080;
}

.a-left .al-txt p {
    font-size: 1rem;
}


.a-center iframe {
    max-height: 585px;
}

.a-right {
    background: #fff;
    margin-bottom: 4.5rem;
}

.a-right .ar-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.a-right .arb-line {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 1.5rem;
    padding-right: 1.5rem;
    border-right: 1px solid #eaeaea;
}

.a-right .arb-line:last-child {
    margin-right: 0rem;
    padding-right: 0rem;
    border-right: none
}

.a-right .arb-line img {
    width: 20%;
    margin-right: 2rem;
}

.a-right .arb-line .arbl-txt {
    width: 70%;
}

.a-right .arb-line .arbl-txt h3 {
    font-weight: 700;
    font-size: 1.4rem;
    margin: 1.5rem 0 0 0;
}

.a-right .arb-line .arbl-txt p {
    font-size: .9rem;
    text-transform: uppercase
}

.service {
    padding: 0 0 4.5rem 0;
    background: url('https://www.pentar.ntfctr.pl/wp-content/uploads/2022/03/service-bg.jpg') center bottom;
    background-repeat: no-repeat;
    background-color: #000;
    color: #fff;
}

.service .section-title {
    padding-left: 3rem;
}

.service .section-title p,
.gallery-hp .section-title p,
.cta .section-title p {
    margin: 0;
    font-size: 1rem;
    color: #808080;
    max-width: 65%;
    text-transform: none;
    font-weight: 500;
}

.service .s-sc {
    margin-right: 0;
    margin-left: 0;
    margin-top: 2rem;
}

.service .s-sc > *:nth-child(1) {
    background: #d10027;
    padding: 4rem 2rem;
}

.service .s-sc > *:nth-child(2) {
    background: #b50022;
    padding: 4rem 2rem;
}

.service .s-sc > *:nth-child(3) {
    background: #212121;
    padding: 4rem 2rem;
}

.service .box {
    color: #fff;
}

.service .box h3 {
    margin: 2rem 0 1rem;
    font-weight: 700;
    font-size: 1.4rem;
    max-width: 75%
}

.service .box .fwb-icon {
    text-align: right
}

.service .box img {
    background: #fff;
    padding: 1.5rem 1rem;
    max-width: 26%;
    margin-top: -8rem;
    box-shadow: 0rem 1rem 1rem #00000017;
}

.service .box h3 {
    margin-top: -2rem;
}

.service .box h3 a {
    color: #fff;
}

.service .box .fwb-txt {
    font-size: .9rem;
    color: #d9d9d9
}

.service .s-fr {
    align-items: center;
}

.service .more a {
    color: #fff;
}

.products {
    padding: 5rem 0 4.5rem;
    background: #f4f4f4;
    font-size: 2rem;
    text-align: center;
    min-height: 300px;
}

.gallery-hp {
    padding: 4.5rem 0;
}

.gallery-hp .section-title {
    margin-top: 3rem;
}

.gmap {
    z-index: 99;
    position: relative;
}

.cta {
    margin-top: -7rem;
    position: relative;

    z-index: 999;
}

.cta .more {
    text-align: right;
}

.cta-inner {
    padding: 4.5rem 0;
    background: #d10027;
    color: #fff;
}

.cta .section-title p {
    color: #eee;
    font-weight: 300;
}

.cta .section-title {
    margin: 0
}

.cta .row {
    align-items: center;
}

.cta .more a {
    color: rgb(255 255 255);
    border: 2px solid rgb(255 255 255);
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/


.page-title {
    background: url('#') center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem 0;
}

.page-title h1 {
    font-size: 2rem;
    margin: 0;
    color: #111;
    font-weight: 700;
}

.page-title h3 {
    margin: 0rem 0 0rem;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0px;
    color: #777;
}

.page-wrapper {
    padding: 3rem 0;
    background: #f4f4f4;
}

body.product-template-default #main,
.entry-page {
    padding: 3rem;
    background: #fff;
}


.entry-content {}

.entry-content h2 {
    font-weight: 700;
    margin: 2rem 0 1rem;
    font-size: 1.5rem;
}

.entry-content h2::after {
    content: "";
    display: block;
    height: 2px;
    width: 50px;
    background: #d10027;
    margin: 1rem 0 3rem 0;
}

.entry-content p {}

.entry-content p:last-child {
    margin-bottom: 0
}

.entry-content label {
    font-weight: 700;
    font-size: .9rem;
}

.entry-content p label {
    margin-top: .5rem;
}

.entry-content table td {
    border: 1px solid #eee;
    padding: 1rem;
}

.wpcf7 p {
    font-size: .9rem;
}

.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 {}


.footer-widget {
    padding: 6rem 0 4.5rem 0rem;
    color: #111;
}

.footer-widget h3 {
    font-size: 1.3rem;
    font-weight: 700;
    margin: 0 0 .5rem;
}

.r-sc {
    padding-top: 3rem;
    margin-top: 3rem;
    border-top: 1px solid #eee;
}

.footer-widget .widget {
    margin: 0;
    font-size: .9rem
}

.footer-widget .widget p {
    font-size: .9rem
}

.footer-widget .widget p:last-child {}

.footer-widget a {}

#block-24 {
    font-size: 2rem;
    font-weight: 700;
    text-align: right;
}

#block-24 span {
    display: block;
    font-size: 1.4rem;
    color: #d10027;
    margin-top: -1rem;
}

#block-24 .fa-brands {
    margin-top: 2rem;
    font-size: 1.4rem;
}

.footer-bottom {
    background: transparent;
    font-size: .85rem;
    color: #888;
}

.fb-inner {
    padding: 3rem 0;
    border-top: 8px solid #f4f4f4;
}

.footer-bottom .footer-credits {
    margin-bottom: 0;
    text-align: left;
}

.footer-bottom .footer-author {
    text-align: left;

}

.footer-bottom .footer-logo {
    text-align: center;
}

.footer-bottom .footer-logo img {
    max-height: 60px;
}


.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 .fad {
    padding-left: .5rem;
}
