@font-face {
    font-family: 'FuturaB';
    src: url('../fonts/futuralt-bold.ttf');
  }
@font-face {
    font-family: 'Futura';
    src: url('../fonts/futuralt.ttf');
  }
@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.ttf');
  }
@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.ttf');
  }
@font-face {
    font-family: 'InterM';
    src: url('../fonts/Inter-Medium.ttf');
  }
@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter-Black.ttf');
  }
@font-face {
    font-family: 'InterLight';
    src: url('../fonts/Inter-Light-BETA.ttf');
  }
@font-face {
    font-family: 'InterThin';
    src: url('../fonts/Inter-Thin-BETA.ttf');
  }  
  

.Poppins-Bold {
    font-family: 'InterM';
}
.white {
    color: #fff;
}
.black {
    color: #000;
}
body p {
    font-size: 16px !important;
} 

 
/*reset*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
    vertical-align: baseline;
    -webkit-tap-highlight-color: transparent;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
button {
	border: 0;
	padding: 0;
	text-shadow: none;
	font: inherit;
}
strong {
    font-weight: 600;
}
/* html {
    height: 100%; 
    overflow: hidden;
} */
body {
    overflow-x: hidden;

    -webkit-overflow-scrolling: auto;
    /* overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 1000vh;
    width: 100%;
    position: absolute; */
    /* height: 100%; 
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: fixed;
    width: 100%; */
}

/*utils*/
.hidden { display: none; visibility: hidden }
.inline-block { display: inline-block }
.text-uppercase { text-transform: uppercase }
.text-left { text-align: left }
.text-center { text-align: center }
.text-right { text-align: right }
.text-justify { text-align: justify }

.mt-1 { margin-top: 2rem }
.mt-2 { margin-top: 3rem }

.mb-1 { margin-bottom: 2rem }
.mb-2 { margin-bottom: 3rem }

.futuralt {
    font-family: 'InterM';
}
/* .futuralt.white, .futuraltB.white {
    color: #fff;
}
.futuralt.black, .futuraltB.black {
    color: #000;
} */

.futuraltB {
    font-family: 'InterM';
}

/* typography */
html {
    font-size: 14px;
}

p {
    margin: 0 0 1rem 0;    
}

a {
    color: #fff;
    text-decoration: none;
}




/* GLOBALS */
/* main {
    height: 1000vh;
} */
section {
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    transition: filter 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.section-inner {
    position: relative;
    height: 100%;
}
.container {
    width: 100%;
    margin: auto;
}
.logo-mobile {
    display: none;
    position: fixed;
    width: 80%;
    right: 10%;
    top: 20%;
    text-align: center;
    z-index: 100;
    /* top: 40px;
    right: 40px;
    width: 70px;
    height: 50px; */

}
.logo-mobile svg {
    margin: auto;
    height: 100%;
    max-width: 250px;
    width: 100%;
}
/* END GLOBALS */



/* HOME SECTION */
#ww4 {
    line-height: 1em;
}
.mouse-scroller {
    position: fixed;
    bottom: 10px;
    width: 100%;
    height: 100%;
    z-index: 99;
    height: 50px;
    display: flex;
    justify-content: center;
}
.mouse-scroller a {
    display: flex;
}
.mouse-scroller span {
    position: relative;
    width: 24px;
    height: 24px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb04 2s infinite;
    animation: sdb04 2s infinite;
    box-sizing: border-box;
  }
  @-webkit-keyframes sdb04 {
    0% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      -webkit-transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      -webkit-transform: rotate(-45deg) translate(0, 0);
    }
  }
  @keyframes sdb04 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
    }
    20% {
      transform: rotate(-45deg) translate(-10px, 10px);
    }
    40% {
      transform: rotate(-45deg) translate(0, 0);
    }
  }
