Commit e1a850ce by jhukal9@gmail.com

updated the home page fixes from frontend

parent 7e051e19
...@@ -1068,7 +1068,8 @@ ul { ...@@ -1068,7 +1068,8 @@ ul {
transform: scale(1.1); transform: scale(1.1);
} }
h3 { h3,
h6 {
color: $primary; color: $primary;
} }
} }
......
...@@ -495,6 +495,10 @@ ...@@ -495,6 +495,10 @@
.recent-card-wrapper { .recent-card-wrapper {
margin-bottom: 4rem !important; margin-bottom: 4rem !important;
// display: none; // display: none;
svg {
transition: all 0.3s ease-in-out;
}
} }
.load-more-content { .load-more-content {
&.hide { &.hide {
...@@ -521,7 +525,8 @@ ...@@ -521,7 +525,8 @@
font-weight: 600; font-weight: 600;
line-height: 24px; line-height: 24px;
letter-spacing: -0.4px; letter-spacing: -0.4px;
&.active { &.active,
&:hover {
color: #005aff !important; color: #005aff !important;
} }
} }
...@@ -589,16 +594,27 @@ ...@@ -589,16 +594,27 @@
} }
} }
.recent-card-wrapper { .recent-card-wrapper {
// transition: all 0.3s ease-in-out;
// border-radius: 0 0 8px 8px;
&:hover { &:hover {
// box-shadow: 1px 4px 4px rgba(0, 0, 0, 0.1);
.bottom-text { .bottom-text {
h1, h1,
h2, h2,
h3, h3,
h4, h4,
h5, h5,
h6 { h6,
p {
color: $primary; color: $primary;
} }
svg {
transform: translate(2px, -2px);
path {
stroke: $primary;
}
}
} }
} }
img { img {
...@@ -1082,6 +1098,11 @@ ...@@ -1082,6 +1098,11 @@
} }
} }
} }
.sent-quote-btn-wrapper {
.action-button {
margin-right: 1rem !important;
}
}
} }
// error message contact form 7 // error message contact form 7
......
...@@ -208,6 +208,9 @@ ...@@ -208,6 +208,9 @@
font-weight: 400; font-weight: 400;
line-height: 180%; line-height: 180%;
letter-spacing: -0.4px; letter-spacing: -0.4px;
&:hover {
text-decoration: underline;
}
} }
} }
} }
......
...@@ -3,6 +3,35 @@ footer { ...@@ -3,6 +3,35 @@ footer {
z-index: 1; z-index: 1;
} }
.btn-primary,
.btn-start-project-white {
position: relative;
z-index: 1;
overflow: hidden;
&::before {
content: "";
position: absolute;
inset: 0;
transform: translateX(-150%);
opacity: 0;
visibility: hidden;
background-color: $background-dark;
transition: all 0.25s ease-in-out;
z-index: -1;
}
&:hover {
transform: translateY(0);
border-color: $background-dark;
&::before {
transform: translateX(0);
opacity: 1;
visibility: visible;
}
}
}
.makura-new { .makura-new {
h6 { h6 {
font-size: 18px !important; font-size: 18px !important;
...@@ -42,33 +71,6 @@ footer { ...@@ -42,33 +71,6 @@ footer {
text-underline-offset: 2px; text-underline-offset: 2px;
} }
.btn-primary {
position: relative;
z-index: 1;
overflow: hidden;
&::before {
content: "";
position: absolute;
inset: 0;
transform: translateX(-150%);
opacity: 0;
visibility: hidden;
background-color: $background-dark;
transition: all 0.25s ease-in-out;
z-index: -1;
}
&:hover {
transform: translateY(0);
&::before {
transform: translateX(0);
opacity: 1;
visibility: visible;
}
}
}
.sm-text { .sm-text {
font-size: 1.125rem !important; font-size: 1.125rem !important;
line-height: 22px; line-height: 22px;
......
...@@ -3,9 +3,17 @@ ...@@ -3,9 +3,17 @@
&.background-dark { &.background-dark {
background: #005aff !important; background: #005aff !important;
} }
.btn-start-project,
.btn-start-project { .btn-start-project {
background-color: #121526; background-color: #121526;
&:hover {
color: $primary !important;
border-color: $white;
&::before {
background-color: $white;
}
}
} }
.left-text-wrapper { .left-text-wrapper {
&::before { &::before {
......
...@@ -19,11 +19,18 @@ ...@@ -19,11 +19,18 @@
.whats-app-icon-wrapper { .whats-app-icon-wrapper {
position: fixed; position: fixed;
bottom: 80px; bottom: 80px;
right: 20px; right: 2%;
padding: 10px; max-width: 51px;
// padding: 10px;
border-radius: 5px; border-radius: 5px;
text-decoration: none; text-decoration: none;
z-index: 10; z-index: 10;
a {
display: block;
svg {
max-width: 100%;
}
}
} }
.whats-app-icon-wrapper:hover .tooltip-wrapper { .whats-app-icon-wrapper:hover .tooltip-wrapper {
...@@ -285,6 +292,14 @@ input[type="number"] { ...@@ -285,6 +292,14 @@ input[type="number"] {
width: fit-content; width: fit-content;
background: white; background: white;
color: #000 !important; color: #000 !important;
&:hover {
color: $white !important;
// &::before {
// background-color: $primary;
// }
}
} }
} }
} }
......
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
line-height: 32px; line-height: 32px;
font-weight: 600; font-weight: 600;
letter-spacing: -0.5px; letter-spacing: -0.5px;
color: $white;
svg { svg {
max-width: 16px; max-width: 16px;
...@@ -348,6 +349,11 @@ ...@@ -348,6 +349,11 @@
width: 100%; width: 100%;
object-fit: contain; object-fit: contain;
} }
.item {
width: 48px;
height: 48px;
}
} }
//TECHNOLOGY-USED-SECTION //TECHNOLOGY-USED-SECTION
......
...@@ -98,12 +98,25 @@ ...@@ -98,12 +98,25 @@
.HOME.TOP-BANNER-SECTION img { .HOME.TOP-BANNER-SECTION img {
height: auto; height: auto;
width: 20rem; // width: 20rem;
object-fit: contain; object-fit: contain;
display: flex; display: flex;
margin: auto; margin: auto;
} }
.modal-steps-wrapper {
.step-text {
h1,
h2,
h3,
h4,
h5,
h6 {
line-height: 25px !important;
}
}
}
.TOP-BANNER-SECTION { .TOP-BANNER-SECTION {
padding: 0 0 1rem 0 !important; padding: 0 0 1rem 0 !important;
.nav-pills { .nav-pills {
......
.block-gallery { .block-gallery {
.section-title { .section-title {
&:has(.title) {
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
}
.slider-controller { .slider-controller {
gap: 12px; gap: 12px;
...@@ -28,4 +30,8 @@ ...@@ -28,4 +30,8 @@
} }
} }
} }
.owl-stage {
padding-left: 0 !important;
}
} }
...@@ -5,11 +5,13 @@ ...@@ -5,11 +5,13 @@
z-index: 9; z-index: 9;
.st-content { .st-content {
overflow: auto;
ul { ul {
li { li {
a { a {
display: inline-block; display: inline-block;
padding: 8px 16px; padding: 8px 16px;
text-wrap: nowrap;
} }
&:hover, &:hover,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment