@import url("../vendor/fonts/awesome/fontawesome.css");
@import url(../vendor/fonts/roboto/roboto.css);



/* -------------------------------------------------- */
/* Adjust Theme Color Here */
:root{
  --footer-bg-color: #000000;
  --footer-text-primary-color: #ffffff;
  --footer-text-a-color: #ffffff;
  --footer-text-hover-color: #ff8800;
  --font-color-white: #fff;
  --font-family-light: 'Roboto-Light';
  --font-family-regular: 'Roboto-Regular';
  --font-family-bold: 'Roboto-Bold';
  --color-text: #111;
  --color-bg: #000;
  --color-link: #fff;
  --color-link-black: #212121;
  --color-link-hover: #cd1719;
  --color-menu: #212121;
  --color-menu-white: #fff;
  --color-menu-hover: #cd1719;
  --color-menu-active: #f7a600;
}


.vh-30 {
  height: 30vh !important;
}
.vh-40 {
  height: 40vh !important;
}
.vh-55 {
  height: 55vh !important;
}


a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
	cursor: pointer;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}



/* -------------------------------------------------- */
/* TYPOGRAPHY */
h1 {
	font-family: var(--font-family-regular);
	font-size:50px;
}

h2 {
	font-family: var(--font-family-regular);
	font-size:32px;
}

h3 {
	font-family: var(--font-family-regular);
	font-size:22px;
}

h4 {
	font-family: var(--font-family-regular);
	font-size:18px;
	font-weight: bold;
}

p {
	font-family: var(--font-family-light);
	font-size:  18px;
}
body {
  font-family: var(--font-family-light);
  font-size: 1rem;
}


/* -------------------------------------------------- */
/* HEADER MENU */
header.nav {
	width:100%;
	height:100px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1020;
	padding: 20px 30px 30px 30px;
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	transform: translateY(0%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	pointer-events: none;
}

.button-burger{
  position: fixed;
  width: 30px;
  height: 25px;
  z-index: 100;
  right: 30px;
  top: 25px;
  cursor: pointer;
  -webkit-transition: opacity .25s;
  transition: opacity .25s;
  pointer-events:auto;
}

.button-burger span {
  width: 30px;
  height: 2px;
  position: absolute;
  background: var(--color-bg);
  transition: all .35s ease;
}

.button-burger-black span {
  position: absolute;
  background: #000;
}

.button-burger .top {
  top: 0px;
}

.button-burger:hover .top {
  top: 2px;
}

.button-burger.active:hover .top {
  top: 0px
}

.button-burger .middle {
  top: 10px;
  background: none;
  color: var(--color-menu);
  font-size:11px;
}

.button-burger-black .middle {
  top: 10px;
  background: none;
  color: var(--color-menu);
  font-size:11px;
}

.button-burger .bottom {
  top: 30px;
}

.button-burger:hover .bottom {
  top: 28px;
}

.button-burger.active:hover .bottom {
  top: 30px;
}

.button-burger.active .top {
  -webkit-transform: translateY(15px) translateX(0) rotate(45deg);
  transform: translateY(15px) translateX(0) rotate(45deg);
}

.button-burger.active .middle {
  opacity: 0;
}

.button-burger.active .bottom {
  -webkit-transform: translateY(-15px) translateX(0) rotate(-45deg);
  transform: translateY(-15px) translateX(0) rotate(-45deg);
}

.button-burger.active {
  right: 30px;
}

.overlay {
  position: fixed;
  background: white;
  visibility: hidden;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0;
  overflow-y: scroll;
  -webkit-transition: opacity .35s, height .35s, visibility .35s;
  transition: opacity .35s, height .35s, visibility .35s;
  z-index: 1000;
}

.overlay-black {
  background: white;
}

.overlay.open {
  height: 100%;
  opacity: .98;
  visibility: visible;
}
/*
.overlay.open li {
  -webkit-animation: fadeInTop .5s ease forwards;
  animation: fadeInTop .5s ease forwards;
  -webkit-animation-delay: .25s;
  animation-delay: .25s;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: .35s;
  animation-delay: .35s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: .40s;
  animation-delay: .40s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: .45s;
  animation-delay: .45s;
}

.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .50s;
  animation-delay: .50s;
}

.overlay.open li:nth-of-type(6) {
  -webkit-animation-delay: .55s;
  animation-delay: .55s;
}

.overlay.open li:nth-of-type(7) {
  -webkit-animation-delay: .60s;
  animation-delay: .60s;
}

.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: .65s;
  animation-delay: .65s;
}

.overlay .nav {
  position: relative;
  height: 70%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 40px;
  font-family: var(--font-family-light);
  font-weight: lighter;
  letter-spacing: 0px;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 20%;
  height: calc(100% / 5);
  min-height: 40px;
  position: relative;
  opacity: 0;
}

.overlay ul li a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  overflow: hidden;
}

.overlay ul li a:hover:after,
.overlay ul li a:focus:after,
.overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 1px;
  background: #FFF;
  -webkit-transition: .35s;
  transition: .35s;
}
*/
@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    bottom: 20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    bottom: 20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}

