1605 lines
34 KiB
CSS
1605 lines
34 KiB
CSS
/* Modern visual layer for the homepage */
|
|
:root {
|
|
--deniz-yellow: #fede00;
|
|
--deniz-yellow-soft: #fff06a;
|
|
--deniz-ink: #0a0a0b;
|
|
--deniz-panel: #151516;
|
|
--deniz-panel-2: #1b1b1d;
|
|
--deniz-line: rgba(255, 255, 255, 0.1);
|
|
--deniz-muted: #a7a7ad;
|
|
--deniz-radius: 22px;
|
|
--deniz-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
|
|
}
|
|
|
|
body.modern-ui {
|
|
overflow-x: hidden;
|
|
background: var(--deniz-ink);
|
|
color: #f5f5f5;
|
|
font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
|
-webkit-font-smoothing: antialiased;
|
|
}
|
|
|
|
body.modern-ui h1,
|
|
body.modern-ui h2,
|
|
body.modern-ui h3,
|
|
body.modern-ui h4 {
|
|
letter-spacing: -0.035em;
|
|
}
|
|
|
|
body.modern-ui p,
|
|
body.modern-ui li {
|
|
line-height: 1.7;
|
|
}
|
|
|
|
body.modern-ui .color,
|
|
body.modern-ui .custom-color {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
/* Header */
|
|
body.modern-ui header.page-header {
|
|
border-bottom: 1px solid var(--deniz-line);
|
|
background: rgba(10, 10, 11, 0.92);
|
|
box-shadow: none;
|
|
-webkit-backdrop-filter: blur(18px);
|
|
backdrop-filter: blur(18px);
|
|
}
|
|
|
|
body.modern-ui header.page-header:before {
|
|
display: none;
|
|
}
|
|
|
|
body.modern-ui header.page-header .header-row {
|
|
min-height: 104px;
|
|
padding: 12px 0;
|
|
}
|
|
|
|
body.modern-ui header.page-header .logo img {
|
|
width: auto;
|
|
max-width: 295px;
|
|
max-height: 78px;
|
|
object-fit: contain;
|
|
}
|
|
|
|
body.modern-ui header.page-header .address {
|
|
color: #b8b8bd;
|
|
font-size: 13px;
|
|
line-height: 1.45;
|
|
}
|
|
|
|
body.modern-ui header.page-header .appointment {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
min-width: 132px;
|
|
height: 46px;
|
|
padding: 0 20px;
|
|
border-radius: 999px;
|
|
background: var(--deniz-yellow);
|
|
color: #111;
|
|
font-size: 13px;
|
|
font-weight: 800;
|
|
letter-spacing: .04em;
|
|
text-transform: uppercase;
|
|
box-shadow: 0 10px 30px rgba(254, 222, 0, .14);
|
|
transition: transform .2s ease, box-shadow .2s ease;
|
|
}
|
|
|
|
body.modern-ui header.page-header .appointment:hover {
|
|
color: #111;
|
|
transform: translateY(-2px);
|
|
box-shadow: 0 14px 34px rgba(254, 222, 0, .22);
|
|
}
|
|
|
|
body.modern-ui header.page-header .appointment .icon-shape {
|
|
display: none;
|
|
}
|
|
|
|
body.modern-ui header.page-header .appointment:after,
|
|
body.modern-ui header.page-header .address:after {
|
|
display: none;
|
|
}
|
|
|
|
body.modern-ui header.page-header .header-row,
|
|
body.modern-ui header.page-header .header-right-top,
|
|
body.modern-ui header.page-header .address {
|
|
background: transparent;
|
|
}
|
|
|
|
body.modern-ui header.page-header .navbar-nav > li > a,
|
|
body.modern-ui header.page-header .navbar-nav > li > a:focus {
|
|
color: #d7d7da;
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
letter-spacing: .03em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
body.modern-ui header.page-header .navbar-nav > li.active > a,
|
|
body.modern-ui header.page-header .navbar-nav > li > a:hover {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
body.modern-ui header.page-header .navbar-toggle {
|
|
border: 1px solid rgba(254, 222, 0, .32);
|
|
border-radius: 10px;
|
|
background: rgba(254, 222, 0, .08);
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
@media (min-width: 992px) {
|
|
body.modern-ui header.page-header .header-row {
|
|
border-bottom: 1px solid var(--deniz-line);
|
|
}
|
|
|
|
body.modern-ui header.page-header .header-right-top {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: flex-end;
|
|
gap: 22px;
|
|
height: 100%;
|
|
padding: 18px 0;
|
|
}
|
|
|
|
body.modern-ui header.page-header .address {
|
|
float: none;
|
|
width: auto;
|
|
height: auto;
|
|
margin: 0;
|
|
padding: 0;
|
|
text-align: right;
|
|
}
|
|
|
|
body.modern-ui header.page-header .appointment {
|
|
float: none;
|
|
flex: 0 0 auto;
|
|
width: auto;
|
|
margin: 0;
|
|
}
|
|
|
|
body.modern-ui #slide-nav #slidemenu {
|
|
border: 0;
|
|
background: rgba(12,12,13,.96);
|
|
}
|
|
|
|
body.modern-ui #slide-nav #slidemenu > .row {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
body.modern-ui .navbar-nav > li.active,
|
|
body.modern-ui .navbar-nav > li:hover {
|
|
margin: 0;
|
|
}
|
|
|
|
body.modern-ui header.page-header .navbar-nav > li > a,
|
|
body.modern-ui header.page-header .navbar-nav > li > a:focus,
|
|
body.modern-ui .navbar-nav > li.active > a,
|
|
body.modern-ui .navbar-nav > li:hover > a {
|
|
padding: 19px 15px;
|
|
background: transparent;
|
|
color: #bdbdc2;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body.modern-ui .navbar-nav > li > a:after {
|
|
display: none;
|
|
}
|
|
|
|
body.modern-ui .navbar-nav > li.active > a,
|
|
body.modern-ui .navbar-nav > li:hover > a {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
body.modern-ui .navbar-nav > li.active > a span:after {
|
|
content: "";
|
|
position: absolute;
|
|
right: 0;
|
|
bottom: -9px;
|
|
left: 0;
|
|
height: 2px;
|
|
border-radius: 2px;
|
|
background: var(--deniz-yellow);
|
|
}
|
|
|
|
body.modern-ui .search-container .button,
|
|
body.modern-ui .search-container .icon-search {
|
|
color: #ddd;
|
|
}
|
|
}
|
|
|
|
/* Hero */
|
|
body.modern-ui #mainSlider {
|
|
background: #050505;
|
|
}
|
|
|
|
body.modern-ui #mainSlider .slide .img--holder:after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: linear-gradient(90deg, rgba(4, 4, 5, .88) 0%, rgba(4, 4, 5, .5) 48%, rgba(4, 4, 5, .24) 100%);
|
|
}
|
|
|
|
body.modern-ui #mainSlider .slide-content h4 {
|
|
color: #fff;
|
|
font-weight: 500;
|
|
letter-spacing: -.02em;
|
|
text-shadow: none;
|
|
}
|
|
|
|
body.modern-ui #mainSlider .slide-content h3 {
|
|
max-width: 850px;
|
|
color: var(--deniz-yellow);
|
|
font-weight: 850;
|
|
line-height: .98;
|
|
text-shadow: none;
|
|
}
|
|
|
|
body.modern-ui #mainSlider .slide-content p {
|
|
color: rgba(255,255,255,.78);
|
|
font-weight: 650;
|
|
letter-spacing: .05em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
body.modern-ui #mainSlider .slick-prev,
|
|
body.modern-ui #mainSlider .slick-next {
|
|
width: 52px;
|
|
height: 52px;
|
|
border: 1px solid rgba(255,255,255,.2);
|
|
border-radius: 50%;
|
|
background: rgba(15,15,16,.5);
|
|
-webkit-backdrop-filter: blur(8px);
|
|
backdrop-filter: blur(8px);
|
|
}
|
|
|
|
/* Shared sections */
|
|
body.modern-ui #pageContent {
|
|
background: var(--deniz-ink);
|
|
}
|
|
|
|
body.modern-ui #pageContent > .block {
|
|
padding-top: 94px;
|
|
padding-bottom: 94px;
|
|
}
|
|
|
|
body.modern-ui #pageContent > .block:not(.banner-under-slider) {
|
|
border-top: 1px solid rgba(255,255,255,.055);
|
|
}
|
|
|
|
body.modern-ui .block:not(.bg-1):not(.bg-2):not(.bg-3):not(.banner-under-slider) {
|
|
background: var(--deniz-ink);
|
|
}
|
|
|
|
body.modern-ui .block.bg-1,
|
|
body.modern-ui .block.bg-2,
|
|
body.modern-ui .block.bg-3 {
|
|
position: relative;
|
|
background-color: #101011;
|
|
background-blend-mode: multiply;
|
|
}
|
|
|
|
body.modern-ui .block.bg-1:before,
|
|
body.modern-ui .block.bg-2:before,
|
|
body.modern-ui .block.bg-3:before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: linear-gradient(135deg, rgba(10,10,11,.97), rgba(20,20,22,.91));
|
|
}
|
|
|
|
body.modern-ui .block.bg-1 > *,
|
|
body.modern-ui .block.bg-2 > *,
|
|
body.modern-ui .block.bg-3 > * {
|
|
position: relative;
|
|
}
|
|
|
|
body.modern-ui h2.h-lg,
|
|
body.modern-ui .block > .container > .text-center > h2 {
|
|
margin-bottom: 14px;
|
|
color: #fff;
|
|
font-size: clamp(38px, 4.2vw, 62px);
|
|
font-weight: 820;
|
|
line-height: 1.05;
|
|
}
|
|
|
|
body.modern-ui p.info {
|
|
margin-bottom: 48px;
|
|
color: var(--deniz-muted);
|
|
font-size: 18px;
|
|
}
|
|
|
|
/* Buttons */
|
|
body.modern-ui .btn:not([data-action]) {
|
|
min-height: 50px;
|
|
padding: 14px 24px;
|
|
border: 0;
|
|
border-radius: 999px;
|
|
background: var(--deniz-yellow);
|
|
color: #111;
|
|
font-size: 13px;
|
|
font-weight: 850;
|
|
letter-spacing: .045em;
|
|
text-transform: uppercase;
|
|
box-shadow: none;
|
|
}
|
|
|
|
body.modern-ui .btn:not([data-action]):before,
|
|
body.modern-ui .btn:not([data-action]):after {
|
|
display: none;
|
|
}
|
|
|
|
body.modern-ui .btn:not([data-action]):hover,
|
|
body.modern-ui .btn:not([data-action]):focus {
|
|
background: #fff;
|
|
color: #111;
|
|
transform: translateY(-2px);
|
|
}
|
|
|
|
/* After-hours banner */
|
|
body.modern-ui .banner-under-slider {
|
|
position: relative;
|
|
z-index: 4;
|
|
width: min(1140px, calc(100% - 40px));
|
|
margin: -42px auto 46px;
|
|
padding: 34px 42px !important;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: var(--deniz-radius);
|
|
background: linear-gradient(115deg, #202023, #121214);
|
|
box-shadow: var(--deniz-shadow);
|
|
}
|
|
|
|
body.modern-ui .banner-under-slider h2 {
|
|
margin: 0;
|
|
color: #fff;
|
|
font-weight: 760;
|
|
}
|
|
|
|
body.modern-ui .banner-under-slider p {
|
|
color: #b7b7bc;
|
|
}
|
|
|
|
body.modern-ui .banner-under-slider .negative-margin img {
|
|
filter: drop-shadow(0 15px 25px rgba(0,0,0,.36));
|
|
}
|
|
|
|
/* Services */
|
|
body.modern-ui .services-block {
|
|
overflow: visible;
|
|
border-radius: var(--deniz-radius);
|
|
}
|
|
|
|
body.modern-ui .services-block .service {
|
|
overflow: hidden;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 18px;
|
|
background: var(--deniz-panel);
|
|
box-shadow: 0 18px 48px rgba(0,0,0,.22);
|
|
}
|
|
|
|
body.modern-ui .services-block .service .image:after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: linear-gradient(to top, rgba(8,8,9,.74), transparent 60%);
|
|
pointer-events: none;
|
|
}
|
|
|
|
body.modern-ui .services-block .service .caption {
|
|
background: linear-gradient(145deg, rgba(26,26,28,.96), rgba(13,13,14,.98));
|
|
}
|
|
|
|
body.modern-ui .services-block .service h1,
|
|
body.modern-ui .services-block .service h2,
|
|
body.modern-ui .services-block .service h3 {
|
|
color: #fff;
|
|
font-weight: 780;
|
|
}
|
|
|
|
body.modern-ui .services-block .service .text {
|
|
color: #b5b5ba;
|
|
}
|
|
|
|
body.modern-ui .marker-list li:after,
|
|
body.modern-ui .marker-list-sm li:after {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
body.modern-ui .marker-list li,
|
|
body.modern-ui .marker-list-sm li {
|
|
color: #d3d3d7;
|
|
border-color: rgba(255,255,255,.08);
|
|
}
|
|
|
|
/* About */
|
|
body.modern-ui #pageContent > .block .img-responsive {
|
|
border-radius: var(--deniz-radius);
|
|
box-shadow: var(--deniz-shadow);
|
|
}
|
|
|
|
body.modern-ui #pageContent > .block .col-md-7 > h2 {
|
|
color: #fff;
|
|
font-size: clamp(30px, 3vw, 46px);
|
|
font-weight: 820;
|
|
line-height: 1.12;
|
|
}
|
|
|
|
/* Process cards */
|
|
body.modern-ui .how-works-row.shifted {
|
|
margin-top: 48px;
|
|
}
|
|
|
|
body.modern-ui .how-works-block {
|
|
overflow: hidden;
|
|
height: 100%;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 18px;
|
|
background: var(--deniz-panel);
|
|
box-shadow: 0 15px 45px rgba(0,0,0,.18);
|
|
}
|
|
|
|
body.modern-ui .how-works-block .image,
|
|
body.modern-ui .how-works-block .image-scale,
|
|
body.modern-ui .how-works-block .image img {
|
|
border-radius: 0;
|
|
}
|
|
|
|
body.modern-ui .how-works-block .caption {
|
|
background: var(--deniz-panel);
|
|
}
|
|
|
|
body.modern-ui .how-works-block .number span {
|
|
border: 0;
|
|
background: var(--deniz-yellow);
|
|
color: #111;
|
|
box-shadow: 0 8px 22px rgba(254,222,0,.16);
|
|
}
|
|
|
|
body.modern-ui .how-works-block .text {
|
|
color: #d5d5d8;
|
|
font-weight: 650;
|
|
}
|
|
|
|
/* Trust cards */
|
|
body.modern-ui .text-icon-carousel {
|
|
margin-top: 46px;
|
|
}
|
|
|
|
body.modern-ui .text-icon-carousel > div {
|
|
padding: 12px;
|
|
}
|
|
|
|
body.modern-ui .text-icon {
|
|
min-height: 290px;
|
|
padding: 38px 30px;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 18px;
|
|
background: var(--deniz-panel);
|
|
text-align: left;
|
|
transition: transform .25s ease, border-color .25s ease;
|
|
}
|
|
|
|
body.modern-ui .text-icon:hover {
|
|
border-color: rgba(254,222,0,.4);
|
|
transform: translateY(-6px);
|
|
}
|
|
|
|
body.modern-ui .text-icon .icon-wrapper {
|
|
margin: 0 0 24px;
|
|
}
|
|
|
|
body.modern-ui .text-icon .icon-wrapper > span {
|
|
width: 72px;
|
|
height: 72px;
|
|
border: 1px solid rgba(254,222,0,.28);
|
|
border-radius: 18px;
|
|
background: rgba(254,222,0,.08);
|
|
}
|
|
|
|
body.modern-ui .text-icon .icon-wrapper > span i {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
body.modern-ui .text-icon .title {
|
|
color: #fff;
|
|
font-size: 25px;
|
|
font-weight: 780;
|
|
}
|
|
|
|
body.modern-ui .text-icon .text {
|
|
color: var(--deniz-muted);
|
|
}
|
|
|
|
/* Testimonials */
|
|
body.modern-ui .modern-reviews-section {
|
|
overflow: hidden;
|
|
}
|
|
|
|
body.modern-ui .reviews-heading {
|
|
display: flex;
|
|
align-items: flex-end;
|
|
justify-content: space-between;
|
|
gap: 40px;
|
|
margin-bottom: 48px;
|
|
}
|
|
|
|
body.modern-ui .reviews-heading .h-lg {
|
|
max-width: 760px;
|
|
margin: 8px 0 0;
|
|
}
|
|
|
|
body.modern-ui .reviews-kicker {
|
|
color: var(--deniz-yellow);
|
|
font-size: 12px;
|
|
font-weight: 850;
|
|
letter-spacing: .14em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
body.modern-ui .reviews-score {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 16px;
|
|
flex: 0 0 auto;
|
|
padding: 15px 18px;
|
|
border: 1px solid rgba(254,222,0,.22);
|
|
border-radius: 16px;
|
|
background: rgba(254,222,0,.06);
|
|
}
|
|
|
|
body.modern-ui .reviews-score > strong {
|
|
color: #fff;
|
|
font-size: 36px;
|
|
line-height: 1;
|
|
}
|
|
|
|
body.modern-ui .reviews-score > div {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
body.modern-ui .review-stars {
|
|
color: var(--deniz-yellow);
|
|
font-size: 17px;
|
|
letter-spacing: .12em;
|
|
line-height: 1;
|
|
}
|
|
|
|
body.modern-ui .reviews-score small {
|
|
margin-top: 5px;
|
|
color: #9d9da2;
|
|
font-size: 11px;
|
|
}
|
|
|
|
body.modern-ui .reviews-marquee {
|
|
position: relative;
|
|
display: grid;
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
gap: 24px;
|
|
height: 650px;
|
|
overflow: hidden;
|
|
-webkit-mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
|
|
mask-image: linear-gradient(to bottom, transparent, #000 8%, #000 92%, transparent);
|
|
}
|
|
|
|
body.modern-ui .review-column {
|
|
min-width: 0;
|
|
overflow: hidden;
|
|
}
|
|
|
|
body.modern-ui .review-column:nth-child(2) {
|
|
transform: translateY(-70px);
|
|
}
|
|
|
|
body.modern-ui .review-track {
|
|
display: flex;
|
|
flex-direction: column;
|
|
animation: deniz-reviews-scroll var(--review-duration, 24s) linear infinite;
|
|
will-change: transform;
|
|
}
|
|
|
|
body.modern-ui .review-column:nth-child(2) .review-track {
|
|
animation-delay: -8s;
|
|
}
|
|
|
|
body.modern-ui .review-column:nth-child(3) .review-track {
|
|
animation-delay: -15s;
|
|
}
|
|
|
|
body.modern-ui .reviews-marquee:hover .review-track {
|
|
animation-play-state: paused;
|
|
}
|
|
|
|
body.modern-ui .review-set {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: 24px;
|
|
padding-bottom: 24px;
|
|
}
|
|
|
|
body.modern-ui .review-card {
|
|
padding: 30px;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 22px;
|
|
background: linear-gradient(145deg, rgba(29,29,31,.96), rgba(15,15,16,.98));
|
|
box-shadow: 0 18px 48px rgba(0,0,0,.22), inset 0 1px 0 rgba(255,255,255,.035);
|
|
}
|
|
|
|
body.modern-ui .review-card p {
|
|
margin: 22px 0 28px;
|
|
color: #d0d0d4;
|
|
font-size: 15px;
|
|
line-height: 1.75;
|
|
}
|
|
|
|
body.modern-ui .review-card footer {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 12px;
|
|
}
|
|
|
|
body.modern-ui .review-avatar {
|
|
display: grid;
|
|
flex: 0 0 44px;
|
|
width: 44px;
|
|
height: 44px;
|
|
place-items: center;
|
|
border: 1px solid rgba(254,222,0,.32);
|
|
border-radius: 50%;
|
|
background: rgba(254,222,0,.1);
|
|
color: var(--deniz-yellow);
|
|
font-size: 12px;
|
|
font-weight: 900;
|
|
}
|
|
|
|
body.modern-ui .review-card footer > span:last-child {
|
|
display: flex;
|
|
min-width: 0;
|
|
flex-direction: column;
|
|
}
|
|
|
|
body.modern-ui .review-card footer strong {
|
|
overflow: hidden;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
font-weight: 780;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
body.modern-ui .review-card footer small {
|
|
margin-top: 2px;
|
|
color: #85858b;
|
|
font-size: 11px;
|
|
}
|
|
|
|
@keyframes deniz-reviews-scroll {
|
|
from { transform: translateY(0); }
|
|
to { transform: translateY(-50%); }
|
|
}
|
|
|
|
/* Appointment */
|
|
body.modern-ui .text-appointment {
|
|
padding: 12px 0;
|
|
}
|
|
|
|
body.modern-ui .text-appointment .h-phone,
|
|
body.modern-ui .text-appointment .h-phone a {
|
|
color: #fff;
|
|
font-weight: 760;
|
|
letter-spacing: -.035em;
|
|
}
|
|
|
|
body.modern-ui .text-appointment .h-phone a:hover {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
/* Footer */
|
|
body.modern-ui .page-footer,
|
|
body.modern-ui .page-footer .footer-content {
|
|
background: #0d0d0e;
|
|
}
|
|
|
|
body.modern-ui .page-footer .footer-col-left .inside {
|
|
padding-top: 74px;
|
|
padding-bottom: 64px;
|
|
}
|
|
|
|
body.modern-ui .page-footer .footer-phone {
|
|
margin-bottom: 38px;
|
|
}
|
|
|
|
body.modern-ui .page-footer .footer-phone h2 {
|
|
font-size: 28px;
|
|
font-weight: 750;
|
|
letter-spacing: -.03em;
|
|
}
|
|
|
|
body.modern-ui .page-footer .contact-info {
|
|
color: #c9c9cd;
|
|
}
|
|
|
|
body.modern-ui .page-footer .social-links {
|
|
margin-top: 40px;
|
|
}
|
|
|
|
body.modern-ui .page-footer .social-links ul li a {
|
|
display: grid;
|
|
width: 48px;
|
|
height: 48px;
|
|
place-items: center;
|
|
border: 1px solid rgba(254,222,0,.28);
|
|
border-radius: 14px;
|
|
background: rgba(254,222,0,.07);
|
|
color: var(--deniz-yellow);
|
|
font-size: 25px;
|
|
}
|
|
|
|
body.modern-ui .page-footer .footer-bottom {
|
|
border-top: 1px solid var(--deniz-line);
|
|
background: #080809;
|
|
}
|
|
|
|
body.modern-ui .page-footer .copyright {
|
|
color: #85858b;
|
|
font-size: 13px;
|
|
text-align: center;
|
|
}
|
|
|
|
/* Modal */
|
|
body.modern-ui .modal-content {
|
|
overflow: hidden;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 22px;
|
|
background: #171719;
|
|
color: #fff;
|
|
box-shadow: var(--deniz-shadow);
|
|
}
|
|
|
|
body.modern-ui .modal-header,
|
|
body.modern-ui .modal-body {
|
|
border-color: var(--deniz-line);
|
|
background: #171719;
|
|
}
|
|
|
|
body.modern-ui .input-custom,
|
|
body.modern-ui .textarea-custom,
|
|
body.modern-ui .select-wrapper select {
|
|
border: 1px solid rgba(255,255,255,.12);
|
|
border-radius: 11px;
|
|
background: #0e0e0f;
|
|
color: #fff;
|
|
}
|
|
|
|
/* Shared subpages */
|
|
body.modern-ui:not(.home) #pageTitle {
|
|
position: relative;
|
|
overflow: hidden;
|
|
min-height: 230px;
|
|
padding: 62px 0 54px;
|
|
background:
|
|
radial-gradient(circle at 80% 20%, rgba(254,222,0,.12), transparent 30%),
|
|
linear-gradient(135deg, #171719, #09090a);
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageTitle:after {
|
|
content: "";
|
|
position: absolute;
|
|
right: -70px;
|
|
bottom: -150px;
|
|
width: 430px;
|
|
height: 260px;
|
|
border: 1px solid rgba(254,222,0,.14);
|
|
border-radius: 50%;
|
|
transform: rotate(-12deg);
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageTitle .container {
|
|
position: relative;
|
|
z-index: 1;
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageTitle h1 {
|
|
margin: 22px 0 0;
|
|
color: #fff;
|
|
font-size: clamp(44px, 5vw, 72px);
|
|
font-weight: 850;
|
|
line-height: 1;
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageTitle .breadcrumb {
|
|
margin: 0;
|
|
padding: 0;
|
|
background: transparent;
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageTitle .breadcrumb li,
|
|
body.modern-ui:not(.home) #pageTitle .breadcrumb a {
|
|
color: #929298;
|
|
font-size: 12px;
|
|
font-weight: 750;
|
|
letter-spacing: .08em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageTitle .breadcrumb li:last-child,
|
|
body.modern-ui:not(.home) #pageTitle .breadcrumb a:hover {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageContent {
|
|
min-height: 300px;
|
|
background: var(--deniz-ink);
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageContent p,
|
|
body.modern-ui:not(.home) #pageContent .col-md-8 {
|
|
color: #b8b8bd;
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageContent h2,
|
|
body.modern-ui:not(.home) #pageContent h3,
|
|
body.modern-ui:not(.home) #pageContent h4,
|
|
body.modern-ui:not(.home) #pageContent h5 {
|
|
color: #fff;
|
|
}
|
|
|
|
/* About */
|
|
body.modern-ui .person {
|
|
overflow: hidden;
|
|
max-width: 360px;
|
|
margin: 0 auto;
|
|
padding: 18px 18px 28px;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 22px;
|
|
background: var(--deniz-panel);
|
|
box-shadow: 0 18px 50px rgba(0,0,0,.22);
|
|
}
|
|
|
|
body.modern-ui .person .image,
|
|
body.modern-ui .person .image img {
|
|
border-radius: 15px;
|
|
}
|
|
|
|
body.modern-ui .person .name {
|
|
margin-top: 22px;
|
|
color: #fff;
|
|
font-size: 24px;
|
|
font-weight: 780;
|
|
}
|
|
|
|
body.modern-ui .person .position {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
body.modern-ui .person .text {
|
|
color: #a8a8ad;
|
|
}
|
|
|
|
/* Gallery */
|
|
body.modern-ui .filters-by-category {
|
|
margin-bottom: 42px;
|
|
}
|
|
|
|
body.modern-ui .filters-by-category ul {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
justify-content: center;
|
|
gap: 10px;
|
|
}
|
|
|
|
body.modern-ui .filters-by-category ul li {
|
|
margin: 0;
|
|
}
|
|
|
|
body.modern-ui .filters-by-category ul li a {
|
|
display: block;
|
|
padding: 11px 18px;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 999px;
|
|
background: var(--deniz-panel);
|
|
color: #bcbcc1;
|
|
font-size: 12px;
|
|
font-weight: 780;
|
|
letter-spacing: .03em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
body.modern-ui .filters-by-category ul li a.selected,
|
|
body.modern-ui .filters-by-category ul li a:hover {
|
|
border-color: var(--deniz-yellow);
|
|
background: var(--deniz-yellow);
|
|
color: #111;
|
|
}
|
|
|
|
body.modern-ui .gallery-item {
|
|
padding: 10px;
|
|
}
|
|
|
|
body.modern-ui .gallery-item-image {
|
|
overflow: hidden;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 18px;
|
|
background: var(--deniz-panel);
|
|
box-shadow: 0 16px 40px rgba(0,0,0,.22);
|
|
}
|
|
|
|
body.modern-ui .gallery-item-image img {
|
|
width: 100%;
|
|
height: 260px !important;
|
|
object-fit: cover;
|
|
transition: transform .4s ease;
|
|
}
|
|
|
|
body.modern-ui .gallery-item-image:hover img {
|
|
transform: scale(1.04);
|
|
}
|
|
|
|
body.modern-ui .gallery-item-image .hover {
|
|
background: linear-gradient(to top, rgba(8,8,9,.94), rgba(8,8,9,.08));
|
|
}
|
|
|
|
body.modern-ui .gallery-item-image .tags {
|
|
color: #fff;
|
|
font-weight: 720;
|
|
}
|
|
|
|
/* Reviews page */
|
|
body.modern-ui .h-bg {
|
|
margin: 0 0 48px;
|
|
color: #fff;
|
|
font-size: clamp(34px, 4vw, 54px);
|
|
font-weight: 820;
|
|
}
|
|
|
|
body.modern-ui .blog-isotope {
|
|
display: grid;
|
|
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
gap: 22px;
|
|
height: auto !important;
|
|
}
|
|
|
|
body.modern-ui .testimonial-card {
|
|
position: relative !important;
|
|
top: auto !important;
|
|
left: auto !important;
|
|
width: auto !important;
|
|
min-height: 280px;
|
|
margin: 0 !important;
|
|
padding: 28px;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 20px;
|
|
background: linear-gradient(145deg, #1b1b1d, #101011);
|
|
color: #cfcfd3;
|
|
box-shadow: 0 16px 44px rgba(0,0,0,.2);
|
|
}
|
|
|
|
body.modern-ui .testimonial-card-title h5 {
|
|
margin: 0 0 18px;
|
|
color: #fff;
|
|
font-size: 19px;
|
|
font-weight: 780;
|
|
}
|
|
|
|
body.modern-ui .testimonial-card-text {
|
|
color: #bcbcc1;
|
|
font-size: 14px;
|
|
line-height: 1.75;
|
|
}
|
|
|
|
body.modern-ui .testimonial-card-rating {
|
|
position: absolute;
|
|
right: 28px;
|
|
bottom: 25px;
|
|
left: 28px;
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
body.modern-ui .testimonial-card-rating .icon-star {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
/* Contact */
|
|
body.modern-ui .row-grey {
|
|
margin: 50px 0 62px;
|
|
padding: 28px;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 20px;
|
|
background: var(--deniz-panel);
|
|
color: #c6c6ca;
|
|
}
|
|
|
|
body.modern-ui .row-grey .contact-info {
|
|
min-height: 120px;
|
|
padding: 12px 18px;
|
|
}
|
|
|
|
body.modern-ui .row-grey .contact-info h5 {
|
|
margin-bottom: 14px;
|
|
color: #fff;
|
|
font-size: 17px;
|
|
font-weight: 760;
|
|
}
|
|
|
|
body.modern-ui .row-grey .contact-info > i {
|
|
color: var(--deniz-yellow);
|
|
}
|
|
|
|
body.modern-ui #contactform {
|
|
margin-top: 30px;
|
|
padding: 34px;
|
|
border: 1px solid var(--deniz-line);
|
|
border-radius: 22px;
|
|
background: var(--deniz-panel);
|
|
}
|
|
|
|
body.modern-ui #contactform .input-custom,
|
|
body.modern-ui #contactform .textarea-custom {
|
|
min-height: 54px;
|
|
margin-bottom: 14px;
|
|
padding: 14px 16px;
|
|
}
|
|
|
|
body.modern-ui #contactform .textarea-custom {
|
|
min-height: 190px;
|
|
}
|
|
|
|
body.modern-ui .schluesselnummer {
|
|
border-radius: 12px;
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
body.modern-ui .blog-isotope {
|
|
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
body.modern-ui:not(.home) #pageTitle {
|
|
min-height: 180px;
|
|
padding: 42px 0;
|
|
}
|
|
|
|
body.modern-ui:not(.home) #pageTitle h1 {
|
|
margin-top: 16px;
|
|
font-size: 44px;
|
|
}
|
|
|
|
body.modern-ui .blog-isotope {
|
|
display: block;
|
|
}
|
|
|
|
body.modern-ui .testimonial-card {
|
|
min-height: 0;
|
|
margin-bottom: 16px !important;
|
|
padding-bottom: 70px;
|
|
}
|
|
|
|
body.modern-ui #contactform {
|
|
padding: 22px;
|
|
}
|
|
|
|
body.modern-ui .gallery-item-image img {
|
|
height: 230px !important;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
body.modern-ui header.page-header .header-row {
|
|
min-height: 90px;
|
|
}
|
|
|
|
body.modern-ui header.page-header .logo img {
|
|
max-width: 235px;
|
|
max-height: 66px;
|
|
}
|
|
|
|
body.modern-ui .how-works-row > div,
|
|
body.modern-ui .text-icon-carousel > div {
|
|
margin-bottom: 24px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) {
|
|
body.modern-ui header.page-header .header-row {
|
|
min-height: 78px;
|
|
padding: 8px 0;
|
|
}
|
|
|
|
body.modern-ui header.page-header .logo {
|
|
left: 55px;
|
|
right: 100px;
|
|
text-align: left;
|
|
}
|
|
|
|
body.modern-ui header.page-header .logo img {
|
|
max-width: 174px;
|
|
max-height: 58px;
|
|
}
|
|
|
|
body.modern-ui header.page-header .appointment {
|
|
min-width: 92px;
|
|
height: 40px;
|
|
padding: 0 13px;
|
|
font-size: 11px;
|
|
}
|
|
|
|
body.modern-ui #mainSlider .slide .img--holder:after {
|
|
background: linear-gradient(to top, rgba(4,4,5,.9), rgba(4,4,5,.28));
|
|
}
|
|
|
|
body.modern-ui #mainSlider .slide-content h3 {
|
|
font-size: 42px;
|
|
}
|
|
|
|
body.modern-ui #mainSlider .slide-content h4 {
|
|
font-size: 22px;
|
|
}
|
|
|
|
body.modern-ui .banner-under-slider {
|
|
width: calc(100% - 24px);
|
|
margin-top: -24px;
|
|
margin-bottom: 18px;
|
|
padding: 26px 22px !important;
|
|
border-radius: 18px;
|
|
}
|
|
|
|
body.modern-ui .banner-under-slider h2,
|
|
body.modern-ui .banner-under-slider h2.h-lg {
|
|
text-align: left;
|
|
font-size: 27px;
|
|
}
|
|
|
|
body.modern-ui #pageContent > .block {
|
|
padding-top: 68px;
|
|
padding-bottom: 68px;
|
|
}
|
|
|
|
body.modern-ui h2.h-lg,
|
|
body.modern-ui .block > .container > .text-center > h2 {
|
|
font-size: 36px;
|
|
}
|
|
|
|
body.modern-ui p.info {
|
|
margin-bottom: 34px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
body.modern-ui .services-block .service,
|
|
body.modern-ui .how-works-block,
|
|
body.modern-ui .text-icon,
|
|
body.modern-ui .review-card {
|
|
border-radius: 16px;
|
|
}
|
|
|
|
body.modern-ui .reviews-heading {
|
|
display: block;
|
|
margin-bottom: 32px;
|
|
}
|
|
|
|
body.modern-ui .reviews-score {
|
|
width: fit-content;
|
|
margin-top: 22px;
|
|
}
|
|
|
|
body.modern-ui .reviews-marquee {
|
|
display: flex;
|
|
height: auto;
|
|
margin-right: -15px;
|
|
padding: 0 15px 18px 0;
|
|
gap: 14px;
|
|
overflow-x: auto;
|
|
overflow-y: hidden;
|
|
scroll-snap-type: x mandatory;
|
|
-webkit-mask-image: none;
|
|
mask-image: none;
|
|
}
|
|
|
|
body.modern-ui .review-column,
|
|
body.modern-ui .review-column:nth-child(2) {
|
|
flex: 0 0 min(84vw, 380px);
|
|
overflow: visible;
|
|
transform: none;
|
|
scroll-snap-align: start;
|
|
}
|
|
|
|
body.modern-ui .review-track {
|
|
animation: none;
|
|
}
|
|
|
|
body.modern-ui .review-set[aria-hidden="true"] {
|
|
display: none;
|
|
}
|
|
|
|
body.modern-ui .review-card {
|
|
padding: 24px;
|
|
}
|
|
|
|
body.modern-ui .text-icon {
|
|
min-height: 0;
|
|
padding: 28px 24px;
|
|
}
|
|
|
|
body.modern-ui .page-footer .footer-col-left {
|
|
padding: 48px 24px;
|
|
}
|
|
|
|
body.modern-ui .page-footer .footer-col-left .inside {
|
|
padding: 0;
|
|
}
|
|
|
|
body.modern-ui .page-footer .footer-phone h2 {
|
|
font-size: 24px;
|
|
}
|
|
}
|
|
|
|
@media (prefers-reduced-motion: reduce) {
|
|
body.modern-ui *,
|
|
body.modern-ui *:before,
|
|
body.modern-ui *:after {
|
|
scroll-behavior: auto !important;
|
|
animation-duration: .01ms !important;
|
|
animation-iteration-count: 1 !important;
|
|
transition-duration: .01ms !important;
|
|
}
|
|
|
|
body.modern-ui .review-track {
|
|
animation: none;
|
|
}
|
|
}
|
|
|
|
/* ============================================================
|
|
Was Wir Tun — Bento Grid (21st.dev-inspired)
|
|
============================================================ */
|
|
|
|
body.modern-ui .wwt-head {
|
|
margin-bottom: 42px;
|
|
}
|
|
|
|
body.modern-ui .wwt-eyebrow {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
padding: 7px 16px;
|
|
margin-bottom: 18px;
|
|
border: 1px solid rgba(254, 222, 0, 0.28);
|
|
border-radius: 999px;
|
|
background: rgba(254, 222, 0, 0.07);
|
|
color: var(--deniz-yellow);
|
|
font-size: 12px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.16em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
body.modern-ui .wwt-eyebrow-dot {
|
|
width: 7px;
|
|
height: 7px;
|
|
border-radius: 50%;
|
|
background: var(--deniz-yellow);
|
|
box-shadow: 0 0 10px 2px rgba(254, 222, 0, 0.55);
|
|
animation: wwt-pulse 2.2s ease-in-out infinite;
|
|
}
|
|
|
|
@keyframes wwt-pulse {
|
|
0%, 100% { opacity: 1; transform: scale(1); }
|
|
50% { opacity: 0.45; transform: scale(0.72); }
|
|
}
|
|
|
|
body.modern-ui .wwt-head .info {
|
|
margin-bottom: 0;
|
|
}
|
|
|
|
/* --- Grid --- */
|
|
|
|
body.modern-ui .wwt-grid {
|
|
display: grid;
|
|
grid-template-columns: repeat(4, 1fr);
|
|
grid-auto-rows: 215px;
|
|
gap: 18px;
|
|
}
|
|
|
|
body.modern-ui .wwt-card-feature {
|
|
grid-column: span 2;
|
|
grid-row: span 2;
|
|
}
|
|
|
|
body.modern-ui .wwt-card-wide {
|
|
grid-column: span 2;
|
|
}
|
|
|
|
/* --- Card --- */
|
|
|
|
body.modern-ui .wwt-card {
|
|
--mx: 50%;
|
|
--my: 50%;
|
|
position: relative;
|
|
display: block;
|
|
overflow: hidden;
|
|
border-radius: 20px;
|
|
border: 1px solid var(--deniz-line);
|
|
background: var(--deniz-panel);
|
|
box-shadow: 0 18px 48px rgba(0, 0, 0, 0.22);
|
|
text-decoration: none;
|
|
color: #fff;
|
|
isolation: isolate;
|
|
transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
|
|
border-color 0.35s ease,
|
|
box-shadow 0.35s ease;
|
|
}
|
|
|
|
body.modern-ui .wwt-card:hover,
|
|
body.modern-ui .wwt-card:focus-visible {
|
|
transform: translateY(-6px);
|
|
border-color: rgba(254, 222, 0, 0.55);
|
|
box-shadow: 0 24px 60px rgba(0, 0, 0, 0.42),
|
|
0 0 0 1px rgba(254, 222, 0, 0.25),
|
|
0 8px 40px -8px rgba(254, 222, 0, 0.22);
|
|
color: #fff;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body.modern-ui .wwt-card:focus-visible {
|
|
outline: 2px solid var(--deniz-yellow);
|
|
outline-offset: 3px;
|
|
}
|
|
|
|
/* background photo, revealed on hover */
|
|
body.modern-ui .wwt-card-bg {
|
|
position: absolute;
|
|
inset: 0;
|
|
z-index: 0;
|
|
background-size: cover;
|
|
background-position: center;
|
|
opacity: 0.16;
|
|
filter: saturate(0.35) contrast(1.05);
|
|
transform: scale(1.06);
|
|
transition: opacity 0.5s ease, transform 0.7s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
|
|
}
|
|
|
|
body.modern-ui .wwt-card:hover .wwt-card-bg,
|
|
body.modern-ui .wwt-card:focus-visible .wwt-card-bg {
|
|
opacity: 0.42;
|
|
filter: saturate(0.9) contrast(1.05);
|
|
transform: scale(1.12);
|
|
}
|
|
|
|
/* readability gradient above the photo */
|
|
body.modern-ui .wwt-card-bg:after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
background: linear-gradient(200deg, rgba(10, 10, 11, 0.1) 0%, rgba(10, 10, 11, 0.68) 62%, rgba(10, 10, 11, 0.9) 100%);
|
|
}
|
|
|
|
/* mouse-tracking spotlight */
|
|
body.modern-ui .wwt-card:before {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
z-index: 1;
|
|
pointer-events: none;
|
|
opacity: 0;
|
|
background: radial-gradient(480px circle at var(--mx) var(--my),
|
|
rgba(254, 222, 0, 0.14), transparent 42%);
|
|
transition: opacity 0.4s ease;
|
|
}
|
|
|
|
body.modern-ui .wwt-card:hover:before {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* thin spotlight border glow tracking the mouse */
|
|
body.modern-ui .wwt-card:after {
|
|
content: "";
|
|
position: absolute;
|
|
inset: 0;
|
|
z-index: 2;
|
|
pointer-events: none;
|
|
border-radius: inherit;
|
|
padding: 1px;
|
|
background: radial-gradient(320px circle at var(--mx) var(--my),
|
|
rgba(254, 222, 0, 0.85), transparent 46%);
|
|
-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
|
|
-webkit-mask-composite: xor;
|
|
mask-composite: exclude;
|
|
opacity: 0;
|
|
transition: opacity 0.4s ease;
|
|
}
|
|
|
|
body.modern-ui .wwt-card:hover:after {
|
|
opacity: 1;
|
|
}
|
|
|
|
/* --- Card content --- */
|
|
|
|
body.modern-ui .wwt-card-inner {
|
|
position: relative;
|
|
z-index: 3;
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: space-between;
|
|
height: 100%;
|
|
padding: 22px;
|
|
}
|
|
|
|
body.modern-ui .wwt-icon {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
width: 52px;
|
|
height: 52px;
|
|
flex: 0 0 auto;
|
|
border-radius: 14px;
|
|
background: linear-gradient(135deg, var(--deniz-yellow), var(--deniz-yellow-soft));
|
|
color: #111;
|
|
font-size: 24px;
|
|
box-shadow: 0 10px 24px -6px rgba(254, 222, 0, 0.45);
|
|
transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
|
|
}
|
|
|
|
body.modern-ui .wwt-icon i {
|
|
line-height: 1;
|
|
}
|
|
|
|
body.modern-ui .wwt-card:hover .wwt-icon {
|
|
transform: translateY(-4px) rotate(-6deg) scale(1.06);
|
|
}
|
|
|
|
body.modern-ui .wwt-card-body h3 {
|
|
margin: 0 0 6px;
|
|
color: #fff;
|
|
font-size: 21px;
|
|
line-height: 1.2;
|
|
font-weight: 780;
|
|
text-transform: none;
|
|
}
|
|
|
|
body.modern-ui .wwt-card-body p {
|
|
margin: 0;
|
|
color: var(--deniz-muted);
|
|
font-size: 14.5px;
|
|
line-height: 1.5;
|
|
transition: color 0.3s ease;
|
|
}
|
|
|
|
body.modern-ui .wwt-card:hover .wwt-card-body p {
|
|
color: #e6e6ea;
|
|
}
|
|
|
|
body.modern-ui .wwt-tag {
|
|
display: inline-block;
|
|
margin-bottom: 12px;
|
|
padding: 5px 12px;
|
|
border-radius: 999px;
|
|
border: 1px solid rgba(254, 222, 0, 0.35);
|
|
color: var(--deniz-yellow);
|
|
font-size: 11px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.14em;
|
|
text-transform: uppercase;
|
|
}
|
|
|
|
body.modern-ui .wwt-card-feature .wwt-card-body h3 {
|
|
font-size: clamp(26px, 2.6vw, 36px);
|
|
}
|
|
|
|
body.modern-ui .wwt-card-feature .wwt-card-body p {
|
|
max-width: 44ch;
|
|
font-size: 16px;
|
|
}
|
|
|
|
/* "mehr" link with sliding arrow */
|
|
body.modern-ui .wwt-more {
|
|
display: inline-flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
margin-top: 14px;
|
|
color: var(--deniz-yellow);
|
|
font-size: 13px;
|
|
font-weight: 700;
|
|
letter-spacing: 0.08em;
|
|
text-transform: uppercase;
|
|
opacity: 0;
|
|
transform: translateY(6px);
|
|
transition: opacity 0.35s ease, transform 0.35s ease;
|
|
}
|
|
|
|
body.modern-ui .wwt-more i {
|
|
font-size: 11px;
|
|
transition: transform 0.35s ease;
|
|
}
|
|
|
|
body.modern-ui .wwt-card:hover .wwt-more,
|
|
body.modern-ui .wwt-card:focus-visible .wwt-more {
|
|
opacity: 1;
|
|
transform: translateY(0);
|
|
}
|
|
|
|
body.modern-ui .wwt-card:hover .wwt-more i {
|
|
transform: translateX(4px);
|
|
}
|
|
|
|
/* --- CTA row --- */
|
|
|
|
body.modern-ui .wwt-cta {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
align-items: center;
|
|
justify-content: center;
|
|
gap: 10px 22px;
|
|
margin-top: 34px;
|
|
text-align: center;
|
|
}
|
|
|
|
body.modern-ui .wwt-cta p {
|
|
margin: 0;
|
|
color: var(--deniz-muted);
|
|
font-size: 17px;
|
|
}
|
|
|
|
/* --- Scroll reveal --- */
|
|
|
|
body.modern-ui .wwt-reveal {
|
|
opacity: 0;
|
|
transform: translateY(26px);
|
|
transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
|
|
transition-delay: calc(var(--wwt-i, 0) * 90ms);
|
|
}
|
|
|
|
body.modern-ui .wwt-reveal.wwt-in {
|
|
opacity: 1;
|
|
transform: none;
|
|
}
|
|
|
|
/* keep hover-lift transition after reveal finished */
|
|
body.modern-ui .wwt-card.wwt-in {
|
|
transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1),
|
|
border-color 0.35s ease,
|
|
box-shadow 0.35s ease,
|
|
opacity 0.6s ease;
|
|
}
|
|
|
|
/* --- Responsive --- */
|
|
|
|
@media (max-width: 1199px) {
|
|
body.modern-ui .wwt-grid {
|
|
grid-auto-rows: 200px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
|
body.modern-ui .wwt-grid {
|
|
grid-template-columns: repeat(2, 1fr);
|
|
grid-auto-rows: 205px;
|
|
}
|
|
}
|
|
|
|
@media (max-width: 640px) {
|
|
body.modern-ui .wwt-grid {
|
|
grid-template-columns: 1fr;
|
|
grid-auto-rows: auto;
|
|
}
|
|
|
|
body.modern-ui .wwt-card-feature,
|
|
body.modern-ui .wwt-card-wide {
|
|
grid-column: span 1;
|
|
grid-row: span 1;
|
|
}
|
|
|
|
body.modern-ui .wwt-card-inner {
|
|
min-height: 185px;
|
|
gap: 16px;
|
|
}
|
|
|
|
body.modern-ui .wwt-card-feature .wwt-card-inner {
|
|
min-height: 250px;
|
|
}
|
|
|
|
/* touch devices: show the "mehr" link permanently */
|
|
body.modern-ui .wwt-more {
|
|
opacity: 1;
|
|
transform: none;
|
|
}
|
|
}
|