@charset "UTF-8";
@import url("../webfonts/MaziusDisplay_Bold/stylesheet.css");
@import url("../webfonts/MaziusDisplay_ExtraItalicBold/stylesheet.css");
@import url("../webfonts/MaziusDisplay_Extraitalic/stylesheet.css");
@import url("../webfonts/MaziusDisplay_Regular/stylesheet.css");
@import url("../webfonts/OrticaLinear_Regular/stylesheet.css");
@import url("../webfonts/OrticaLinear_Light/stylesheet.css");
@import url("../webfonts/OrticaAngular_Bold/stylesheet.css");
@import url("../webfonts/OrticaLinear_Bold/stylesheet.css");
@keyframes TEXTOP {
  0%, 50%, 100% {
    opacity: 0.8;
  }
  25%, 75% {
    opacity: 0.05;
  }
}
@-webkit-keyframes typing {
  from {
    width: 0
  }
  to {
    width: 4.075em
  }
}
@-moz-keyframes typing {
  from {
    width: 0
  }
  to {
    width: 4.075em
  }
}
@-webkit-keyframes blink-caret {
  from, to {
    border-color: transparent
  }
  50% {
    border-color: black
  }
}
@-moz-keyframes blink-caret {
  from, to {
    border-color: transparent
  }
  50% {
    border-color: black
  }
}
/* Body */
body {
  font-family: source-sans-pro;
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 200;
}
select, ::picker(select) {
  appearance: base-select;
}
/* Container */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  background-color: #F9F9F9;
}
/* Navigation */
header {
  width: 100%;
  height: 7.5vh;
  background-color: #EDEDED;
  mask-image: linear-gradient(180deg, black 75%, transparent 100%);
  opacity: 0.2;
  transition: opacity 0.6s ease;
}
header:hover {
  opacity: 0.9;
}
.logo {
  color: #fff;
  font-weight: bold;
  width: auto;
  letter-spacing: 4px;
}
nav {
  float: right;
  width: 50%;
  text-align: right;
  margin-right: 25px;
}
header nav ul {
  list-style: none;
  float: right;
}
nav ul li {
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  margin-right: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s linear;
}
ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
ul li:hover a {
  color: #2C9AB7;
}
.hero_header {
  color: #FFFFFF;
  text-align: center;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  letter-spacing: 4px;
}
/* Hero Section */
.hero {
  width: 100%;
  height: 92.5%;
  background-color: #F9F9F9;
  margin: 0px;
  position: relative;
}
.TOPNAME {
  position: relative;
  width: 90%;
  height: 10vh;
  margin-left: 10%;
  margin-right: 0px;
  padding-top: 5vh
}
.MIDCONTENT {
  display: flex;
  position: relative;
  flex-direction: row;
  width: 90%;
  height: 77.5vh;
  margin-left: 10%;
  z-index: 2;
}
.FRAME {
  width: 65vw;
  height: calc(100% - 7.5vh);
  margin: 0px;
  margin-top: 7.5vh;
  overflow: visible;
}
.INPUTS {
  display: flex;
  flex-direction: column;
  width: 25vw;
  height: 100%;
  margin-left: 0px;
  flex-shrink: 0;
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
}
.INPUT {
  display: flex;
  height: auto;
  margin-top: 3.5vh;
  width: 100%;
  scroll-snap-align: start;
  scoll-snap-stop: always;
}
.HEADERFRAME {
  width: 100%;
  height: 100%;
  display: flex;
  margin: 0px;
  justify-content: space-between;
}
.HEADERIMG {
  height: 3vh;
  margin: auto;
}
.HEADERIMGFRAME {
  width: 33vw;
  height: auto;
  display: flex;
}
.TEXTFRAME {
  width: auto;
  margin-right: 2.5vw;
  margin-left: auto;
  margin-top: 2.5vh;
}
h1 {
  font-family: "MaziusDisplay Regular";
  font-weight: 100;
  font-size: 48px;
  letter-spacing: 0.75vw;
  text-rendering: optimizeLegibility;
  transition: letter-spacing 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
}
h1:hover {
  letter-spacing: 1vw;
}
h4 {
  font-family: 'Tenorite', sans-serif;
  font-size: 16px;
  letter-spacing: 3.05px;
  height: auto;
  margin: 0px;
}
.gallery {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: flex-start;
  margin: 0px;
  margin-left: 0px;
  margin-right: 0px;
}
.main-image-wrapper {
  position: relative;
  height: 60vh;
  aspect-ratio: 2/3;
  border-radius: 4px;
}
.main-image {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.6s ease;
  mask-image: linear-gradient(-90deg, black 75%, rgba(0, 0, 0, 0.8) 100%);
}
.main-image.visible {
  opacity: 1;
  z-index: 2;
}
.main-image.fade-in {
  opacity: 1;
  z-index: 3;
}
/* Thumbnails */
.thumbnail-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5vw;
  margin-left: 5vw;
  margin-right: 2.5vw;
  width: calc(100% - 7.5vw);
  height: 100%;
}
.thumb-wrapper {
  width: auto;
  height: auto;
  max-height: 15vh;
  max-width: 15vh;
  aspect-ratio: 1/1;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
}
.thumbnail {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  cursor: pointer;
  border-radius: 2px;
  transition: opacity 0.4s ease;
}
.thumbnail.fade {
  opacity: 0;
}
.thumbnail.fade-out {
  opacity: 0;
  z-index: 1;
}
.thumbnail.fade-in {
  opacity: 1;
  z-index: 2;
}
b {
  font-weight: 600;
}
a {
  text-decoration: none;
  color: rgb(11, 11, 11);
}
a:visited {
  text-decoration: none;
  text-emphasis: none;
  color: #171514;
}
body:has(#PROFILE:hover, #CONT:hover, #SILH:hover, #LAG:hover, #SVC:hover) #OTHER {
  opacity: 0.2;
}
#OTHER {
  transition: all 1s ease;
}
#OTHER:hover {
  letter-spacing: 3.55px;
}
body:has(#OTHER:hover, #CONT:hover, #SILH:hover, #LAG:hover, #SVC:hover) #PROFILE {
  opacity: 0.2;
}
#PROFILE {
  transition: all 1s ease;
}
#PROFILE:hover {
  letter-spacing: 3.55px;
}
body:has(#OTHER:hover, #CONT:hover, #PROFILE:hover, #LAG:hover, #SVC:hover) #SILH {
  opacity: 0.2;
}
#SILH {
  transition: all 1s ease;
  ;
}
#SILH:hover {
  letter-spacing: 3.55px;
}
body:has(#OTHER:hover, #CONT:hover, #PROFILE:hover, #SILH:hover, #SVC:hover) #LAG {
  opacity: 0.2;
}
#LAG {
  transition: all 1s ease;
}
#LAG:hover {
  letter-spacing: 3.55px;
}
body:has(#OTHER:hover, #LAG:hover, #PROFILE:hover, #SILH:hover, #SVC:hover) #CONT {
  opacity: 0.2;
}
body:has(#OTHER:hover, #LAG:hover, #PROFILE:hover, #SILH:hover, #CONT:hover) #SVC {
  opacity: 0.2;
}
#SVC {
  transition: all 1s ease;
}
#CONT:hover {
  letter-spacing: 3.55px;
}
#CONT {
  transition: all 1s ease;
}
#CONT:hover {
  letter-spacing: 3.55px;
}
.SIGNA {
  position: absolute;
  z-index: 1;
  width: auto;
  height: auto;
  margin: 0px;
  margin-left: -15vw;
  padding: 0px;
  bottom: 10vh;
}
.SIGNAIMG {
  width: 25vw;
  height: auto;
  margin-right: auto;
  padding: auto;
  transform: rotate(-40deg);
  z-index: 1;
}
#LEFTLOGO {
  margin-left: auto;
}
#NAMEMOB {
  display: none;
}
#NAMEDESK {
  display: initial;
}
#INPUTS::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
#INPUTSHOME::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
#INPUTSHOME {
  margin-top: 5vh;
  height: 25vh;
  z-index: 2;
}
#INPUTSPRF::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
#BUFFER {
  width: 60vw;
  display: none;
}
#THUMBWRAP::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
.COLLDESK {
  font-family: "MaziusDisplay Regular";
  font-weight: 100;
  font-size: 15px;
  margin-left: 1vw;
  display: initial;
}
#imageCaption {
  text-align: left;
  width: 100%;
  font-family: "OrticaLinear Light";
  font-weight: 100;
}
.DESC {
  position: absolute;
  width: 20vw;
  right: auto;
  left: 40vh;
  bottom: 0;
  top: auto;
  margin-left: 2.5vw;
}
.HOMERIGHT {
  display: flex;
  flex-direction: column;
  gap: 5vh;
  width: calc(100% - 13.75vw);
  height: calc(100% - 10vh);
  margin-bottom: 5vh;
  margin-right: 6vw;
  margin-left: 7.75vw;
  margin-top: auto;
}
.HOMECENTER {
  display: flex;
  width: 100%;
  height: calc(100% - 10vh);
  margin-left: 0.5vw;
  margin-bottom: 5vh;
  margin-right: auto;
  margin-top: auto;
}
.HOMELEFT {
  display: flex;
  flex-direction: column;
  gap: 4vh;
  width: calc(100% - 2.5vw);
  height: calc(100% - 10vh);
  margin-left: 0px;
  margin-bottom: 5vh;
  margin-right: 0px;
  margin-top: auto;
}
.PROFILEDIV {
  width: 100%;
  height: 50vh;
  margin-top: 5vh;
  min-height: 0;
  min-width: 0;
}
.SILHDIV {
  position: relative;
  width: auto;
  height: 50vh;
  flex-shrink: 0;
  aspect-ratio: 2/3;
  margin: auto;
  min-height: 0;
  min-width: 0;
  transition: all 2s ease 0.1s;
  scroll-snap-align: start;
  scoll-snap-stop: always;
  opacity: 0.75;
}
.CTCIMGDIV {
  position: relative;
  width: auto;
  height: 50vh;
  flex-shrink: 0;
  aspect-ratio: 2/3;
  margin: 0px;
  min-height: 0;
  min-width: 0;
  transition: all 2s ease 0.1s;
  scroll-snap-align: start;
  scoll-snap-stop: always;
  opacity: 0.35;
}
.SILHDIV:hover {
  opacity: 1;
}
.LAGADDIV {
  position: relative;
  width: auto;
  height: 50vh;
  flex-shrink: 0;
  aspect-ratio: 2/3;
  margin: auto;
  min-height: 0;
  min-width: 0;
  transition: all 2s ease 0.1s;
  scroll-snap-align: start;
  scoll-snap-stop: always;
  opacity: 0.75;
}
.LAGADDIV:hover {
  opacity: 1;
}
.CONTACTDIV {
  width: 100%;
  height: 50vh;
  margin-right: auto;
  margin-bottom: auto;
  margin-top: 5vh;
  min-height: 0;
  min-width: 0;
}
.OTHERDIV {
  position: relative;
  width: auto;
  height: 50vh;
  flex-shrink: 0;
  aspect-ratio: 2/3;
  margin: auto;
  min-height: 0;
  min-width: 0;
  transition: all 2s ease 0.1s;
  scroll-snap-align: start;
  scoll-snap-stop: always;
  opacity: 0.75;
}
.OTHERDIV:hover {
  opacity: 1;
}
.HOMEBACKIMG {
  width: 100%;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  min-height: 0;
  min-width: 0;
  object-fit: cover;
}
#MID {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  position: relative;
}
.RIGHTHOME {
  position: relative;
  width: 30%;
  height: 100%;
  display: flex;
  flex-direction: column;
  transition: background-color 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
  align-items: center;
  mask-image: linear-gradient(-90deg, black 90%, rgba(0, 0, 0, 0.85) 100%);
}
.RIGHTHOME:hover {
  background-color: black;
}
#TEXTWHITE {
  color: whitesmoke;
  display: block;
  margin: 0px;
}
#HEROHOME {
  height: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px;
  overflow: clip;
}
#LEFTTEXT {
  display: flex;
  height: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 60%;
  padding: 0px;
  overflow-y: clip;
  overflow-x: clip;
  mask-image: linear-gradient(75deg, black 75%, rgba(0, 0, 0, 0.5) 100%);
}
#MIDCONTENTHOME {
  overflow-y: scroll;
  width: 60%;
  flex-direction: column;
  height: 100%;
  gap: 75px;
  mask-image: linear-gradient(180deg, transparent -15%, black 10%, black 75%, transparent 100%);
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  margin-top: 15vh;
}
#MIDCONTENTCTC {
  overflow-y: scroll;
  width: 100%;
  flex-direction: column;
  height: 100%;
  mask-image: linear-gradient(180deg, transparent -15%, black 10%, black 75%, transparent 100%);
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  margin-left: 0%;
}
#MIDCONTENTHOME2 {
  overflow-y: scroll;
  width: 60%;
  flex-direction: column;
  height: 100%;
  gap: 75px;
  mask-image: linear-gradient(180deg, transparent -15%, black 10%, black 75%, transparent 100%);
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  margin-top: 15vh;
}
.HOMEHEADER {
  height: 7.5vh;
  width: 100%;
  margin: 0px;
  margin-bottom: 12.5vh;
}
.HOMETEXTWRAPPER {
  height: auto;
}
.RIGHTTEXT {
  margin-top: 15vh;
}
.ANCHORIMGDIV {
  width: 30vw;
  position: absolute;
  bottom: -20vh;
  height: 100%;
  right: 0px;
  margin-right: -45.5vh;
  transform: scale(-1, 1);
  overflow: visible;
}
.ANCHORIMGDIV:hover {}
#ANCHORIMG {
  width: auto;
  height: 100%;
  min-height: 0;
  min-width: 0;
  object-fit: cover;
}
#ANCHORIMG002 {
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  object-fit: cover;
  filter: invert(1);
  z-index: 0;
}
#MIDCONTENTHOME::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
#MIDCONTENTCTC::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
#MIDCONTENTHOME2::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
.OVERLAYTEXTDIV {
  position: absolute;
  bottom: -10.5%;
  width: 100%;
  height: auto;
}
#OVERLAYTEXT {
  width: 100%;
  font-family: "OrticaLinear Light";
  font-size: 14px;
  letter-spacing: 7.5px;
  font-weight: 400;
  color: whitesmoke;
  text-align: center;
  margin: 0px;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
}
#OVERLAYTEXTCTC {
  width: auto;
  height: auto;
  font-size: 150px;
  font-family: 'Tenorite', sans-serif;
  px;
  letter-spacing: 10.5px;
  font-weight: 600;
  color: whitesmoke;
  text-align: center;
  margin: 0px;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
}
#OVERLAYTEXT:hover {
  font-family: "OrticaLinear Light";
  font-size: 14px;
  letter-spacing: 7.5px;
  font-weight: 400;
  color: whitesmoke;
  text-align: center;
  margin: 0px;
  padding-top: 0.5vh;
  padding-bottom: 0.5vh;
}
#SIDETEXT {
  color: whitesmoke;
  font-size: 26px;
}
.SIDETEXTDIV {}
#ANCHORIMGDIV002 {
  height: 7.5vh;
  bottom: 50%;
  right: 0px;
  margin-right: 0px;
  opacity: 0.75;
  transition: all 1s ease;
}
#ANCHORIMGDIV002:hover {
  height: 7.5vh;
  bottom: 50%;
  right: 0px;
  margin-right: 0px;
  opacity: 1;
}
#ANCHORIMGDIV004 {
  height: auto;
  width: 100%;
  min-height: 0;
  min-width: 0;
  bottom: 0;
  right: 5vw;
  margin-right: 0px;
}
#ANCHORIMGDIV003 {
  height: 7.5vh;
  bottom: 75%;
  right: 0px;
  margin-right: 0px;
}
#TEXTEYES {
  position: absolute;
  transform: scale(-1, 1);
  top: 50%;
  right: 0px;
}
.NYNLOGO {
  height: 5vh;
  width: auto;
}
.HOMEBOT {
  display: initial;
  height: auto;
  width: 40vw;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: auto;
  margin-bottom: 15vh;
  opacity: 0.25;
}
div {}
#NYNTEXT {
  width: 100%;
  margin: 0px;
  height: auto;
  margin-left: 1.5vw;
}
#ANCHORIMGDIV001 {
  transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
  opacity: 0;
}
body:has(#RIGHTHOME:hover) #ANCHORIMGDIV001 {
  opacity: 1;
}
.COLLECTEXT {
  display: initial;
  position: absolute;
  height: 100vh;
  width: 10%;
  left: 0px;
  right: auto;
  top: 0px;
  background-color: transparent;
  opacity: 1;
  transition: opacity 1.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
}
body:has(#RIGHTHOME:hover) #COLLECTEXT {
  opacity: 0;
}
#COLLEC {
  margin: auto;
  margin-right: 0px;
  height: 100%;
  transform: scale(-1);
  background-color: transparent;
}
#COLLEC:hover {
  font-size: 48px;
  letter-spacing: 0.75vw;
}
.BACKGRLEFTHOME {
  position: absolute;
  height: 80vh;
  width: auto;
  top: 15%;
  left: -7.5vw;
  opacity: 0.05;
  mask-image: linear-gradient(180deg, transparent 20%, black 40%, black 50%, transparent 80%);
  z-index: 0;
}
#LEFTBCKIMG {
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
}
#BCKLEFTHOMEDIV {
  z-index: 0;
}
.PROFILEWRAPPER {
  position: relative;
  width: 90%;
  height: 90%;
  display: flex;
  flex-direction: column;
}
p {}
#PROFILETEXT001 {
  display: flex;
  font-family: "MaziusDisplay Regular";
  font-weight: 100;
  font-size: 20px;
  flex-shrink: 0;
  line-height: 3vh;
  letter-spacing: 2px;
  position: relative;
  margin-right: 5vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2.5vh;
  scroll-snap-align: start;
  scoll-snap-stop: always;
}
#PROFILETEXT002 {
  display: flex;
  font-family: "MaziusDisplay Regular";
  font-weight: 100;
  font-size: 20px;
  flex-shrink: 0;
  line-height: 3vh;
  letter-spacing: 2px;
  position: relative;
  margin-right: 5vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2.5vh;
  scroll-snap-align: start;
  scoll-snap-stop: always;
}
#PROFILETEXT003 {
  display: flex;
  font-family: "MaziusDisplay Regular";
  font-weight: 100;
  font-size: 20px;
  flex-shrink: 0;
  line-height: 3vh;
  letter-spacing: 2px;
  position: relative;
  margin-right: 5vw;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 2.5vh;
  scroll-snap-align: start;
  scoll-snap-stop: always;
}
#PROFILEBCKIMAGEWRAP {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  display: flex;
  flex-direction: row;
  mask-image: linear-gradient(180deg, transparent 0%, black 40%, black 60%, transparent 100%);
}
#PROFILEBCK {
  min-height: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(1);
}
#PROFILETEXTWRAP {
  position: relative;
  height: 30%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  overflow-y: scroll;
  gap: 50px;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  text-transform: uppercase;
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none;
}
#PROFILESLIDER001 {
  height: auto;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  gap: 50px;
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
  margin-left: 5vw;
  margin-top: 0px;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
