.ibm-font {
    font-family: IBM Plex Mono, monospace
}

.roboto-font {
    font-family: Roboto, sans-serif
}

.archivo-font {
    font-family: Archivo Black
}

.mail-font {
    font-family: Open Sans, Helvetica, Arial, sans-serif
}

.noto-font {
    font-family: Noto Sans, sans-serif
}

.oswald-bold-font {
    font-family: Oswald, sans-serif;
    font-weight: 700
}

.raleway-font {
    font-family: Raleway, sans-serif;
    font-optical-sizing: auto;
    font-style: normal
}

.inria-serif-light {
    font-weight: 300
}

.inria-serif-light,
.inria-serif-regular {
    font-family: "Inria Serif", serif;
    font-style: normal
}

.inria-serif-regular {
    font-weight: 400
}

.inria-serif-bold {
    font-family: "Inria Serif", sans-serif;
    font-weight: 700;
    font-style: normal
}

.inria-serif-light-italic {
    font-family: "Inria Serif", serif;
    font-weight: 300;
    font-style: italic
}

.inria-serif-regular-italic {
    font-family: "Inria Serif", serif;
    font-weight: 400;
    font-style: italic
}

.inria-serif-bold-italic {
    font-family: "Inria Serif", serif;
    font-weight: 700;
    font-style: italic
}

.template-email-title {
    margin: 0 0 18px;
    font-size: 27px;
    font-weight: 700;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: -.6px;
    color: #000
}

.template-input-block {
    background: #f6f8fa;
    border-radius: 4px
}

.template-subtitle {
    font-size: 23px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.35;
    letter-spacing: -.2px;
    color: #000;
    margin: 23px 0 12px;
    text-align: left;
    text-decoration: underline
}

.navbar__section p {
    margin: .8vh 2vw
}

.navbar__section a {
    font-family: IBM Plex Mono, monospace;
    transition: .1s ease-in-out
}

.main__section {
    display: flex;
    align-items: start;
    justify-content: flex-start;
    flex-direction: column;
    margin-top: 5.5vw
}

.main__section .heading {
    margin-bottom: 10vh
}

.main__section .heading .title {
    overflow: hidden;
    cursor: default
}

.main__section .heading .title .stroke {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    background: linear-gradient(90deg, white 50%, transparent 0);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position .9s ease-in-out
}

.main__section .heading .title .stroke:hover {
    background-position: 0 100%
}

.main__section .heading .title .stroke2 {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    background: linear-gradient(90deg, white 50%, transparent 0);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position .9s ease-in-out
}

.main__section .heading .title .stroke2:hover {
    background-position: 0 100%
}

.main__section .heading h1 {
    line-height: .8;
    font-size: 15vw;
    text-transform: uppercase;
    font-weight: 300;
    margin: 0 1vw;
    padding: 0
}

@media screen and (max-width:767px) {
    .main__section .heading h1 {
        font-size: 8rem
    }
}

.main__section .heading p {
    font-size: 1.5rem
}

@media screen and (max-width:767px) {
    .main__section .heading p {
        font-size: 1rem
    }
}

.main__section .heading p>span {
    font-size: 1rem
}

@media screen and (max-width:767px) {
    .main__section .heading p>span {
        font-size: .9rem
    }
}

.main__section .arrow__section {
    align-items: center;
    justify-content: center;
    margin-top: 2vw
}

.main__section .arrow__section .arrow__metas {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: -100vw;
    margin-top: -8vw;
    cursor: default;
    transition: all .5s ease-out
}

.main__section .arrow__section .arrow__metas p {
    text-transform: lowercase;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: -.1vw;
    margin-top: 4vw;
    padding-top: .1vw;
    transition: all .5s ease-out
}

@media screen and (max-width:767px) {
    .main__section .arrow__section .arrow__metas p {
        font-size: 1rem
    }
}

.main__section .arrow__section .arrow__metas span {
    transition: all .5s ease-out;
    margin-top: .5vw
}

.main__section .arrow__section .arrow__metas:hover {
    transform: translateY(1vw)
}

