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%;
...@@ -8961,7 +8960,7 @@ ul.pagination.custom-pagination { ...@@ -8961,7 +8960,7 @@ ul.pagination.custom-pagination {
/* width: 300px; */ /* width: 300px; */
border-radius: 10px; border-radius: 10px;
overflow: hidden; overflow: hidden;
transition: box-shadow 0.3s ease; transition: box-shadow 0.3s ease;
} }
...@@ -8973,22 +8972,22 @@ ul.pagination.custom-pagination { ...@@ -8973,22 +8972,22 @@ 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 {
padding: 10px; padding: 10px;
position: absolute; position: absolute;
width: auto; width: auto;
top: 0px; top: 0px;
left: 0px; left: 0px;
font-size: 17px; font-size: 17px;
color: #fff; color: #fff;
z-index: 2; z-index: 2;
font-weight: 300; font-weight: 300;
transition: transform 0.25s ease, opacity 0.25s ease; transition: transform 0.25s ease, opacity 0.25s ease;
margin: 10px; margin: 10px;
background-color: var(--mainColor); background-color: var(--mainColor);
} }
.variant_card_content { .variant_card_content {
...@@ -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) {
...@@ -9575,8 +9577,9 @@ ul.pagination.custom-pagination { ...@@ -9575,8 +9577,9 @@ ul.pagination.custom-pagination {
object-fit: cover; object-fit: cover;
transition: opacity 0.4s ease, transform 0.4s ease; transition: opacity 0.4s ease, transform 0.4s ease;
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;
} }
...@@ -9674,9 +9680,10 @@ ul.pagination.custom-pagination { ...@@ -9674,9 +9680,10 @@ ul.pagination.custom-pagination {
background-color: var(--mainColor2); background-color: var(--mainColor2);
} }
.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!