/*--------------------------------------------------------------
# Main style & custom components
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    margin: 0;
    background: #fff;
    color: #0c0c0c;
    font-family: "Kanit", 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: #e3000f;
    background-color: transparent;
    transition: .2s ease-in-out;
}

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

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

strong {
    font-weight: 500;
}

.btn-main {
    line-height: 2rem;
}

.footer-widget input[type="submit"],
.entry-content input[type="submit"],
.btn-main a {
    transition: .2s ease-in-out;
    background: #e3000f;
    border: 2px solid #a1000b;
    color: #fff;
    border-radius: 30px;
    padding: .7rem 1.8rem;
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase
}

.footer-widget input[type="submit"]:hover,
.entry-content input[type="submit"]:hover,
.btn-main a:hover {
    background: #2f2483;
    border: 2px solid #2f2483;
    color: #fff;
}

.btn-main a .fa-sharp {
    padding-left: .5rem;
    color: #fff;
}

.btn-main a:hover .fa-sharp {
    padding-left: .5rem;
    color: #e3000f
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.mastheader {
    position: relative;
    padding: 0;
    z-index: 999;
}

.mh-top {
    padding: 1rem 0 1rem 0;
    font-size: .8rem;
    color: #9d96d9;
    background: #2f2483;
}

.mht {}

.mht .fa-sharp,
.mht .fa-brands {
    margin-right: .4rem;
    color: #e3000f
}

.mht a {
    color: #ffffff;
    font-weight: 500;
}

.mht a:hover {
    color: #fff;
    text-decoration: underline;
}

.mht1 {}

.mht2 {}

.mht3 {
    text-align: center;
}

.mht4 {
    text-align: right;
}


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

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

.logo {
    position: absolute;
    top: -3rem;
    height: auto;
}

.logo img {
    padding: 1.5rem;
    border-radius: 0 0 1rem 1rem;
    background: #fff;
    max-width: 100%;
}

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

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    margin: 0 3rem;
    padding: 0;
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 2px solid transparent;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #fff;
    border-bottom: 2px solid #e3000f;
}

.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;
    border-bottom: 2px solid #e3000f;
}

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

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


/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
.top>* {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    margin-top: -195px;
    z-index: 9;
}

#slider {}

#slider .item {
    min-height: 100vh;
}

#slider .item-inner {
    padding: 10rem 0 10rem;
}

#slider .content-inner {
    padding: 22rem 0 6rem;
    min-height: 100vh;
    margin-left: 8.5rem;
}

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

#slider .item h2 {
    margin: 0 0 1rem;
    font-weight: 500;
    font-size: 4rem;
    color: #fff;
    max-width: 45%;
}

#slider .item h3 {
    margin: 0rem 0 2rem;
    font-weight: 600;
    font-size: 1.4rem;
    color: #e3000f;
    text-transform: uppercase;
}

#slider .item h4 {
    margin: 0 0 3rem 0em;
    font-weight: 500;
    font-size: 1.4rem;
}

#slider .item h4 span {
    background: #2f2483;
    padding: .5rem;
    color: #fff;
}

#slider .item .text {
    margin: 0 0 4rem;
    letter-spacing: 0px;
    max-width: 40%;
    color: #c9c9c9;
}

#slider .item .text p {
    font-size: 1rem;
}

#slider .mask {
    z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.75) 50%, rgba(0, 0, 0, 0.45) 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-page span {
    width: 1rem;
    height: 1rem;
    margin: 0 .5rem;
    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;
}

.top {
    position: relative;
}

.scroll-down {
    position: absolute;
    z-index: 999;
    bottom: 10rem;
    right: 6rem;
    z-index: 999;
}

.scroll-down a {
    transition: .25s ease-in-out;
    font-size: 1rem;
    font-weight: 500;
    color: #ffffff;
    background: #ffffff00;
    border: 2px solid #e3000f;
    padding: 1rem 1.4rem;
    border-radius: 100%;
}

.scroll-down a:hover {
    color: #fff;
    background: #e3000f;
    border: 2px solid #e3000f;
}

#myVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.content {
    position: fixed;
    bottom: 0;
    background: linear-gradient(84deg, rgb(47 36 131) 0%, rgb(0 0 0 / 16%) 50%, rgb(0 0 0 / 0%) 80%);
    width: 100%;
    height: 100%;
}

#myBtn {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: none;
    background: #000;
    color: #fff;
    cursor: pointer;
}

#myBtn:hover {
    background: #ddd;
    color: black;
}


/*--------------------------------------------------------------
# Homepage
--------------------------------------------------------------*/
.about {
    padding: 7rem 0;
    background: #2f2483;
    color: #fff;
}

