This commit is contained in:
Roman Pyrih
2026-05-26 15:43:25 +02:00
parent 0e6b931b84
commit f4eb901eda
12 changed files with 740 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
p:last-child {
margin-bottom: 0;
}
.header-btn {
position: relative;
}
@@ -32,4 +36,52 @@
.header-btn .elementor-button .elementor-button-content-wrapper .elementor-button-icon svg {
width: 16px;
height: 16px;
}
.box-tag {
position: relative;
display: inline-block;
padding: 3px 9px 3px 12px;
margin-bottom: 16px;
background: #ffffff;
}
.box-tag::before {
content: "";
position: absolute;
clip-path: polygon(25% 0%, 100% 0%, 100% 50%, 0% 100%);
background-color: #ffffff;
width: 35px;
height: 45px;
left: 26px;
top: 0;
transform: translateX(-100%);
z-index: 0;
}
.box-tag::after {
content: "";
position: absolute;
clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0% 100%);
background-color: #ffffff;
top: 0;
right: 10px;
bottom: 0;
transform: translateX(100%);
z-index: 0;
width: 15px;
}
.box-tag .elementor-heading-title {
position: relative;
}
body.page-id-11 .hp-hero-box #hp-hero-3d {
position: absolute;
inset: 0;
display: flex;
align-items: center;
justify-content: center;
opacity: 0.56;
}
body.page-id-11 .hp-hero-box #hp-hero-3d > .elementor-widget-container {
height: auto;
width: 100%;
}/*# sourceMappingURL=custom.css.map */