.main__section .arrow__section .arrow__metas:hover span {
    transform: translateY(.4vw)
}

@media screen and (max-width:767px) {
    .main__section .arrow__section {
        margin-top: 35vh
    }
}

.main__section .tw__section {
    align-items: center;
    justify-content: center;
    margin-top: 5vw
}

.main__section .tw__section .tw {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-right: -100vw;
    cursor: default;
    transition: all .5s ease-out
}

@media screen and (max-width:767px) {
    .main__section {
        margin-top: 5vh;
        margin-bottom: 40vh
    }
}

#about .about__section h1 {
    margin-left: 2vw
}

#about .about__section p {
    line-height: 3vh;
    width: 110%;
    line-break: normal
}

#about hr {
    margin: 8vw auto
}

#about .skill__section {
    cursor: default;
    text-align: center;
    margin-top: 20vh;
    padding-bottom: 20vh
}

#about .skill__section .stroke-effect {
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    background: linear-gradient(90deg, white 50%, transparent 0);
    -webkit-background-clip: text;
    background-clip: text;
    background-size: 200% 100%;
    background-position: 100%;
    transition: background-position .9s ease-in-out
}

#about .skill__section .stroke-effect:hover {
    background-position: 0 100%
}

#about .skill__section .skill__title h1 {
    margin-top: -5vh;
    display: flex;
    justify-content: center;
    align-items: center
}

#about .skill__section .skills_front {
    margin-top: 8vh;
    padding: 20px
}

#about .skill__section .skills_front .back__row,
#about .skill__section .skills_front .front__row {
    padding: 20px
}

#about .skill__section .skills_front .back__row .back__col,
#about .skill__section .skills_front .back__row .front__col,
#about .skill__section .skills_front .front__row .back__col,
#about .skill__section .skills_front .front__row .front__col {
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center
}

#about .skill__section .skills_front .back__row .back__col li,
#about .skill__section .skills_front .back__row .front__col li,
#about .skill__section .skills_front .front__row .back__col li,
#about .skill__section .skills_front .front__row .front__col li {
    border: 1px solid #fff;
    padding: 10px 20px;
    margin: .4vw .5vw;
    transition: .2s ease-out
}

#about .skill__section .skills_front .back__row .back__col li:hover,
#about .skill__section .skills_front .back__row .front__col li:hover,
#about .skill__section .skills_front .front__row .back__col li:hover,
#about .skill__section .skills_front .front__row .front__col li:hover {
    background-color: hsla(0, 0%, 100%, .13)
}

#projects .heading {
    position: relative;
    height: 100%;
    overflow: hidden;
    margin-bottom: 5vw
}

#projects .heading h1 {
    margin-left: 2vw
}

#projects .heading p {
    margin-top: -1.2vw;
    letter-spacing: .2vw
}

#projects .item {
    margin-left: -.1vw;
    position: relative;
    width: 100%;
    opacity: 0;
    transition: opacity 1s ease-out;
    overflow: hidden
}

#projects .item:first-child {
    border-top: .2vw solid #fff
}

#projects .item:before {
    content: "";
    position: absolute;
    height: .1vw;
    background-color: #fff;
    left: 0;
    width: 100%;
    transform: scaleX(0);
    bottom: 0;
    transition: transform 1s ease-out;
    transform-origin: left
}

#projects .item.visible {
    opacity: 1
}

#projects .item.visible:before {
    transform: scaleX(1)
}

#projects .item.visible .item__content {
    transform: translateY(0)
}

#projects .item:hover .item__content {
    color: #fff
}

#projects .item:hover .item__background {
    background-size: 120%
}

#projects .item:hover .item__background:after {
    transform: translateY(-100%)
}

#projects .item .item__background {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: 150%;
    background-position: 50%;
    background-repeat: no-repeat;
    z-index: -1;
    transition: background-size .6s ease-out
}

#projects .item .item__background:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .2);
    transition: background .5s ease-out
}

#projects .item .item__background:after {
    content: "";
    position: absolute;
    inset: 0;
    transform: translateY(0);
    transition: transform .3s ease-out
}

