* {
    margin: 0;
    padding: 0
}

body,
html {
    height: 100vh !important;
    width: 100vw !important;
    overflow: hidden !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    position: relative
}

main {
    transition: 300ms ease-in-out
}

.bigcircles {
    transition: all 450ms ease-in-out !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(15deg);
    z-index: 15;
    height: 110%;
    width: 75%;
    overflow: hidden
}

.bigcircles .circle img {
    position: fixed;
    top: 40%;
    left: calc(100% - 50px);
    transform: translatex(-100%);
    width: 270px;
    transition: all 450ms ease-in-out !important
}

.bigcircles .circle2 img {
    top: 10%;
    position: fixed;
    left: calc(100% + 50px);
    transform: translatex(-100%) rotate(-95deg);
    width: 350px
}

.bgcircleposition {
    top: 65% !important;
    position: fixed !important;
    transform: translate(-100%, -50%) rotate(0deg) !important;
    left: calc(100% + 200px) !important;
    transition: all 450ms ease-in-out !important
}

.bgcircleposition .circle2 img {
    transition: all 200ms ease-in-out;
    left: 100% !important
}

.cube {
    top: 50vh;
    left: 50%;
    position: relative;
    width: 75%;
    opacity: 1;
    height: 180vh;
    min-height: 800px;
    background: white;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
    z-index: 10;
    transition: all 300ms ease-in-out;
    transform: translate(-50%, -50%) rotate(15deg)
}

.cube_width {
    width: 100%;
    transform: translate(-50%, -50%) rotate(0deg)
}

.top_title {
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: bolder;
    line-height: 1.3em;
    text-transform: uppercase;
    font-size: 55px;
    position: absolute;
    text-align: center;
    left: 50%;
    top: 50vh;
    transition: font-size 200ms ease-in-out;
    opacity: 1;
    transform: translate(-50%, -50%);
    text-shadow: 0px 2px 13px rgba(150, 150, 150, 0.5);
    z-index: 50;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none
}

.top_title_fadeout {
    top: 30vh;
    opacity: 0
}

.animation {
    background: linear-gradient(to right, #fd90e0, #fa7268, #fd90e0);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0em 0em;
    overflow: hidden;
    animation: underline_ani 16s cubic-bezier(0.79, 0.01, 0.23, 1.01) infinite
}

@keyframes underline_ani {
    0% {
        background-position: 0em 0em;
        color: white
    }

    20% {
        background-position: -18em 0em;
        color: black
    }

    40% {
        background-position: 0em 0em;
        color: white
    }

    60% {
        background-position: 18em 0em;
        color: black
    }

    80% {
        background-position: 0em 0em;
        color: white
    }

    100% {
        background-position: 0em 0em;
        color: white
    }
}

.no_longer {
    display: none;
    visibility: hidden
}

.button_home {
    padding: 10px 20px;
    font-size: 20px;
    margin-top: 20px;
    position: absolute;
    left: 50%;
    top: -5px;
    transform: translateX(-50%);
    z-index: 60;
    display: none;
    visibility: hidden;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: bolder
}

.button_home:hover {
    cursor: pointer
}

.button_home:hover::before {
    width: 35px
}

.button_home:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    margin: 0;
    padding: 0;
    height: 6px;
    width: 0;
    background: #fa7268;
    content: "";
    z-index: -1;
    transition: all 100ms ease-in-out
}

.visible_home {
    display: block;
    visibility: visible
}

.about_me {
    position: absolute;
    z-index: 40;
    left: 50%;
    top: 50vh;
    width: 50%;
    font-size: 18px;
    opacity: 0;
    transition: all 200ms ease-in;
    transform: translate(-50%, -50%);
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: 400
}

.about_me .text_about a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    transition: all 200ms ease-in-out
}

.about_me .text_about a:hover {
    color: #9f9f9f
}

.about_me_fadein {
    opacity: 1
}

