/******************************************************************
	
	
	@ Item          REFRAME Personal WordPress Theme
	@ Version       1.0
	@ Author		Avanzare
	@ Website		http://themeforest.net/user/avanzare 
	

 ******************************************************************


	-----------------------------
	----- TABLE OF CONTENTS -----
	-----------------------------
	
	--  1. Typography
    --  2. Basics
	--  3. Forms
	--  4. Loading Screen
	--  5. UI Components
	--  6. Menu
	--  7. Ultility
	--  8. Skeleton Components
    --  9. Background Components
    --  10. Plugins
 
 
 ******************************************************************/



/** 1. TYPOGRAPHY
*******************************************************************/

html
{
    font-size: 10px;
    font-size: calc(100vw / 192);
}

@media(max-width: 800px) {

    html
    {
        font-size: 8px;
    }

}

@media(max-width: 500px) {

    html
    {
        font-size: 6px;
    }

}

body
{
    font-size: 2.1rem;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;

    color: #fff;
    background:#212121;

    -webkit-font-smoothing: antialiased;
}

body.cursor-hidden::-webkit-scrollbar 
{
    display: none;
} 

body.cursor-hidden 
{
    -ms-overflow-style: none;
    scrollbar-width: none; 
}

@-moz-document url-prefix() 
{
    :root{ scrollbar-width: none !important } 
}  

h1,
h2,
h3,
h4,
h5,
h6
{
    letter-spacing: -0.005em;
    line-height: 1.1em;
    margin-top: 0em;
    margin-bottom: 0;
    font-weight: 300;
    font-family: 'Source Sans Pro', sans-serif;
}

h1
{
    font-size: 10rem;
    line-height: 1em;
    font-weight: 200;
}

h2
{
    font-size: 6.5rem;
    font-weight: 200;
}

h3
{
    font-size: 5rem;
}

h4
{
    font-size: 4rem;
}

h5
{
    font-size: 3.4rem;
    line-height: 1.18em;
}

h6
{
    font-size: 3rem;
    font-weight: 500;
}

p
{
    font-size: 3.4rem;
    line-height: 1.4em;
    letter-spacing: -0.005em;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0rem;
    color: #7c7c7c;
    font-family: 'Source Sans Pro', sans-serif;
}

p.small
{
    font-size: 2.1rem;
    line-height: 1.48em;
    letter-spacing: 0;
    font-weight: 400;
}


p.tag
{
    font-size: 1.3rem;
    letter-spacing: 0.14em;
    font-weight: 700;
    color: #fff;
}

a,
a:hover,
a:focus
{
    cursor: pointer;
    -webkit-transition: all 150ms ease;
    -o-transition: all 150ms ease;
    transition: all 150ms ease;
    text-decoration: none;
    outline: none !important;
    outline-color: unset !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
      -webkit-user-select: none; 
         -moz-user-select: none; 
          -ms-user-select: none; 
              user-select: none; 
    color: #fff;
}

span
{
    color: #7c7c7c;
}

::-moz-selection 
{
    background: none;
    color: #fdc60c;
}

::selection 
{
    background: none;
    color: #fdc60c;
}

::-moz-selection 
{
    background: none;
    color: #fdc60c;
}



/** 2. Basics
*****************************************************************/

img,svg
{
    vertical-align: middle;
}

.button-box
{
    display: block;
}

