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
......
//section-footer //section-footer
.upper-footer { .upper-footer {
position: relative; position: relative;
min-height: 29.75rem; min-height: 29.75rem;
@media (max-width: 1200px) { @media (max-width: 1200px) {
min-height: 35rem; min-height: 35rem;
} }
@media (max-width: 991px) { @media (max-width: 991px) {
min-height: 33rem; min-height: 33rem;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
min-height: 20rem; min-height: 20rem;
} }
@media (max-width: 576px) { @media (max-width: 576px) {
min-height: 20rem; min-height: 20rem;
} }
.inner-text-wrapper { .inner-text-wrapper {
.inner-wrapper { .inner-wrapper {
position: relative; position: relative;
h2 { h2 {
margin-bottom: 4.0625rem; margin-bottom: 4.0625rem;
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
font-size: 1.5rem !important; font-size: 1.5rem !important;
} }
&:before { &:before {
content: ""; content: "";
background-image: url("https://makuracreations.com/wp-content/themes/makura/assets/img/footer-left-arrow.png"); background-image: url("https://makuracreations.com/wp-content/themes/makura/assets/img/footer-left-arrow.png");
height: 200px; height: 200px;
width: 200px; width: 200px;
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
position: absolute; position: absolute;
left: -27%; left: -27%;
@media (max-width: 1023.98px) { @media (max-width: 1023.98px) {
height: 150px; height: 150px;
width: 150px; width: 150px;
} }
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
height: 130px; height: 130px;
width: 130px; width: 130px;
left: -46%; left: -46%;
} }
@media (max-width: 424.98px) { @media (max-width: 424.98px) {
display: none; display: none;
} }
} }
} }
} }
a { a {
position: relative; position: relative;
width: 15.75rem; width: 15.75rem;
display: block; display: block;
margin: 0 auto; margin: 0 auto;
&::before { &::before {
content: ""; content: "";
background-image: url("https://makuracreations.com/wp-content/themes/makura/assets/img/start-project.png"); background-image: url("https://makuracreations.com/wp-content/themes/makura/assets/img/start-project.png");
background-size: contain; background-size: contain;
background-repeat: no-repeat; background-repeat: no-repeat;
position: absolute; position: absolute;
display: block; display: block;
height: 70px; height: 70px;
width: 100%; width: 100%;
margin: 0 auto; margin: 0 auto;
top: -50%; top: -50%;
left: 0; left: 0;
} }
} }
} }
.left-img { .left-img {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
left: 0; left: 0;
img { img {
height: 100%; height: 100%;
width: 100%; width: 100%;
object-fit: contain; object-fit: contain;
@media (max-width: 1023.98px) { @media (max-width: 1023.98px) {
height: 100%; height: 100%;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
height: 7rem; height: 7rem;
width: 7rem; width: 7rem;
object-fit: contain; object-fit: contain;
} }
} }
} }
.right-img { .right-img {
position: absolute; position: absolute;
bottom: 0; bottom: 0;
right: 0; right: 0;
img { img {
height: 100%; height: 100%;
width: 100%; width: 100%;
object-fit: contain; object-fit: contain;
@media (max-width: 1023.98px) { @media (max-width: 1023.98px) {
height: 100%; height: 100%;
} }
@media (max-width: 768px) { @media (max-width: 768px) {
height: 7rem; height: 7rem;
width: 7rem; width: 7rem;
object-fit: contain; object-fit: contain;
} }
} }
} }
} }
.section-footer { .section-footer {
.row { .row {
@media (max-width: 991px) { @media (max-width: 991px) {
justify-content: center; justify-content: center;
margin: auto; margin: auto;
text-align: center; text-align: center;
.col-lg-5 { .col-lg-5 {
margin-bottom: 1.25rem; margin-bottom: 1.25rem;
} }
ul { ul {
justify-content: center !important; justify-content: center !important;
margin-top: 1rem; margin-top: 1rem;
} }
} }
} }
.lower-footer { .lower-footer {
padding: 0 0 2rem 0; padding: 0 0 2rem 0;
.nav-item { .nav-item {
.font-16 { .font-16 {
@media (max-width: 991px) { @media (max-width: 991px) {
font-size: 0.75rem !important; font-size: 0.75rem !important;
} }
} }
} }
.top-ul { .top-ul {
justify-content: center; justify-content: center;
margin: 0; margin: 0;
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
flex-direction: column; flex-direction: column;
li { li {
padding-right: 0 !important; padding-right: 0 !important;
margin: 0 auto; margin: 0 auto;
margin-bottom: 1.25rem; margin-bottom: 1.25rem;
} }
} }
li { li {
padding-right: 1rem; padding-right: 1rem;
a { a {
color: rgba(255, 255, 255, 0.56); color: rgba(255, 255, 255, 0.56);
transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
padding: 0 20px; padding: 0 20px;
&:hover { &:hover {
color: white; color: white;
text-decoration: underline; text-decoration: underline;
} }
} }
&:last-of-type { &:last-of-type {
padding-right: 0; padding-right: 0;
} }
} }
} }
} }
.social-links { .social-links {
margin-bottom: 2rem; margin-bottom: 2rem;
border-bottom: 2px solid #000; border-bottom: 2px solid #000;
padding-bottom: 2rem; padding-bottom: 2rem;
ul { ul {
display: flex; display: flex;
align-items: center; align-items: center;
margin-bottom: 0; margin-bottom: 0;
@media (max-width: 425px) { @media (max-width: 425px) {
li { li {
a { a {
padding: 0 1rem !important; padding: 0 1rem !important;
} }
} }
} }
li { li {
@media screen and (max-width: 1024.98px) { @media screen and (max-width: 1024.98px) {
margin: 0; margin: 0;
text-align: center; text-align: center;
} }
a { a {
color: rgba(255, 255, 255, 0.56); color: rgba(255, 255, 255, 0.56);
padding: 0 2rem; padding: 0 2rem;
transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out; transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
svg { svg {
&:hover { &:hover {
path { path {
fill: #868fce; fill: #868fce;
} }
} }
path { path {
transition: 0.5s ease-in-out; transition: 0.5s ease-in-out;
} }
} }
} }
} }
} }
} }
span { span {
color: rgba(255, 255, 255, 0.56) !important; color: rgba(255, 255, 255, 0.56) !important;
} }
.footer-bottom-right-content { .footer-bottom-right-content {
li { li {
&:first-child { &:first-child {
margin-right: 2rem; margin-right: 2rem;
} }
a { a {
color: rgba(255, 255, 255, 0.56); color: rgba(255, 255, 255, 0.56);
font-family: $body-font; font-family: $body-font;
font-size: 1rem; font-size: 1rem;
font-weight: 400; font-weight: 400;
line-height: 180%; line-height: 180%;
letter-spacing: -0.4px; letter-spacing: -0.4px;
} &:hover {
} text-decoration: underline;
} }
}
}
}
} }
//section-footer //section-footer
...@@ -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;
......
//TOP-BANNER-SECTION //TOP-BANNER-SECTION
.TOP-BANNER-SECTION { .TOP-BANNER-SECTION {
&.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;
}
.left-text-wrapper { &:hover {
&::before { color: $primary !important;
display: none; border-color: $white;
} &::before {
p { background-color: $white;
margin: 1.5rem 0 0 0; }
} }
} }
.nav-pills { .left-text-wrapper {
padding: 1.5rem 0; &::before {
@media (max-width: 767.98px) { display: none;
padding: 1.5rem; }
} p {
border-top: 1px solid #58595a; margin: 1.5rem 0 0 0;
border-bottom: 1px solid #58595a; }
margin-bottom: 0 !important; }
li { .nav-pills {
margin-right: 2.75rem; padding: 1.5rem 0;
&:last-child { @media (max-width: 767.98px) {
margin-right: 0; padding: 1.5rem;
} }
} border-top: 1px solid #58595a;
button { border-bottom: 1px solid #58595a;
padding: 0; margin-bottom: 0 !important;
background-color: unset !important; li {
color: #f9f8f4 !important; margin-right: 2.75rem;
font-family: $body-font; &:last-child {
font-size: 1rem; margin-right: 0;
font-weight: 600; }
line-height: 24px; }
letter-spacing: -0.4px; button {
&.active { padding: 0;
color: #000000 !important; background-color: unset !important;
} color: #f9f8f4 !important;
} font-family: $body-font;
} font-size: 1rem;
font-weight: 600;
line-height: 24px;
letter-spacing: -0.4px;
&.active {
color: #000000 !important;
}
}
}
} }
//TOP-BANNER-SECTION //TOP-BANNER-SECTION
//ABOUTPAGE //ABOUTPAGE
.ABOUTPAGE-COUTER { .ABOUTPAGE-COUTER {
.card-wrapper { .card-wrapper {
.experience, .experience,
.client, .client,
.experts { .experts {
padding: 1.9375rem 4.25rem; padding: 1.9375rem 4.25rem;
border: 1px solid rgba(0, 0, 0, 0.1); border: 1px solid rgba(0, 0, 0, 0.1);
height: 158px; height: 158px;
margin: 0 auto; margin: 0 auto;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
span { span {
font-weight: 600; font-weight: 600;
font-size: 44px; font-size: 44px;
} }
p { p {
font-weight: 500; font-weight: 500;
} }
} }
} }
} }
//ABOUTPAGE //ABOUTPAGE
//ABOUT-TOP-AFTER-COUNTER-SECTION //ABOUT-TOP-AFTER-COUNTER-SECTION
.ABOUT-TOP-AFTER-COUNTER-SECTION { .ABOUT-TOP-AFTER-COUNTER-SECTION {
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
h1, h1,
h2, h2,
h3, h3,
h4, h4,
h5, h5,
h6 { h6 {
font-size: 2rem !important; font-size: 2rem !important;
} }
p { p {
font-size: 1.125rem !important; font-size: 1.125rem !important;
} }
.right-image-wrapper { .right-image-wrapper {
.image-wrapper { .image-wrapper {
img { img {
height: 20rem !important; height: 20rem !important;
width: 20rem !important; width: 20rem !important;
display: flex !important; display: flex !important;
margin: auto !important; margin: auto !important;
} }
} }
} }
} }
.left-text-wrapper { .left-text-wrapper {
span { span {
font-weight: 600; font-weight: 600;
font-size: 14px; font-size: 14px;
color: #005aff; color: #005aff;
} }
.text-wrapper { .text-wrapper {
h2 { h2 {
font-size: 2.75rem; font-size: 2.75rem;
margin-top: 1.25rem; margin-top: 1.25rem;
} }
p { p {
color: #58595a; color: #58595a;
font-family: $body-font; font-family: $body-font;
font-size: 1.125rem; font-size: 1.125rem;
font-weight: 400; font-weight: 400;
margin: 0; margin: 0;
} }
} }
} }
.right-image-wrapper { .right-image-wrapper {
.image-wrapper { .image-wrapper {
img { img {
height: 25rem; height: 25rem;
width: 25rem; width: 25rem;
object-fit: contain; object-fit: contain;
} }
} }
} }
} }
//ABOUT-TOP-AFTER-COUNTER-SECTION //ABOUT-TOP-AFTER-COUNTER-SECTION
//MISSION-VISION-SECTION //MISSION-VISION-SECTION
.MISSION-VISION-SECTION { .MISSION-VISION-SECTION {
h1, h1,
h2, h2,
h3, h3,
h4, h4,
h5, h5,
h6 { h6 {
font-weight: 600; font-weight: 600;
font-size: 2.5rem; font-size: 2.5rem;
margin-bottom: 5.75rem; margin-bottom: 5.75rem;
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
font-size: 2rem !important; font-size: 2rem !important;
margin-bottom: 2rem; margin-bottom: 2rem;
} }
} }
.row { .row {
padding-bottom: 7rem; padding-bottom: 7rem;
&:nth-child(odd) { &:nth-child(odd) {
flex-direction: row-reverse; flex-direction: row-reverse;
.left-text-wrapper { .left-text-wrapper {
.text-wrapper { .text-wrapper {
padding-right: 0; padding-right: 0;
} }
} }
} }
&:nth-last-of-type() { &:nth-last-of-type() {
padding-bottom: 0; padding-bottom: 0;
} }
.left-text-wrapper { .left-text-wrapper {
.text-wrapper { .text-wrapper {
padding-right: 1.25rem; padding-right: 1.25rem;
h2 { h2 {
font-size: 2.75rem; font-size: 2.75rem;
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
} }
p { p {
margin-bottom: 1.75rem; margin-bottom: 1.75rem;
color: #58595a; color: #58595a;
font-family: $body-font; font-family: $body-font;
font-size: 1.125rem; font-size: 1.125rem;
font-weight: 400; font-weight: 400;
@media (max-width: 767.98px) { @media (max-width: 767.98px) {
font-size: 1.125rem !important; font-size: 1.125rem !important;
} }
} }
} }
} }
.right-image-wrapper { .right-image-wrapper {
.image-wrapper { .image-wrapper {
img { img {
max-height: 25rem; max-height: 25rem;
width: 100%; width: 100%;
object-fit: contain; object-fit: contain;
mix-blend-mode: darken; mix-blend-mode: darken;
} }
} }
} }
} }
} }
//MISSION-VISION-SECTION //MISSION-VISION-SECTION
//technologies-use-innovating //technologies-use-innovating
.technologies-use-innovating { .technologies-use-innovating {
.title { .title {
color: #121526; color: #121526;
font-family: $body-font; font-family: $body-font;
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 600; font-weight: 600;
letter-spacing: -0.6px; letter-spacing: -0.6px;
} }
} }
...@@ -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 {
display: flex; &:has(.title) {
align-items: center; display: flex;
justify-content: space-between; align-items: center;
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