/* .mouse-scroller {
    position: fixed;
    width: 100%;
    bottom: 30px;
    left: 0;
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.mouse-scroller-components {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 10px;
}
.scroll-text {
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
}
.mouse-icon-left {
    background: url('/images/left-slice.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 45px;
    position: relative;
}
.mouse-icon-right {
    background: url('/images/right-slice.png');
    background-repeat: no-repeat;
    background-size: contain;
    width: 14px;
    height: 45px;
    position: relative;
}
.mouse-wheel {
    height: 6px;
    margin: 2px auto 0;
    display: block;
    width: 3px;
    background-color: #000;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
     animation: 1.6s ease infinite wheel-up-down;
     z-index: 30;
     position: relative;
     right: -6px;
}
@keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
}
@-moz-keyframes wheel-up-down {
	0% {
	    margin-top: 2px;
	    opacity: 0;
	}
	30% {
	    opacity: 1;
	}
	100% {
	    margin-top: 20px;
	    opacity: 0;
	}
} */
#home {
    opacity: 1;
    visibility: visible;
}
.home-section-inner, .portfolio-section-inner, .services-section-inner, .contact-section-inner {
    display: table;
    min-width: 80%;
    margin: auto;
}
.home-section-inner {
    display: grid !important;
}
.scroll-scene {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
}
.home-container {
    display: table-cell;
    vertical-align: middle;
    padding-top: 15%;
}
.logo-container {
    display: inline-block;
    margin-bottom: 10%;
}
.logo-container img {
    /* max-width: 200px; */
    max-width: 250px;
}
.home-stairs {
    position: relative;
    float: right;
    margin-top: -228px;
    max-width: 400xp;
}
.home-stairs-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
}
.futuraltB span {
    font-size: 26px;
    letter-spacing: 20px;
}
.welcome-words span:first-child {
    margin-right: 10vw;
}
.welcome-words span:last-child {
    display: block;
    /* line-height: 4em; */
    line-height: 1.5em;
    margin-top: 30px;
}
#home .scroll-lines-wrapper {
    width: 80%;
    max-width: 1920px;
    display: table;
    margin: auto;
    right: 0;
}
#home .scroll-lines {
    width: 100%;
    height: 100%;
    bottom: 0;
    transform: skew(0.78rad);
}
#home .scroll-line1 {
    left: calc(50vh + 280px);
    width: 5px;
    height: 50%;
}
#home .scroll-line1:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
    border-top: 2px solid #000;
    height: 0px;
    width: 5px;
    transform: rotate(-25deg);
}
#home .scroll-line1:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0px;
    border-top: 2px solid #000;
    height: 0px;
    width: 5px;
    transform: rotate(-25deg);
}
#home .scroll-line2 {
    display: none;
}
.scroll-lines {
    position: absolute;
    width: 100%;
    height: 400px;
    left: 0;
    bottom: 0px;
    pointer-events: none;
    transform: rotate(-45deg);
    transform-origin: bottom;
}
.scroll-line {
    display: block;
    position: absolute;
    width: 3px;
    height: 800px;
    background: #000;
    bottom: -800px;
    pointer-events: none;
}
.scroll-line.scroll-line1, .scroll-line.scroll-line1_1 {
    right: 50%;
}
.scroll-line.scroll-line2_1 {
    right: 49.8%;
    z-index: 9;
}
.scroll-line.scroll-line2_2 {
    left: 50%;
}
.scroll-line.scroll-line2 {
    left: 49.9%;
}
.scroll-line.scroll-line3_2 {
    left: 100%;
}

/* PORTFOLIO SECTION */
#portfolio {
    background-image: url('../images/Portfolio3_bg.jpg');
    background-position: center;
    opacity: 0;
    visibility: hidden;
}
#portfolio::after {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
    background-color: #00000096;
}
.scroll-lines-wrapper {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 9;
    pointer-events: none;
}
.scroll-lines-wrapper2 {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 13;
    pointer-events: none;
}
.section-title span {
    font-size: 15px;
    letter-spacing: 1px;
    /* letter-spacing: .53vw; */
}
.section-title h1.white {
    color: #fff;
}
.section-title h1.black {
    color: #000;
}
.portfolio-section-title, .portfolio-services-section-title {
    /* position: absolute;
    bottom: 20%;
    width: 100%; */
    z-index: 10;
}
#portfolio-title, #portfolio-services-title {
    opacity: 0;
    visibility: hidden;
}
/* #portfolio-services-title {
    opacity: 0;
    visibility: hidden;
} */
#portfolio-number, #portfolio-services-number {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    float: right;
}