#PROFILESLIDER002 {
  height: 5vh;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  gap: 200px;
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
  margin-top: 1vh;
  margin-left: 5vw;
}
.PROFILESLIDERTEXT {
  width: auto;
  height: auto;
  display: flex;
  flex-shrink: 0;
  margin: 0px;
  padding: 0px;
}
#PROFILESLIDERSWRAPPER {
  width: 75%;
  margin-top: 1vh;
  margin-bottom: 1vh;
  height: 15%;
  opacity: 0.5;
  transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
  opacity: 0.5;
}
body:has(#PRFMIDWRAPPER002:hover) #PROFILESLIDERSWRAPPER {
  opacity: 1;
}
#PROFILEINFO {
  position: relative;
  height: 20%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-end;
  transition: background-color 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
  margin-top: 2.5%;
  background-color: black;
}
#PROFILEINFO:hover {
  background-color: black;
  mask-image: linear-gradient(180deg, rgba(1, 1, 1, 0.8) 0%, black 30%);
}
#PROFILEINFOTEXT {
  width: auto;
  transition: color 2.5s cubic-bezier(0.45, 0, 0.55, 1) 1s;
  margin-right: 5vw;
  color: whitesmoke;
}
body:has(#PROFILEINFO:hover) #PROFILEINFOTEXT {
  color: whitesmoke;
}
#PORTFBCKIMG {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 1s;
}
body:has(#PROFILEINFO:hover) #PORTFBCKIMG {
  position: absolute;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 1;
}
#PROFILESLIDERDIV {
  mask-image: linear-gradient(90deg, black 70%, transparent 100%);
  display: flex;
  flex-direction: row;
}
#PROFILESLIDER002::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
#PROFILESLIDER001 {
  height: auto;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  gap: 50px;
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
  margin-top: 0px;
  margin-left: 5vw;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
}
#PROFILESLIDER001::-webkit-scrollbar {
  display: none; /* Hides scrollbar in Chrome, Safari, Edge */
}
.PRFFRAME {
  height: 92.5vh;
  width: 100%;
  position: relative;
  overflow-y: clip;
  display: flex;
  flex-direction: row;
}
#PRFTOPRIMG {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  min-height: 0;
  min-width: 0;
}
#PRFTOPRIMG001 {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: bottom;
  min-height: 0;
  min-width: 0;
}
.PRFTOPR {
  display: flex;
  width: 100%;
  height: 50%;
  margin: 0px;
  transition: all 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
}
.PRFTOPR002 {
  display: flex;
  width: 100%;
  height: 50%;
  margin: 0px;
  transition: all 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
}
body:has(#PRFMIDWRAPPER:hover) .PRFTOPR002 {
  height: 15%;
}
.PRFTOPR001 {
  position: relative;
  display: flex;
  width: 100%;
  height: 50%;
  margin: auto;
  transition: all 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
}
body:has(#PRFMIDWRAPPER002:hover) .PRFTOPR001 {
  height: 15%;
}
#PRFBOTR {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
body:has(#PRFMIDWRAPPER002:hover) #PRFBOTR {
  height: 15%;
}
#PRFBOTR002 {
  position: relative;
  margin-bottom: 0;
  margin-top: 0;
}
body:has(#PRFMIDWRAPPER:hover) #PRFBOTR002 {
  height: 15%;
}
#PRFLEFTWRAPPER {
  display: flex;
  flex-direction: column;
  width: 25%;
  height: 100%;
}
#PRFMIDWRAPPER {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  flex-shrink: 0;
}
#PRFMIDWRAPPER002 {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: hidden;
  flex-shrink: 0;
}
#PRFRIGHTWRAPPER {
  width: 20%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#PRFRIGHTTOP {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-top: 30.5vh;
  margin-left: 0vw;
}
#PRFRIGHTTOPTEXTH4 {
  width: auto;
  height: auto;
  margin: auto;
  margin-left: 1vw;
  margin-right: 0px;
}
#PRFRIGHTTOPTEXTH1 {
  width: auto;
  height: auto;
  margin: auto;
  margin-right: 0px;
  margin-left: 0px;
}
#PRFRIGHTMID {
  height: 10vh;
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#PRFRIGHTBOT001 {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
  margin-left: -10vw;
  margin-top: 0;
}
#PRFRIGHTBOT001TEXTDIV {
  width: auto;
  height: auto;
  display: flex;
  flex-direction: row;
}
#PRFRIGHTBOT001TEXTH1 {
  width: auto;
  height: auto;
  margin: 0px;
}
#PRFRIGHTBOT001TEXTH4 {
  width: auto;
  height: auto;
  margin: 0px;
  margin-top: auto;
  margin-bottom: auto;
}
#PRFRIGHTBOT002TEXTH4 {
  margin: 0px;
  margin-bottom: 2.5vh;
  margin-left: -5vw;
  font-size: 25px;
}
#PRFMIDTEXT {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  text-align: end;
  margin-top: 1.5vh;
  margin-right: 0.5vw;
}
#PRFMIDTEXTH4 {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
}
#PROFILESLIDERSWRAPPER002 {
  width: 75%;
  height: 15%;
  opacity: 0.5;
  transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
  opacity: 0.5;
}
body:has(#PRFMIDWRAPPER002:hover) #PROFILESLIDERSWRAPPER002 {
  opacity: 1;
}
#PRSIGNA {
  width: auto;
  height: 30vh;
  margin-right: -12.5vw;
  margin-left: auto;
  margin-bottom: 4vh;
}
#PRFSIGNAIMG {
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  object-fit: contain;
  transform: rotate(-20deg)
}
#PRDMIDSEPA001 {
  width: 57.5%;
  height: auto;
  margin: 0px;
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
}
#PRDMIDSEPA002 {
  width: 40%;
  height: 100%;
  flex-shrink: 0;
}
#PFRMIDSEPAR {
  width: 100%;
  height: 30%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0px;
  transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
  opacity: 0.5;
}
#PRFMIDSEPARCOVER {
  width: 100%;
  height: 27.5vh;
  flex-shrink: 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin: 0px;
  transition: all 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
  opacity: 0.5;
}
body:has(#PRFMIDWRAPPER:hover) #PRFMIDSEPARCOVER {
  height: 70%;
  opacity: 1;
}
body:has(#PRFMIDWRAPPER002:hover) #PFRMIDSEPAR {
  opacity: 1;
}
#PRDMIDSEPA002 {
  display: flex;
  width: 2.5%;
  height: 100%;
  margin: auto;
  margin-left: 0px;
  margin-right: 0px;
  background: #000000;
  background: linear-gradient(90deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 1) 38%, rgba(176, 176, 176, 1) 39%, rgba(176, 176, 176, 1) 40%, rgba(110, 110, 110, 1) 41%, rgba(110, 110, 110, 1) 71%, rgba(138, 138, 138, 0.84) 100%);
}
#PROFESSION {
  width: 42.5%;
  height: auto;
}
#PROFESSIONTEXT {
  font-family: "MaziusDisplay Regular";
  margin-top: auto;
  margin-bottom: auto;
  font-size: calc(1vw + 0.7em);
  letter-spacing: calc(0.3vw + 0.3em);
}
#COVERIMG {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 0;
  min-width: 0;
  object-fit: cover;
  z-index: 2;
  filter: grayscale(1);
}
body:has(#PRFMIDWRAPPER:hover) #COVERIMG {}
#COVER {
  margin-left: 10vw;
  width: 25%;
  height: 100%;
  position: relative;
}
#PRFSLDDESCTEXT {
  height: fit-content;
  margin: autopx;
}
#INPUTSPRF {
  display: flex;
  flex-direction: row;
  overflow: scroll;
  width: 100%;
  height: 100%;
  gap: 100px;
  flex-shrink: 0;
  padding-top: 1vh;
  padding-bottom: 1vh;
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  mask-image: none;
  mask-image: linear-gradient(90deg, black 70%, transparent 100%);
}
#INPUTSPRF {
  mask-image: linear-gradient(90deg, black 70%, transparent 100%);
}
#LEFTLOGOLINK {
  margin-left: 12.5vh;
  margin-right: auto;
  height: auto;
  margin-bottom: auto;
  margin-top: auto;
}
#RIGHTHOME2 {
  display: none;
}
.BLACKFILLER {
  position: absolute;
  background-color: black;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
}
.OVERLAYABS {
  position: absolute;
  width: 15vw;
  height: auto;
  right: 32.5%;
}
#SIGNA {
  min-height: 0;
  min-width: 0;
  width: 100%;
  height: 100%;
  transform: rotate(-85deg);
  filter: invert(1)
}
#OVERLAYINPUT {
  width: 95%;
  right: auto;
  top: 0%;
  left: 5%;
  mix-blend-mode: normal;
  background-color: black;
}
#OVERLAYSERVICE {
  width: 95%;
  height: auto;
  margin: 0px;
  right: auto;
  top: 25%;
  left: 5%;
  mix-blend-mode: normal;
  display: flex;
  flex-direction: row;
  background-color: black;
  align-items: center;
}
#INPUTPRF {
  color: white;
}
.SLIDERWRAPPERS {
  display: flex;
  width: fit-content;
  height: fit-content;
  flex-shrink: 0;
  scroll-snap-stop: always;
  scroll-snap-align: start;
}
#PRFSLIDERWRAPPER001 {
  margin-top: 1vh;
  margin-bottom: 1vh;
}
.CTCFRAME {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
}
.CTCLEFTWRAP {
  width: 70%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.CTCRIGHTWRAP {
  position: relative;
  width: 30%;
  height: 100%;
  background-color: black;
  overflow-x: clip;
  display: initial;
}
.CTCTOPWRAP {
  position: relative;
  width: 90%;
  height: 80%;
  margin-left: 10%;
}
.CTCBOTWRAP {
  width: 100%;
  height: 20%;
  background-color: transparent;
  display: flex;
  flex-direction: row;
  transition: background-color 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.05s;
}
.CTCBOTWRAP:hover {}
.CTCSCROLLER {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 40vh;
  overflow-y: scroll;
  scroll-snap-type: y mandatory;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}
.CTCSCROLLWRAP {
  position: relative;
  overflow-y: auto;
  height: auto;
  width: 100%;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  overflow-x: scroll;
  scroll-snap-stop: always;
  scroll-snap-align: center;
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}
.CTCSCROLLWRAP:first-child {
  margin-top: 30vh;
}
.CTCSCROLLH4 {
  height: fit-content;
  margin: 0px;
  padding: 0px;
}
.CTCSCROLLH4HINT {
  height: fit-content;

  margin: 0px;
  padding: 0px;
  opacity: 0.25;
    margin-left: 2.5vw;
}
.CTCSCROLLROWS {
  width: 100%;
  height: fit-content;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.CTCSCROLLH1 {
  margin: 0px;
  font-size: 100px;
}
.CTCFORM {
  height: 100%;
  width: 100%;
}
.CTCTEXTINPUT {
  min-width: 15vw;
  flex-shrink: 0;
  text-transform: uppercase;
  width: 100%;
  height: 15vh;
  margin: 0px;
  background-color: transparent;
  border: none;
  font-family: "MaziusDisplay Regular";
  font-weight: 100;
  font-size: 100px;
  letter-spacing: 0.75vw;
  text-rendering: optimizeLegibility;
  transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.05s;
  caret-color: rgba(1, 1, 1, 0.15);
  flex-shrink: 0;
}
.CTCTEXTINPUT:active {
  background-color: transparent;
  border: none;
  transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.05s;
  caret-color: rgba(1, 1, 1, 0.15);
}
.CTCTEXTINPUT:focus {
  background-color: transparent;
  border: none;
  transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.05s;
  caret-color: rgba(1, 1, 1, 0.15);
  outline: none;
}
.CTCTEXTINPUT:focus-visible {
  background-color: transparent;
  border: none;
  outline: none;
  transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.05s;
  caret-color: rgba(1, 1, 1, 0.15);
}
.CTCTEXTINPUT::placeholder {
  color: black;
  transition: opacity 1.5s cubic-bezier(0.45, 0, 0.55, 1);
  border: none;
  animation: TEXTOP 10s ease 0s infinite normal forwards;
}
.CTCTEXTINPUT:hover::placeholder {
  opacity: 0.1;
  border: none;
}
.CTCLEVEL {
  position: relative;
  height: auto;
  min-width: 25vw;
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0px;
  font-family: "MaziusDisplay Regular";
  font-size: 100px;
  -moz-appearance : none;
  
}
.CTCLEVEL::picker-select {
  border: none;
}

.CTCLEVEL::picker-icon {
  display: none;
}
::picker(select) {
  border: none;
  background-color: transparent;
  transition: all 0.6s allow-discrete;
  transition: opacity 0.6s 0.1s;
  opacity: 0;
}
::backdrop {
  background-color: transparent;
}
::picker(select):popover-open {
  opacity: 1;
}
@starting-style {
  ::picker(select):popover-open {
    opacity: 0;
    display: block;
  }
}
option {
  font-family: "MaziusDisplay Regular";
  font-size: 100px;
  height: fit-content;
  padding-left: 0px;
  padding-right: auto;
  opacity: 0.8;
  transition: all 0.6s ease;
  transition: letter-spacing 1s ease 0.1s;
}
option::checkmark {
  display: none;
}
option::checked {
  display: none;
}
option:hover {
  opacity: 1;
  background-color: transparent;
  letter-spacing: 5px;
}
option:focus {
  opacity: 0.05;
}
selectedcontent {
  width: 100%;
  font-family: "MaziusDisplay Regular";
  font-size: 100px;
  transition: all 0.6s ease;
  text-overflow: ellipsis;
  overflow: hidden;
}
selectedcontent .icon {
  display: none;
}
button {
  height: auto;
  font-family: "MaziusDisplay Regular";
  font-size: 100px;
}
#CTCMESSAGE {
  font-size: 15px;
  font-family: "OrticaLinear Light";
  letter-spacing: 3.05px;
}
#CTCSCROLLBUFFER {
  height: 40%;
  scroll-snap-align: none;
}
.CTCINDIC {
  width: 50%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CTCEMAIL {
  width: auto;
  margin-left: 10%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.CTCINDICTEXTWRAP {
  height: auto;
  width: calc(100%-10vw);
  margin-right: 10vw;
  color: #f2f2f2;
  mix-blend-mode: difference;
}
.CTCEMAILTEXTWRAP {
  width: 100%;
  height: auto;
  color: #f2f2f2;
  mix-blend-mode: difference;
}
#CTCEMAIL {
  height: auto;
  margin: 0px;
}
#CTCEMAIL {
  height: auto;
  margin: 0px;
}
.CTCSUBMIT {
  
  width: auto;
  z-index: 4;
  background-color: transparent;
  border: none;
  font-family: 'Tenorite', sans-serif;
  font-size: 66px;
  letter-spacing: 7.05px;
  font-weight: bold;
  transition: all 2s ease 0.1s;
  border-bottom: solid 3px;
  cursor: pointer;
}
.CTCSUBMIT:hover {
  letter-spacing: 9.05px;
}
.CTCCOUNTERWRAP {
  width: auto;
  position: absolute;
  left: auto;
  right: 25vw;
  top: 10vh;
  display: flex;
  opacity: 0.5;
}
#STEP {
  width: 40px;
  text-align: center;
  border: none;
  font-size: 42px;
  font-family: "OrticaLinear Bold";
  background-color: transparent;
}
#CTCSTEPMAX {
  font-size: 42px;
  font-family: "OrticaLinear Bold";
  margin: 0px;
  margin-right: 25px
}
.CTCH4SENTSTYLE {
  font-size: 66px;
  letter-spacing: 7.05px;
  opacity: 0;
  width: 0vw;
  transition: width 2s ease 0.1s, opacity 2s ease 1.25s;
}
.CTCH4SENTTRANS {
  opacity: 1;
  width: 25vw;
}
#CTCBETHEONE {
  height: 100%;
  display: flex;
  flex-direction: column;
  top: 0;
  bottom: auto;
  right: auto;
  left: auto;
  z-index: 8;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: -1vw;
}
#CTCARROW {
  display: block;
  position: absolute;
  bottom: -100px;
  top: auto;
}
#CTCARROWIMG {
  z-index: 25;
}
.CTCPLCHDANIM {
  position: relative;
}
.CTCPLCHDANIM::before {
  position: absolute;
  content: 'AMBER';
  padding: 0px;
  vertical-align: top;
  font-size: 100px;
  height: 12.5vh;
  width: 3.95em;
  font-family: "MaziusDisplay Regular";
  white-space: nowrap;
  border-right: .1em solid black;
  top: 5px;
  left: 4px;
  letter-spacing: 10.075px;
  -webkit-animation: typing 5s steps(5, end), /* # of steps = # of characters */ blink-caret 1s step-end infinite;
  -moz-animation: typing 5s steps(5, end), /* # of steps = # of characters */ blink-caret 1s step-end infinite;
}
#PRFSERVICESH1 {
  color: white;
  height: fit-content;
  padding: 0px;
  font-family: 'Tenorite', sans-serif;
  font-weight: 600;
  font-size: 44px;
  margin: 0px;
}
#PRFSERVICSEH4 {
  color: white;
  margin: 0px;
  height: fit-content;
  width: auto;
}
#FRAMESVC {
  display: flex;
  flex-direction: column;
  width: 55vw;
  overflow-y: scroll;
  mask-image: linear-gradient(180deg, black 50%, transparent 80%);
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none; /* Hides scrollbar in Firefox */
}
.SVCPHT {
  width: auto;
  height: fit-content;
}
#SVCPHOTOTEXT {
  margin: 0px;
}
#SVCTEXTH4 {
  font-family: "OrticaLinear Light";
  font-size: 14px;
}
.SVCTEXTDIV {
  display: flex;
  flex-direction: column;
  margin-top: 2.5vh;
}
#SVCTEXTH2 {
  font-family: 'Tenorite', sans-serif;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 4.05px;
}
#SVCENDBUFFER {
  margin-bottom: 30vh;
}
.NYNHEADER {
  position: absolute;
  width: 100%;
  height: 5%;
  display: flex;
  flex-direction: row;
  overflow-x: scroll;
  align-items: center;
  gap: 2.5vw;
  scroll-behavior: smooth;
  text-transform: uppercase;
  -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
  scrollbar-width: none;
  scrolls-snap-type: x mandatory;
  opacity: 0.15;
}
#PRFNYNHOUSE {
  flex-shrink: 0;
}
#FRAMEPRF {
  width: 100%;
  height: 5%;
  margin: 0px;
}
/* Mobile */
@media (min-width : 650px) and (max-width : 929px) {
  .logo {
    width: auto;
    margin-top: 13px;
    margin-bottom: 0px;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    display: none;
  }
  header nav ul {}
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  #MAINPIC {
    display: none;
  }
  #LEFTLOGO {
    margin-left: auto;
  }
  .HEADERIMGFRAME {
    width: 100%;
    margin: auto;
    justify-content: center;
  }
  #NAMEMOB {
    display: initial;
    margin: 0px;
    margin-bottom: 2vh;
    font-size: calc(1vw + 1.5em);
    letter-spacing: 1.5vw;
  }
  #NAMEDESK {
    display: none;
  }
  h4 {
    font-family: 'Tenorite', sans-serif;
    font-size: calc(0.75vw + 0.7em);
    letter-spacing: 3.05px;
    height: auto;
    margin: 0px;
  }
  #PROFILE:hover, #SILH:hover, #LAG:hover, #OTHER:hover, #CONT:hover #SVC {
    letter-spacing: 3.05px;
    font-size: calc(0.75vw + 0.7em);
  }
  h1 {
    font-weight: 100;
    font-size: calc(1vw + 1em);
    letter-spacing: 0.75vw;
    text-rendering: optimizeLegibility;
    transition: letter-spacing 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
  }
  .INPUTS {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    width: 100%;
    height: 2.5vh;
    gap: 100px;
    flex-shrink: 0;
    padding-top: 2vh;
    -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    mask-image: linear-gradient(90deg, black 40%, transparent 90%);
  }
  .INPUT {
    width: auto;
    flex-shrink: 0;
    margin: 0px;
    scroll-snap-align: start;
    scoll-snap-stop: always;
  }
  .MIDCONTENT {
    flex-direction: column;
    align-items: flex-end;
    height: 77.5vh;
  }
  .SNAP {}
  #BUFFER {
    width: 80vw;
    display: initial;
  }
  .main-image-wrapper {
    height: 60vh;
    aspect-ratio: 2/3;
  }
  .thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-left: 5vw;
    margin-right: 2.5vw;
    width: auto;
    height: 55vh;
  }
  .gallery {
    align-items: stretch;
    justify-content: flex-end;
    height: 100%;
  }
  .FRAME {
    width: 100%;
    height: 100%;
  }
  .TOPNAME {
    height: 10vh
  }
  .COLLDESK {
    font-size: calc(0.75vw + 0.55em);
    letter-spacing: 3.05px;
  }
  #imageCaption {
    text-align: right;
    width: 100%;
  }
  .DESC {
    position: absolute;
    width: 30vw;
    right: 40vh;
    left: auto;
    top: auto;
    bottom: 0;
    margin-right: 2.5vw;
  }
  #PRFBOTR002 {
    display: none;
  }
  .PRFTOPR002 {
    display: none;
  }
  #PRFMIDWRAPPER002 {
    width: 100%;
  }
  #PRFMIDWRAPPER {
    display: none;
  }
  #PRFMIDSEPARCOVER {
    height: 50vh;
  }
  #COVER {
    margin-left: auto;
    margin-right: 0px;
    height: 100%;
    width: 70%;
  }
  .PRFTOPR001 {
    margin: auto;
    width: 100%;
    height: 30%;
  }
  #PRFTOPRIMG001 {
    width: 100%;
  }
  .PRFTOPR {
    width: 100%;
    height: 30%;
  }
  #PRFTOPRIMG {
    width: 100%;
  }
  .HOMEHEADER {
    height: 7.5vh;
    width: 100%;
    margin: 0px;
    margin-bottom: 0vh;
  }
  #INPUTSHOME {
    margin-top: 2.5vh;
    height: auto;
    z-index: 2;
  }
  .HOMEBOT {
    display: none;
  }
  #MID {
    flex-direction: column;
  }
  #LEFTTEXT {
    display: flex;
    height: 40%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    padding: 0px;
    overflow-y: clip;
    overflow-x: clip;
    mask-image: linear-gradient(75deg, black 75%, rgba(0, 0, 0, 0.5) 100%);
  }
  .RIGHTHOME {
    position: relative;
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column-reverse;
    transition: background-color 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
    align-items: center;
    mask-image: linear-gradient(-90deg, black 90%, rgba(0, 0, 0, 0.85) 100%);
    overflow: clip;
  }
  #MIDCONTENTHOME {
    overflow-x: scroll;
    width: 90%;
    flex-direction: row;
    height: 100%;
    gap: 75px;
    mask-image: linear-gradient(90deg, transparent -15%, black 10%, black 75%, transparent 100%);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-top: 2.5vh;
    margin-left: 10%;
    margin-bottom: 2.5vh;
  }
  #MIDCONTENTHOME2 {
    overflow-x: scroll;
    width: 90%;
    flex-direction: row;
    height: 100%;
    gap: 75px;
    mask-image: linear-gradient(90deg, transparent -15%, black 10%, black 75%, transparent 100%);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-top: 2.5vh;
    margin-left: 10%;
    margin-bottom: 2.5vh;
  }
  .COLLECTEXT {
    display: none;
  }
  .BACKGRLEFTHOME {
    position: absolute;
    height: 60vh;
    width: auto;
    top: 0%;
    left: -7.5vw;
    opacity: 0.05;
    mask-image: linear-gradient(180deg, transparent 20%, black 40%, black 50%, transparent 80%);
    z-index: 0;
  }
  #ANCHORIMGDIV004 {
    height: auto;
    width: 70%;
    right: -15vw;
  }
  #LEFTLOGOLINK {
    margin-right: auto;
    margin-left: auto;
    height: auto;
    margin-bottom: auto;
    margin-top: auto;
  }
  #OVERLAYTEXT {
    width: 100%;
    font-family: "OrticaLinear Light";
    font-size: 14px;
    letter-spacing: 7.5px;
    font-weight: 400;
    color: whitesmoke;
    text-align: center;
    margin: 0px;
    padding-top: 0.5vh;
    padding-bottom: 0.5vh;
  }
  .OVERLAYTEXTDIV {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 100%;
    height: auto;
  }
  #RIGHTHOME {
    display: none;
  }
  #RIGHTHOME2 {
    display: initial;
  }
  .CTCRIGHTWRAP {
    display: none;
  }
  .CTCLEFTWRAP {
    width: 100%;
  }
  .CTCTEXTINPUT {
    flex-shrink: 0;
    font-size: 66px;
    width: 100%;
  }
  selectedcontent {
    font-family: "MaziusDisplay Regular";
    font-size: 66px;
    transition: all 0.6s ease;
  }
  option {
    font-family: "MaziusDisplay Regular";
    font-size: 66px;
    height: fit-content;
    padding-left: 0px;
    padding-right: auto;
    opacity: 0.8;
    transition: all 0.6s ease;
    transition: letter-spacing 1s ease 0.1s;
  }
  #CTCSUCCESSDIV {
    flex-direction: column;
    align-items: flex-start;
    
  }
  .CTCH4SENTSTYLE {
    font-size: 66px;
    letter-spacing: 7.05px;
    opacity: 0;
    height: 0vw;
    transition: height 2s ease 0.1s, opacity 2s ease 1.25s;
  }
  .CTCH4SENTTRANS {
    opacity: 1;
    height: 7.5vh;
  }
  #FRAMESVC {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-right: 10%;
  }
  .NYNHEADER {
    display: none;
  }
}
@media (max-width : 649px) {
  .logo {
    width: auto;
    margin-top: 13px;
    margin-bottom: 0px;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    display: none;
  }
  header nav ul {}
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  #MAINPIC {
    display: none;
  }
  #LEFTLOGO {
    margin-left: auto;
  }
  .HEADERIMGFRAME {
    width: 100%;
    margin: auto;
    justify-content: center;
  }
  #NAMEMOB {
    display: initial;
    margin: 0px;
    margin-bottom: 2vh;
    font-size: calc(1vw + 1.5em);
    letter-spacing: 1.5vw;
  }
  #NAMEDESK {
    display: none;
  }
  h4 {
    font-family: 'Tenorite', sans-serif;
    height: auto;
    margin: 0px;
    font-size: calc(0.75vw + 0.7em);
    letter-spacing: 3.05px;
  }
  #PROFILE:hover, #SILH:hover, #LAG:hover, #OTHER:hover, #CONT:hover {
    letter-spacing: 3.05px;
    font-size: calc(0.75vw + 0.7em);
  }
  h1 {
    font-weight: 100;
    font-size: calc(1vw + 1em);
    letter-spacing: 0.75vw;
    text-rendering: optimizeLegibility;
    transition: letter-spacing 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
  }
  .INPUTS {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    width: 100%;
    height: 2.5vh;
    gap: 100px;
    flex-shrink: 0;
    padding-top: 2vh;
    -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    mask-image: linear-gradient(90deg, black 40%, transparent 90%);
  }
  .INPUT {
    width: auto;
    flex-shrink: 0;
    margin: 0px;
    scroll-snap-align: start;
    scoll-snap-stop: always;
  }
  .MIDCONTENT {
    flex-direction: column;
    align-items: flex-end;
    height: 77.5vh;
  }
  .SNAP {}
  #BUFFER {
    width: 80vw;
    display: initial;
  }
  .main-image-wrapper {
    height: 45vh;
    margin-right: 10vw;
    margin-top: 2.5vh;
  }
  .thumbnail-grid {
    display: flex;
    flex-shrink: 0;
    overflow-x: scroll;
    overflow-y: visible;
    gap: 50px;
    margin-left: 5vw;
    margin-top: 0;
    margin-bottom: 2.5vh;
    width: 40vh;
    height: 10vh;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    mask-image: linear-gradient(90deg, black 40%, transparent 90%);
    -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
    scrollbar-width: none; /* Hides scrollbar in Firefox */
  }
  .gallery {
    flex-direction: column;
    align-items: flex-end;
    justify-content: space-between;
    height: 100%;
  }
  .FRAME {
    width: 100%;
    height: 65vh
  }
  .thumb-wrapper {
    width: auto;
    height: auto;
    max-height: 10vh;
    max-width: 10vh;
    aspect-ratio: 1/1;
    position: relative;
    overflow: visible;
    border-radius: 2px;
    scroll-snap-align: start;
    scoll-snap-stop: always;
  }
  .THUMBBUFFER {
    display: initial;
  }
  .SIGNA {
    bottom: 30vh;
  }
  .SIGNAIMG {}
  .TOPNAME {
    height: 10vh
  }
  .COLLDESK {
    font-size: calc(0.75vw + 0.6em);
    letter-spacing: 3.05px;
  }
  #imageCaption {
    text-align: left;
    width: 100%;
  }
  .DESC {
    position: absolute;
    width: 50vw;
    left: -5vw;
    top: -3.5vh;
    bottom: auto;
    right: auto;
  }
  #PRFBOTR002 {
    display: none;
  }
  .PRFTOPR002 {
    display: none;
  }
  #PRFMIDWRAPPER002 {
    width: 100%;
  }
  #PRFMIDWRAPPER {
    display: none;
  }
  #PRFMIDSEPARCOVER {
    height: 50vh;
    margin-right: 25%;
  }
  #COVER {
    margin-left: auto;
    margin-right: 0px;
    height: 100%;
    width: 70%;
  }
  .PRFTOPR001 {
    margin: auto;
    width: 100%;
    height: 15%;
  }
  #PRFTOPRIMG001 {
    width: 100%;
  }
  .PRFTOPR {
    width: 100%;
    height: 15%;
  }
  #PRFTOPRIMG {
    width: 100%;
  }
  .HOMEHEADER {
    height: 7.5vh;
    width: 100%;
    margin: 0px;
    margin-bottom: 0vh;
  }
  #INPUTSHOME {
    margin-top: 2.5vh;
    height: auto;
    z-index: 2;
  }
  .HOMEBOT {
    display: none;
  }
  #MID {
    flex-direction: column;
  }
  #LEFTTEXT {
    display: flex;
    height: 40%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 90%;
    padding: 0px;
    overflow-y: clip;
    overflow-x: clip;
    mask-image: linear-gradient(75deg, black 75%, rgba(0, 0, 0, 0.5) 100%);
  }
  .RIGHTHOME {
    position: relative;
    width: 100%;
    height: 60%;
    display: flex;
    flex-direction: column-reverse;
    transition: background-color 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
    align-items: center;
    mask-image: linear-gradient(-90deg, black 90%, rgba(0, 0, 0, 0.85) 100%);
    overflow: clip;
  }
  #MIDCONTENTHOME {
    overflow-x: scroll;
    width: 90%;
    flex-direction: row;
    height: 100%;
    gap: 75px;
    mask-image: linear-gradient(90deg, transparent -15%, black 10%, black 75%, transparent 100%);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-top: 2.5vh;
    margin-left: 10%;
    margin-bottom: 2.5vh;
  }
  #MIDCONTENTHOME2 {
    overflow-x: scroll;
    width: 90%;
    flex-direction: row;
    height: 100%;
    gap: 75px;
    mask-image: linear-gradient(90deg, transparent -15%, black 10%, black 75%, transparent 100%);
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    margin-top: 2.5vh;
    margin-left: 10%;
    margin-bottom: 2.5vh;
  }
  .COLLECTEXT {
    display: none;
  }
  .BACKGRLEFTHOME {
    position: absolute;
    height: 60vh;
    width: auto;
    top: 0%;
    left: -7.5vw;
    opacity: 0.05;
    mask-image: linear-gradient(180deg, transparent 20%, black 40%, black 50%, transparent 80%);
    z-index: 0;
  }
  #ANCHORIMGDIV004 {
    height: auto;
    width: 70%;
    right: -15vw;
  }
  #LEFTLOGOLINK {
    margin-right: auto;
    margin-left: auto;
    height: auto;
    margin-bottom: auto;
    margin-top: auto;
  }
  #PFRMIDSEPAR {
    width: 100%;
    height: 30%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    margin: 0px;
    transition: opacity 2.5s cubic-bezier(0.45, 0, 0.55, 1) 0.25s;
    opacity: 1;
  }
  .OVERLAYTEXTDIV {
    position: absolute;
    top: 0;
    bottom: auto;
    width: 100%;
    height: auto;
  }
  #RIGHTHOME {
    display: none;
  }
  #RIGHTHOME2 {
    display: initial;
  }
  .CTCRIGHTWRAP {
    display: none;
  }
  .CTCLEFTWRAP {
    width: 100%;
  }
  .CTCTEXTINPUT {
    flex-shrink: 0;
    font-size: 66px;
    width: 100%;
  }
  selectedcontent {
    font-family: "MaziusDisplay Regular";
    font-size: 66px;
    transition: all 0.6s ease;
  }
  option {
    font-family: "MaziusDisplay Regular";
    font-size: 66px;
    height: fit-content;
    padding-left: 0px;
    padding-right: auto;
    opacity: 0.8;
    transition: all 0.6s ease;
    transition: letter-spacing 1s ease 0.1s;
  }
  .CTCLEVEL {
    position: relative;
    height: auto;
    min-width: 25vw;
    width: 80%;
    border: none;
    background-color: transparent;
    padding: 0px;
  }
  .CTCCOUNTERWRAP {
    width: auto;
    position: absolute;
    left: auto;
    right: 10vw;
    top: 10vh;
    display: flex;
    opacity: 0.5;
  }
  .CTCSUBMIT {
    width: auto;
    z-index: 4;
    background-color: transparent;
    border: none;
    font-family: 'Tenorite', sans-serif;
    font-size: 36px;
    letter-spacing: 6.05px;
    font-weight: bold;
    transition: all 2s ease 0.1s;
    border-bottom: solid 3px;
  }
  #FRAMESVC {
    display: flex;
    flex-direction: column;
    width: 90%;
    margin-right: 10%;
  }
  .NYNHEADER {
    display: none;
  }
  #CTCSUCCESSDIV {
    flex-direction: column;
    align-items: flex-start;
  }
  .CTCH4SENTSTYLE {
    font-size: 36px;
    letter-spacing: 6.05px;
    opacity: 0;
    height: 0vw;
    transition: height 2s ease 0.1s, opacity 2s ease 1.25s;
  }
  .CTCH4SENTTRANS {
    opacity: 1;
    height: 7.5vh;
  }
}
/* Small Desktops */
@media (min-width : 930px) and (max-width : 1250px) {
  .text_column {
    width: 100%;
  }
  .text_column {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .banner {
    margin-top: 0px;
    padding-top: 0px;
  }
  .thumbnail-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    margin-left: 5vw;
    margin-right: 2.5vw;
    width: auto;
    height: 60vh;
  }
  .gallery {
    align-items: flex-end;
    justify-content: flex-end;
  }
  #imageCaption {
    text-align: right;
    width: 100%;
  }
  .DESC {
    position: absolute;
    width: 20vw;
    right: 40vh;
    bottom: 0;
    margin-right: 2.5vw;
    top: auto;
    left: auto;
  }
  #PRFBOTR002 {
    display: none;
  }
  .PRFTOPR002 {
    display: none;
  }
  #PRFMIDWRAPPER002 {
    width: 70%;
  }
  #PRFMIDWRAPPER {
    width: 30%;
  }
  #PRFMIDSEPARCOVER {
    height: 50vh;
    margin-right: 25%;
  }
  #COVER {
    margin-left: auto;
    margin-right: 0px;
    height: 100%;
    width: 70%;
  }
  #INPUTSPRF {
    display: flex;
    flex-direction: row;
    overflow: scroll;
    width: 100%;
    height: 100%;
    gap: 100px;
    flex-shrink: 0;
    -webkit-overflow-scrolling: touch; /* Enables smooth touch scrolling on iOS */
    scrollbar-width: none; /* Hides scrollbar in Firefox */
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    mask-image: none;
    mask-image: linear-gradient(90deg, black 70%, transparent 100%);
  }
  #RIGHTHOME2 {
    display: none;
  }
  #RIGHTHOME {
    display: flex;
  }
  .CTCRIGHTWRAP {
    display: none;
  }
  .CTCLEFTWRAP {
    width: 100%;
  }
}
#CTCSUCCESSMARGIN {
    margin-bottom: 2.5vh;
}
