Commit 0266eb58 by gaurav

changes

1 parent 3be072a7
......@@ -1402,7 +1402,7 @@ Main Banner Area CSS
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-size: 100% 100%;
height: 650px;
align-content: center;
}
......@@ -8490,9 +8490,7 @@ ul.pagination.custom-pagination {
color: #fff;
} */
.services-box{
}
.services-box {}
/* button */
......@@ -8893,6 +8891,7 @@ ul.pagination.custom-pagination {
height: auto;
object-fit: cover;
}
/* .HowWeDoIt_card img {
width: 100%;
height: 100%;
......@@ -8961,7 +8960,7 @@ ul.pagination.custom-pagination {
/* width: 300px; */
border-radius: 10px;
overflow: hidden;
transition: box-shadow 0.3s ease;
}
......@@ -8973,22 +8972,22 @@ ul.pagination.custom-pagination {
.variant_card:hover .variant_card_content {
top: 0;
height: 100%;
background-color:#0000006e;
background-color: #0000006e;
}
.variant_card h2 {
padding: 10px;
position: absolute;
width: auto;
top: 0px;
left: 0px;
font-size: 17px;
color: #fff;
z-index: 2;
font-weight: 300;
transition: transform 0.25s ease, opacity 0.25s ease;
margin: 10px;
background-color: var(--mainColor);
padding: 10px;
position: absolute;
width: auto;
top: 0px;
left: 0px;
font-size: 17px;
color: #fff;
z-index: 2;
font-weight: 300;
transition: transform 0.25s ease, opacity 0.25s ease;
margin: 10px;
background-color: var(--mainColor);
}
.variant_card_content {
......@@ -9009,6 +9008,7 @@ ul.pagination.custom-pagination {
.variant_card_content p {
color: #fff;
}
/* --------------------variant end---------------- */
@media (max-width: 1200px) {
......@@ -9071,14 +9071,16 @@ ul.pagination.custom-pagination {
.service-header {
margin-bottom: 0.5rem;
}
.download-content h2 {
font-size: 2.1vh;
margin-bottom: 15px;
color: var(--mainColor2)
}
.ps-5 {
padding-left: 1rem!important;
}
font-size: 2.1vh;
margin-bottom: 15px;
color: var(--mainColor2)
}
.ps-5 {
padding-left: 1rem !important;
}
}
@media (max-width: 480px) {
......@@ -9575,8 +9577,9 @@ ul.pagination.custom-pagination {
object-fit: cover;
transition: opacity 0.4s ease, transform 0.4s ease;
opacity: 1;
}
.custom-card:hover .card-image img {
opacity: 0.4;
transform: scale(1.05);
......@@ -9640,6 +9643,7 @@ ul.pagination.custom-pagination {
z-index: 3;
transition: opacity 0.3s ease, transform 0.3s ease;
}
.custom-card:hover .card-badge {
opacity: 0;
transform: scale(0.9);
......@@ -9654,6 +9658,7 @@ ul.pagination.custom-pagination {
border: 1px solid;
height: 100%;
}
.weoffer-box-budget h3 {
margin-bottom: 0;
font-size: 20px;
......@@ -9665,6 +9670,7 @@ ul.pagination.custom-pagination {
margin-top: 15px;
}
.weoffer-box-budget .default-btn {
margin-top: 8px;
}
......@@ -9674,9 +9680,10 @@ ul.pagination.custom-pagination {
background-color: var(--mainColor2);
}
.weoffer-box-budget:hover p {
.weoffer-box-budget:hover p {
color: white;
}
.weoffer-box-budget:hover h3 {
color: white;
}
}
\ 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!