:target {
    scroll-margin-top: 64px;
}

html {
    font-family: "Uncut", sans-serif;
    font-weight: 400;
    font-style: normal;
    overflow-x: hidden;
    scroll-behavior: smooth;
    background-color: #F2F2F2;
    touch-action: manipulation;
}

body {
}

b, strong{
    font-weight: 600;
}

i, em {
    font-style: italic;
}

small{
    font-size: 12px;
    font-family: "Sligoil";
}

.invert{
    mix-blend-mode: difference;
}

.head_small{
    padding-left: 16px;
    font-size: 16px;
}

q{
    padding-left: 16px;
}

sup {
    color: black;
    text-transform: uppercase;
    font-family: "Sligoil";
    font-size: 16px;
    vertical-align: super;
    padding-left: 8px;
}

.breaking{
    display: none;
}

.grey_arrow{
    color: #545454;
}

.purple{
    background-color: #C4A8FF;
}

.ux_black{
    background-color: #1C1C1C;
}

section{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #1C1C1C;
    z-index: 1;
}

a {
    font-family: "Sligoil", sans-serif;
    text-decoration: none;
    text-transform: none;
    color: black;
    font-size: 16px;
}

section a {
    color: white;
}

a:hover {
    color:#C4A8FF;
}

section a:hover {
    color: #C4A8FF;
}

h1 {
    font-family: "Uncut", sans-serif;
    font-weight: 400;
    color: black;
    font-size: 24px;
    line-height: 130%;
}

section h1{
    color: white;
}

h2{
    font-family: "Uncut", sans-serif;
    font-weight: 400;
    color: #545454;
    font-size: 16px;
    line-height: 130%;
    margin-top: 16px;
}

section h2{
    color: white;
}

h3{
    font-family: "Uncut", sans-serif;
    font-weight: 400;
    color: black;
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 16px;
}

section h3{
    color: white;
}

h4{
    font-family: "Sligoil", sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 16px;
    line-height: 130%;
}

section h4{
    color: white;
}

h5{
    font-family: "Sligoil", sans-serif;
    font-weight: 400;
    text-align: left;
    font-size: 12px;
    line-height: 130%;
    color: black;
    padding-top: 16px;
}

section h5 {
    color: white;
}

p {
    font-family: "Uncut", sans-serif;
    font-weight: 400;
    color: black;
    font-size: 16px;
    line-height: 130%;
    text-transform: none;
    max-width: 700px;
}

/* Landing Page */

.mobile{
    display: none;
}

header {
    position: fixed;
    width: 30vw;
    padding-left: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 16px;
    z-index: 99;
  }

li.nav-item {
    display: inline-block;
    margin-right: 16px;
}

