/*------------------------------------------------------------------
Project:	Michelangelo Zampogna Portfolio
Version:	1.0
Last change:	11/07/2018
Assigned to:	Michelangelo Zampogna 
Primary use:	Showcase Portfolio 
-------------------------------------------------------------------*/

@import url("css/portfolio.min.css");
@import url("css/shortcodes.min.css");
@import url("css/assets.min.css");

/*------------------------------------------------------------------

01. General Styles
02. Page Overlay
03. Header Elements
04. Overlay Menu
05. Hero Section
06. Main Content 
07. Footer Elements
08. Responsive Media Querries

-------------------------------------------------------------------*/
/*
 * See: https://fonts.google.com/license/googlerestricted
 */

/* cyrillic */
@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/productsans/v19/pxicypQkot1TnFhsFMOfGShdvPWbS2lBgGygpspO.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/productsans/v19/pxicypQkot1TnFhsFMOfGShdvPWbTGlBgGygpspO.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/productsans/v19/pxicypQkot1TnFhsFMOfGShdvPWbQWlBgGygpspO.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 300;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/productsans/v19/pxicypQkot1TnFhsFMOfGShdvPWbT2lBgGygpg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic */
@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/productsans/v19/pxicypQkot1TnFhsFMOfGShdrPKbS2lBgGygpspO.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek */
@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/productsans/v19/pxicypQkot1TnFhsFMOfGShdrPKbTGlBgGygpspO.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* latin-ext */
@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/productsans/v19/pxicypQkot1TnFhsFMOfGShdrPKbQWlBgGygpspO.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Product Sans';
  font-style: normal;
  font-weight: 700;
  font-display: swap !important;
  src: url(https://fonts.gstatic.com/s/productsans/v19/pxicypQkot1TnFhsFMOfGShdrPKbT2lBgGygpg.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.material-icons.nav-icon {
  font-size: 24px; /* Adjust the font size as needed */
  vertical-align: middle !important; /* Aligns the icon vertically */
}

/*--------------------------------------------------
	01. General Settings
---------------------------------------------------*/

html,
body {
  font-family: "Product Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  height: 100%;
  width: 100%;
  color: #fff;
  background-color: #fff;
}

html {
  box-sizing: border-box;
  margin-right: 0px !important;
  overflow: visible !important;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
}

body.hidden {
  opacity: 0;
}