/* MENU */
.menu-wrapper {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 80%;
    max-width: 1920px;
    height: 100%;
    z-index: 9999;
    pointer-events: none;
}
.menu-opener {
    position: relative;
    top: 20%;
    left: 0;
    /* left: 10%; */
    z-index: 99;
    pointer-events: all;
    width: fit-content;
    width: -moz-fit-content;
}
.menu-opener span {
    color: #fff;
    display: block;
    font-size: 15px;
    /* letter-spacing: 6px; */
    letter-spacing: 1px;
    line-height: 1em;
}
.menu-opener span:first-child {
    margin-bottom: 40px;
}
.menu-trigger-wrapper {
    width: fit-content;
    width: -moz-fit-content;
    display: flex !important;
}
.menu-trigger-wrapper .sub-menu {
    display: flex;
    margin-left: 30px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
    width: 0;
}
.sub-menu.active {
    opacity: 1;
    pointer-events: all;
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.sub-menu li a {
    padding: 10px;
}
.sub-menu.active li a {
    opacity: 1 !important;
    visibility: visible !important;
}
.menu-trigger-wrapper .sub-menu li {
    margin: 0 15px;
}
.menu-trigger-wrapper .sub-menu li:first-child, .menu-trigger-wrapper .sub-menu li:nth-child(2) {
    white-space: nowrap;
}
.menu-opened section {
    filter: blur(7px) !important;
    transition: filter 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.menu-opened .menu-opener h2 span a {
    color: #fff !important;
}
section:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.menu-opened section:before {
    position: fixed;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-color: #00000085;
    z-index: 99;
    pointer-events: none;
    transition: all 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.menu-opened section#home {
    filter: blur(0);
    transition: filter 0.6s cubic-bezier(0.12, 0, 0.39, 0);
}
.carousel-wrapper .slick-list,
.carousel-wrapper .slick-track {
    height: 100%;
}
.carousel-wrapper {
    width: 30%;
    z-index: 1;
    /* position: relative; */

    position: absolute;
    height: 100%;
    right: 0;

    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    overflow: hidden;
}
.carousel-wrapper:before, .carousel-wrapper:after {
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:10px;
    bottom:10px;
    left:0;
    right:0;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.carousel-wrapper:after {
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
       -moz-transform:skew(8deg) rotate(3deg);
        -ms-transform:skew(8deg) rotate(3deg);
         -o-transform:skew(8deg) rotate(3deg);
            transform:skew(8deg) rotate(3deg);
}
/* .carousel-img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
} */
.carousel-img a {
    display: block;
    height: 100%;
}
.carousel-img img {
    /* max-width: 400px; */
    /* max-height: 700px; */
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* .carousel-element {
    transition: opacity 1.5s cubic-bezier(0.12, 0, 0.39, 0);
    opacity: 0;
    z-index: -1;
}
.carousel-element.active {
    opacity: 1;
    z-index: 1;
} */
.project-label {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 28%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 3em 4em;
    pointer-events: none;
    background: #0000008f;
}
.project-label span {
    font-family: "interM";
    margin: 5px 0;
    letter-spacing: 1px;
}
.project-label-title {
    color: #fff;
}
.project-label-location {
    color: #989898;
}
.project-label-gallery {
    text-transform: uppercase;
    color: #989898;
}
.dots {
    display: flex;
    align-self: flex-start;
    position: absolute;
    margin-right: 5%;
    width: 45%;
    min-width: 400px;
    flex-direction: column;
    align-items: flex-end;
    z-index: 999;
    margin-bottom: 30px;
    /* opacity: 0; */
}
.dot, .slick-dots button {
    cursor: pointer;
    font-family: "InterThin";
    color: #fff;
    font-size: 15px;
    margin: 20px 0;
    line-height: 1em;
    min-width: 40px;
    /* letter-spacing: .53vw; */
    letter-spacing: 1px;
    background: transparent;
  }
.slick-dots button:focus {
    outline: none;
}
.dot-1 {
    animation-name: bullet;
    -webkit-animation-name: bullet;
    animation-duration: .5s;
}
.dot-2 {
    animation-name: bullet;
    -webkit-animation-name: bullet;
    animation-duration: 4s;
}
.dot-3 {
    animation-name: bullet;
    -webkit-animation-name: bullet;
    animation-duration: 7.5s;
}
.dot-4 {
    animation-name: bullet;
    -webkit-animation-name: bullet;
    animation-duration: 11.5s;
}
@keyframes bullet {
    0% { opacity: 0; }
    10% { opacity: 0 ;}
    20% { opacity: 0 ;}
    30% { opacity: 0 ;}
    40% { opacity: 0 ;}
    50% { opacity: 0 ;}
    55% { opacity: 0 ;}
    60% { opacity: 0 ;}
    65% { opacity: 0 ;}
    70% { opacity: 0 ;}
    80% { opacity: 0 ;}
    90% { opacity: 0 ;}
    100% { opacity: 1;  }
    }
.dot.active, .slick-dots .slick-active {
    font-weight: 900;
  }
.dot:first-child, .slick-dots li:first-child {
    margin-top: 0;
}
.dot:last-child, .slick-dots li:last-child {
    margin-bottom: 0;
}
.dot.not-played, .slick-dots .not-played {
    opacity: 0;
}

.pswp {
    z-index: 9999 !important;
}
.pswp__caption__center {
    font-family: "interM";
    color: #fff;
    text-align: center !important;
}
.pswp__zoom-wrap {
    transform: none !important;
    display: flex !important;
    justify-content: center !important;
    position: relative !important;
}
.pswp__img {
    height: calc(100vh - 44px) !important;
    width: auto !important;
    position: relative !important;
}
.pswp__img--placeholder {
    display: none !important;
}

/* SERVICES SECTION */
.services-section-inner {
    max-width: 1920px;
    width: 80%;
    min-width: auto;
    display: grid;
}
.services-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60vh;
    min-height: 300px;
}
#services i {
    display: none;
}
#services .scroll-lines-wrapper {
    margin: auto;
    right: 0;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    min-width: auto;
}
#services .scroll-lines {
    height: 100%;
    bottom: 0;
    transform: skew(0.78rad);
    width: calc(30% + 174px);
}
#services .scroll-line1 {
    height: 100%;
    background: #fff !important;
    bottom: 0 !important;
    /* left: 0; */
    left: -15vw;
    width: calc(100% + 15vw);
}
#services .scroll-lines2 {
    position: absolute;
    width: 110vw;
    height: 100%;
    left: calc(30% + 173px);
    bottom: 0px;
    pointer-events: none;
    transform: skew(.78rad);
    transform-origin: bottom;
}
#services .scroll-line2 {
    left: 0;
    width: 0;
    height: 100%;
    bottom: 0 !important;
    background: #fff !important;
    width: 0;
}
#services .scroll-line2_1 {
    left: 0;
    width: 5px;
    height: 0;
    bottom: 0 !important;
    background: #000;
}
.services-subtitle1 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 50px;
    transform: skew(-.78rad);
    bottom: 49%;
    /* text-transform: uppercase; */
}
#services .scroll-line2_2 {
    left: 25%;
    width: 5px;
    height: 0;
    top: 0 !important;
    background: #fff !important;
    border-left: 5px solid #000;
}
.services-subtitle2 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 27%;
    transform: skew(-.78rad);
    top: 48%;
}
#services .scroll-line2_3 {
    left: 60%;
    width: 5px;
    height: 0;
    bottom: 0 !important;
    background: #fff !important;
    border-left: 5px solid #000;
}
.services-team-section-title {
    display: flex;
    align-self: flex-end;
    position: absolute;
    margin-right: 5%;
    width: 45%;
    min-width: 400px;
}
.services-team-section-title h1 {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    width: 100%;
}
.services-subtitle3 {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 62%;
    transform: skew(-.78rad);
    bottom: 79%;
}
.services-team-section-title {
    display: none;
}
.services-section-title {
    display: flex;
    align-self: flex-end;
    position: relative;
    margin-right: 5%;
    width: 45%;
    min-width: 400px;
}
.services-section-title h1 {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    width: 100%;
    z-index: 15;
}
.services-section-subtitle {
    position: absolute;
    width: 100%;
    top: calc(50% - 40px);
    padding-left: 50px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
}
.services-section-subtitle2 {
    position: absolute;
    width: 100%;
    top: calc(30% - 40px);
    padding-left: 50px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap; 
}
.services-section-subtitle3 {
    position: absolute;
    width: 100%;
    top: calc(20% - 40px);
    padding-left: 50px;
    text-align: right;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap; 
}
.section-subtitle span {
    font-size: 15px;
    /* letter-spacing: .53vw; */
    letter-spacing: 1px;
}
i.arrow-right {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 15px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    vertical-align: middle;
    animation: new_icon 1s linear 0s infinite alternate;
    -webkit-animation: new_icon .5s linear 0s infinite alternate;
}
@keyframes new_icon {
    0% { -webkit-transform: translate(5px, 0px) rotate(-45deg); }
    100% { -webkit-transform: translate(15px, 0px) rotate(-45deg);  }
  }
