@font-face {
    font-family: humane;
    font-style: normal;
    font-weight: 100;
    src: url(../fonts/Humane-Thin.ttf) format("TrueType");
}
@font-face {
    font-family: humane;
    font-style: normal;
    font-weight: 200;
    src: url(../fonts/Humane-ExtraLight.ttf) format("TrueType");
}
@font-face {
    font-family: humane;
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/Humane-Light.ttf) format("TrueType");
}
@font-face {
    font-family: humane;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Humane-Regular.ttf) format("TrueType");
}
@font-face {
    font-family: humane;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Humane-Medium.ttf) format("TrueType");
}
@font-face {
    font-family: humane;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Humane-SemiBold.ttf) format("TrueType");
}
@font-face {
    font-family: humane;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Humane-Bold.ttf) format("TrueType");
}
@font-face {
    font-family: satoshi;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Satoshi-Medium.otf) format("otf");
}
@font-face {
    font-family: satoshi;
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Satoshi-Bold.otf) format("otf");
}
@font-face {
    font-family: 'Mistral';
    font-style: normal;
    font-weight: normal;
    src: url(../fonts/MISTRAL.woff) format('woff');
}

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;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
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;
}
* {
    cursor: none;
}
::-webkit-scrollbar {
    display: none;
}
::-moz-selection {
    color: #fbfaf3;
    background: #1a3241;
}
::selection {
    color: #fbfaf3;
    background: #1a3241;
}
body {
    background-color: #02070a;
    overflow-x: hidden;
    overflow-y: hidden;
    color: #fbfaf3;
    width: 100vw;
}
.t {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: baseline;
    mix-blend-mode: screen;
}
.tCtr {
    width: 70vw;
    margin: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}
