/*
	Theme Name: Manifesto
	Theme URI: http://manifesto.clapat-themes.com/
	Description: Responsive WordPress Theme
	Version: 1.4
	Author: ClaPat
	Author URI: https://clapat.com/
	Created Date: 14/07/2023
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: agency, ajax, business, clapat, clean, creative, gallery, minimal, modern, photography, portfolio, premium, responsive, showcase
	Text Domain: manifesto
*/

@font-face {
    font-family: "mona-sansextrabold_wide";
    font-style: normal;
    font-weight: normal;

    src: url("webfonts/mona-sans-extraboldwide-webfont.woff2") format("woff2"),
    url("webfonts/mona-sans-extraboldwide-webfont.woff") format("woff");
}

@font-face {
    font-family: "mona-sanslight_wide";
    font-style: normal;
    font-weight: normal;

    src: url("webfonts/mona-sans-lightwide-webfont.woff2") format("woff2"),
    url("webfonts/mona-sans-lightwide-webfont.woff") format("woff");
}

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

01. General Styles
02. Magic Cursor
03. Page Preloader
04. Header Elements
05. Main Content 
06. Footer Elements
07. Responsive Media Querries

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


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

html,
body {
    width: 100%;
    height: 100%;

    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 400;

    -webkit-user-select: none; /* Safari */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* supported by Chrome and Opera */

    color: #444;
    background-color: #fff;

     -khtml-user-select: none; /* Konqueror HTML */
}

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

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

    -webkit-transition: opacity .2s ease-in-out .2s;
            transition: opacity .2s ease-in-out .2s;
}

body.smooth-scroll {
    overflow: hidden;
}

body.hidden {
    opacity: 0;
}

main111 {
    -webkit-transition: background .5s ease-in-out 0s;
            transition: background .5s ease-in-out 0s;
}

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 {
    padding: 0;
    margin: 0;

    vertical-align: baseline;

    border: 0;
    outline: 0;
}

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

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

address {
    margin-bottom: 24px;

    font-style: italic;
}

abbr[title] {
    cursor: help;

    border-bottom: 1px dotted #2b2b2b;
}

b,
strong {
    font-weight: 600;

    color: #000;
}

.light-content b,
.light-content strong,
.dark-section b,
.dark-section strong {
    font-weight: 600;

    color: #fff;
}

.light-content .light-section b,
.light-content .light-section strong {
    font-weight: 600;

    color: #000;
}

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

mark,
ins {
    display: inline-block;
    padding: 2px 8px;

    text-decoration: none;

    color: #fff;
    border-radius: 2px;
    background: none repeat scroll 0 0 #000;
}

.light-content mark,
.light-content ins,
.dark-section mark,
.dark-section ins {
    color: #000;
    background: none repeat scroll 0 0 #fff;
}

.light-content .light-section mark,
.light-content .light-section ins {
    color: #fff;
    background: none repeat scroll 0 0 #111;
}

code,
kbd,
tt,
var,
samp,
pre {
    font-family: monospace, serif;
    font-size: 15px;
    line-height: 1.6;

    -webkit-hyphens: none;
       -moz-hyphens: none;
            hyphens: none;

        -ms-hyphens: none;
}

pre {
    max-width: 100%;
    padding: 12px;
    margin-bottom: 24px;
    overflow: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;

    background-color: rgba(0,0,0,.05);
}

.light-content pre,
.dark-section pre {
    color: #fff;
    background-color: rgba(255,255,255,.05);
}

.light-content .light-section pre {
    color: #000;
    background-color: rgba(0,0,0,.05);
}

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

        -ms-hyphens: none;
}

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

blockquote {
    position: relative;

    padding-left: 3.5rem;
    margin: 0 0 1.5625rem;
    margin-bottom: 2.1875rem;

    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.6;

    color: #000;
}

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

.light-content .light-section blockquote {
    color: #000;
}

blockquote::before {
    position: absolute;
    top: 5px;
    left: 0;

    font-size: 3rem;
    font-weight: 500;
    line-height: 1;

    content: "\275D";
}

blockquote cite,
blockquote small {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;

    color: #2b2b2b;
}

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

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

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

small {
    font-size: smaller;
}

big {
    font-size: 125%;
}

sup,
sub {
    position: relative;

    height: 0;

    font-size: 75%;
    line-height: 0;

    vertical-align: baseline;
}

sup {
    bottom: 1ex;
}

sub {
    top: .5ex;
}

dl {
    margin-bottom: 24px;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 24px;
}

ul,
ol {
    margin: 0 0 24px 20px;

    list-style: none;
}

ul,
ol {
    margin: 20px 0 25px 20px;

    list-style: none;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

li {
    margin-bottom: 25px;

    line-height: 20px;

    color: #444;
}

.light-content li,
.dark-section li {
    color: #ccc;
}

.light-content .light-section li {
    color: #444;
}

figure {
    position: relative;

    display: block;
    margin: 0;
}

figure.has-parallax {
    overflow: hidden;
}

.full figure.has-parallax,
.full_elementor figure.has-parallax {
    height: 100vh;
    overflow: hidden;
}

figure img {
    max-width: 100%;
}

.has-parallax-content > img,
.has-parallax > img {
    position: absolute;

    display: block;
    width: 100%;
    height: 100%!important;

    object-fit: cover;
    object-position: center;
}

figcaption {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 10;

    padding: 5px 10px;

    font-size: 10px;
    font-weight: 400;

    color: #fff;
    border-radius: 0;
    background-color: rgba(0,0,0,.3);
}

fieldset {
    padding: 0;
    margin: 0 0 24px;

    border: 1px solid rgba(0, 0, 0, .1);
}

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-search-decoration {
    -webkit-appearance: none;
}

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

    border: 0;
}

textarea {
    overflow: auto;

    vertical-align: top;
}

table {
    width: 100%;
    margin-bottom: 24px;

    border-spacing: 0;
    border-collapse: separate;

    color: #444;
    border-width: 1px 0 0 1px;
}

thead,
.light-content .light-section thead {
    color: #fff;
    background-color: rgba(0,0,0,1);
}

.light-content thead,
.dark-section thead {
    background-color: rgba(255,255,255,1);
}

thead tr,
.light-content .light-section thead tr {
    color: #fff;
}

.light-content thead tr,
.dark-section thead tr {
    color: #000;
}

tr,
.light-content .light-section tr {
    color: #444;
}

.light-content tr,
.dark-section tr {
    color: #ccc;
}

tr:nth-child(2n),
.light-content .light-section tr:nth-child(2n) {
    background-color: rgba(0,0,0,.05);
}

.light-content tr:nth-child(2n),
.dark-section tr:nth-child(2n) {
    background-color: rgba(255,255,255,.1);
}

caption,
th,
td {
    font-weight: normal;

    text-align: left;
}

th {
    padding: 10px;

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

td {
    padding: 10px;

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

del {
    color: #767676;
}

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

    -webkit-transition: translateY(0px)!important;
    transform: translateY(0px)!important;

    opacity: 1!important;
    border: 0;
}

hr.animated-line {
    height: 1px;
    padding-top: 20px;
    padding-bottom: 20px;
}

hr.animated-line:before {
    display: block;
    width: 0;
    height: 1px;

    content: "";

    background: rgba(0,0,0,.1);
}

.light-content hr.animated-line:before,
.dark-section hr.animated-line:before {
    background: rgba(255,255,255,.15);
}

.light-content .light-section hr.animated-line:before {
    background: rgba(0,0,0,.1);
}

hr.animated.animated-line:before {
    width: 100%;

    -webkit-transition: width .7s ease-in-out .1s;
            transition: width .7s ease-in-out .1s;
}

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

    content: " ";
}

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

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

img {
    height: auto;
    max-width: 100%;

    vertical-align: middle;

    border: 0 none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;

    font-family: "mona-sansextrabold_wide";

    color: #000;
}

.uppercase-titles h1,
.uppercase-titles h2,
.uppercase-titles h3,
.uppercase-titles h4,
.uppercase-titles h5,
.uppercase-titles h6 {
    text-transform: uppercase;
}

.primary-font-title {
    font-family: "mona-sansextrabold_wide";
}

.secondary-font-title,
em {
    font-family: "mona-sanslight_wide";
    font-style: normal;
}

.big-title {
    font-size: calc(1rem + 4.15vw);
    line-height: calc(1rem + 4.5vw);
}

h1 {
    font-size: calc(1rem + 4.15vw);
    line-height: calc(1rem + 4.5vw);
}

h2 {
    font-size: calc(1rem + 3vw);
    line-height: calc(1rem + 3.5vw);
}

h3 {
    font-size: calc(1rem + 2vw);
    line-height: calc(1rem + 2.5vw);
}

h4 {
    font-size: calc(1rem + 1vw);
    line-height: calc(1rem + 1.6vw);
}

h5 {
    font-size: calc(1rem + .6vw);
    line-height: calc(1rem + 1.5vw);
}

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

h6.has-icon {
    position: relative;

    display: inline-block;
    width: auto;
    padding-left: 20px;
    box-sizing: border-box;
}

h6.has-icon::before {
    position: absolute;
    left: 0;

    font: var(--fa-font-solid);
    font-size: 12px;
    line-height: inherit;

    content: "\f101";
    text-align: left;
}

.no-margins {
    margin: 0;
}

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

.light-content .light-section h1,
.light-content .light-section h2,
.light-content .light-section h3,
.light-content .light-section h4,
.light-content .light-section h5,
.light-content .light-section h6 {
    color: #000;
}

p {
    margin-bottom: 20px;

    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    color: #444;
}