.services-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/ontheroll/nordului/Nordului13.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.services-bg:before, .services-bg2:before, .services-bg3:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.section-description {
    position: absolute;
    letter-spacing: 1px;
    font-size: 20px;
    line-height: 1.3em;
}
.section-description p {
    text-transform: initial;
}
.services-section-description, .services-section-description2, .services-section-description3 {
    width: 100vw;
    left: 0%;
    height: 100%;
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.services-section-description p {
    max-width: 500px;
    transform: skew(-.78rad);
    height: auto;
    position: absolute;
    display: flex;
    /* align-self: center; */
    margin: auto;
    top: 20%;
    margin-left: 60px;
}
.services-section-description2 p {
    max-width: 500px;
    transform: skew(-.78rad);
    height: auto;
    position: absolute;
    display: flex;
    align-self: center;
    margin: auto;
    margin-left: 10%;
}
.services-section-description3 p {
    max-width: 400px;
    transform: skew(-.78rad);
    height: auto;
    position: absolute;
    display: flex;
    align-self: center;
    margin: auto;
    top: 20%;
    /* right: 60px; */
    left: 70vw;
    min-width: 400px;
}
/* .services-section-description2 {
    top: calc(35% - 50px);
    text-align: left;
    opacity: 0;
    visibility: hidden;
}
.services-section-description3 {
    top: 100px;
    right: 50px;
    max-width: 400px;
    opacity: 0;
    visibility: hidden;
    z-index: 16;
    padding-top: 60px;
    font-weight: 600;
} */
.scroll-line.scroll-line1_2 {
    left: 49.8%;
    background: #fff !important;
}
.services-bg2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/ontheroll/kiseleff/k10.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
.services-bg3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/ontheroll/nordului/Nordului17.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}
/* END SERVICES SECTION*/