.tCtr img,
.tCtrSpace {
    margin: 0 1.25%;
    height: 14vw;
}
.stfkolev {
    font-family: 'Mistral', sans-serif !important;
    text-transform: lowercase !important;
    font-size: 18px !important;
}
.tt {
    font-family: humane, sans-serif;
    color: #fbfaf3;
    font-size: 22vw;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.07em;
}
.loading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #030b10;
    z-index: 1;
}
.newLoading {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background-color: #02070a;
    z-index: 2;
    -webkit-mask-image: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, transparent 0%);
    mask-image: radial-gradient(circle, rgba(255, 255, 255, 1) 0%, transparent 0%);
    -webkit-mask-position: 100% 50%;
    mask-position: 100% 50%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.loadingChars {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100vw;
    text-align: center;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
}
.loadingChars img {
    height: 14vw;
    vertical-align: middle;
}
.loadingBar {
    position: absolute;
    bottom: 0;
}
.loadingBarFill {
    background-color: #142027;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 100%;
}
.loadingDetails {
    position: absolute;
    top: 72px;
}
.loadingDetailsNums {
    overflow: hidden;
    text-align: center;
    display: flex;
    justify-content: center;
    vertical-align: middle;
    align-items: center;
}
.loadingDetailsNumsOne {
    overflow: hidden;
    position: relative;
}
.loadingDetailsNumsOneItem {
    position: absolute;
    top: 100%;
    left: 0;
}
.loadingDetailsNumsOneActive {
    top: 0;
}
.loadingDetailsNumsOne,
.loadingDetailsNumsTwo {
    font-family: humane, sans-serif;
    color: #fbfaf3;
    font-size: 64px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.loadingDetailsNumsSlash {
    margin: 0 20px 0 14px;
    position: relative;
    overflow: hidden;
}
.loadingDetailsNumsSlash img {
    height: 32px;
    transform: translateY(-4px);
}
.loadingDetailsText {
    font-family: satoshi, sans-serif;
    color: #253c49;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.46em;
    margin-top: 4px;
    position: relative;
    overflow: hidden;
}
.loadingDetailsNumsTwo {
    position: relative;
    overflow: hidden;
}
.loadingDetailsNumsTwo span {
    opacity: 0;
}
.loadingDetailsNumsTwoContent {
    position: absolute;
    left: 0;
    top: 0;
}
.loadingDetailsText span {
    opacity: 0;
}
.loadingDetailsTextT {
    position: absolute;
    top: 0;
    left: 0;
}
.newLoadingCharItem {
    position: absolute;
    transform: translateY(-50%);
    overflow: hidden;
}
.newLoadingCharItem img {
    transform: translateY(120%);
}
.cursor {
    position: fixed;
    z-index: 100;
    top: -12px;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: #fbfaf3;
    border-radius: 50%;
    transform: translate(-6px, -6px);
    mix-blend-mode: difference;
    pointer-events: none;
}
@keyframes sDownAnim {
    0% {
        height: 48px;
    }
    40% {
        height: 48px;
    }
    50% {
        height: 64px;
    }
    60% {
        height: 48px;
    }
    to {
        height: 48px;
    }
}
.sDown {
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: translateY(24px);
}
.sDownFill {
    width: 3px;
    height: 48px;
    background-color: #26404f;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-radius: 10px 10px 0 0;
    animation-name: sDownAnim;
    animation-duration: 2s;
    animation-iteration-count: infinite;
}
.job {
    font-family: satoshi, sans-serif;
    font-size: 23px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.4em;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}
.jobText {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    color: transparent;
    z-index: 3;
}
.jobTextChar span {
    color: #535350;
}
.jobTextChar {
    overflow: hidden;
    position: relative;
}
.jobTextChar span {
    display: inline-block;
    position: absolute;
    left: 100%;
    top: 0;
}
.nav {
    position: fixed;
    z-index: 101;
    top: 72px;
    left: 50%;
    transform: translate(-50%);
}
.navCircle {
    width: 64px;
    height: 64px;
    border-radius: 72px;
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}
.navCircleIcon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.navCircleLine1,
.navCircleLine2 {
    width: 20px;
    height: 3px;
    border-radius: 3px;
    position: relative;
    overflow: hidden;
}
.navCircleLine2 {
    margin-top: 8px;
}
.navSVG {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
.navCircleLineFill {
    position: absolute;
    top: 0;
    bottom: 0;
    background-color: #fbfaf3;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
}
.navCircleLine1 .navCircleLineFill {
    right: 100%;
    left: 0;
}
.navCircleLine2 .navCircleLineFill {
    left: 100%;
    right: 0;
}
.navLight .navCircleLineFill {
    background-color: #02070a;
}
.navMenu .navCircleLineFill {
    background-color: #fbfaf3;
}
.one {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}
.two,
.three {
    position: fixed;
    z-index: 39;
}
.one img,
.two img,
.three img {
    border-radius: 40px;
}
.oneHolder,
.twoHolder,
.threeHolder {
    border-radius: 40px;
    margin: 0 auto;
    overflow: hidden;
}
.tsCtr {
    position: relative;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
}
.scrollHld div {
    height: 100vh;
}
.twoTitle {
    position: fixed;
    left: 0;
    width: 100vw;
    text-align: center;
    font-family: humane, sans-serif;
    color: #fbfaf3;
    font-size: 248px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    z-index: 40;
}
.twoTitle span {
    display: inline-block;
}
.twoP {
    position: fixed;
    left: 50vw;
    width: 410px;
}
.twoP p {
    font-family: satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.03em;
    color: #26404f;
    text-align: left;
    word-spacing: 0;
    line-height: 130%;
}
.threeSub {
    position: fixed;
    left: 0;
    width: 100vw;
    overflow: hidden;
    z-index: 38;
    font-family: humane, sans-serif;
    color: #203846;
    font-size: 120px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    transform: rotate(5deg);
    -webkit-mask-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%, rgba(255, 255, 255, 0.3) 45%, rgba(255, 255, 255, 0) 100%);
    mask-image: linear-gradient(45deg, #fff0, #fff 30%, #ffffff4d 45%, #fff0);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}
.threeSubItem {
    margin: 0 10px;
}
.threeSubHld {
    display: flex;
}
.shotsBg {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background-color: #fbfaf3;
    z-index: 41;
    will-change: top;
}
.shotsTitle {
    font-family: humane, sans-serif;
    color: #02070a;
    font-size: 600px;
    font-weight: 100;
    text-transform: uppercase;
    position: fixed;
    z-index: 41;
    left: 0;
    top: 50%;
    bottom: 0;
    width: 100vw;
    text-align: center;
    transform: translate(16px, -42%);
    display: none;
}
.shotsTitleText {
    line-height: 90%;
    text-align: center;
    margin: 0 auto;
}
.shotsShot,
.shotsShot2,
.shotsShot3,
.shotsShot4 {
    border-radius: 40px 40px 0 0;
    position: fixed;
    bottom: -48px;
    z-index: 41;
    transform-origin: center bottom;
    display: none;
}
.shotsShotImg,
.shotsShotImg2,
.shotsShotImg3,
.shotsShotImg4 {
    position: relative;
    overflow: hidden;
    border-radius: 40px 40px 0 0;
    will-change: transform;
}
.shotsShotImg img,
.shotsShotImg2 img,
.shotsShotImg3 img,
.shotsShotImg4 img {
    width: 100%;
    border-radius: 40px 40px 0 0;
}
.shotsShotTitle,
.shotsShotTitle2,
.shotsShotTitle3,
.shotsShotTitle4 {
    font-family: humane, sans-serif;
    color: #fbfaf3;
    font-size: 64px;
    font-weight: 500;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    top: 80px;
    letter-spacing: 0.1em;
}
.cursorIntr {
    position: fixed;
    z-index: 100;
    top: -200px;
    left: 50%;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    mix-blend-mode: difference;
    pointer-events: none;
}
.cursorIntr svg {
    transform-origin: center center;
    transform: scale(0);
    opacity: 0;
}
.navCircle circle {
    stroke: #142027;
    transition: stroke 0.2s ease-in-out;
}
.navLight .navCircle circle {
    stroke: #b8b7ab;
}
.navMenu .navCircle circle {
    stroke: #243b48;
}
.shotsView,
.shotsView2,
.shotsView3,
.shotsView4 {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    z-index: 102;
    opacity: 1;
    filter: none;
    display: none;
}
.shotsView {
    background: url(../images/shots1-BJaVT3Av.webp) no-repeat center center;
    background-size: cover;
}
.shotsView2 {
    background: url(../images/shots2-DgreQWBr.webp) no-repeat center center;
    background-size: cover;
}
.shotsView3 {
    background: url(../images/shots3-BLpx3ddZ.webp) no-repeat center center;
    background-size: cover;
}
.shotsView4 {
    background: url(../images/shots4-P3KGgoRa.webp) no-repeat center center;
    background-size: cover;
}
.shotsViewTitle,
.shotsViewTitle2,
.shotsViewTitle3,
.shotsViewTitle4 {
    position: fixed;
    bottom: 160px;
    left: 320px;
}
.shotsViewTitleH1,
.shotsView2TitleH1,
.shotsView3TitleH1,
.shotsView4TitleH1 {
    font-family: humane, sans-serif;
    color: #fbfaf3;
    font-size: 64px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.shotsViewTitleH2,
.shotsView2TitleH2,
.shotsView3TitleH2,
.shotsView4TitleH2 {
    font-family: satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: #fbfaf3;
    display: flex;
    justify-content: center;
    align-items: center;
}
.shotsViewTitleH2 b,
.shotsView2TitleH2 b,
.shotsView3TitleH2 b,
.shotsView4TitleH2 b {
    width: 4px;
    height: 4px;
    background-color: #fbfaf3;
    opacity: 0.4;
    border-radius: 100%;
    display: inline-block;
    margin: 0 16px;
}
.xCursor {
    width: 96px;
    height: 96px;
    border: 1px solid rgba(251, 250, 243, 0.4);
    position: fixed;
    z-index: 103;
    background-color: #02070a14;
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    transform: translate(-50%, -50%) scale(0);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    pointer-events: none;
}
.xCursor img {
    width: 32px;
}
.servicesBg {
    background-color: #02070a;
    position: fixed;
    left: 0;
    top: 100%;
    width: 100vw;
    height: 100vh;
    z-index: 42;
    will-change: top;
}
.servicesItems {
    position: fixed;
    left: 0;
    top: 150%;
    width: 100vw;
    height: 100vh;
    z-index: 42;
    text-align: center;
    -webkit-mask-image: linear-gradient(0deg, #fff0, #ffffff29 10%, #ffffff4d 35%, #fff, #fff, #ffffff4d 65%, #ffffff29 90%, #fff0);
    mask-image: linear-gradient(0deg, #fff0, #ffffff29 10%, #ffffff4d 35%, #fff, #fff, #ffffff4d 65%, #ffffff29 90%, #fff0);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    transform: scale(1.4) perspective(160px) rotateX(4deg);
    overflow-y: auto;
    pointer-events: none;
}
.servicesItem {
    font-family: humane, sans-serif;
    color: #fbfaf3;
    font-size: 200px;
    font-weight: 200;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
    transform: none;
    opacity: 1;
    filter: blur(0);
}
.servicesItemsHolder {
    position: absolute;
    top: 44%;
    left: 0;
    width: 100vw;
    height: fit-content;
}
.scrollHld20 {
    height: 2000vh;
}
.servicesPics {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: 42;
    transform: perspective(100px) rotateX(2deg) scale(0.8);
    opacity: 1;
    pointer-events: none;
}
.servicesPicsItem {
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    pointer-events: none;
}
.servicesPics img {
    width: 100%;
    transform: scale(1.6);
    pointer-events: none;
}
.contactCircle,
.contactCircle2 {
    position: fixed;
    top: 50%;
    left: 50%;
    background-color: #fbfaf3;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 43;
    pointer-events: none;
}
.contactCircle2 {
    opacity: 0;
    will-change: transform;
}
.contactText {
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 43;
    transform: translate(-50%, -50%);
}
.contactTextHld {
    display: flex;
    justify-content: center;
}
.contactTextItem {
    overflow: hidden;
    font-family: satoshi, sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    color: transparent;
    position: relative;
}
.contactTextItemSpan {
    position: absolute;
    top: 100%;
    left: 0;
    color: #26404f;
}
.contactTextItemSpace {
    width: 8px;
    height: 1px;
}
.contactTitle {
    pointer-events: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 43;
    transform: translate(-50%, -120%);
    font-family: humane, sans-serif;
    color: #b5b3a9;
    font-size: 128px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 8px;
    display: none;
}
.contactEmail {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 43;
    transform: translate(-50%, 120%);
    font-family: satoshi, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #26404f;
    letter-spacing: 2px;
    background-color: #ebeae2;
    border-radius: 100px;
    padding: 24px 48px;
    text-align: left;
    box-sizing: border-box;
    display: none;
}
.contactEmailCopy {
    position: absolute;
    right: 5px;
    overflow: hidden;
    top: 50%;
    transform: translateY(-50%);
    background-color: #fbfaf3;
    border-radius: 100px;
    height: 64px;
    width: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.25s cubic-bezier(0.35, 0, 0.12, 1);
}
.contactEmailCopy img {
    width: 32px;
}
.contactEmail:hover .contactEmailCopy {
    background-color: #f7f6f0;
}
.contactSocial {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 43;
    transform: translate(-50%) scale(1);
    display: flex;
    justify-content: space-between;
    align-items: center;
    display: none;
}
.contactSocialItem {
    display: flex;
    align-items: center;
    font-family: satoshi, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #26404f;
    letter-spacing: 2px;
    border: 2px solid #ebeae2;
    border-radius: 100px;
    background-color: #fbfaf3;
    padding: 16px 48px;
    width: 48%;
    box-sizing: border-box;
    justify-content: center;
    transform: scale(1);
    transition: transform 0.25s cubic-bezier(0.35, 0, 0.12, 1);
}
.contactSocialItem img {
    width: 32px;
    margin-right: 16px;
}
.contactSocialItem:hover {
    transform: scale(0.9);
}
.contactBar1 {
    position: fixed;
    bottom: 100px;
    left: 0;
    z-index: 43;
    background-color: #ebeae2;
    font-family: humane, sans-serif;
    color: #fbfaf3;
    font-size: 128px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 100%;
    height: 112px;
    transform-origin: 50% 50%;
    transform: rotate(-10deg);
    pointer-events: none;
    display: none;
}
.contactBar1Ctr,
.contactBar2Ctr {
    display: flex;
}
.contactBar1Ctr span,
.contactBar2Ctr span {
    display: inline-block;
    padding: 0 16px;
}
.contactBar2 {
    position: fixed;
    top: 160px;
    left: -160px;
    z-index: 43;
    background-color: #fbfaf3;
    font-family: humane, sans-serif;
    color: #ebeae2;
    font-size: 128px;
    font-weight: 300;
    border: 2px solid #ebeae2;
    text-transform: uppercase;
    letter-spacing: 8px;
    line-height: 100%;
    height: 112px;
    transform-origin: 0 0;
    transform: rotate(-10deg);
    pointer-events: none;
    display: none;
}
.contactEmailCopyCopied {
    position: absolute;
    bottom: -100px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
}
.contactEmailCopyCopied img {
    width: 40px;
    margin-right: 16px;
    position: static;
    display: inline-block;
}
.contactEmailCopyCopied b {
    font-family: satoshi, sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #a0a09a;
    letter-spacing: 6px;
    display: inline-block;
    text-transform: uppercase;
}
.hint1 {
    font-family: satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #b5b3a9;
    letter-spacing: 2px;
    line-height: 110%;
    position: absolute;
    z-index: 43;
    left: 200px;
    bottom: 160px;
    opacity: 0;
    pointer-events: none;
}
.hint1 b,
.hint2 b {
    font-size: 28px;
    font-weight: 700;
    display: block;
    color: #deddd1;
}
.hint2 {
    font-family: satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #b5b3a9;
    letter-spacing: 2px;
    line-height: 110%;
    position: absolute;
    z-index: 43;
    right: 200px;
    top: 160px;
    opacity: 0;
    pointer-events: none;
}
.hint2 i {
    font-weight: 700;
}
.hints {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 43;
    pointer-events: none;
    opacity: 0;
}
.menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 95;
    pointer-events: none;
    display: none;
}
.menuBg {
    background-color: #142027;
    z-index: 94;
    position: fixed;
    width: 100vw;
    bottom: 0;
    left: 0;
    height: 0;
    will-change: height;
}
.menuCtr {
    width: 70%;
    max-width: 1280px;
    margin: 0 auto;
    display: flex;
    height: 100vh;
    flex-direction: column;
    justify-content: center;
}
.desCtr {
    width: 70%;
    max-width: 1280px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    bottom: 96px;
    opacity: 0;
    transform: translate(-50%) translateY(40px);
}
.socialCtr {
    margin: 0 auto;
    position: absolute;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 100vh;
}
.hintCtr {
    width: 70%;
    max-width: 1280px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 200px;
    opacity: 0;
    transform: translate(-50%) translateY(40px);
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    text-align: right;
    pointer-events: none;
}
.menuLink {
    font-family: humane, sans-serif;
    color: #fbfaf3;
    font-size: 168px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 20px;
    display: flex;
    width: fit-content;
}
.menuLinkChar {
    position: relative;
    overflow: hidden;
}
.menuLinkCharHover,
.menuLinkCharHover2,
.menuLinkCharHover3,
.menuLinkCharReal,
.menuLinkCharReal2,
.menuLinkCharReal3 {
    position: absolute;
    top: 100%;
    left: 0;
}
.menuLinkChar .menuLinkCharHover,
.menuLinkChar .menuLinkCharHover2,
.menuLinkChar .menuLinkCharHover3 {
    color: #253a46;
}
.menuLinkChar span {
    opacity: 0;
}
.desCtr span {
    font-family: satoshi, sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #233b48;
    letter-spacing: 6px;
    text-transform: uppercase;
}
.desCtr h2 {
    margin-top: 6px;
    font-family: satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2e4e5f;
    letter-spacing: 12px;
    text-transform: uppercase;
    transition: color 0.2s ease-in-out;
}
.socialItem {
    width: 80px;
    height: 80px;
    background-color: #1c2d36;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 24px;
    transform: translateY(40px);
    opacity: 0;
    transition: background-color 0.2s ease-in-out;
}
.socialItem:hover {
    background-color: #253a46;
}
.socialItem img {
    width: 32px;
    transform: scale(1);
    transition: transform 0.2s ease-in-out;
}
.socialItem:hover img {
    transform: scale(1.2);
}
.hintCtr span {
    font-family: satoshi, sans-serif;
    font-size: 28px;
    font-weight: 400;
    color: #253a46;
    letter-spacing: 2px;
}
.hintCtr p {
    font-family: satoshi, sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #2e4e5f;
    letter-spacing: 2px;
    line-height: 130%;
}
.menuSub {
    position: absolute;
    left: 0;
    bottom: 0;
    font-family: humane, sans-serif;
    color: #253a46;
    font-size: 128px;
    font-weight: 300;
    display: flex;
    text-transform: uppercase;
    letter-spacing: 8px;
    background-color: #1a2a33;
    height: 112px;
    opacity: 0;
    transform: rotate(-10deg) translate(80px);
}
.menuSub span {
    margin: 0 8px;
    display: inline-block;
}
.desCtrHover {
    width: fit-content;
}
.desCtrHover:hover h2 {
    color: #fbfaf3;
}
.about {
    position: fixed;
    z-index: 98;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    display: none;
}
.aboutBg {
    background-color: #111d24;
    width: 100vw;
    height: 0;
    position: absolute;
    bottom: 0;
    right: 0;
}
.aboutBackCtr {
    width: 70%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    top: 104px;
    transform: translate(-50%);
}
.aboutBack span {
    text-transform: uppercase;
    font-family: satoshi, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #2e4e5f;
    letter-spacing: 2px;
    padding-bottom: 7px;
    padding-left: 12px;
}
.aboutBack img {
    width: 40px;
}
.aboutBack {
    display: flex;
    align-items: flex-end;
    opacity: 0;
    transform: translateY(80px);
}
.aboutContentCtr {
    width: 70%;
    max-width: 1280px;
    position: absolute;
    left: 50%;
    top: 48%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.aboutContent h4 {
    font-family: humane, sans-serif;
    color: #fbfaf3;
    font-size: 252px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 36px;
    overflow: hidden;
    opacity: 0;
    transform: translateY(120px);
}
.aboutContent p {
    font-family: satoshi, sans-serif;
    font-size: 18px;
    font-weight: 300;
    color: #fbfaf3;
    letter-spacing: 1px;
    line-height: 150%;
    width: 50%;
    margin-top: -20px;
    opacity: 0;
    transform: translateY(120px);
}
.aboutPic {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48vw;
    height: 0;
    background: url(../images/aboutPic-D9UWcSwB.webp) no-repeat center center;
    background-size: cover;
    pointer-events: none;
}
.aboutSubCtr {
    position: absolute;
    bottom: -10vh;
    left: 0;
    width: 100vw;
    overflow: hidden;
    transform-origin: 50% 50%;
    transform: rotate(9deg) translateY(120px);
    pointer-events: none;
    opacity: 0;
}
.aboutSub {
    display: flex;
    align-items: center;
}
.aboutSub span {
    display: inline-block;
    font-family: humane, sans-serif;
    color: #132530;
    font-size: 248px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 16px;
}
.shotsCounter {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%) translateY(32px);
    z-index: 41;
    opacity: 0;
    will-change: top;
    display: flex;
    align-items: center;
}
.shotsCounterItem {
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fbfaf3;
    border: 1px solid #cdccc1;
    margin: 0 4px;
}
@media (max-width: 1920px) {
    .loadingDetails {
        top: 64px;
    }
    .menuSub {
        bottom: 64px;
    }
}
@media (max-width: 1440px) {
    .navCircle {
        width: 56px;
        height: 56px;
    }
    .nav {
        top: 56px;
    }
    .menuSub {
        bottom: 88px;
    }
    .desCtr span {
        font-size: 14px;
    }
    .desCtr h2 {
        font-size: 16px;
        letter-spacing: 12.3px;
    }
    .desCtr {
        bottom: 104px;
    }
    .aboutContent h4 {
        font-size: 220px;
        letter-spacing: 24px;
    }
    .aboutSub span {
        font-size: 220px;
    }
}
@media (max-width: 1366px) {
    .loadingDetails {
        top: 24px;
    }
    .loadingDetailsNumsOne,
    .loadingDetailsNumsTwo {
        font-size: 48px;
    }
    .loadingDetailsNumsSlash img {
        height: 24px;
    }
    .loadingDetailsText {
        font-size: 13px;
    }
    .job {
        font-size: 18px;
        letter-spacing: 0.36em;
    }
    .shotsViewTitle,
    .shotsViewTitle2,
    .shotsViewTitle3,
    .shotsViewTitle4 {
        bottom: 80px;
        left: 100px;
    }
    .contactTitle,
    .contactBar2,
    .contactBar1 {
        font-size: 96px;
    }
    .contactBar2,
    .contactBar1 {
        height: 84px;
    }
    .contactBar2 {
        top: 140px;
        left: -220px;
    }
    .contactBar1 {
        bottom: 140px;
    }
    .contactEmail {
        font-size: 18px;
        padding: 20px 32px;
    }
    .contactEmailCopy {
        height: 48px;
        width: 48px;
    }
    .contactEmailCopy img {
        width: 24px;
    }
    .contactSocialItem {
        font-size: 20px;
        padding: 12px 48px;
    }
    .contactSocialItem img {
        width: 24px;
        margin-right: 14px;
    }
    .menuSub {
        bottom: 120px;
    }
}
@media (max-width: 1024px) {
    .navCircle {
        width: 48px;
        height: 48px;
    }
    .nav {
        top: 48px;
    }
    .navCircleLine1,
    .navCircleLine2 {
        width: 16px;
        height: 2px;
    }
    .navCircleLine2 {
        margin-top: 6px;
    }
    .twoTitle {
        font-size: 200px;
    }
    .servicesItem {
        font-size: 120px;
        margin: 32px 0;
    }
    .contactTitle,
    .contactBar2,
    .contactBar1 {
        font-size: 64px;
    }
    .contactBar2,
    .contactBar1 {
        height: 56px;
    }
    .contactTextItem {
        font-size: 16px;
    }
    .contactBar1Ctr span,
    .contactBar2Ctr span {
        padding: 0 4px;
    }
    .contactTitle {
        top: 46%;
    }
    .contactSocial {
        top: 70%;
    }
    .menuLink {
        font-size: 128px;
    }
    .socialItem {
        width: 64px;
        height: 64px;
        margin-left: 16px;
    }
    .socialItem img {
        width: 24px;
    }
    .desCtr h2 {
        font-size: 15px;
        letter-spacing: 12px;
    }
    .menuSub {
        bottom: 160px;
        font-size: 88px;
        height: 77px;
    }
    .desCtr {
        bottom: 144px;
    }
    .aboutContent p {
        font-size: 16px;
        margin-top: -10px;
        line-height: 145%;
    }
    .aboutContent h4 {
        font-size: 180px;
        letter-spacing: 16px;
    }
    .aboutSub span {
        font-size: 220px;
    }
    .aboutSubCtr {
        bottom: -4vh;
    }
}
@media (max-width: 900px) {
    .contactTitle {
        letter-spacing: 4px;
    }
    .contactSocialItem {
        font-size: 16px;
        padding: 10px 48px;
    }
    .contactSocialItem img {
        width: 16px;
        margin-right: 8px;
    }
    .contactTitle {
        width: 80%;
        text-align: center;
    }
    .contactBar1 {
        bottom: 160px;
    }
}
@media (max-width: 800px) {
    .loadingDetails {
        top: 8px;
    }
    .tCtr img,
    .tCtrSpace,
    .loadingChars img {
        height: 20vw;
    }
    .loadingDetailsNumsSlash img {
        height: 16px;
        transform: translateY(0);
    }
    .loadingDetailsNumsSlash {
        margin: 0 8px 0 6px;
    }
    .loadingDetailsText {
        letter-spacing: 0.06em;
    }
    .tCtr {
        width: 80vw;
    }
    .job {
        font-size: 16px;
        letter-spacing: 0.32em;
    }
    .twoTitle {
        font-size: 160px;
    }
    .shotsTitle {
        font-size: 400px;
    }
    .servicesItem {
        font-size: 100px;
        margin: 48px 0;
    }
    .menuSub {
        display: none;
    }
    .menuCtr,
    .desCtr,
    .hintCtr {
        width: 80%;
    }
    .aboutPic,
    .aboutSub {
        display: none;
    }
    .aboutContent p {
        width: 80%;
    }
    .aboutContent h4 {
        font-size: 148px;
        letter-spacing: 8px;
    }
}
@media (max-width: 600px) {
    .loadingDetails {
        top: 0;
    }
    .loadingDetailsNumsOne,
    .loadingDetailsNumsTwo {
        font-size: 24px;
    }
    .loadingDetailsNumsSlash img {
        height: 16px;
    }
    .loadingDetailsText {
        font-size: 10px;
    }
    .tCtr {
        width: 100vw;
    }
    .shotsTitle {
        font-size: 300px;
        transform: translate(8px, -42%);
    }
    .shotsShotTitle,
    .shotsShotTitle2,
    .shotsShotTitle3,
    .shotsShotTitle4,
    .shotsViewTitleH1,
    .shotsView2TitleH1,
    .shotsView3TitleH1,
    .shotsView4TitleH1 {
        font-size: 48px;
    }
    .shotsViewTitleH2,
    .shotsView2TitleH2,
    .shotsView3TitleH2,
    .shotsView4TitleH2 {
        font-size: 16px;
    }
    .shotsViewTitle,
    .shotsViewTitle2,
    .shotsViewTitle3,
    .shotsViewTitle4 {
        bottom: 32px;
        left: 40px;
    }
    .servicesItem {
        font-size: 72px;
        margin: 56px 0;
    }
    .servicesPicsItem {
        width: 100vw;
    }
    .contactTitle,
    .contactBar2,
    .contactBar1 {
        font-size: 48px;
    }
    .contactSocialItem span {
        display: none;
    }
    .contactBar2,
    .contactBar1 {
        height: 40px;
    }
    .hintCtr,
    .socialCtr {
        display: none;
    }
    .menuLink {
        font-size: 88px;
    }
    .desCtr {
        text-align: center;
        bottom: 80px;
    }
    .hints,
    .xCursor,
    .cursorIntr,
    .cursor {
        display: none;
    }
    @keyframes sDownAnim {
        0% {
            height: 32px;
        }
        40% {
            height: 32px;
        }
        50% {
            height: 48px;
        }
        60% {
            height: 32px;
        }
        to {
            height: 32px;
        }
    }
    .sDownFill {
        height: 32px;
    }
    .twoP {
        display: none;
    }
}
@media (max-width: 400px) {
    .loadingDetails {
        display: none;
    }
    .tCtr img,
    .tCtrSpace,
    .loadingChars img {
        height: 24vw;
    }
    .loadingDetailsNumsSlash img {
        height: 16px;
        transform: translateY(0);
    }
    .job {
        font-size: 14px;
        letter-spacing: 0.3em;
    }
    .one img,
    .oneHolder,
    .two img,
    .twoHolder,
    .three img,
    .threeHolder,
    .shotsShotImg img,
    .shotsShotImg2 img,
    .shotsShotImg3 img,
    .shotsShotImg4 img,
    .shotsShotImg,
    .shotsShotImg2,
    .shotsShotImg3,
    .shotsShotImg4,
    .shotsShot,
    .shotsShot2,
    .shotsShot3,
    .shotsShot4 {
        border-radius: 28px;
    }
    .shotsTitle {
        font-size: 120px;
        transform: translate(4px, -20%);
    }
    .twoTitle {
        font-size: 88px;
    }
    .servicesItem {
        font-size: 48px;
    }
    .contactTextItem {
        font-size: 18px;
    }
    .contactEmail {
        font-size: 16px;
        padding: 18px 24px;
    }
    .contactEmailCopy {
        height: 40px;
        width: 40px;
    }
    .contactTitle {
        width: 90%;
    }
    .contactTitle {
        font-size: 40px;
    }
    .aboutContent h4 {
        font-size: 120px;
        letter-spacing: 4px;
    }
    .aboutContent p {
        font-size: 14px;
    }
}
@media (pointer: none) {
    .xCursor {
        display: none;
    }
}
