diff --git a/Css-files/content.css b/Css-files/content.css
index b46dad7b..9f113ef7 100644
--- a/Css-files/content.css
+++ b/Css-files/content.css
@@ -145,6 +145,29 @@ body {
padding-bottom: 10px;
}
+.search-bar{
+width:150px;
+margin:12px;
+}
+.search-input{
+ background-color:transparent;
+ margin-top:5px;
+ color:white;
+ border-style:none;
+}
+.search-input:active{
+ border-style:none;
+ outline:none;
+}
+.search-button{
+ outline:none;
+ background-color:transparent;
+ border-style: none;
+}
+.searchImg{
+ width:23px;
+ height:23px;
+}
/* .mainhead p {
font-size: 1.2rem;
color: brown;
diff --git a/Css-files/services1.css b/Css-files/services1.css
new file mode 100644
index 00000000..22fff31f
--- /dev/null
+++ b/Css-files/services1.css
@@ -0,0 +1,93 @@
+*{
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ font-family: 'Poppins', sans-serif;
+}
+.container{
+ position: relative;
+ display: flex;
+ justify-content: center;
+ align-items: center;
+ flex-wrap: wrap;
+ gap: 100px 50px;
+ padding: 100px 50px;
+}
+/* background cards size and rounding */
+.container .card
+{
+ position: relative;
+ display: flex;
+ justify-content: center;
+ align-items: flex-start;
+ width: 350px;
+ height: 300px;
+ background: #fff;
+ border-radius: 20px;
+ box-shadow: 0 35px 80px rgba(0,0,0,0.15);
+ transition: 0.5s;
+}
+.container .card:hover
+{
+ height: 350px;
+}
+.container .card .imgbx
+{
+ position: absolute;
+ top: 20px;
+ width: 300px;
+ height: 220px;
+ background: #333;
+ border-radius: 12px;
+ transition: 0.5s;
+ overflow: hidden;
+}
+.container .card:hover .imgbx
+{
+ top: -100px;
+ scale: 0.75;
+ box-shadow: 0 15px 45px rgba(0,0,0,0.15);
+}
+.container .card .imgbx img{
+ position: absolute;
+ top: 0;
+ left: 0;
+ width: 100%;
+ height: 100%;
+ object-fit: cover;
+}
+.container .card .content
+{
+ position: absolute;
+ top: 252px;
+ width: 100%;
+ padding: 0 30px;
+ height: 35px;
+ overflow: hidden;
+ text-align: center;
+ transition: 0.5s;
+}
+.container .card:hover .content
+{
+ top: 150px;
+ height: 250px;
+}
+.container .card .content h2{
+ font-size: 1.33em;
+ font-weight: 700;
+ color: var(--clr);
+}
+.container .card .content p{
+ color: #233;
+}
+.container .card .content a{
+ position: relative;
+ top: 15px;
+ display: inline-block;
+ padding: 12px 25px;
+ background: var(--clr);
+ color: #fff;
+ font-weight: 500;
+ text-decoration: 8px;
+ border-radius: 8px;
+}
\ No newline at end of file
diff --git a/Html-files/assets/search.png b/Html-files/assets/search.png
new file mode 100644
index 00000000..1b2de8ad
Binary files /dev/null and b/Html-files/assets/search.png differ
diff --git a/Html-files/login.html b/Html-files/login.html
index 459f8712..07584872 100644
--- a/Html-files/login.html
+++ b/Html-files/login.html
@@ -5,7 +5,9 @@
-
+
+
+
Login Here
Delicious food is waiting for You