#projects .item .title__content {
    display: flex;
    width: 100%;
    padding: 0 3vw;
    height: 4.5vw;
    align-items: center;
    transform: translateY(20%);
    transition: all .4s ease-out, color .3s ease-in-out;
    color: #fff;
    cursor: pointer
}

#projects .item .title__content .title__text {
    font-weight: 300;
    font-size: 1.2vw;
    letter-spacing: .2vw;
    text-transform: uppercase;
    align-self: flex-start
}

@media screen and (max-width:767px) {
    #projects .item .title__content .title__text {
        font-size: .6rem
    }
}

@media screen and (min-width:767px) {
    #projects .item .title__content .title__text {
        margin-right: 2vw;
        margin-top: .6vw
    }
}

#projects .item .title__content .title__metas {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-top: -1.8vw
}

#projects .item .title__content .title__metas span {
    font-weight: 300;
    font-size: .9vw;
    text-transform: uppercase;
    letter-spacing: .2vw;
    font-family: IBM Plex Mono, monospace
}

#projects .item .title__content .title__metas svg {
    width: 5vw;
    fill: #fff;
    transform: translateX(0);
    transition: .5s
}

#projects .item .title__content .title__metas:hover svg {
    fill: #e9e1d3;
    transform: translateX(45%)
}

#projects .item .item__content {
    display: flex;
    width: 100%;
    padding: 0 3vw;
    height: 12vw;
    align-items: center;
    transform: translateY(20%);
    transition: all .4s ease-out, color .3s ease-in-out;
    color: #fff;
    cursor: pointer
}

#projects .item .item__content .item__number {
    font-weight: 500;
    text-decoration: underline;
    margin-right: 2vw;
    margin-top: 4.5vw;
    font-size: 1.8vw;
    align-self: flex-start;
    display: none
}

#projects .item .item__content .item__metas {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    text-align: right;
    margin-top: 2.8vw
}

#projects .item .item__content .item__metas span {
    font-weight: 300;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-family: IBM Plex Mono, monospace;
    letter-spacing: .1vw
}

@media screen and (max-width:767px) {
    #projects .item .item__content .item__metas span {
        font-size: .7rem
    }
}

#projects .item .item__content .item__metas strong {
    font-weight: 300;
    font-size: 1.5vw;
    text-transform: uppercase;
    font-family: Archivo Black, serif
}

@media screen and (max-width:767px) {
    #projects .item .item__content .item__metas strong {
        font-size: .7rem
    }
}

#projects .item .item__content h2 {
    font-size: 6vw;
    font-weight: 400;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-text-stroke-width: 2px;
    transition: -webkit-text-stroke-width .1s ease-out, -webkit-text-fill-color .5s ease-out
}

#mind {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: raleway-font, sans-serif
}

#mind,
#mind img {
    width: 100%;
    height: 100%
}

#mind img {
    -o-object-fit: cover;
    object-fit: cover
}

#mind h1 {
    text-transform: uppercase;
    font-size: 200px;
    font-weight: 400;
    letter-spacing: -4px
}

#mind section.hero {
    width: 100vw;
    height: 100vh;
    background: url(/bg.png) no-repeat 50% 50%;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center
}

#mind .hero h1 {
    font-family: "Inria Serif", serif;
    font-weight: 100;
    color: #fff
}

#mind section.info {
    width: 100vw;
    height: 150vh;
    background-color: #000;
    color: #fff
}

#mind .header-row {
    width: 100%;
    height: 250px;
    padding: 0 2em
}

#mind .header-row:first-child {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

#mind .header-row:nth-child(2) {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

#mind .header-info {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #000;
    color: #fff
}

#mind .header-info p {
    padding: 1em;
    font-family: "Inria Serif", serif;
    font-size: 52px
}

#mind .header-images {
    width: 100%;
    height: 250px;
    padding: 1em;
    display: flex;
    gap: 1em
}

#mind .img {
    width: 100%;
    height: 100%
}

#mind section.pinned {
    position: absolute;
    top: 100vh;
    width: 100%;
    height: 250vh;
    z-index: 2
}

