diff --git a/components/layout/MobileMenu.tsx b/components/layout/MobileMenu.tsx
index d2e5c7c..05ba4b1 100644
--- a/components/layout/MobileMenu.tsx
+++ b/components/layout/MobileMenu.tsx
@@ -77,9 +77,9 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
{/*
Speakers Details */}
- handleAccordion(3)}>
+ handleAccordion(6)}>
Tamil Culture
-
+
- Tamil Festivals
- Tamil Wedding & Custom
- Tamil Language
@@ -111,7 +111,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
Contact Info
-
+ {/*
@@ -120,7 +120,7 @@ export default function MobileMenu({ isMobileMenu, handleMobileMenu }: any) {
7890">+1 123 456
7890
-
+
*/}
diff --git a/components/layout/footer/Footer1.tsx b/components/layout/footer/Footer1.tsx
index 7ee5f01..d03d64c 100644
--- a/components/layout/footer/Footer1.tsx
+++ b/components/layout/footer/Footer1.tsx
@@ -56,10 +56,10 @@ export default function Footer1() {
Contact Us
- -
+ {/*
-
+1 123 456
7890
-
+ */}
-
P.O. Box No:25068, Kitchener,
Ontario, N2A 4A5, Canada.
diff --git a/public/assets/css/main.css b/public/assets/css/main.css
index f8bdb51..47d3aa5 100644
--- a/public/assets/css/main.css
+++ b/public/assets/css/main.css
@@ -1242,7 +1242,8 @@ Location:
transition: all 0.4s;
position: relative;
z-index: 1;
- background: var(--ztc-bg-bg-3);
+ /* background: var(--ztc-bg-bg-3); */
+ background-color: #ed1b24;
padding: 16px 20px;
display: inline-block;
border-radius: 8px;
@@ -5043,7 +5044,8 @@ Location:
text-align: center;
line-height: 30px;
border-radius: 50%;
- background: var(--ztc-bg-bg-2);
+ /* background: var(--ztc-bg-bg-2); */
+ background-color: #ed1b24;
color: var(--ztc-bg-bg-1);
transition: all 0.4s;
display: inline-block;
@@ -5075,7 +5077,8 @@ Location:
text-align: center;
line-height: 23px;
display: inline-block;
- background: var(--ztc-bg-bg-3);
+ /* background: var(--ztc-bg-bg-3); */
+ background-color: #ed1b24;
color: var(--ztc-bg-bg-2);
transition: all 0.4s;
border-radius: 50%;
@@ -28361,3 +28364,12 @@ h2.custom-text.aos-init.aos-animate{
background: none;
border: none;
}
+@media (max-width: 425px) {
+ h1.fw-bold,
+ h2.colored-text,
+ .intro-header h2,
+ .intro-header h3,
+ .heading2 h3 {
+ font-size: 23px !important;
+ }
+}