body.active {
  overflow: hidden;
}

.menu {
	width: 100vw;
	height: 100vh;
	position: relative;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none; /* Hide scrollbar in FF */
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	text-align: right;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.mobile .menu {
	padding: 5rem 0;
	height: auto;
}

.menu__item {
	flex: none;
	margin-right: 4rem;
	padding: 0 2rem 5rem 0;
}

.menu__item h2{
 font-size: 3rem;
 color:#FFB500;
}

.menu__item-inner {
	white-space: nowrap;
	position: relative;
	cursor: pointer;
	font-size: 6rem;
	padding: 0.5rem 0;
	display: block;
	color: var(--color-menu);
	transition: transform 0.2s;
}

.menu__item-inner:hover {
	transform: translate3d(2rem,0,0);
	color: var(--color-menu-hover);
}

.menu__item-inner:active {
	transform: translate3d(2rem,0,0);
	color: var(--color-menu-active);
}

.menu__item-inner::before {
	content: '';
	top: 55%;
	width: 3.5rem;
	height: 1px;
	background: currentColor;
	position: absolute;
	right: calc(100% + 2rem);
	opacity: 0;
	pointer-events: none;
}

.menu__item-inner:hover::before {
	opacity: 1;
}

/* Pseudo-element for making sure that hover area is active */
.menu__item-inner:hover::after {
	content: '';
	position: absolute;
	top: 0;
	left: -5.5rem;
	right: 0;
	height: 100%;
}

::-webkit-scrollbar {
  display: none;
}

@media screen and (max-width: 53em) {
	.menu__item {
		margin-right: 12vw;
	}
	.menu__item-inner {
		padding: 1vh 0;
		font-size: 2rem;
	}
}

.navbar {
	width: 100%;
	opacity: 1;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
	border-bottom: 0px solid rgba(255, 255, 255,0.1);
	position: fixed;
	top: 0;
	z-index: 999;
	padding: 25px 0px 20px 0px;
}

.logo-white {
	height: 35px;
	width: 170px;
	background-image: url("../../assets/media/logo-black-bg.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #fff;
	transform: scale(0.8);
	-webkit-transition: transform 1s ease-in;
	-moz-transition: transform 1s ease-in;
	-o-transition: transform 1s ease-in;
	margin: 0;
}

.logo-black {
	height: 35px;
	width: 170px;
	background-image: url("../../assets/media/logo-white-bg.svg");
	background-repeat: no-repeat;
	background-position: 50% 50%;
	color: #212121;
	transform: scale(0.8);
	-webkit-transition: transform 1s ease-in;
	-moz-transition: transform 1s ease-in;
	-o-transition: transform 1s ease-in;
	margin: 0;
}


/* -------------------------------------------------- */
/* FOOTER */

footer.nav {

	font-family: var(--font-family-regular);
	font-size: 13px;
	font-weight: inherit;
	line-height: 1.4em;
	background-color: var(--footer-bg-color);
	color: var(--footer-text-primary-color);
	padding: 50px 0 30px 0;
}

footer.nav h3 {
	padding: 0;
}

footer.nav ul {
  margin-bottom: 0 !important;
  list-style: none;
  text-indent:  -31px;
  justify-content: space-between;
}

footer.nav ul li {
	padding-bottom: 15px !important;
}

footer.nav ul li a {
	color: var(--footer-text-a-color);
}

footer.nav ul li a:hover {
	color: var(--footer-text-hover-color);
	text-decoration: none;
}

.copyright{
	color: var(--footer-text-primary-color);
	text-decoration: none;
	font-size: 13px;
	padding-left: 20px;
}


/* -------------------------------------------------- */
/* Button */

.btn {
  background: rgba(0,0,0,0);
  font-size: 1rem;
  color: #224099;
  padding: 0.25rem 1rem 0.25rem 0;
  letter-spacing: 0.5px;
  border: 0px solid #1d1d1d;
  display: inline-block;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
  text-align: left;
  position: relative;
	
}

.btn:hover {
  background: rgba(0,0,0,0);
  color:#224099;

}

.btn-arrow {
  position: relative;
  transition: background-color 300ms ease-out;
}

.btn-title {
	font-family: var(--font-family-light);
	line-height: 20px;
	padding-right:0;
	color:#212121;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.btn-title::after {
    content: "";
    margin-right: 7.5px;
    margin-left: 7.5px;
    width: 0;
    height: 1px;
    display: block;
    background-color: currentColor;
    -webkit-transition: width .4s cubic-bezier(0.25, 1, 0.25, 1);
    transition: width .4s cubic-bezier(0.25, 1, 0.25, 1)
}

.btn:hover .btn-title::after {
	width: 20px;
}

.btn-circle::after {
    content: "";
    margin-right: 0;
    margin-left: 0;
    width: 0;
    height: 1px;
    display: block;
    background-color: currentColor;
    -webkit-transition: width .4s cubic-bezier(0.25, 1, 0.25, 1);
    transition: width .4s cubic-bezier(0.25, 1, 0.25, 1)
}

.btn-circle {
	width:30px;
	height:30px;
	border-radius: 50%;
	border: 0px solid #212121;
	color:#212121;
  	display: inline-block;
  	position: relative;
  	transition: all 300ms ease-out;
	text-align: center;
	line-height: 29px;
	padding-left: 1.5px;
	background-color: rgba(0,0,0,0);
	top:-4px;
}

.btn-circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 50%;
    -webkit-transition: background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1), -webkit-transform .4s cubic-bezier(0.25, 1, 0.25, 1);
    transition: background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1), -webkit-transform .4s cubic-bezier(0.25, 1, 0.25, 1);
    transition: transform .4s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1);
    transition: transform .4s cubic-bezier(0.25, 1, 0.25, 1), background-color 0.9s cubic-bezier(0.97, 0, 0.63, 1), -webkit-transform .4s cubic-bezier(0.25, 1, 0.25, 1)
}

