Commit 0266eb58 by gaurav

changes

1 parent 3be072a7
...@@ -1402,7 +1402,7 @@ Main Banner Area CSS ...@@ -1402,7 +1402,7 @@ Main Banner Area CSS
position: relative; position: relative;
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: cover; background-size: 100% 100%;
height: 650px; height: 650px;
align-content: center; align-content: center;
} }
...@@ -8490,9 +8490,7 @@ ul.pagination.custom-pagination { ...@@ -8490,9 +8490,7 @@ ul.pagination.custom-pagination {
color: #fff; color: #fff;
} */ } */
.services-box{ .services-box {}
}
/* button */ /* button */
...@@ -8893,6 +8891,7 @@ ul.pagination.custom-pagination { ...@@ -8893,6 +8891,7 @@ ul.pagination.custom-pagination {
height: auto; height: auto;
object-fit: cover; object-fit: cover;
} }
/* .HowWeDoIt_card img { /* .HowWeDoIt_card img {
width: 100%; width: 100%;
height: 100%; height: 100%;
...@@ -8973,7 +8972,7 @@ ul.pagination.custom-pagination { ...@@ -8973,7 +8972,7 @@ ul.pagination.custom-pagination {
.variant_card:hover .variant_card_content { .variant_card:hover .variant_card_content {
top: 0; top: 0;
height: 100%; height: 100%;
background-color:#0000006e; background-color: #0000006e;
} }
.variant_card h2 { .variant_card h2 {
...@@ -9009,6 +9008,7 @@ ul.pagination.custom-pagination { ...@@ -9009,6 +9008,7 @@ ul.pagination.custom-pagination {
.variant_card_content p { .variant_card_content p {
color: #fff; color: #fff;
} }
/* --------------------variant end---------------- */ /* --------------------variant end---------------- */
@media (max-width: 1200px) { @media (max-width: 1200px) {
...@@ -9071,14 +9071,16 @@ ul.pagination.custom-pagination { ...@@ -9071,14 +9071,16 @@ ul.pagination.custom-pagination {
.service-header { .service-header {
margin-bottom: 0.5rem; margin-bottom: 0.5rem;
} }
.download-content h2 { .download-content h2 {
font-size: 2.1vh; font-size: 2.1vh;
margin-bottom: 15px; margin-bottom: 15px;
color: var(--mainColor2) color: var(--mainColor2)
} }
.ps-5 {
padding-left: 1rem!important; .ps-5 {
} padding-left: 1rem !important;
}
} }
@media (max-width: 480px) { @media (max-width: 480px) {
...@@ -9577,6 +9579,7 @@ ul.pagination.custom-pagination { ...@@ -9577,6 +9579,7 @@ ul.pagination.custom-pagination {
opacity: 1; opacity: 1;
} }
.custom-card:hover .card-image img { .custom-card:hover .card-image img {
opacity: 0.4; opacity: 0.4;
transform: scale(1.05); transform: scale(1.05);
...@@ -9640,6 +9643,7 @@ ul.pagination.custom-pagination { ...@@ -9640,6 +9643,7 @@ ul.pagination.custom-pagination {
z-index: 3; z-index: 3;
transition: opacity 0.3s ease, transform 0.3s ease; transition: opacity 0.3s ease, transform 0.3s ease;
} }
.custom-card:hover .card-badge { .custom-card:hover .card-badge {
opacity: 0; opacity: 0;
transform: scale(0.9); transform: scale(0.9);
...@@ -9654,6 +9658,7 @@ ul.pagination.custom-pagination { ...@@ -9654,6 +9658,7 @@ ul.pagination.custom-pagination {
border: 1px solid; border: 1px solid;
height: 100%; height: 100%;
} }
.weoffer-box-budget h3 { .weoffer-box-budget h3 {
margin-bottom: 0; margin-bottom: 0;
font-size: 20px; font-size: 20px;
...@@ -9665,6 +9670,7 @@ ul.pagination.custom-pagination { ...@@ -9665,6 +9670,7 @@ ul.pagination.custom-pagination {
margin-top: 15px; margin-top: 15px;
} }
.weoffer-box-budget .default-btn { .weoffer-box-budget .default-btn {
margin-top: 8px; margin-top: 8px;
} }
...@@ -9677,6 +9683,7 @@ ul.pagination.custom-pagination { ...@@ -9677,6 +9683,7 @@ ul.pagination.custom-pagination {
.weoffer-box-budget:hover p { .weoffer-box-budget:hover p {
color: white; color: white;
} }
.weoffer-box-budget:hover h3 { .weoffer-box-budget:hover h3 {
color: white; color: white;
} }
\ No newline at end of file \ No newline at end of file
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!