.ghost {
  visibility: hidden;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas {
  display: inline-block;
  max-width: 100%;
}

address {
  font-style: italic;
  margin-bottom: 24px;
}

abbr[title] {
  border-bottom: 1px dotted #2b2b2b;
  cursor: help;
}

b,
strong {
  font-weight: 300;
  color: #000;
}

cite,
dfn,
em,
i {
  font-style: italic;
}

mark,
ins {
  background: none repeat scroll 0 0 #000;
  text-decoration: none;
  color: #fff;
  font-family: "Product Sans", sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 0px;
  text-transform: uppercase;
  padding: 2px 5px;
  margin-bottom: 10px;
  display: inline-block;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: monospace, serif;
  font-size: 15px;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: 1.6;
}

pre {
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 24px;
  max-width: 100%;
  overflow: auto;
  padding: 12px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

blockquote,
q {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

blockquote {
  color: #000;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 30px;
  margin-bottom: 24px;
  font-family: Georgia, "Times New Roman", Times, serif;
  border-left: 2px #ddd solid;
  padding: 20px 20px 20px 40px;
  letter-spacing: 0em;
}

.light-content blockquote {
  color: #fff;
}

blockquote span {
  display: block;
  margin-top: 20px;
  font-weight: 300;
  font-size: 12px;
  font-style: normal;
  font-family: Verdana, Geneva, sans-serif;
  color: #666666	;
}

blockquote cite,
blockquote small {
  color: #2b2b2b;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

blockquote strong,
blockquote b {
  font-weight: 300;
}

small {
  font-size: smaller;
}

big {
  font-size: 125%;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

dl {
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 24px;
}

ul,
ol {
  list-style: none;
  margin: 12px 0 24px 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin: 0 0 0 20px;
}

li {
  line-height: 22px;
  color: #333;
  margin-bottom: 10px;
  font-size: 18px;
}

.light-content li {
  color: #fff;
}

figure {
  margin: 0;
  position: relative;
  display: block;
}

figure img {
  max-width: 100%;
}

.full img {
  width: 100vw;
}

figcaption {
  background-color: rgba(0, 0, 0, 1);
  bottom: 25px;
  color: #fff;
  font-weight: 300;
  font-size: 12px;
  padding: 10px 20px;
  position: absolute;
  right: 25px;
  z-index: 10;
  border-radius: 3px;
}

fieldset {
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 0 24px;
  padding: 0;
}

legend {
  white-space: normal;
}

button,
input {
  line-height: normal;
}

input,
textarea {
  background-image: -webkit-linear-gradient(
    hsla(0, 0%, 100%, 0),
    hsla(0, 0%, 100%, 0)
  ); /* Removing the inner shadow, rounded corners on iOS inputs */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  padding: 0;
}

/* input[type="search"] {
  -webkit-appearance: textfield;
} */
input[type="search"] {
  -webkit-appearance: textfield; /* For WebKit browsers */
  appearance: textfield; /* For other modern browsers */
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}




button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table,
th,
td {
  border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
  border-collapse: separate;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
}

td {
  border-width: 0 1px 1px 0;
}

del {
  color: #767676;
}

hr {
  border: 0;
  height: 25px;
  width: 100%;
  float: none;
  margin: 0;
  display: inline-block;
}

hr.small {
  height: 20px;
}

hr:after {
  clear: both;
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
}

::selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #000;
  color: #fff;
  text-shadow: none;
}

img {
  border: 0 none;
  max-width: 100%;
  /* height: auto; */
  vertical-align: middle;
}


/* Fluid font size variables, for browsers that support clamp */
@supports (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-sm: clamp(0.8rem, 0.17vw + 0.76rem, 0.89rem);
		--font-size-base: clamp(1rem, 0.34vw + 0.91rem, 1.19rem);
		--font-size-md: clamp(1.25rem, 0.61vw + 1.1rem, 1.58rem);
		--font-size-lg: clamp(1.56rem, 1vw + 1.31rem, 2.11rem);
		--font-size-xl: clamp(1.95rem, 1.56vw + 1.56rem, 2.81rem);
		--font-size-xxl: clamp(2.44rem, 2.38vw + 1.85rem, 3.75rem);
		--font-size-xxxl: clamp(3.05rem, 3.54vw + 2.17rem, 5rem);
  }
}
/* Fallback variables for browsers that don't support clamp */
@supports not (font-size: clamp(1rem, 1vw, 1rem)) {
  :root {
    --font-size-sm: 0.8rem;
		--font-size-base: 1rem;
		--font-size-md: 1.25rem;
		--font-size-lg: 1.56rem;
		--font-size-xl: 1.95rem;
		--font-size-xxl: 2.44rem;
		--font-size-xxxl: 3.05rem;
  }
  @media screen and (min-width: 1280px) {
    :root {
      --font-size-sm: 0.89rem;
			--font-size-base: 1.19rem;
			--font-size-md: 1.58rem;
			--font-size-lg: 2.11rem;
			--font-size-xl: 2.81rem;
			--font-size-xxl: 3.75rem;
			--font-size-xxxl: 5rem;
    }
  }
}

.font-size-sm {
  font-size: var(--font-size-sm)!important;
  font-weight: 700;
  line-height: 120% !important;
  color: #000
}

.font-size-base {
  font-size: var(--font-size-base)!important;
  font-weight: 700;
  line-height: 120% !important;
  color: #000
}

.font-size-md {
  font-size: var(--font-size-md)!important;
  font-weight: 700;
  line-height: 120% !important;
  color: #000
}

.font-size-lg {
  font-size: var(--font-size-lg)!important;
  font-weight: 700;
  line-height: 120% !important;
  color: #000;
}

.font-size-xl {
  font-size: var(--font-size-xl)!important;
  font-weight: 700;
  line-height: 120% !important;
  color: #000
}

.font-size-xxl {
  font-size: var(--font-size-xxl)!important;
  font-weight: 700;
  line-height: 120% !important;
  color: #000
}

.font-size-xxxl {
  font-size: var(--font-size-xxxl);
  font-weight: 700;
  line-height: 120% !important;
  color: #000
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

h1.big-title {
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 110px;
  margin-left: -7px;
}

h1 {
  font-size: 48px;
  line-height: 60px;
}

h2 {
  font-size: 36px;
  line-height: 48px;
}

h3 {
  font-size: 30px;
  line-height: 40px;
  margin-left: -1px;
}

h4 {
  font-size: 24px;
  line-height: 36px;
  margin-left: -1px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
  margin-left: -1px;
}

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

.light-content h1,
.light-content h2,
.light-content h3,
.light-content h4,
.light-content h5,
.light-content h6 {
  color: #fff !important;
}

.light-content p {
  color: rgba(255, 255, 255, 0.5);
}

.title-has-line {
  position: relative;
  margin-bottom: 25px;
}

.title-has-line::after {
  background: none repeat scroll 0 0 #000;
  bottom: 20px;
  content: "";
  height: 1px;
  left: -40px;
  position: absolute;
  width: 25px;
}

p.title-has-line {
  position: relative;
  margin-bottom: 5px;
  font-size: 12px;
}

p.title-has-line::after {
  background: none repeat scroll 0 0 #000;
  bottom: 14px;
  content: "";
  height: 1px;
  left: -30px;
  position: absolute;
  width: 16px;
}

.light-content .title-has-line::after {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.3);
}

p {
  font-size: 18px;
  font-weight: 300;
  margin-top: 8px;
  margin-bottom: 24px;
  line-height: 28px;
  color: #2a2a2a;
}

p.no-margins {
  margin-bottom: 0;
}

.bigger {
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
  color: #222;
}

.smaller {
  font-size: 12px;
}

.container {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 0 220px;
  box-sizing: border-box;
}

.small .container {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  box-sizing: border-box;
}

.large .container {
  width: 100%;
  max-width: 100%;
  padding: 0 10%;
}

.full .container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.container::after {
  clear: both;
  content: " ";
  display: table;
}

a:hover,
a:active {
  outline: 0;
  color: #000;
}

a {
  text-decoration: none;
  color: #000;
  outline: 0;
  vertical-align: super;
}

a:hover {
  text-decoration: none;
}

.one_half {
  width: 46%;
}

.one_third {
  width: 30.6%;
}

.one_fourth {
  width: 22%;
}

.one_fifth {
  width: 16.8%;
}

.one_sixth {
  width: 13.33%;
}

.two_fifth {
  width: 37.6%;
}

.two_fourth {
  width: 48%;
}

.two_third {
  width: 65.33%;
}

.three_fifth {
  width: 58.4%;
}

.three_fourth {
  width: 74%;
}

.four_fifth {
  width: 79.2%;
}

.five_sixth {
  width: 82.67%;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
  float: left;
  margin-bottom: 24px;
  margin-right: 3%;
  position: relative;
}

.last {
  margin-right: 0px;
}

.text-align-center {
  text-align: center;
}

.text-align-left {
  text-align: left;
}

.outer {
  display: table;
  width: 100%;
  height: 100%;
}

.inner {
  display: table-cell;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vc_row {
  position: relative;
  z-index: 1;
  opacity: 1;
}

.row_padding_top {
  padding-top: 120px;
}

.row_padding_bottom {
  padding-bottom: 100px;
}

/*--------------------------------------------------
	02. Main
---------------------------------------------------*/

main {
  -webkit-transition: background 0.4s ease-in-out 0s;
  transition: background 0.4s ease-in-out 0s;
}

#magic-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  pointer-events: none;
  z-index: 10000;
}

#ball {
  position: fixed;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  border: 2px solid #000;
  border-radius: 50%;
  pointer-events: none;
  opacity: 1;
  box-sizing: border-box;
}

.mfp-zoom-out-cur #ball {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball,
#ball.light-content,
.night-mode #ball,
.over-menu #ball {
  border: 2px solid #fff;
  border-color: #fff !important;
}

#ball:before {
  font-family: FontAwesome;
  content: "\f053";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  left: -12px;
  top: 9px;
  color: #fff;
  opacity: 0;
  transition: all 0.1s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#ball:after {
  font-family: FontAwesome;
  content: "\f054";
  font-size: 6px;
  width: 4px;
  height: 8px;
  line-height: 8px;
  text-align: center;
  position: absolute;
  right: -10px;
  top: 9px;
  color: #fff;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up #ball:before,
.scale-up #ball:after {
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

#ball i {
  color: #fff;
  width: 29px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  font-size: 6px;
  display: block;
  opacity: 1;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.scale-up #ball i {
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}