.row-box>*:nth-child(2) .about__box {
    background: #281e72
}

.about__box {
    background: #2c227b;
    padding: 3rem 2rem;
}

.about__box h2 {
    font-size: 1.6rem;
    margin: 0 0 .5rem 0;
}

.about__box p {
    font-size: 1rem;
    font-weight: 300;
    margin: 0;
    color: #9d96d9;
}

.a-right {
    padding-left: 7rem;
}

.a-right__content p {
    font-size: 1.6rem;
}

.a-right__btn {
    margin-top: 3rem;
}

.service {
    padding: 8rem 0;
    background: linear-gradient(to bottom, #fff, #2f248324);

}

.service h2 {
    margin: 2rem 0 1rem;
    font-weight: 500;
    font-size: 1.2rem;
    color: #e3000f;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.service .s-right__content {
    font-size: 1.4rem;
    font-weight: 300;
}

.s-right__four-widgets {
    margin-top: 3rem;
}

.s-right__four-widgets .box {
    margin: 0 0 2rem;
    border: 2px solid #fff;
    border-radius: 1rem;
    padding: 2rem 2rem;
    transition: .2s ease-in-out;
}

.s-right__four-widgets .row>*:nth-child(1) .box,
.s-right__four-widgets .box:hover {
    background: #2f2483;
    border-color: #2f2483;
}

.s-right__four-widgets .row>*:nth-child(1) h3 a,
.s-right__four-widgets .box:hover h3 a {
    color: #fff;
}

.s-right__four-widgets .row>*:nth-child(1) .box__icon,
.s-right__four-widgets .box:hover .box__icon {
    color: #e3000f
}

.s-right__four-widgets .row>*:nth-child(1) .box__content,
.s-right__four-widgets .box:hover .box__content {
    color: #9d96d9;
}

.s-right__four-widgets .box__icon {
    font-size: 3rem;
    color: #2f2483;
    margin-top: -1rem;
}

.s-right__four-widgets h3 {
    font-weight: 500;
    margin: 0.5rem 0 .5rem;
    font-size: 1.2rem;
}

.s-right__four-widgets h3 a {
    color: #0c0c0c;
}

.s-right__four-widgets .box__content {
    font-size: .85rem;
    font-weight: 300;
    color: #2f248391
}

.service .s-right .btn-main {
    margin-top: 2rem;
}

.s-left img {
    max-width: 100%;
}

.h-gallery {
    background: #2f2483;
}

.h-gallery .wp-block-gallery.wp-block-gallery-1 {
    gap: 0
}

.h-gallery .wp-block-gallery.wp-block-gallery-1 img {
    transition: .2s ease-in-out
}

.h-gallery .wp-block-gallery.wp-block-gallery-1 img:hover {
    opacity: .8
}

.partners {
    padding: 7rem 0;
    color: #fff;
}

.partners h2.section-title {
    font-size: 2rem;
    margin: 0 0 1rem 0;
    font-weight: 500;
    color: #2f2483;
    text-align: center;
}

.partners .row>* {}

.partners .box {
    text-align: center;
    padding: 0rem 2rem
}

.partners .box img {
    max-width: 100%;
    filter: grayscale(100%);
    transition: .25s ease-in-out;
}

.partners .box img:hover {
    filter: grayscale(0%);
}

.partners .col-lg-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;

}


.gmap {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

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


.page-title {
    margin-top: -110px;
    padding: 16rem 0 8rem 0;
    position: relative;
}

.page-title .container-big {
    position: relative;
    z-index: 99;
}

.page-title h1 {
    font-size: 4rem;
    margin: 0 auto .5rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    max-width: 65%;
}

.page-title h3 {
    margin: 0rem;
    text-align: center;
    font-weight: 400;
    font-size: 1.6rem;
    color: #e3000f;
    text-transform: uppercase;
}

.page-title .mask {
    z-index: 9;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0, 0, 0);
    background: linear-gradient(120deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 75%) 75%, rgb(0 0 0 / 0%) 90%);
    top: 0;
    left: 0;
}

.page-wrapper {
    padding: 0rem 0;
}

body.product-template-default #main,
.entry-page {
    padding: 8rem 3rem;
    background: #fff;
    border-right: 1px solid #e3000f25;
    border-left: 1px solid #e3000f25
}

.entry-content {}

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

.entry-content h3 {
    margin: 2rem 0 1rem;
    font-weight: 500;
    font-size: 1.3rem;
    color: #e3000f;
    text-transform: uppercase;
}

.entry-content h4 {
    margin: 2rem 0 1rem;
    font-weight: 500;
    font-size: 1.3rem;
    color: #e3000f;
    text-transform: uppercase;
}

