Current File : /home/users/kundensystem/www/assets/scss/_sections.scss |
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
padding: 60px 0;
overflow: hidden;
}
.section-title {
padding-bottom: 40px;
h2 {
font-size: 14px;
font-weight: 500;
padding: 0;
line-height: 1px;
margin: 0 0 5px 0;
letter-spacing: 2px;
text-transform: uppercase;
color: lighten($default, 40);
font-family: $font-secondary;
}
h2::after {
content: "";
width: 120px;
height: 1px;
display: inline-block;
background: lighten($primary, 15);
margin: 4px 10px;
}
p {
margin: 0;
margin: 0;
font-size: 36px;
font-weight: 700;
text-transform: uppercase;
font-family: $font-secondary;
color: $secondary;
}
}
/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about {
.content {
h3 {
font-weight: 700;
font-size: 28px;
font-family: $font-secondary;
}
ul {
list-style: none;
padding: 0;
li {
padding: 0 0 8px 26px;
position: relative;
}
i {
position: absolute;
font-size: 20px;
left: 0;
top: -3px;
color: $primary;
}
}
p:last-child {
margin-bottom: 0;
}
}
}
/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
padding-top: 20px;
.swiper-slide {
img {
opacity: 0.5;
transition: 0.3s;
filter: grayscale(100);
&:hover {
filter: none;
opacity: 1;
}
}
}
.swiper-pagination {
margin-top: 20px;
position: relative;
.swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
background-color: #ddd;
}
.swiper-pagination-bullet-active {
background-color: $primary;
}
}
}
/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
padding-top: 20px;
.icon-box {
padding-left: 15px;
h4 {
font-size: 20px;
font-weight: 700;
margin: 5px 0 10px 60px;
}
i {
font-size: 48px;
float: left;
color: $primary;
}
p {
font-size: 15px;
color: lighten($default, 25);
margin-left: 60px;
}
}
.image {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
min-height: 400px;
}
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
.icon-box {
text-align: center;
border: 1px solid lighten($secondary, 84);
padding: 80px 20px;
transition: all ease-in-out 0.3s;
background: $white;
.icon {
margin: 0 auto;
width: 64px;
height: 64px;
background: $primary;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: 0.3s;
i {
color: $secondary;
font-size: 28px;
transition: ease-in-out 0.3s;
}
}
h4 {
font-weight: 700;
margin-bottom: 15px;
font-size: 24px;
a {
color: $secondary;
transition: ease-in-out 0.3s;
&:hover {
color: $primary;
}
}
}
p {
line-height: 24px;
font-size: 14px;
margin-bottom: 0;
}
&:hover {
border-color: $white;
box-shadow: 0px 0 25px 0 rgba(0, 0, 0, 0.10);
transform: translateY(-10px);
}
}
}
/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0 ,0 , .5)), url("../img/cta-bg.jpg") fixed center center;
background-size: cover;
padding: 60px 0;
h3 {
color: #fff;
font-size: 28px;
font-weight: 700;
}
p {
color: #fff;
}
.cta-btn {
font-family: $font-primary;
font-weight: 600;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 28px;
border-radius: 4px;
transition: 0.5s;
margin-top: 10px;
border: 2px solid #fff;
color: #fff;
&:hover {
background: $primary;
border-color: $primary;
color: $secondary;
}
}
}
/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio {
.portfolio-item {
margin-bottom: 30px;
}
#portfolio-flters {
padding:0;
margin:0 auto 20px auto;
list-style:none;
text-align:center;
li {
cursor: pointer;
display: inline-block;
padding: 8px 15px 10px 15px;
font-size: 14px;
font-weight: 600;
line-height: 1;
text-transform: uppercase;
color: $default;
margin-bottom: 5px;
transition: all 0.3s ease-in-out;
border-radius: 3px;
&:hover, &.filter-active {
color: $secondary;
background: $primary;
}
&:last-child {
margin-right: 0;
}
}
}
.portfolio-wrap {
transition: 0.3s;
position: relative;
overflow: hidden;
z-index: 1;
background: rgba($secondary, 0.6);
&::before {
content: "";
background: rgba($secondary, 0.6);
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
transition: all ease-in-out 0.3s;
z-index: 2;
opacity: 0;
}
img {
transition: all ease-in-out 0.3s;
}
.portfolio-info {
opacity: 0;
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 3;
transition: all ease-in-out 0.3s;
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: flex-start;
padding: 20px;
h4 {
font-size: 20px;
color: $white;
font-weight: 600;
}
p {
color: rgba($white, .7);
font-size: 14px;
text-transform: uppercase;
padding: 0;
margin: 0;
font-style: italic;
}
}
.portfolio-links {
text-align: center;
z-index: 4;
a {
color: $white;
margin: 0 5px 0 0;
font-size: 28px;
display: inline-block;
transition: 0.3s;
&:hover {
color: $primary;
}
}
}
&:hover {
&::before {
opacity: 1;
}
img {
transform: scale(1.2);
}
.portfolio-info {
opacity: 1;
}
}
}
}
/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
padding-top: 40px;
.portfolio-details-slider {
img {
width: 100%;
}
.swiper-pagination {
margin-top: 20px;
position: relative;
.swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color: #fff;
opacity: 1;
border: 1px solid $primary;
}
.swiper-pagination-bullet-active {
background-color: $primary;
}
}
}
.portfolio-info {
padding: 30px;
box-shadow: 0px 0 30px rgba($secondary, 0.08);
h3 {
font-size: 22px;
font-weight: 700;
margin-bottom: 20px;
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}
ul {
list-style: none;
padding: 0;
font-size: 15px;
li +li {
margin-top: 10px;
}
}
}
.portfolio-description {
padding-top: 30px;
h2 {
font-size: 26px;
font-weight: 700;
margin-bottom: 20px;
}
p {
padding: 0;
}
}
}
/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
.content {
padding: 30px 0;
h3 {
font-weight: 700;
font-size: 34px;
color: $secondary;
}
p {
margin-bottom: 0;
}
.count-box {
padding: 20px 0;
width: 100%;
i {
display: block;
font-size: 36px;
color: $primary;
float: left;
}
span {
font-size: 36px;
line-height: 30px;
display: block;
font-weight: 700;
color: $secondary;
margin-left: 50px;
}
p {
padding: 15px 0 0 0;
margin: 0 0 0 50px;
font-family: $font-primary;
font-size: 14px;
color: lighten($secondary, 15);
}
a {
font-weight: 600;
display: block;
margin-top: 20px;
color: lighten($secondary, 15);
font-size: 15px;
font-family: $font-secondary;
transition: ease-in-out 0.3s;
&:hover {
color: lighten($secondary, 30);
}
}
}
}
.image {
background: url("../img/counts-img.jpg") center center no-repeat;
background-size: cover;
min-height: 400px;
}
@media (max-width: 991px) {
.image {
text-align: center;
img {
max-width: 80%;
}
}
}
@media (max-width: 667px) {
.image {
img {
max-width: 100%;
}
}
}
}
/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
padding: 80px 0;
background: url("../img/testimonials-bg.jpg") no-repeat;
background-position: center center;
background-size: cover;
position: relative;
&::before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
background: rgba(darken($secondary, 20), 0.7);
}
.section-header {
margin-bottom: 40px;
}
.testimonials-carousel, .testimonials-slider {
overflow: hidden;
}
.testimonial-item {
text-align: center;
color: $white;
.testimonial-img {
width: 100px;
border-radius: 50%;
border: 6px solid rgba($white, .15);
margin: 0 auto;
}
h3 {
font-size: 20px;
font-weight: bold;
margin: 10px 0 5px 0;
color: $white;
}
h4 {
font-size: 14px;
color: #ddd;
margin: 0 0 15px 0;
}
.quote-icon-left, .quote-icon-right {
color: rgba($white, .6);
font-size: 26px;
}
.quote-icon-left {
display: inline-block;
left: -5px;
position: relative;
}
.quote-icon-right {
display: inline-block;
right: -5px;
position: relative;
top:10px;
}
p {
font-style: italic;
margin: 0 auto 15px auto;
color: #eee;
}
}
.swiper-pagination {
margin-top: 20px;
position: relative;
.swiper-pagination-bullet {
width: 12px;
height: 12px;
background-color:rgba(#fff, .4);
opacity: .5;
}
.swiper-pagination-bullet-active {
background-color: $primary;
opacity: 1;
}
}
@media (min-width: 1024px) {
background-attachment: fixed;
}
@media (min-width: 992px) {
.testimonial-item p {
width: 80%;
}
}
}
/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
background: #fff;
padding: 60px 0;
.member {
margin-bottom: 20px;
overflow: hidden;
border-radius: 5px;
background: $white;
box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.10);
.member-img {
position: relative;
overflow: hidden;
}
.social {
position: absolute;
left: 0;
bottom: 30px;
right: 0;
opacity: 0;
transition: ease-in-out 0.3s;
text-align: center;
a {
transition: color 0.3s;
color: $secondary;
margin: 0 3px;
border-radius: 4px;
width: 36px;
height: 36px;
background: rgba(#fff, .8);
transition: ease-in-out 0.3s;
color: lighten($secondary, 20);
display: inline-flex;
justify-content: center;
align-items: center;
&:hover {
color: $secondary;
background: $primary;
}
}
i {
font-size: 18px;
line-height: 0;
}
}
.member-info {
padding: 25px 15px;
h4 {
font-weight: 700;
margin-bottom: 5px;
font-size: 18px;
color: $secondary;
}
span {
display: block;
font-size: 13px;
font-weight: 400;
color: lighten($default, 40);
}
p {
font-style: italic;
font-size: 14px;
line-height: 26px;
color: lighten($default, 20);
}
}
&:hover {
.social {
opacity: 1;
bottom: 15px;
}
}
}
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
.info {
width: 100%;
background: $white;
i {
font-size: 20px;
background: $primary;
color: $secondary;
float: left;
width: 44px;
height: 44px;
display: flex;
justify-content: center;
align-items: center;
border-radius: 4px;
transition: all 0.3s ease-in-out;
}
h4 {
padding: 0 0 0 60px;
font-size: 22px;
font-weight: 600;
margin-bottom: 5px;
color: $secondary;
}
p {
padding: 0 0 0 60px;
margin-bottom: 0;
font-size: 14px;
color: lighten($secondary, 20);
}
.email, .phone {
margin-top: 40px;
}
}
.php-email-form {
width: 100%;
background: #fff;
.form-group {
padding-bottom: 8px;
}
.error-message {
display: none;
color: #fff;
background: #ed3c0d;
text-align: left;
padding: 15px;
font-weight: 600;
& br + br {
margin-top: 25px;
}
}
.sent-message {
display: none;
color: #fff;
background: #18d26e;
text-align: center;
padding: 15px;
font-weight: 600;
}
.loading {
display: none;
background: #fff;
text-align: center;
padding: 15px;
&:before {
content: "";
display: inline-block;
border-radius: 50%;
width: 24px;
height: 24px;
margin: 0 10px -6px 0;
border: 3px solid #18d26e;
border-top-color: #eee;
animation: animate-loading 1s linear infinite;
}
}
input, textarea {
border-radius: 0;
box-shadow: none;
font-size: 14px;
border-radius: 4px;
&:focus {
border-color: $primary;
}
}
input {
height: 44px;
}
textarea {
padding: 10px 12px;
}
button[type="submit"] {
background: $primary;
border: 0;
padding: 10px 24px;
color: $secondary;
transition: 0.4s;
border-radius: 4px;
&:hover {
background: lighten($primary, 5);
}
}
}
@keyframes animate-loading {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
padding: 15px 0;
background: lighten($secondary, 88);
min-height: 40px;
margin-top: 74px;
h2 {
font-size: 28px;
font-weight: 400;
}
ol {
display: flex;
flex-wrap: wrap;
list-style: none;
padding: 0;
margin: 0;
li + li {
padding-left: 10px;
}
li + li::before {
display: inline-block;
padding-right: 10px;
color: lighten($secondary, 10);
content: "/";
}
}
@media (max-width: 992px) {
margin-top: 68px;
.d-flex {
display: block !important;
}
ol {
display: block;
li {
display: inline-block;
}
}
}
}