#resume {
    margin-top: 45vh
}

@media screen and (max-width:767px) {
    #resume {
        margin-top: 30vh
    }
}

#footer h1 {
    font-size: 1.8rem
}

#footer p {
    font-size: .8rem
}

#footer a {
    font-family: IBM Plex Mono, monospace
}

#hoverProjects * {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

#hoverProjects img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#hoverProjects .container-hover {
    background-color: #000;
    position: fixed;
    width: 100vw;
    height: 120vh;
    overflow: hidden
}

#hoverProjects .items {
    position: fixed;
    width: 30%;
    height: 100vh;
    padding: 0 2em;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
    gap: 20px;
    z-index: 2;
    overflow: hidden
}

#hoverProjects .item {
    width: -moz-max-content;
    width: max-content;
    padding: .25em 0;
    cursor: pointer
}

#hoverProjects .item p {
    color: #fff;
    padding: 5px;
    font-weight: lighter;
    transition: .3s;
    font-family: Majesty, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin-left: -40px;
    font-size: 40px;
    text-underline-offset: 10px;
    border-bottom: 1px solid #fff
}

#hoverProjects .items .item {
    padding-left: 20px
}

#hoverProjects .item:hover p {
    color: #b8860b
}

#hoverProjects .preview {
    position: fixed;
    z-index: 0
}

#hoverProjects .preview-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: .35
}

#hoverProjects .preview {
    position: absolute;
    width: 100vw;
    height: 100vh;
    color: #fff;
    z-index: 1
}

#hoverProjects .preview-title h1 {
    font-weight: lighter;
    font-size: 80px;
    font-family: Majesty
}

#hoverProjects .preview-description p,
#hoverProjects .preview-tags p {
    font-size: 14px;
    line-height: 120%
}

#hoverProjects .preview.variant-1 .preview-img {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 2em;
    width: 300px;
    height: 400px;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%)
}

#hoverProjects .preview.variant-1 .preview-title {
    position: absolute;
    top: 35%;
    left: 25%
}

#hoverProjects .preview.variant-1 .preview-tags {
    position: absolute;
    bottom: 25%;
    right: 40%
}

#hoverProjects .preview.variant-1 .preview-description {
    width: 250px;
    position: absolute;
    right: 25%;
    top: 25%
}

#hoverProjects .preview.variant-2 .preview-img {
    position: absolute;
    top: 10%;
    right: 5%;
    margin: 2em;
    width: 300px;
    height: 400px;
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
}

#hoverProjects .preview.variant-2 .preview-title {
    position: absolute;
    bottom: 30%;
    left: 50%
}

#hoverProjects .preview.variant-2 .preview-tags {
    position: absolute;
    top: 25%;
    left: 25%
}

#hoverProjects .preview.variant-2 .preview-description {
    width: 250px;
    position: absolute;
    right: 10%;
    bottom: 15%
}

#hoverProjects .preview.variant-3 .preview-img {
    position: absolute;
    bottom: 10%;
    left: 20%;
    margin: 2em;
    width: 300px;
    height: 400px;
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%)
}

#hoverProjects .preview.variant-3 .preview-title {
    position: absolute;
    bottom: 40%;
    right: 15%
}

#hoverProjects .preview.variant-3 .preview-tags {
    position: absolute;
    bottom: 20%;
    right: 30%
}

#hoverProjects .preview.variant-3 .preview-description {
    width: 250px;
    position: absolute;
    left: 20%;
    top: 15%
}

