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
......
//section-footer
.upper-footer {
position: relative;
min-height: 29.75rem;
@media (max-width: 1200px) {
min-height: 35rem;
}
@media (max-width: 991px) {
min-height: 33rem;
}
@media (max-width: 768px) {
min-height: 20rem;
}
@media (max-width: 576px) {
min-height: 20rem;
}
.inner-text-wrapper {
.inner-wrapper {
position: relative;
h2 {
margin-bottom: 4.0625rem;
@media (max-width: 767.98px) {
font-size: 1.5rem !important;
}
&:before {
content: "";
background-image: url("https://makuracreations.com/wp-content/themes/makura/assets/img/footer-left-arrow.png");
height: 200px;
width: 200px;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
left: -27%;
@media (max-width: 1023.98px) {
height: 150px;
width: 150px;
}
@media (max-width: 767.98px) {
height: 130px;
width: 130px;
left: -46%;
}
@media (max-width: 424.98px) {
display: none;
}
}
}
}
a {
position: relative;
width: 15.75rem;
display: block;
margin: 0 auto;
&::before {
content: "";
background-image: url("https://makuracreations.com/wp-content/themes/makura/assets/img/start-project.png");
background-size: contain;
background-repeat: no-repeat;
position: absolute;
display: block;
height: 70px;
width: 100%;
margin: 0 auto;
top: -50%;
left: 0;
}
}
}
.left-img {
position: absolute;
bottom: 0;
left: 0;
img {
height: 100%;
width: 100%;
object-fit: contain;
@media (max-width: 1023.98px) {
height: 100%;
}
@media (max-width: 768px) {
height: 7rem;
width: 7rem;
object-fit: contain;
}
}
}
.right-img {
position: absolute;
bottom: 0;
right: 0;
img {
height: 100%;
width: 100%;
object-fit: contain;
@media (max-width: 1023.98px) {
height: 100%;
}
@media (max-width: 768px) {
height: 7rem;
width: 7rem;
object-fit: contain;
}
}
}
position: relative;
min-height: 29.75rem;
@media (max-width: 1200px) {
min-height: 35rem;
}
@media (max-width: 991px) {
min-height: 33rem;
}
@media (max-width: 768px) {
min-height: 20rem;
}
@media (max-width: 576px) {
min-height: 20rem;
}
.inner-text-wrapper {
.inner-wrapper {
position: relative;
h2 {
margin-bottom: 4.0625rem;
@media (max-width: 767.98px) {
font-size: 1.5rem !important;
}
&:before {
content: "";
background-image: url("https://makuracreations.com/wp-content/themes/makura/assets/img/footer-left-arrow.png");
height: 200px;
width: 200px;
background-size: contain;
background-repeat: no-repeat;
position: absolute;
left: -27%;
@media (max-width: 1023.98px) {
height: 150px;
width: 150px;
}
@media (max-width: 767.98px) {
height: 130px;
width: 130px;
left: -46%;
}
@media (max-width: 424.98px) {
display: none;
}
}
}
}
a {
position: relative;
width: 15.75rem;
display: block;
margin: 0 auto;
&::before {
content: "";
background-image: url("https://makuracreations.com/wp-content/themes/makura/assets/img/start-project.png");
background-size: contain;
background-repeat: no-repeat;
position: absolute;
display: block;
height: 70px;
width: 100%;
margin: 0 auto;
top: -50%;
left: 0;
}
}
}
.left-img {
position: absolute;
bottom: 0;
left: 0;
img {
height: 100%;
width: 100%;
object-fit: contain;
@media (max-width: 1023.98px) {
height: 100%;
}
@media (max-width: 768px) {
height: 7rem;
width: 7rem;
object-fit: contain;
}
}
}
.right-img {
position: absolute;
bottom: 0;
right: 0;
img {
height: 100%;
width: 100%;
object-fit: contain;
@media (max-width: 1023.98px) {
height: 100%;
}
@media (max-width: 768px) {
height: 7rem;
width: 7rem;
object-fit: contain;
}
}
}
}
.section-footer {
.row {
@media (max-width: 991px) {
justify-content: center;
margin: auto;
text-align: center;
.col-lg-5 {
margin-bottom: 1.25rem;
}
ul {
justify-content: center !important;
margin-top: 1rem;
}
}
}
.lower-footer {
padding: 0 0 2rem 0;
.nav-item {
.font-16 {
@media (max-width: 991px) {
font-size: 0.75rem !important;
}
}
}
.top-ul {
justify-content: center;
margin: 0;
@media (max-width: 767.98px) {
flex-direction: column;
li {
padding-right: 0 !important;
margin: 0 auto;
margin-bottom: 1.25rem;
}
}
li {
padding-right: 1rem;
a {
color: rgba(255, 255, 255, 0.56);
transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
padding: 0 20px;
&:hover {
color: white;
text-decoration: underline;
}
}
&:last-of-type {
padding-right: 0;
}
}
}
}
.social-links {
margin-bottom: 2rem;
border-bottom: 2px solid #000;
padding-bottom: 2rem;
ul {
display: flex;
align-items: center;
margin-bottom: 0;
@media (max-width: 425px) {
li {
a {
padding: 0 1rem !important;
}
}
}
li {
@media screen and (max-width: 1024.98px) {
margin: 0;
text-align: center;
}
a {
color: rgba(255, 255, 255, 0.56);
padding: 0 2rem;
transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
svg {
&:hover {
path {
fill: #868fce;
}
}
path {
transition: 0.5s ease-in-out;
}
}
}
}
}
}
span {
color: rgba(255, 255, 255, 0.56) !important;
}
.footer-bottom-right-content {
li {
&:first-child {
margin-right: 2rem;
}
a {
color: rgba(255, 255, 255, 0.56);
font-family: $body-font;
font-size: 1rem;
font-weight: 400;
line-height: 180%;
letter-spacing: -0.4px;
}
}
}
.row {
@media (max-width: 991px) {
justify-content: center;
margin: auto;
text-align: center;
.col-lg-5 {
margin-bottom: 1.25rem;
}
ul {
justify-content: center !important;
margin-top: 1rem;
}
}
}
.lower-footer {
padding: 0 0 2rem 0;
.nav-item {
.font-16 {
@media (max-width: 991px) {
font-size: 0.75rem !important;
}
}
}
.top-ul {
justify-content: center;
margin: 0;
@media (max-width: 767.98px) {
flex-direction: column;
li {
padding-right: 0 !important;
margin: 0 auto;
margin-bottom: 1.25rem;
}
}
li {
padding-right: 1rem;
a {
color: rgba(255, 255, 255, 0.56);
transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
padding: 0 20px;
&:hover {
color: white;
text-decoration: underline;
}
}
&:last-of-type {
padding-right: 0;
}
}
}
}
.social-links {
margin-bottom: 2rem;
border-bottom: 2px solid #000;
padding-bottom: 2rem;
ul {
display: flex;
align-items: center;
margin-bottom: 0;
@media (max-width: 425px) {
li {
a {
padding: 0 1rem !important;
}
}
}
li {
@media screen and (max-width: 1024.98px) {
margin: 0;
text-align: center;
}
a {
color: rgba(255, 255, 255, 0.56);
padding: 0 2rem;
transition: color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
svg {
&:hover {
path {
fill: #868fce;
}
}
path {
transition: 0.5s ease-in-out;
}
}
}
}
}
}
span {
color: rgba(255, 255, 255, 0.56) !important;
}
.footer-bottom-right-content {
li {
&:first-child {
margin-right: 2rem;
}
a {
color: rgba(255, 255, 255, 0.56);
font-family: $body-font;
font-size: 1rem;
font-weight: 400;
line-height: 180%;
letter-spacing: -0.4px;
&:hover {
text-decoration: underline;
}
}
}
}
}
//section-footer
......@@ -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;
......
//TOP-BANNER-SECTION
.TOP-BANNER-SECTION {
&.background-dark {
background: #005aff !important;
}
.btn-start-project,
.btn-start-project {
background-color: #121526;
}
.left-text-wrapper {
&::before {
display: none;
}
p {
margin: 1.5rem 0 0 0;
}
}
.nav-pills {
padding: 1.5rem 0;
@media (max-width: 767.98px) {
padding: 1.5rem;
}
border-top: 1px solid #58595a;
border-bottom: 1px solid #58595a;
margin-bottom: 0 !important;
li {
margin-right: 2.75rem;
&:last-child {
margin-right: 0;
}
}
button {
padding: 0;
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;
}
}
}
&.background-dark {
background: #005aff !important;
}
.btn-start-project {
background-color: #121526;
&:hover {
color: $primary !important;
border-color: $white;
&::before {
background-color: $white;
}
}
}
.left-text-wrapper {
&::before {
display: none;
}
p {
margin: 1.5rem 0 0 0;
}
}
.nav-pills {
padding: 1.5rem 0;
@media (max-width: 767.98px) {
padding: 1.5rem;
}
border-top: 1px solid #58595a;
border-bottom: 1px solid #58595a;
margin-bottom: 0 !important;
li {
margin-right: 2.75rem;
&:last-child {
margin-right: 0;
}
}
button {
padding: 0;
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
//ABOUTPAGE
.ABOUTPAGE-COUTER {
.card-wrapper {
.experience,
.client,
.experts {
padding: 1.9375rem 4.25rem;
border: 1px solid rgba(0, 0, 0, 0.1);
height: 158px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
span {
font-weight: 600;
font-size: 44px;
}
p {
font-weight: 500;
}
}
}
.card-wrapper {
.experience,
.client,
.experts {
padding: 1.9375rem 4.25rem;
border: 1px solid rgba(0, 0, 0, 0.1);
height: 158px;
margin: 0 auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
span {
font-weight: 600;
font-size: 44px;
}
p {
font-weight: 500;
}
}
}
}
//ABOUTPAGE
//ABOUT-TOP-AFTER-COUNTER-SECTION
.ABOUT-TOP-AFTER-COUNTER-SECTION {
@media (max-width: 767.98px) {
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 2rem !important;
}
p {
font-size: 1.125rem !important;
}
.right-image-wrapper {
.image-wrapper {
img {
height: 20rem !important;
width: 20rem !important;
display: flex !important;
margin: auto !important;
}
}
}
}
.left-text-wrapper {
span {
font-weight: 600;
font-size: 14px;
color: #005aff;
}
.text-wrapper {
h2 {
font-size: 2.75rem;
margin-top: 1.25rem;
}
p {
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
margin: 0;
}
}
}
.right-image-wrapper {
.image-wrapper {
img {
height: 25rem;
width: 25rem;
object-fit: contain;
}
}
}
@media (max-width: 767.98px) {
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 2rem !important;
}
p {
font-size: 1.125rem !important;
}
.right-image-wrapper {
.image-wrapper {
img {
height: 20rem !important;
width: 20rem !important;
display: flex !important;
margin: auto !important;
}
}
}
}
.left-text-wrapper {
span {
font-weight: 600;
font-size: 14px;
color: #005aff;
}
.text-wrapper {
h2 {
font-size: 2.75rem;
margin-top: 1.25rem;
}
p {
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
margin: 0;
}
}
}
.right-image-wrapper {
.image-wrapper {
img {
height: 25rem;
width: 25rem;
object-fit: contain;
}
}
}
}
//ABOUT-TOP-AFTER-COUNTER-SECTION
//MISSION-VISION-SECTION
.MISSION-VISION-SECTION {
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
font-size: 2.5rem;
margin-bottom: 5.75rem;
@media (max-width: 767.98px) {
font-size: 2rem !important;
margin-bottom: 2rem;
}
}
.row {
padding-bottom: 7rem;
&:nth-child(odd) {
flex-direction: row-reverse;
.left-text-wrapper {
.text-wrapper {
padding-right: 0;
}
}
}
&:nth-last-of-type() {
padding-bottom: 0;
}
.left-text-wrapper {
.text-wrapper {
padding-right: 1.25rem;
h2 {
font-size: 2.75rem;
margin-bottom: 1.5rem;
}
p {
margin-bottom: 1.75rem;
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
@media (max-width: 767.98px) {
font-size: 1.125rem !important;
}
}
}
}
.right-image-wrapper {
.image-wrapper {
img {
max-height: 25rem;
width: 100%;
object-fit: contain;
mix-blend-mode: darken;
}
}
}
}
h1,
h2,
h3,
h4,
h5,
h6 {
font-weight: 600;
font-size: 2.5rem;
margin-bottom: 5.75rem;
@media (max-width: 767.98px) {
font-size: 2rem !important;
margin-bottom: 2rem;
}
}
.row {
padding-bottom: 7rem;
&:nth-child(odd) {
flex-direction: row-reverse;
.left-text-wrapper {
.text-wrapper {
padding-right: 0;
}
}
}
&:nth-last-of-type() {
padding-bottom: 0;
}
.left-text-wrapper {
.text-wrapper {
padding-right: 1.25rem;
h2 {
font-size: 2.75rem;
margin-bottom: 1.5rem;
}
p {
margin-bottom: 1.75rem;
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
@media (max-width: 767.98px) {
font-size: 1.125rem !important;
}
}
}
}
.right-image-wrapper {
.image-wrapper {
img {
max-height: 25rem;
width: 100%;
object-fit: contain;
mix-blend-mode: darken;
}
}
}
}
}
//MISSION-VISION-SECTION
//technologies-use-innovating
.technologies-use-innovating {
.title {
color: #121526;
font-family: $body-font;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: -0.6px;
}
.title {
color: #121526;
font-family: $body-font;
font-size: 1.5rem;
font-weight: 600;
letter-spacing: -0.6px;
}
}
// woocommerce css
@media (max-width: 600px) {
.whats-app-icon-wrapper {
right: 2% !important;
}
.whats-app-icon-wrapper {
right: 2% !important;
}
}
@media (max-width: 768px) {
.whats-app-icon-wrapper {
padding: 0 !important;
}
.whats-app-icon-wrapper svg {
width: 50px;
height: 50px;
}
.whats-app-icon-wrapper {
padding: 0 !important;
}
.whats-app-icon-wrapper svg {
width: 50px;
height: 50px;
}
}
.whats-app-icon-wrapper {
position: fixed;
bottom: 80px;
right: 20px;
padding: 10px;
border-radius: 5px;
text-decoration: none;
z-index: 10;
position: fixed;
bottom: 80px;
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 {
opacity: 1;
opacity: 1;
}
.whats-app-icon-wrapper .tooltip-wrapper {
top: 23%;
left: -8rem;
background-color: #34c759;
border-radius: 8px;
pointer-events: none;
opacity: 0;
transition: 0.6s ease-in-out;
top: 23%;
left: -8rem;
background-color: #34c759;
border-radius: 8px;
pointer-events: none;
opacity: 0;
transition: 0.6s ease-in-out;
}
.whats-app-icon-wrapper .tooltip-wrapper p {
margin: 0;
padding: 10px;
color: #fff;
margin: 0;
padding: 10px;
color: #fff;
}
@-moz-document url-prefix() {
.owl-item {
margin-right: 12px !important;
}
.owl-item {
margin-right: 12px !important;
}
}
/* technology-carousel-wrapper */
.technology-carousel-wrapper .owl-stage {
justify-content: center;
margin: auto;
justify-content: center;
margin: auto;
}
body {
zoom: 90%;
zoom: 90%;
}
.modal-backdrop.show {
width: 100%;
height: 100%;
width: 100%;
height: 100%;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
-webkit-appearance: none !important;
margin: 0 !important;
-webkit-appearance: none !important;
margin: 0 !important;
}
input[type="number"] {
-moz-appearance: textfield !important;
-moz-appearance: textfield !important;
}
.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
display: none !important;
display: none !important;
}
// woocommerce css
.HOME {
&.home2 {
background-image: url("https://makuracreations.com/images/showcase-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
}
&.TOP-BANNER-SECTION {
.left-text {
.left-text-wrapper {
margin-bottom: 1.5rem;
}
}
img {
height: 100%;
width: 100%;
}
}
&.TOP-CAROUSEL-SECTION {
.row {
margin-bottom: 0 !important;
}
}
&.home2 {
background-image: url("https://makuracreations.com/images/showcase-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
}
&.TOP-BANNER-SECTION {
.left-text {
.left-text-wrapper {
margin-bottom: 1.5rem;
}
}
img {
height: 100%;
width: 100%;
}
}
&.TOP-CAROUSEL-SECTION {
.row {
margin-bottom: 0 !important;
}
}
}
.project-diagram {
.top-row {
@media (max-width: 767.98px) {
display: block !important;
}
.inner-top-wrapper {
@media (max-width: 767.98px) {
display: block !important;
text-align: center;
img {
margin-bottom: 1.375rem;
}
}
.svg-wrapper1 {
left: -7rem;
top: 1.875rem;
transform: rotate(335deg);
@media (min-width: 1369.98px) and (max-width: 1920px) {
top: 2.875rem;
}
@media (max-width: 1024px) {
display: none;
}
}
img {
height: 9.25rem;
width: 10.375rem;
object-fit: contain;
margin-right: 1.25rem;
}
}
}
.bottom-row {
@media (max-width: 767.98px) {
display: block !important;
text-align: center;
}
.inner-wrapper {
.svg-wrapper2 {
left: -20rem;
transform: rotate(250deg);
top: -7rem;
@media (min-width: 1369.98px) and (max-width: 1920px) {
top: -8rem;
svg {
height: 305px;
width: 329px;
}
}
@media (max-width: 1024px) {
display: none;
}
}
.svg-wrapper3 {
top: -128px;
left: 5rem;
transform: rotate(358deg);
@media (min-width: 1369.98px) and (max-width: 1920px) {
svg {
height: 159px;
width: 139px;
path {
stroke-width: 2;
}
}
}
@media (max-width: 1024px) {
display: none;
}
}
.svg-wrapper4 {
top: -6rem;
transform: rotate(258deg);
left: -23rem;
@media (min-width: 1369.98px) and (max-width: 1920px) {
top: -8rem;
transform: rotate(258deg);
left: -24rem;
svg {
height: 270px;
width: 500px;
}
}
@media (max-width: 1024px) {
display: none;
}
}
img {
height: 9.25rem;
width: 10.375rem;
object-fit: contain;
margin-bottom: 1.375rem;
}
}
}
.top-row {
@media (max-width: 767.98px) {
display: block !important;
}
.inner-top-wrapper {
@media (max-width: 767.98px) {
display: block !important;
text-align: center;
img {
margin-bottom: 1.375rem;
}
}
.svg-wrapper1 {
left: -7rem;
top: 1.875rem;
transform: rotate(335deg);
@media (min-width: 1369.98px) and (max-width: 1920px) {
top: 2.875rem;
}
@media (max-width: 1024px) {
display: none;
}
}
img {
height: 9.25rem;
width: 10.375rem;
object-fit: contain;
margin-right: 1.25rem;
}
}
}
.bottom-row {
@media (max-width: 767.98px) {
display: block !important;
text-align: center;
}
.inner-wrapper {
.svg-wrapper2 {
left: -20rem;
transform: rotate(250deg);
top: -7rem;
@media (min-width: 1369.98px) and (max-width: 1920px) {
top: -8rem;
svg {
height: 305px;
width: 329px;
}
}
@media (max-width: 1024px) {
display: none;
}
}
.svg-wrapper3 {
top: -128px;
left: 5rem;
transform: rotate(358deg);
@media (min-width: 1369.98px) and (max-width: 1920px) {
svg {
height: 159px;
width: 139px;
path {
stroke-width: 2;
}
}
}
@media (max-width: 1024px) {
display: none;
}
}
.svg-wrapper4 {
top: -6rem;
transform: rotate(258deg);
left: -23rem;
@media (min-width: 1369.98px) and (max-width: 1920px) {
top: -8rem;
transform: rotate(258deg);
left: -24rem;
svg {
height: 270px;
width: 500px;
}
}
@media (max-width: 1024px) {
display: none;
}
}
img {
height: 9.25rem;
width: 10.375rem;
object-fit: contain;
margin-bottom: 1.375rem;
}
}
}
}
.analysis-section {
@media (max-width: 991px) {
.row {
flex-direction: column-reverse;
}
}
&.background-dark {
background-color: #005aff !important;
}
.col-lg-7 {
position: relative;
}
img {
width: 100%;
height: 23rem;
object-fit: contain;
pointer-events: none;
position: absolute;
bottom: 0;
// padding: 0rem 5rem;
@media (max-width: 768px) {
margin-left: 0;
}
@media (max-width: 991px) {
position: relative;
height: 100%;
}
}
.right-content-wrapper {
span {
color: #005aff;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: -0.3px;
margin-bottom: 0.375rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: $white;
font-family: $body-font;
font-size: 2.75rem;
font-weight: 600;
line-height: 60px;
letter-spacing: -1.4px;
margin-bottom: 1.5rem;
}
p {
color: $white !important;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.5px;
}
a {
width: fit-content;
background: white;
color: #000 !important;
}
}
@media (max-width: 991px) {
.row {
flex-direction: column-reverse;
}
}
&.background-dark {
background-color: #005aff !important;
}
.col-lg-7 {
position: relative;
}
img {
width: 100%;
height: 23rem;
object-fit: contain;
pointer-events: none;
position: absolute;
bottom: 0;
// padding: 0rem 5rem;
@media (max-width: 768px) {
margin-left: 0;
}
@media (max-width: 991px) {
position: relative;
height: 100%;
}
}
.right-content-wrapper {
span {
color: #005aff;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 600;
letter-spacing: -0.3px;
margin-bottom: 0.375rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: $white;
font-family: $body-font;
font-size: 2.75rem;
font-weight: 600;
line-height: 60px;
letter-spacing: -1.4px;
margin-bottom: 1.5rem;
}
p {
color: $white !important;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.5px;
}
a {
width: fit-content;
background: white;
color: #000 !important;
&:hover {
color: $white !important;
// &::before {
// background-color: $primary;
// }
}
}
}
}
.TOP-BANNER-SECTION {
.left-text {
@media (max-width: 767.98px) {
margin-bottom: 3.75rem;
}
.left-text-wrapper {
&::before {
content: "";
// background-image: url(../../assets/img/home-back.png);
background-image: url(../../assets/img/home-back2.png);
display: block;
background-size: contain;
background-repeat: no-repeat;
width: 220px;
height: 220.12px;
left: -63px;
top: -90px;
position: absolute;
@media (max-width: 1100.9px) {
width: 220px;
height: 220.12px;
left: -46px;
top: -56px;
}
@media (max-width: 767.9px) {
width: 198px;
height: 119.12px;
left: -15px;
top: 0;
}
}
}
}
.img-wrapper {
img {
max-height: 500px;
object-fit: contain;
}
}
.left-text {
@media (max-width: 767.98px) {
margin-bottom: 3.75rem;
}
.left-text-wrapper {
&::before {
content: "";
// background-image: url(../../assets/img/home-back.png);
background-image: url(../../assets/img/home-back2.png);
display: block;
background-size: contain;
background-repeat: no-repeat;
width: 220px;
height: 220.12px;
left: -63px;
top: -90px;
position: absolute;
@media (max-width: 1100.9px) {
width: 220px;
height: 220.12px;
left: -46px;
top: -56px;
}
@media (max-width: 767.9px) {
width: 198px;
height: 119.12px;
left: -15px;
top: 0;
}
}
}
}
.img-wrapper {
img {
max-height: 500px;
object-fit: contain;
}
}
}
.TOP-CAROUSEL-SECTION {
position: relative;
overflow: hidden;
.title-wrapper {
padding-bottom: 1rem;
}
.partners-carousel {
.item {
img {
object-fit: contain;
height: 150px;
}
}
}
.client-carouselwrapper {
.owl-stage {
display: flex;
align-items: center;
}
img {
width: auto;
height: auto;
object-fit: contain;
}
.owl-carousel.owl-drag .owl-item {
display: flex;
justify-content: center;
}
}
.experience-card,
.clients-served,
.working-experts {
padding: 1.9375rem 0;
position: relative;
&::before {
content: "";
background-image: url("../../assets/img/makurajalo.svg");
background-repeat: no-repeat;
background-size: contain;
position: absolute;
right: -23%;
width: 15.4276rem;
height: 15.4616rem;
transform: rotate(112.957deg);
opacity: 0.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: $white;
font-family: $body-font;
font-size: 2.75rem;
font-weight: 600;
margin-bottom: 0.375rem;
}
}
position: relative;
overflow: hidden;
.title-wrapper {
padding-bottom: 1rem;
}
.partners-carousel {
.item {
img {
object-fit: contain;
height: 150px;
}
}
}
.client-carouselwrapper {
.owl-stage {
display: flex;
align-items: center;
}
img {
width: auto;
height: auto;
object-fit: contain;
}
.owl-carousel.owl-drag .owl-item {
display: flex;
justify-content: center;
}
}
.experience-card,
.clients-served,
.working-experts {
padding: 1.9375rem 0;
position: relative;
&::before {
content: "";
background-image: url("../../assets/img/makurajalo.svg");
background-repeat: no-repeat;
background-size: contain;
position: absolute;
right: -23%;
width: 15.4276rem;
height: 15.4616rem;
transform: rotate(112.957deg);
opacity: 0.3;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: $white;
font-family: $body-font;
font-size: 2.75rem;
font-weight: 600;
margin-bottom: 0.375rem;
}
}
}
// HOMEPAGE-TOP-AFTER-CAROUSEL-SECTION
.HOMEPAGE-TOP-AFTER-CAROUSEL-SECTION {
@media (max-width: 767.98px) {
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 1.875rem !important;
}
}
&.SERVICE {
.left-text-wrapper {
.text-wrapper {
h2 {
color: #121526 !important;
font-family: $body-font !important;
font-size: 1.5rem !important;
font-weight: 600 !important;
letter-spacing: -0.6px !important;
margin-bottom: 1.5rem;
}
}
}
}
.row {
margin-bottom: 6rem;
&:last-child {
margin-bottom: 0;
}
&:nth-child(even) {
flex-direction: row-reverse;
padding-bottom: 0;
@media (max-width: 767.98px) {
flex-direction: column-reverse;
}
.left-text-wrapper {
.text-wrapper {
padding-right: 0;
}
}
}
&:nth-last-of-type() {
padding-bottom: 0;
}
.left-text-wrapper {
.text-wrapper {
padding-right: 1.25rem;
h2 {
color: #121526;
font-family: $body-font;
font-size: 2.5rem;
font-weight: 600;
line-height: 43px;
letter-spacing: -1.4px;
margin-bottom: 1.5rem;
}
p {
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.5px;
margin-bottom: 1.75rem;
}
}
.technology-used {
h1,
h2,
h3,
h4,
h5,
h6 {
color: #121526;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 600;
line-height: 32px;
letter-spacing: -0.6px;
margin-bottom: 1rem;
}
ul {
li {
margin-right: 1.25rem;
img {
width: auto;
height: 2.4375rem;
object-fit: contain;
}
&:last-child {
margin-right: 0;
}
}
}
}
}
.right-image-wrapper {
.image-wrapper {
img {
max-height: 25rem;
width: 100%;
height: 100%;
object-fit: contain;
@media (max-width: 991.98px) {
margin-bottom: 2rem;
height: auto;
width: 20rem;
object-fit: contain;
display: flex;
margin: auto;
}
}
}
}
}
&.reversed {
.row {
flex-direction: row-reverse;
}
}
@media (max-width: 767.98px) {
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 1.875rem !important;
}
}
&.SERVICE {
.left-text-wrapper {
.text-wrapper {
h2 {
color: #121526 !important;
font-family: $body-font !important;
font-size: 1.5rem !important;
font-weight: 600 !important;
letter-spacing: -0.6px !important;
margin-bottom: 1.5rem;
}
}
}
}
.row {
margin-bottom: 6rem;
&:last-child {
margin-bottom: 0;
}
&:nth-child(even) {
flex-direction: row-reverse;
padding-bottom: 0;
@media (max-width: 767.98px) {
flex-direction: column-reverse;
}
.left-text-wrapper {
.text-wrapper {
padding-right: 0;
}
}
}
&:nth-last-of-type() {
padding-bottom: 0;
}
.left-text-wrapper {
.text-wrapper {
padding-right: 1.25rem;
h2 {
color: #121526;
font-family: $body-font;
font-size: 2.5rem;
font-weight: 600;
line-height: 43px;
letter-spacing: -1.4px;
margin-bottom: 1.5rem;
}
p {
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.5px;
margin-bottom: 1.75rem;
}
}
.technology-used {
h1,
h2,
h3,
h4,
h5,
h6 {
color: #121526;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 600;
line-height: 32px;
letter-spacing: -0.6px;
margin-bottom: 1rem;
}
ul {
li {
margin-right: 1.25rem;
img {
width: auto;
height: 2.4375rem;
object-fit: contain;
}
&:last-child {
margin-right: 0;
}
}
}
}
}
.right-image-wrapper {
.image-wrapper {
img {
max-height: 25rem;
width: 100%;
height: 100%;
object-fit: contain;
@media (max-width: 991.98px) {
margin-bottom: 2rem;
height: auto;
width: 20rem;
object-fit: contain;
display: flex;
margin: auto;
}
}
}
}
}
&.reversed {
.row {
flex-direction: row-reverse;
}
}
}
//HOME WHAT-WE-DO-SECTION
.WHAT-WE-DO-SECTION {
.top-title {
margin-bottom: 3.75rem;
h2 {
margin-bottom: 1.5rem;
font-size: 2.75rem;
font-weight: 600;
}
p {
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
}
}
.card-wrapper {
border: 1px solid #c0c0c0;
transition: 0.3s ease;
height: 100%;
&:hover {
border: 1px solid #005aff;
// background: #121526;
background: #005aff;
li {
color: $white;
border: 1px solid $white !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: $white;
}
a,
p,
.tag {
color: $white;
}
.tag {
border: 1px solid $white !important;
}
}
img {
margin-bottom: 1.5rem;
width: 75px;
height: 60px;
object-fit: cover;
}
h4 {
font-size: 2rem;
font-weight: 600;
margin-bottom: 1.25rem;
padding-right: 2.5rem;
}
}
.top-title {
margin-bottom: 3.75rem;
h2 {
margin-bottom: 1.5rem;
font-size: 2.75rem;
font-weight: 600;
}
p {
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
}
}
.card-wrapper {
border: 1px solid #c0c0c0;
transition: 0.3s ease;
height: 100%;
&:hover {
border: 1px solid #005aff;
// background: #121526;
background: #005aff;
li {
color: $white;
border: 1px solid $white !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
color: $white;
}
a,
p,
.tag {
color: $white;
}
.tag {
border: 1px solid $white !important;
}
}
img {
margin-bottom: 1.5rem;
width: 75px;
height: 60px;
object-fit: cover;
}
h4 {
font-size: 2rem;
font-weight: 600;
margin-bottom: 1.25rem;
padding-right: 2.5rem;
}
}
}
.tags-wrapper {
display: flex;
flex-wrap: wrap;
align-items: center;
margin-right: 0.75rem;
font-size: 0.8125rem;
font-weight: 500;
height: auto;
white-space: nowrap;
ul {
list-style-type: none;
display: flex;
flex-wrap: wrap;
li {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0.375rem 1.25rem;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0.375rem 1.25rem;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
color: #121526;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 600;
}
}
.tag {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0.375rem 1.25rem;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
color: #121526;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 600;
}
display: flex;
flex-wrap: wrap;
align-items: center;
margin-right: 0.75rem;
font-size: 0.8125rem;
font-weight: 500;
height: auto;
white-space: nowrap;
ul {
list-style-type: none;
display: flex;
flex-wrap: wrap;
li {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0.375rem 1.25rem;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0.375rem 1.25rem;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
color: #121526;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 600;
}
}
.tag {
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 0.375rem 1.25rem;
margin-right: 0.75rem;
margin-bottom: 0.75rem;
color: #121526;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 600;
}
}
//NOT-LISTED-SECTION
.NOT-LISTED-SECTION {
P {
text-align: justify;
margin: 0;
}
.contact {
display: flex;
align-items: center;
margin-left: auto;
}
P {
text-align: justify;
margin: 0;
}
.contact {
display: flex;
align-items: center;
margin-left: auto;
}
}
//NOT-LISTED-SECTION
//MEET-OUR-TEAM-SECTION
.MEET-OUR-TEAM-SECTION {
.title-wrapper {
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 1.5rem;
@media (max-width: 767.98px) {
font-size: 2rem !important;
text-align: left;
}
}
p {
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
margin: 0;
@media (max-width: 767.98px) {
font-size: 1.125rem !important;
text-align: left;
}
}
}
.meet-team-wrapper {
.team-card {
.card {
border: 1px solid #fff;
transition: 0.5s ease;
justify-content: center;
img {
width: 16.4375rem;
height: 16.375rem;
object-fit: contain;
margin: auto;
padding-top: 1.25rem;
}
}
.inner-card {
border: none;
transition: unset;
.img-wrapper {
margin-bottom: 20px;
min-height: 12.5rem;
display: flex;
justify-content: center;
.backgroundimg {
position: absolute;
img {
height: 198px;
width: 234px;
// position: absolute;
object-fit: contain;
}
}
}
}
&:hover {
.card {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.info {
background-color: $primary;
color: #fff;
h5 {
color: #fff;
}
span {
color: $white;
}
}
}
.info {
padding: 1.5rem 0;
transition: 0.5s ease;
h5 {
transition: 0.5s ease;
}
span {
color: #58595a;
text-align: center;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.5px;
}
}
}
}
.about-team {
.btn-start-project-white {
margin-top: 3rem !important;
}
.team-card {
.card {
border: 1px solid #fff;
transition: 0.5s ease;
justify-content: center;
img {
width: 16.4375rem;
height: 16.375rem;
object-fit: contain;
margin: auto;
padding-top: 1.25rem;
}
}
.inner-card {
border: none;
transition: unset;
.img-wrapper {
margin-bottom: 20px;
min-height: 12.5rem;
display: flex;
justify-content: center;
.backgroundimg {
position: absolute;
img {
height: 198px;
width: 234px;
// position: absolute;
object-fit: contain;
}
}
}
}
&:hover {
.card {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.info {
background-color: $primary;
color: #fff;
h5 {
color: #fff;
}
span {
color: $white;
}
}
}
.info {
padding: 1.5rem 0;
transition: 0.5s ease;
h5 {
transition: 0.5s ease;
}
span {
color: #58595a;
text-align: center;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.5px;
}
}
}
}
.title-wrapper {
h1,
h2,
h3,
h4,
h5,
h6 {
margin-bottom: 1.5rem;
@media (max-width: 767.98px) {
font-size: 2rem !important;
text-align: left;
}
}
p {
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
margin: 0;
@media (max-width: 767.98px) {
font-size: 1.125rem !important;
text-align: left;
}
}
}
.meet-team-wrapper {
.team-card {
.card {
border: 1px solid #fff;
transition: 0.5s ease;
justify-content: center;
img {
width: 16.4375rem;
height: 16.375rem;
object-fit: contain;
margin: auto;
padding-top: 1.25rem;
}
}
.inner-card {
border: none;
transition: unset;
.img-wrapper {
margin-bottom: 20px;
min-height: 12.5rem;
display: flex;
justify-content: center;
.backgroundimg {
position: absolute;
img {
height: 198px;
width: 234px;
// position: absolute;
object-fit: contain;
}
}
}
}
&:hover {
.card {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.info {
background-color: $primary;
color: #fff;
h5 {
color: #fff;
}
span {
color: $white;
}
}
}
.info {
padding: 1.5rem 0;
transition: 0.5s ease;
h5 {
transition: 0.5s ease;
}
span {
color: #58595a;
text-align: center;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.5px;
}
}
}
}
.about-team {
.btn-start-project-white {
margin-top: 3rem !important;
}
.team-card {
.card {
border: 1px solid #fff;
transition: 0.5s ease;
justify-content: center;
img {
width: 16.4375rem;
height: 16.375rem;
object-fit: contain;
margin: auto;
padding-top: 1.25rem;
}
}
.inner-card {
border: none;
transition: unset;
.img-wrapper {
margin-bottom: 20px;
min-height: 12.5rem;
display: flex;
justify-content: center;
.backgroundimg {
position: absolute;
img {
height: 198px;
width: 234px;
// position: absolute;
object-fit: contain;
}
}
}
}
&:hover {
.card {
border: 1px solid rgba(0, 0, 0, 0.1);
}
.info {
background-color: $primary;
color: #fff;
h5 {
color: #fff;
}
span {
color: $white;
}
}
}
.info {
padding: 1.5rem 0;
transition: 0.5s ease;
h5 {
transition: 0.5s ease;
}
span {
color: #58595a;
text-align: center;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
line-height: 28px;
letter-spacing: -0.5px;
}
}
}
}
}
//MEET-OUR-TEAM-SECTION
// OUR-CUSTOMERS-SAY-SECTION
.OUR-CUSTOMERS-SAY-SECTION {
@media (max-width: 767.98px) {
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 1.875rem !important;
}
}
&.single-what-customers-say {
.customer-feedback-portfolio {
.feedback-wrapper {
p {
height: unset;
}
.author-info {
img {
width: auto;
}
}
}
}
}
&.background-dark {
background: #005aff !important;
}
.top-title {
h2 {
font-size: 2.75rem;
font-weight: 600;
}
}
.customer-feedback,
.customer-feedback-course-detail {
.feedback-wrapper {
height: auto;
border: 2px solid rgba(0, 0, 0, 0.1);
background-color: $white;
transition: 0.3s ease-in-out;
img {
background-color: $white;
}
&:hover {
background-color: #121526;
p,
span {
color: $white !important;
}
svg {
path {
fill: $white;
}
}
hr {
border: 2px solid $white !important;
opacity: 1;
}
.author-info {
.detail {
span {
color: $white !important;
}
}
}
.detail {
div {
color: $white !important;
}
}
}
.inner-content {
height: 17rem;
overflow: hidden;
}
svg {
margin-bottom: 1rem;
}
p {
height: 12.875rem;
overflow-y: scroll;
color: #121526 !important;
font-family: $body-font;
font-size: 1rem;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.4px;
padding-right: 0.75rem;
&::-webkit-scrollbar {
width: 2px;
}
&::-webkit-scrollbar-thumb {
background-color: $primary;
}
}
hr {
margin: 3rem 0 !important;
border: 2px solid rgba(0, 0, 0, 0.55) !important;
}
.author-info {
img {
height: 3.75rem;
width: 3.75rem;
object-fit: contain;
margin-right: 1.125rem;
border-radius: 50%;
}
.detail {
div {
color: #121526;
font-family: $body-font;
font-size: 1.25rem;
font-weight: 600;
line-height: 30px;
margin-bottom: 0.125rem;
}
span {
color: #58595a !important;
font-family: $body-font;
font-size: 1rem;
font-weight: 600;
line-height: 24px;
}
}
}
}
.owl-dots {
display: block;
margin-top: 1rem !important;
.owl-dot {
span {
border-radius: 0;
background-color: #fff;
}
&.active {
span {
background-color: #121526;
}
}
}
}
}
.customer-feedback-portfolio {
.feedback-wrapper {
border: 2px solid rgba(0, 0, 0, 0.1);
background-color: $white;
svg {
margin-bottom: 1rem;
}
p {
height: 12.875rem;
overflow-y: scroll;
color: #121526 !important;
font-family: $body-font;
font-size: 1rem;
font-weight: 500;
line-height: 24px;
letter-spacing: -0.4px;
&::-webkit-scrollbar {
width: 2px;
display: none;
}
&:hover {
&::-webkit-scrollbar {
display: block;
}
}
&::-webkit-scrollbar-thumb {
background-color: $primary;
}
span {
max-height: 12.875rem;
overflow-y: scroll;
color: #121526 !important;
font-family: $body-font;
font-size: 1rem;
font-weight: 500;
line-height: 24px;
letter-spacing: -0.4px;
&::-webkit-scrollbar {
width: 2px;
display: none;
}
&:hover {
&::-webkit-scrollbar {
display: block;
}
}
&::-webkit-scrollbar-thumb {
background-color: $primary;
}
}
}
.detail {
div {
color: #005aff !important;
font-family: $body-font !important;
font-size: 1.25rem !important;
font-weight: 600 !important;
line-height: 30px !important;
margin-bottom: 0.125rem;
}
span {
color: #121526 !important;
font-family: $body-font !important;
font-size: 1rem !important;
font-weight: 600 !important;
line-height: 24px !important;
}
}
hr {
margin: 3rem 0 !important;
border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.author-info {
img {
height: 3.75rem;
width: 3.75rem;
object-fit: contain;
margin-right: 1.125rem;
}
.detail {
div {
color: #121526;
font-family: $body-font;
font-size: 1.25rem;
font-weight: 600;
line-height: 30px;
}
span {
color: #58595a;
font-family: $body-font;
font-size: 1rem;
font-weight: 600;
line-height: 24px;
}
}
}
}
.owl-dots {
display: block;
margin-top: 1.75rem !important;
.owl-dot {
span {
border-radius: 0;
background-color: #58595a;
}
&.active {
span {
background-color: #121526;
}
}
}
}
}
@media (max-width: 767.98px) {
h1,
h2,
h3,
h4,
h5,
h6 {
font-size: 1.875rem !important;
}
}
&.single-what-customers-say {
.customer-feedback-portfolio {
.feedback-wrapper {
p {
height: unset;
}
.author-info {
img {
width: auto;
}
}
}
}
}
&.background-dark {
background: #005aff !important;
}
.top-title {
h2 {
font-size: 2.75rem;
font-weight: 600;
}
}
.customer-feedback,
.customer-feedback-course-detail {
.feedback-wrapper {
height: auto;
border: 2px solid rgba(0, 0, 0, 0.1);
background-color: $white;
transition: 0.3s ease-in-out;
img {
background-color: $white;
}
&:hover {
background-color: #121526;
p,
span {
color: $white !important;
}
svg {
path {
fill: $white;
}
}
hr {
border: 2px solid $white !important;
opacity: 1;
}
.author-info {
.detail {
span {
color: $white !important;
}
}
}
.detail {
div {
color: $white !important;
}
}
}
.inner-content {
height: 17rem;
overflow: hidden;
}
svg {
margin-bottom: 1rem;
}
p {
height: 12.875rem;
overflow-y: scroll;
color: #121526 !important;
font-family: $body-font;
font-size: 1rem;
font-weight: 400;
line-height: 24px;
letter-spacing: -0.4px;
padding-right: 0.75rem;
&::-webkit-scrollbar {
width: 2px;
}
&::-webkit-scrollbar-thumb {
background-color: $primary;
}
}
hr {
margin: 3rem 0 !important;
border: 2px solid rgba(0, 0, 0, 0.55) !important;
}
.author-info {
img {
height: 3.75rem;
width: 3.75rem;
object-fit: contain;
margin-right: 1.125rem;
border-radius: 50%;
}
.detail {
div {
color: #121526;
font-family: $body-font;
font-size: 1.25rem;
font-weight: 600;
line-height: 30px;
margin-bottom: 0.125rem;
}
span {
color: #58595a !important;
font-family: $body-font;
font-size: 1rem;
font-weight: 600;
line-height: 24px;
}
}
}
}
.owl-dots {
display: block;
margin-top: 1rem !important;
.owl-dot {
span {
border-radius: 0;
background-color: #fff;
}
&.active {
span {
background-color: #121526;
}
}
}
}
}
.customer-feedback-portfolio {
.feedback-wrapper {
border: 2px solid rgba(0, 0, 0, 0.1);
background-color: $white;
svg {
margin-bottom: 1rem;
}
p {
height: 12.875rem;
overflow-y: scroll;
color: #121526 !important;
font-family: $body-font;
font-size: 1rem;
font-weight: 500;
line-height: 24px;
letter-spacing: -0.4px;
&::-webkit-scrollbar {
width: 2px;
display: none;
}
&:hover {
&::-webkit-scrollbar {
display: block;
}
}
&::-webkit-scrollbar-thumb {
background-color: $primary;
}
span {
max-height: 12.875rem;
overflow-y: scroll;
color: #121526 !important;
font-family: $body-font;
font-size: 1rem;
font-weight: 500;
line-height: 24px;
letter-spacing: -0.4px;
&::-webkit-scrollbar {
width: 2px;
display: none;
}
&:hover {
&::-webkit-scrollbar {
display: block;
}
}
&::-webkit-scrollbar-thumb {
background-color: $primary;
}
}
}
.detail {
div {
color: #005aff !important;
font-family: $body-font !important;
font-size: 1.25rem !important;
font-weight: 600 !important;
line-height: 30px !important;
margin-bottom: 0.125rem;
}
span {
color: #121526 !important;
font-family: $body-font !important;
font-size: 1rem !important;
font-weight: 600 !important;
line-height: 24px !important;
}
}
hr {
margin: 3rem 0 !important;
border: 1px solid rgba(0, 0, 0, 0.2) !important;
}
.author-info {
img {
height: 3.75rem;
width: 3.75rem;
object-fit: contain;
margin-right: 1.125rem;
}
.detail {
div {
color: #121526;
font-family: $body-font;
font-size: 1.25rem;
font-weight: 600;
line-height: 30px;
}
span {
color: #58595a;
font-family: $body-font;
font-size: 1rem;
font-weight: 600;
line-height: 24px;
}
}
}
}
.owl-dots {
display: block;
margin-top: 1.75rem !important;
.owl-dot {
span {
border-radius: 0;
background-color: #58595a;
}
&.active {
span {
background-color: #121526;
}
}
}
}
}
}
//OUR-CUSTOMERS-SAY-SECTION
@-moz-document url-prefix() {
.owl-item {
margin-right: 12px !important;
}
.owl-item {
margin-right: 12px !important;
}
}
//BLOG-SECTION
.BLOG-SECTION {
.blog-carousel {
.item {
max-height: 31.0625rem;
&:hover {
.blog-image-wrapper {
img {
transform: scale(1.08);
}
}
}
a {
&:hover {
.text-wrapper {
h1,
h2,
h3,
h4,
h5,
h6 {
color: $primary;
}
}
.bottom-section {
p {
color: $primary;
}
}
}
.blog-image-wrapper {
overflow: hidden;
height: 17.1875rem;
img {
margin-bottom: 1.25rem;
transition: 0.5s ease-in-out;
height: 100%;
width: 100%;
object-fit: cover;
overflow: hidden;
}
}
.bottom-section {
p {
color: #58595a;
font-family: "Sora", sans-serif;
font-size: 0.875rem;
font-weight: 500;
line-height: 30px;
letter-spacing: -0.6px;
text-decoration-line: underline;
margin: 0;
}
}
.text-wrapper {
padding: 1.25rem 0;
h6 {
margin-bottom: 1.3125rem;
color: #333;
font-family: $body-font;
font-size: 1.375rem;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.5px;
}
p {
margin-bottom: 0.5rem;
color: #666;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 400;
line-height: 20px;
}
span {
color: #58595a;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 400;
line-height: 150%;
}
}
}
}
}
button {
width: 13.125rem;
margin: 1.25rem auto;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn {
display: flex;
align-items: center;
justify-content: center;
margin: auto;
width: fit-content;
@media (max-width: 1400px) {
margin-top: 3rem;
}
}
.blog-carousel {
.item {
max-height: 31.0625rem;
&:hover {
.blog-image-wrapper {
img {
transform: scale(1.08);
}
}
}
a {
&:hover {
.text-wrapper {
h1,
h2,
h3,
h4,
h5,
h6 {
color: $primary;
}
}
.bottom-section {
p {
color: $primary;
}
}
}
.blog-image-wrapper {
overflow: hidden;
height: 17.1875rem;
img {
margin-bottom: 1.25rem;
transition: 0.5s ease-in-out;
height: 100%;
width: 100%;
object-fit: cover;
overflow: hidden;
}
}
.bottom-section {
p {
color: #58595a;
font-family: "Sora", sans-serif;
font-size: 0.875rem;
font-weight: 500;
line-height: 30px;
letter-spacing: -0.6px;
text-decoration-line: underline;
margin: 0;
}
}
.text-wrapper {
padding: 1.25rem 0;
h6 {
margin-bottom: 1.3125rem;
color: #333;
font-family: $body-font;
font-size: 1.375rem;
font-weight: 600;
line-height: 28px;
letter-spacing: -0.5px;
}
p {
margin-bottom: 0.5rem;
color: #666;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 400;
line-height: 20px;
}
span {
color: #58595a;
font-family: $body-font;
font-size: 0.875rem;
font-weight: 400;
line-height: 150%;
}
}
}
}
}
button {
width: 13.125rem;
margin: 1.25rem auto;
border: 1px solid rgba(0, 0, 0, 0.1);
}
.btn {
display: flex;
align-items: center;
justify-content: center;
margin: auto;
width: fit-content;
@media (max-width: 1400px) {
margin-top: 3rem;
}
}
}
//BLOG-SECTION
//FAQS-SECTION
.FAQS-SECTION {
span {
font-weight: 600;
font-size: 14px;
color: #005aff;
margin-bottom: 1.25rem;
}
.accordion-wrapper {
.accordion {
position: sticky;
top: 18%;
}
}
.left-section {
.image-wrapper {
img {
height: 24rem;
width: 100%;
object-fit: contain;
}
}
h2 {
margin-bottom: 1.5rem;
}
p {
margin-bottom: 2.5rem;
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
letter-spacing: -0.5px;
span {
color: #58595a !important;
}
}
}
span {
font-weight: 600;
font-size: 14px;
color: #005aff;
margin-bottom: 1.25rem;
}
.accordion-wrapper {
.accordion {
position: sticky;
top: 18%;
}
}
.left-section {
.image-wrapper {
img {
height: 24rem;
width: 100%;
object-fit: contain;
}
}
h2 {
margin-bottom: 1.5rem;
}
p {
margin-bottom: 2.5rem;
color: #58595a;
font-family: $body-font;
font-size: 1.125rem;
font-weight: 400;
letter-spacing: -0.5px;
span {
color: #58595a !important;
}
}
}
}
.accordion-wrapper {
margin-left: auto;
.accordion {
margin-bottom: 2.1875rem;
.accordion-body {
p {
color: #58595a;
font-family: $body-font;
font-size: 1rem;
font-weight: 400;
margin: 0;
letter-spacing: -0.5px;
}
}
.accordion-item {
&.classColor {
.accordion-header {
button {
color: #005aff;
}
}
}
.accordion-button {
&::after {
background-image: url(../../assets/img/close-icon.png);
height: 1rem;
width: 1rem;
background-size: contain;
display: block;
background-repeat: no-repeat;
margin-left: 2.5rem;
}
&.collapsed {
&::after {
background-image: url(../../assets/img/open-icon.png);
height: 1rem;
width: 1rem;
background-size: contain;
display: block;
background-repeat: no-repeat;
}
}
}
}
}
margin-left: auto;
.accordion {
margin-bottom: 2.1875rem;
.accordion-body {
p {
color: #58595a;
font-family: $body-font;
font-size: 1rem;
font-weight: 400;
margin: 0;
letter-spacing: -0.5px;
}
}
.accordion-item {
&.classColor {
.accordion-header {
button {
color: #005aff;
}
}
}
.accordion-button {
&::after {
background-image: url(../../assets/img/close-icon.png);
height: 1rem;
width: 1rem;
background-size: contain;
display: block;
background-repeat: no-repeat;
margin-left: 2.5rem;
}
&.collapsed {
&::after {
background-image: url(../../assets/img/open-icon.png);
height: 1rem;
width: 1rem;
background-size: contain;
display: block;
background-repeat: no-repeat;
}
}
}
}
}
}
//FAQS-SECTION
......@@ -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 {
display: flex;
align-items: center;
justify-content: space-between;
&: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