/* START TEAM SECTION */
#team i {
    opacity: 0;
    visibility: hidden;
    display: none;
}
.team-section-inner {
    display: grid;
    min-width: auto;
    width: 80%;
    max-width: 1920px;
    margin: auto;
}
.team-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60vh;
    min-height: 300px;
    position: relative;
}
.team-bg {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('/images/ontheroll/kiseleff/k2.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none;
}
.team-bg:before { 
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
}
.team-inner-1 {
    width: 15%;
    min-width: 255px;
    height: 100%;
    z-index: 11;
    display: inline-block;
    position: relative;
}
.team-inner-2 {
    width: 30%;
    height: 100%;
    display: inline-block;
    position: relative;
    text-align: right;
}
.team-inner-3 {
    width: 35%;
    height: 100%;
    display: block;
    position: relative;
    text-align: left;
    float: right;
    padding-top: 60px;
    opacity: 1;
    visibility: visible;
}
.team-section-title {
    display: flex;
    align-self: flex-end;
    position: relative;
    margin-right: 5%;
    width: 45%;
    min-width: 45%;
    min-width: 400px;
    z-index: 10;
}
.team-section-title h1 {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    width: 100%;
    z-index: 10;
}
#team-number {
    color: #000;
}
#team .description-title {
    /* letter-spacing: 10px; */
    letter-spacing: .53vw;
    margin-bottom: 15px;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.team-section-description {
    z-index: 10;
    font-size: 16px;
    line-height: 1.4em;
    width: 50%;
    height: auto;
    /* position: relative; */
    position: absolute;
    right: 0;
    margin-left: auto;
    text-align: right;
}
.team-section-description p {
    position: relative;
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
}
.team-section-description i.arrow-right {
    position: absolute;
    bottom: 10px;
    right: -35px;
    opacity: 0;
    visibility: hidden;
}
#team .scroll-lines-wrapper {
    margin: auto;
    right: 0;
    max-width: 1920px;
    width: 100%;
    height: 100%;
    min-width: auto;
}
#team .scroll-lines {
    height: 100%;
    bottom: 0;
    transform: skew(0.78rad);
    width: calc(30% + 174px);
}
#team .scroll-line1 {
    height: 100%;
    background: #000 !important;
    bottom: 0 !important;
    /* left: 0; */
    left: -15vw;
    width: 0;
}
#team .scroll-lines2 {    
    position: absolute;
    width: 120%;
    height: 100%;
    left: calc(30% + 174px);
    bottom: 0px;
    pointer-events: none;
    transform: skew(.78rad);
    transform-origin: bottom;
}
#team .scroll-line2 {
    height: 100%;
    /* left: calc(30% + 173px); */
    left: 0;
    /* width: calc(100% + 30% + 173px); */
    width: 150vw;
    bottom: 0 !important;
    background: #fff;
}
#team .scroll-line2_1 {
    left: 20%;
    width: 22%;
    height: 0;
    /* right: calc(50% - 2px); */
    bottom: 0 !important;
    background: #000 !important;
}
#team .scroll-line2_2 {
    left: calc(42% - 3px);
    /* right: calc(30% - 1px); */
    width: 25%;
    height: 0;
    top: 0 !important;
    /* bottom: auto; */
    background: #000 !important;
}
#team .scroll-line2_3 {
    left: calc(64% - 2px);
    width: 50%;
    height: 0;
    bottom: 0 !important;
    background: #000 !important;
}
/* .team-members {
    position: absolute;
    top: 20%;
    right: 0;
    width: 80%;
    height: 100px;
    display: flex;
    flex-direction: row;
    align-content: center;
    height: auto;
}
.team-member {
    opacity: 0;
    visibility: hidden;
}
.team-member1 {
    width: 40%;
    display: flex;
    z-index: 9999;
}
.team-member2 {
    width: 35%;
    display: flex;
    z-index: 99;
}
.team-member3 {
    width: 25%;
    z-index: 99;
    display: flex;
}
.team-members span {
    width: 100%;
    text-align: center;
    font-size: 15px;
    letter-spacing: .53vw;
    line-height: 1em;
}
.team-members-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('../images/Team_bg.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    visibility: hidden;
} */
.team-partners-section-title {
    display: flex;
    align-self: flex-end;
    position: absolute;
    margin-right: 5%;
    width: 45%;
    min-width: 400px;
    opacity: 0;
    visibility: hidden;
    z-index: 11;
}
.team-partners-section-title h1 {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    width: 100%;
}
#partners-title {
    /* opacity: 0; */
    /* visibility: hidden; */
    color: #fff;
}
#partners-number {
    /* opacity: 0; */
    /* visibility: hidden; */
    z-index: 10;
    float: right;
}
.partners-logos-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    /* border: 5px solid white; */
    z-index: 11;
    width: 30%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.logo-staalberg, .logos-sami-dfine {
    height: auto;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    position: relative;
}
.logo-staalberg img {
    width: 100%;
}
.logos-sami-dfine {
    margin-top: 10vh;
}
.logo-sami, .logo-dfine {
    width: 35%;
}
.logo-sami img, .logo-dfine img {
    width: 100%;
}