@media screen and (max-width:900px) {
    #hoverProjects .item p {
        font-size: 4vw
    }
    #hoverProjects .preview.variant-1 .preview-img {
        display: none;
        top: 10%;
        right: 5%;
        margin: 2em;
        width: 300px;
        height: 400px;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }
    #hoverProjects .preview.variant-1 .preview-title {
        position: absolute;
        bottom: 30%;
        left: 50%
    }
    #hoverProjects .preview.variant-1 .preview-title h1 {
        font-size: 55px;
        text-align: center;
        padding-right: 50px
    }
    #hoverProjects .preview.variant-1 .preview-tags {
        position: absolute;
        top: 70%;
        left: 25%
    }
    #hoverProjects .preview.variant-1 .preview-description {
        width: 250px;
        position: absolute;
        right: 10%;
        bottom: 15%
    }
    #hoverProjects .preview.variant-2 .preview-img {
        display: none;
        top: 10%;
        right: 5%;
        margin: 2em;
        width: 300px;
        height: 400px;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }
    #hoverProjects .preview.variant-2 .preview-title {
        position: absolute;
        bottom: 30%;
        left: 50%
    }
    #hoverProjects .preview.variant-2 .preview-title h1 {
        text-align: right;
        padding-right: 20px
    }
    #hoverProjects .preview.variant-2 .preview-tags {
        position: absolute;
        top: 25%;
        left: 25%
    }
    #hoverProjects .preview.variant-2 .preview-description {
        width: 250px;
        position: absolute;
        right: 10%;
        bottom: 15%
    }
    #hoverProjects .preview.variant-3 .preview-img {
        display: none;
        top: 10%;
        right: 5%;
        margin: 2em;
        width: 300px;
        height: 400px;
        clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%)
    }
    #hoverProjects .preview.variant-3 .preview-title {
        position: absolute;
        bottom: 30%;
        left: 50%
    }
    #hoverProjects .preview.variant-3 .preview-title h1 {
        font-size: 70px;
        text-align: right;
        padding-right: 1px
    }
    #hoverProjects .preview.variant-3 .preview-tags {
        position: absolute;
        top: 25%;
        left: 25%
    }
    #hoverProjects .preview.variant-3 .preview-description {
        width: 250px;
        position: absolute;
        right: 10%;
        bottom: 15%
    }
}

#photographer-header .gridBlock {
    opacity: 0
}

#photographer-header .grid-container {
    width: 100vw;
    height: 400vh;
    position: relative
}

#photographer-header .grid {
    top: 0;
    left: 0;
    z-index: 1;
    width: 70vw;
    height: 60vw;
    margin: 0 15vw;
    position: absolute
}

@media only screen and (max-width:580px) {
    #photographer-header .grid {
        margin: 0;
        width: 100vw;
        height: 89.444vw
    }
}

#photographer-header .gridBlock {
    background-size: cover;
    background-color: #a9a9a9
}

#photographer-header .gridLayer {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    will-change: transform;
    transform-origin: 44.951% 50%
}

#photographer-header .gridLayer:first-child .gridBlock {
    top: 5vw;
    left: 20vw;
    width: 10vw;
    height: 10vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:first-child .gridBlock {
        top: 11.111vw;
        left: 23.889vw;
        width: 15vw;
        height: 15vw
    }
}

#photographer-header .gridLayer:nth-child(2) .gridBlock {
    top: 0;
    left: 32.5vw;
    width: 15vw;
    height: 15vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:nth-child(2) .gridBlock {
        top: 0;
        left: 43.333vw;
        width: 26.389vw;
        height: 26.389vw
    }
}

#photographer-header .gridLayer:nth-child(3) .gridBlock {
    left: 0;
    top: 25vw;
    width: 15vw;
    height: 15vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:nth-child(3) .gridBlock {
        top: 30.278vw;
        left: 0;
        width: 26.389vw;
        height: 26.389vw
    }
}

#photographer-header .gridLayer:nth-child(4) .gridBlock {
    top: 17.5vw;
    left: 17.5vw;
    width: 30vw;
    height: 30vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:nth-child(4) .gridBlock {
        top: 30.278vw;
        left: 30.278vw;
        width: 39.444vw;
        height: 39.444vw
    }
}

#photographer-header .gridLayer:nth-child(5) {
    z-index: 1
}

#photographer-header .gridLayer:nth-child(5) .gridBlock {
    top: 20vw;
    left: 50vw;
    width: 5vw;
    height: 5vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:nth-child(5) .gridBlock {
        top: 23.889vw;
        left: 73.889vw;
        width: 15.278vw;
        height: 15.278vw
    }
}

#photographer-header .gridLayer:nth-child(5) a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

