@@ -24,14 +24,54 @@ export default function Contact() {
{/*===== HERO AREA ENDS =======*/}
{/*===== CONTACT AREA STARTS =======*/}
+
+
+
+
+
+
+
+

+
+
+
Email
+
+
mail@tamilculturewaterloo.org
+
+
+
+
+
+
+

+
+
+
Location
+
+
P.O. Box No:25068, Kitchener, Ontario, N2A 4A5, Canada.
+
+
+
+
+
+
+

+
+
+
Call Us
+
+
+1 123 456 7890
+
+
+
+
+
+
+ {/*===== CONTACT AREA ENDS =======*/}
+ {/*===== CONTACT AREA STARTS =======*/}
-
-
-

-
-
Get In Touch Now
@@ -71,133 +111,31 @@ export default function Contact() {
+
+
+

+
+
{/*===== CONTACT AREA ENDS =======*/}
{/*===== CONTACT AREA STARTS =======*/}
-
-
-

-
-
-
-
-
-
-
-
-
-

-
-
-
Our Email
-
-
eventify@gmail.com
-
-
-
-
-
-

-
-
-
our location
-
-
1800 Abbot Kinney
-
-
-
-
-
-
-
-

-
-
-
Call/Message
-
-
+1 123 456 7890
-
-
-
-
-
-

-
-
-
Instagram
-
-
eneventify.eve
-
-
-
-
-
-
-
+
-
-
{/*===== CONTACT AREA ENDS =======*/}
- {/*===== CTA AREA STARTS =======*/}
-
-
-
-
-
-
-
- -
-
30 January 2025 - 6pm to 11:30pm
-
- -
-
Secret Location In The UK
-
-
-
-
-
-
-
- {/*===== CTA AREA ENDS =======*/}
- {/*===== CTA AREA STARTS =======*/}
-
-
-
-
-
-
-
- -
-
30 January 2025 - 6pm to 11:30pm
-
- -
-
Secret Location In The UK
-
-
-
-
-
-
-
-
>
)
diff --git a/components/layout/header/Header1.tsx b/components/layout/header/Header1.tsx
index a8e671d..31f1dda 100644
--- a/components/layout/header/Header1.tsx
+++ b/components/layout/header/Header1.tsx
@@ -260,7 +260,7 @@ export default function Header1({ scroll, isMobileMenu, handleMobileMenu, isSear
*/}
- Contact
+ Contact
diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index 030c43f..efe5936 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -6514,19 +6514,22 @@ Location:
padding: 0;
}
}
+
.blog-auhtor-details-name {
- font-family: 'Inter', sans-serif; /* match your site font */
- font-size: 18px;
- font-weight: 600;
- color: #000; /* or #222 depending on rest of your theme */
- margin-top: 12px;
+ font-family: 'Inter', sans-serif;
+ /* match your site font */
+ font-size: 18px;
+ font-weight: 600;
+ color: #000;
+ /* or #222 depending on rest of your theme */
+ margin-top: 12px;
}
.blog-auhtor-details-post {
- font-family: 'Inter', sans-serif;
- font-size: 15px;
- color: #666;
- margin-bottom: 8px;
+ font-family: 'Inter', sans-serif;
+ font-size: 15px;
+ color: #666;
+ margin-bottom: 8px;
}
@@ -19239,7 +19242,7 @@ html {
.contact-bg-section {
position: relative;
z-index: 1;
- background-image: url(../img/bg/contact-bg1.png);
+ /* background-image: url(../img/bg/contact-bg1.png); */
background-position: center;
background-repeat: no-repeat;
background-size: cover;
@@ -19291,13 +19294,31 @@ html {
.contact-bg-section .contact-boxarea {
border-radius: 8px;
- background: #FFF;
+ background: #F1F1F1;
padding: 24px;
position: relative;
z-index: 1;
}
-.contact-bg-section .contact-boxarea .icons {
+.contact-bg-section .contact-boxarea2 {
+ border-radius: 8px;
+ background: #F1F1F1;
+ padding: 32px;
+ position: relative;
+ z-index: 1;
+}
+
+.contact-bg-section .contact-boxarea3 {
+ border-radius: 8px;
+ background: #F1F1F1;
+ padding: 32px;
+ position: relative;
+ z-index: 1;
+}
+
+.contact-bg-section .contact-boxarea .icons,
+.contact-boxarea2 .icons,
+.contact-boxarea3 .icons {
height: 60px;
width: 60px;
text-align: center;
@@ -19305,22 +19326,30 @@ html {
display: inline-block;
transition: all 0.4s;
border-radius: 50%;
- background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%);
+ /* background: linear-gradient(90deg, #FF3639 2.73%, #E12FA2 71.84%); */
+ background: linear-gradient(to right, #ed1b24, #a31319);
position: absolute;
}
-.contact-bg-section .contact-boxarea .icons img {
+.contact-bg-section .contact-boxarea .icons img,
+.contact-boxarea2 .icons img,
+.contact-boxarea3 .icons img
+ {
height: 30px;
width: 30px;
display: inline-block;
filter: brightness(0) invert(1);
}
-.contact-bg-section .contact-boxarea .text {
+.contact-bg-section .contact-boxarea .text,
+.contact-boxarea2 .text,
+.contact-boxarea3 .text {
padding-left: 74px;
}
-.contact-bg-section .contact-boxarea .text h5 {
+.contact-bg-section .contact-boxarea .text h5,
+.contact-boxarea2 .text h5,
+.contact-boxarea3 .text h5 {
color: var(--ztc-text-text-8);
font-family: var(--grotesk);
font-size: var(--ztc-font-size-font-s18);
@@ -19331,9 +19360,11 @@ html {
text-transform: uppercase;
}
-.contact-bg-section .contact-boxarea .text a {
+.contact-bg-section .contact-boxarea .text a,
+.contact-boxarea2 .text a,
+.contact-boxarea3 .text a {
color: var(--ztc-text-text-9);
- text-align: center;
+ text-align: start;
font-family: var(--grotesk);
font-size: var(--ztc-font-size-font-s18);
font-style: normal;
@@ -19341,6 +19372,7 @@ html {
line-height: 18px;
/* 100% */
display: inline-block;
+ word-break: break-word;
}
.contact5-bg-section {
@@ -19390,6 +19422,30 @@ html {
}
}
+@media (max-width: 1200px) {
+ .contact-bg-section .contact-boxarea2 {
+ padding: 33px 25px;
+ }
+}
+
+@media (max-width: 425px) {
+ .contact-bg-section .contact-boxarea {
+ margin-top: 25px;
+ }
+}
+
+@media (max-width: 1200px) {
+ .contact-bg-section .contact-boxarea3 {
+ padding: 41px 25px;
+ }
+}
+
+@media (max-width: 768px) {
+ .contact-bg-section .contact-boxarea3 {
+ margin-top: 25px;
+ }
+}
+
@media only screen and (min-width: 768px) and (max-width: 991px) {
.contact5-bg-section .mapouter .gmap_canvas iframe {
width: 100%;
@@ -28164,4 +28220,20 @@ html {
font-size: 18px;
font-weight: 600;
padding: 10px 15px;
+}
+
+.contact2-section {
+ width: 100%;
+}
+
+.mapouter,
+.gmap_canvas {
+ width: 100%;
+}
+
+.gmap_canvas iframe {
+ display: block;
+ width: 100%;
+ height: 100%;
+ border: 0;
}
\ No newline at end of file