.about-us-list li {
list-style-type: circle;
}
.about-section {
min-height: 100vh;
min-height: calc(var(--vh, 1vh) * 100);
padding: 180px 30px 30px 30px;
}
.about-wrapper {
max-width: 1200px;
margin: 0 auto;
}
.about-wrapper p {
font-weight: 500;
color: var(--secondary-color);
}
.about-wrapper ul {
color: var(--secondary-color);
margin: 30px 0;
}
.about-wrapper ul li {
font-weight: 300;
list-style: circle;
letter-spacing: 1px;
}
.about-wrapper ul li strong {
font-weight: 700;
}
.about-wrapper h2 {
margin-bottom: 50px;
text-align: center;
color: var(--secondary-color);
}
.horizontal-bar {
display: block;
height: 4px;
background: linear-gradient(30deg, rgba(237, 196, 74, 1) 0%, rgba(53, 51, 73, 0.4992121848739496) 100%);
border-radius: 6px 6px;
}
.first-paragraph {
text-align: center;
padding: 30px 0;
}
.header-image {
position: absolute;
top: 0;
left: 50%;
transform: translateX(-50%);
background: url(//mobile-labs.fr/wp-content/themes/images/iphone_x_demonte_sur_atelier_du_stand.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
min-height: 200px;
width: 100vw;
width: calc(var(--vw, 1vw) * 100);
}
.header-image::after {
content: '';
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: linear-gradient(to bottom, rgb(53, 51, 73, 0.5), rgb(0, 0, 0, 0.6));
}
.about-section h1 {
text-align: center;
color: var(--white-color);
vertical-align: bottom;
position: relative;
z-index: 2;
bottom: -90px;
}
.shop-image {
z-index: 2;
max-width: 600px;
max-height: 300px;
border-radius: 25px;
overflow: hidden;
box-shadow: 0 0 20px rgb(0, 0, 0, 0.3);
margin: 0 auto;
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
transform: translate3d(0, 0, 0);
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
}
.shop-image img {
z-index: -1;
}
.second-paragraph {
margin: 30px 0 50px 0;
}
.heart-icon {
display: block;
width: 100%;
margin: 30px auto 0 auto;
}
.heart-icon img {
display: block;
margin: 0 auto;
object-fit: contain !important;
max-width: 200px;
}
.about-signature {
text-align: end;
}
.third-paragraph {
margin: 100px 0;
}
.third-paragraph-first-row,
.third-paragraph-second-row {
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(2, 1fr);
max-height: 600px;
justify-items: flex-start;
margin: 70px 0;
}
.third-paragraph-second-row {
grid-template-columns: repeat(2, 1fr) reverse !important;
}
.service-card {
border: none;
opacity: 1;
transform: translate(0, 0);
height: 300px;
max-width: inherit;
margin-block-end: inherit !important;
margin-block-start: inherit !important;
margin: 0 !important;
background-color: white;
}
.service-card-1 {
grid-area: 1 / 1 / 2 / 2;
}
.service-card-3 {
grid-area: 2 / 1 / 3 / 2;
align-self: flex-end;
}
.service-card-4 {
align-self: flex-end;
}
.service-card-2,
.service-card-4 {
justify-self: flex-end;
grid-column: inherit;
grid-row: inherit;
}
.service-card-1,
.service-card-3,
.service-card-4,
.service-card-2 {
box-shadow: 0 0 20px rgb(0, 0, 0, 0.3);
border-radius: 25px;
padding: 20px;
display: flex;
flex-direction: column;
align-items: flex-start;
justify-content: center;
}
.service-card-1 img,
.service-card-3 img,
.service-card-4 img,
.service-card-2 img {
object-fit: contain !important;
width: 60px !important;
height: 60px !important;
max-height: 100%;
max-width: 100%;
}
.video-container,
.video-container-2 {
position: relative;
grid-area: 1 / 2 / 3 / 3;
max-height: 100%;
z-index: 0;
border-radius: 25px;
overflow: hidden;
}
.video-container {
justify-self: flex-end;
max-height: calc(600px + 60px);
}
.video-container-2 {
grid-area: 1 / 1 / 3 / 2;
max-height: calc(600px + 60px);
}
.reparation-video {
object-fit: cover;
object-position: 0px -350px;
}
.video-container:after,
.video-container-2:after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 2;
background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABVJREFUGFdjZGBg+M/AwMDIyAABDQAOqQGD18yb9gAAAABJRU5ErkJggg==) repeat;
opacity: 0.6;
}
.service-card-link a {
position: relative;
padding: 10px 15px;
color: var(--primary-color);
border-radius: 20px;
width: fit-content;
transition: all 0.5s ease;
box-shadow: 0 0 0 var(--primary-color) inset;
}
.service-card-link a:hover {
color: var(--secondary-color);
box-shadow: 300px 0 0 var(--primary-color) inset;
border: 2px solid transparent;
}
.service-card h3 {
font-family: 'Poppins', sans-serif;
position: relative;
width: fit-content;
}
.service-card h3::after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 100%;
height: 3px;
border-radius: 20px;
background-color: var(--primary-color);
}
@media screen and (max-width: 700px) {
.third-paragraph-first-row,
.third-paragraph-second-row {
max-height: 1200px;
grid-template-columns: 1fr;
grid-template-rows: 1fr 1fr 4fr;
gap: 30px;
}
.service-card {
width: 100%;
}
.video-container,
.video-container-2 {
grid-area: 3 / 1 / 4 / 1;
margin-top: 40px;
width: 100%;
}
.video-container {
object-position: center;
}
}