#ball.with-icon i {
  width: 27px;
}

#ball.close-icon i {
  color: #000;
  width: 27px;
  font-size: 8px;
}

#ball.over-movie i.fa-play,
#ball.over-movie.pause-movie i.fa-pause {
  display: block;
}

#ball.over-movie i.fa-pause,
#ball.over-movie.pause-movie i.fa-play {
  display: none;
}

#ball-loader {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid #000;
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 0;
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

.light-content #ball-loader,
.night-mode #ball-loader,
.over-menu #ball-loader {
  border-bottom: 2px solid #fff;
}

.show-loader #ball-loader {
  opacity: 1;
  -webkit-transition: opacity 0.2s ease-in-out 0s;
  transition: opacity 0.2s ease-in-out 0s;
}

@keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }

  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }

  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}

.show-loader a {
  pointer-events: none;
}

#rotate-device {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  background-color: #fff;
  background-image: url(images/rotate.png);
  background-size: 100px 100px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}

/*--------------------------------------------------
	02. Page Overlay
---------------------------------------------------*/

.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 2000;
  text-align: center;
}

.percentage {
  z-index: 100;
  color: #000;
  opacity: 1;
  font-weight: 700;
  font-size: 200px;
  line-height: 200px;
  color: rgba(0, 0, 0, 0.05);
}

