Alaguraj0361 4785c22a25
Some checks failed
Build and Deploy Build Output / build (push) Has been cancelled
first commit
2025-11-07 10:51:36 +05:30

49 lines
897 B
SCSS

.hero-2 {
&:after {
background: linear-gradient(-90deg, #171717 0.03%, rgba(23, 23, 23, 0.00) 99.95%);
}
.hero-shape2-1 {
left: 0;
}
}
.about-thumb2 {
.about-img-1 {
padding-right: 237px;
padding-left: 0;
}
.about-counter-wrap {
right: 20px;
left: auto;
}
.about-year-wrap2 {
left: 50px;
right: auto;
}
}
@include ml {
.about-thumb2 .about-counter-wrap {
right: 0;
}
.about-thumb2 .about-img-1 {
padding-right: 217px;
}
}
@include vxs {
.about-thumb2 .about-img-1 {
padding-right: 0;
}
}
.cta2-bg-thumb {
transform: rotateY(180deg);
left: 0;
right: auto;
}
.testimonial-area-2 .testimonial-thumb-2 {
right: 0;
left: auto;
}
.testiomonial-wrap-2 .quote-icon {
right: auto;
left: 55px;
transform: rotateY(180deg);
}