@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700');
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Iceland&display=swap');
@font-face {
    font-family: 'Overals';
    src: url('../css/fonts/Overals.woff') format('woff'),
        url('../css/fonts/Overals.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html {
    background: #000;
    font-family: 'Roboto Condensed', sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%; 
}

body {
    background: #040404;
    color: #000;
    height: 100%;
    margin: 0 0;
    position: absolute;
    width: 100%;
}

* {
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-user-select: none;
    user-select: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block; 
}
#fullpage .section {
    display: block;
    overflow: hidden
}

h1, h2, h3, h4, h5, p {
    display: block;
    font-weight: 300;
    position: relative;
}

h1 {
    font-family: 'Almarai', sans-serif;
    font-size: 64px;
    font-weight: 400;
    margin:0 0 30px;
}

h2 {
    color: #000;
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
}
h2 span {
    text-transform: none;
    font-size: 24px;
    font-weight: 100;
}

h3 {
    font-size: 20px;
    margin: 100px auto 30px;
    font-weight: 700;
}

h4 {
    font-size: 16px;
    margin: 0 auto 8px;
    font-weight: 700;
}


p {
    font-weight: 400;
    margin: 0 auto 20px;
    text-transform: none;
}

p span.title {
    display: block;
    line-height: 120px;
    font-family: 'Almarai', sans-serif;
    font-size: 64px;
    font-weight: 400;
    margin-bottom: -40px;
    position: relative;
}


a,
a:active,
a:hover {
    cursor: pointer;
    outline: 0; 
}

b, strong {
    color: #000;
    font-weight: 500;
    font-size: inherit;
}
.externalContent b, .externalContent strong {text-transform: none}
#x-contact b {color: #fff}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

em {
    color: #DF0B37;
    font-size: 14px;
    font-style: normal;
    left: 0;
    position: absolute;
    top: 0;
}

.clear {
    clear: both;
    display: block;
    width: 100%;
}

.no-scroll {overflow: hidden}

