Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
preeti-192 committed Jun 15, 2023
1 parent a5992f3 commit 46a23b3
Show file tree
Hide file tree
Showing 10 changed files with 34 additions and 23 deletions.
12 changes: 10 additions & 2 deletions src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -581,10 +581,9 @@
.send_btn,
.touch_btn,
.msg_btn {
transition: all .3s linear;
transition: all .3s linear !important;
}


svg:hover path {
fill-opacity: 1;
}
Expand Down Expand Up @@ -864,6 +863,15 @@ svg:hover path {
.map_bg {
background-size: cover;
}

.form_box {
margin-bottom: 20px;
}
}
@media (min-width:1800px) {
.me_5{
margin-right: 5px;
}
}

@media (max-width:400px) {
Expand Down
8 changes: 4 additions & 4 deletions src/components/Experts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const Experts = () => {
<div className="black_circle rounded-pill d-flex justify-content-center align-items-center mx-auto mx-lg-0 mb-4">
<img src={b2b} alt="b2b" className="w-100" />
</div>
<h4 className="ff_Montserrat fw-bold fs_4xl fc_Slate mt-lg-3">
<h4 className="ff_Montserrat fw-bold fs_4xl fc_Slate my-lg-4 mt-2">
B2B Software
</h4>
<p className="ff_Montserrat fw-normal fs_2xl fc_grey max_width_550 mx-auto mx-lg-0 lh_40">
Expand All @@ -99,7 +99,7 @@ const Experts = () => {
<div className="black_circle rounded-pill d-flex justify-content-center align-items-center mx-auto mx-lg-0 mb-4">
<img src={ecoSystem} alt="eco_system" className="w-100" />
</div>
<h4 className="ff_Montserrat fw-bold fs_4xl fc_Slate mt-lg-3">
<h4 className="ff_Montserrat fw-bold fs_4xl fc_Slate my-lg-4 mt-2">
Eco-system Ownership
</h4>
<p className="ff_Montserrat fw-normal fs_2xl fc_grey max_width_550 mx-auto mx-lg-0 lh_40">
Expand All @@ -117,7 +117,7 @@ const Experts = () => {
<div className="black_circle rounded-pill d-flex justify-content-center align-items-center mx-auto mx-lg-0 mb-4">
<img src={globally} alt="globally" className="w-100" />
</div>
<h4 className="ff_Montserrat fw-bold fs_4xl fc_Slate mt-lg-3">
<h4 className="ff_Montserrat fw-bold fs_4xl fc_Slate my-lg-4 mt-2">
Globally Relevant
</h4>
<p className="ff_Montserrat fw-normal fs_2xl fc_grey max_width_550 mx-auto mx-lg-0 lh_40">
Expand All @@ -135,7 +135,7 @@ const Experts = () => {
<div className="black_circle rounded-pill d-flex justify-content-center align-items-center mx-auto mx-lg-0 mb-4">
<img src={industry} alt="industry" className="w-100" />
</div>
<h4 className="ff_Montserrat fw-bold fs_4xl fc_Slate mt-lg-3">
<h4 className="ff_Montserrat fw-bold fs_4xl fc_Slate my-lg-4 mt-2">
Industry Specific
</h4>
<p className="ff_Montserrat fw-normal fs_2xl fc_grey max_width_550 mx-auto mx-lg-0 lh_40">
Expand Down
4 changes: 2 additions & 2 deletions src/components/Eyona.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ const Eyona = () => {
data-aos-duration="2000"
>
<Col xs={12} xxl={12} md={10}>
<h2 className="ff_Montserrat fw-bold fs_5x5l fc_white mw_1258 position-relative z-2 lh_70">
<h2 className="ff_Montserrat fw-bold fs_5x5l fc_white mw_1258 position-relative z-2 lh_70 mb-md-5 mb-3">
It’s our passion. Our business. We love to see our customers
reinventing themselves, people discovering their true potential
and creating products to enable industries.
</h2>
<p className="ff_Montserrat fw-medium fs_2xl fc_light mw_993 mt-md-5 mt-3 lh_40">
<p className="ff_Montserrat fw-medium fs_2xl fc_light mw_993 lh_40">
To us innovation means: Seeing the bigger picture, striving for
better insights, always curious, thinking the unthinkable, the
impossible and then making it happen. In other words, we support
Expand Down
4 changes: 2 additions & 2 deletions src/components/EyonaHero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ const EyonaHero = () => {
<img
src={laptop}
alt="laptop"
className="w-48 m_-30 laptop_img mb-3"
className="w-48 m_-30 laptop_img mb-3 me_5 me_neg8"
/>
</div>
<div className="d-flex gap-3">
Expand All @@ -244,7 +244,7 @@ const EyonaHero = () => {
</Col>
<Col lg={1} className="d-lg-block d-none"></Col>
<Col lg={5} className="mt-5 mt-xl-0 position-static z-2">
<h2 className="ff_Montserrat fs_5xl fc_black fw-bold lh_70 ">
<h2 className="ff_Montserrat fs_5xl fc_black fw-bold lh_70 mb-3">
We’re a multi-product company specialising in B2B products.
</h2>
<p className="ff_Montserrat fc_darkGrey fw-normal fs_xsm lh_30">
Expand Down
7 changes: 5 additions & 2 deletions src/components/Form.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ const Form = () => {
const handleShow = () => {
form.current.classList.add("contactForm");
};
const handleClose = () => {
form.current.classList.remove("contactForm");
};

const handleSubmit = (e) => {
e.preventDefault();
Expand Down Expand Up @@ -45,7 +48,7 @@ const Form = () => {
data-aos-offset="500"
data-aos-duration="1000"
>
<h2 className="ff_inter fs_7x5l fw-bold fc_white mb-5 contact z-3">
<h2 className="ff_inter fs_7x5l fw-bold fc_white mb-md-5 mb-3 contact z-3">
Let’s Talk
</h2>
<p className="ff_inter fw-normal fs_2xl fc_light mb-3">
Expand Down Expand Up @@ -130,7 +133,7 @@ const Form = () => {
<div className="back side">
<div className="content">
<div className=" d-flex justify-content-end mb-5">
<span>
<span onClick={handleClose}>
<svg
width="15"
height="15"
Expand Down
4 changes: 0 additions & 4 deletions src/components/JoinTeam.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,6 @@ const JoinTeam = () => {
</p>
<button
className="mb-5 border-0 fs_sm ff_inter fw-bold ls_1 bg_red fc_white msg_btn rounded-pill z-3 position-relative"
data-aos="fade-right"
data-aos-delay="300"
data-aos-offset="500"
data-aos-duration="1000"
>
Send Us A Message
</button>
Expand Down
4 changes: 2 additions & 2 deletions src/components/Magic.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ const Magic = () => {
<>
<section id="carrer">
<div className="container Custom_Container py-5">
<Row className="align-items-center">
<Row className="align-items-center justify-content-lg-between">
<Col
lg={6}
lg={5}
data-aos="fade-right"
data-aos-delay="300"
data-aos-offset="500"
Expand Down
6 changes: 3 additions & 3 deletions src/components/OurProducts.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@ const OurProducts = () => {
};
return (
<>
<section className="py-md-5 mt-lg-5">
<section className="py-md-5 mb-lg-5">
<div className="container ourProduct_container">
<h2
className="ff_inter fw-bold fs_8x5l text-center fc_Slate mb-3"
className="ff_inter fw-bold fs_8x5l text-center fc_Slate mb-4"
data-aos="zoom-in"
data-aos-delay="300"
data-aos-offset="0"
Expand All @@ -78,7 +78,7 @@ const OurProducts = () => {
Our products.
</h2>
<p
className="ff_inter fw-normal text-center fs_2xl fc_grey mw_872 mx-auto mb-5 pb-lg-5 lh_40"
className="ff_inter fw-normal text-center fs_2xl fc_grey mw_872 mx-auto mb-5 pb-lg-4 lh_40"
data-aos="zoom-in"
data-aos-delay="300"
data-aos-offset="0"
Expand Down
4 changes: 2 additions & 2 deletions src/components/Trust.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const Trust = () => {
};
return (
<>
<section id="companies" className="py-5">
<section id="companies" className="py-5 my-5 px-2">
<h2
className="ff_inter fw-bold fs_8x5l fc_Slate text-center mb-3 mw_1071 mx-auto lh_100"
data-aos="zoom-in"
Expand All @@ -95,7 +95,7 @@ const Trust = () => {
<span className="fc_red"> trust.</span>
</h2>
<p
className="ff_inter fs_2xl fc_grey text-center fw-normal mb-5 mw_872 mx-auto"
className="ff_inter fs_2xl fc_grey text-center fw-normal mb-5 py-lg-5 mw_872 mx-auto lh_40"
data-aos="zoom-in"
data-aos-delay="300"
data-aos-offset="0"
Expand Down
4 changes: 4 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -277,3 +277,7 @@
.lh_22 {
line-height: 22px;
}

.me_neg8{
margin-right: -8px;
}

0 comments on commit 46a23b3

Please sign in to comment.