File: /home/imensosw/public_html/imenso.co/demo/imenso-lp/css/style.scss
html,
body {
position: relative;
height: 100%;
}
body {
background-color: #fff;
font-family: "Plus Jakarta Sans", sans-serif;
}
.swiper {
width: 100%;
height: 100%;
}
.swiper-slide {
font-size: 18px;
background: #fff;
display: flex;
justify-content: center;
align-items: flex-start;
}
.swiper-slide img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
}
.section {
padding: 100px 0;
}
.text-big {
font-size: 22px;
}
.mt-lg {
margin-top: 100px !important;
}
.section-heading {
h2 {
color: #20376A;
font-weight: 600;
font-size: 42px;
line-height: 60px;
}
.underline {
border-bottom: 4px solid #FFE01B;
padding-bottom: 2px;
}
p {
margin: 20px auto 0 auto;
width: 50%;
opacity: 0.7;
font-size: 20px;
}
}
.theme-bg {
color: #FFF;
background-color: #20376A;
h2 {
color: #FFF;
}
}
.light-bg {
background-color: #f0f4f7 !important;
}
.navbar {
transition: 0.3s all;
z-index: 999;
}
.navbar-light {
.dark-logo {
filter: brightness(100);
}
}
.nav-inverse {
background-color: rgba(255,255,255,.54);
backdrop-filter: blur(10px);
.dark-logo {
filter: brightness(0);
}
&.navbar {
padding-top: 7px;
}
}
.gutter {
padding: 0 100px;
}
.btn {
border-radius: 30px;
padding: 12px 36px;
font-weight: 500;
&.btn-primary {
background-color: #20376A;
color: #FFF;
border-color: #20376A;
}
&.btn-bordered-inverse {
background-color: transparent;
border-color: #FFF;
color: #FFF ;
}
&.btn-bordered {
background-color: transparent;
border-color: #20376A;
color: #20376A ;
&:hover {
background-color: #20376A;
color: #FFF;
}
}
&.btn-primary {
background-color: #20376A;
color: #FFF;
border-color: #20376A;
}
&.btn-inverse {
background-color: #FFF;
color: #20376A;
border-color: #FFF;
}
}
.navbar {
display: flex;
align-items: center;
justify-content: space-between;
height: 76px;
position: fixed;
width: 100%;
padding-top: 20px;
}
.hero {
height:100vh;
display: flex;
align-items: center;
background-image: url('../images/hero-3.jpg');
background-size: cover;
background-repeat: no-repeat;
h1 {
font-size: 16px;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: bold;
color: #FFFFFF;
}
p {
color: #D3D8DD;
font-size: 24px;
}
.underline {
border-bottom: 4px solid #FFE01B;
padding-bottom: 2px;
}
&-heading {
font-size: 62px !important;
font-weight: 500;
color: #FFFFFF !important;
line-height: 90px;
display: inline-block;
position: relative;
}
}
.review {
&-wrapper {
background-color: #FFF;
padding: 12px 12px;
border-radius: 8px;
display: flex;
align-items: center;
justify-content: space-between;
border: 1px solid #20376A;
i {
color: orange;
}
strong {
color: #20376A;
font-size: 24px;
}
}
h2 {
font-size: 20px;
}
}
.horizontal-card {
display: flex;
background-color: #FFF;
border-radius: 28px;
align-items: center;
padding: 40px 24px;
.hc-number {
font-size: 54px;
}
}
.vertical-card {
display: flex;
flex-direction: column;
padding: 24px;
background-color: #FFF;
border-radius: 28px;
justify-content: space-between;
.vc-number {
font-size: 54px;
}
}
.client-wrapper {
h3 {
font-size: 18px;
color: #86868B;
font-weight: bold;
strong {
color: black;
font-weight: bold;
}
}
.client-list {
list-style: none;
margin: 0;
padding: 0;
display: grid;
gap: 0;
grid-template-columns: repeat(7, 1fr);
grid-template-rows: masonry;
margin: 0 auto;
li {
display: inline-block;
border-right: 1px solid #DDD;
border-bottom: 1px solid #DDD;
position: relative;
height: 150px;
img {
width: 60% !important;
height: auto;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
}
}
}
.work {
.work-slide {
display: flex;
.work-slide-image {
width: 50%;
background-color: #D9EDFF;
padding: 80px;
}
.work-slide-content {
width: 50%;
padding: 80px;
padding-top: 40px;
padding-right: 150px;
text-align: left;
.work-heading h4 {
font-size: 26px;
margin-bottom: 30px;
line-height: 1.5em;
}
.work-meta {
display: flex;
gap: 50px;
.work-meta-box {
span {
display: block;
}
.meta-span {
font-size: 12px;
letter-spacing: 1px;
opacity: 0.8;
text-transform: uppercase;
}
.meta-value {
font-weight: 500;
font-size: 16px;
}
}
}
.work-details {
h5 {
color: #86868B;
margin-top: 80px;
font-size: 16px;
margin-bottom: 20px;
font-weight: bold;
}
p {
font-size: 0.9em;
}
}
.work-cta {
margin-top: 50px;
.btn {
padding: 8px 24px;
font-size: 0.8em;
}
}
}
}
.swiper-button-next, .swiper-button-prev {
height: 60px;
width: 60px;
border-radius: 100%;
border:2px solid #20376A;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 26px;
font-weight: bold;
color: #20376A;
transform: rotate(90deg);
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: 50px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
right: 50px;
left: auto;
top: 40%;
}
}
.service {
.icon-box {
display: flex;
.ib-image {
width: 70px;
padding-top: 30px;
img {
width: 70px;
-webkit-animation:spin 10s linear infinite;
-moz-animation:spin 10s linear infinite;
animation:spin 10s linear infinite;
}
}
.ib-content {
padding: 30px;
padding-right: 60px;
h3 {
margin-bottom: 20px;
color: #20376A;
font-size: 22px;
font-weight: bold;
}
ul {
list-style: none;
margin: 0;
padding: 0;
margin-top: 20px;
li {
font-size: 0.8em;
display: inline-block;
padding: 4px 12px;
margin-right: 10px;
border: 1px dashed #20376A;
border-radius: 30px;
margin-bottom: 10px;
}
}
}
}
.jump-nav {
display: flex;
.sidebar {
width: 500px;
align-self: auto;
position: sticky;
top: 45%;
height: 100%;
margin-right: 50px;
}
.content-area {
width: calc(100% - 500px);
height: 100%;
}
.scroll-section {
padding: 100px 0;
}
.side-nav {
list-style: none;
margin: 0;
padding: 0;
li {
margin-bottom: 10px;
a {
color: #86868B;
text-decoration: none;
font-size: 18px;
font-weight: bold;
.spinner {
display: none;
}
&.active-section {
color: #000;
.spinner {
display: block;
}
}
}
}
}
}
}
.cta {
position: relative;
background-color: #f0f4f7;
overflow: hidden;
h2 {
font-size: 50px;
color: #20376A;
}
.aminated-bg {
background: url("../images/yellow.webp") center/cover no-repeat;
animation: 10s linear 0s infinite normal none running ripple;
background-size: contain;
position: absolute;
right: 100px;
top: 0;
bottom: 0;
width: 300px;
}
.aminated-bg-2 {
background: url("../images/red.webp") center/cover no-repeat;
animation: 10s linear 0s infinite normal none running ripple-2;
background-size: contain;
position: absolute;
left: 100px;
top: 0;
bottom: 0;
width: 300px;
}
}
@keyframes ripple {
0% {
transform: scale(2);
}
20% {
transform: scale(3);
}
40% {
transform: scale(4);
}
60% {
transform: scale(3);
}
80% {
transform:scale(3.5);
}
100% {
transform: scale(2);
}
}
@keyframes ripple-2 {
0% {
transform: scale(4);
}
20% {
transform: scale(3);
}
40% {
transform: scale(2);
}
60% {
transform: scale(3);
}
80% {
transform:scale(3.5);
}
100% {
transform: scale(4);
}
}
@-moz-keyframes spin {
100% { -moz-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
100% {
-webkit-transform: rotate(360deg);
transform:rotate(360deg);
}
}
.model-wrapper {
border: 1px solid #20376A;
border-radius: 30px;
margin: 0 100px;
.border-left {
border-left: 1px solid #20376A;
}
.model-items {
padding: 42px;
&.popular {
background: #f0f4f7;
border-top-right-radius: 30px;
border-bottom-right-radius: 30px;
li {
background-image: url('../images/icons/tick-2.png') !important;
background-size: 20px !important;
font-weight: 600 !important;
padding-left: 30px !important;
}
}
}
h2 {
font-size: 22px;
font-weight: bold;
margin-bottom: 20px;
}
h3 {
font-size: 16px;
margin-top: 30px;
font-weight: bold;
}
ul {
list-style: none;
padding: 0;
margin: 0;
margin-top: 40px;
li {
padding-left: 24px;
margin-bottom: 12px;
font-weight: 500;
background-image: url('../images/icons/tick.png');
background-repeat: no-repeat;
background-position: left;
background-size: 14px;
}
}
}
.review {
.review-slide {
padding: 0 20px;
.rs-image {
img {
width: 80px;
}
.stars {
i {
color: orange;
}
}
}
.rs-quote {
.quote-big {
font-size: 26px;
margin-top: 20px;
}
p {
font-size: 16px;
}
}
.rs-author {
display: flex;
margin-top: 50px;
align-items: center;
.avtar {
height: 60px;
width: 60px;
border-radius: 100%;
background-color: #666;
color: #FFF;
text-align: center;
line-height: 60px;
}
strong {
display: block;
}
}
}
.swiper-button-next, .swiper-button-prev {
width: 32%;
background: rgba(255,255,255,0.7);
top: 0;
bottom: 0;
height: 100%;
opacity: 1 !important;
text-indent: -9999px;
}
}
.contact {
position: relative;
z-index: 1;
&:after {
content: "";
position: absolute;
width: 40%;
top: 0;
bottom: 0;
left: 0;
background-color: rgba(0,0,0,0.1);
z-index: -1;
}
.steps {
list-style: none;
padding: 0;
margin: 0;
margin-top: 70px;
counter-reset: item;
li {
padding-bottom: 40px;
display: block;
position: relative;
padding-left: 62px;
&:before {
content: counter(item, decimal-leading-zero);
counter-increment: item;
position: absolute;
left: 0;
height: 40px;
width: 40px;
background: #19325d;
border-radius: 100%;
color: #fff;
font-weight: 500;
display: flex;
justify-content: center;
align-items: center;
z-index: 1;
padding: 30px 0;
top: -10px;
font-size: 34px;
}
&:after {
position: absolute;
content: "";
width: 2px;
height: 100%;
border-left:1px dashed #c2c2c2;
top: 0;
left: 20px;
}
&:last-child:after {
display: none;
}
h3 {
font-size: 24px;
}
p {
font-size: 0.9em;
opacity: 0.8;
}
}
}
h2 {
font-size: 36px;
line-height: 54px;
}
}
.imenso_rating {
.brand-logo {
width: 100px;
img {
width: 100%;
height: auto;
}
}
.hastag {
font-size: 1.5rem;
font-style: italic;
font-weight: bold;
color: #fd2e35;
}
.bg-txt {
position: relative;
display: inline-block;
height: 58px;
video {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 100%;
height: auto;
}
h2 {
font-size: 4.125rem;
background-color: #fff;
color: #fff;
font-weight: 800;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
line-height: 90%;
text-shadow: -1px 0px #000, 0 1px #000, 1px 0 #000, 0 -1px #000;
}
&:after {
content: '';
display: block;
background: #fff;
}
}
.g-review {
p {
font-size: 0.75rem;
}
.stars {
i {
color: #ffa500;
}
}
}
.footercreds {
display: flex;
align-items: center;
justify-content: flex-end;
a {
margin: 10px;
display: inline-block;
img {
height: 64px;
width: auto;
}
}
}
}
footer {
.copyright {
font-size: 0.75rem;
opacity: 0.5;
padding: 3rem 0;
}
}
.footer__links {
padding-left: 0;
list-style: none;
font-size: 0.875rem;
margin-top: 15px;
li {
margin-bottom: 7px;
a {
color: #000;
text-decoration: none;
outline: none;
&:hover {
color: #c1312c;
}
}
}
i {
width: 20px;
display: inline-block;
}
}
.footer_bottom {
.footer__links {
margin-top: 7px;
margin-bottom: 0;
li {
display: inline-block;
padding-right: 15px;
}
}
}
.shade {
display: inline;
color: #20376A;
font-weight: bold;
text-transform: uppercase;
font-size: 0.9rem;
letter-spacing: 2px;
}
input:-webkit-autofill {
background-clip: text;
-webkit-text-fill-color: white !important;
-webkit-background-clip: text;
background-color: transparent !important;
transition: background-color 5000s ease-in-out 0s;
font-size: 16px !important;
}
input::placeholder {
color: #fff;
}
.project_form {
.form-group {
margin-bottom: 25px;
input, textarea {
background: transparent;
border: 1px solid #fff;
color: #fff;
font-size: 14px;
padding:10px 15px;
}
input {
height: 50px;
}
label {
font-size: 14px;
font-weight: 500;
margin-bottom: 12px;
}
}
.form-control:focus{
box-shadow: none;
border: 1px solid #FFE01B;
}
}
.form-btn {
&:hover {
background-color: #fff;
color: #20376A;
}
}
@media (max-width: 1199px) {
.contact:after {
width: 0%;
}
}
@media (min-width: 768px) and (max-width: 1199px) {
.client-wrapper h3 {
font-size: 22px;
line-height: 1.5;
}
}
@media (max-width: 991px) {
.models {
br {
display: none;
}
.model-wrapper {
margin: 0;
}
.model-wrapper .model-items.popular {
border-bottom-right-radius: 30px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 30px;
}
.model-wrapper .border-left {
border-left: none;
}
.model-wrapper .border-left-tablet {
border-left: 1px solid #20376A !important;
}
}
.swiper {
height: 800px;
}
.swiper-slide {
align-items: flex-start !important;
}
.work-slide {
flex-direction: column;
}
.work-slide-image {
width: 100% !important;
padding: 20px !important;
}
.work-slide-content {
width: 100% !important;
padding: 10px !important;
}
.work-heading h4 {
/* font-size: 18px !important;*/
padding-right: 65px;
margin-top: 10px;
}
.work-details {
display: none;
}
.work-meta {
display: none !important;
}
.work-cta {
margin-top: 22px !important;
}
.work .swiper-button-prev, .work .swiper-rtl .swiper-button-next {
right: 12px !important;
top: 83% !important;
}
.work .swiper-button-next, .work .swiper-rtl .swiper-button-prev {
right: 12px !important;
top: 92% !important;
}
.work .swiper-button-next, .work .swiper-button-prev {
height: 50px !important;
width: 50px !important;
}
.swiper.review {
height: 650px !important;
}
.w-50 {
width: 100%!important;
}
.text-big {
margin-bottom: 40px;
}
.imenso_rating .bg-txt h2 {
font-size: 3.125rem;
}
.imenso_rating .footercreds a img {
height: 40px;
}
.review .review-slide {
padding: 0 30px;
}
}
@media (max-width: 767px) {
.hero {
height: auto !important;
padding: 100px 0;
min-height: auto;
h1 {
font-size: 14px;
margin-top: 50px;
}
p {
font-size: 18px;
}
&-heading {
font-size: 36px !important;
line-height: 60px;
}
}
.swiper {
height: 750px;
}
.work-heading h4 {
font-size: 16px !important;
}
.gutter {
padding: 0 0px;
}
.mt-lg {
margin-top: 70px !important;
}
.imenso_rating .footercreds {
justify-content: flex-start !important;
}
.client-wrapper .client-list li {
height: 70px;
}
.review {
.swiper-button-next, .swiper-button-prev {
height: 50px;
width: 50px;
border-radius: 100%;
border:2px solid #20376A;
text-indent: 0px;
}
.swiper-button-next:after, .swiper-button-prev:after {
font-size: 18px;
font-weight: bold;
color: #20376A;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
right: 30px;
top: 5%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
right: 100px;
left: auto;
top: 5%;
}
}
}
@media (max-width: 576px) {
.btn {
padding: 10px 34px;
font-size: .8rem;
}
.navbar {
height: 60px;
img {
width: 110px;
}
}
.section {
padding: 50px 0;
}
.review .quote-big {
font-size: 20px !important;
}
.review h2 {
font-size: 16px !important;
}
.review-wrapper i {
font-size: 12px;
}
.review-wrapper strong {
font-size: 16px;
}
.review-left img {
width: 70px;
}
.gutter {
padding: 0;
}
.section-heading h2 {
font-size: 34px;
line-height: 48px;
}
.mt-lg {
margin-top: 50px !important;
}
.text-big {
font-size: 20px;
margin-bottom: 40px;
&.pe-5 {
padding-right: 0 !important;
}
}
.about {
.row.mt-4 {
margin-top: 0 !important;
}
.h-100 {
height: auto !important;
}
}
.horizontal-card, .vertical-card {
margin-bottom: 30px;
padding: 30px 24px;
}
.vertical-card {
flex-direction: row;
.pb-4 {
padding-bottom: 0 !important;
}
}
.vertical-card .vc-number, .horizontal-card .hc-number {
min-width: 124px;
}
.client-wrapper .client-list li {
height: 50px;
}
.w-50 {
width: 100% !important;
}
.service {
.icon-box {
flex-direction: column;
.ib-content {
padding: 0 10px;
padding-top: 30px;
}
}
}
.cta {
br {
display: none;
}
}
.swiper {
height: 500px;
}
.work .swiper-button-prev, .work .swiper-rtl .swiper-button-next {
right: 12px !important;
top: 68% !important;
}
.work .swiper-button-next, .work .swiper-rtl .swiper-button-prev {
right: 12px !important;
top: 80% !important;
}
.models {
br {
display: none;
}
.model-wrapper {
margin: 0;
}
.model-wrapper .model-items.popular {
border-bottom-right-radius: 30px;
border-top-left-radius: 0;
border-top-right-radius: 0;
border-bottom-left-radius: 30px;
}
.model-wrapper .border-left {
border-left: none !important;
}
.model-wrapper .model-items {
border-bottom: 1px solid #20376A;
}
}
.swiper.review {
height: 550px !important;
}
}