.default-button-link
{
    background: #161616;
    padding: 0 4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 20rem;
    height: 8.7rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 2rem;
    overflow: hidden;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.default-button-link span,
.default-button-link p
{
    color: #fff;
    vertical-align: middle;
    display: inline-block;
}

.default-button-link span
{
    overflow: hidden;
    font-size: 2.1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.default-button-link p
{
    font-size: 3.4rem;
}

button
{
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
      -webkit-user-select: none; 
         -moz-user-select: none; 
          -ms-user-select: none; 
              user-select: none; 
    background: none;
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 3.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    line-height: 1.4em;
    font-weight: 300;
    letter-spacing: -0.005em;
    font-family: inherit;
    padding: 0;
    margin: 0;
    height: 8.7rem;
}

button.button-filled
{
    background: #161616;
    padding: 0 4.5rem;
    border-radius: 200px;
}

button.button-border
{
    border: 0.1rem solid #fff;
    border-radius: 200px;
    padding: 0 4.5rem;
}

button.button-filled span.icon,
button.button-border span.icon
{
    font-size: 2.1rem;
    color: #fff;
}

button .button-text
{
    font-size: 3.4rem;
    color: #fff;
}

ul.default-list
{
    list-style: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem 3rem;
}

ul.default-list.inline-list
{
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

ul.default-list li
{
    line-height: 6.5rem;
}

ul.icon-list span,
ul.icon-list p
{
    vertical-align: middle;
    display: inline-block;
}

ul.icon-list span
{
    overflow: hidden;
    font-size: 2.1rem;
    background: #181818;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 1.8rem;
    border-radius: 100%;
    text-align: center;
}

table
{
    width: 100%;
    border-collapse: collapse;
}

table tr
{
    position: relative;
}

table th
{
    text-align: left;
    margin-bottom: 1rem;
}

table tbody tr
{
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.2);
}

table tbody td
{
    padding: 4rem 0 2.2rem;
    position: relative;
}

table tbody tr:first-child td
{
    padding-top: 3rem;
}

html.no-cursor
{
    cursor: none !important;
}

html.no-cursor *:hover
{
    cursor: none !important;
}

.embed-wrapper 
{
    position: relative;
    float: none;
    clear: both;
    width: 100%;
    height: 0;
    padding-bottom: 56%;
}

.embed-wrapper iframe 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
  
canvas 
{
    position: fixed;
    z-index: -1;
}

.mobile br 
{
    display: none;
}

.elementor-widget:not(:last-child) {
    margin-bottom: 0 !important;
}


/** 3. Forms
*****************************************************************/

form
{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
}

input,
textarea
{
    display: block;
    width: 100%;
    background: none;
    border: none;
    border-bottom: 0.1rem solid #fff;
    font-size: 3.4rem;
    letter-spacing: -0.005em;
    line-height: 1.4em;
    font-weight: 300;
    border-radius: 0;
    padding: 0;
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
}

input
{
    padding-bottom: 2rem;
}

textarea
{
    height: 14rem;
}

input:focus,
textarea:focus
{

    outline: none;
}

input.error,
textarea.error
{
    border-color: #ff5252 !important;
}

form ::-webkit-input-placeholder 
{ 
    color: #fff;
    opacity: 1;
}

form ::-moz-placeholder 
{ 
    color: #fff;
    opacity: 1;
}

form :-ms-input-placeholder 
{ 
    color: #fff;
    opacity: 1;
}

form ::-ms-input-placeholder 
{ 
    color: #fff;
    opacity: 1;
}

form ::placeholder 
{ 
    color: #fff;
    opacity: 1;
}

form .hpc
{
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
    z-index: -999;
    position: absolute;
    display: none;
}

form .button-area
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

form .button-area button.flex-button
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 2rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}


form .success-box
{
    position: absolute;
    z-index: -100;
    background: #181818;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    opacity: 0;
    pointer-events: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-transition: .3s ease;
    -o-transition: .3s ease;
    transition: .3s ease;
}

form.success .success-box
{
    z-index: 100;
    opacity: 1;
    pointer-events: all;
}

form .success-box p
{
    color: #37dd5e;
}

form .success-box .icon-button
{
    color: #37dd5e;
    border-color: #37dd5e;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus 
{
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px #161616 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}



/** 4. Loading Screen
*****************************************************************/

.loading-screen 
{

    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 200;
    left: 0;
    background: #161616;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    will-change: transform;

}

.loading-screen .inner 
{
    overflow: hidden;
}

.loading-screen .text-box 
{
    overflow: hidden;
}

.loading-screen .line-frame
{
    overflow: hidden;
    height: 1px;
    width: 100%;
    position: relative;
}

.loading-screen .line-frame.self-width
{
    width: 20vw;
    position: relative;
}

.loading-screen .line
{
    position: absolute; 
    width: 100%;
    height: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    background: rgba(255,255,255,.6);
    -webkit-animation-name: loader_animation;
            animation-name: loader_animation;
    will-change: transform;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
            animation-play-state: running;
    -webkit-animation-timing-function: cubic-bezier(.4,.1,.2,1);
            animation-timing-function: cubic-bezier(.4,.1,.2,1);
}

@-webkit-keyframes loader_animation
{
    0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
    48%{-webkit-transform:translateZ(0);transform:translateZ(0)}
    52%{-webkit-transform:translateZ(0);transform:translateZ(0)}
    to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}

@keyframes loader_animation
{
    0%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}
    48%{-webkit-transform:translateZ(0);transform:translateZ(0)}
    52%{-webkit-transform:translateZ(0);transform:translateZ(0)}
    to{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}
}



/** 5. UI Components
*****************************************************************/

.scroll-bar
{
    position: fixed;
    top: 0;
    z-index: 11;
    right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 2px;
    height: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
}

.scroll-bar .inner
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 30px;
    height: 10%;
    background: #fff;
}

.scroll-progress 
{
    position: fixed;
    top: 0;
    z-index: 11;
    right: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
         appearance: none;
    width: 2px;
    height: 100%;
    border: none;
    background: rgba(255, 255, 255, 0.2);
}

.scroll-progress .inner
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: #fff;
}

