This commit is contained in:
shriyabhandari
2024-11-13 16:56:46 +05:45
parent 411f909500
commit d5886ca7f2
9 changed files with 538 additions and 556 deletions

View File

@ -4163,7 +4163,7 @@ dl, ol, ul {
bottom: 0;
left: 0;
right: 0;
background-color: rgba(var(--bizgrow-black-rgb), .50);
/* background-color: rgba(var(--bizgrow-black-rgb), .50); */
transform: scale(0.5);
opacity: 0;
-webkit-transition: all 0.4s linear;
@ -10678,6 +10678,7 @@ dl, ol, ul {
font-size: 45px;
font-weight: 700;
line-height: 55px;
text-align: center;
}
.case-details__text-1 {
margin-top: 28px;
@ -10771,6 +10772,7 @@ dl, ol, ul {
font-weight: 700;
line-height: 40px;
margin-bottom: 30px;
text-align: center;
}
.case-details__description-text {
margin-bottom: 16px;
@ -10812,6 +10814,7 @@ dl, ol, ul {
font-weight: 700;
line-height: 40px;
margin-bottom: 25px;
text-align: center;
}
.case-details__grow-and-success-text {
margin-bottom: 26px;
@ -10849,7 +10852,9 @@ dl, ol, ul {
font-size: 30px;
font-weight: 700;
line-height: 40px;
margin-bottom: 26px;
margin-bottom: 3px;
text-align: center;
margin-top: 25px;
}
.case-details__related-project .project-two__content {
left: 60px;
@ -12891,14 +12896,13 @@ dl, ol, ul {
}
.download{
width: 94%;
/* padding: 60px; */
padding-left: 80px;
width: 93%;
padding-left: 98px;
}
#myGrid {
display: grid !important;
grid-template-columns: repeat(3, 1fr) !important;
gap: 20px !important;
gap: 25px !important;
}
.color {
@ -12922,7 +12926,7 @@ color: black;
}
.download-button {
padding: 8px 12px;
background-color: #4CAF50;
background-color: rgb(236, 159, 17);
color: white;
text-decoration: none;
border-radius: 5px;