.light-content p,
.dark-section p {
    color: #777;
}

.light-content .light-section p {
    color: #444;
}

.elementor-widget-text-editor p,
.light-content .elementor-widget-text-editor p,
.dark-section .elementor-widget-text-editor p,
.light-content .light-section .elementor-widget-text-editor p {
    margin-bottom: inherit;

    font-size: inherit;
    line-height: inherit;

    color: inherit;
}

.bigger {
    font-size: 20px;
    line-height: 30px;
}

.smaller {
    font-size: 12px;
    line-height: 24px;
}

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

.container::after {
    display: table;
    clear: both;

    content: " ";
}

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

a,
.light-content .light-section a {
    text-decoration: none;

    color: #000;
    outline: 0;
}

.light-content a,
.dark-section a,
.white-header a {
    color: #fff;
}

.light-content .white-header a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

.one_half {
    width: 48%!important;
}

.one_third {
    width: 30.6%!important;
}

.one_fourth {
    width: 22%!important;
}

.one_fifth {
    width: 16.8%!important;
}

.one_sixth {
    width: 13.33%!important;
}

.two_fifth {
    width: 37.6%!important;
}

.two_fourth {
    width: 48%!important;
}

.two_third {
    width: 65.33%!important;
}

.three_fifth {
    width: 58.4%!important;
}

.three_fourth {
    width: 74%!important;
}

.four_fifth {
    width: 79.2%!important;
}

.five_sixth {
    width: 82.67%!important;
}

.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.two_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth {
    position: relative!important;

    float: left!important;
    margin-right: 4%!important;
    margin-bottom: 1px!important;
}

.one_half.last,
.one_third.last,
.two_third,
.last .three_fourth.last,
.one_fourth.last,
.two_fourth.last,
.one_fifth.last,
.two_fifth.last,
.three_fifth.last,
.four_fifth.last,
.one_sixth.last,
.five_sixth.last {
    margin-right: 0!important;
}

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

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

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

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

.inner {
    display: table-cell;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;

    vertical-align: middle;
}

.light-section-wrapper,
.dark-section-wrapper {
    width: 100vw!important;
    max-width: 1000%!important;
    margin-right: calc(50% - 50vw)!important;
    margin-left: calc(50% - 50vw)!important;
}

.light-section-container,
.dark-section-container {
    position: relative;

    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.content-row {
    position: relative;
    z-index: 1;

    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;

    opacity: 1;
}

.clip-effects {
    overflow: hidden;

    clip-path: inset(6% 18% 0% 18%);
}

.content-row::after {
    display: table;
    clear: both;

    content: " ";
}

.small {
    width: 100%;
    max-width: 820px;
    margin: 0 auto;
}

.large {
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
}

.full {
    width: 100vw!important;
    max-width: 1000%!important;
    margin-right: calc(50% - 50vw)!important;
    margin-left: calc(50% - 50vw)!important;
}

.row_padding_top {
    padding-top: 9.3vw;
}

.row_padding_bottom {
    padding-bottom: 9vw;
}

.row_padding_left {
    padding-left: 80px;
}

.row_padding_right {
    padding-right: 80px;
}

.row_padding_all {
    padding-top: 4vw;
    padding-right: 80px;
    padding-bottom: 4vw;
    padding-left: 80px;
}

#rotate-device {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    display: none;
    width: 100%;
    height: 100%;

    background-color: #0f1010;
    background-image: url(images/rotate.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100px 100px;
}

i.arrow-icon {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;

    border: solid #000;
    border-width: 0 3px 3px 0;
}

.light-content i.arrow-icon,
.dark-content .item i.arrow-icon {
    border: solid #fff;
    border-width: 0 3px 3px 0;
}

.light-content .change-header i.arrow-icon,
.dark-content .change-header i.arrow-icon {
    border: solid #000;
    border-width: 0 3px 3px 0;
}

i.arrow-icon::after {
    position: absolute;
    top: 7px;
    left: -6px;

    width: 28px;
    height: 3px;

    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #000;
}

.light-content i.arrow-icon:after,
.light-content .change-header i.arrow-icon::after,
.dark-content .item i.arrow-icon::after {
    background-color: #fff;
}

.light-content .change-header i.arrow-icon::after,
.dark-content .change-header i.arrow-icon::after {
    background-color: #000;
}

i.arrow-icon-down {
    position: relative;
    top: 14px;
    left: 14px;

    display: block;
    width: 12px !important;
    height: 12px !important;
    box-sizing: border-box;

    line-height: 12px !important;

    border: solid #222;
    border-width: 0 2px 2px 0;
}

i.arrow-icon-down.left {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}

i.arrow-icon-down::after {
    position: absolute;
    top: 4px;
    left: -3px;

    width: 16px;
    height: 2px;

    content: "";
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);

    background-color: #222;
}

.light-content i.arrow-icon-down {
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.light-content i.arrow-icon-down::after {
    background-color: #fff;
}

i.arrow-icon-up {
    position: relative;
    top: 14px;
    left: 14px;

    display: block;
    width: 12px !important;
    height: 12px !important;
    box-sizing: border-box;

    line-height: 12px !important;

    border: solid #222;
    border-width: 2px 2px 0 0;
}

i.arrow-icon-up.right {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

i.arrow-icon-up::after {
    position: absolute;
    top: 4px;
    left: -3px;

    width: 16px;
    height: 2px;

    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    background-color: #222;
}

.light-content i.arrow-icon-up {
    border: solid #fff;
    border-width: 2px 2px 0 0;
}

.light-content i.arrow-icon-up::after {
    background-color: #fff;
}

/*--------------------------------------------------
	02. Magic Cursor
---------------------------------------------------*/


#magic-cursor {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;

    width: 30px;
    height: 30px;

    -webkit-transition: opacity .2s ease-in-out .5s;
            transition: opacity .2s ease-in-out .5s;
    pointer-events: none;
}

.hidden-ball #magic-cursor {
    visibility: hidden;

    opacity: 0!important;
}

#ball {
    position: fixed;

    width: 80px;
    height: 80px;
    box-sizing: border-box;

    -webkit-transform: scale(.5);
            transform: scale(.5);
    pointer-events: none;

    opacity: 1;
    border: 2px solid #999;
    border-radius: 50%;
}

.light-content #ball,
#ball.over-movie,
.light-content #ball.with-icon {
    border: 2px solid #999;
    border-color: #999;
}

#ball.with-blur {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);

    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
}

#ball:before {
    position: absolute;
    top: -42px;
    left: 32px;

    width: 8px;
    height: 16px;

    font: var(--fa-font-solid);
    font-size: 14px;
    line-height: 16px;

    content: "\f106";
    transition: all .15s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    text-align: center;

    opacity: 0;
    color: #999;
}

.light-content #ball:before {
    color: #999;
}

#ball::after {
    position: absolute;
    top: 100px;
    left: 32px;

    width: 8px;
    height: 16px;

    font: var(--fa-font-solid);
    font-size: 14px;
    line-height: 16px;

    content: "\f107";
    transition: all .15s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    text-align: center;

    opacity: 0;
    color: #999;
}

.light-content #ball:before,
.light-content #ball:after {
    color: #999;
}

.scale-up #ball:before,
.scale-drag-horizontal #ball:before {
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);

    opacity: 1;
}

.scale-drag-horizontal #ball:before {
    color: #fff;
}

.scale-up #ball:after,
.scale-drag-horizontal #ball:after {
    transition: all .3s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);

    opacity: 1;
}

.scale-drag-horizontal #ball:after {
    color: #fff;
}

.scale-up.scale-none #ball:before,
.scale-up.scale-none #ball:after {
    opacity: 0;
}

#ball-drag-x {
    position: absolute;

    width: 72px;
    height: 72px;
    box-sizing: border-box;

    pointer-events: none;

    opacity: 1;
}

#ball-drag-x::before {
    position: absolute;
    top: 30px;
    left: -37px;

    width: 8px;
    height: 16px;

    font: var(--fa-font-solid);
    font-size: 14px;
    line-height: 16px;

    content: "\f053";
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    text-align: center;

    opacity: 0;
    color: #000;
}

.light-content #ball-drag-x:before {
    color: #fff;
}

#ball-drag-x::after {
    position: absolute;
    top: 30px;
    right: -40px;
    left: auto;

    width: 8px;
    height: 16px;

    font: var(--fa-font-solid);
    font-size: 14px;
    line-height: 16px;

    content: "\f054";
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
    text-align: center;

    opacity: 0;
    color: #000;
}

.light-content #ball-drag-x:before,
.light-content #ball-drag-x:after {
    color: #fff;
}

.drag-cursor-white #ball-drag-x:before,
.drag-cursor-white #ball-drag-x:after {
    color: #fff;
}

.drag-cursor-black #ball-drag-x:before,
.drag-cursor-black #ball-drag-x:after {
    color: #000;
}

.scale-drag-x #ball-drag-x:before {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);

    opacity: 1;
}

.scale-drag-x #ball-drag-x:after {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);

    opacity: 1;
}

.scale-up.scale-drag #ball-drag-x:before,
.scale-up.scale-drag #ball-drag-x:after {
    opacity: 0;
}

#ball-drag-y {
    position: absolute;

    width: 72px;
    height: 72px;
    box-sizing: border-box;

    pointer-events: none;

    opacity: 1;
}

#ball-drag-y:before {
    position: absolute;
    top: -40px;
    left: 32px;

    width: 8px;
    height: 16px;

    font: var(--fa-font-solid);
    font-size: 14px;
    line-height: 16px;

    content: "\f077";
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
    text-align: center;

    opacity: 0;
    color: #000;
}