.c_cursor_outer 
{
    width: 50px;
    height: 50px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    border-radius: 100%;
    pointer-events: none;
    overflow: hidden;
}

.c_cursor_outer .bg
{
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    border: 1px solid #e3af00;
    z-index: 1000;
    border-radius: 100%;
    pointer-events: none;
}

.c_cursor_outer .circle
{
    width: 0;
    height: 0;
    position: absolute;
    border: 1px solid #e3af00;
    z-index: 1000;
    top: 50%;
    left: 50%;
    opacity: 0;
    background:none;
    border-radius: 100%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    pointer-events: none;
}

.c_cursor_inner
{
    width: 6px;
    height: 6px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background:#e3af00;
    border-radius: 100%;
    pointer-events: none;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {

    .c_cursor_inner,
    .c_cursor_outer
    {
        display: none;
    }

}

.scroll-indicator-content
{
    display: none;
    opacity: 0;
    pointer-events: none;
    width: 0;
    height: 0;
    overflow: hidden;
    z-index: -9999;
    position: absolute;
}

.provoke-scroll-bottom
{
    position: fixed;
    right: 6rem;
    bottom: 3.6rem;
    opacity: 0;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 1rem;
    pointer-events: none;
    -webkit-transition: .4s ease;
    -o-transition: .4s ease;
    transition: .4s ease;
}

.provoke-scroll-bottom.is-active
{
    opacity: 1;
}

.provoke-scroll-bottom.is-visible
{
    display: none;
}

.provoke-scroll-bottom .fill
{
    position: relative;
    overflow: hidden;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    width: 0.1rem;
    height: 5rem;
}

.provoke-scroll-bottom .fill:after
{
    content: "";
    left: 0;
    top: 0;
    z-index: -2;
    position: absolute;
    border-width: 0;
    border-left: 0.1rem solid rgba(255,255,255,.2);
    width: 0;
    height: 100%;
}

.provoke-scroll-bottom .fill .inner
{
    width: 0;
    position: absolute;
    left: 0;
    height: 100%;
    border-width: 0;
    border-left: 0.1rem solid #fff;
}

.provoke-scroll-bottom .text 
{
    position: relative;
    padding-top: 100%;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
}

.provoke-scroll-bottom p 
{
    -webkit-transform: rotate(90deg) translateX(-50%);
        -ms-transform: rotate(90deg) translateX(-50%);
            transform: rotate(90deg) translateX(-50%);
    -webkit-transform-origin: center center;
        -ms-transform-origin: center center;
            transform-origin: center center;
}

.info-msg
{
    font-size: 2.6rem;
    background: #d7b555;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    height: 100%;
    z-index: 100;
    width: 100%;
}


/* Mobile */

.mobile .c_cursor_inner,
.mobile .c_cursor_outer
{
    display: none;
    opacity: 0;
    width: 0;
    height: 0;
}



/** 6. Menu
*******************************************************************/

.m-menu-button
{
    position: fixed;
    right: 6rem;
    top: 6rem;
    z-index: 60;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
      -webkit-user-select: none; 
         -moz-user-select: none; 
          -ms-user-select: none; 
              user-select: none; 
}

.m-menu-button:after
{
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 100%;
    width: 7rem;
    height: 7rem;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.m-menu-button.is-visble
{
    display: none;
}

.m-menu-button .burger 
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.7rem;
    width: 2.6rem;
}

.m-menu-button .burger .line
{
    height: 0;
    width: 100%;
    border-width: 0;
    border-bottom: 0.1rem solid #fff;
    display: block;
    -webkit-transition: .25s ease;
    -o-transition: .25s ease;
    transition: .25s ease;
}

.m-menu-button:hover .burger .line
{
    border-color: #e3af00;
}

.menu-content-data
{
    opacity: 0;
    display: none;
    height: 0;
    position: absolute;
    width: 0;
}

.m-menu
{
    position: fixed;
    right: 0;
    width: 24%;
    z-index: 10;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: #181818;
}

.mobile .m-menu
{
    width: 76%;
}

.m-menu .m-menu-inner
{
    position: relative;

    width: 46%;
    left: 30%;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;
        -ms-flex-direction: column;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;

}

.m-menu .head
{
    overflow: hidden;
}

.m-menu .m-menu-inner .main-items,
.m-menu .m-menu-inner .main-items > ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.7rem;
    padding-left: 0.4rem;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
      -webkit-user-select: none; 
         -moz-user-select: none; 
          -ms-user-select: none; 
              user-select: none; 

}

