/* ---------------------------------------------------------------- */
/* 13.Services
/* ---------------------------------------------------------------- */
.services-item {
position: relative;
text-align: center;
margin-bottom: 80px;
border-radius: 50px;
background: $color_white;
transition: all 0.5s ease;
padding: 30px 30px 50px 30px;
box-shadow: 0 15px 30px 0 rgba($color_primary,0.15);
.services-bg-img {
top: 0;
left: 0;
opacity: 0;
width: 100%;
height: 100%;
pointer-events: none;
visibility: hidden;
position: absolute;
border-radius: 50px;
transition: all 0.5s ease;
transform: scale(0.7);
}
.body {
z-index: 1;
position: relative;
h4 {
font-size: 50px;
margin-bottom: 10px;
color: $color_primary;
}
h5 {
margin-bottom: 15px;
}
p {
margin-bottom: 30px;
}
a,i {
transition: all 0.5s ease;
}
a {
font-weight: 600;
color: $color_dark;
text-transform: uppercase;
i {
margin-left: 5px;
color: $color_primary;
}
&:hover {
color: $color_primary;
text-decoration: underline;
i {
margin-left: 10px;
}
}
}
}
.icon {
left: 50%;
bottom: -30px;
position: absolute;
transform: translateX(-50%);
span {
width: 60px;
height: 60px;
font-size: 20px;
position: relative;
line-height: 60px;
border-radius: 50%;
color: $color_white;
background: $color_primary;
transition: all 0.5s ease;
}
}
.icon-border {
left: 50%;
bottom: 0;
z-index: -3;
position: absolute;
margin-left: 30px;
transform: translateX(-50%);
&:after, &:before {
top: 0;
content: "";
position: absolute;
border-radius: 50%;
transition: all 0.5s ease;
transform: translateY(-50%);
border: 2px solid $color_primary;
}
&:after {
right: -10px;
width: 80px;
height: 80px;
line-height: 80px;
}
&:before {
right: -20px;
width: 100px;
height: 100px;
line-height: 100px;
}
}
&:hover {
background: $color_dark;
.services-bg-img {
opacity: 0.15;
visibility: visible;
transform: scale(1);
}
.icon-border {
&:after, &:before {
border: 2px solid $color_dark;
}
}
.icon {
span {
background: $color_dark;
}
}
.body {
h4,h5,p,a {
color: $color_white;
}
p {
opacity: 0.75;
}
a {
i {
margin-left: 5px;
color: $color_primary;
}
&:hover {
color: $color_primary;
text-decoration: underline;
i {
margin-left: 10px;
}
}
}
}
}
}
.services-detail-top {
position: relative;
img {
border-radius: 30px;
}
span {
bottom: -60px;
left: 0;
width: 120px;
height: 120px;
color: $color_white;
line-height: 100px;
font-size: 30px;
font-weight: 700;
text-align: center;
position: absolute;
border-radius: 50%;
background: $color_primary;
border: 10px solid $color_white;
position: absolute;
}
}
.services-detail-inner {
margin-top: 70px;
h2 {
margin-bottom: 15px;
}
p {
margin-bottom: 15px;
&:last-of-type {
margin-bottom: 30px;
}
}
}
.web-design-process {
border-radius: 30px;
background: $color_dark;
.design-process-video {
position: relative;
overflow: hidden;
img {
border-radius: 30px 0 0 30px;
}
.design-process-video-btn {
top: 50%;
left: 50%;
padding: 10px;
text-align: center;
border-radius: 50%;
position: absolute;
color: $color_white;
display: inline-block;
transition: all 0.5s ease;
border: 2px solid $color_white;
transform: translate(-50%,-50%);
i {
width: 80px;
height: 80px;
font-size: 16px;
color: $color_primary;
line-height: 80px;
text-align: center;
border-radius: 50%;
display: inline-block;
transition: all 0.5s ease;
background: $color_white;
}
&:hover {
border-color: $color_primary;
i {
color: $color_white !important;
background: $color_primary;
}
}
}
}
.design-process-inner {
padding: 30px 30px 30px 6px;
h5 {
color: $color_white;
margin-bottom: 20px;
}
ul {
li {
margin-bottom: 10px;
color: $color_white;
&:last-child {
margin-bottom: 0;
}
i {
margin-right: 15px;
color: $color_primary;
vertical-align: middle;
display: inline-block;
}
}
}
}
}
.subscribe-newsletter {
.icon {
margin-bottom: 20px;
span {
color: $color_primary;
font-size: 50px;
}
}
.subscribe-newsletter-text {
padding: 30px;
background: $color_dark;
border-radius: 20px;
h5 {
margin-bottom: 15px;
}
p {
opacity: 0.8;
margin-bottom: 20px;
}
p,h5 {
color: $color_white;
}
}
.form-newsletter {
position: relative;
input {
outline: none;
border: none;
width: 100%;
height: 60px;
color: $color_white;
padding: 0 50px 0 30px;
border-radius: 30px;
background: transparent;
transition: all 0.25s ease;
border: 1px solid rgba($color_white,0.5);
&:focus {
outline: none;
color: $color_white;
}
}
button {
top: 0;
right: 0;
z-index: 4;
border: none;
outline: none;
height: 100%;
width: 60px;
border-radius: 50px;
overflow: hidden;
color: $color_white;
position: absolute;
background: transparent;
transition: all 0.5s ease;
&:hover {
color: $color_primary !important;
}
}
}
}
/* ---------------------------------------------------------------- */
/* Responsive Media Query (768px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width:768px) {
.web-design-process {
.design-process-video {
img {
border-radius: 30px 30px 0 0;
}
}
.design-process-inner {
padding: 30px;
}
}
}
/* ---------------------------------------------------------------- */
/* Responsive Media Query (576px)
/* ---------------------------------------------------------------- */
@media only screen and (max-width:576px) {
.services-detail-inner {
> h2 {
font-size: 1.467rem;
line-height: 1.4;
}
}
} |