diff --git a/components/HomeOne/HeroSlider.js b/components/HomeOne/HeroSlider.js index fc03ee2..765eeb9 100755 --- a/components/HomeOne/HeroSlider.js +++ b/components/HomeOne/HeroSlider.js @@ -35,22 +35,23 @@ const HeroSlider = () => {
-
+
- Shape -
- -

Exceptional Health Care for Pregnant Mothers & Newborn

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

- -
- - Get Appointment - - - Learn More - + Shape
+
+

Exceptional Health Care for Pregnant Mothers & Newborn

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

+ +
+ + Get Appointment + + + Learn More + +
+
@@ -62,19 +63,24 @@ const HeroSlider = () => {
+ {/*
+ Shape +
*/} +
+

Caring Health is Important Than All

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

+ +
+ + Get Appointment + + + Learn More + +
+
- Shape -
-

Caring Health is Important Than All

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

- -
- - Get Appointment - - - Learn More - + Shape
@@ -87,19 +93,24 @@ const HeroSlider = () => {
-
- Shape -
-

We Offer Highly Treatments

-

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

+ {/*
+ Shape +
*/} +
+

We Offer Highly Treatments

+

Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Quis ipsum suspendisse ultrices gravida.

-
- +
+ Get Appointment - - + + Learn More - + +
+
+
+ Shape
@@ -111,4 +122,6 @@ const HeroSlider = () => { ) } -export default HeroSlider; \ No newline at end of file +export default HeroSlider; + + diff --git a/public/css/style.css b/public/css/style.css index af02625..071044f 100755 --- a/public/css/style.css +++ b/public/css/style.css @@ -335,6 +335,7 @@ button:focus { height: 40px; } + .nav-srh form .icon-search { position: absolute; top: 0; @@ -419,8 +420,9 @@ button:focus { /*-- End Navbar --*/ /*-- Home Slider --*/ + .slider-item-img { - background-image: url("/images/home-one/home-slider-bg.jpg"); + background-image: url("/images/home-one/home-slider-bckgrd.png"); } .slider-item { @@ -432,24 +434,29 @@ button:focus { } .slider-item .slider-shape img { - position: absolute; - top: -9px; - right: -90px; + /* position: absolute; */ + /* top: -9px; */ + /* right: -90px; */ max-width: 730px; + order: 1; + box-shadow: 0px 0px 20px #2459b8; } .slider-item .slider-shape-two img { - position: absolute; - top: 20px; - right: -60px; + /* position: absolute; */ + /* top: 20px; */ + /* top: -59px; */ + /* right: 10px; */ max-width: 730px; + box-shadow: 0px 0px 20px #2459b8; } .slider-item .slider-shape-three img { - position: absolute; - top: 60px; - right: 0; + /* position: absolute; */ + /* top: -59px; */ + /* right: 10px; */ max-width: 730px; + box-shadow: 0px 0px 20px #2459b8; } .slider-item::before { @@ -465,8 +472,11 @@ button:focus { .slider-item .slider-text { position: relative; - margin-top: -160px; + margin-top: 20px; z-index: 5; + display: flex; + gap: 100px; + } .slider-item .slider-text h1 { @@ -484,7 +494,7 @@ button:focus { font-weight: 40; margin-bottom: 40px; max-width: 575px; - margin-left: 0; + margin-right: 0; } .common-btn a { @@ -4939,4 +4949,4 @@ footer { .faq-content .accordion .accordion__panel p { color: #344c5d; } -/*# sourceMappingURL=style.css.map */ \ No newline at end of file +/*# sourceMappingURL=style.css.map */ diff --git a/public/images/home-one/home-slider-1.png b/public/images/home-one/home-slider-1.png new file mode 100644 index 0000000..20193f7 Binary files /dev/null and b/public/images/home-one/home-slider-1.png differ diff --git a/public/images/home-one/home-slider-2.png b/public/images/home-one/home-slider-2.png new file mode 100644 index 0000000..e822e2b Binary files /dev/null and b/public/images/home-one/home-slider-2.png differ diff --git a/public/images/home-one/home-slider-3.png b/public/images/home-one/home-slider-3.png new file mode 100644 index 0000000..e92d35f Binary files /dev/null and b/public/images/home-one/home-slider-3.png differ diff --git a/public/images/home-one/home-slider-bckgrd.png b/public/images/home-one/home-slider-bckgrd.png new file mode 100644 index 0000000..8301ed0 Binary files /dev/null and b/public/images/home-one/home-slider-bckgrd.png differ