.trackbar {
  width: 20vw;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  position: fixed;
  bottom: 100px;
  left: 40vw;
  opacity: 1;
}

.loadbar {
  width: 0%;
  height: 1px;
  background: rgba(0, 0, 0, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
}

/*--------------------------------------------------
	03. Header Elements
---------------------------------------------------*/

header {
  opacity: 1;
  width: 100%;
  height: 140px;
  left: 0;
  top: 0;
  background-color: transparent;
  position: fixed;
  box-sizing: border-box;
  z-index: 1000;
  -webkit-transition: background 0.4s ease-in-out 0s;
  transition: background 0.4s ease-in-out 0s;
}

#header-container {
  box-sizing: border-box;
  background-color: #fff;
  height: 80px;
  padding: 0 80px;
  margin: 0px auto;
  position: relative;
  width: 100%;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#header-container-video {
  box-sizing: border-box;
  background-color: trnasparent !important;
  height: 80px;
  padding: 0 80px;
  margin: 0px auto;
  position: relative;
  width: 100%;
  z-index: 20;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#logo {
  position: relative;
  display: table;
  pointer-events: auto;
  z-index: 10;
  top: 23px;
  float: left;
}

#logo a {
  display: block;
}

#logo a.disable,
.open #logo a {
  pointer-events: none;
}

#logo img {
  display: block;
  height: 36px;
  width: auto;
}

#logo img.black-logo {
  opacity: 1;
}

.light-content #logo img.black-logo {
  opacity: 0;
}

#logo img.white-logo {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.light-content #logo img.white-logo {
  opacity: 1;
}

.menu-open.light-content .slide-in #logo img.white-logo {
  opacity: 1;
}

#burger-wrapper {
  width: 80px;
  height: 80px;
  float: right;
  top: 0px;
  right: -25px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

#burger-circle {
  width: 40px;
  height: 40px;
  border-radius: 32px;
  box-sizing: border-box;
  background-color: #000;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -20px;
  margin-left: -20px;
  cursor: pointer;
  z-index: 1;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.light-content #burger-circle {
  background-color: #fff;
}

#menu-burger {
  width: 32px;
  height: 24px;
  position: relative;
  margin: 0 auto;
  z-index: 2;
  pointer-events: none;
}

.menu-overlay #menu-burger {
  display: block;
}

#menu-burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #000;
  opacity: 1;
  right: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: background-color 0.05s ease-in-out,
    transform 0.2s ease-in-out, top 0.2s ease-in-out;
  transition: background-color 0.05s ease-in-out, transform 0.2s ease-in-out,
    top 0.2s ease-in-out;
}

.light-content #menu-burger span {
  background-color: #fff;
}