li.nav-item a {
    border: 2px solid #C4A8FF;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

li.nav-item a:hover {
    background-color: #C4A8FF;
    color: black;
}

header.other li.nav-item a {
    color: white;
}

header.other li.nav-item a:hover {
    color: black;
}

li.nav-item.current_page_item a{
    border: 2px solid #C4A8FF;
    border-radius: 16px;
    background-color: #C4A8FF;
}

li.nav-item.current_page_item a:hover{
    border: 2px solid #C4A8FF;
    border-radius: 16px;
    background-color: transparent;
    color: black;
}

header.other li.nav-item.current_page_item a{
    color: black;
}

header.other li.nav-item.current_page_item a:hover{
    color: white;
}

.vertical_top {
    line-height: 130%;
}

aside{
    position: fixed;
    width: 30vw;
    height: calc(100vh - 112px);
    top: 64px;
    margin: 24px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

main {
    padding-top: 16px;
    padding-bottom: 16px;
    background-color: white;
    border-radius: 16px 16px 0px 0px;
    min-height: 100vh;
    position: absolute;
    width: calc(70vw - 72px);
    left: calc(30vw + 48px);
    margin-top: 16px;
}

main.personal{
    margin-top: 64px;
}

ol.clients{
    margin-top: 16px;
}

li.client-item {
    font-size: 24px;
    width: calc(100% - 16px);
    border-bottom: 1px solid black;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
}

.client-item.preview {
    padding-bottom: 19px;
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
    border-bottom: 0px;
}

.preview-item {
    width: 100%;
    display: block;
    border-bottom: 1px solid black;
}

figcaption {
    font-family: "Sligoil";
    font-size: 12px;
    position: relative;
    margin-left: 16px;
    margin-top: -32px;
}

.label{
    padding-left: 8px;
}

.label_text{
    color: white;
}

.dot {
    margin-left: 8px;
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    margin-bottom: -2px;
  }

hr{
    width: 100%;
    border-style: solid;
    border-width: 1px;
    display: block;
    color: #C4A8FF;
    margin-top: 24px;
    margin-bottom: 24px;
}

hr.project_separator {
    margin-top: -36px;
}

/* Image slider */

.fullimage {
    width: 100%;
    display: none;
}

.personal_vid {
    clip-path: inset(1px 1px);
}

.active > .fullimage {
    display: block;
    border: 0px;
}

.project > li {
    margin-bottom: 32px;
  }

.slide_buttons {
    display: none;
    justify-content: space-between;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
}

.see_controls .slide_buttons{
    display: flex;
  }

ol.project {
    margin-top: 42px;
    margin-bottom: 32px;
}

.project_title {
    color: black;
    font-family: "Sligoil";
    font-size: 24px;
}

.separator{
    padding-top: 20px;
    padding-bottom: 8px;
    font-size: 14px;
    color:#854DFF;
}

.info_container {
    padding-bottom: 32px;
    padding-left: 16px;
    padding-right: 16px;
}

.image_container {
    padding-bottom: 32px;
  }

button {
    font-weight: 600;
    font-size: 12px;
    font-family: "Uncut";
    color: #1C1C1C;
    background-color: #C4A8FF;
    border: 2px solid #C4A8FF;
    border-radius: 16px;
    text-transform: uppercase;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

button:hover{
    color:#1C1C1C;
    background-color: transparent;
    cursor: pointer;
}

/* Snapshots */

ol.snapshots {
    padding-bottom: 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    list-style-type: none;
    column-gap: 8px;
  }

.snapshot_figure {
    width: 100%;
}

.snapshot_text_container {
    line-height: 130%;
    padding-left: 16px;
    padding-top: 8px;
}

.snap {
    padding-top: 24px;
    display: inline-block;
}

.snap_title{
    font-size: 14px;
}

/* Personal About */

.main_about{
    background-color: #F2F2F2;
    z-index: 3;
}

nav{
    text-align: right;
    padding-bottom: 4px;
}

dt {
    display: inline-block;
}

#content1{
    display: block;
}

.hidden{
    display: none;
}

input{
    font-family: "Sligoil";
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 16px;
    padding-left: 16px;
    border: 2px solid #C4A8FF;
    border-radius: 16px;
    background-color: #C4A8FF;
    margin-bottom: 8px;
    margin-right: 4px;

}

input:hover{
    background-color: transparent;
    cursor: pointer;
    color: #C4A8FF;
}

ul{
    padding-top: 8px;
    padding-bottom: 8px;
    list-style: circle;
    list-style-position: inside;
    line-height: 130%;
}

.workrole {
    color: black;
}

.contact_container{
    padding-bottom: 16px;
    padding-top: 32px;
}

.personal_call {
    padding: 16px;
}

.buttons_call {
    padding-left: 16px;
}

button.contact{
    margin-right: 8px;
}

/* Information on project */

.information {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 32px;
}

.fulltoggle{
    width: 100%;
    aspect-ratio: 9/6;
}

.see_more_slide {
  display: none;
}

.see_more_slide.active {
  display: block;
  width: 100%;
  background-color:#1C1C1C;
  aspect-ratio: 3/2;
}

.contacttext {
  color: white;
}

.contactanchor{
    color: white;
}

.see_more_slide:hover .contactanchor {
    color:#C4A8FF;
}

.see_more_content {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  text-align: center;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(16px);
  background-color: RGBA(0, 0, 0, 0.3);
}

/* Contact Form */

main.contactform {
  min-height: calc(100vh - 64px);
}

#wpforms-399 {
  margin-top: 54px;
}

.wpforms-field-label{
    padding-bottom: 0px !important;
    margin-bottom: 8px !important;
    font-size: 14px !important;
    color: #854DFF !important;
    font-family: "Sligoil";
    font-weight: 400 !important;
}

.wpforms-field-large, .wpforms-field-medium{
    border-top: 0px !important;
    border-radius: 0px !important;
    border-left: 0 !important;
    border-right: 0 !important;
    width: 100% !important;
}

.wpforms-field input[type="text"],
.wpforms-field input[type="email"],
.wpforms-field input[type="url"],
.wpforms-field input[type="tel"],
.wpforms-field input[type="number"] {
    width: 100% !important;
    max-width: 100% !important;
    font-family: "Uncut", sans-serif !important;
    font-weight: 400;
    color: black  !important;
    font-size: 16px;
    line-height: 130%;
    text-transform: none;
    max-width: 700px;
    padding-left: 0px !important;
}

#wpforms-399-field_3{
        width: 100% !important;
    max-width: 100% !important;
    font-family: "Uncut", sans-serif !important;
    font-weight: 400;
    color: black  !important;
    font-size: 16px;
    line-height: 130%;
    text-transform: none;
    max-width: 700px;
    padding-left: 0px !important;
}


.wpforms-field-container {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.wpforms-submit-container {
  text-align: center;
}

#wpforms-submit-399 {
  border: 2px solid #C4A8FF !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: "Sligoil";
  font-size: 14px;
  border-radius: 32px;
  background-color: #C4A8FF;
  color: black !important;
}

div.wpforms-container-full input[type="submit"], div.wpforms-container-full button[type="submit"], div.wpforms-container-full .wpforms-page-button, .wp-core-ui div.wpforms-container-full input[type="submit"], .wp-core-ui div.wpforms-container-full button[type="submit"], .wp-core-ui div.wpforms-container-full .wpforms-page-button{
    transition: none !important;
    border: 1px solid #70856D !important;
}

#wpforms-submit-399:hover {
    color: inherit !important;
    background-image: none !important;
    border-color: inherit !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transform: none !important;
    opacity: 1 !important;
    background-color: #C4A8FF !important;
    transition: none !important;
    border: 1px solid #C4A8FF !important;
    color: black !important;
}

#wpforms-submit-399:focus, 
#wpforms-submit-399:active {
    --wpforms-button-background-color: none !important; /* Your desired color */
    outline: none !important;
    box-shadow: none !important;
}

#wpforms-confirmation-399 p {
    color:#854DFF;
    font-family: "Sligoil";
    font-size: 16px;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: transparent !important;
    border: none !important;
    box-sizing: border-box !important;
  }

.wpforms-container input:focus,
.wpforms-container textarea:focus,
.wpforms-container select:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: inherit !important;
}

.wpforms-submit-container {
    text-align: center;
}

div.wpforms-container-full .wpforms-confirmation-container-full, div[submit-success] > .wpforms-confirmation-container-full {
  padding: 0px 16px !important;
}