.m-menu .m-menu-inner .head-main-items
{
    margin-bottom: 3rem;
}

.m-menu .m-menu-inner .head-main-items > p,
.m-menu .m-menu-inner .head-social-items > p
{
    font-size: clamp(17px, 2.1rem, 60px);
}


.m-menu .m-menu-inner .main-items li
{
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.m-menu .m-menu-inner .main-items a
{
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}


.m-menu .m-menu-inner .main-items  li .scroll-to
{
    cursor: pointer;
}

.m-menu .m-menu-inner .main-items li p
{
    display: inline-block;
    letter-spacing: 0;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    font-size: clamp(16px, 2.1rem, 60px);
    transition: .2s ease;
}

.m-menu .m-menu-inner .main-items li span
{
    display: inline-block;
    color: #7c7c7c;
    font-size: clamp(16px, 2.1rem, 60px);
    border-radius: 100%;
    padding-right: 2.6rem;
    position: relative;
    text-align: center;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.m-menu .m-menu-inner .main-items li a.is-active span,
.m-menu .m-menu-inner .main-items li a:hover span
{
    color: #fff;
}

.m-menu .m-menu-inner .main-items li a.is-active span:after
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 100%;
    z-index: -2;
    top: 0;
}

.m-menu .m-menu-inner .main-items li a
{
    display: block;
    color: #fff;
}

.m-menu .m-menu-inner .main-items  li:hover p,
.m-menu .m-menu-inner .main-items  a.is-active p
{
    color: #fdc60c;
}

.m-menu .m-menu-inner .social-items
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.8rem;
    padding-left: 0.4rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
        -webkit-user-select: none; 
            -moz-user-select: none; 
            -ms-user-select: none; 
                user-select: none; 
}

.m-menu .m-menu-inner .social-items > *
{
    margin: 0;
}

.m-menu .m-menu-inner .social-items .item
{
    overflow: hidden;
}

.m-menu .m-menu-inner .head-social-items
{
    margin-bottom: 2.6rem;
    margin-top: 9rem;
}

.m-menu .m-menu-inner .social-items a
{
    text-align: center;
    font-size: clamp(16px, 2.1rem, 60px);
    display: block;
    
}

.m-menu .m-menu-inner .social-items a span
{
    font-size: clamp(16px, 2.1rem, 60px);
}

.m-menu .m-menu-inner .social-items  a:hover span
{
    color: #fdc60c;
}

.menu-overlay
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: -100;
    background: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
      -webkit-user-select: none; 
         -moz-user-select: none; 
          -ms-user-select: none; 
              user-select: none; 
}



/** 7. Ultility
*****************************************************************/

.noselect 
{
    -webkit-touch-callout: none; 
      -webkit-user-select: none; 
         -moz-user-select: none; 
          -ms-user-select: none; 
              user-select: none; 
}

.img-responsive
{
    max-width: 100%;
    height: auto;
}

.color-white
{
    color: #fff;
}

.text-center
{
    text-align: center;
}