#menu-burger span:nth-child(1) {
  top: 7px;
}

#menu-burger span:nth-child(2) {
  top: 15px;
}

#menu-burger.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 10px;
}

#menu-burger.open span:nth-child(2) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
}

/*--------------------------------------------------
	04. Overlay Menu
---------------------------------------------------*/

#menu-overlay {
  position: fixed;
  z-index: 15;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.1s ease-in-out 0.6s;
}

#menu-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

#close-menu {
  position: fixed !important;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#menu-overlay .outer {
  width: 100%;
  margin: 0 auto;
  padding: 80px;
  box-sizing: border-box;
}

#menu-overlay .inner {
  position: relative;
  pointer-events: none;
}

nav,
nav ul,
nav ul li,
nav ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  display: block;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

nav {
  width: auto;
  float: none;
  display: table;
  margin-bottom: 20px;
  pointer-events: initial;
  margin: 0 auto;
}

nav ul ul {
  display: none;
  margin-bottom: 20px;
  position: relative;
}

nav > ul > li > a {
  padding: 2px 0px;
  cursor: pointer;
  color: #000;
  line-height: 90px;
  font-size: 48px;
  font-weight: 100;
  position: relative;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  background-color: #fff;
}

nav > ul > li {
  width: auto;
  padding: 0 5px;
}

nav > ul > li > a::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 70px;
  background: rgba(255, 255, 255, 0.8);
  transform: scaleX(0);
  transform-origin: right;
  -webkit-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}

nav > ul > li > a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
  -webkit-transition: transform 0.2s ease-out 0.05s;
  transition: transform 0.2s ease-out 0.05s;
}

nav > ul > li > a:hover,
nav > ul > li.active > a,
nav > ul > li.open > a {
  color: #000;
}

nav ul ul li a {
  cursor: pointer;
  padding: 10px 20px 2px;
  z-index: 1;
  text-decoration: none;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
  font-weight: 700;
  line-height: 20px !important;
}

nav ul ul li:hover > a,
nav ul ul li.open > a,
nav ul ul li.active > a {
  color: #000;
}

nav ul ul ul li a {
  padding-left: 40px;
}

.buy-item {
  position: absolute !important;
  bottom: 0px;
  font-size: 14px;
  font-weight: 700;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  display: table !important;
  /* width: 164px; */
  pointer-events: initial;
}

/*--------------------------------------------------
	04. Overlay Menu
---------------------------------------------------*/

#sidebar-overlay {
  position: fixed;
  z-index: 15;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  text-align: left;
  transition: all 0.1s ease-in-out 0.6s;
}

#sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  transition: all 0.3s ease-in-out 0.2s;
}

#close-sidebar {
  position: fixed !important;
  height: 100vh;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#sidebar-overlay .outer {
  width: 100%;
  margin: 0 auto;
  padding: 80px;
  box-sizing: border-box;
}

#sidebar-overlay .inner {
  position: relative;
  pointer-events: none;
}

/*--------------------------------------------------
	05. Hero Section
---------------------------------------------------*/

#hero {
  overflow: hidden;
  width: 100%;
  height: 30vh;
  position: relative;
  z-index: 0;
}

#hero.has-image {
  z-index: 2;
  height: 100vh;
}

#hero.has-map {
  pointer-events: none;
}

.transition #hero {
  opacity: 1 !important;
  transform: translate3d(0px, 0px, 0px) !important;
  -webkit-transform: translate3d(0px, 0px, 0px) !important;
}

#hero-styles {
  position: absolute;
  width: 100%;
  height: 30vh;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  z-index: 2;
}

#hero.has-image #hero-styles {
  position: fixed;
}

#hero.has-image #hero-styles {
  height: 100vh;
}

#hero-caption {
  display: table;
  width: 100%;
  padding: 20px;
  margin: 0 auto;
  height: 100%;
  position: relative;
  text-align: center;
  box-sizing: border-box;
}

#hero.has-image #hero-caption {
  padding: 20px;
}

#hero #hero-caption .inner {
  vertical-align: bottom;
}

#hero.has-image #hero-caption .inner {
  vertical-align: bottom;
  padding-bottom: 32px;
}

