Commit e1a850ce by jhukal9@gmail.com

updated the home page fixes from frontend

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