Commit a768def4 by gaurav

changes

1 parent e4494dc6
......@@ -90,19 +90,20 @@ const ClientService = ({ service }) => {
slidesPerView: 3,
},
}}
autoplay={{
delay: 5000,
autoplay= {false}
// autoplay={{
// delay: 5000,
// disableOnInteraction: true,
// pauseOnMouseEnter: true,
}}
// }}
loop={true}
modules={[Autoplay, Navigation]}
className="services-slides position-relative"
className="services-slides position-relative h-auto"
>
{service?.whatwedo &&
service?.whatwedo.map((service, index) => (
<SwiperSlide className="single-services-box" key={index}>
<motion.div
<SwiperSlide className="single-services-box " key={index}>
<motion.div className=""
variants={slideFromLeft(0.5)}
initial={"hidden"}
whileInView={"show"}
......@@ -118,7 +119,7 @@ const ClientService = ({ service }) => {
/>
</Link>
</div>
<div className="content">
<div className="content ">
<h3>
<Link href={service?.CTA?.URL ? service?.CTA?.URL : "#"}>{service?.Title}</Link>
</h3>
......
......@@ -71,7 +71,8 @@ const Industries = ({ industry }) => {
return (
<>
<div className="free-quote-area bg-color position-relative">
<div className="free-quote-area bg-color position-relative industry_home">
<Container>
<Swiper
spaceBetween={30}
pagination={{ clickable: true }}
......@@ -105,7 +106,7 @@ const Industries = ({ industry }) => {
{industry &&
industry.map((industry, index) => (
<SwiperSlide className="single-partner-item" key={index}>
<Container>
<Row className="align-items-center">
<Col lg={5} md={12}>
<div className="free-quote-content">
......@@ -145,7 +146,6 @@ const Industries = ({ industry }) => {
/>
</Col>
</Row>
</Container>
<div className="shape3">
<Image
......@@ -162,7 +162,8 @@ const Industries = ({ industry }) => {
<div className="cust_nav industry_nav swiper-nav text-center mt-md-4 mt-2">
<SwiperNav />
</div>
</div>
</Container>
</div >
</>
);
};
......
......@@ -1784,12 +1784,12 @@ Services Area CSS
transition: var(--transition);
word-wrap: break-word;
overflow: hidden;
max-height: 4.9em;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
word-spacing: -1.5px;
/* max-height: 4.9em; */
/* text-overflow: ellipsis; */
/* display: -webkit-box; */
/* -webkit-line-clamp: 3; */
/* -webkit-box-orient: vertical; */
/* word-spacing: -1.5px; */
}
.single-services-box .content .default-btn {
......@@ -9129,6 +9129,10 @@ ul.pagination.custom-pagination {
.weoffer_section .HowWeDoIt_card {
height: 715px;
}
.industry_home .industry-title {
font-size: 1.5rem;
}
}
@media (max-width: 1300px) {
......@@ -9180,7 +9184,8 @@ ul.pagination.custom-pagination {
.empowering_howitwork .HowWeDoIt_card {
height: 200px;
}
.weoffer_section .HowWeDoIt_card{
.weoffer_section .HowWeDoIt_card {
height: 560px;
}
}
......@@ -9247,6 +9252,11 @@ ul.pagination.custom-pagination {
max-height: fit-content;
height: auto;
}
.industry_home .industry-title {
font-size: 1.2rem;
}
/* .weoffer_section .HowWeDoIt_card{
height: auto;
} */
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!