diff --git a/assets/css/custom.css b/assets/css/custom.css index 2f307cc..190d918 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -1,38 +1,59 @@ +@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap'); + body { - background-color: #F3F4F6; - font-family: 'Helvetica Neue', Arial, sans-serif; + background-color: #f8f9fa; + font-family: 'Poppins', sans-serif; + color: #333; } .hero { - background: linear-gradient(to right, #3B82F6, #10B981); + background: linear-gradient(135deg, #6D28D9, #DB2777); color: white; - padding: 4rem 2rem; + padding: 6rem 2rem; text-align: center; + position: relative; + overflow: hidden; + border-bottom-left-radius: 50% 20%; + border-bottom-right-radius: 50% 20%; } .hero h1 { - font-family: Georgia, 'Times New Roman', serif; - font-size: 3rem; - font-weight: bold; + font-size: 3.5rem; + font-weight: 700; } .card { - border-radius: 0.5rem; + border-radius: 1rem; border: none; - box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); + background: rgba(255, 255, 255, 0.7); + backdrop-filter: blur(10px); + box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37); + transition: transform 0.2s ease-in-out; +} + +.card:hover { + transform: translateY(-5px); } .btn-primary { - background-color: #3B82F6; - border-color: #3B82F6; - border-radius: 0.5rem; - padding: 0.75rem 1.5rem; - font-weight: bold; + background-color: #DB2777; + border-color: #DB2777; + border-radius: 0.75rem; + padding: 0.75rem 2rem; + font-weight: 600; + transition: background-color 0.2s ease; +} + +.btn-primary:hover { + background-color: #c41a68; + border-color: #c41a68; } .form-control { - border-radius: 0.5rem; + border-radius: 0.75rem; padding: 0.75rem 1.5rem; + background: rgba(255, 255, 255, 0.8); + border: 1px solid rgba(255, 255, 255, 0.2); } #suggestion-card { @@ -41,4 +62,8 @@ body { #loading { display: none; +} + +.spinner-border { + color: #DB2777 !important; } \ No newline at end of file diff --git a/index.php b/index.php index e9e9bb9..3136db3 100644 --- a/index.php +++ b/index.php @@ -5,28 +5,33 @@ AI Travel Agent + + +
-

Your Personal AI Travel Agent for Poland

-

Discover amazing places, historical sites, and hidden gems.

+

Find Your Next Adventure

+

Let our AI guide you to the wonders of Poland.

-
+
-
+
-
- - +
+ + +
+
+
-