.light-content #ball-drag-y:before {
    color: #fff;
}

#ball-drag-y::after {
    position: absolute;
    top: 100px;
    left: 32px;

    width: 8px;
    height: 16px;

    font: var(--fa-font-solid);
    font-size: 14px;
    line-height: 16px;

    content: "\f078";
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    text-align: center;

    opacity: 0;
    color: #000;
}

.light-content #ball-drag-y:before,
.light-content #ball-drag-y:after {
    color: #fff;
}

.scale-drag-y #ball-drag-y:before {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);

    opacity: 1;
}

.scale-drag-y #ball-drag-y:after {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);

    opacity: 1;
}

.scale-up.scale-drag #ball-drag-y:before,
.scale-up.scale-drag #ball-drag-y:after {
    opacity: 0;
}

#ball i {
    display: block;
    width: 76px;
    height: 80px;

    font-size: 14px;
    line-height: 78px;

    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    text-align: center;

    opacity: 1;
    color: #fff;
}

#ball {
    display: flex;
    flex-direction: column;

    justify-content: center;
}

#ball p {
    position: relative;

    display: flex;
    width: auto;
    height: 16px;
    padding-top: 0;
    padding-left: 0;
    margin: 0 auto;
    margin-bottom: 0;
    flex-direction: column;
    box-sizing: border-box;

    font-size: 10px;
    font-weight: 600;
    line-height: 16px;

    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    text-align: center;

    opacity: 1;
    color: #fff;

    align-self: center;
}

.light-content #ball p {
    color: #fff;
}

#ball p.center-first::before {
    position: absolute;
    top: calc(50% - 10px);
    left: -8px;

    height: 20px;

    font-size: 12px;
    font-weight: 500;
    line-height: 20px;

    content: "[";
}

#ball p.center-first::after {
    position: absolute;
    top: calc(50% - 10px);
    right: -8px;

    height: 20px;

    font-size: 12px;
    font-weight: 500;
    line-height: 20px;

    content: "]";
}

.light-content #ball i,
#ball.over-movie i,
.light-content #ball.with-icon i {
    color: #fff;
}

.drag-cursor-white #ball i,
.drag-cursor-white #ball.with-icon i {
    color: #fff;
}

.drag-cursor-black #ball i,
.drag-cursor-black #ball.with-icon i {
    color: #000;
}

.light-content #ball.with-icon.dark-icon i {
    color: #000;
}

.scale-up #ball i {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;

    opacity: 0;
}

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

#ball.with-icon i:nth-child(2) {
    display: none;
}

#ball.close-icon i {
    width: 75px;
    height: 76px;

    font-size: 14px;
}

#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 {
    position: absolute;

    width: 100px;
    height: 100px;
    box-sizing: border-box;

    -webkit-transition: opacity 0s ease-in-out 0s;
            transition: opacity 0s ease-in-out 0s;
    -webkit-transform: translate(-14px, -14px) rotate(0deg);
            transform: translate(-14px, -14px) rotate(0deg);
    -webkit-animation: rotating .8s ease-in-out infinite;
            animation: rotating .8s ease-in-out infinite;

    opacity: 0;
    border-top: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #999;
    border-left: 4px solid transparent;
    border-radius: 100px;
    background-color: transparent;
}

.light-content #ball-loader {
    border-bottom: 4px solid #999;
}

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

    opacity: 1;
}

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

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

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

.show-loader a,
.show-loader nav,
.scale-up a,
.scale-up .hide-ball,
scale-up .link,
.scale-up .button-wrap,
.scale-up #burger-wrapper,
.scale-up .disable-drag,
.scale-drag a,
.scale-drag .move-title {
    pointer-events: none!important;
}

.disable-cursor #magic-cursor {
    display: none;
}

#ball i.arrow-icon {
    position: absolute;
    top: 28px;
    left: 30px;

    display: block;
    width: 20px;
    height: 20px;
    box-sizing: border-box;

    border: solid #fff;
    border-width: 3px 3px 0 0;
}

.light-content #ball i.arrow-icon {
    border: solid #fff;
    border-width: 3px 3px 0 0;
}

#ball i.arrow-icon:after {
    position: absolute;
    top: 8px;
    left: -8px;

    width: 30px;
    height: 3px;

    content: "";
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);

    background-color: #fff;
}

.light-content #ball i.arrow-icon:after {
    background-color: #fff;
}


/*--------------------------------------------------
	03. Page Preloader
---------------------------------------------------*/

.disable-ajaxload .preloader-wrap {
    display: none;
}

.preloader-wrap {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1800;

    width: 100%;
    height: 100%;

    text-align: center;

    background: #000;
}

.preloader-wrap .outer {
    padding: 0;
    box-sizing: border-box;
}

.preloader-wrap .inner {
    box-sizing: border-box;

    vertical-align: middle;
}

.percentage-wrapper {
    position: relative;
    z-index: 10;

    display: block;
    float: left;
    width: 9vw;
    overflow: hidden;

    text-align: center;

    background-color: #000;
}

.percentage {
    display: table;
    margin: 0 auto;
    margin-top: 1px;

    font-family: "mona-sanslight_wide";
    font-size: calc(1rem + 2vw);
    font-weight: 500;
    line-height: calc(1rem + 2.5vw);

    opacity: 1;
    color: #fff;
}

.percentage::after {
    content: "%";
}

.percentage-intro {
    position: absolute;
    right: 0;
    bottom: 60px;
    left: 0;

    height: 20px;
    margin: 0 auto;

    font-size: 14px;
    font-weight: 500;
    line-height: 20px;

    color: rgba(255,255,255,.6);
}

.trackbar {
    position: relative;

    display: table;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 auto;

    opacity: 1;
}

.loadbar {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 20;

    width: 100%;
    height: 100%;
    overflow: hidden;

    background: rgba(0,0,0,.8);
}

.hold-progress-bar {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;

    width: 0;
    height: 0;
    overflow: hidden;

    background: rgba(0,0,0,1);
}

.preloader-intro {
    position: relative;
    z-index: 0;

    display: block;
    float: right;
    padding-left: 0vw;
    overflow: hidden;

    color: #fff;
}

.uppercase-titles .preloader-intro {
    text-transform: uppercase;
}

.preloader-intro span {
    position: relative;
    position: relative;

    display: block;

    font-family: "mona-sansextrabold_wide";
    font-size: calc(1rem + 2vw);
    font-weight: 500;
    line-height: calc(1rem + 2.5vw);
}

/*--------------------------------------------------
	04. Header Elements
---------------------------------------------------*/


header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;

    width: 100%;
    height: 120px;
    box-sizing: border-box;

    -webkit-transition: background .4s ease-in-out .3s;
            transition: background 0s ease-in-out 0s;
    pointer-events: none;

    background-color: transparent;
}

#header-container {
    position: relative;
    z-index: 20;

    width: 100%;
    height: inherit;
    padding: 20px 80px;
    margin: 0 auto;
    box-sizing: border-box;

    opacity: 0;
}

.header-visible #header-container {
    opacity: 1;
}

#logo {
    position: relative;
    top: 15px;
    z-index: 10;

    display: table;
    float: left;

    pointer-events: initial;
}

#logo a {
    display: block;

    -webkit-transition: transform .5s ease-in-out .1s;
            transition: transform .5s ease-in-out .1s;
}

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

#logo img {
    display: block;
    width: auto;
    height: 50px;
    max-width: none;

    -webkit-transition: opacity .15s ease-in-out 0s;
            transition: opacity .15s ease-in-out 0s;
}

#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;
}

.white-header #logo img.black-logo {
    opacity: 0;
}

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

.light-content .white-header.over-white-section #logo img.black-logo,
.show-loader1 .light-content .white-header #logo img.black-logo {
    opacity: 0;
}

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

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

.light-content .white-header.over-white-section #logo img.white-logo,
.show-loader1 .light-content .white-header #logo img.white-logo {
    opacity: 1;
}

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

nav {
    pointer-events: none;
}

nav.open {
    pointer-events: initial;
}

.dark-content-header #logo img.black-logo {
    opacity: 1!important;
}

.dark-content-header #logo img.white-logo {
    opacity: 0!important;
}

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

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