.transition #hero-bg-wrapper,
.transition-bp #hero-bg-wrapper {
  opacity: 1 !important;
  -webkit-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
}

#hero-bg-wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1;
  margin: 0 auto;
  left: 0;
  top: 0;
  right: 0;
  -webkit-transition: filter 0.6s ease-in-out;
  transition: filter 0.6s ease-in-out;
  overflow: hidden;
}

#hero-image-parallax {
  position: absolute;
  width: 100%;
  height: 100%;
}

#hero-bg-image {
  background-size: cover;
  position: absolute;
  background-position: center center;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.load-project-page #hero-bg-image {
  opacity: 1;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.hero-title {
  color: #000;
  position: relative;
  z-index: 10;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-left: 0px;
  margin-bottom: 0px;
  transform: translateY(10vh);
  -webkit-transform: translateY(10vh);
  opacity: 0;
}

#hero.has-image .hero-title {
  transform: translateY(10vh);
  -webkit-transform: translateY(10vh);
  opacity: 0;
}

.light-content .hero-title {
  color: #fff;
}

.hero-subtitle {
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  color: #666666	;
  margin-bottom: 0px;
  width: 100%;
  z-index: 10;
  opacity: 0;
  position: relative;
  transform: translateY(15vh);
  -webkit-transform: translateY(15vh);
}

.scenario-info-text {
  margin: 20px;
}

.scenario-info-text h5 {
  font-size: 16px;
  line-height: 20px;
}

.scenario-info-text p {
  font-size: 16px;
  line-height: 20px;
}

#share {
  display: block;
  position: relative;
  pointer-events: initial;
  width: 40px;
}

.jssocials-share {
  margin: 0 !important;
  position: relative;
  display: block;
  z-index: 1;
  width: 40px;
  height: 60px;
  padding: 10px 0;
}

.jssocials-shares:hover .jssocials-share-link {
  opacity: 0.3;
}

.jssocials-shares .jssocials-share-link:hover {
  color: #000 !important;
  opacity: 1;
}

.jssocials-share-link {
  font-size: 24px;
  color: #000 !important;
  position: relative;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  height: 40px !important;
  width: 40px !important;
  text-align: center !important;
  line-height: 40px !important;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.light-content .jssocials-share-link {
  color: #fff;
}

/*--------------------------------------------------
	06. Main Content
---------------------------------------------------*/

#main {
  position: relative;
  opacity: 0;
}

.load-project-page #main {
  opacity: 1;
}

#main-content {
  position: relative;
  opacity: 1;
  z-index: 10;
  min-height: 50vh;
  background-color: #fff;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

#main-content.perspective {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0.5;
}

/*--------------------------------------------------
	07. Footer Elements
---------------------------------------------------*/

#page-bottom {
  width: 100%;
  height: 140px;
  bottom: 0;
  position: fixed;
  box-sizing: border-box;
  z-index: 1000;
  pointer-events: none;
}

#page-action-holder-left {
  position: fixed;
  box-sizing: border-box;
  left: 50px;
  bottom: 40px;
  height: 80px;
  width: 80px;
  z-index: 10;
  pointer-events: initial;
  opacity: 1;
  color: #000;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
}

.light-content #page-action-holder-left div {
  color: #fff;
}

#page-action-holder-left.is-active.is-visible,
.after-slider #page-action-holder-left {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#page-action-holder-right {
  position: fixed;
  right: 55px;
  bottom: 40px;
  height: 80px;
  width: 80px;
  box-sizing: border-box;
  pointer-events: initial;
  z-index: 10;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  transition: all 0.4s cubic-bezier(0.68, 0, 0.265, 1) 0.2s;
}

#page-action-holder-right.is-active.is-visible,
.after-slider #page-action-holder-right {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.page-action-wrap {
  width: 80px;
  height: 80px;
  float: right;
  top: 0px;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.open-filters {
  height: 46px;
  width: 46px;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  cursor: pointer;
  position: relative;
}

.scrolltotop {
  height: 46px;
  width: 46px;
  cursor: pointer;
  position: relative;
}

.arrow-left {
  height: 10px;
  background-color: #000;
  transform: rotate(-45deg);
  width: 2px;
  position: absolute;
  left: 19px;
  top: 22px;
  -webkit-transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s,
    transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s,
    transform 0.2s ease-in-out 0s;
}

