File: /home/imensosw/www/imenso.co/imenso-new/css/style.css
/*!
Project Name: Advanchainge
URL: https://www.imensosoftware.com
Author: Imenso Software
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Variables
# mixin
# Common
/*--------------------------------------------------------------
# Mixin
--------------------------------------------------------------*/
/* Media query map function starts */
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Sen:wght@400;700;800&display=swap");
@font-face {
font-family: 'ProximaNova-Regular';
font-style: normal;
font-weight: normal;
src: url("fonts/ProximaNova-Regular.otf"); }
@font-face {
font-family: 'ProximaNova-Bold';
font-style: normal;
src: url("fonts/Eina01-Regular.ttf"); }
@font-face {
font-family: 'ProximaNova-Thin';
font-style: normal;
font-weight: 300;
src: url("fonts/ProximaNova-Thin.otf"); }
@font-face {
font-family: 'ProximaNova-Extrabold';
font-style: normal;
font-weight: bold;
src: url("fonts/ProximaNova-Extrabold.otf"); }
/*--------------------------------------------------------------
# Common
--------------------------------------------------------------*/
body {
font-size: 18px;
font-family: "Sen", sans-serif;
line-height: 1.6;
color: #222;
overflow-x: hidden;
overflow-y: scroll; }
a {
color: #1c3773; }
a:hover {
color: #c1312c; }
h1, h2, h3, h4, h5 {
color: #1c3773; }
.container {
max-width: 1200px; }
a:hover, a:focus {
text-decoration: none;
outline: none; }
.burger {
padding: 100px 0; }
.t-burger {
padding-top: 100px; }
.gutter {
padding: 0 100px; }
.gutter-sm {
padding: 0 50px; }
form label {
font-size: 0.9em; }
.form-control {
padding: 0.575rem 0.85rem;
border-radius: 2px; }
.form-control:focus {
box-shadow: none;
background: #F0F5F7;
border-color: #5D4F46; }
.chosen-container {
width: 100% !important; }
.checkbox label:after, .radio label:after {
content: '';
display: table;
clear: both; }
.checkbox .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: 2px;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em; }
.checkbox label, .radio label {
margin-bottom: 0;
cursor: pointer; }
.radio .cr {
position: relative;
display: inline-block;
border: 1px solid #a9a9a9;
border-radius: 100%;
width: 1.3em;
height: 1.3em;
float: left;
margin-right: .5em;
border-radius: 50%; }
.checkbox .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 13%; }
.radio .cr .cr-icon {
position: absolute;
font-size: .8em;
line-height: 0;
top: 50%;
left: 13%;
margin-left: 0.04em; }
.checkbox label input[type="checkbox"], .radio label input[type="radio"] {
display: none; }
.checkbox label input[type="checkbox"] + .cr > .cr-icon, .radio label input[type="radio"] + .cr > .cr-icon {
transform: scale(3) rotateZ(-20deg);
opacity: 0;
transition: all .3s ease-in; }
.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon, .radio label input[type="radio"]:checked + .cr > .cr-icon {
transform: scale(1) rotateZ(0deg);
opacity: 1; }
.checkbox label input[type="checkbox"]:disabled + .cr, .radio label input[type="radio"]:disabled + .cr {
opacity: .5; }
.btn:focus, .btn:active {
outline: none !important;
box-shadow: none !important; }
.btn-primary {
background: linear-gradient(to right, #764ca6 30%, #0f346c 100%) !important;
border-color: #764ca6;
border-radius: 0;
padding: 9px 27px;
border: none; }
.btn-primary:hover {
background-color: #c1312c;
border-color: #c1312c; }
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
background-color: #c1312c;
border-color: #c1312c; }
.btn-inverse {
background-color: #F0F5F7;
border-color: #F0F5F7;
color: #666; }
.btn-inverse:hover {
background-color: #edf0f2;
border-color: #edf0f2;
color: #666; }
.btn-bordered {
border: 2px solid #1c3773;
border-radius: 0;
padding: 7px 27px;
background-color: transparent; }
.btn-bordered:hover {
background-color: #edf0f2;
color: #666; }
.bg-light {
background-color: #FFF !important; }
.navbar {
padding: 0;
height: 70px;
border-color: #000; }
.navbar .nav-btn {
min-width: 240px;
border-left: 1px solid #DDD;
height: 70px;
align-items: center;
display: flex;
padding-left: 30px; }
.navbar .navbar-nav {
height: 70px;
align-items: center; }
.navbar .navbar-nav .nav-link {
padding: 0.5em 1em;
color: #000;
font-size: 0.9em; }
.navbar-expand-lg .navbar-collapse {
/*justify-content:flex-start;*/ }
nav .nav-link .fa-bars {
font-size: 1.4em;
color: #777; }
.last-nav {
position: relative;
padding-left: 6.5rem; }
.last-nav:before {
display: inline-block;
width: 95px;
height: 2px;
position: absolute;
top: calc(50% - -1px);
left: 8px;
transform: translate(0, -50%);
background-color: #1d1d1b;
content: ""; }
.white-text {
color: #FFF; }
.big-text {
font-size: 20px; }
.bg-0 {
background: #212022; }
.bg-1 {
background: #f4eba166; }
.bg-2 {
background: #53e3b724; }
.bg-3 {
background: rgba(123, 216, 240, 0.3); }
.bg-4 {
background: #f9939a40; }
.bg-5 {
background: rgba(193, 219, 131, 0.5); }
.bg-6 {
background: #a1c7f4; }
.bg-7 {
background: rgba(244, 204, 161, 0.5); }
.bg-8 {
background: #b9adf6; }
.theme-bg {
background-image: linear-gradient(to right, #764ca6 30%, #0f346c 100%); }
.main__cta {
color: #FFF;
font-size: 16px;
display: inline-block;
font-weight: 500;
padding: .5em 1.5em;
border-radius: 0.25em;
background-image: linear-gradient(to right, #764ca6 30%, #0f346c 100%); }
.main__cta.dark {
background: #FFF;
color: #0f346c; }
.main__cta.dark:after {
background: url(../images/arrow-dark.svg) right center/auto 100% no-repeat; }
.main__cta.dark:hover {
color: #0f346c; }
.main__cta:after {
content: " ";
display: inline-block;
width: 28px;
height: 16px;
background: url(../images/arrow.svg) right center/auto 100% no-repeat;
transition: width 0.2s ease-out;
vertical-align: -3px;
margin-left: 10px; }
.main__cta:hover {
color: #FFF; }
.main__cta:hover:after {
width: 36px; }
.title__link {
color: #FFF;
transform: rotate(90deg);
position: absolute;
text-transform: uppercase;
top: 20%;
letter-spacing: 2px;
transition: 0.3s all;
left: 3%;
font-size: 0.8em; }
.title__link:after {
height: 1px;
width: 100px;
background: #FFF;
content: "";
position: absolute;
top: 9px;
margin-left: 18px; }
.title__link:before {
height: 20px;
width: 20px;
border-radius: 100%;
background: #FFF;
content: "";
position: absolute;
right: -180%;
bottom: 3px; }
.title__link.dark {
color: #1c3773; }
.title__link.dark:after {
background: #1c3773; }
.title__link.dark:before {
background: #1c3773; }
section {
position: relative; }
.video-btn {
display: flex;
align-items: center;
font-size: 0.9em;
color: #000; }
.video-btn i {
background-color: #7bd8f0;
height: 30px;
width: 30px;
border-radius: 50%;
text-align: center;
line-height: 30px;
color: #FFF;
margin-right: 10px;
display: inline-block;
font-size: 0.9em; }
.text-changer {
margin-left: 20px;
color: #777;
font-size: 0.8em; }
.text-changer #changerificwordspanid {
color: #000;
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.9em; }
.big-para {
font-size: 1.5em; }
.card-header {
background-color: #FFF; }
.card-header button {
color: #000;
font-size: 1.5em; }
@-webkit-keyframes mover {
0% {
transform: translateY(0); }
100% {
transform: translateY(-50px); } }
@keyframes mover {
0% {
transform: translateY(0); }
100% {
transform: translateY(-50px); } }
.masthead span {
font-weight: 600;
color: #ee2761;
border-bottom: 2px solid #ee2761;
font-size: 12px;
text-transform: uppercase; }
.masthead h2 {
font-weight: bold;
margin-top: 20px;
line-height: 1.4;
color: #0f346c; }
.masthead p {
opacity: 0.6; }
.masthead blockquote {
font-size: 1.8em;
margin-top: 30px; }
.mt-10 {
margin-top: 4rem !important; }
.grey-bg {
background-color: #f0f4f7; }
.small-heading {
font-family: "Shadows Into Light", cursive;
font-size: 22px;
color: red;
font-weight: 400;
position: relative;
margin-bottom: 20px;
display: inline-block; }
.relative {
position: relative; }
/*! locomotive-scroll v4.1.3 | MIT License | https://github.com/locomotivemtl/locomotive-scroll */
html.has-scroll-smooth {
overflow: hidden; }
html.has-scroll-dragging {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.has-scroll-smooth body {
overflow: hidden; }
.has-scroll-smooth [data-scroll-container] {
min-height: 100vh; }
[data-scroll-direction="horizontal"] [data-scroll-container] {
height: 100vh;
display: inline-block;
white-space: nowrap; }
[data-scroll-direction="horizontal"] [data-scroll-section] {
display: inline-block;
vertical-align: top;
white-space: nowrap;
height: 100%; }
.c-scrollbar {
position: absolute;
right: 0;
top: 0;
width: 11px;
height: 100%;
transform-origin: center right;
transition: transform 0.3s, opacity 0.3s;
opacity: 0; }
.c-scrollbar:hover {
transform: scaleX(1.45); }
.c-scrollbar:hover, .has-scroll-scrolling .c-scrollbar, .has-scroll-dragging .c-scrollbar {
opacity: 1; }
[data-scroll-direction="horizontal"] .c-scrollbar {
width: 100%;
height: 10px;
top: auto;
bottom: 0;
transform: scaleY(1); }
[data-scroll-direction="horizontal"] .c-scrollbar:hover {
transform: scaleY(1.3); }
.c-scrollbar_thumb {
position: absolute;
top: 0;
right: 0;
background-color: black;
opacity: 0.5;
width: 7px;
border-radius: 10px;
margin: 2px;
cursor: -webkit-grab;
cursor: grab; }
.has-scroll-dragging .c-scrollbar_thumb {
cursor: -webkit-grabbing;
cursor: grabbing; }
[data-scroll-direction="horizontal"] .c-scrollbar_thumb {
right: auto;
bottom: 0; }
.bg-primary {
background-color: #1c3773 !important; }
.light-bg {
background-color: #f7f9fb; }
.text-uc {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 12px;
font-weight: 700; }
.list {
padding-left: 17px;
margin-top: 40px;
list-style: square; }
.list li {
margin-bottom: 8px; }
.list a {
color: #FFF; }
.list-2 {
padding-left: 17px;
margin-top: 26px;
list-style: circle; }
.list-2 li {
margin-bottom: 8px; }
.list-2 a {
color: #000;
font-size: 0.9em;
opacity: 0.7; }
.bglight {
background-color: #efefef; }
.section-header {
text-align: center;
width: 70%;
margin: 0 auto; }
.section-header .sh-title {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
display: block;
color: red; }
.section-header h2 {
font-size: 32px;
line-height: 1.5;
margin-top: 20px; }
.the-arrow {
width: 44px;
transition: all 0.2s; }
.the-arrow.-left {
position: absolute;
top: 60%;
left: 0; }
.the-arrow.-left > .shaft {
width: 0;
background-color: #999; }
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
width: 0;
background-color: #999; }
.the-arrow.-left > .shaft:before {
transform: rotate(0); }
.the-arrow.-left > .shaft:after {
transform: rotate(0); }
.the-arrow.-right {
top: 3px; }
.the-arrow.-right > .shaft {
width: 44px;
transition-delay: 0.2s; }
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
width: 8px;
transition-delay: 0.3s;
transition: all 0.5s; }
.the-arrow.-right > .shaft:before {
transform: rotate(40deg); }
.the-arrow.-right > .shaft:after {
transform: rotate(-40deg); }
.the-arrow > .shaft {
background-color: #999;
display: block;
height: 1px;
position: relative;
transition: all 0.2s;
transition-delay: 0;
will-change: transform; }
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
background-color: #1c3773;
content: '';
display: block;
height: 1px;
position: absolute;
top: 0;
right: 0;
transition: all 0.2s;
transition-delay: 0; }
.the-arrow > .shaft:before {
transform-origin: top right; }
.the-arrow > .shaft:after {
transform-origin: bottom right; }
.animated-arrow {
display: inline-block;
color: #1c3773;
text-decoration: none;
position: relative;
transition: all 0.2s;
margin-top: 50px;
font-size: 0.9em; }
.animated-arrow:hover {
color: #1c3773; }
.animated-arrow:hover > .the-arrow.-left > .shaft {
width: 44px;
transition-delay: 0.1s;
background-color: #1c3773; }
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
width: 8px;
transition-delay: 0.1s;
background-color: #1c3773; }
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
transform: rotate(40deg); }
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
transform: rotate(-40deg); }
.animated-arrow:hover > .main {
transform: translateX(60px); }
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
width: 0;
transform: translateX(200%);
transition-delay: 0; }
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
width: 0;
transition-delay: 0;
transition: all 0.1s; }
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
transform: rotate(0); }
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
transform: rotate(0); }
.animated-arrow > .main {
display: flex;
align-items: center;
transition: all 0.2s; }
.animated-arrow > .main > .text {
margin: 0 16px 0 0;
line-height: 1; }
.animated-arrow > .main > .the-arrow {
position: relative; }
/*--------------------------------------------------------------
# Main
--------------------------------------------------------------*/
.hero {
display: flex; }
.hero h1 {
font-size: 56px;
letter-spacing: -.03125rem;
color: #1c3773;
margin-bottom: 50px; }
.hero__left {
width: 50%;
padding-left: 100px;
padding-right: 10px;
display: flex;
flex-direction: column;
justify-content: center; }
.hero__right {
width: 50%; }
p {
color: rgba(0, 0, 0, 0.5); }
.services h2 {
color: #FFF; }
.services p {
color: #FFF; }
.work h2 {
font-size: 40px; }
.swiper-wrapper {
align-items: flex-end; }
.stats {
text-align: center;
color: #FFF;
display: flex;
list-style: none;
padding: 0;
margin-top: 0; }
.stats li {
margin-bottom: 0px;
text-align: center !important;
margin-right: 20px;
width: 130px;
padding: 36px 0; }
.stats li img {
height: 36px;
width: auto;
margin: 0 auto 10px;
display: block; }
.stats li strong {
font-size: 2em;
line-height: 1.2em;
margin-top: .5em;
display: block;
font-weight: 700; }
.stats li span {
font-size: 12px;
opacity: 0.5; }
.stats-2 li:nth-child(odd) {
border-right: 1px solid #fff; }
.stats-2 li:nth-child(1), .stats-2 li:nth-child(2) {
border-bottom: 1px solid #fff; }
.sr-container {
width: 600%;
height: 100%;
display: flex;
flex-wrap: nowrap; }
.sr-container .panel {
width: 100%;
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
position: relative;
box-sizing: border-box;
padding: 10px;
will-change: transform; }
.sr-container .panel__content {
width: calc(100% - 200px);
height: calc(100% - 100px);
background-color: #efefef;
padding: 80px; }
.sr-container .srbg {
background-image: url("../images/sr-bg.png");
background-size: cover;
background-repeat: no-repeat;
color: #FFF; }
.sr-container h2 {
font-size: 32px;
line-height: 1.5;
color: #FFF; }
.sr-container .scroll-down {
padding-top: 100px;
position: relative;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 12px;
margin-bottom: 20px;
color: #000; }
.sr-container .scroll-down:before {
content: "";
position: absolute;
height: 100px;
width: 1px;
background-color: #000;
top: 0;
left: 50%; }
.zigzag h2 {
font-size: 26px;
line-height: 1.5; }
.capabilities .nav-link {
background-color: #efefef;
border-radius: 0 !important;
padding: 15px 40px; }
.capabilities .nav-pills .nav-link.active, .capabilities .nav-pills .show > .nav-link {
background-color: #1c3773; }
.capabilities .media-body p {
font-size: 0.9em; }
.capabilities h5 {
color: #000; }
.about .section-header {
width: 80%; }
.about .section-header h2 {
font-size: 26px;
line-height: 1.7; }
.about .logos ul {
list-style: none;
padding: 0; }
.about .logos li {
width: 100px;
margin: 0 20px;
display: inline-block; }
.techstack .tech-icons {
list-style: none;
padding-left: 0; }
.techstack .tech-icons li {
display: inline-block;
text-align: center;
min-width: 136px;
margin-bottom: 50px; }
.techstack .tech-icons li span {
display: block;
font-size: 14px;
margin-top: 15px; }
.techstack h3 {
color: #000;
font-size: 22px; }
.techstack .nav-pills .nav-link {
color: rgba(0, 0, 0, 0.3); }
.techstack .nav-pills .nav-link.active, .techstack .nav-pills .show > .nav-link {
background-color: transparent;
color: #000;
font-size: 1.3em;
position: relative; }
.techstack .nav-pills .nav-link.active:after, .techstack .nav-pills .show > .nav-link:after {
content: "";
position: absolute;
width: 100px;
height: 2px;
background-color: #000;
right: 0;
top: 50%; }
.viewport {
height: 100vh;
position: relative;
background-color: #f0f4f7;
padding-bottom: 200px; }
.viewport .head-label, .viewport .explore {
color: rgba(255, 255, 255, 0.6);
margin-bottom: 10px;
text-transform: uppercase;
font-size: 12px;
letter-spacing: 1px;
display: block; }
.viewport .explore {
color: #FFF;
font-weight: 700;
margin-top: 20px;
margin-bottom: 0;
padding-right: 50px;
position: relative; }
.viewport .explore:after {
position: absolute;
width: 40px;
top: 50%;
background-color: #FFF;
height: 2px;
margin-left: 10px;
content: ""; }
.main {
display: grid;
grid-template-rows: 2fr 1fr;
grid-template-areas: "headline" "nav";
align-items: end;
position: relative;
height: 100%; }
.main__slider {
position: absolute;
z-index: 0;
top: 0;
left: 0;
bottom: 0;
transition: 0.3s all;
right: 0;
overflow: hidden; }
.main__slider a {
display: block;
transition: 0.3s all;
cursor: pointer;
height: 100%; }
.main__slide-image img {
position: relative;
height: 100%;
width: 100%;
object-fit: cover;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); }
.main__slide-image img {
display: block;
transition: 0.3s all; }
.main__slide-image:hover > img {
transform: scale(1.05);
transition: 0.3s all; }
.main__slide-image-enter img {
clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
transform: scale(1.3); }
.main__slide-image-leave-to img {
clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
transform: scale(1.3); }
.main__slide-image-enter-active img {
transition: all 700ms;
transition-delay: 500ms; }
.main__slide-image-leave-active {
transition: all 700ms; }
.main__headline {
display: table-cell;
z-index: 1;
color: white;
font-size: 24px;
vertical-align: middle;
z-index: 1;
padding-left: 50px;
width: 70%; }
.main__nav {
z-index: 1;
display: grid;
grid-template-columns: 1fr auto;
grid-area: nav;
width: 30rem;
padding: 3rem 5rem;
color: white; }
.social-links {
display: grid;
grid-auto-flow: column;
grid-gap: 0.4rem;
align-items: center; }
.social-links:before, .social-links:after {
content: "";
display: block;
width: 1rem;
height: 0.1rem;
background: white; }
.social-links:before {
grid-column: 2; }
.social-links:after {
grid-column: 4; }
.social-links__item {
color: white; }
.aside {
position: absolute;
display: grid;
width: 350px;
height: 200px;
bottom: 100px;
right: 100px; }
.aside:after {
position: absolute;
width: 50px;
right: 0;
top: 0;
bottom: 0;
background: linear-gradient(180deg, var(--secondaryClr), var(--primaryClr));
content: ""; }
.aside:before {
position: absolute;
height: 30px;
right: 13px;
bottom: 0;
color: #FFF;
z-index: 9;
letter-spacing: 1px;
top: 38%;
transform: rotate(90deg);
content: "NEXT";
font-size: 0.8em; }
.aside__slider {
position: relative;
overflow: hidden;
background-color: #EEE;
height: 100%;
width: 100%; }
.aside__slide-image {
position: absolute;
height: 100%;
object-fit: cover;
clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
cursor: pointer;
transition: 0.3s all;
width: 100%; }
.aside__slide-image:hover {
transform: scale(1.1); }
.aside__slide-image-enter {
clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
transform: scale(1.3); }
.aside__slide-image-leave-to {
clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
transform: scale(1.3); }
.aside__slide-image-enter-active {
transition: all 700ms;
transition-delay: 500ms; }
.aside__slide-image-leave-active {
transition: all 700ms; }
.aside__slide-image-leave-active {
transition-delay: 200ms; }
.aside__slide-image-enter-active {
transition-delay: 600ms; }
.aside__button {
font-size: 1.5rem;
width: 100%;
height: 100px;
margin: 0;
cursor: pointer;
outline: 0;
background: #fff;
border-color: transparent;
color: #1c3773; }
.aside__button:hover, .aside__button:focus {
border-color: transparent;
background-color: #000;
outline: none;
color: #FFF; }
.aside__button:active {
color: white;
border-color: #030303;
background: #030303; }
.nav__slider {
display: table;
background-color: #1c3773;
height: 200px;
width: 100%; }
.nav__slider .nav__progress {
width: 32%;
display: table-cell;
vertical-align: middle; }
.nav__count {
width: 10%;
display: table-cell;
vertical-align: middle;
text-align: center;
color: #FFF; }
.progress {
height: 2px;
background: rgba(255, 255, 255, 0.2); }
.progress-bar {
background: #FFF; }
.nav__control {
width: 12%;
display: table-cell;
vertical-align: middle; }
.progress-indicator {
position: absolute;
top: 30%;
right: 0;
width: 100px;
height: auto;
display: flex;
flex-direction: column;
align-items: center;
justify-content: end;
list-style: none;
text-align: center;
padding: 0;
margin: 0; }
.progress-indicator__bar {
width: 5px;
height: 5px;
border-radius: 100%;
margin-bottom: 15px;
position: relative;
background: rgba(255, 255, 255, 0.4); }
.progress-indicator__bar--active {
background: #FFF;
position: relative; }
.progress-indicator__bar--active:after {
content: "";
width: 100%;
height: 100%;
background-color: var(--primaryClr);
position: absolute;
top: 0;
left: 0;
z-index: -1;
transform: scale(0);
border-radius: 50%;
opacity: .1;
transition: all ease .3s; }
.progress-indicator:before, .progress-indicator:after {
color: #030303; }
.progress-indicator:before {
content: "01"; }
.progress-indicator:after {
content: attr(data-slides-count); }
@media (min-width: 320px) and (max-width: 767.98px) {
.navbar .navbar-nav {
height: auto !important; }
.navbar .nav-btn {
min-width: auto !important;
border-left: initial !important;
padding-left: 0 !important; } }
@media (min-width: 768px) and (max-width: 991.98px) {
.about .blocks-sm {
padding: 24px !important; } }
/*# sourceMappingURL=style.css.map */