/* END TEAM SECTION */



.home-section-inner {
    max-width: 1920px;
    width: 80%;
    min-width: auto;
}
.home-container {
    display: grid !important;
    grid-template-columns: 100%;
    grid-template-rows: calc(50% + 20px) calc(50% - 20px);
    width: 100%;
    height: 100vh;
    padding-top: 0;
    max-height: 768px;
    min-height: 600px;
}
.logo-stairs-wrapper {
    display: flex;
    /* flex-direction: row; */
    /* flex-wrap: wrap-reverse; */
    /* align-self: end; */
    /* justify-content: space-between; */
    flex-direction: column-reverse;
    align-self: self-end;
    margin-bottom: -15vh;
}
.logo-container {
    /* align-self: baseline; */
    align-self: flex-end;
    /* justify-self: start; */
    margin-bottom: 0;
    /* margin-right: 10%; */
    /* margin-top: 10%; */
    margin-top: 30px;
}
.home-stairs {
    max-width: 250px;
    height: auto;
    /* align-self: end; */
    /* justify-self: end; */
    align-self: flex-end;
    margin-top: 0 !important;
    font-size: 0;
}
.home-stairs svg {
    width: 100vw;
    max-width: 250px;
    height: 100%;
}
.welcome-words {
    align-self: center;
}