.arrow-right {
  height: 10px;
  background-color: #000;
  transform: rotate(45deg);
  width: 2px;
  position: absolute;
  left: 25px;
  top: 22px;
  -webkit-transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s,
    transform 0.2s ease-in-out 0s;
  transition: top 0.2s ease-in-out 0s, left 0.2s ease-in-out 0s,
    transform 0.2s ease-in-out 0s;
}

.no-tooltip[data-tooltip]::before {
  opacity: 0;
}

.page-up .arrow-left {
  height: 10px;
  background-color: #000;
  transform: rotate(45deg);
  width: 2px;
  position: absolute;
  left: 19px;
  top: 13px;
}

.page-up .arrow-right {
  height: 10px;
  background-color: #000;
  transform: rotate(-45deg);
  width: 2px;
  position: absolute;
  left: 25px;
  top: 13px;
}

.light-content .arrow-left,
.light-content .arrow-right {
  background-color: #fff;
}

.arrow-top-line {
  background-color: #000;
  height: 16px;
  left: 50%;
  margin-left: -1px;
  position: absolute;
  top: 14px;
  width: 2px;
}

.light-content .arrow-top-line {
  background-color: #fff;
}

footer {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 12;
  box-sizing: border-box;
  text-align: left;
  float: left;
}

#footer-container {
  box-sizing: border-box;
  height: 80px;
  padding: 0 80px;
  padding-left: 15%;
  padding-right: 15%;
  margin: 20px auto;
  position: relative;
  width: 100%;
  z-index: 20;
  text-align: center !important;
}

.footer-info {
  font-family: "Product Sans", sans-serif;
  font-weight: 300;
  font-size: 14px;
  color: #666666	;
  width: 100%;
  float: left;
  line-height: 45px;
}

/*--------------------------------------------------
	08. Responsive
---------------------------------------------------*/

@media only screen and (max-width: 1466px) {
  header {
    height: 120px;
  }

  #header-container {
    padding: 0 60px;
    margin: 0px auto;
  }

  nav > ul > li > a {
    line-height: 60px;
    font-size: 50px;
  }

  .hero-title {
    font-size: 20px;
    line-height: 28px;
  }

  .hero-subtitle {
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
    color: #666666	;
    margin-bottom: 0px;
	margin-top: 8px;
    width: 100%;
    z-index: 10;
    opacity: 0;
    position: relative;
    transform: translateY(15vh);
    -webkit-transform: translateY(15vh);
  }

  .container {
    max-width: 1580px;
    width: 100%;
    padding: 0 160px;
  }

  #sidebar-overlay .outer {
    padding: 60px;
  }

  #page-action-holder-left {
    left: 25px;
    bottom: 30px;
  }

  #page-action-holder-right {
    right: 30px;
    bottom: 30px;
  }

  #footer-container {
    height: 70px;
    padding-left: 14%;
  }

  .one_half {
    width: 46%;
  }

  .one_fourth {
    width: 22%;
  }
}

@media only screen and (max-width: 1024px) {
  .percentage {
    font-size: 100px;
  }

  header {
    background: #fff;
  }

  .parallax-wrap {
    transform: none !important;
  }

  .parallax-element {
    transform: none !important;
  }

  .container,
  .small .container {
    padding: 0 60px;
  }

  #magic-cursor {
    display: none;
  }

  #hero-caption,
  #hero-image-parallax,
  #hero-bg-image {
    transform: none !important;
    background-size: cover;
    bottom: 2%;
  }

  .one_half {
    width: 100%;
  }

  .one_fourth {
    width: 46%;
  }

  .one_fifth {
    width: 40%;
  }
}

