html {
--secondary-color: #1F3F2F;
--primary-color: #C8F564;
--body-text: #D5EFDB;
--brown: #FFF7EF;
--lord-icon-primary: var(--primary-color);
--lord-icon-secondary: var(--primary-color);
}
html, body {
padding-top: 0;
}
.section.section--top {
padding-top: 19rem;
}
.section.section--top.section--in-view .bg {
opacity: 1;
-webkit-transform: translateY(0);
transform: translateY(0);
}
.section.section--top.section--in-view .container .left-col {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.section.section--top.section--in-view .container .right-col {
-webkit-transform: translateX(0);
transform: translateX(0);
opacity: 1;
}
.section.section--top .bg {
position: absolute;
z-index: 1;
left: 0;
top: 0;
width: 100%;
height: calc(100% + 20rem);
-webkit-transition: 0.7s ease-in-out;
transition: 0.7s ease-in-out;
opacity: 0;
-webkit-transform: translateY(-5rem);
transform: translateY(-5rem);
background-image: url(//stoix.cz/wp-content/themes/stoix-theme-v2/assets/images/top-bg.jpg);
background-position: bottom center;
background-repeat: no-repeat;
background-size: cover;
}
.section.section--top .container {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
position: relative;
z-index: 2;
}
.section.section--top .container .left-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
padding-right: 2.4rem;
-webkit-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
-webkit-transform: translateX(-5rem);
transform: translateX(-5rem);
opacity: 0;
}
@media screen and (max-width: 1290px) {
.section.section--top .container .left-col {
-webkit-transform: translateX(-1.5rem);
transform: translateX(-1.5rem);
}
}
@media screen and (max-width: 740px) {
.section.section--top .container .left-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
padding-right: 0;
text-align: center;
}
}
.section.section--top .container .left-col .text {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
max-width: 37rem;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
gap: 2.4rem;
margin-top: 2rem;
}
@media screen and (max-width: 740px) {
.section.section--top .container .left-col .text {
margin-left: auto;
margin-right: auto;
}
}
.section.section--top .container .left-col .contacts-and-social .contacts {
-webkit-box-flex: 0;
-ms-flex: 0 0 0 100%;
flex: 0 0 0 100%;
}
.section.section--top .container .left-col .contacts-and-social .socials {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-top: 4rem;
}
@media screen and (max-width: 600px) {
.section.section--top .container .left-col .contacts-and-social .socials {
margin-top: 2rem;
}
}
.section.section--top .container .left-col .contacts-and-social .socials .social {
border-color: #274F37;
}
.section.section--top .container .left-col .contacts-and-social .socials .social:hover {
border-color: #C8F564;
}
.section.section--top .container .left-col .contacts-and-social .socials .social svg {
stroke-width: 1;
}
.section.section--top .container .right-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 50%;
flex: 0 0 50%;
-webkit-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
-webkit-transform: translateX(5rem);
transform: translateX(5rem);
opacity: 0;
}
@media screen and (max-width: 1290px) {
.section.section--top .container .right-col {
-webkit-transform: translateX(1.5rem);
transform: translateX(1.5rem);
}
}
@media screen and (max-width: 740px) {
.section.section--top .container .right-col {
-webkit-box-flex: 0;
-ms-flex: 0 0 100%;
flex: 0 0 100%;
margin-top: 3.5rem;
}
}
.section--gallery {
z-index: 10;
}
.section--gallery.section--in-view .gallery-slider {
-webkit-transform: translateY(0);
transform: translateY(0);
opacity: 1;
}
.gallery-slider {
max-width: 945px;
margin: 0 auto;
-webkit-transition: all 0.7s ease-out;
transition: all 0.7s ease-out;
-webkit-transform: translateY(5rem);
transform: translateY(5rem);
opacity: 0;
}
.gallery-slider .slick-dots {
margin-top: 3rem;
}
.gallery-slider .slick-dots li.slick-active button {
background-color: var(--primary-color);
}
.gallery-slider .slick-dots li button {
border-color: var(--primary-color);
}
.section--heading-text {
padding-bottom: 12rem;
z-index: 10;
}
@media screen and (max-width: 1000px) {
.section--heading-text {
padding-bottom: 6rem;
}
}