@media all and (min-width: 1025px) {
    .classic-menu nav {
        position: relative;
        top: 0;

        display: block;
        float: right;
        width: auto;
        height: 60px;
        margin: 10px 0;

        -webkit-transition: all .2s ease-in-out .5s;
                transition: all .2s ease-in-out .5s;

        opacity: 1 !important;
        background-color: transparent!important;
    }

    .classic-menu .flexnav {
        position: relative;

        display: block;
        float: right;
        width: auto;
        max-height: 60px;
    }

    .classic-menu .flexnav li ul {
        min-width: 180px;
    }

    .classic-menu .flexnav .touch-button {
        background: transparent none repeat scroll 0 0;
    }

    .flexnav .touch-button .navicon {
        display: none;
    }

    .classic-menu .flexnav li {
        padding: 0 30px;
        padding-top: 20px;
        padding-bottom: 20px;

        background: transparent none repeat scroll 0 0;
    }

    .classic-menu .menu-timeline {
        -webkit-transition: translateY(0px)!important;
        transform: translateY(0px)!important;
        pointer-events: initial;

        opacity: 1!important;
    }

    .classic-menu .flexnav li:last-child {
        padding-right: 0;
    }

    .classic-menu .before-span {
        -webkit-transition: translateY(0px)!important;
        transform: translateY(0px)!important;

        opacity: 1!important;
    }

    .classic-menu .flexnav li a {
        position: relative;

        display: block;
        padding: 0;
        overflow: hidden;

        font-size: 14px;
        font-weight: 500;
        line-height: 24px;

        color: #222;
        border-left: medium none;
        background: transparent none repeat scroll 0 0;
    }

    .light-content .classic-menu .flexnav li a {
        color: #fff;
    }

    .light-content  .classic-menu.white-header .flexnav li a {
        color: #222;
    }

    .classic-menu.white-header .flexnav li a {
        color: #fff;
    }

    .flexnav:hover li a {
        color: rgba(0,0,0,.4);
    }

    .light-content .classic-menu .flexnav:hover li a {
        color: rgba(255,255,255,.4);
    }

    .classic-menu.white-header .flexnav:hover li a {
        color: rgba(255,255,255,.4);
    }

    .light-content  .classic-menu.white-header .flexnav:hover li a {
        color: rgba(0,0,0,.4);
    }

    .classic-menu .flexnav li:hover a {
        color: #222;
    }

    .light-content .classic-menu .flexnav li:hover a {
        color: #fff;
    }

    .classic-menu.white-header .flexnav li:hover a {
        color: #fff;
    }

    .light-content .classic-menu.white-header .flexnav li:hover a {
        color: #222;
    }

    .classic-menu .flexnav li a span {
        position: relative;

        display: block;

        -webkit-transition: -webkit-transform .2s;
                transition:         transform .2s;
        transform-origin: 100% 0;
    }

    .classic-menu .flexnav li a span::before {
        position: absolute;
        top: 100%;
        left: 0;

        width: 100%;

        content: attr(data-hover);
    }

    .classic-menu .flexnav li:hover a span {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%);
        transform-origin: 0 0;
    }

    .classic-menu .flexnav li a span:nth-child(2),
    .classic-menu .flexnav li a span:nth-child(3) {
        display: none;
    }

    .classic-menu .flexnav li ul li a {
        padding: 0 20px 20px;

        font-size: 14px;
        font-weight: 400;

        -webkit-transition: all .05s ease-in-out;
           -moz-transition: all .05s ease-in-out;
            -ms-transition: all .05s ease-in-out;
             -o-transition: all .05s ease-in-out;
                transition: all .05s ease-in-out;
        text-transform: none;

        opacity: .6;
        color: #fff!important;
        background-color: transparent;
    }

    .classic-menu .flexnav li ul li a.link::before {
        display: none;
    }

    .classic-menu .flexnav li ul li a.active,
    .classic-menu .flexnav li ul li a:hover {
        opacity: 1;
    }

    .classic-menu .flexnav li > ul li {
        padding: 0;
        margin-left: 0;

        transform: none !important;

        opacity: 1 !important;
    }

    .classic-menu .flexnav li ul {
        top: 60px;
        left: 15px;

        display: block!important;
        visibility: hidden;
        height: inherit!important;
        padding-top: 20px;
        overflow: visible!important;

        -webkit-transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s ease-in-out!important;
                transition: opacity .2s ease-in-out, visibility .2s ease-in-out, transform .2s ease-in-out!important;
        -webkit-transform: translate3d(0px, 30px, 0px);
                transform: translate3d(0px, 30px, 0px);

        opacity: 0!important;
        border-radius: 3px;
        background: #000;
    }

    .classic-menu .flexnav li:last-child ul {
        right: -10px;
        left: auto;
    }

    .classic-menu .flexnav li ul ul {
        left: 5px!important;
    }

    .classic-menu .flexnav li ul:after {
        position: absolute;
        top: -6px;
        left: 20px;

        display: block;
        width: 0;
        height: 0;

        content: "";

        border-width: 0 10px 9px;
        border-style: solid;
        border-color: transparent transparent #000;
    }

    .classic-menu .flexnav li:last-child ul:after {
        right: 20px;
        left: auto;
    }

    .classic-menu .flexnav ul li ul:after {
        position: absolute;
        top: 15px;
        left: -10px;

        display: block;
        width: 0;
        height: 0;

        content: "";
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg);

        border-width: 0 10px 9px;
        border-style: solid;
        border-color: transparent transparent #000;
    }

    .classic-menu .flexnav li ul li > ul,
    .classic-menu .flexnav li ul.open ul.open {
        top: -5px;
        z-index: 10;
    }

    .classic-menu .flexnav li:last-child ul li > ul,
    .classic-menu .flexnav li:last-child ul.open ul.open {
        top: 0;
        right: auto;
        left: -5px!important;

        margin-left: -100%;
    }

    .classic-menu .flexnav li:last-child ul li ul::after {
        right: -10px;

        -webkit-transform: rotate(90deg);
                transform: rotate(90deg);
    }

    .classic-menu .flexnav ul li ul li a {
        background: #000;
    }

    .classic-menu .flexnav ul li ul li ul li a {
        background: #000;
    }

    .classic-menu .flexnav li ul.flexnav-show {
        visibility: visible;

        -webkit-transition: opacity .2s ease-in-out .1s, visibility .2s ease-in-out, transform .2s ease-in-out .1s;
                transition: opacity .2s ease-in-out .1s, visibility .2s ease-in-out, transform .2s ease-in-out .1s;
        -webkit-transform: translate3d(0px, 0px, 0px);
                transform: translate3d(0px, 0px, 0px);

        opacity: 1!important;
    }

    .classic-menu .flexnav .touch-button {
        display: none;
    }


    /*-- Full Screen Menu --*/

    .fullscreen-menu .nav-height {
        position: relative;

        width: calc(100% + 30px);
        height: 100%;
        padding: 40px 0;
        padding-right: 30px;
        overflow-y: scroll;
        box-sizing: border-box;
    }

    .fullscreen-menu nav {
        position: fixed;
        top: 0;
        left: 0;

        visibility: visible;
        width: 100%;
        height: 100vh;
        padding: 20px 0;
        box-sizing: border-box;

        pointer-events: none;

        opacity: 0;
    }

    .fullscreen-menu nav.open {
        visibility: visible;

        pointer-events: initial;
    }


    .fullscreen-menu .flexnav {
        display: table;
        float: none;
        width: auto;
        max-height: 2000px;
        padding: 0 20px;
        margin: 0 auto;
        box-sizing: border-box;

        -webkit-transition: all .2s ease-in .6s;
                transition: all .2s ease-in .6s;
    }

    .fullscreen-menu .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out .2s;
                transition: all .3s ease-out .2s;
    }

    .fullscreen-menu .flexnav li {
        float: none;
        padding: 0;
        box-sizing: border-box;

        text-align: center;
    }

    .fullscreen-menu .menu-timeline {
        opacity: 0;
    }

    .fullscreen-menu .flexnav .touch-button {
        display: block;
        width: 100%;
        height: 6vw;
    }

    .fullscreen-menu .flexnav li ul li .touch-button {
        height: 32px;
    }

    .fullscreen-menu .flexnav:hover li ul li a.active,
    .fullscreen-menu .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }

    .fullscreen-menu .flexnav .touch-button .navicon {
        display: none;
    }

    .fullscreen-menu .flexnav li.link {
        border-bottom: none;
    }

    .fullscreen-menu .flexnav li a {
        padding: 0 50px;

        font-family: "mona-sansextrabold_wide";
        font-size: calc(1rem + 5.15vw);
        font-weight: 500;
        line-height: calc(1rem + 5.5vw);

        -webkit-transition: all .1s ease-in-out 0s;
                transition: all .1s ease-in-out 0s;
    }

    .uppercase-titles .fullscreen-menu .flexnav > li > a {
        text-transform: uppercase;
    }

    .fullscreen-menu .flexnav li a {
        color: #222;
    }

    .fullscreen-menu.invert-header .flexnav li a {
        color: #fff;
    }

    .fullscreen-menu .flexnav:hover li a,
    .fullscreen-menu .flexnav.hover li a {
        opacity: 1;
    }

    .fullscreen-menu .flexnav li:hover a,
    .fullscreen-menu .flexnav li a.active {
        opacity: 1;
    }

    .fullscreen-menu .flexnav:hover li ul li a {
        opacity: .3;
    }

    .fullscreen-menu .flexnav:hover li ul li a.active,
    .fullscreen-menu .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }

    .fullscreen-menu .flexnav a.link::before {
        display: none;
    }

    .fullscreen-menu .flexnav li ul {
        position: relative;
        left: 0;

        margin-top: 0;
        margin-bottom: 30px;
    }

    .fullscreen-menu .flexnav li ul:after {
        display: none;
    }

    .fullscreen-menu .flexnav li ul li a {
        padding: 0;

        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;

        text-transform: none;

        border-top: none;
    }

    .fullscreen-menu .flexnav ul li ul li a {
        background: transparent;
    }

    .fullscreen-menu .flexnav li ul li > ul,
    .fullscreen-menu .flexnav li ul.open ul.open {
        top: 0;

        margin-left: 0;
    }

    .fullscreen-menu .menu-timeline {
        opacity: 1;
    }

    .fullscreen-menu .menu-timeline .before-span {
        display: block;

        -webkit-transform: translateY(120px);
                transform: translateY(120px);

        opacity: 0;

        -webkit-perspective: 480px;
                perspective: 480px;
    }

    .fullscreen-menu .flexnav li,
    .fullscreen-menu .flexnav li a {
        border: 0;
        background-color: transparent;
    }

    .fullscreen-menu .flexnav li a .span-cube {
        position: relative;

        display: block;
        overflow: visible !important;

        -webkit-transition: transform .3s ease-in-out;
                transition: transform .3s ease-in-out;
        -webkit-transform: translateZ(-60px) rotateX( 0deg);
                transform: translateZ(-60px) rotateX( 0deg);
        transform-origin: center;

        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
    }

    .fullscreen-menu .flexnav li:hover a .span-cube,
    .fullscreen-menu .flexnav li.hover a .span-cube {
        -webkit-transform: translateZ(-60px) rotateX( 90deg);
                transform: translateZ(-60px) rotateX( 90deg);
    }

    .fullscreen-menu .flexnav li a span:nth-child(1) {
        position: relative;

        display: block;
        width: 100%;

        font-family: "mona-sansextrabold_wide";

        color: transparent;
    }

    .fullscreen-menu .flexnav li a span:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;

        font-family: "mona-sansextrabold_wide";

        -webkit-transition: opacity .4s ease-in-out;
                transition: all .4s ease-in-out;
        -webkit-transform: rotateX(0deg) translateZ(60px);
                transform: rotateX(0deg) translateZ(60px);

        opacity: 1;
        color: #222;

        backface-visibility: hidden;
    }

    .fullscreen-menu .flexnav li:hover a span:nth-child(2),
    .fullscreen-menu .flexnav li.hover a span:nth-child(2) {
        opacity: 0;
    }

    .fullscreen-menu .flexnav li a span:nth-child(3) {
        position: absolute;
        top: 50%;
        left: 0;

        width: 100%;

        font-family: "mona-sanslight_wide";

        -webkit-transition: opacity .4s ease-in-out;
                transition: all .4s ease-in-out;
        -webkit-transform: rotateX(-90deg) translateZ(0px);
                transform: rotateX(-90deg) translateZ(0px);

        opacity: 0;
        color: #222;

        backface-visibility: hidden;
    }

    .fullscreen-menu .flexnav li:hover a span:nth-child(3),
    .fullscreen-menu .flexnav li.hover a span:nth-child(3) {
        opacity: 1;
    }

    .fullscreen-menu.invert-header .flexnav li a span:nth-child(2),
    .fullscreen-menu.invert-header .flexnav li a span:nth-child(3) {
        color: #fff;
    }
}

