.hero-section {
position: relative;
min-height: 79.1rem;
width: 100vw;
overflow: hidden;
}
.hero-slider {
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.hero-slider__background {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.hero-slider__background img {
width: 100%;
height: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50%;
object-position: 50%;
}
.hero-slider__background::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: -webkit-gradient(linear, right top, left top, color-stop(25%, rgba(42, 77, 111, 0)), color-stop(50%, rgba(42, 77, 111, 0.5)));
background: linear-gradient(270deg, rgba(42, 77, 111, 0) 25%, rgba(42, 77, 111, 0.5) 50%);
}
.hero-slider .swiper-slide {
position: relative;
height: 100%;
opacity: 0;
-webkit-transition: opacity 1.5s ease;
transition: opacity 1.5s ease;
}
.hero-slider .swiper-slide.swiper-slide-active {
opacity: 1;
}
.hero-slider .container {
position: relative;
z-index: 2;
height: 100%;
}
.hero-slider .swiper-pagination {
position: absolute;
bottom: 4rem;
left: 50%;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: 2;
}
.hero-slider .swiper-pagination-bullet {
width: 1rem;
height: 1rem;
background: rgba(255, 255, 255, 0.5);
opacity: 1;
margin: 0 0.5rem;
}
.hero-slider .swiper-pagination-bullet-active {
background: #fff;
}
.hero-section__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
padding-top: var(--headerHeight);
position: relative;
z-index: 2;
height: 100%;
}
.hero-section__content-header {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 15rem 0rem;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 10rem;
-webkit-box-flex: 1;
-ms-flex: 1 0 0px;
flex: 1 0 0;
}
.hero-section__content-header .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
gap: 4rem;
-ms-flex-item-align: stretch;
align-self: stretch;
max-width: 78rem;
}
.hero-section__content-header .title h1,
.hero-section__content-header .title .subheader {
color: #fff;
}
.hero-section__content-header .buttons {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 1rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.terapie {
background: #f2f9fc;
}
.terapie__content {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding: 10rem 0;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 8rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.terapie__content-header .title {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
gap: 3rem;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.terapie__content-header .title h2 {
height: 3.5rem;
}
.terapie__content-header .title p {
color: #5e6f7e;
font-family: "Avenir Next LT Pro", sans-serif;
font-weight: 600;
}
.terapie__content-points {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
gap: 2rem;
-ms-flex-item-align: stretch;
align-self: stretch;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.terapie__content-points .point {
width: calc(33.3333333333% - 1.3333333333rem);
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex-item-align: stretch;
align-self: stretch;
}
.terapie__content-points .point:hover figure::before {
opacity: 0;
}
.terapie__content-points .point figure {
position: relative;
width: 100%;
max-width: 38.6rem;
height: 21.6rem;
}
.terapie__content-points .point figure .point-title {
position: absolute;
top: 0;
left: 0;
padding: 6rem 4rem;
z-index: 2;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
gap: 0.5rem;
color: white;
}
.terapie__content-points .point figure .point-title h3 {
letter-spacing: -0.03rem;
}
.terapie__content-points .point figure::before {
content: "";
position: absolute;
width: 100%;
height: 100%;
background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 187, 233, 0.2)), to(rgba(27, 187, 233, 0.8))), #1bbbe9;
background: linear-gradient(180deg, rgba(27, 187, 233, 0.2) 0%, rgba(27, 187, 233, 0.8) 100%), #1bbbe9;
border-radius: 0rem 2rem 2rem 2rem;
z-index: 1;
opacity: 0.7;
-webkit-transition: 0.3s;
transition: 0.3s;
}
.terapie__content-points .point figure img {
position: relative;
border-radius: 0rem 2rem 2rem 2rem;
aspect-ratio: 386/216;
width: 100%;
height: auto;
}