.me {
    max-height: 250px;
    max-width: 250px;
    width: 30%;
    position: absolute;
    bottom: 25px;
    left: 0px;
    z-index: 30;
    opacity: 0;
    transition: all 300ms ease-in-out;
    filter: drop-shadow(10px 10px 0px #ffadad)
}

.me_fadein {
    opacity: 1;
    left: 25px
}

.block_white {
    height: 100%;
    width: 150px;
    background: white;
    box-shadow: inset 60px 0px 120px -50px rgba(0, 0, 0, 0.2);
    position: absolute;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    right: -150px;
    top: 0;
    z-index: 40;
    transition: right 300ms ease-in-out
}

.links {
    width: 50vw;
    height: 100px;
    text-align: center;
    position: relative;
    top: 70px
}

.links li {
    margin: 10px;
    display: inline;
    text-align: center
}

.links li a {
    color: black;
    font-weight: bold;
    text-decoration: none;
    transition: color 200ms ease-in-out
}

.links li a:hover {
    color: #9f9f9f
}

@media (max-width: 1100px) {
    .links {
        width: 290px;
        word-break: break-all;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media (max-width: 800px) {
    .me {
        visibility: hidden;
        display: none
    }
}

@media (max-width: 700px) {
    .about_me {
        font-size: 14px;
        top: 45vh
    }

    .links {
        display: none;
        visibility: hidden
    }
}

@media (max-width: 400px),
(max-height: 500px) {
    .me {
        width: 30%
    }
}

@media (max-height: 400px) {
    .me {
        width: 20%
    }
}

@media (max-width: 1100px) {
    .top_title {
        font-size: 45px;
        width: 400px;
        top: 50vh
    }
}

@media (max-width: 1100px) {
    .bmcube {
        display: none;
        visibility: hidden
    }
}

@media (max-width: 700px) {
    .block_white {
        display: none;
        visibility: hidden
    }

    .cube,
    .bigcircles {
        display: none;
        visibility: hidden
    }
}

@media (max-width: 600px) {
    .top_title {
        font-size: 20px;
        width: 60%;
        top: 45vh
    }
}

@media (max-width: 500px) {
    .links {
        display: none;
        visibility: hidden
    }

    .about_me {
        width: 75%;
        height: auto;
        font-size: 18px;
        top: 50%
    }
}

@media (max-width: 450px) {
    .about_me {
        font-size: 16px
    }
}

@media (max-height: 350px) {
    .top_title {
        font-size: 20px !important
    }
}

@media (max-height: 650px) {
    .top_title {
        font-size: 30px
    }
}

.hidden {
    display: none;
    visibility: hidden
}

.nav_container {
    width: 100%;
    height: 10vh;
    z-index: 1100 !important;
    position: absolute;
    background: white;
    left: 0;
    top: 0;
    box-sizing: border-box;
    border-bottom: 3px solid #eaeaea;
    border-top: 0px solid #eaeaea;
    transition: all 100ms ease-in-out
}

.nav_container:hover {
    cursor: pointer
}

.nav_container .nav,
.nav_container .nav1,
.nav_container .nav2 {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 3px;
    width: 20px;
    background: black;
    margin: 0;
    padding: 0;
    opacity: 1;
    transition: all 100ms ease-in-out
}

.nav_container .nav1 {
    transition: all 100ms ease-in-out;
    top: calc(50% - 10px)
}

.nav_container .nav2 {
    transition: all 100ms ease-in-out;
    top: calc(50% + 1px)
}

.nav_container:hover .nav1 {
    left: calc(50% - 6px)
}

.nav_container:hover .nav2 {
    left: calc(50% + 6px)
}

.navpositionbottom {
    top: calc(50% + 6px) !important;
    left: calc(50% - 4px) !important
}

.navpositionbottom2 {
    top: calc(50% - 11px) !important;
    left: calc(50% - 2px) !important
}

.nav_reset {
    width: 100%;
    height: 10vh;
    z-index: 1200 !important;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box
}

.nav_reset:hover {
    cursor: pointer
}

.nav_cat {
    font-family: "futura-pt", sans-serif;
    position: absolute;
    height: 100vh;
    width: 100vw;
    z-index: 1000;
    top: 0;
    left: 0;
    text-transform: uppercase;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.nav_cat .block1,
.nav_cat .block2,
.nav_cat .block3 {
    position: absolute;
    height: 45%;
    width: 50%;
    transition: all 100ms ease-in-out !important;
    transform-origin: top left;
    font-size: 35px;
    color: black;
    background: white;
    box-sizing: border-box;
    font-family: "futura-pt", sans-serif;
    font-style: normal;
    font-weight: bolder
}

.nav_cat .block1:hover,
.nav_cat .block2:hover,
.nav_cat .block3:hover {
    cursor: pointer
}

.nav_cat .block1:hover p::before,
.nav_cat .block2:hover p::before,
.nav_cat .block3:hover p::before {
    width: 80px
}

.nav_cat .block1 p,
.nav_cat .block2 p,
.nav_cat .block3 p {
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translatey(-50%)
}

.nav_cat .block1 p:before,
.nav_cat .block2 p:before,
.nav_cat .block3 p:before {
    display: inline-block;
    position: absolute;
    top: 19px;
    margin: 0;
    padding: 0;
    height: 6px;
    width: 0;
    background: #fa7268;
    content: "";
    z-index: -1;
    transition: all 100ms ease-in-out
}

.nav_cat .block1 {
    left: 0;
    top: 10%;
    z-index: 50;
    width: 100%;
    height: 0%;
    border-right: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea
}

.nav_cat .block2 {
    top: 10%;
    right: 0;
    z-index: 40;
    height: 100%;
    border-left: 2px solid #eaeaea;
    border-bottom: 2px solid #eaeaea
}

.nav_cat .block3 {
    width: 100% !important;
    left: 0;
    bottom: 0%;
    z-index: 30;
    border-right: 2px solid #eaeaea;
    border-top: 2px solid #eaeaea
}

.opacity {
    opacity: 1 !important
}
