TIF_E41201027/public/Frontend/assets/scss/_apply-proces.scss

54 lines
1.2 KiB
SCSS

.apply-process-area{
@media #{$xs}{
padding-top: 100px;
padding-bottom: 100px;
}
@media #{$sm}{
padding-top: 100px;
padding-bottom: 100px;
}
.single-process{
padding: 44px 28px;
background:#26317f;
@media #{$xs}{
padding: 34px 10px;
}
// Hover
&:hover {
.process-ion{
transform-style: preserve-3d;
transform: rotateY(-180deg);
}
}
// icon
.process-ion{
span{
font-size: 60px;
margin-bottom: 13px;
color: #fff;
margin-bottom: 20px;
}
transition: transform 650ms ease-in-out,
filter 650ms ease-in-out;
}
// Caption
.process-cap{
h5{
font-weight: 700;
font-size: 24px;
color: #fff;
line-height: 1.4;
margin-bottom: 20px;
}
p{
color: #a5aaca;
}
}
}
}
.apply-bg{
background-size: cover;
background-repeat: no-repeat;
}