-
-

-
-
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.
+ {/*
+

+
*/}
+
+
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.
-
+
+
@@ -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