.white, .white * {color: #fff;}
.bg-white {
    background: #fff !important;
    color: #000 !important;
}
.bg-white * {color: #000 !important}
footer.white {opacity: 0.5}

.absolute-centered {
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) !important;
    transform: translateY(-50%) !important;
}
.text-no-absolute{
    position: relative !important;
    top: 0 !important;
    transform: none !important;
}




/*--BACKGROUND--*/

.curtain {
    background: none;
    display: block;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.curtain div {
    background: /*#5DF660*/#fff;
    display: block;
    height: 0%;
    position: absolute;
    top: 0;
    width: 100%;
}
.curtain div:nth-child(2) {background-color:/*#fff*/#FCD500}




/*--HEADER--*/

header {
    background: none;
    display: none;
    height: 48px;
    overflow: visible;
    position: fixed;
    top: 32px;
    width: 100%;
    z-index: 9;
}




/*--Scrollbar--*/

::-webkit-scrollbar {
    height: 4px;
    width: 4px;
}

::-webkit-scrollbar-track {
    background: #111;
    border-radius: 0;
}
 
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 2px;
}

::-webkit-scrollbar-thumb:hover {
    background: #EE0634; 
}




/*--LOGO--*/

.logo {
    display: none;
    height: 48px;
    left: 20px;
    position: absolute;
    text-transform: uppercase;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.logo:hover {left: 32px;}




/*--LANGUAGE--*/

.language {
    height: 100%;
    margin-top: 50px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    right: 32px;
    width: auto;
}

.language div {
    color: rgba(0,0,0,0.4);
    cursor: pointer;
    float: right;
    font-weight: 400;
    height: 100%;
    line-height: 44px;
    margin-left: 30px;
    position: relative;
    text-align: right;
    width: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.white .language div {color: rgba(255,255,255,0.4)}
.language div:hover, .language div.active {
    color: #000;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.white .language div:hover, .white .language div.active {color: #fff}




/*--CONTENTS--*/

#fullpage {
    display: block;
    margin-top: -120px;
    opacity: 0;
    z-index: 7;
}
.grid-container {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    height: calc(100vh - 10px);
    width: 100%;
}
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, 120px);
    grid-template-rows: repeat(auto-fill, 120px);
    justify-content: start; 
    align-content: start;
    width: 104vw;
    height: 104vh;
    position: absolute;
    top: 0;
    z-index: 2
}
.tile {
    width: 120px;
    height: 120px;
    animation: defaultA 0.5s ease forwards;
}
.tile:hover {
    animation: hoverA 1s ease infinite;
}
#x-home .tile {background: #000}
#x-about .tile {background: #d3d3d3}
#x-projects .tile {background: #541dbc}
#x-contact .tile {background: #000}
@keyframes hoverA {
  0% {opacity: 0.3}
  100% {opacity: 0.0}
}
@keyframes defaultA {
  0% {opacity: 0.0}
  100% {opacity: 0.6}
}
.wrapper, .nav-wrapper {
    display: block;
    height: 100%;
    margin: auto;
    /* max-width: 1440px; */
    position: relative;
}
.nav-wrapper {
    height: 104px;
    left: 0;
    margin: -52px auto 0;
    /* max-width: 1600px; */
    pointer-events: none;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9;
}
.section .contents {
    left: 0;
    margin: auto;
    max-width: 900px;
    opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}
.esp .section .contents {max-width: 900px}
#x-home .contents, #x-about .contents, #x-projects .fp-slides, #x-contact .contents {pointer-events: none}
#x-about .contents .link,  #x-projects .slide, #x-contact ul {pointer-events:all}
.divider {
    background: #939292;
    display: block;
    height: 60px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 1px;
    z-index: 3;
}
#x-home .divider {bottom: 0;}

.divider span {
    color: #AEAEAE;
    font-size: 12px;
    margin: -40px 0 0 -19px;
    position: absolute;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

button, div.slider-btn {
    background: none;
    border: none;
    cursor: pointer;
    height: 84px;
    outline: none;
    padding: 0;
    position: relative;
    width: 84px;
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.200, 2);
    -webkit-appearance: none;
    appearance: none;
}

button:active:not(.slider-btn), div.slider-btn:has(span.icon:active) {
    transition: all 0.3s cubic-bezier(0.000, 0.000, 0.200, 2);
    -webkit-transform: scale(0.95) !important;
    transform: scale(0.95) !important;
}


.square_btn {width: 250px;}

.square_btn a span {
    display: block;
    font-size: 18px;
    font-weight: 100;
    height: 100%;
    line-height: 48px;
    overflow: hidden;
    position: absolute;
    left: 0;
    text-align: left;
    text-indent: 15px;
    top: 0;
    width: 100%;
    -webkit-transition: all 0.7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 0.7s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.square_btn a span.tip {
    background: url(../img/elements/Tip.svg) no-repeat scroll center center / 8px 8px transparent;
    display: block;
    height: 8px;
    float: right;
    margin: 5px;
    opacity: 0;
    position: relative;
    width: 8px;
}

.square_btn a span.label {width: 180px;}
.square_btn a span.top span {padding: 1px 0 0 5px;}
.square_btn a span.top {
    background: #222;
    color: #fff;
    width: 0;
    border-radius: 4px;
}
.blue .square_btn a span.top {background: #300084}
.black .square_btn a span.top {background: #1b1a1c}
.square_btn a span.top span {color: #fff}

.square_btn a span.base {
    background: none;
    color: #000;
    border-radius: 4px;
}
.white .square_btn a span.base, .blue .square_btn a span.base, .black .square_btn a span.base {color: #fff} 

.square_btn a:hover .top {
    left: 0;
    width: 100%
}
.square_btn a:hover span.tip {opacity: 1}*/


button.link:hover svg {filter:drop-shadow(0 12px 24px rgba(0,0,0,0.3))}
button.link .background, button.link .second_background, button.link .background svg, button.link .second_background svg {
    height: 100% !important;
    width: 100% !important;
    left: 0;
    top: 0;
}
button.link .second_background {
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0.3;
}
button.link .background {
    position: absolute;
    -webkit-transition: all 0.5s;
    transition: all 0.3s;
}
button.link:hover .background {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
button.link:hover .second_background {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.link .icon {
    bottom: 0;
    display: block;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.link .icon .icon-container {
    display: block;
    height: calc(200% + 10px);
    position: absolute;
    bottom: 0;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.link .icon .icon-container span {
    background: none;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    float: left;
    height: calc(50% - 5px);
    margin-bottom: 10px;
    width: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.link .icon .icon-container span:nth-child(1) {opacity: 0}

.link .icon .icon-container span:nth-child(2) {margin: 0 !Important}

.link:hover .icon .icon-container {bottom: calc(-100% - 10px)}

.link:hover .icon .icon-container span:nth-child(1) {opacity: 1}

.link:hover .icon .icon-container span:nth-child(2) {opacity: 0}




/*--SCROLL TRANSITION--*/

@keyframes scroll-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#fullpage .section.active .contents, #fullpage .section.active .fp-slides {
    margin-top: 0 !Important;
    -webkit-transition: all 2.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 2.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}




/*--NOISE BG--*/

.noiseBG{
    mix-blend-mode: multiply;
    background-image:url(../img/backgrounds/noise.png);
    opacity:0.05;
    position: absolute;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    display: block;
}
#x-home .noiseBG {opacity: 0.4}
#x-projects .noiseBG {opacity:0.08;}
.cnt-wrapper.magnetic {
    top: 0;
    left: 0;
    height: 100vh;
    display: block;
    position: absolute;
    width: 100vw;
    z-index: 999;
}




/*--FULLPAGE CONTENTS--*/

#fullpage .contents p {
    font-size: 24px;
    font-weight: 100;
    padding: 0;
    position: relative;
    line-height: 40px;
}

#fullpage .line {
    bottom: 0;
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 1
}
#fullpage .line:after {
    display: block;
    content: "";
    height: 2px;
    width: 65px;
    position: absolute;
    right: 32px;
    bottom: 50px;
    border-radius: 1px;
}

#x-home .line {background: #FCD500}
#x-home .line:after {background: #ffffff;}
#x-about .line {background: #66cdaa;}
#x-about .line:after {background: #666;}
#x-projects .line {background: #00BFFF}
#x-projects .line:after {background: #ffffff}
#x-contact .line {background: #9ACD32}
#x-contact .line:after {background: #ffffff}




/*--HOME--*/

#x-home {
    /*background: rgb(9,8,8);
    background: radial-gradient(circle,rgba(69, 68, 68, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    */
    background: #050509;
    background: radial-gradient(circle,rgba(5, 5, 9, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: url(../img/backgrounds/Home.jpg) no-repeat scroll center center / cover;
}
#x-home .contents {
    margin-top: 70px;
    opacity: 0;
    z-index: 2
}
#x-home .contents p {
    color: #d3d3d3;
    letter-spacing: 7px;
    line-height: 32px;
    padding: 0;
    text-transform: uppercase;
}
#x-home p span.title {
    display: block;
    line-height: 120px;
    letter-spacing: 0;
    font-size: 104px;
    font-weight: 100;
    margin-bottom: -15px;
    position: relative;
    width:100%;
}
#x-home p span.divider {
    background: #333;
    height: 1px;
    margin: 32px auto 0;
    position: relative;
    width: 580px;
}



/*--ABOUT--*/

#x-about {
    background: rgb(255,255,255);
    background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(207,207,207,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#cfcfcf",GradientType=1);
    background: url(../img/backgrounds/About.jpg) no-repeat scroll center center / cover;
}
#x-about .lines {
    display: none;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: center;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 2000px;
}
#x-about .lines div {
    background-color: rgb(215, 215, 215);
    display: block;
    height: 70vh;
    margin: 0 10px;
    width: 10px;
    transform: skew(-35deg, 0deg) translateX(-50%);
}
#x-about .lines div:nth-child(1) {margin: 80px 100px 0 0}
#x-about .lines div:nth-child(2) {margin: 0; width: 2px}
/*#x-about .title {display: none}*/
#x-about .link {
    margin: 15px auto 0;
    position: relative;
}
#x-about .link svg path {fill: #222;}
#x-about .link .second_background svg path {fill: transparent;}
#x-about .link:hover svg path {fill: #000;}
#x-about .link:hover .second_background svg path {fill: #777;}
#x-about .link .icon {height: 22px; opacity: 1; width: 22px;}
#x-about .link .icon span span {
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
#x-about .link .icon span span:nth-child(1) {background: url('../img/icons_badges/More2.svg') no-repeat scroll center center;}
#x-about .link .icon span span:nth-child(2) {
    background: none;
    margin-left: -28px !Important;
    padding-top: 2px;
    width: 80px
}




/*--PROJECTS--*/

#x-projects {
    background: #5711d8;
    background: -moz-linear-gradient(180deg, rgba(87,17,216,1) 0%, rgba(95,31,214,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(87,17,216,1) 0%, rgba(95,31,214,1) 100%);
    background: linear-gradient(180deg, rgba(87,17,216,1) 0%, rgba(95,31,214,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5711d8",endColorstr="#5f1fd6",GradientType=1);
    background: url(../img/backgrounds/Projects.jpg) no-repeat scroll center center / cover;
}

#x-projects .contents {
    height: 690px;
    max-width: 100%;
}

#x-projects .fp-slides {
    height: 554px;
    width: 554px;
    position: absolute;
    top: 50%;
    left: 50%;
    overflow: visible;
    transform: translate(-50%, -50%);
    z-index: 3;
}
.fp-slide, .fp-slidesContainer {
    width: 400vw !important;
}

.slide {
    height: 554px !Important;
    width: 554px !important;
    margin-right: 50vw;
    overflow: visible;
    position: relative
}

.fp-tableCell {height: 554px !important}

.slide > div > div {
    bottom: 0;
    display: block;
    height: 554px;
    left: 0;
    margin: auto;
    position: relative;
    top: 0;
    right: 0;
    width: 554px;
    z-index: 9999;
}

.slide .slider-btn {
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.slide .slider-btn, .slide .slider-btn .info {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slide .slider-btn::before {
    background: url(../img/backgrounds/Shadow.png) no-repeat scroll center top / 558px 758px transparent;
    content: "";
    display: block;
    height: 700px;
    position: relative;
    top: 0;
    opacity: 0.1;
    width: 100%;
    left: 0;
    z-index: -1;
}
.slide .slider-btn:hover::before {
    background-size: 588px 790px;
    background-position: center -5px;
    height: 790px;
    opacity: 0.5;
    top: 0;
    -webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.slide .slider-btn:hover {
    height: 105%;
    top: -2.5%;
    -webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.slide .slider-btn.protected:hover {cursor: default}

.slide.pelibiothermal .slider-btn .info {background-image: url('../img/portfolio/pelican/Project_Cover.png')}
.slide.pepe_delivery .slider-btn .info {background-image: url('../img/portfolio/pepe/Project_Cover.png')}
.slide.infection .slider-btn .info {background-image: url('../img/portfolio/infection/Project_Cover.png')}
.slide.linkx .slider-btn .info {background-image: url('../img/portfolio/linkx/Project_Cover.png')}

.slide span.text {
    display: block;
    color: #5513CF;
    cursor: default;
    font-family: 'Couture', serif;
    font-size: 556px;
    height: 556px;
    left: 50%;
    letter-spacing: -0.05em;
    line-height: 450px;
    margin-left: -2000px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 4000px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slide.active span.text {
    color: #5513CF;
    opacity:1;
    -webkit-transition: all 3s;
    transition: all 3s;
}
.slide.active span.text-hidden {
    opacity: 0.4;
    -webkit-transition: all 0.9s;
    transition: all 0.9s;
}

.slide .slider-btn .info, .slide .slider-btn .info::before {
    color: #fff;
    content: "";
    display: block;
    height: 100%;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    text-transform: uppercase;
    transition: all 0.1s;
}
.slide div .slider-btn .info::before {
    background: url('../img/backgrounds/Hover_Item_Simple.svg') no-repeat scroll center center / auto 100%;
    opacity: 0;
}
.slide div .slider-btn .info:hover::before {opacity: 1;}
    
.info-container {
    background: url(../img/backgrounds/Info_Bg.svg) no-repeat scroll center center / cover transparent;
    height: 353px;
    left: 49.8%;
    margin-top: 0;
    opacity: 0;
    padding: 80px 0 0 0;
    position: absolute;
    top: 50%;
    width: 308px;
    -webkit-transform: translate(-50%, -25%);
    transform: translate(-50%, -25%);
    -webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}
.info-container .form, .info-container .error {
    height: 100%;
    left: 0;
    opacity: 1;
    padding-top: 50px;
    position: absolute !important;
    top: 0;
    width: 100%;
}
.info-container .error {
    color: #ccc;
    font-size: 18px !important;
    font-weight: 100 !important;
    opacity: 0;
    top: 50%;
    -webkit-transform: translateY(-25%) rotate3d(0, 1, 0, 180deg);
    transform: translateY(-18%) rotate3d(0, 1, 0, 180deg);
}
.info-container .error .icon {
    background: url('../img/icons_badges/Shield.svg') no-repeat scroll center center / auto 100%;
    display: block;
    height: 48px;
    margin: -40px auto 16px;
    outline: none;
    width: 48px;
}
.info-container.error .error {opacity: 1}
.info-container.error .form {opacity: 0}
.info-container .error, .info-container .form, .info-container.error .error, .info-container.error .form {
    -webkit-transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 0.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.slide.active div .slider-btn:hover .info {opacity: 1}
.slide.active div .slider-btn:hover .info-container {
    margin-top: -87px;
    opacity: 1;
}
.slide.active div .slider-btn:hover .info-container.error {
    margin-left: -154px;
    margin-top: -175px;
    transform: rotate3d(0, 1, 0, 180deg);
    -webkit-transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: all 1.5s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

.info-container span, .info-container div {
    display: block;
    margin-top: 0;
    position: relative !important;
}
.protected .info-container span, .protected .info-container div {
    font-size: 24px;
    font-weight: 700;
}

.info-container .divider {
    background: #fff;
    height: 2px;
    width: 30px;
}

.info-container .client { margin-top: 40px;}

.info-container .project {
    font-size: 24px;
    font-weight: 700;
    margin-top: 8px
}
.protected .info-container .project {
    font-size: 14px;
    font-weight: normal;
}

.info-container .icon {
    outline: 4px solid #222;
    border-radius: 30px;
    height: 60px;
    margin: 40px auto 0;
    overflow: hidden;
    width: 60px;
    transition: all 0.5s 0.0s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.info-container .icon.enabled {
    cursor: pointer;
    outline: 4px solid #aaa;
    transition: all 0.2s;
}
.info-container .icon::before {
    content: "";
    background: url('../img/icons_badges/More2.svg') no-repeat scroll center center;
    height: 21px;
    width: 21px;
}.protected .info-container .icon::before {display: none;}
.info-container .icon .container {
    display: block;
    height: 21px;
    left: -11px;
    overflow: hidden;
    position: absolute;
    width: 42px;
    transition: all 0.5s 0.0s;
}
.info-container .icon.disabled .container {
    left: 11px;
}
.info-container .icon .container span {
    background-position: center;
    background-repeat: no-repeat;
    float: left;
    height: 21px;
    width: 21px;
    position: relative;
    transition: all 0.5s 0.0s;
}
.info-container .icon .container span:nth-child(1) {
    background-image: url('../img/icons_badges/Shield.svg');
    background-size: 241%;
    opacity: 0;
}
.info-container .icon .container span:nth-child(2) {
    background-image: url('../img/icons_badges/Right_Arrow.svg');
    opacity: 1;
}
.info-container .icon.disabled .container span:nth-child(1) {
    opacity: 1;
}
.info-container .icon.disabled .container span:nth-child(2) {
    opacity: 0;
}

input.password {
    background: none;
    border: none;
    border-bottom: 1px solid #444;
    color: #333;
    font-size: 32px;
    width: 160px;
    margin-top: 16px;
    -webkit-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}
input.password:focus{
    border-bottom-color: cornflowerblue;
    color: #fff;
    outline: none;
}
input.password:hover, input.password.shake {
    border-bottom-color: cornflowerblue;
    -webkit-transition: border 500ms ease-out;
    transition: border 500ms ease-out;
}
input.password.shake {border-bottom-color: coral}
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear
{
    display: none;
}
#x-projects .swiper-button-next, 
#x-projects .swiper-button-prev {
    background: none;
    cursor: pointer;
    height: 50px;
    margin-top: -25px;
    position: absolute;
    top: 50%;
    width: 100px;
    z-index: 9999;
}
#x-projects .swiper-button-next {
    margin-right: -450px;
    right: 50%;
}
#x-projects .swiper-button-prev {
    margin-left: -450px;
    left: 50%;
}

.swiper-button-prev .icon,
.swiper-button-next .icon {
    height: 50px;
    width: 30px;
}

.swiper-button-prev .icon .icon-container {
    height: 100%;
    left: 0;
    width: calc(200% + 10px);
}
.swiper-button-next .icon .icon-container {
    height: 100%;
    right: 0;
    width: calc(200% + 10px);
}

.swiper-button-prev.link .icon .icon-container span:nth-child(1){opacity: 1}
.swiper-button-prev.link .icon .icon-container span:nth-child(2){opacity: 0}

.swiper-button-prev.link .icon .icon-container span {
    background: url('../img/icons_badges/Prev_Arrow.svg') no-repeat scroll center center / 12px 27px;
    height: 100%;
    margin: 0 10px 0 0;
    width: calc(50% - 5px);
}
.swiper-button-next.link .icon .icon-container span {
    background: url('../img/icons_badges/Next_Arrow.svg') no-repeat scroll center center / 12px 27px;
    height: 100%;
    margin: 0 10px 0 0;
    width: calc(50% - 5px);
}

.swiper-button-prev.link:hover .icon .icon-container {
    bottom: 0;
    left: calc(-100% - 10px);
}
.swiper-button-next.link:hover .icon .icon-container {
    bottom: 0;
    right: calc(-100% - 10px);
}

.swiper-button-prev.link:hover .icon .icon-container span:nth-child(1){opacity: 0}
.swiper-button-prev.link:hover .icon .icon-container span:nth-child(2){opacity: 1}

.counter {
    background: url('../img/icons_badges/Counter.svg') no-repeat scroll center right 32px / 15px 80px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 100;
    height: 80px;
    left: 0;
    line-height: 80px;
    margin: -40px auto 0;
    /* max-width: 1440px; */
    padding-right: 32px;
    pointer-events: none;
    position: absolute;
    right: 0;
    text-align: right;
    top: 50%;
    width: 100%;
    z-index: 9;
}

#x-projects .fp-slidesNav {bottom: 40px}

#x-projects .fp-slidesNav ul li {
    height: 6px;
    width: 6px;
}
    
#x-projects .fp-slidesNav ul li a span {
    background: #fff !important;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0.5;
    top: 0;
    width: 100%;
}

#x-projects .fp-slidesNav ul li a.active span {
    opacity: 1;
}




/*--LINES--*/

.slide .lines, .slide .lines:after {
    display: block;
    height: 650px;
    left: 50%;
    margin: -48px 0 0 -283px;
    padding: 50px 5px;
    position: absolute;
    top: 0;
    width: 560px;
    -webkit-transition: all 1.5s;
    transition: all 1.5s;
}
.slide .lines:after {
    background: url('../img/backgrounds/Lines-bg.svg') no-repeat scroll center center / 557px 643px;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.slide.active .lines.active, .slide.active .lines.active:after {
    opacity: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.slide .lines span {
    background: #5E13D8;
    display: block;
    height: 1px;
    position: relative;
    transition: transform 1.6s cubic-bezier(0.19, 1, 0.22, 1), 1s cubic-bezier(0.19, 1, 0.22, 1);
    width: 50px;
}

.slide .lines span:nth-child(1) {transform: translate3d(-30px, -5px, 0) rotate3d(0, 0, 1, 45deg);}
.slide .lines span:nth-child(2) {transform: translate3d(530px, -5px, 0) rotate3d(0, 0, 1, -45deg);}
.slide .lines span:nth-child(3) {transform: translate3d(-30px, 555px, 0) rotate3d(0, 0, 1, -45deg);}
.slide .lines span:nth-child(4) {transform: translate3d(530px, 555px, 0) rotate3d(0, 0, 1, 45deg);}

.slide .lines.active span {opacity: 1}
.slide .lines.active span:nth-child(1) {transform: translate3d(-10px, 15px, 0) rotate3d(0, 0, 1, 45deg); background: #fff}
.slide .lines.active span:nth-child(2) {transform: translate3d(510px, 15px, 0) rotate3d(0, 0, 1, -45deg); background: #fff}
.slide .lines.active span:nth-child(3) {transform: translate3d(-10px, 535px, 0) rotate3d(0, 0, 1, -45deg); background: #fff}
.slide .lines.active span:nth-child(4) {transform: translate3d(510px, 535px, 0) rotate3d(0, 0, 1, 45deg); background: #fff}




/*--CONTACT--*/

#x-contact {
    background: #050509;
    background: radial-gradient(circle,rgba(5, 5, 9, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    background: url(../img/backgrounds/Home.jpg) no-repeat scroll center center / cover;
}

#x-contact ul {
    margin: 50px 0 0;
}

#x-contact li {
    display: inline-block;
    height: 84px;
    margin-right: 40px;
    position: relative;
    width: 84px;
}

#x-contact li:last-child {margin: 0}

#x-contact .linkedIn .background svg path, #x-contact .dribbble .background svg path, #x-contact .email .background svg path {
    fill:#fff;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s;
}
#x-contact .linkedIn .second_background svg path, #x-contact .dribbble .second_background svg path, #x-contact .email .second_background svg path {fill:transparent;}
#x-contact .linkedIn:hover svg path {fill:#4A6FD8;}
#x-contact .dribbble:hover svg path {fill:#EC498A;}
#x-contact .email:hover svg path {fill:#585B72;}

#x-contact li.linkedIn .icon {height: 20px; width: 20px;}
#x-contact li.linkedIn .icon span span {background: url('../img/icons_badges/LinkedIn-Black.svg');}
#x-contact li.linkedIn .icon span span:nth-child(1) {background: url('../img/icons_badges/LinkedIn.svg');}

#x-contact li.behance .icon {height: 16px; width: 24px;}
#x-contact li.behance .icon span span {background: url('../img/icons_badges/Behance-Black.svg');}

#x-contact li.dribbble .icon {height: 24px; width: 24px;}
#x-contact li.dribbble .icon span span {background: url('../img/icons_badges/Dribbble-Black.svg');}
#x-contact li.dribbble .icon span span:nth-child(1) {background: url('../img/icons_badges/Dribbble.svg');}

#x-contact li.email .icon {height: 25px; width: 25px;}
#x-contact li.email .icon span span {background: url('../img/icons_badges/Email-Black.svg')}
#x-contact li.email .icon span span:nth-child(1) {background: url('../img/icons_badges/Email.svg')}

#x-contact .mobile-legend {display: none}




/*--FOOTER--*/

footer {
    background: none;
    bottom: 0;
    color: #666;
    display: none;
    height: 120px;
    line-height: 134px;
    padding-left: 32px;
    position: fixed;
    text-align: left;
    width: 100%;
    z-index: 8
}
.externalContent footer {
    background: #000;
    color: #fff;
    display: block;
    padding: 0 0 0 50px;
    height: 80px;
    position: relative;
    text-align: left;
    line-height: 82px;
}
.externalContent footer::after {
    content: "";
    display: block;
    height: 4px;
    position: absolute;
    right: 50px;
    top: 43px;
    width: 65px;
    border-radius: 2px;
}



/*--NAVIGATION--*/

nav {
    display: none;
    height: 100%;
    left: 0;
    margin: 0 0 0 32px;
    pointer-events: visible;
    position: absolute;
    right: 0;
    width: 150px;
}

nav a {
    color: #000;
    cursor: pointer;
    display: block;
    height: 26px;
    line-height: 32px;
    margin-bottom: 15px;
    overflow: visible;
    padding: 0;
    position: relative;
    text-decoration: none;
    width: auto;
}

nav a span {
    display: block;
    height: 30px;
    line-height: 26px;
    position: relative;
    text-align: left;
    top: 0;
    width: auto;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    padding-left: 48px;
}

nav a sup {
    font-size: 8px;
    font-family: 'Roboto', sans-serif;
    position: absolute;
    left: 50px;
    top: -12px;
    opacity: 0.5;
}

nav a span.text {
    margin-left: 0;
    opacity: 0;
}
nav a:hover span.text,
nav a.active span.text {opacity: 1}

nav a:not(.active) sup {opacity: 0}

nav a span.background {
    border-radius: 13px;
    outline: 1px solid rgba(0,0,0,0);
    height: 26px;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
}

nav a.active span.background {
    outline: 4px solid rgba(0,0,0,0.2);
}
nav.white a.active span.background {outline-color: rgba(255,255,255,0.2);}

nav a span.background span {
    background: #000;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
}
nav.white a span.background span {background: #fff}

nav a span.background span.bg1 {
    height: 6px;
    margin: 10px;
    width: 6px;
    border-radius: 50%;
}

nav a span.background span.bg2 {
    background: #000;
    height: 1px;
    left: 24px;
    top: 12px;
    width: 0;
}
nav a.active span.background span.bg2 {width: 14px;}
nav.white a span.background span.bg2 {background: #fff}




/*--EXTERNAL--*/

object, #externalContent {
    background: #000;
    display: block;
    height: 100%;
    left: 0;
    overflow: hidden;
    width: 100%;
    z-index: 9;
}

#externalContent {
    overflow-y: visible; 
    position: fixed;
    top: 101%;
    width: 100%;
    z-index: 9;
}

.externalContent {
    background: #fff;
    overflow: hidden;
    clear: both;
}

.externalContent * {text-align: left;transform: translate3d(0, 0, 0);}
.externalContent p, .externalContent li * {font-size: 16px;}

.externalContent header {
    background: transparent;
    display: block;
    height: 136px;
    position: fixed;
    top: 0;
    z-index: 9999;
    /* max-width: 1240px; */
    /* left: 50%; */
    /* transform: translateX(-50%); */
}

.externalContent > div {
    opacity: 0;
    overflow: hidden;
    padding-top: 200px;
    position: relative;
}

.externalContent .block-600 {
    height: calc(100vh - 90px);
    max-height: 800px;
    padding-top: 0;
}

.externalContent .title-block {
    box-shadow: inset 0 0 20px rgba(0,0,0,0.1);
    height: calc(100vh - 10px);
    margin-top: -200px;
    max-height: calc(100vh - 10px);
    padding-top: 0;
}

.externalContent .contents {
    height: 100%;
    margin: auto;
    max-width: 1240px;
    position: relative;
    width: calc(100% - 200px);
    overflow: unset;
}

.externalContent .text {
    display: block;
    position: absolute;
    left: 0;
    max-width: 520px;
    top: 50%;
    -webkit-transform: translateY(-53%);
    transform: translateY(-53%);
}
.externalContent .title-block h1 {margin-bottom: -16px;}
.externalContent .title-block .text {
    margin: auto;
    max-width: 710px;
    padding: 0;
    position: relative;
    text-align: center;
}
.externalContent .title-block .text * {text-align: center}

.externalContent .text p {
    color: #717379;
    display: block;
    margin: 0 0 20px;
    position: relative;
    text-align: left;
    text-transform: none;
}
.externalContent .text p:last-child {margin: 0}

.externalContent .contents .brick {
    background: #9B9B9B;
    height: 4px;
    margin-top: 40px;
    position: relative;
    width: 30px;
    border-radius: 2px;
}

.externalContent .contents .image {
    display: block;
    position: absolute;
}

.externalContent .title-block .background-text {
    display: none;
    text-align: center;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.externalContent .title-block .contents p {
    font-size: 24px;
    font-weight: 100;
    margin-top: 24px;
    line-height: 40px;
}

.externalContent .title-block .contents p.role span {
    color: #fff !important;
    background: #000;
    display: inline;
    font-size: 12px;
    margin: 4px !important;
    text-transform: uppercase;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 30px
}
.externalContent .title-block .contents .white p.role span {
    color: #000 !important
}

.externalContent .title-block .contents .text span {
    background: #000;
    display: block;
    height: 4px;
    margin: 40px auto 40px !important;
    width: 30px;
    border-radius: 2px;
}

.externalContent .title-block .contents .divider {bottom: 0}

.device {
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.device.iMac {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.iPhone-Landscape {
    background: url(../img/elements/iPhone-Black-Landscape.png) no-repeat scroll 0 0 / cover;
    height: 313px;
    margin-top: 25px;
    width: 591px;
}
.iPhone-Landscape .reflect {
    background: url(../img/elements/iPhone-Reflect-Landscape.svg) no-repeat scroll 0 0 / cover;
    display: block;
    height: 222px;
    left: 95px;
    position: absolute;
    top: 24px;
    width: 224px;
}
.iPhone-Landscape .screenshot {
    background: none;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 2px;
    height: 225px;
    left: 95px;
    overflow: hidden;
    position: absolute;
    top: 24px;
    width: 401px;
}
.iPhone {
    background: #000;
    border: 4px solid #212121;
    border-radius: 40px;
    height: 577px;
    overflow: hidden;
    width: 271px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.06), 0 10.500000953674316px 22.166667938232422px 0 rgba(0, 0, 0, 0.06), 0 40.833335876464844px 40.833335876464844px 0 rgba(0, 0, 0, 0.05), 0 92.16667175292969px 54.833335876464844px 0 rgba(0, 0, 0, 0.03), 0 164.50001525878906px 65.33333587646484px 0 rgba(0, 0, 0, 0.01), 0 256.66668701171875px 72.33333587646484px 0 rgba(0, 0, 0, 0.00);
}
.iPhone .reflect {
    background: url(../img/elements/iPhone-Reflect.svg) no-repeat scroll 0 0 / cover;
    display: block;
    height: 184px;
    left: 0;
    position: absolute;
    top: 0;
    width: 144px;
    z-index: 9;
}
.iPhone .screenshot {
    background: none;
    background-position: 0 0;
    background-repeat: repeat-y;
    background-size: cover;
    height: 100%;
    width: 100%;
}
.iPhone-White {
    background: white;
    border-color: white;
}
.iMac {
    /*background: url('../img/elements/iMac.png') no-repeat scroll 0 0 / contain transparent;*/
    border-radius: 24px;
    height: 768px;
    overflow: hidden;
    border: 8px solid #efefef;
    width: 1240px;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.06), 0 10.500000953674316px 22.166667938232422px 0 rgba(0, 0, 0, 0.06), 0 40.833335876464844px 40.833335876464844px 0 rgba(0, 0, 0, 0.05), 0 92.16667175292969px 54.833335876464844px 0 rgba(0, 0, 0, 0.03), 0 164.50001525878906px 65.33333587646484px 0 rgba(0, 0, 0, 0.01), 0 256.66668701171875px 72.33333587646484px 0 rgba(0, 0, 0, 0.00);
}
.iMac .screenshot {
    height: /*75%*/100%;
    position: absolute;
    width: /*72.5%*/100%;
    top: /*9%*/0;
    margin: 0;
    background-image: url(../img/portfolio/pelican/Shippers.jpg);
    /*
    left: calc(50% + 6px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    */
}



/*--CLOSE ICON--*/

.delete_item, .scroll-up {
    cursor: pointer;
    display: block;
    padding: 0 !important;
    position: absolute!important;
    margin: 0 !important;
    z-index: 9999;
    background: rgba(200,200,200,0.3);
    border-radius: 100%;
    height: 56px;
    width: 56px;
    right: 80px;
    top: 80px;
    backdrop-filter: blur(10px);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    outline: 1px solid rgba(255,255,255,0.0);
}
.scroll-up {
    top: calc(100vh - 120px);
    position: fixed !important;
}
.delete_item:hover, .scroll-up:hover {
    background: rgba(0,0,0,0.7);
    outline: 6px solid rgba(100,100,100,0.2);
}

.externalContent header .icon {
    background: url(../img/icons_badges/Close.svg) no-repeat scroll center top / 16px transparent;
    height: 16px;
    margin: -8px auto;
    width: 16px;
    top: 50%;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.externalContent header .scroll-up .icon {background-image: url(../img/icons_badges/Scroll.svg)}
.delete_item:hover .icon, .scroll-up:hover .icon {
    background-position: center bottom;
}




/*--LOADER--*/

@keyframes ball-scale-ripple {
  0% {
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.loader {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    border-radius: 100%;
    border: 2px solid #B1C9E5;
    height: 50px;
    margin: auto;
    padding-top: 0 !important;
    top: 50vh;
    width: 50px;
    -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
    animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}
#profile .loader {border-color: #00FA9A}
#infection .loader {border-color: #E64450}
#pepe .loader {border-color: #000}







@media only screen and (max-width: 1800px) {
     #x-home p span.title {
        font-size: 88px;
        line-height: 104px;
        width: 100%
    }
    #x-home p span.divider {width: 490px}
}




@media only screen and (max-width: 1200px) {
    nav {
        height: 25px; 
        margin: -80px 0 0 32px;
        -webkit-transform: rotate(-90deg)  translateX(-120%);
        transform: rotate(-90deg)  translateX(-120%);
        -webkit-transform-origin: 0% 50%;
        transform-origin: 0% 50%;
    }
    nav a:not(.active), nav a .background, nav a span sup {display: none}
    nav a span.text {margin-left: 0; text-align: center}
    .externalContent .text {left: 0;}
    .externalContent .title-block:not(.download) .text {
        margin: 0;
        max-width: 500px;
        text-align: left;
    }
    .externalContent .title-block .text p {font-size: 20px}
    .externalContent .title-block .contents .text span {margin-left: 0 !important;}
    .slide .lines span {display: none}
    #x-projects .swiper-button-next {margin-right: -400px}
    #x-projects .swiper-button-prev {margin-left: -400px}
}



@media only screen and (max-width: 960px) {
    .tile {pointer-events: none}
    .nav-wrapper, .counter, footer {display: none !important}
    .nav-wrapper {
        bottom: 0;
        top: auto;
    }
    nav {
        bottom: 40px;
        left: auto;
        margin: 0 50px 0;
        -webkit-transform:none;
        transform: none;
    }
    nav a span.text {text-align: right;}
    p span.title {font-size: 56px;}
    #x-home p span.title {
        font-size: 64px;
        line-height: 88px;
        width: 100%
    }
    #x-home p span.divider {width: 350px}
    #x-projects .swiper-button-next {
        margin: 0;
        right: 0
    }
    #x-projects .swiper-button-prev {
        margin: 0;
        left: 0
    }
    .contents {padding: 50px}
    .slide>div>div {
        height: 454px;
        width: 454px
    }
    .slide .slider-btn::before {
        background: url(../img/backgrounds/Shadow.png) no-repeat scroll center -5px / 456px 617px transparent;
        content: "";
        display: block;
        height: 597px;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .slide .slider-btn:hover::before {
        background-size: 482px 640px;
        background-position: center top;
        height: 640px;
    }
    .slide .lines, .slide .lines:after {
        height: 550px;
        margin: -48px 0 0 -233px;
        width: 460px;
    }
    .slide .lines:after {background-size: contain}
    .externalContent .block-600 {
        max-height: inherit;
        height: 92vh;
    }
    .slide div .slider-btn .info {background-size: contain}
    .externalContent .contents {width: calc(100% - 180px);}
    .externalContent .title-block .text {
        margin: auto;
        max-width: 700px !important;
        text-align: center !important;
    }
    .externalContent .title-block .contents .text span {margin: auto auto 40px !important;}
    .delete_item {
        top: 40px;
        right: 40px;
    }
    .scroll-up {
        bottom: 40px;
        right: 40px;
    }
}



@media only screen and (max-width: 680px) {
    header, .nav-wrapper, footer, .noiseBG, #x-about .link, .item_arrow, .slide .lines, .slide div .slider-btn .info, #x-home .contents p br {display: none !important}
    .contents {padding: 10px}
    #x-home .contents {
        padding: 0; 
        width: 100%
    }
    #x-home .contents p {
        font-size: 18px !Important;
        margin: auto;
        padding: 0 !important;
        text-align: center;
        width: 330px;
        letter-spacing: 5px;
    }
    #x-home .contents p span.title {
        display: block;
        line-height: 32px;
        font-size: 34px;
        margin-bottom: 24px;
        width: 100%
    }
     #x-home p span.divider {
         margin: 0 auto 20px;
         width: 280px
    }
    #fullpage .section .contents, #fullpage .section .fp-slides {margin-top: 0 !Important;}
    #fullpage .contents p {
        font-size: 20px;
        line-height: 32px;
        padding: 0 32px;
    }
    p span.title {
        font-size: 27px;
        line-height: 100px;
    }
    .background-text, .slide span.text {
        font-size: 288px;
        height: 400px
    }
    /*.background-text {display: none}*/
    .background-text span {
        font-size: 400px;
        line-height: 400px;
    }
    .slide span.text {margin-top: -60px}
    #x-contact p b br, #x-contact .link .background {display: none}
    #x-contact .link .second_background {opacity: 1}
    #x-contact li, #x-contact li button {width: 40px}
    #x-contact li.linkedIn .icon span span {background: url(../img/icons_badges/LinkedIn.svg)}
    #x-contact li.behance .icon span span {background: url(../img/icons_badges/Behance.svg)}
    #x-contact li.dribbble .icon span span {background: url(../img/icons_badges/Dribbble.svg)}
    #x-contact li.email .icon span span {background: url(../img/icons_badges/Email.svg);}
    .slide div div {
        -webkit-filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
        filter: drop-shadow(0 0 10px rgba(0,0,0,0.4));
        height: 470px;
        margin-top: -80px;
        width: 315px;
    }
    #x-projects .fp-slidesNav {bottom: 75px}
    .slide.pelibiothermal .slider-btn {background-image: url('../img/portfolio/pelican/Mobile_Cover.png')}
    .slide.pepe_delivery .slider-btn {background-image: url('../img/portfolio/pepe/Mobile_Cover.png')}
    .slide.infection .slider-btn {background-image: url('../img/portfolio/infection/Mobile_Cover.png')}
    .slide.linkx .slider-btn {background-image: url('../img/portfolio/linkx/Mobile_Cover.png')}
    #x-home .line:after {display: none}
    #x-about .line:after, #x-projects .line:after, #x-contact .line:after {
        margin-right: -33px;
        right: 50%;
    }
    #x-projects .slide {pointer-events: none}
    #x-contact ul {margin: 0}
}








