/*
Theme Name: metalum
Author: Bananaconda x KG
Author URI: 
Theme URI: 
Tags: full-site-editing
Text Domain: metalum
Requires at least: 6.1
Requires PHP: 7.4
Tested up to: 6.4
Version: 1.0.0

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Generated on fullsiteediting.com. No code version.
*/

@import "./assets/css/main-header.css";
@import "./assets/css/footer.css";
@import "./assets/css/form.css";
@import "./assets/css/additional.css";

html {
	scroll-padding-top: 100px!important;
  zoom: 90%;
}

.display-none {
	display: none!important;
}

@media (max-width: 992px) {
  html {
    zoom: 100%;
  }
}

kbd {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  font-family: var(--wp--preset--font-family--sora);
}

.is-style-black-orange::before,
.is-style-black-orange::after,
.is-style-black-orange-white::before,
.is-style-black-orange-white::after,
.is-style-white-black-orange::before,
.is-style-white-black-orange::after,
.is-style-white-orange-black::before,
.is-style-white-orange-black::after,
.is-style-black-background::before,
.is-style-black-background::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  right: 0;
}

.is-style-white-black-orange::after {
  bottom: -1px;
  background: var(--wp--preset--color--custom-primary);
  clip-path: polygon(0px 100%, 100% 0, 100% 100%);
}
.is-style-white-black-orange::before {
  top: -1px;
  background: var(--wp--preset--color--black);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.is-style-black-orange-white::after {
  bottom: -1px;
  background: var(--wp--preset--color--custom-kafelek-bia-y);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.is-style-black-orange-white::before {
  top: -1px;
  background: var(--wp--preset--color--custom-kafelek-bia-y) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.is-style-black-orange::after {
  bottom: -1px;
  background: var(--wp--preset--color--white);
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.is-style-black-orange::before {
  top: -1px;
  background: var(--wp--preset--color--custom-kafelek-bia-y);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.is-style-background-kebab::before {
  top: -1px;
  background: var(--wp--preset--color--black);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}
.is-style-background-kebab::after {
  bottom: -1px;
  background: var(--wp--preset--color--custom-primary);
  clip-path: polygon(0px 100%, 100% 0, 100% 100%);
}

.is-style-white-orange-black::after {
  bottom: -1px;
  background: var(--wp--preset--color--custom-primary);
  clip-path: polygon(0px 100%, 100% 0, 100% 100%);
}
.is-style-white-orange-black::before {
  top: -1px;
  background: var(--wp--preset--color--custom-primary);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.is-style-black-background::after {
  bottom: -1px;
  background: var(--wp--preset--color--custom-kafelek-bia-y) !important;
  clip-path: polygon(0px 100%, 100% 0, 100% 100%);
}
.is-style-black-background::before {
  top: -1px;
  background: var(--wp--preset--color--white);
  clip-path: polygon(0 0, 100% 0, 100% 100%);
}

.is-style-black-background {
  position: relative;
}

.wp-block.is-style-black-orange-white,
.is-style-black-orange-white,
.wp-block.is-style-black-background,
.is-style-black-background {
  background: var(--wp--preset--color--custom-background);
}

.is-layout-grid.special-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 48px 26px !important;
}

.special-grid.is-style-tile-grid > .wp-block-group * {
  margin: 0 !important;
}

.special-grid.is-style-tile-grid > .wp-block-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 60px !important;
  gap: 20px !important;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  grid-column: span 12;
}

.special-grid.is-style-tile-grid > .wp-block-group:nth-child(1) {
  background-image: url("assets/images/tile-white-bg-1.svg");
}
.special-grid.is-style-tile-grid > .wp-block-group:nth-child(2) {
  background-image: url("assets/images/tile-white-bg-2.svg");
}
.special-grid.is-style-tile-grid > .wp-block-group:nth-child(3) {
  background-image: url("assets/images/tile-white-bg-3.svg");
}
.special-grid.is-style-tile-grid > .wp-block-group:nth-child(4) {
  background-image: url("assets/images/tile-white-bg-4.svg");
}
.special-grid.is-style-tile-grid > .wp-block-group:nth-child(5) {
  background-image: url("assets/images/tile-white-bg-5.svg");
}
.special-grid.is-style-tile-grid > .wp-block-group:nth-child(6) {
  background-image: url("assets/images/tile-white-bg-2.svg");
}

.is-style-white-orange-black .special-grid.is-style-tile-grid > .wp-block-group {
  padding: 50px 40px !important;
}
/* .is-style-white-orange-black .special-grid.is-style-tile-grid > .wp-block-group:nth-child(1),
.is-style-white-orange-black
  .special-grid.is-style-tile-grid
  > .wp-block-group:nth-child(2) {
  padding: 60px 70px !important;
} */
.is-style-white-orange-black .special-grid.is-style-tile-grid > .wp-block-group {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  grid-column: span 12;
}
.is-style-white-orange-black
  .special-grid.is-style-tile-grid
  > .wp-block-group:nth-child(1) {
  background-image: url("assets/images/tile-white-bg-1.svg");
}
.is-style-white-orange-black
  .special-grid.is-style-tile-grid
  > .wp-block-group:nth-child(2) {
  background-image: url("assets/images/tile-white-bg-2.svg");
}
.is-style-white-orange-black
  .special-grid.is-style-tile-grid
  > .wp-block-group:nth-child(3) {
  background-image: url("assets/images/tile-white-bg-3.svg");
}
.is-style-white-orange-black
  .special-grid.is-style-tile-grid
  > .wp-block-group:nth-child(4) {
  background-image: url("assets/images/tile-white-bg-4.svg");
}
.is-style-white-orange-black
  .special-grid.is-style-tile-grid
  > .wp-block-group:nth-child(5) {
  background-image: url("assets/images/tile-white-bg-5.svg");
}

.is-style-heading-underline-white,
.is-style-heading-underline-black {
  position: relative;
  padding-bottom: 24px;
}

.is-style-heading-underline-white::after,
.is-style-heading-underline-black::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  display: block;
  width: 82px;
  height: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 23px auto 0;
}

.is-style-heading-underline-white::after {
  background-image: url("assets/images/underline-white.svg");
}
.is-style-heading-underline-black::after {
  background-image: url("assets/images/underline-black.svg");
}

p:has(img),
.wp-block-button__link:has(img) {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

p:has(img) {
  gap: 24px;
}

.wp-block.is-style-primary-background-kebab,
.is-style-primary-background-kebab {
  background: var(--wp--preset--color--custom-primary);
}

.is-style-custom-list {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 300;
}

.is-style-custom-list li {
  counter-increment: item;
  position: relative;
  padding-left: 56px;
}

.is-style-custom-list li::before {
  content: counter(item, decimal-leading-zero);
  position: absolute;
  left: 0;
  top: -2px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--wp--preset--color--custom-black);
  font-size: 16px;
  font-weight: 300;
  width: 42px;
  height: 36px;
  background-image: url("assets/images/index.svg");
  background-size: 41px 34px;
  background-position: center;
  background-repeat: no-repeat;
}

div:has(> details) {
  width: 100%;
}

details {
  width: 100%;
  padding: 24px 34px;
  font-size: var(--wp--preset--font-size--x-large);
  font-weight: 300;
  border: 2px solid var(--wp--preset--color--black);
  border-radius: 70px;
}

details p {
  font-size: var(--wp--preset--font-size--large);
  font-weight: 300;
  color: #505050;
}

summary {
  padding-right: 30px;
  list-style: none;
}
summary::marker {
  content: none;
}

summary::after {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("assets/images/chevron.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  display: block;
  position: absolute;
  top: -1px;
  bottom: -1px;
  right: 0;
  margin: auto 0;
  transition: transform 0.3s ease-in-out;
}

details[open] summary::after {
  transform: rotate(180deg);
}

details[open] summary::marker {
  content: none;
}
details[open] {
  border-radius: 40px;
  border-color: var(--wp--preset--color--custom-primary);
}

summary {
  position: relative;
}

.is-style-number {
  width: 40px;
  height: 34px;
  background-size: 100% 100%;
  font-size: 16px !important;
  background-image: url("assets/images/index.svg");
  background-position: center;
  background-repeat: no-repeat;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

.is-style-border-columns::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  margin: auto;
  width: 100%;
  height: 1px;
  background: url("assets/images/line.svg") no-repeat center/cover;
}

.is-style-border-columns {
  position: relative;
  padding: 50px 0;
}

.wp-block-columns:has(div > .is-style-border-columns) {
  width: 100%;
}

.is-style-background-kebab {
  position: relative;
}

.kebab-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 300px;
  margin: 140px auto -20px !important;
}

.kebab-wrap figure {
  position: relative;
  z-index: 20;
}

.kebab-bg {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  height: 160%;
}

.is-style-background-tile-black,
.is-style-background-tile-dark,
.is-style-background-tile {
  background-image: url("assets/images/tile-bg.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding: 80px 60px !important;
}

.is-style-background-tile-dark {
  background-image: url("assets/images/tile-bg-dark.svg");
}

.is-style-background-tile-black {
  background-image: url("assets/images/tile-bg-black.svg");
}

.is-style-tick-green-list,
.is-style-tick-list,
.is-style-red-x-list {
  list-style: none;
  counter-reset: item;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-weight: 300;
}

.is-style-tick-green-list li,
.is-style-tick-list li,
.is-style-red-x-list li {
  counter-increment: item;
  position: relative;
  padding-left: 26px;
}
.is-style-tick-green-list li,
.is-style-red-x-list li {
  padding-left: 36px;
}

.is-style-tick-green-list ul,
.is-style-tick-list ul,
.is-style-red-x-list ul {
  gap: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.is-style-tick-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("assets/images/tick.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.is-style-tick-green-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 26px;
  height: 26px;
  background-size: 20px;
  background-image: url("assets/images/green-tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size:100% 100%;
}

.is-style-red-x-list li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-image: url("assets/images/red_x.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size:100% 100%;
}

@media (min-width: 768px) {
  .special-grid.is-style-tile-grid > .wp-block-group {
    grid-column: span 6;
    padding: 40px !important;
  }
  /* .is-style-white-orange-black .special-grid.is-style-tile-grid > .wp-block-group {
    grid-column: span 6;
  }
  .special-grid.is-style-tile-grid > .wp-block-group:last-of-type {
    grid-column: 4 / span 6;
  } */
}
@media (min-width: 991px) {
  .is-style-120 {
    transform: scale(1.2);
  }
  .kebab-wrap {
    max-width: unset;
    margin: 0 !important;
  }
  .is-style-background-tile-dark,
  .is-style-background-tile {
    padding: 60px 140px !important;
  }
  .special-grid.is-style-tile-grid > .wp-block-group {
    padding: 60px 60px !important;
  }
  .is-style-number {
    width: 114px;
    height: 96px;
    background-size: 114px 96px;
    font-size: 40px !important;
  }
  .is-style-tick-list li {
    padding-left: 56px;
  }
  .is-style-tick-list li::before {
    width: 40px;
    height: 40px;
    background-size: 40px;
    top: -2px;
  }

  .is-style-background-tile-black, 
  .is-style-background-tile-dark,
  .is-style-background-tile {
    background-image: url("assets/images/tile-bg.svg");
    background-size: unset;
    padding: 60px 30px 60px 100px !important;
  }
  .is-style-background-tile-dark {
    background-image: url("assets/images/tile-bg-dark.svg");
  }
  .is-style-background-tile-black {
    background-image: url("assets/images/tile-bg-black.svg");
  }
}
@media (max-width: 768px) {
  .is-style-background-tile-dark {
    flex-direction: column-reverse;
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }

  .is-style-background-tile-dark .wp-block-column {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";
  }

  .is-style-background-tile-dark .wp-block-column:has(figure) {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 991px) {
  .is-style-background-tile-dark .wp-block-column:nth-of-type(2) {
    position: relative;
    top: -180px;
    margin-bottom: -180px;
  }
  .is-style-background-tile,
  .is-style-mobile-reverse {
    overflow: hidden;
    flex-direction: column-reverse;
  }
}
@media (min-width: 1200px) {
  .is-style-white-orange-black
    .special-grid.is-style-tile-grid
    > .wp-block-group:nth-child(1),
  .special-grid.is-style-tile-grid > .wp-block-group:nth-child(1) {
    grid-column: span 4;
  }
  .is-style-white-orange-black
    .special-grid.is-style-tile-grid
    > .wp-block-group:nth-child(2),
  .special-grid.is-style-tile-grid > .wp-block-group:nth-child(2) {
    grid-column: span 4;
  }
  .is-style-white-orange-black
    .special-grid.is-style-tile-grid
    > .wp-block-group:nth-child(n + 3),
  .special-grid.is-style-tile-grid > .wp-block-group:nth-child(n + 3) {
    grid-column: span 4;
  }
  .special-grid.is-style-tile-grid > .wp-block-group:nth-child(1),
  .special-grid.is-style-tile-grid > .wp-block-group:nth-child(2) {
    padding: 60px 60px !important;
  }
}

.display-mobile {
		display: none!important;
	}

.display-desktop {
		display: auto;
	}

@media (max-width: 781px) {
  .hero {
    padding-top: 0 !important;
  }
  :root {
    --wp--preset--spacing--80: 3.38rem;
  }
	.display-mobile {
		display: block!important;
	}
	.display-desktop {
		display: none!important;
	}
}

.b24-form {
	max-width: 100%!important;
}

.matrix-1 {
  transform: matrix3d(
    1.1856930736308846, 0.042622953627254025, 0, 0.00037977458430310724,
    0,                  0.97412864211105,     0,-0.00007146783947223748,
    0,                  0,                    1, 0,
    0,                  0,                    0, 1
  );
}

.matrix-1 > * {
  transform: matrix3d(
    0.84338858195211797, -0.036902428349091326, 0, -0.00032293488494224132,
    0,                    1.02655846134744970,  0,  0.00007336591532444664,
    0,                    0,                    1,  0,
    0,                    0,                    0,  1
  );
}

.decor-bottom img {
  vertical-align: bottom !important;
}

.decor-top img {
  vertical-align: top !important;
}

.decor-top,
.decor-middle,
.decor-bottom {
  display: flex;
}

.decor-middle {
  margin: -4px 0 !important;
}

.decor-middle img {
  vertical-align: middle !important;
}