@media only screen and (max-width: 767px) {

  
  header {
    height: 80px;
  }

  #header-container {
    padding: 0 50px;
    margin: 0px auto;
  }

  #sidebar-overlay .outer {
    padding: 50px;
  }

  #hero {
    height: 40vh;
  }

  #hero-styles {
    height: 100%;
  }

  #hero.has-image {
    height: 100vh;
  }

  #hero.has-image #hero-styles {
    position: absolute;
  }

  #page-action-holder-left {
    left: 15px;
    bottom: 20px;
  }

  #page-action-holder-right {
    right: 15px;
    bottom: 20px;
  }

  #footer-container {
    height: 60px;
    padding-left: 15%;
  }

  .footer-info {
    width: 80%;
  }

  .container,
  .small .container {
    padding: 0 50px;
  }

  .full .container {
    padding: 0;
  }

  .destory {
    display: none;
  }

  .one_half {
    width: 100%;
  }

  .one_half {
    padding-right: 0;
  }

  .one_half.last {
    padding-left: 0;
  }

  .one_third {
    width: 100%;
  }

  .one_fourth {
    width: 50%;
  }

  .one_fifth {
    width: 50%;
  }

  .one_sixth {
    width: 100%;
  }

  .two_fifth {
    width: 100%;
  }

  .two_fourth {
    width: 100%;
  }

  .two_third {
    width: 100%;
  }

  .three_fifth {
    width: 100%;
  }

  .three_fourth {
    width: 100%;
  }

  .four_fifth {
    width: 100%;
  }

  .five_sixth {
    width: 100%;
  }

  .one_half,
  .one_third,
  .two_third,
  .three_fourth,
  .one_fourth,
  .two_fourth,
  .one_fifth,
  .two_fifth,
  .three_fifth,
  .four_fifth,
  .one_sixth,
  .five_sixth {
    margin-bottom: 20px;
    margin-right: 0%;
  }

  .text-align-center p.title-has-line::after,
  #page-nav p.title-has-line::after {
    display: none;
  }

  p {
    font-size: 18px;
  }

  h4 {
    font-size: 20px;
    line-height: 28px;
    margin-left: -1px;
}
#logo img {
    display: block;
    height: 32px;
    width: auto;
  }
}

@media only screen and (max-width: 479px) {
  p {
    font-size: 16px;
    line-height: 24px;
  }

  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 24px;
    line-height: 32px;
}

  h3 {
    font-size: 24px;
    line-height: 32px;
    margin-left: -1px;
  }

  h4 {
    font-size: 18px;
    line-height: 24px;
    margin-left: -1px;
	margin-top: 8px;
  }
  .challenge {
    background-color: #000;
    color: #fff;
	font-size: 21px;
    line-height: 28px;
    margin-left: -1px;
  }

  #logo {
    position: relative;
    display: table;
    pointer-events: auto;
    z-index: 10;
    top: 26px;
    float: left;
  }

  #logo img {
    display: block;
    height: 26px;
    width: auto;
  }

  #header-container {
    padding: 0 30px;
    margin: 0px auto;
  }

  #burger-wrapper {
    right: -30px;
  }

  #menu-overlay .outer {
    padding: 30px;
  }

  nav > ul > li > a {
    line-height: 60px;
    font-size: 36px;
  }

  #sidebar-overlay .outer {
    padding: 30px;
  }

  .container,
  .small .container {
    padding: 0 30px;
  }

  .full .container {
    padding: 0 0px;
  }

  .row_padding_bottom {
    padding-bottom: 50px;
  }

  .row_padding_top {
    padding-top: 60px;
  }

  p.title-has-line::after {
    display: none;
  }

  #page-action-holder-left {
    left: 0px;
    bottom: 0px;
  }

  #page-action-holder-right {
    right: 0px;
    bottom: 0px;
  }

  #footer-container {
    min-height: 60px;
    padding: 0 70px;
    height: auto;
  }

  .footer-info {
    width: 100%;
    text-align: center;
  }

  .one_fifth {
    width: 100%;
  }

  #hero.has-image #hero-caption .inner {
    vertical-align: bottom;
    padding-bottom: 60px;
  }

  #hero-bg-image {
    background-size: cover;
    position: absolute;
    background-position: center center;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  .one_fourth {
	width: 100%;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: landscape) {
  /* #rotate-device {
		display:block;
	} */
}

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap");

.showcase {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  /* color: #fff; */
  padding: 0 20px;
}

.video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: var(--primary-color)
    url("./https://traversymedia.com/downloads/cover.jpg") no-repeat center
    center/cover;
}

.video-container video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}

.video-container:after {
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /* background: rgba(0, 0, 0, 0.5); */
  position: absolute;
}

.content {
  z-index: 2;
  height: auto;
  width: auto;
}

.content a {
  height: auto;
  width: auto;
}