nav,
nav.open {
    background: transparent;
}

#burger-wrapper {
    position: relative;
    top: 0;
    right: 0;

    display: flex;
    float: right;
    width: 40px;
    height: 40px;

    cursor: pointer;
    pointer-events: initial;

    align-items: center;
    justify-content: center;
}

.classic-menu .button-wrap.right.menu {
    display: none;
}

.burger-dots #menu-burger {
    position: relative;
    top: 0;
    z-index: 2;

    width: 25px;
    height: 25px;
    margin: 0 auto;

    pointer-events: none;
}

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

.burger-dots #menu-burger span {
    position: absolute;
    top: 10px;
    left: 0;

    display: block;
    width: 5px;
    height: 5px;

    -webkit-transition: background-color  .05s ease-in-out,  transform  .2s ease-in-out,  height  .2s ease-in-out, width  .2s ease-in-out, top .2s ease-in-out, left  .2s ease-in-out;
            transition: background-color  .05s ease-in-out,  transform  .2s ease-in-out,  height  .2s ease-in-out, width  .2s ease-in-out, top .2s ease-in-out, left  .2s ease-in-out;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);

    opacity: 1;
    border-radius: 5px;
    background-color: #000;
}

#burger-wrapper .touch-button {
    display: none;
}

.burger-dots #menu-burger span:nth-child(1) {
    left: 0;
}

.burger-dots #menu-burger span:nth-child(2) {
    left: 10px;
}

.burger-dots #menu-burger span:nth-child(3) {
    left: 20px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(1) {
    left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger span:nth-child(3) {
    left: 10px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(1) {
    left: 3px;
}

.button-wrap.right.menu.burger-dots .icon-wrap:hover #menu-burger.open span:nth-child(3) {
    left: 3px;
}

.burger-dots #menu-burger.open span:nth-child(1) {
    top: 12px;
    left: 3px;

    width: 20px;
    height: 2px;

    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

.burger-dots #menu-burger.open span:nth-child(2) {
    -webkit-transform: scale(0);
            transform: scale(0);
}

.burger-dots #menu-burger.open span:nth-child(3) {
    top: 12px;
    left: 3px;

    width: 20px;
    height: 2px;

    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

.button-wrap.right.burger-lines {
    right: -30px;
}

.burger-lines #menu-burger {
    position: relative;
    z-index: 2;

    width: 16px;
    height: 22px;
    margin: 0 auto;

    pointer-events: none;
}

.burger-lines #menu-burger span {
    position: absolute;
    right: 0;

    display: block;
    width: 100%;
    height: 2px;

    -webkit-transition: background-color  .05s ease-in-out,  transform  .2s ease-in-out,  top  .2s ease-in-out;
            transition: background-color  .05s ease-in-out,  transform  .2s ease-in-out,  top  .2s ease-in-out;
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);

    opacity: 1;
    background-color: #000;
}

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

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

.burger-lines #menu-burger span:nth-child(3) {
    display: none;
}

.burger-lines #menu-burger.open span:nth-child(1) {
    top: 10px;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
}

.burger-lines #menu-burger.open span:nth-child(2) {
    top: 10px;

    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg);
}

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

.white-header #menu-burger span {
    background-color: #fff;
}

.light-content .white-header #menu-burger span {
    background-color: #000;
}

.light-content .white-header.over-white-section #menu-burger span,
.show-loader1 .light-content .white-header #menu-burger span {
    background-color: #fff;
}

.dark-content-header #menu-burger span {
    background-color: #000!important;
}

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

.dark-content-header .button-text {
    color: #000!important;
}

.light-content-header .button-text {
    color: #fff!important;
}


/*--------------------------------------------------
	05. Main Content
---------------------------------------------------*/

#content-scroll {
    position: relative;
    z-index: 1;
}

.smooth-scroll #content-scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;

    overflow: hidden;
}

.scroll-content {
    cursor: default!important;
}

.scale-up .scroll-content {
    cursor: grabbing!important;
}

.scrollbar-track {
    background: transparent!important;
}


/*--------------------------------------------------
	06. Footer Elements
---------------------------------------------------*/

footer {
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 900;

    width: 100%;
    height: 120px;
    overflow: hidden;
    box-sizing: border-box;

    text-align: center;
    pointer-events: none;
}

footer.fixed {
    position: fixed;
}

footer.showcase-footer {
    position: fixed;
}

#footer-container {
    position: absolute;
    bottom: 0;
    left: 0;

    width: 100%;
    height: 80px;
    padding: 0 80px;
    margin: 20px auto;
    box-sizing: border-box;

    opacity: 0;
}

.footer-middle {
    position: absolute;
    left: 0;

    display: table;
    width: 100%;
    height: inherit;
    margin: 0 auto;

    pointer-events: none;;
}

.copyright {
    position: relative;
    top: 25px;

    display: table;
    width: auto;
    width: auto;
    height: 30px;
    max-width: 820px;
    padding: 0 20px 0 20px;
    margin: 0 auto;
    overflow: hidden;
    box-sizing: border-box;

    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    text-align: center;
    pointer-events: initial;

    color: #000;
}

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

.socials-wrap {
    position: relative;

    float: right;
    width: 240px;
    height: 160px;
    box-sizing: border-box;

    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    pointer-events: initial;

    color: #000;
}

.light-content .socials-wrap {
    color: #fff;
}

footer .socials-wrap {
    margin-top: 0;
}

.socials-wrap:hover {
    -webkit-transform: translateY(-40px);
            transform: translateY(-40px);
}

.socials-text {
    float: right;

    font-size: 14px;
    font-weight: 500;
    line-height: 40px;

    transform: translateY(20px);
}

.socials-wrap:hover .socials-text {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(15px) translateX(5px);
            transform: translateY(15px) translateX(5px);
}

.socials-icon {
    float: right;
    width: 30px;
    height: 40px;
    margin-left: 10px;

    font-size: 14px;
    line-height: 40px;

    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    transform: scale(1) translateY(20px);
    text-align: right;
}

.socials-wrap:hover .socials-icon {
    width: 0;
    margin: 0;
    overflow: hidden;

    transform: scale(0) translateY(40px);
}

.socials-icon:after,
.socials-text:after {
    display: table;
    clear: both;

    content: "";
}

.socials {
    position: relative;
    bottom: 0;

    display: table;
    width: auto;
    height: auto;
    margin: 0 auto;
    margin-top: 10px;

    line-height: 30px;

    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    text-align: center;
}

.socials-wrap .socials {
    display: inline-block;
    width: 100%;

    text-align: right;
}

.socials li {
    position: relative;
    z-index: 2;

    display: flex;
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 10px;

    font-size: 15px;
    line-height: 40px;
    list-style: none;

    -webkit-transition: background .4s ease-in-out 0s;
            transition: background .4s ease-in-out 0s;

    color: #999;

    align-items: center;
    justify-content: center;
}

.socials-wrap .socials li {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) 0s;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);

    opacity: 0;
}

.socials-wrap:hover .socials li:nth-child(5) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .05s;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);

    opacity: 1;
}

.socials-wrap:hover .socials li:nth-child(4) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .1s;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);

    opacity: 1;
}

.socials-wrap:hover .socials li:nth-child(3) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .15s;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);

    opacity: 1;
}

.socials-wrap:hover .socials li:nth-child(2) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .2s;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);

    opacity: 1;
}

.socials-wrap:hover .socials li:nth-child(1) {
    transition: all .2s cubic-bezier(.215, .61, .355, 1) .3s;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);

    opacity: 1;
}

.socials li:last-child {
    margin-left: 0;
}