.entry-content ul li,
li .entry-content p {
    font-size: 1.1rem;
    font-weight: 300;
    margin-bottom: .75rem;
}

.entry-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.entry-content ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #55ab8e;
    font-weight: 300;
}

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

}

.entry-content table {
    margin: 1.5rem 0;
}

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


#entry-content__col-mrgtp0 h3 {
    margin-top: 0
}

#entry-content__col-offer {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 2rem;
    margin-top: 4rem;
}

#entry-content__col-offer .wp-block-column {
    border: 2px solid #2f248336;
    border-radius: 1rem;
    padding: 2rem;
    text-align: center;
    background: #fff;
    transition: .2s ease-in-out;
}

#entry-content__col-offer .wp-block-column:hover {
    background: #2f2483;
    border-color: #2f2483;
}

#entry-content__col-offer .wp-block-column i {
    font-size: 3rem;
    color: #2f2483;
    margin-bottom: 1rem;
    transition: .2s ease-in-out;
}

#entry-content__col-offer .wp-block-column:hover i {
    color: #e3000f;
}

#entry-content__col-offer .wp-block-column h3 {
    font-size: 1.2rem;
    font-weight: 500;
    margin: 1rem 0;
    color: #0c0c0c;
    text-transform: none;
    transition: .2s ease-in-out;
}

#entry-content__col-offer .wp-block-column:hover h3 {
    color: #fff;
}

#entry-content__col-offer .wp-block-column p {
    font-size: .95rem;
    font-weight: 300;
    color: #2f248391;
    transition: .2s ease-in-out;
    margin: 0;
}

#entry-content__col-offer .wp-block-column:hover p {
    color: #9d96d9;
}


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

.cf7-agree {
    margin: 0 0 2rem;
}

.thumb-img img {
    transition: .25s ease-in-out;
}

.thumb-img img:hover {
    opacity: .7
}

.pw-archive article {
    margin: 0 0 2rem 0;
}

.pwa-box h3 {
    font-size: 1.6rem;
    margin: 2rem 0 2rem 0;
}

.pwa-box h3 a {
    color: #111;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer-wrapper {
    margin-top: -9px;
    padding: 8rem 0;
    background: url(https://www.tombus.pl/wp-content/uploads/2025/01/fw-bg.jpg) center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff
}


.footer-widget {}

.footer-widget h2 {
    font-size: 1.4rem;
    font-weight: 500;
    margin: 0 0 1rem;
    color: #fff;
}

.footer-widget .widget {}


.footer-widget a {
    color: #fff;
}

.footer-widget p {
    color: #bbb;
    font-size: 1rem;
    font-weight: 300;
}

.footer-widget ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    transition: .25s ease-in-out;
    margin: 0 0 .75rem;
    color: #bbb;
    font-size: 1rem;
    font-weight: 300;
}

.footer-widget ul li:hover {
    margin: 0 0 .75rem .5rem;
}

.footer-widget ul li:hover a {
    color: #fff;
}

.footer-widget ul li a {
    color: #767676
}

.footer-widget ul li::before {
    font: var(--fa-font-solid);
    content: "\f0da";
    padding: 0 0.5rem 0 0;
    color: #e3000f;
    font-weight: 300;
}

.footer-widget input,
.footer-widget textarea {
    background: transparent;
    border: 2px solid #bbb;
    color: #fff;
    font-size: .85rem
}

.footer-widget textarea {
    max-height: 120px;
}

.footer-widget input::placeholder,
.footer-widget textarea::placeholder {
    color: #bbb;
    font-size: .85rem;
    background: transparent
}

.footer-widget input:focus,
.footer-widget textarea:focus {
    background: transparent;
    border: 2px solid #e3000f;
}

.wpcf7 form .wpcf7-response-output {
    padding: .5rem;
    font-size: .75rem;
    font-weight: 300;
}

.cf7-agree p {
    font-size: .75rem
}

.footer-bottom {
    background: transparent;
    padding: 4rem 0 0rem 0;
    font-size: .75rem;
    color: #bbb;
}

.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-logo {
    text-align: center;
}

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


.footer-bottom .footer-credits a,
.footer-bottom a,
.footer-bottom .footer-author a {
    font-weight: 500;
}

.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: 1rem;
    font-weight: 500;
    color: #ffffff;
    background: #ffffff00;
    border: 2px solid #e3000f;
    padding: 1rem 1.4rem;
    border-radius: 100%;
}

.scroll-top a:hover {
    color: #fff;
    background: #e3000f;
    border: 2px solid #e3000f;
}