File: /home/imensosw/www/imenso.co/imenso-new/sass/_common.scss
body{
font-size:18px;
font-family:$font__regular;
line-height:1.6;
color:#222;
overflow-x: hidden;
overflow-y: scroll;
}
a {
color: $color__link;
&:hover {
color:$color__primary-hover
}
}
h1, h2, h3, h4, h5 {
color:$color__primary;
}
.container {
max-width:1200px;
}
a:hover, a:focus {
text-decoration:none;
outline:none;
}
.burger {
padding:$spacer*5 0;
}
.t-burger {
padding-top: $spacer*5;
}
.gutter {
padding:0 $spacer*5;
}
.gutter-sm {
padding:0 $spacer*2.5;
}
form label {
font-size:0.9em;
}
.form-control {
padding:0.575rem 0.85rem;
border-radius:2px;
}
.form-control:focus {
box-shadow:none;
background: $color__inverse;
border-color: $color__secondary;
}
.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;
}
//Buttons
.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;
&:hover {
background-color:$color__primary-hover;
border-color:$color__primary-hover;
}
}
.btn-primary.active:not(:disabled):not(.disabled), .btn-primary:active:not(:disabled):not(.disabled), .show > .btn-primary.dropdown-toggle {
background-color:$color__primary-hover;
border-color:$color__primary-hover;
}
.btn-inverse {
background-color:$color__inverse;
border-color:$color__inverse;
color:$color__text;
&:hover {
background-color:$color__inverse-hover;
border-color:$color__inverse-hover;
color:$color__text;
}
}
.btn-bordered {
border:2px solid $color__primary;
border-radius:0;
padding:7px 27px;
background-color:transparent;
&:hover {
background-color:$color__inverse-hover;
color:$color__text;
}
}
.bg-light {
background-color:#FFF !important;
}
.navbar {
padding:0;
height: 70px;
border-color:#000;
.nav-btn {
min-width: 240px;
border-left: 1px solid #DDD;
height: 70px;
align-items: center;
display: flex;
padding-left:30px;
}
.navbar-nav {
height: 70px;
align-items: center;
.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;
&: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:rgb(33, 32, 34);
}
.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%);
&.dark {
background: #FFF;
color: #0f346c;
&:after {
background: url(../images/arrow-dark.svg) right center/auto 100% no-repeat;
}
&:hover {
color: #0f346c;
}
}
&: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;
}
&:hover {
color:#FFF;
&: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;
&:after {
height:1px;
width:100px;
background:#FFF;
content:"";
position:absolute;
top:9px;
margin-left:18px;
}
&:before {
height:20px;
width:20px;
border-radius:100%;
background:#FFF;
content:"";
position:absolute;
right:-180%;
bottom:3px;
}
&.dark {
color:$color__primary;
&:after {
background:$color__primary;
}
&:before {
background:$color__primary;
}
}
}
section {
position:relative;
}
.video-btn {
display: flex;
align-items: center;
font-size:0.9em;
color: #000;
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;
#changerificwordspanid {
color:#000;
text-transform:uppercase;
letter-spacing:1px;
font-size:0.9em;
}
}
.big-para {
font-size: 1.5em;
}
.card-header {
background-color:#FFF;
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;
}
h2 {
font-weight: bold;
margin-top: 20px;
line-height: 1.4;
color: #0f346c;
}
p {
opacity: 0.6;
}
blockquote {
font-size: 1.8em;
margin-top: 30px;
}
}
.mt-10 {
margin-top: 4rem !important;
}
.grey-bg {
background-color:#f0f4f7;
}
.small-heading {
font-family: $font__hand;
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: $color__primary !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;
li {
margin-bottom:8px;
}
a {
color: #FFF;
}
}
.list-2 {
padding-left: 17px;
margin-top:26px;
list-style: circle;
li {
margin-bottom:8px;
}
a {
color: #000;
font-size:0.9em;
opacity: 0.7;
}
}
.bglight {
background-color: #efefef;
}
.section-header {
text-align:center;
width:70%;
margin:0 auto;
.sh-title {
font-size: 12px;
text-transform: uppercase;
letter-spacing: 1px;
display: block;
color: red;
}
h2 {
font-size: 32px;
line-height:1.5;
margin-top: 20px;
}
}
// Variables
$black: #666;
$white: #eaeaea;
$gray: #999;
$text-arrow-space: 16px;
$shaft-width: 44px;
$shaft-thickness: 1px;
$arrow-head-width: 8px;
$arrow-head-thickness: $shaft-thickness;
// The Arrow
.the-arrow {
width: $shaft-width;
transition: all 0.2s;
&.-left {
position: absolute;
top: 60%;
left: 0;
> .shaft {
width: 0;
background-color: $gray;
&:before,
&:after {
width: 0;
background-color: $gray;
}
&:before {
transform: rotate(0);
}
&:after {
transform: rotate(0);
}
}
}
&.-right {
top: 3px;
> .shaft {
width: $shaft-width;
transition-delay: 0.2s;
&:before,
&:after {
width: $arrow-head-width;
transition-delay: 0.3s;
transition: all 0.5s;
}
&:before {
transform: rotate(40deg);
}
&:after {
transform: rotate(-40deg);
}
}
}
> .shaft {
background-color: $gray;
display: block;
height: $shaft-thickness;
position: relative;
transition: all 0.2s;
transition-delay: 0;
will-change: transform;
&:before,
&:after {
background-color: $color__primary;
content: '';
display: block;
height: $arrow-head-thickness;
position: absolute;
top: 0;
right: 0;
transition: all 0.2s;
transition-delay: 0;
}
&:before {
transform-origin: top right;
}
&:after {
transform-origin: bottom right;
}
}
}
// Animated Arrow Button
.animated-arrow {
display: inline-block;
color: $color__primary;
text-decoration: none;
position: relative;
transition: all 0.2s;
margin-top: 50px;
font-size: 0.9em;
&:hover {
color: $color__primary;
> .the-arrow.-left {
> .shaft {
width: $shaft-width;
transition-delay: 0.1s;
background-color: $color__primary;
&:before,
&:after {
width: $arrow-head-width;
transition-delay: 0.1s;
background-color: $color__primary;
}
&:before {
transform: rotate(40deg);
}
&:after {
transform: rotate(-40deg);
}
}
}
> .main {
transform: translateX($shaft-width + $text-arrow-space);
> .the-arrow.-right {
> .shaft {
width: 0;
transform: translateX(200%);
transition-delay: 0;
&:before,
&:after {
width: 0;
transition-delay: 0;
transition: all 0.1s;
}
&:before {
transform: rotate(0);
}
&:after {
transform: rotate(0);
}
}
}
}
}
> .main {
display: flex;
align-items: center;
transition: all 0.2s;
> .text {
margin: 0 $text-arrow-space 0 0;
line-height: 1;
}
> .the-arrow {
position: relative;
}
}
}