.socials li a {
    display: block;
    width: 40px;
    height: 40px;

    font-size: 14px;
    font-weight: 500;
    line-height: 40px;

    -webkit-transition: opacity .2s ease-in-out;
            transition: opacity .2s ease-in-out;
    text-align: center;

    color: #000;
}

.socials:hover li  a {
    opacity: .3;
}

.socials li a:hover {
    opacity: 1;
    color: #000;
}

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

.light-content .socials:hover li  a {
    opacity: .3;
}

.light-content .socials li a:hover {
    opacity: 1;
    color: #fff;
}

.button-wrap {
    position: relative;
    top: 0;
    z-index: 10;

    display: table;
    width: auto;

    cursor: pointer;
    pointer-events: initial;
}

.button-wrap:after {
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;

    content: " ";
}

.button-wrap.left {
    left: -32px;

    float: left;
}

.button-wrap.right {
    right: -26px;

    float: right;
}

#main .button-wrap.left {
    left: -24px;

    float: none;
}

#main .button-wrap.button-link.left {
    left: -20px;

    float: none;
}

#main .button-wrap.right {
    right: auto;

    float: none;
}

#main .button-wrap.button-link.right {
    right: -2px;
}

.icon-wrap {
    position: relative;

    display: flex;
    float: left;
    width: 80px;
    height: 80px;

    align-items: center;
    justify-content: center;
}

#main .icon-wrap {
    width: 60px;
    height: 60px;
}

.button-wrap.left .icon-wrap {
    float: left;
}

.button-wrap.right .icon-wrap {
    float: right;
}

#main  .text-align-right .button-wrap.right {
    float: right;
}

.button-icon {
    width: 40px;
    height: 40px;

    font-size: 18px;
    line-height: 40px;

    text-align: center;

    color: #000;
}

.button-icon i.fa-solid.fa-sort {
    font-size: 14px;
    line-height: 38px;
}

.light-content .button-icon,
.dark-section .button-icon {
    color: #fff;
}

.light-content .light-section .button-icon {
    color: #000;
}

.white-header .button-icon {
    color: #fff;
}

.light-content .white-header .button-icon {
    color: #000;
}

.button-icon i {
    width: 40px;
    height: 40px;

    line-height: 40px;

    text-align: center;
}

#main .button-icon i {
    line-height: 40px;
}

#main .button-icon i.fa.fa-arrow-right {
    font-size: 14px;
}

.button-text {
    width: auto;
    padding: 0 10px;
    margin: 25px 0;
    overflow: hidden;

    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    -webkit-transition: color .05s ease-in-out;
            transition: color .05s ease-in-out;

    color: #000;
}

#main #hero-footer .button-text span::after {
    content: none;
}

#main .button-text {
    margin: 15px 0;

    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    transition: transform .2s ease-out;
}

#main #hero:not(.has-image) #hero-footer .button-text {
    font-size: 14px;
    line-height: 30px;
}

#main .large-btn .button-text {
    margin: 15px 0;

    font-size: 20px!important;
    font-weight: 500;

    transition: transform .2s ease-out;
}

.light-content .button-text,
.dark-section .button-text {
    color: #fff;
}

.light-content .light-section .button-text {
    color: #000;
}

.white-header .button-text {
    color: #fff;
}

.light-content .white-header .button-text {
    color: #000;
}

.light-content .white-header.over-white-section .button-text,
.show-loader1 .light-content .white-header .button-text {
    color: #fff;
}

.button-wrap.left a {
    float: left;

    text-align: left;
}

.button-wrap.right a {
    float: right;

    text-align: right;
}

.button-wrap.right .button-text {
    padding-left: 0;
}

.button-text span {
    position: relative;

    display: inline-block;
    width: auto;

    -webkit-transition: -webkit-transform .2s;
            transition:         transform .2s;
    transform-origin: 100% 0;
    text-align: center;
}

.button-link .button-text,
#main .button-link .button-text {
    overflow: visible;

    transition: padding .3s ease-out;
}

.button-link.left .button-text {
    padding-left: 0;
}

.button-link.left:hover .button-text {
    padding-left: 10px;
}

.button-link .button-text span::before {
    position: absolute;
    bottom: 1px;
    left: 0;

    width: 100%;
    height: 1px;

    content: "";
    transition: transform .3s ease-out;
    transform: scaleX(1);
    transform-origin: right;

    background: transparent;
}

.button-link.left .button-text span::before {
    transform-origin: left;
}

.light-content .button-link .button-text span::before,
.dark-section .button-link .button-text span::before {
    background: transparent;
}

.light-content .light-section .button-link .button-text span::before {
    background: transparent;
}

.button-wrap.button-link:hover .button-text span {
    -webkit-transform: translateY(0);
            transform: translateY(0);
}

.button-link:hover .button-text span::before {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    transform-origin: left;
}

.button-link.left:hover .button-text span::before {
    transform-origin: right;
}

.button-link .button-icon i {
    overflow: hidden;
    box-sizing: border-box;

    font-size: 14px;

    transition: all .3s ease-out;
    transform: scale(.2);
    text-indent: -100px;

    opacity: 1;
    color: transparent;
    border: 1px solid rgba(0,0,0,1);
    border-radius: 100%;
    background-color: #000;
}

.button-link:hover .button-icon i {
    transform: scale(1.2);
    text-indent: 0;

    opacity: 1;
    color: #fff;
    border: 1px solid rgba(0,0,0,1);
    background-color: #000;
}

.light-content .button-link .button-icon i,
.dark-section .button-link .button-icon i {
    border: 1px solid rgba(255,255,255,1);
    background-color: #fff;
}

.light-content .button-link:hover .button-icon i,
.dark-section .button-link:hover .button-icon i {
    opacity: 1;
    color: #000;
    border: 1px solid rgba(255,255,255,1);
    background-color: #fff;
}

.light-content .light-section .button-link .button-icon i {
    border: 1px solid rgba(0,0,0,1);
}

.light-content .light-section .button-link:hover .button-icon i {
    opacity: 1;
    color: #fff;
    border: 1px solid rgba(0,0,0,1);
    background-color: #000;
}


.button-link.right .button-icon i {
    -webkit-transform: scale(.2) translateX(-60px);
            transform: scale(.2) translateX(-60px);
}

.button-link.right:hover .button-icon i {
    -webkit-transform: scale(1.2) translateX(0px);
            transform: scale(1.2) translateX(0px);
}

.button-wrap.left .button-text span {
    text-align: left;
}

.button-wrap.right .button-text span {
    text-align: right;
}

.button-text span::before {
    position: absolute;
    top: 100%;
    left: 0;

    width: auto;

    content: attr(data-hover);
}

.header-middle .button-text span::before {
    content: attr(data-on);
}

.button-wrap:hover .button-text span {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transform-origin: 0 0;
}

.link-text {
    display: table;
    width: auto;
    padding: 0;
    margin: 0;
    overflow: hidden;

    font-size: 14px;
    font-weight: 500;
    line-height: 30px;

    -webkit-transition: color .05s ease-in-out;
            transition: color .05s ease-in-out;

    color: #000;
}

footer .link-text {
    float: left;
    margin-top: 25px;

    opacity: 0;
}

p .link-text {
    display: inline-table;

    font-size: 16px;
}

.light-content .link-text,
.dark-section .link-text {
    color: #fff;
}

.light-content .light-section .link-text {
    color: #000;
}

.link-text span {
    position: relative;

    display: inline-block;
    width: auto;

    cursor: pointer;
    -webkit-transition: -webkit-transform .2s;
            transition:         transform .2s;
    transform-origin: 100% 0;
    text-align: center;
    pointer-events: initial;
}

.link-text span::before {
    position: absolute;
    top: 100%;
    left: 0;

    width: auto;

    content: attr(data-hover);
}

.link-text:hover span {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    transform-origin: 0 0;
}

nav,
nav.open {
    background: transparent;
}

/*--------------------------------------------------
	07. Responsive
---------------------------------------------------*/


@media only screen and (max-width: 1466px) {
    .row_padding_all {
        padding-right: 60px;
        padding-left: 60px;
    }

    .row_padding_left {
        padding-left: 60px;
    }

    .row_padding_right {
        padding-right: 60px;
    }

    .percentage-wrapper {
        width: 10vw;
    }

    .percentage-intro {
        bottom: 50px;
    }

    header {
        height: 100px;
    }

    #header-container {
        padding: 10px 60px;
    }

    .flexnav li {
        padding: 20px;
    }

    footer {
        height: 100px;
    }

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

    .socials-wrap:hover .socials-text {
        -webkit-transform: translateY(20px) translateX(5px);
                transform: translateY(20px) translateX(5px);
    }
}


