diff --git a/Html-files/menu.html b/Html-files/menu.html
index 52a9989a..7f379a6f 100644
--- a/Html-files/menu.html
+++ b/Html-files/menu.html
@@ -316,10 +316,44 @@
.fa-brands.fa-x-twitter:hover {
color: #181e20 !important;
}
+ #progress-container {
+ position: fixed ;
+ top: 0px;
+ left: 0;
+ width: 100%;
+ height: 15px;
+ z-index: 99990;
+ /* background: #f3f3f3; */
+}
+
+#progress-bar {
+ height: 30%;
+ width: 0;
+ background: linear-gradient(90deg, rgb(255, 0, 55) 0%, rgb(190, 53, 78) 50%, rgb(249, 78, 115) 100%);
+ box-shadow: 0 0 4px rgb(255, 0, 55), 0 0 10px rgb(255, 0, 55);
+ transition: width 0.09s ease-in-out;
+ border-radius: 10px;
+}
+
+
+
+
diff --git a/Html-files/services.html b/Html-files/services.html
index 720e0c41..bd687942 100644
--- a/Html-files/services.html
+++ b/Html-files/services.html
@@ -306,6 +306,26 @@
transform: scale(1.1);
}
+
+#progress-container {
+ position: fixed ;
+ top: 0px;
+ left: 0;
+ width: 100%;
+ height: 15px;
+ z-index: 99990;
+ /* background: #f3f3f3; */
+}
+
+#progress-bar {
+ height: 30%;
+ width: 0;
+ background: linear-gradient(90deg, rgb(255, 0, 55) 0%, rgb(190, 53, 78) 50%, rgb(249, 78, 115) 100%);
+ box-shadow: 0 0 4px rgb(255, 0, 55), 0 0 10px rgb(255, 0, 55);
+ transition: width 0.09s ease-in-out;
+ border-radius: 10px;
+}
+
.foot-panel2 .footer-colums a {
/* /* color: black!important; */
text-decoration: none !important;
@@ -341,12 +361,37 @@
width:100%;
}
-
+
+
+
+
+
+
diff --git a/Html-files/signup.html b/Html-files/signup.html
index 17e83eda..5f5beb3a 100644
--- a/Html-files/signup.html
+++ b/Html-files/signup.html
@@ -188,9 +188,28 @@
.switch-link a:hover {
color: hsl(203, 30%, 26%);
}
+ #progress-container {
+ position: fixed ;
+ top: 0px;
+ left: 0;
+ width: 100%;
+ height: 15px;
+ z-index: 99990;
+ /* background: #f3f3f3; */
+}
+
+#progress-bar {
+ height: 53%;
+ width: 0;
+ background: linear-gradient(90deg, rgb(255, 0, 55) 0%, rgb(190, 53, 78) 50%, rgb(249, 78, 115) 100%);
+ box-shadow: 0 0 4px rgb(255, 0, 55), 0 0 10px rgb(255, 0, 55);
+ transition: width 0.09s ease-in-out;
+ border-radius: 10px;
+}
+
diff --git a/index.html b/index.html
index 63447afc..8dee5767 100644
--- a/index.html
+++ b/index.html
@@ -398,11 +398,42 @@
}
}
+#progress-container {
+ position: fixed ;
+ top: 0px;
+ left: 0;
+ width: 100%;
+ height: 15px;
+ z-index: 99990;
+ /* background: #f3f3f3; */
+}
+
+#progress-bar {
+ height: 30%;
+ width: 0;
+ background: linear-gradient(90deg, rgb(255, 0, 55) 0%, rgb(190, 53, 78) 50%, rgb(249, 78, 115) 100%);
+ box-shadow: 0 0 4px rgb(255, 0, 55), 0 0 10px rgb(255, 0, 55);
+ transition: width 0.09s ease-in-out;
+ border-radius: 10px;
+}
+
+
+