colour code updated

This commit is contained in:
Alaguraj0361 2025-08-28 17:37:49 +05:30
parent c7c2cc8d69
commit 246a0a4fe0
4 changed files with 6 additions and 6 deletions

View File

@ -24,7 +24,7 @@ export default function Home() {
<About />
<Services />
<WhyChooseUs />
<CounterSection />
{/* <CounterSection /> */}
<Funfacts />
<Team />
<Video />

View File

@ -34,7 +34,7 @@
font-size: 55px;
color: #fff;
text-align: center;
box-shadow: -10px 20px 50px rgba(75, 183, 241, 0.4);
box-shadow: -10px 20px 50px #e38b8b63;
border-radius: 10px;
background: #F9313B;
}
@ -49,7 +49,7 @@
font-size: 60px;
color: #fff;
text-align: center;
box-shadow: -10px 20px 50px rgba(75, 183, 241, 0.4);
box-shadow: -10px 20px 50px #e38b8b63;
border-radius: 15px;
}

View File

@ -61,7 +61,7 @@
.service-block-one .inner-box .image-box .icon-box:before{
position: absolute;
content: '';
background: #0109AF;
background: #bc0000;
width: 10px;
height: 12px;
left: 0px;

View File

@ -112,10 +112,10 @@
:root{
--theme-color: #1D3CE2;
--theme-color: #bc0000;
--secondary-color: #F9313B;
--pink-color: #FFC0CB;
--violet-color: #1D3CE2;
--violet-color: #bc0000;
--crimson-color: #DC143C;
--orange-color: #FFA500;
--text-color: #676767;