.text-start
{
    text-align: start;
}

.text-end
{
    text-align: end;
}

.text-bold
{
    font-weight: bold;
}

.text-italic
{
    font-style: italic;
}

.text-underline
{
    text-decoration: underline;
}

.text-linetrough
{
    text-decoration: line-through;
}

.text-highlight
{
    background: rgba(0, 0, 0, 0.25);
    padding: 0 .6rem;
}

.flex-break 
{
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    height: 0;
    margin: 0 !important;
}


/** Margin **/

.m-b-0{ margin-bottom: 0rem !important }
.m-b-0-5{ margin-bottom: 0.5rem !important }
.m-b-1{ margin-bottom: 1rem !important }
.m-b-1-5{ margin-bottom: 1.5rem !important }
.m-b-2{ margin-bottom: 2rem !important }
.m-b-2-5{ margin-bottom: 2.5rem !important }
.m-b-3{ margin-bottom: 3rem !important }
.m-b-4{ margin-bottom: 4rem !important }
.m-b-5{ margin-bottom: 5rem !important }
.m-b-6{ margin-bottom: 6rem !important }
.m-b-7{ margin-bottom: 7rem !important }
.m-b-8{ margin-bottom: 8rem !important }
.m-b-9{ margin-bottom: 9rem !important }
.m-b-10{ margin-bottom: 10rem !important }

.m-t-0{ margin-top: 0rem !important }
.m-t-0-5{ margin-top: 0.5rem !important }
.m-t-1{ margin-top: 1rem !important }
.m-t-1-5{ margin-top: 1.5rem !important }
.m-t-2{ margin-top: 2rem !important }
.m-t-2-5{ margin-top: 2.5rem !important }
.m-t-3{ margin-top: 3rem !important }
.m-t-4{ margin-top: 4rem !important }
.m-t-5{ margin-top: 5rem !important }
.m-t-6{ margin-top: 6rem !important }
.m-t-7{ margin-top: 7rem !important }
.m-t-8{ margin-top: 8rem !important }
.m-t-9{ margin-top: 9rem !important }
.m-t-10{ margin-top: 10rem !important }

.m-r-0{ margin-right: 0rem !important }
.m-r-0-5{ margin-right: 0.5rem !important }
.m-r-1{ margin-right: 1rem !important }
.m-r-1-5{ margin-right: 1.5rem !important }
.m-r-2{ margin-right: 2rem !important }
.m-r-2-5{ margin-right: 2.5rem !important }
.m-r-3{ margin-right: 3rem !important }
.m-r-4{ margin-right: 4rem !important }
.m-r-5{ margin-right: 5rem !important }
.m-r-6{ margin-right: 6rem !important }
.m-r-7{ margin-right: 7rem !important }
.m-r-8{ margin-right: 8rem !important }
.m-r-9{ margin-right: 9rem !important }
.m-r-10{ margin-right: 10rem !important }

.m-l-0{ margin-left: 0rem !important }
.m-l-0-5{ margin-left: 0.5rem !important }
.m-l-1{ margin-left: 1rem !important }
.m-l-1-5{ margin-left: 1.5rem !important }
.m-l-2{ margin-left: 2rem !important }
.m-l-2-5{ margin-left: 2.5rem !important }
.m-l-3{ margin-left: 3rem !important }
.m-l-4{ margin-left: 4rem !important }
.m-l-5{ margin-left: 5rem !important }
.m-l-6{ margin-left: 6rem !important }
.m-l-7{ margin-left: 7rem !important }
.m-l-8{ margin-left: 8rem !important }
.m-l-9{ margin-left: 9rem !important }
.m-l-10{ margin-left: 10rem !important }



/** 8. Skeleton Components
*****************************************************************/

#main
{
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
} 

.right-content
{
    position: fixed;
    width: 100%;
    overflow: auto;
    height: 100%;
}

.right-content .inner-content
{
    position: relative;
    width: 50%;
    left: 50%;
}

.page-404 .error-content 
{
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
}