@media only screen and (max-width: 1024px) {
    .parallax-wrap {
        transform: none!important;
    }

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

    .has-parallax figcaption {
        display: none;
    }

    .destroy {
        display: none;
    }

    .row_padding_left {
        padding-left: 0;
    }

    .row_padding_right {
        padding-right: 0;
    }

    .full.row_padding_left {
        padding-left: 40px;
    }

    .full.row_padding_right {
        padding-right: 40px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-right: 0;
        padding-bottom: 4vw;
        padding-left: 0;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-right: 40px;
        padding-bottom: 4vw;
        padding-left: 40px;
    }

    #magic-cursor {
        display: none;
    }

    .percentage-wrapper {
        width: 12vw;
    }

    .percentage-intro {
        bottom: 40px;
    }

    #header-container {
        padding: 10px 40px;
    }

    nav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1;

        visibility: visible;
        width: 100%;
        height: 100vh;
        padding: 20px 0;
        box-sizing: border-box;

        pointer-events: none;

        opacity: 0;
    }

    nav.open {
        visibility: visible;

        pointer-events: initial;
    }

    .nav-height {
        position: relative;

        width: 100%;
        height: 100%;
        padding: 40px 0;
        overflow-y: auto;
        box-sizing: border-box;
    }

    .flexnav {
        display: table;
        width: auto;
        max-height: 2000px;
        padding: 0 20px;
        margin: 0 auto;
        box-sizing: border-box;

        -webkit-transition: all .2s ease-in .6s;
                transition: all .2s ease-in .6s;
        text-align: center;

        background: transparent;
    }

    .flexnav.flexnav-show {
        -webkit-transition: all .3s ease-out .2s;
                transition: all .3s ease-out .2s;
    }

    .flexnav.opacity {
        opacity: 1;
    }

    .flexnav li {
        padding: 0;

        -webkit-transition: color .15s ease-out 0s;
                transition: color .15s ease-out 0s;
    }

    .flexnav:hover li {
        color: rgba(255,255,255,.4);
    }

    .flexnav li:hover {
        color: rgba(255,255,255,1);
    }

    .flexnav li a,
    .flexnav li ul li a {
        background: transparent;
    }

    .flexnav li a {
        padding: 0;

        font-family: "mona-sansextrabold_wide";
        font-size: calc(1rem + 4.15vw);
        font-weight: 500;
        line-height: calc(1rem + 4.5vw);

        -webkit-transition: all .1s ease-in-out 0s;
                transition: all .1s ease-in-out 0s;
    }

    .uppercase-titles .flexnav > li > a {
        text-transform: uppercase;
    }

    .flexnav li a {
        color: #000;
    }

    .invert-header .flexnav li a {
        color: #fff;
    }

    .flexnav:hover li a {
        opacity: 1;
    }

    .flexnav li:hover a,
    .flexnav li a.active {
        opacity: 1;
    }

    .flexnav .touch-button {
        display: block;
        width: 100%;
        height: calc(1rem + 5.5vw);
    }

    .menu-timeline .before-span {
        display: block;

        -webkit-transform: translateY(120px);
                transform: translateY(120px);

        opacity: 0;

        -webkit-perspective: 480px;
                perspective: 480px;
    }

    .flexnav li,
    .flexnav li a {
        border: 0;
        background-color: transparent;
    }

    .flexnav li a .span-cube {
        position: relative;

        display: block;
        overflow: visible !important;

        -webkit-transition: transform .3s ease-in-out;
                transition: transform .3s ease-in-out;
        -webkit-transform: translateZ(-30px) rotateX( 0deg);
                transform: translateZ(-30px) rotateX( 0deg);
        transform-origin: center;

        -webkit-transform-style: preserve-3d;
                transform-style: preserve-3d;
    }

    .flexnav li:hover a .span-cube,
    .flexnav li.hover a .span-cube {
        -webkit-transform: translateZ(-30px) rotateX( 90deg);
                transform: translateZ(-30px) rotateX( 90deg);
    }

    .flexnav li a span:nth-child(1) {
        position: relative;

        display: block;
        width: 100%;

        font-family: "mona-sansextrabold_wide";

        color: transparent;
    }

    .flexnav li a span:nth-child(2) {
        position: absolute;
        top: 0;
        left: 0;

        width: 100%;

        font-family: "mona-sansextrabold_wide";

        -webkit-transition: opacity .4s ease-in-out;
                transition: all .4s ease-in-out;
        -webkit-transform: rotateX(0deg) translateZ(30px);
                transform: rotateX(0deg) translateZ(30px);

        opacity: 1;
        color: #222;

        backface-visibility: hidden;
    }

    .flexnav li:hover a span:nth-child(2),
    .flexnav li.hover a span:nth-child(2) {
        opacity: 0;
    }

    .flexnav li a span:nth-child(3) {
        position: absolute;
        top: 50%;
        left: 0;

        width: 100%;

        font-family: "mona-sanslight_wide";

        -webkit-transition: opacity .4s ease-in-out;
                transition: all .4s ease-in-out;
        -webkit-transform: rotateX(-90deg) translateZ(0px);
                transform: rotateX(-90deg) translateZ(0px);

        opacity: 0;
        color: #222;

        backface-visibility: hidden;
    }

    .flexnav li:hover a span:nth-child(3),
    .flexnav li.hover a span:nth-child(3) {
        opacity: 1;
    }

    .invert-header .flexnav li a span:nth-child(2),
    .invert-header .flexnav li a span:nth-child(3) {
        color: #fff;
    }

    .flexnav li ul {
        margin-bottom: 15px;
    }

    .flexnav li ul li a {
        padding: 0;

        font-family: "Poppins", sans-serif;
        font-size: 16px;
        font-weight: 500;
        line-height: 30px;

        text-transform: none;

        opacity: .4;
        border-top: none;
    }

    .flexnav li ul li:hover a,
    .flexnav li ul li a.active {
        opacity: 1;
    }

    .flexnav:hover li ul li a {
        opacity: .3;
    }

    .flexnav:hover li ul li a.active,
    .flexnav:hover li ul li:hover > a {
        opacity: 1;
    }

    .flexnav ul li ul li a {
        background: transparent;
    }

    .flexnav li ul li ul li a {
        padding: 10px 40px;
    }

    .flexnav li ul li .touch-button {
        height: 30px;
    }

    .flexnav .touch-button .navicon {
        display: none;
    }

    #menu-burger span.touch-button {
        display: none;
    }

    .classic-menu .button-wrap.right.menu {
        z-index: 10;

        display: block;
    }

    #footer-container {
        padding: 0 40px;
    }

    .copyright {
        text-align: center;
    }

    .socials-wrap {
        right: -10px;

        float: right;
        width: 240px;
        height: 40px;
        margin: 0 auto;

        -webkit-transform: translateX(0px) translateY(20px)!important;
                transform: translateX(0px) translateY(20px)!important;
    }

    .socials-wrap:hover {
        -webkit-transform: translateY(20px);
                transform: translateY(20px);
    }

    .socials-icon,
    .socials-text {
        display: none;
    }

    .socials-wrap .socials {
        margin-top: 3px;

        -webkit-transform: translateX(0px);
                transform: translateX(0px);
        text-align: right;
    }

    .socials-wrap .socials li {
        -webkit-transform: translateY(0px);
                transform: translateY(0px);

        opacity: 1;
    }

    .socials-wrap:hover .socials li {
        -webkit-transform: translateY(0px)!important;
                transform: translateY(0px)!important;

        opacity: 1;
    }

    .socials li {
        display: inline-block;
        float: none;
        width: 30px;
        height: 30px;
        margin: 0 5px auto;
        margin-right: 10px;

        line-height: 30px;
    }

    .socials li a {
        width: 30px;
        height: 30px;

        line-height: 30px;
    }
}


@media only screen and (max-width: 767px) {
    figcaption {
        right: 0;
        bottom: 0;

        padding: 5px 10px;

        font-size: 10px;

        border-radius: 0;
        background-color: rgba(0,0,0,.3);
    }

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

    .one_half {
        width: 100%!important;
    }

    .one_half {
        padding-right: 0!important;
    }

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

    .one_third {
        width: 100%!important;
    }

    .one_fourth {
        width: 100%!important;
    }

    .one_fifth {
        width: 100%!important;
    }

    .one_sixth {
        width: 100%!important;
    }

    .two_fifth {
        width: 100%!important;
    }

    .two_fourth {
        width: 100%!important;
    }

    .two_third {
        width: 100%!important;
    }

    .three_fifth {
        width: 100%!important;
    }

    .three_fourth {
        width: 100%!important;
    }

    .four_fifth {
        width: 100%!important;
    }

    .five_sixth {
        width: 100%!important;
    }

    .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-right: 0!important;
        margin-bottom: 30px!important;
    }

    .row_padding_top {
        padding-top: 10vw;
    }

    .row_padding_bottom {
        padding-bottom: 10vw;
    }

    .row_padding_left {
        padding-left: 0;
    }

    .row_padding_right {
        padding-right: 0;
    }

    .full.row_padding_left {
        padding-left: 30px;
    }

    .full.row_padding_right {
        padding-right: 30px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-right: 0;
        padding-bottom: 4vw;
        padding-left: 0;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-right: 30px;
        padding-bottom: 4vw;
        padding-left: 30px;
    }

    hr {
        height: 20px;
    }

    .percentage-wrapper {
        width: 16vw;
    }

    .percentage-intro {
        bottom: 30px;
    }

    header {
        height: 80px;
    }

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

    #logo {
        left: 30px;
    }

    .button-wrap.right.menu {
        right: 4px;
    }

    .button-wrap.right.menu.burger-lines {
        right: 0;
    }

    header .button-text {
        display: none;
    }

    .flexnav li a {
        font-size: calc(1rem + 7vw);
        line-height: calc(1rem + 9.5vw);
    }

    footer {
        height: 80px;
    }

    .footer-button-wrap {
        bottom: 80px;
    }

    #footer-container {
        height: 80px;
        padding: 0 30px;
        margin: 0;
    }

    #footer-container #backtotop.button-wrap.left {
        position: absolute;
        top: 5px;
        right: 0;
        left: 0;

        display: block;
        float: none;
    }

    #backtotop.button-wrap.left .button-text {
        display: none;
        float: left;

        text-align: left;
    }

    #backtotop.button-wrap.left .icon-wrap {
        position: absolute;
        top: 0;
        right: auto;
        left: 0;

        float: none;
        margin: auto;

        -webkit-transition: opacity .2s ease-out 0s;
                transition: opacity .2s ease-out 0s;

        opacity: .4;
    }

    #backtotop.button-wrap.left:hover .icon-wrap {
        opacity: 1;
    }

    .footer-middle {
        position: relative;
        top: 0;
        left: 0;

        width: 100%;
        height: 20px;
        max-width: 1180px;
        margin: 0 auto;
        margin-bottom: 15px;
    }

    .copyright {
        top: 0;
        right: auto;
        left: auto;

        height: 20px;
        margin: 0 auto;

        line-height: 20px;
    }

    footer.showcase-footer .arrows-wrap {
        right: auto;
        left: -30px;

        float: left;
        margin: auto;
    }

    .socials-wrap {
        top: 0;
        right: auto;
        left: auto;

        display: table;
        float: none;
        width: auto;
        height: 20px;
        margin: 0 auto;

        line-height: 20px;

        -webkit-transform: translateX(0px) translateY(0px)!important;
                transform: translateX(0px) translateY(0px)!important;
    }

    .socials-wrap .socials {
        display: table;
        width: auto;
        height: 20px;
        margin: 0 auto;

        line-height: 20px;

        text-align: center;
    }

    .socials li,
    .socials li a {
        height: 20px;
        margin: 0 auto;

        line-height: 20px;
    }
}