#photographer-header .gridLayer:nth-child(5) svg {
    width: 1.75vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:nth-child(5) svg {
        width: 4.722vw
    }
}

#photographer-header .gridLayer:nth-child(6) .gridBlock {
    left: 50vw;
    top: 27.5vw;
    width: 20vw;
    height: 20vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:nth-child(6) .gridBlock {
        top: 43.889vw;
        left: 73.889vw;
        width: 26.389vw;
        height: 26.389vw
    }
}

#photographer-header .gridLayer:nth-child(7) .gridBlock {
    left: 10vw;
    top: 42.5vw;
    width: 5vw;
    height: 5vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:nth-child(7) .gridBlock {
        display: none
    }
}

#photographer-header .gridLayer:nth-child(8) .gridBlock {
    bottom: 5vw;
    left: 42.5vw;
    width: 5vw;
    height: 5vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:nth-child(8) .gridBlock {
        display: none
    }
}

#photographer-header .gridLayer:nth-child(9) .gridBlock {
    bottom: 0;
    left: 50vw;
    width: 10vw;
    height: 10vw
}

@media only screen and (max-width:580px) {
    #photographer-header .gridLayer:nth-child(9) .gridBlock {
        top: 73.889vw;
        left: 58.889vw;
        width: 15.278vw;
        height: 15.278vw
    }
}

#photographer-header .gridBlock {
    display: block;
    position: absolute
}

#instabot__hero .instabot-heading {
    height: 100%
}

@media screen and (max-width:900px) {
    .heading h1 {
        font-size: 13vw
    }
    .heading p {
        font-size: 2.6vw
    }
    .item .title__content {
        display: none
    }
    .item .item__content {
        flex-direction: row;
        align-items: flex-start
    }
    .item .item__content h2 {
        font-size: 8vw;
        -webkit-text-stroke-width: 1px;
        margin-top: 1.5vw;
        margin-bottom: -.6vw
    }
    .item .item__content .item__metas {
        flex-direction: column;
        justify-content: flex-start;
        gap: 1vw;
        margin-top: 4vw
    }
    .item .item__content .item__metas span,
    .item .item__content .item__metas strong {
        font-size: 2.5vw;
        margin-top: -1vw;
        margin-left: .1vw
    }
}

@keyframes slideTop {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideTopBounce {
    0% {
        transform: translateY(-100%);
        opacity: 0
    }
    50% {
        transform: translateY(15%);
        opacity: 1
    }
    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideRight {
    0% {
        transform: translateX(-100%);
        opacity: 0
    }
    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.slideToRight {
    opacity: 0;
    animation: slideRight 1.2s forwards;
    animation-delay: .2s
}

.slideToRight2 {
    opacity: 0;
    animation: slideRight 1.2s forwards;
    animation-delay: .3s
}

.slideToTopNav {
    opacity: 0;
    animation: slideTop 1.3s forwards;
    animation-delay: 1s
}

.slideToTopNav2 {
    opacity: 0;
    animation: slideTop 1s forwards;
    animation-delay: .8s
}

.slideToTop {
    opacity: 0;
    animation: slideTop 1.2s forwards;
    animation-delay: 1.4s
}

.slideToTop2 {
    opacity: 0;
    animation: slideTop 1.2s forwards;
    animation-delay: 2.1s
}

.slideToTop3 {
    opacity: 0;
    animation: slideTopBounce 1.2s forwards;
    animation-delay: 2.5s
}

.slideToTop4 {
    opacity: 0;
    animation: slideTop 1.2s forwards;
    animation-delay: 3.1s
}

.slideToTop5 {
    opacity: 0;
    animation: slideTopBounce 1.2s forwards;
    animation-delay: 3.5s
}

.fadeIn {
    opacity: 0;
    animation: fadeIn 1.2s forwards;
    animation-delay: 1.2s
}

.fadeIn2 {
    opacity: 0;
    animation: fadeIn 1.2s forwards;
    animation-delay: 3.1s
}

.fadeIn3 {
    opacity: 0;
    animation: fadeIn 1.2s forwards;
    animation-delay: 3.5s
}