.btn:hover .btn-circle {
  	-webkit-transform: translate3d(0rem, 0, 0);
    transform: translate3d(0rem, 0, 0);
	color:#fff;
	border: 0px solid #224099;
}
.btn:hover .btn-circle::after {
	-webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.btn-icon {
	content:"\f054";
    font-family: 'Font Awesome 5 Pro';
	font-size: 0.85rem;
	font-weight:100;
    position: relative;
    z-index: 1;
    -webkit-transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
    transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
    transition: color .4s cubic-bezier(0.25, 1, 0.25, 1), transform 0.5s ease-in-out, opacity 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out
}

.btn-black .btn-circle::after {
	background-color: #212121;	
}

.btn-white .btn-circle::after {
	background-color: #fff;
	
}
.btn-white:hover .btn-icon { 
	color: #224099;}

.btn-white .btn-title {
	color: #fff;
}

.btn-white .btn-circle {
	width:40px;
	height:40px;
	border-radius:0%;
	border: 1px solid #fff;
	color: #fff;
  	display: inline-block;
  	position: relative;
  	transition: all 300ms ease-out;
	text-align: center;
	padding-left:3px;
	background-color: rgba(0,0,0,0);
}



/* -------------------------------------------------- */
/* HOME Background Video */

 .example-marquee {
   z-index: 1;
   position: relative;

}
.content {
  display: table;
  width: 100%;
  min-height: 110vh;
  position:relative;
  z-index: 1020;
  top:-50px;
  pointer-events: none;
}

.content .inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-left: 16px;
  padding-right: 16px;
}

.content .inner h1 {
  font-size: 62px;
  color: white;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.content .inner h6 {
  position:absolute;
  z-index: 1020;
  font-size: 13px;
  color: white;
  right: 30px;
  bottom: 30px;
}

.video-background-controls button {
  font-size: 18px;
  font-family: 'Font Awesome 5 Pro';
  height: 30px;
  width: 30px;
  border-radius: 50%;
  line-height: 32px;
  border: none;
  background: none;
  -webkit-appearance: none;
  color: white;
  cursor: pointer;
  opacity: 1;
  transition: all 250ms ease-in-out;
  position: relative;
  top: calc(100vh - 60px);
  right:20px;
  z-index: 1020;
}

.video-background-controls button:hover {
  opacity: 0.5;
}

.video-background-controls button:focus {
outline: none;
	
}


iframe {
  transition: opacity 500ms ease-in-out;
  transition-delay: 250ms;
}

/*HOME SECTION*/
section {position:relative; width:100%; z-index:2; height:100vh;}
section.contact{position:relative; width:100%; z-index:2;}
#missathing {position:absolute; width:100%; height:100vh; top:-9vh; background-size: cover;}
#engine {position:relative; width:100%; height:512px; top:-9vh;}
.viscosity-home-position h1, .viscosity-home-position p, button {position:relative; top:calc(100% - 25%)}
.mysection {position:absolute; width:100%; height:9vh; bottom:-10vh; background-color:#fff; z-index:2;}

.viscosity {
	width: 100%;
	min-height: 500px;
	height: calc(100vh - 18vh);
	margin: 25px auto 25px auto;
	background-image: url("../media/viscosity-home.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}

.engine {
	width:100%;
	height:448px;
	background-image: url("../media/engine-performance-2.jpg");
	background-color:#060525;
	background-repeat: no-repeat;
	background-position: center top;
	background-size:cover;
}
.engine-title {
	color:#fff;
	width:400px;
	position: relative;
	top:100px;
	z-index: 3;
}


.policy {
 font-size: 12px;
line-height: 16px;
padding-bottom: 20px;
text-align: justify;
}


/**
 * CONTACT FORM
 */
input {
	outline: none;
	border: none;
	background: #fff;
}
textarea {
	outline: none;
	border: none;
	background: #fff;
}
textarea:focus, input:focus {
	border-color: transparent !important;
}
 input:focus::-webkit-input-placeholder {
color:transparent;
}
input:focus:-moz-placeholder {
color:transparent;
}
input:focus::-moz-placeholder {
color:transparent;
}
input:focus:-ms-input-placeholder {
color:transparent;
}
 textarea:focus::-webkit-input-placeholder {
color:transparent;
}
textarea:focus:-moz-placeholder {
color:transparent;
}
textarea:focus::-moz-placeholder {
color:transparent;
}
textarea:focus:-ms-input-placeholder {
color:transparent;
}
 input::-webkit-input-placeholder {
color: #999999;
}
input:-moz-placeholder {
color: #999999;
}
input::-moz-placeholder {
color: #999999;
}
input:-ms-input-placeholder {
color: #999999;
}
 textarea::-webkit-input-placeholder {
color: #999999;
}
textarea:-moz-placeholder {
color: #999999;
}
textarea::-moz-placeholder {
color: #999999;
}
textarea:-ms-input-placeholder {
color: #999999;
}
/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}
button:hover {
	cursor: pointer;
}
iframe {
	border: none !important;
}
/*//////////////////////////////////////////////////////////////////
[ Contact 2 ]*/
.container-contact2 {
	width: 100%;
	min-height: 100vh;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 15px;
	background: rgba(219,21,99,0.8);
	background: -webkit-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
	background: -o-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
	background: -moz-linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
	background: linear-gradient(45deg, rgba(213,0,125,0.8), rgba(229,57,53,0.8));
}

.wrap-contact2 {
	width: 790px;
	border-radius: 10px;
	overflow: hidden;
	padding: 72px 55px 90px 55px;
}

.contact2-form {
	width: 100%;
}
.contact2-form-title {
	display: block;
	font-family: 'Roboto-Regular';
	font-size: 39px;
	color: #333333;
	line-height: 1.2;
	text-align: center;
	padding-bottom: 90px;
}

.wrap-input2 {
	width: 100%;
	position: relative;
	border-bottom: 1px solid #adadad;
	margin-bottom: 37px;
}
.input2 {
	display: block;
	width: 100%;
	font-family: 'Roboto-Regular';
	font-size: 1.2rem;
	color: #212121;
	line-height: 1.2;
}
.form-label {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
}

.form-label::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 1px;
	font-family: 'Roboto-Regular';
	font-size: 1.5rem;
	background: #224099;
   
}
.form-label::after {
	content: attr(data-placeholder);
	display: block;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0;
	color: #999999;
	line-height: 1.2;
	transform-origin: left bottom;
  	transform: translate(0, 0) scale(1);
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;

}


/*---------------------------------------------*/
input.input2 {
	height: 45px;
}
input.input2 + .form-label::after {
	top: 16px;
	left: 0;
}
textarea.input2 {
	min-height: 115px;
	padding-top: 13px;
	padding-bottom: 13px;
}
textarea.input2 + .form-label::after {
	top: 16px;
	left: 0;
}
.input2:focus + .form-label::after {
	top: -13px;
	-webkit-transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	transition: all 0.25s;
	transform-origin: left bottom;
	transform: translate(0, 0) scale(0.8);
	cursor: pointer;
}
.input2:focus + .form-label::before {
	width: 100%;
}
.has-val.input2 + .form-label::after {
	top: -13px;
	transform: translate(0, 0) scale(0.8);
	cursor: pointer;
}
.has-val.input2 + .form-label::before {
	width: 100%;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
	position: relative;
}
.alert-validate::before {
	content: attr(data-validate);
	position: absolute;
	max-width: 70%;
	background-color: white;
	border: 1px solid #c80000;
	border-radius: 2px;
	padding: 4px 25px 4px 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0px;
	pointer-events: none;
	font-family: 'Roboto-Regular';
	color: #c80000;
	font-size: 13px;
	line-height: 1.4;
	text-align: left;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	-moz-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
.alert-validate::after {
	content: "\f071";
	font-family: 'Font Awesome 5 Pro';
	display: block;
	position: absolute;
	color: #c80000;
	font-size: 16px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 8px;
}
.alert-validate:hover:before {
	visibility: visible;
	opacity: 1;
}



/* -------------------------------------------------- */
/*Collapse*/
.accordion-button {
  position: relative;
  display: block;
  align-items: left;
  text-align: left;
  width: 100%;
  padding: 1rem 1.25rem 1rem 0;
  font-size: 1rem;
  color: #212529;
  background-color: transparent;
  border: 0px solid rgba(0, 0, 0, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}

.accordion-button:not(.collapsed) {
  color: #212121;
  background-color: #fff;
}
.accordion-item:nth-child(2) .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:nth-child(2) .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:nth-child(2) .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.accordion-item:first-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:first-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width:0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion-collapse {
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-width: 0;
}

.accordion-body {
  padding: 0;
}

.accordion-button:not(.collapsed)::after {
  background-image:none;
  transform: none;
  font-family: 'Font Awesome 5 Pro';  
  content: "\f068";
  float: right;
	margin: -28px 0 0 0;
}
.accordion-button::after {
  font-family: 'Font Awesome 5 Pro';  
  content: "\f067"; 
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left:0;
  background-image:none;
  background-repeat: no-repeat;
  background-size: none;
  transition: none;
  float: right;
margin: -28px 0 0 0;
}


/* -------------------------------------------------- */
/* Parallax */
.parallax {
    position: relative;
	top:0;
	left:0;
    height: 500px;
	z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.parallax:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: .1;
	background-color: #19191b;
	z-index: 2;
}
.parallax .parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 150%;
    background-size: cover;
}
.parallax .content {
    position: relative;
    z-index: 1;
}



/* -------------------------------------------------- */
/* Products */
.product h1 {
	font-family: var(--font-family-bold);
	font-size:50px;
	font-weight: bold;
}

.product h2 {
	font-family: var(--font-family-regular);
	font-size:32px;
}

.product h3 {
	font-family: var(--font-family-regular);
	font-size:22px;
}
.card {
 transform: scale(1);
 transition:all .2s;
 box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
 border-radius: 0;
 border: 0px solid rgba(0, 0, 0, 0.125);
		
}
.card a {
 color: var(--color-link-black);
}

.card a img {
 transform: scale(0.9);
 transition:all .2s;
 box-shadow: 0 0 0 rgba(0, 0, 0, 0) !important;
 border-radius: 0;

}

.card a:hover img {
 transform: scale(1);
 transition:all .2s;
 z-index: 1;
}

.card a:hover .card-title {
 color:#FAA619;
}

.card-title {
  color:#212121;
  font-size: 1rem;
  display: block;
  display: -webkit-box;
  max-width: 100%;
  min-height: 33px;
  margin: 0 auto;
  line-height: 22px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-text {
	font-size:18px;
	line-height: 17px;
	padding-top: 10px;
	padding-bottom: 20px;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
	position: relative;
	top:-30px;
}

/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 576px) {
.viscosity {
	width: 100%;
	min-height: 450px;
	height: 450px;
}
h2 {
	font-size:22px;
}

p {
	font-size:  14px;
	line-height: 18px;
}
footer.nav ul {
  display: block;
}
	.parallax {
    position: relative;
	top:0;
	left:0;
    height: 350px;
	z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
header.nav {
	padding: 20px 30px 30px 0px;
}
}

/*Small devices (landscape phones, less than 768px)*/
@media (max-width: 768px) { 
.viscosity {
	width: 100%;
	min-height: 550px;
	height: 550px;
}
	h2 {
	font-size:18px;
}

p {
	font-size:  14px;
	line-height: 18px;
}
}

/*Medium devices (tablets, less than 992px)*/
@media (max-width: 992px) {
.viscosity {
	width: 100%;
	min-height: 550px;
	height: 550px;
}

h2 {
	font-size:18px;
}

p {
	font-size:  14px;
	line-height: 18px;
}
}

@media (min-width: 1200px) {
h2 {
	font-size:32px;
}

p {
	font-size:  18px;
	line-height: 30px;
}
}