.page-404 .error-content  .inner-content
{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

_:-ms-fullscreen, :root .right-content .inner-content
{ 
    position: fixed;
}

.left-content
{
    position: fixed;
    height: 100%;
    width: 50%;
    top: 0%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 2;
    -webkit-perspective: 38rem;
    perspective: 38rem;
}

.left-content .inner-content
{
    position: relative;
    width: 26vw;
    height: 32vw;
    -webkit-transform: rotateY(5deg);
            transform: rotateY(5deg);
}

.left-content .inner-content[data-3d="0"]
{
    -webkit-transform: rotateY(0deg) !important;
            transform: rotateY(0deg) !important;
}

.left-content .inner-content .picture-box
{
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    overflow: hidden;
    top: 0;
}

.left-content .inner-content .picture
{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0px;
}

.left-content .inner-content canvas
{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 1px;
    z-index: 3;
    
    left: 0;
}

.left-content .inner-content .frame
{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -2;
    border: 1px solid #fff;
}

.left-content .inner-content .frame.frame-1
{
    opacity: 0.25;
    -webkit-transform: translate(-2rem,2rem);
        -ms-transform: translate(-2rem,2rem);
            transform: translate(-2rem,2rem);
}

.left-content .inner-content .frame.frame-2
{
    opacity: 0.15;
    -webkit-transform: translate(-4rem,4rem);
        -ms-transform: translate(-4rem,4rem);
            transform: translate(-4rem,4rem);
}

.left-content .inner-content .frame.frame-3
{
    opacity: 0.05;
    -webkit-transform: translate(-6rem,6rem);
        -ms-transform: translate(-6rem,6rem);
            transform: translate(-6rem,6rem);
}

.left-content .inner-content .name
{
    position: absolute;
    left: 4rem;
    bottom: 3rem;
    z-index: 10;
}

.left-content .inner-content .name p
{
    letter-spacing: 0.02em;
    font-weight: 300;
}

.left-content .inner-content .name .seperator-line
{
    margin-top: 0.6rem;
}

.section-container
{
    max-width: 70rem;
}

.section-container .section
{
    position: relative;
    width: 100%;
}

.section-container .section.height-100
{
    min-height: 100vh;
}

.section-container .section.y-center
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

_:-ms-fullscreen, :root .section-container .section.y-center .container 
{ 
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.section-container .section .container
{
    display: block;
    width: 100%;
}


/* Mobile Mode */

.mobile .left-content
{
    width: 100%;
}

.mobile .left-content .inner-content
{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

.mobile .left-content .inner-content .frame
{
    display: none !important;
}

.mobile .right-content .inner-content
{
    padding-top: 100vh;
    position: relative;
    width: 80%;
    left: 10%;
}

.mobile .left-content .inner-content:after
{
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -15;
    background: rgba(0, 0, 0, 1);
    width: 100%;
    height: 100%;
}

.mobile .left-content .inner-content .name
{
    left: 50%;
    bottom: 50%;
    -webkit-transform: translate(-50%,50%);
        -ms-transform: translate(-50%,50%);
            transform: translate(-50%,50%);
}

.mobile .left-content .inner-content .name p
{
    font-size: 4rem;
}

.mobile .left-content .inner-content .picture-box
{
    opacity: 0.7;
}

.mobile .section-container 
{
    max-width: 60rem;
    margin: 0 auto;
}



/** 9. Background Components
*******************************************************************/

.bg-bubbles 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .4;
    z-index: -1;
}

.bg-bubbles.white
{
    opacity: .1;
}

.bg-bubbles li 
{
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(0, 0, 0, 0.15);
    bottom: -160px;
    -webkit-animation: square 25s infinite;
    animation: square 25s infinite;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
}

.bg-bubbles.white li 
{
    background-color: rgba(255, 255, 255, 0.15);
}

.bg-bubbles li:nth-child(1) 
{
    left: 10%;
}

.bg-bubbles li:nth-child(2) 
{
    left: 20%;
    width: 80px;
    height: 80px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
}

.bg-bubbles li:nth-child(3) 
{
    left: 25%;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.bg-bubbles li:nth-child(4) 
{
    left: 40%;
    width: 60px;
    height: 60px;
    -webkit-animation-duration: 22s;
    animation-duration: 22s;
    background-color: rgba(0, 0, 0, 0.25);
}

.bg-bubbles.white li:nth-child(4) 
{
    background-color: rgba(255, 255, 255, 0.25);
}

.bg-bubbles li:nth-child(5) 
{
    left: 70%;
}

.bg-bubbles li:nth-child(6) 
{
    left: 80%;
    width: 120px;
    height: 120px;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    background-color: rgba(0, 0, 0, 0.2);
}

.bg-bubbles.white li:nth-child(6) 
{
    background-color: rgba(255, 255, 255, 0.2);
}

.bg-bubbles li:nth-child(7) 
{
    left: 32%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 7s;
    animation-delay: 7s;
}

.bg-bubbles li:nth-child(8) 
{
    left: 55%;
    width: 20px;
    height: 20px;
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
}

.bg-bubbles li:nth-child(9) 
{
    left: 25%;
    width: 10px;
    height: 10px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    background-color: rgba(0, 0, 0, 0.3);
}

.bg-bubbles.white li:nth-child(9) 
{
    background-color: rgba(255, 255, 255, 0.3);
}

.bg-bubbles li:nth-child(10) 
{
    left: 90%;
    width: 160px;
    height: 160px;
    -webkit-animation-delay: 11s;
    animation-delay: 11s;
}

@-webkit-keyframes square 
{
    0% {-webkit-transform: translateY(0);transform: translateY(0);}
    100% {-webkit-transform: translateY(-700px) rotate(600deg);transform: translateY(-700px) rotate(600deg);}
}

@keyframes square 
{
    0% {-webkit-transform: translateY(0);transform: translateY(0);}
    100% {-webkit-transform: translateY(-700px) rotate(600deg);transform: translateY(-700px) rotate(600deg);}
}

.bg-color
{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    z-index: -6;
    
    left: 0;
}

#main > canvas
{
    z-index: -5;
    top: 0;
    left: 0;
}



/** 10. Plugins
*******************************************************************/

/* Slider */

.slick-slider
{
    position: relative;

    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list.dragging
{
    cursor: pointer;
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-slider .item:focus 
{
    outline: none !important;

}

.slick-dots
{
    position: absolute;
    bottom: -8rem;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

 
    text-align: center;
}

.slick-dots li
{
    width: 16px;
    height: 16px;
    border-radius: 100%;
    display: inline-block;
    margin: 0 6px;
    position: relative;
    cursor: pointer;
}

.slick-dots li:after
{
    cursor: pointer;
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    border-radius: 100%;
    background: rgba(255,255,255,.5);
    -webkit-transition: .15s ease;
    -o-transition: .15s ease;
    transition: .15s ease;
    opacity: 1;
}

.slick-dots li.slick-active,
.slick-dots li:hover
{
    border: 1px solid rgb(255 255 255 / 60%);
}

.slick-dots li.slick-active:after,
.slick-dots li:hover:after
{
    background: rgba(255,255,255,0);
}

.slick-dots li button
{
    display: none;
}


/* Panel */

.open-options-panel
{
    position: fixed;
    left: 0;
    top: 10rem;
    cursor: pointer;
    z-index: 10;
    background: #272727;
    width: 5rem;
    line-height: 5rem;
    text-align: center;
    height: 5rem;
    color: #fff;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
}

.open-options-panel:hover
{
    width: 6.5rem;
}

.open-options-panel span
{
    font-size: 1.7rem;
    opacity: .7;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    color: #fff;
    line-height: inherit;
}

.options-panel
{
    position: fixed;
    left: 0;
    top: 0;
    opacity: 0;
    
    z-index: -10000;
    width: 100%;
    height: 100%;
}

.options-panel .close-button
{
    cursor: pointer;
    position: absolute;
    left: 6rem;
    top: 6rem;
    
    z-index: 11111;
    font-size: 2.1rem;
    color: #fff;
    opacity: 0.7;
}

.options-panel .close-button:after
{
    content: "";
    cursor: pointer;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10rem;
    border-radius: 100%;
    z-index: -2;
    height: 10rem;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.options-panel .panel
{
    position: absolute;
    max-width: 61.8%;
    top: 0;
    right: 0;
    opacity: 0;
    overflow: auto;
    height: 100%;
    padding: 12rem 16rem;
    z-index: 10;
    background: #272727;
}

.options-panel .panel-overlay
{
    position: absolute;
    background: #212121;
    opacity: 0.96;
    width: 100%;
    height: 100%;
    left: 0;
    cursor: pointer;
    top: 0;
    z-index: 5;
}

.options-panel .headline p
{
    color: #fff;
    display: inline-block;
}

.options-panel .options
{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 2.5rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1rem;
}

.options-panel .options .option
{
    cursor: pointer;
}

.options-panel .options .color
{
    border-radius: 100%;
    height: 5rem;
    overflow: hidden;
    position: relative;
    -webkit-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    border: 1px solid rgba(255,255,255,.0);
    width: 5rem;
}

.options-panel .options .color.active
{
    border-color: #fff;
}

.options-panel .options .color .bg
{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
    width: 3.2rem;
    border-radius: 100%;
    height: 3.2rem;
}

.options-panel .button
{
    border: 1px solid rgba(255, 255, 255, 0);
    height: 5rem;
    border-radius: 10rem;
    line-height: 5rem;
    padding: 0 2.6rem;
}

.options-panel .button.active
{
    border-color: #fff;
    height: 5rem;
    border-radius: 10rem;
    line-height: 5rem;
    padding: 0 2.6rem;
}

.options-panel .button p
{
    color: #fff;
    line-height: inherit;
}


/* Lightbox */

.goverlay 
{
    background: rgba(22, 22, 22, 0.95) !important;
}

.gslide-media
{
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.gslide-image img
{
    max-height: 86vh;
}

.glightbox-container
{
    z-index: 500 !important;
}

.glightbox-container .gprev,
.glightbox-container .gclose,
.glightbox-container .gnext 
{
    z-index: 40 !important;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; 
      -webkit-user-select: none; 
         -moz-user-select: none; 
          -ms-user-select: none; 
              user-select: none; 
}

.glightbox-container .gnext 
{
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    position: fixed;
    padding: 0 !important;
    top: 50%;
    right: 6rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: unset !important;
    height: unset !important;
    background-color: rgba(0,0,0,0) !important;
    opacity: 1 !important;
    display: block;
}

.glightbox-container .gprev 
{
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    position: fixed;
    padding: 0 !important;
    top: 50%;
    left: 6rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: unset !important;
    height: unset !important;
    background-color: rgba(0,0,0,0) !important;
    opacity: 1 !important;
    display: block;
}

.glightbox-container .gclose 
{
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    padding: 0 !important;
    transition: .2s ease;
    opacity: 1 !important;
    width: unset !important;
    height: unset !important;
    top: 6rem !important;
    left: 6rem !important;
    right: unset !important;
    position: fixed;
    display: block;
    background-color: rgba(0,0,0,0) !important;
}

.glightbox-container .gbtn span
{
    vertical-align: middle;
    display: inline-block;
    -webkit-transition: .2s ease;
    -o-transition: .2s ease;
    transition: .2s ease;
    font-size: 2.1rem;
}

.glightbox-container .gbtn:focus-visible
{
    outline: none !important;
}

.glightbox-container .gbtn:hover span
{
    color: #fdc60c;
}

.glightbox-container .gbtn span:after
{
    position: absolute;
    content: "";
    width: 10rem;
    height: 10rem;
    border-radius: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
            transform: translate(-50%,-50%);
}

.glightbox-closing .gclose,
.glightbox-closing .gnext,
.glightbox-closing .gprev,
.glightbox-closing .info-button,
.glightbox-container .gnext.disabled,
.glightbox-container .gprev.disabled
{
    opacity: 0 !important;
}

.glightbox-container .info-button
{
    position: fixed;
    top: 5rem;
    cursor: pointer;
    z-index: 100;
    right: 5rem;
}

.glightbox-container .info
{
    position: fixed;
    left: 0;
    top: 0;
    z-index: 90;
    bottom: 0;
    width: 61.8%;
    background: #212121;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateX(-100%);
}


.glightbox-container .info-overlay
{
    position: fixed;
    left: 100%;
    width: 100%;
    height: 100%;
    cursor: pointer;
    top: 0;
    z-index: 80;
    opacity: 0;
    background: rgba(24, 24, 24, 0.4);
}

.glightbox-container .info .info-container
{
    max-width: 76rem;
    padding: 0 6rem;
    opacity: 0;
    transition: .3s ease-in-out;
}

@media (max-width: 810px) {

    .glightbox-container .info
    {
        width: 100%;
    }
   
}