diff --git a/src/App.css b/src/App.css index 896030a..563d8c1 100644 --- a/src/App.css +++ b/src/App.css @@ -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; } @@ -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) { diff --git a/src/components/Experts.jsx b/src/components/Experts.jsx index f3eb701..3b2c479 100644 --- a/src/components/Experts.jsx +++ b/src/components/Experts.jsx @@ -81,7 +81,7 @@ const Experts = () => {
@@ -99,7 +99,7 @@ const Experts = () => {
@@ -117,7 +117,7 @@ const Experts = () => {
@@ -135,7 +135,7 @@ const Experts = () => {
diff --git a/src/components/Eyona.jsx b/src/components/Eyona.jsx index 5f13a99..b5f8bf3 100644 --- a/src/components/Eyona.jsx +++ b/src/components/Eyona.jsx @@ -15,12 +15,12 @@ const Eyona = () => { data-aos-duration="2000" >
+
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 diff --git a/src/components/EyonaHero.jsx b/src/components/EyonaHero.jsx index 6e25d26..2ad5165 100644 --- a/src/components/EyonaHero.jsx +++ b/src/components/EyonaHero.jsx @@ -218,7 +218,7 @@ const EyonaHero = () => {
diff --git a/src/components/Form.jsx b/src/components/Form.jsx index b7525cb..daccb87 100644 --- a/src/components/Form.jsx +++ b/src/components/Form.jsx @@ -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(); @@ -45,7 +48,7 @@ const Form = () => { data-aos-offset="500" data-aos-duration="1000" > -
@@ -130,7 +133,7 @@ const Form = () => {