diff --git a/public/frontend/css/style.css b/public/frontend/css/style.css index b1e3347..4bd1ce7 100644 --- a/public/frontend/css/style.css +++ b/public/frontend/css/style.css @@ -1,3 +1,12 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box; +} +body { + /* font-family: "DM Sans", sans-serif !important; */ + overflow-x: hidden; +} /* new nav*/ .header { padding: 0 6rem; @@ -192,6 +201,102 @@ Responsive Codes } /* Header css */ +/* about us icons section */ +.about-icons-section{ + display: grid; + grid-template-columns: 1fr 1fr 1fr 1fr; + align-items: center; +} +.about-icons-section h3{ + margin-top: 20px; + font-weight: 600; + font-size: 20px; + line-height: 29px; + text-align: center; + color: #326CBF; +} +.high-visa{ + height: 100%; + padding: 20px; + text-align: center; + background: #E7F1FF; +} +.certified-counselor{ + height: 100%; + padding: 20px; + text-align: center; + background: #F1F7FF; +} +.marn-agent{ + height: 100%; + padding: 20px; + text-align: center; + background: #FBF1FF; +} +.partners{ + height: 100%; + padding: 20px; + text-align: center; + background: #FFF1FC; +} +/* homepage service section css */ +.services-section{ + padding: 3rem 6rem; +} +.services-section .row{ + display: flex; + align-items: center; +} +.services-content{ + margin-right: 6rem; +} +.services-content h1{ + font-weight: 600; + font-size: 38px; + line-height: 57px; + color: #1E1C1C; + margin-bottom: 25px; +} +.services-content p{ + margin-bottom: 45px; +} +.services-content a{ + background: #E22899; + padding: 10px 20px; + color: #FFF1FC; + border-radius: 0 20px 0 20px; + text-decoration: none; +} +.services-slider{ + display: flex !important; + flex-direction: column; + gap: 2rem; +} +.service-card{ + display: flex; + flex-direction: column; + justify-content: center; + align-items: center; + text-align: center; + padding: 20px; + width: 90%; + min-height: 300px; + background: #FFFFFF; + box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25); + border-radius: 16px; +} +.service-card a{ + text-decoration: none; + font-weight: 700; + font-size: 16px; + line-height: 24px; + text-align: center; + + color: #1E1C1C; +} +.service-icon{ + margin-bottom: 20px; +} /* Footer Css */ .footer{ background: #296AC7; diff --git a/public/frontend/icons/abroad-icon.png b/public/frontend/icons/abroad-icon.png new file mode 100644 index 0000000..d088b9a Binary files /dev/null and b/public/frontend/icons/abroad-icon.png differ diff --git a/public/frontend/icons/agent.svg b/public/frontend/icons/agent.svg new file mode 100644 index 0000000..ae1c096 --- /dev/null +++ b/public/frontend/icons/agent.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/public/frontend/icons/institution-icon.svg b/public/frontend/icons/institution-icon.svg new file mode 100644 index 0000000..382a5f2 --- /dev/null +++ b/public/frontend/icons/institution-icon.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/public/frontend/icons/insurance-icon.png b/public/frontend/icons/insurance-icon.png new file mode 100644 index 0000000..8b1fc13 Binary files /dev/null and b/public/frontend/icons/insurance-icon.png differ diff --git a/public/frontend/icons/migration-visa.png b/public/frontend/icons/migration-visa.png new file mode 100644 index 0000000..4e8fbfd Binary files /dev/null and b/public/frontend/icons/migration-visa.png differ diff --git a/public/frontend/icons/ribbon.png b/public/frontend/icons/ribbon.png new file mode 100644 index 0000000..6f69e87 Binary files /dev/null and b/public/frontend/icons/ribbon.png differ diff --git a/public/frontend/icons/speed-meter-icon.png b/public/frontend/icons/speed-meter-icon.png new file mode 100644 index 0000000..dcdc8ba Binary files /dev/null and b/public/frontend/icons/speed-meter-icon.png differ diff --git a/public/frontend/icons/speed-meter-icon.svg b/public/frontend/icons/speed-meter-icon.svg new file mode 100644 index 0000000..be8a339 --- /dev/null +++ b/public/frontend/icons/speed-meter-icon.svg @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/public/frontend/icons/visa-approved.png b/public/frontend/icons/visa-approved.png new file mode 100644 index 0000000..d98bad0 Binary files /dev/null and b/public/frontend/icons/visa-approved.png differ diff --git a/public/frontend/icons/visa-approved.svg b/public/frontend/icons/visa-approved.svg new file mode 100644 index 0000000..20445ce --- /dev/null +++ b/public/frontend/icons/visa-approved.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/resources/views/layout/app.blade.php b/resources/views/layout/app.blade.php index 9c91a5f..7d85a29 100644 --- a/resources/views/layout/app.blade.php +++ b/resources/views/layout/app.blade.php @@ -1,35 +1,32 @@ - + - - - - - - - - - + + + + + + @yield('title') + - - + + + + - + + + - - - - - - - - - - - - - - @yield('title') - @yield('style') + + + + + + + + @yield('style') @@ -127,26 +124,44 @@