Commit a768def4 by gaurav

changes

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