/* PORTFOLIO NEW */

.portfolio-section-inner {
    max-width: 1920px;
    width: 80%;
    min-width: auto;
    display: grid;
}
.portfolio-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    height: 60vh;
    min-height: 300px;
    position: relative;
}
.portfolio-section-title {
    display: flex;
    align-self: end;
    position: relative;
    min-width: 100%;
    margin-right: 5%;
    width: 100%;
    z-index: 10;
}
.portfolio-services-section-title {
    display: flex;
    align-self: flex-end;
    position: absolute;
    margin-right: 5%;
    width: 45%;
    min-width: 400px;
}
.portfolio-section-title h1, .portfolio-services-section-title h1 {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    width: 100%;
}
#portfolio .scroll-lines-wrapper {
    /* width: 80%;
    max-width: 1920px;
    display: table;
    margin: auto;
    right: 0; */
    margin: auto;
    right: 0;
    max-width: 1920px;
    width: 80%;
    height: 100%;
    min-width: auto;
}
#portfolio .scroll-lines {
    height: 100%;
    bottom: 0;
    transform: skew(0.78rad);
}
#portfolio .scroll-line {
    height: 50%;
    background: #fff;
}
#portfolio .scroll-line1 {
    /* left: calc(50vh + 170px); */
    left: calc(30% + 170px);
    width: 5px;
    height: 100%;
}

/* #portfolio .scroll-line1:before {
    content: '';
    position: absolute;
    top: -1px;
    left: 0px;
    border-top: 2px solid #fff;
    height: 0px;
    width: 5px;
    transform: rotate(-25deg);
} */
.accomplished-container {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
} 
.accomplished-container .dots {
    left: 0;
}
.portfolio-accomplished-section-title {
    display: flex;
    align-self: flex-end;
    position: absolute;
    margin-right: 5%;
    width: 45%;
    min-width: 400px;
    z-index: 10;
    left: 0;
}
.portfolio-accomplished-section-title h1 {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    width: 100%;
}


/* CONTACT SECTION */

.contact-section-inner {
    display: grid;
    min-width: auto;
    width: 80%;
    max-width: 1920px;
}
.contact-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 60vh;
    min-height: 300px;
}
.contact-section-title, .portfolio-section-title {
    display: flex;
    align-self: flex-end;
    position: relative;
    margin-right: 5%;
    width: 45%;
    min-width: 400px;
    z-index: 10;
}
.contact-section-title h1 {
    display: flex;
    justify-content: space-between;
    align-self: flex-end;
    width: 100%;
}
.social-links {
    position: relative;
    align-self: self-end;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    margin-left: auto;
}
.social-links .description-title {
    font-size: 15px;
    letter-spacing: 1px;
    /* letter-spacing: .53vw; */
    line-height: 1em;
}
.social-links .description-title {
    left: 150%;
    white-space: nowrap;
    position: relative;
}
.contact-section-description h1 {
    letter-spacing: 1px;
}
.social-links span {
    font-size: 15px;
    /* letter-spacing: 10px; */
    letter-spacing: .53vw;
    display: block;
    margin: 5vh 0;
    left: 150%;
    white-space: nowrap;
    position: relative;
}
.social-links span:last-child {
    margin-bottom: 0;
}
.social-links a {
    color: #000;
    text-transform: lowercase;
}
.social-links p {
    margin-bottom: 0;
}
/* END CONTACT SECTION */



::-webkit-scrollbar {
    width: 2px;
  }
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #000; 
  }
::-webkit-scrollbar-thumb {
    background: #fff; 
    border-radius: 10px;
  }
::-webkit-scrollbar-thumb:hover {
    background: #000; 
  }



  /* body {
      height: 100vh;
      overflow: hidden;
  } */

.services-section-description p, .services-section-description2 p, .services-section-description3 p {
    display: none !important;
}

#ascrail2000 {
    mix-blend-mode: difference;
}