@media only screen and (max-width: 479px) {
    .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-right: 0!important;
        margin-bottom: 20px!important;
    }

    .row_padding_top {
        padding-top: 12vw;
    }

    .row_padding_bottom {
        padding-bottom: 12vw;
    }

    .row_padding_left {
        padding-left: 0;
    }

    .row_padding_right {
        padding-right: 0;
    }

    .full.row_padding_left {
        padding-left: 20px;
    }

    .full.row_padding_right {
        padding-right: 20px;
    }

    .row_padding_all {
        padding-top: 4vw;
        padding-right: 0;
        padding-bottom: 4vw;
        padding-left: 0;
    }

    .full.row_padding_all {
        padding-top: 4vw;
        padding-right: 20px;
        padding-bottom: 4vw;
        padding-left: 20px;
    }

    hr {
        height: 10px;
    }

    .percentage-wrapper {
        width: 20vw;
    }

    #logo {
        left: 20px;
    }

    .button-wrap.right.menu {
        right: -6px;
    }

    .button-wrap.right.menu.burger-lines {
        right: -10px;
    }

    #footer-container {
        padding: 0;
        margin: 0;
    }

    footer.showcase-footer #footer-container {
        padding: 0 20px;
    }

    .arrows-wrap {
        left: -10px;

        width: 80px;
    }

    .prev-wrap,
    .next-wrap {
        width: 40px;
    }

    footer.showcase-footer .arrows-wrap {
        right: 0;
        left: 0;

        float: none;
        margin: auto;
    }

    footer.showcase-footer .arrows-wrap {
        width: 100%;
    }

    footer.showcase-footer .prev-wrap,
    footer.showcase-footer .next-wrap {
        width: 60px;
    }

    footer.showcase-footer .footer-middle {
        top: 0;
    }

    footer.showcase-footer .showcase-subtitles-wrap {
        left: 0;
    }

    footer.showcase-footer .socials-wrap {
        display: none;
    }

    .button-text {
        display: none;
    }

    #main-page-content .button-text,
    #hero .button-text {
        display: block;
    }
}

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


/*  */

.inner {
    color: white;
}

.mask {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,212,255,0) 100%);
}

.mask-intro {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;

    opacity: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 35%, rgba(0,212,255,0) 100%);
}


.frase-inicio {
    opacity: 0;
}

.wp-block-table.is-style-stripes {
    border-bottom: 0;
}


.tabla-redondeada table {
    overflow: hidden !important;

    border-spacing: 0 !important;
    border-collapse: separate !important;

    border-radius: 20px !important;
}

.tabla-redondeada th,
.tabla-redondeada td {
    padding: 10px 25px;

    border: 1px solid #ccc; /* Bordes internos */
}




#svg-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;

    display: flex;
    width: 100%;
    height: 100%;

    pointer-events: none;

    align-items: center;
    justify-content: center;
}





#svg-wrapper svg {
    width: 50vw;
    height: 100%;
}


.hero-title {
    line-height: calc(5rem + 5.15vw);
}





/* Video Reel */
.boton-ver-reel {
    position: absolute;
    bottom: 100px;
    left: 50%;
    z-index: 100;

    transform: translateX(-50%);
}

.boton-ver-reel span {
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
}

.reveal-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999; /* Asegúrate de que esté sobre otros elementos */

    display: none;
    width: 100%;
    height: 100%;

    background: rgba(0, 0, 0, 1); /* Fondo semitransparente */

    backgroun: red;
}

.overlay-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998; /* Un poco debajo del contenedor */

    display: none; /* Oculto inicialmente */
    width: 100%;
    height: 100%;

    opacity: 0;
    opacity: 0; /* Comienza invisible */
    background: #181717;
}



.reveal-fixed video {
    height: 100vh;
    overflow: clip  !important;

    object-fit: contain !important;
    overflow-clip-margin: content-box  !important;
}

.reveal-fixed .parallax-image-content .outer {
    padding: 0;
}

.boton-cerrar {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 100;

    display: flex;
    width: 4.0509259259vw;
    height: 4.0509259259vw;
    max-width: 4.375rem;
    max-height: 4.375rem;
    overflow: hidden;

    transition: transform .5s cubic-bezier(.23,1,.32,1);

    color: white;
    border-radius: 50%;
    background: white;

    align-items: center;
    justify-content: center;
}

.boton-cerrar button {
    font-size: 20px;

    color: black;
    border: 0;
    outline: 0;
    background: none;
    background: transparent;
    box-shadow: none;

    appearance: none;
}
.boton-cerrar:hover {
    cursor: pointer;
}


@media only screen and (max-width: 767px) {
    .reveal-fixed .video-wrapper {
        max-height: 100vh;
    }
}

.black-and-white {
    filter: invert(100%);
}


.logo-clientes {
    max-height: unset !important;
    min-height: unset !important;
    margin-bottom: 15px;

    object-fit: unset !important;

    /*    opacity: .4;*/
}
.moving-gallery.clientes li {
    width: 300px;
    min-width: unset !important;
    padding-right: 10px;
    padding-left: 10px;
    margin: 10px 0;
    box-sizing: border-box;

    list-style: none;
}

.moving-gallery.clientes li img {
    max-width: 200px;
}

/*.moving-gallery.clientes {
    width: 220px;
    max-width: unset !important;
    min-width: unset !important;
}
*/


.light-content .light-section .team-member > div {
    top: -15px;
}





/* Deshabilitar las propiedades dentro de '.contacto' */
.contacto .button-border span {
    padding: 0;

    transform: none;
}


.contacto .button-border span::before {
    top: 0;

    width: 6px;
    height: 6px;
}

.wpcf7 form.sent .wpcf7-response-output {
    display: flex !important;

    border: 0 !important;

    align-items: center !important;
    justify-content: center !important;
}
.wpcf7-response-output {
    display: flex !important;

    border: 0 !important;

    align-items: center !important;
    justify-content: center !important;
}

.blur {
    filter: blur(10px);
}

.mt-30 {
    margin-top: 30px !important;
}


/*.slowed-pin h5 {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;

    text-align: center;
    text-transform: none;
}
*/

.sin-gradiente .clipped-image-gradient {
    display: none;
}

.fondo-morado {
    background: #3a0b96;
}


.light-content p,
.dark-section p {
    color: white;
}



.project-page .video-wrapper .video-cover {
    display: none;
}





.project-page .light-section .video-wrapper.hide-before::before,
.project-page .dark-section .video-wrapper.hide-before::before {
    display: none;
}


.project-page .light-section .video-wrapper::before,
.project-page .light-section .video-link::before{
    position: absolute;
    top: 30px;
    left: 30px;

    display: flex;
    width: 80px;
    height: 80px;

    font-family: "Font Awesome 6 Free"; /* Asegúrate de haber incluido Font Awesome */
    font-size: 30px; /* Tamaño del icono de play */
    font-weight: 900; /* Para el estilo sólido */

    content: "\f04b"; /* Código Unicode para el icono "play" */
    cursor: pointer;
    transition: transform .2s ease;
    transform: translate(-50%, -50%);

    color: white; /* Color blanco para el icono */
    border: 0 solid white; /* Borde blanco de 2px */
    border-radius: 50%; /* Crea el círculo */
    background: transparent; /* Fondo transparente */

    align-items: center;
    justify-content: center;
}

.project-page .dark-section .video-wrapper::before,
.project-page .dark-section .video-link::before{
    position: absolute;
    top: 30px;
    left: 30px;

    display: flex;
    width: 80px;
    height: 80px;

    font-family: "Font Awesome 6 Free"; /* Asegúrate de haber incluido Font Awesome */
    font-size: 30px; /* Tamaño del icono de play */
    font-weight: 900; /* Para el estilo sólido */

    content: "\f04b"; /* Código Unicode para el icono "play" */
    cursor: pointer;
    transition: transform .2s ease;
    transform: translate(-50%, -50%);

    color: black; /* Color blanco para el icono */
    border: 0 solid black; /* Borde blanco de 2px */
    border-radius: 50%; /* Crea el círculo */
    background: transparent; /* Fondo transparente */

    align-items: center;
    justify-content: center;
}

.clapat-video-popup-bg-close {
	background-color: rgb(33 32 32 / 80%);
	
}


.video-fueguito {
	width: 100%;
    max-width: 400px;
	filter: contrast(101%);
}


