/**
 * Content
 */
body {
	background-color: #fff;
	color: #000;
}


a:active.custom_icon {
	opacity: 1;
}

.page a.active {
	color: #ec008c;
}

i,
em {
	font-style: italic;
}

b,
strong {
	font-weight: bolder;
}

sub,
sup {
	position: relative;
	vertical-align: baseline;
}

sub {
	top: 0.3em;
}

sup {
	top: -0.4em;
}

s {
	text-decoration: line-through;
}

img {
    width: auto;
    height: auto; 
}

ul,
ol {
	margin: 0;
	padding: 0 0 0 1em;
}

blockquote {
	margin: 0;
	padding: 0 0 0 2em;
}

hr {
	background: rgba(127, 127, 127, 0.2);
	border: 0;
	height: 1px;
	display: block;
}

.content img {
	margin-bottom: none;
    border-radius: .7rem;
}

.gallery_image_caption {
    margin-top: 1.2rem;
    margin-bottom: 0.5rem;
    font-size: 1.5rem;
	font-weight: 400;
	color: rgba(0, 0, 0, 0.35);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
	font-style: normal;
	line-height: 1.3;	
}

/**
 * Loading Animation
 */

.loading[data-loading] {
	position: fixed;
	bottom: 8px; 
    left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
	font-size: 15px;
	font-weight: 400;
	color: rgb(0, 0, 0);
	font-family: 'NeueMontreal-Medium', Icons;
	font-style: normal;
}

[data-predefined-style="true"] bodycopy a {
	color: rgba(255, 150, 229, 1);
    text-decoration: none;
    background: none;
    transition: color .4s ease;
}

[data-predefined-style="true"] bodycopy a:hover {
    color: rgba(236, 0, 140, 1);
    

}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
	border-bottom: 0;
	padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
	font-family: 'ASThermalXWideItalic', Icons;
	font-weight: normal;
    font-style: normal;
	padding: 0;
	margin: 0;
	font-size: 5.2vw;
	line-height: 1.2;
    letter-spacing: -.02em;
	color: rgb(0, 0, 0);
	}

[data-predefined-style="true"] h1 a {
	color: #000;
}

[data-predefined-style="true"] h2 {
	font-family: 'ASThermalXWideItalic', Icons;
	font-weight: 400;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 2.5rem;
	line-height: 1;
	}

[data-predefined-style="true"] h2 a:hover {
	color: rgba(136, 136, 136, 1);
}

[data-predefined-style="true"] h3 {
	font-family: 'NeueMontreal-Regular', Icons;
	font-weight: normal;
	font-style: normal;
	padding: 0;
	margin: 0;
	color: rgb(0, 0, 0);
	font-size: 5.2vw;
	line-height: 1;
    letter-spacing: -0.02rem;
	}

[data-predefined-style="true"] h3 a:hover {
	color: rgba(136, 136, 136, 1);
}

[data-predefined-style="true"] small {
	font-size: 14px;
	font-weight: 600;
	color: rgb(0, 0, 0);
	font-family: 'ASThermalWide', Icons;
	font-style: normal;
}

[data-predefined-style="true"] small a {
	color: rgba(255, 150, 229, 1);
    text-decoration: none;
    background: none;
    transition: color .4s ease;
}

/**
 * Breakpoints
 */


[data-css-preset] .page {
    background-color: initial /*!page_bgcolor*/;
}

.mobile .page,
[data-css-preset].mobile .page {
	position: relative;
	min-height: 10px;
	max-width: 100%;
	width: 100%;
	background-color: transparent /*!page_bgcolor*/;
}

[data-css-preset] .container {
	margin-left: auto /*!content_center*/;
	margin-right: auto /*!content_center*/;
	text-align: left /*!text_left*/;
}

[data-css-preset] body {
	background-color: transparent/*!body_bgcolor*/;
}

[data-css-preset] .container_width {
	width: 100%/*!content_center*/;
}

[data-css-preset] .content_padding {
	padding-top: 6rem /*!main_margin*/;
	padding-bottom: 6rem /*!main_margin*/;
	padding-left: 6rem /*!main_margin*/;
	padding-right: 6rem /*!main_margin*/;
}


[data-css-preset] text-limit {
	display: inline-block /*!text_width*/;
	max-width: 66rem/*!text_width*/;
}

/**
 * Thumbnails
 */

div[thumbnails] {
	justify-content: flex-start;
}

[data-css-preset] .thumbnails {
   	background-color: transparent/*!thumbnails_bgcolor*/; 
}

[data-css-preset] .thumbnails_width {
    width: 100%/*!thumbnails_width*/;
}

[data-css-preset] [thumbnails-pad] {
    padding: 1rem/*!thumbnails_padding*/;
}

[data-css-preset] [thumbnails-gutter] {
    margin: -2rem/*!thumbnails_padding*/;
}

[data-css-preset] [responsive-layout] [thumbnails-pad] {
    padding: 0.975rem/*!responsive_thumbnails_padding*/; 
}

[data-css-preset] [responsive-layout] [thumbnails-gutter] {
    margin: -1.95rem/*!responsive_thumbnails_padding*/; 
}

.thumbnails .thumb_image {
	outline: 0px solid transparent;
    outline-offset: -1px;
    border-radius: 2rem;
}

.thumbnails .content img {
	margin-bottom: 0.6rem;
    border-radius: 2rem;
}

.thumbnails .title {
   	font-size: 15px;
	font-family: 'ASThermalWide', Icons;
	font-weight: 600;
    font-style: normal;
	line-height: 1.1;
    letter-spacing: -0.02rem;
    text-transform: capitalize;
}

.thumbnails .tags {
    font-size: 1.2rem;
	font-family: 'NeueMontreal-Regular', Icons;
	font-weight: 400;
	font-style: normal;
    color: #888;
	line-height: 1.1;
    letter-spacing: -0.02rem;  
}

.thumbnails .tags a {
    color: rgba(255, 255, 255, 1);
    align-content: center;
    display: flex;
    position: absolute;
    text-decoration: none;
    color: #888;
}

.thumbnails .has_title .tags {
	margin-top: 1rem;
}

/*
 * Site Menu
 */

[data-css-preset] #site_menu_button {
    color: transparent;
    line-height: 1;
    font-size: 28px /*!site_menu_button*/;
    padding: px;
    line-height: 1;
    background: transparent;
	top: 4rem /*!site_menu_button*/;
    
	left: 4rem /*!site_menu_button*/;
}

body.mobile #site_menu_button {
	display: block;
    width: 25px;
    height: 25px;
    top: .5em;
    left: .5em;
	position: fixed;
    transition: transform .3s ease-in-out ;
}



body.mobile #site_menu_button {
    transform: scale(75%);
}

#site_menu_button.custom_icon {
	display: block;
    width: 25px;
    height: 25px;
    top: 3rem;
    left: 3rem;
	position: fixed;
    transition: transform .3s ease-in-out ;
}
    #site_menu_button.custom_icon:hover{
    transform: scale(75%);
}
       
	#site_menu_button.active {
	display:block; 
}


/**Site Menu*/

#site_menu {
	font-family: 'NeueMontreal-Regular', Icons;
	font-weight: 400;
	font-style: normal;
	background: transparent;
	font-size: 20px;
	text-align: left;
    display: flex;
    padding-top: 5rem /*!site_menu_button*/;
	padding-left: 3rem /*!site_menu_button*/;
}

body.mobile #site_menu {
	width: 100%;
}

#site_menu .page-link a {
	color: #7f7f7f;
}

#site_menu .set-link > a {
	color: #7f7f7f;
	font-weight: bold;
}

#site_menu a:active {
	opacity: .7;
}

#site_menu a.active {
	opacity: .4;
}

#site_menu .close {
	display: block;
	color: rgba(0, 0, 0, 1);
	font-size: 30px;
    top: 2rem /*!site_menu_button*/;
	left: 3rem /*!site_menu_button*/;
    position: fixed;
}
       
	#site_menu_button.active {
	display:block; 
}

body.mobile #site_menu.close {
	display: block;
    top: 5rem /*!site_menu_button*/;
	left: 5rem /*!site_menu_button*/;
    position: fixed;
}


#site_menu .break {
	height: 28px;
}

#site_menu .indent {
	margin-left: 28px;
}

/*
 * Shop Button
 */

[data-css-preset] #shop_button {
	color: rgba(0, 0, 0, 0.85);
    background: transparent;
	font-size: 32px;
    font-style: normal;
	font-weight: 400;
    line-height: 1;
    position: fixed;
	padding: 6px;
	top: 2rem /*!shop_button*/;
	right: 2rem /*!shop_button*/;
}

#shop_button.text {
	font-family: 'NeueMontreal-Regular', Icons;
	font-weight: 400;
	font-style: normal;	font-size: 2rem;
    padding: 0;
	color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon {
	width: 40px;
    height: auto;
}

body.mobile #shop_button:not(.text) {
	margin: -6px;
    font-size: 36px;
}

/*
 * Shop Product Widget
 */

.shop_product {
    width: 100%;
	max-width: 22rem;
    position: relative;
    display: block;
}

.shop_product .price {
	font-family: 'NeueMontreal-Regular', Icons;
	font-weight: 400;
	font-style: normal;	
    font-size: 2rem;
	line-height: 1;
	color: rgba(0, 0, 0, 0.85);
    display: block;
    margin-bottom: 1rem;
}

.shop_product .dropdown {
	font-family: 'NeueMontreal-Regular', Icons;
	font-weight: 400;
	font-style: normal;    
    font-size: 1.4rem;
    display: inline-block;
	width: 100%;
    border: 1px solid rgba(0,0,0,.2);
    background:  white url(https://static.cargo.site/assets/images/select-arrows.svg) no-repeat right;
    margin-bottom: 1rem;
    line-height: 1.2;
    padding: .7rem 1rem;
}

.shop_product .button {
	font-family: 'NeueMontreal-Regular', Icons;
	font-weight: 400;
	font-style: normal;
    font-size: 1.4rem;
    background: rgba(0, 0, 0, 0.7);
    color: rgba(255,255,255,1);
    flex: 0 0 50%;
    text-align: left;
    display: inline-block;
	line-height: 1;
    padding: .8rem 1rem .9rem;
}

/*
 * Image Zoom
 */

.content img.image-zoom:active {
  opacity: .7;
}

/**
 * Quick View
 */

[data-css-preset] .quick-view {
    padding-top: 2.5rem /*!quick_view_padding*/;
    padding-bottom: 2.5rem /*!quick_view_padding*/;
    padding-left: 2.5rem /*!quick_view_padding*/;
    padding-right: 2.5rem /*!quick_view_padding*/;
    height: 100% /*!quick_view_height*/;
    width: 100% /*!quick_view_width*/;
}

body.mobile .quick-view {
    width: 100%;
    height: 100%;
    margin: 0;
}


[data-css-preset] .quick-view-background {
	background: #000 /*!quick_view_bgcolor*/;
}

.quick-view-caption {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;
    transition: 100ms opacity ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 2rem 0;
    text-align: center;
    font-size: 1.8rem;
}

.quick-view-caption span {
    padding: 0.5rem 1rem;
    display: inline-block;
    background: rgba(0,0,0,0.4);
    color: white;
}


/**
 * Quick View Navigation 
 */

.quick-view-navigation .left-arrow {
    left: 20px;
}

.quick-view-navigation .right-arrow {
    right: 20px;
}

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
    /* Change height/width together to scale */
   height: 3.5rem;
    width: 2.5rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
    color: #000;
    background: rgba(204, 204, 204, 0.7);
    border: none;
    border-radius: .7rem;
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
    stroke: #000;
    stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

.quick-view-navigation .close-button {  
    top: 20px;
    right: 20px;
    /* Change height/width together to scale */
    width: 2.5rem;
    height: 2.5rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
    color: #000;
    background: rgba(204, 204, 204, 0.7);
    border: none;
    border-radius: 2rem;
}

.quick-view-navigation .close-button .inner-color {
    stroke: #000;
    stroke-width: 1.5px;
}

.quick-view-navigation .close-button .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}

/** 
 * Image Gallery Navigation Arrows 
 */
 
.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
    /* Change height/width together to scale */
    height: 3.5rem;
    width: 2.5rem;
    padding-top: 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-bottom: 0.5rem;
    vertical-align: middle;
    color: #000;
    background: rgba(204, 204, 204, 0.7);
    border: none;
    border-radius: .7rem;
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color {
   	stroke-width: 1.5px;
    stroke: rgba(0, 0, 0, 1)
}

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color {
    stroke: rgba(0, 0, 0, 1);
    stroke-width: 2.5px;
    opacity: 0.6;
}

/**
 * Wallpaper Backdrop Navigation Arrows 
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow {
   /* Change height/width together to scale */
   width: 36px;
   height: 36px;
}

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color {
   stroke: #fff;
    stroke-width: 1.5px;
}

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color {
    stroke: #000;
    stroke-width: 2.5px;
    opacity: 0.6;
}


/**
 * Feed
 */

.feed .content_container .page {
    border-top: 0px dashed rgba(0, 0, 0, 0.2);
}

.feed .content_container .page_container:first-child .page {
	border-top: 0;
}



/*
 * Audio Player
 */

.audio-player {
    max-width: 36rem;
    height: 3.3rem;
    outline: 1px solid rgba(0,0,0,0.15);
    color: rgba(0, 0, 0, 0.6);
    background: #fff;
    font-size: 1.2rem;
    line-height: 1.3;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, "Sans Serif", Icons;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 1px 1px 1em 1px;
}

body.mobile .audio-player {
    max-width: 100%;
}

.audio-player .separator {
    width: 1px;
    background-color: rgba(0,0,0,0.15);
}

.audio-player .button {
    background: transparent;
    cursor: pointer;
    fill: rgba(0, 0, 0, 0.85);
}

.audio-player .icon {
    fill: rgba(0, 0, 0, 0.85);
    padding: 30%;
    width: 100%;
    margin: auto;
}

.audio-player .buffer {
    background: rgba(0,0,0,0.03);
}

.audio-player .progress {
    background: rgba(0,0,0,0.1);
}

.audio-player .progress-indicator {
    border: 1px solid rgba(0, 0, 0, 0.7);
    width: 1px;
    height: 100%;
    right: 0;
    position: absolute;
    cursor: ew-resize;
}

.audio-player .note-icon {
    height: 100%;
    width: 3.8rem;
    padding: 1rem;
    fill: rgba(0, 0, 0, 0.5);
}

.audio-player .current-time {
    padding-left: 1rem;
}

.audio-player .total-time {
    padding-right: 1rem;
}
.thumbnails .thumbnail  a {
    position: relative;
}


.thumbnails .thumbnail .title {
    background-color: transparent;
    padding: 1rem 1rem;
    width: 100%;
    margin: 0rem;
    color: rgba(255, 255, 255, 1);
    mix-blend-mode: difference;
    text-align: center;
    display: flex;
    position: absolute;
    top: 1rem;
}

.thumbnails .thumbnail .tags {
    align-content: center;
    display: flex;
    position: absolute;
    left: 8rem;
    top: 8.5rem;
}



.thumbnails .title span {
    margin: auto;
    display: inline-block;
}

.thumbnails .thumbnail .title {
    opacity: 1;
}

body.mobile .thumbnails .thumbnail .title {
    opacity: 1;
    
}


[data-css-preset] .container {
	margin-left: auto /*!content_left*/;
	margin-right: auto /*!content_left*/;
}


 .hcontainer {
   	width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    }


.greendot {
	width: 20px;
    height: 20px;
    border-radius: 50%;
    filter: blur(5px);
    box-shadow: 0 0 5px 5px #93d50a;
  	z-index: 100;
    padding: 10px;
    background-color: rgba(147, 213, 10, 1);
  	transition: transform .4s ease-in-out;
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}


.circle {
  border-radius: 50%;
  background-color: rgba(147, 213, 10, 1);
  box-shadow: 0 0 10px 10px #93d50a;
  width: 40px;
  height: 40px;
  position: absolute;
  opacity: 0;
  animation: scaleOut 2.5s alternate infinite cubic-bezier(.53, .1, .1, .53);    
}

@keyframes scaleOut {
  from {
    transform: scale(1.5, 1.5);
    opacity: .25; 
  }
  to {
    transform: scale(0.25, 0.25);
    opacity: 0;
  }
  
}

html {
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}

a {
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}

.content img {
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}


@font-face {
    font-family: 'DaVinci';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c589043/TRJNDaVinci-Display.woff') format('woff');
}


@font-face {
    font-family: 'DaVinci-Italic';
    font-weight: normal;
    font-style: normal;
    src: url('https://files.cargocollective.com/c589043/TRJNDaVinciItalic-Display.woff') format('woff');
}

@font-face {
  font-family: 'NeueMontreal-Regular';
  src: url('https://files.cargocollective.com/c589043/NeueMontreal-Regular.woff2') format('woff2');
}
  
@font-face {
  font-family: 'NeueMontreal-Medium';
  src: url('https://files.cargocollective.com/c589043/NeueMontreal-Medium.woff2') format('woff2');
}
  
@font-face {
  font-family: 'ASThermalRegular';
  src: url('https://files.cargocollective.com/c589043/ASThermalRegular.otf') format('woff2');
}

@font-face {
  font-family: 'ASThermalItalic';
  src: url('https://files.cargocollective.com/c589043/ASThermalItalic.otf') format('woff2');
}

@font-face {
   font-family:'ASThermalWide';
   src: url('https://files.cargocollective.com/c589043/AS-Thermal-Wide-Regular.otf') format('woff2');	
}
@font-face {
   font-family:'ASThermalXWide';
   src: url('https://files.cargocollective.com/c589043/AS-Thermal-X-Wide-Regular.otf') format('woff2');	
}	

@font-face {
   font-family:'ASThermalXWideItalic';
   src: url('https://files.cargocollective.com/c589043/AS-Thermal-X-Wide-Italic.otf') format('woff2');	
}


@font-face {
   font-family:'ASThermalXXWide';
   src: url('https://files.cargocollective.com/c589043/AS-Thermal-XX-Wide-Regular.otf') format('woff2');	
}	


/** 
 * Project Navigation Arrows 
 */
 
.project-navigation {
    /* Change height/width together to scale */
    height: 3.5rem;
    width: 5rem;
    padding: 0.5rem;
    vertical-align: middle;
    font-family: Icons;
    font-size: 1.5rem;
    color: #000;
    background: rgba(204, 204, 204, 0.7);
    border: none;
    border-radius: .7rem;
    transition: background .4s ease;
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}

.project-navigation:hover {
    /* Change height/width together to scale */
    color: #000;
    background: rgba(204, 204, 204, 0.5);
    border-radius: .7rem;
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}

.project-nav-up {
    /* Change height/width together to scale */
    height: 3.5rem;
    width: 3.5rem;
    padding: 0.5rem;
    vertical-align: middle;
    font-family: Icons;
    font-size: 1.5rem;
    color: #000;
    background: rgba(204, 204, 204, 0.7);
    border: none;
    border-radius: 1.75rem;
    transition: background .4s ease;
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}

.project-nav-up:hover {
    /* Change height/width together to scale */
    color: #000;
    background: rgba(204, 204, 204, 0.5);
    border-radius: 1.75rem;
    cursor: url("https://freight.cargo.site/t/original/i/198e66dd94b4ead2d87f2a3509939bd0b2e23269010d0fa98a4f220d8a164cc6/circle.png"), auto !important;
}

/*testing testing*/
#job-description {
			display: inline-block;
			font-family: 'NeueMontreal-Regular', Icons;
			font-weight: normal;
			font-style: normal;
			padding: 0;
			margin: 0;
			color: rgba(0, 0, 0, 1);
			font-size: 5.2vw;
			line-height: 1.5;
        	letter-spacing: -0.02rem;
			animation: fade-in 2.5s cubic-bezier(.36, .11, .89, .32);
}


@keyframes fade-in {
  from { 
      opacity: 0;
     
    }
  to { 
      opacity: 1;
    }
}

#bio-description {
			display: inline-block;
			font-family: 'NeueMontreal-Regular', Icons;
			font-weight: normal;
			font-style: normal;
			padding: 0;
			margin: 0;
			color: rgba(0, 0, 0, 1);
			font-size: 5.2vw;
			line-height: 1;
        	letter-spacing: -0.02rem;
		animation: fade-in 2.5s cubic-bezier(.36, .11, .89, .32); 
}
    @keyframes fade-in {
  from { 
      opacity: 0;
     
    }
  to { 
      opacity: 1;
    }
}

/*testing testing*/
#workby {
			display: inline-block;
			font-family: 'ASThermalXWide', Icons;
			font-weight: normal;
			font-style: normal;
			padding: 0;
			margin: 0;
			color: rgba(255, 150, 229, 1);
			font-size: 36px;
			line-height: 1.5;
        	letter-spacing: -0.02rem;
			animation: fade-in 2.5s cubic-bezier(.36, .11, .89, .32);
}


@keyframes fade-in {
  from { opacity: 0;}
  to { opacity: 1;}
}

.blur-bottom {
  position: fixed; /* Adjust as needed; fixed keeps it in view */
  z-index: 5;
  bottom: 0; /* Pin to bottom */
    left: 0;
 width: 100%;
  height: 10%;
}


/* Ensure all layers and pseudo-elements cover the container */
.blur-bottom > div,
.blur-bottom::before,
.blur-bottom::after {
  position: absolute;
  inset: 0;
}

/* First pseudo-element layer */
.blur-bottom::before {
  content: "";
  z-index: 1;
  backdrop-filter: blur(0.5px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 1) 12.5%,
    rgba(255, 255, 255, 1) 25%,
    rgba(0, 0, 0, 0) 37.5%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 1) 12.5%,
    rgba(255, 255, 255, 1) 25%,
    rgba(0, 0, 0, 0) 37.5%
  );
}

/* Layer 1 */
.blur-bottom > div:nth-of-type(1) {
  z-index: 2;
  backdrop-filter: blur(1px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 12.5%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 37.5%,
    rgba(0, 0, 0, 0) 50%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 12.5%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 37.5%,
    rgba(0, 0, 0, 0) 50%
  );
}

/* Layer 2 */
.blur-bottom > div:nth-of-type(2) {
  z-index: 3;
  backdrop-filter: blur(2px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgba(255, 255, 255, 1) 37.5%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 0) 62.5%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgba(255, 255, 255, 1) 37.5%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 0) 62.5%
  );
}

/* Layer 3 */
.blur-bottom > div:nth-of-type(3) {
  z-index: 4;
  backdrop-filter: blur(4px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 37.5%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 62.5%,
    rgba(0, 0, 0, 0) 75%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 37.5%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 62.5%,
    rgba(0, 0, 0, 0) 75%
  );
}

/* Layer 4 */
.blur-bottom > div:nth-of-type(4) {
  z-index: 5;
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(255, 255, 255, 1) 62.5%,
    rgba(255, 255, 255, 1) 75%,
    rgba(0, 0, 0, 0) 87.5%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(255, 255, 255, 1) 62.5%,
    rgba(255, 255, 255, 1) 75%,
    rgba(0, 0, 0, 0) 87.5%
  );
}

/* Layer 5 */
.blur-bottom > div:nth-of-type(5) {
  z-index: 6;
  backdrop-filter: blur(16px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 62.5%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 1) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 62.5%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 1) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Layer 6 */
.blur-bottom > div:nth-of-type(6) {
  z-index: 7;
  backdrop-filter: blur(32px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 75%,
    rgba(255, 255, 255, 1) 87.5%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 75%,
    rgba(255, 255, 255, 1) 87.5%,
    rgba(255, 255, 255, 1) 100%
  );
}

/* Final pseudo-element layer */
.blur-bottom::after {
  content: "";
  z-index: 8;
  backdrop-filter: blur(64px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 87.5%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 87.5%,
    rgba(255, 255, 255, 1) 100%
  );
}



.blur-top {
  position: fixed; /* Adjust as needed; fixed keeps it in view */
  z-index: 5;
  top: 0;       /* Pin to top */
  left: 0;
  width: 100%;
  height: 10%;
  transform: scaleY(-1);
}


/* Ensure all layers and pseudo-elements cover the container */
.blur-top > div,
.blur-top::before,
.blur-top::after {
  position: absolute;
  inset: 0;
}

/* First pseudo-element layer */
.blur-top::before {
  content: "";
  z-index: 1;
  backdrop-filter: blur(0.5px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 1) 12.5%,
    rgba(255, 255, 255, 1) 25%,
    rgba(0, 0, 0, 0) 37.5%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(255, 255, 255, 1) 12.5%,
    rgba(255, 255, 255, 1) 25%,
    rgba(0, 0, 0, 0) 37.5%
  );
}

/* Layer 1 */
.blur-top > div:nth-of-type(1) {
  z-index: 2;
  backdrop-filter: blur(1px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 12.5%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 37.5%,
    rgba(0, 0, 0, 0) 50%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 12.5%,
    rgba(255, 255, 255, 1) 25%,
    rgba(255, 255, 255, 1) 37.5%,
    rgba(0, 0, 0, 0) 50%
  );
}

/* Layer 2 */
.blur-top > div:nth-of-type(2) {
  z-index: 3;
  backdrop-filter: blur(2px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgba(255, 255, 255, 1) 37.5%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 0) 62.5%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 25%,
    rgba(255, 255, 255, 1) 37.5%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 0) 62.5%
  );
}

/* Layer 3 */
.blur-top > div:nth-of-type(3) {
  z-index: 4;
  backdrop-filter: blur(4px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 37.5%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 62.5%,
    rgba(0, 0, 0, 0) 75%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 37.5%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 62.5%,
    rgba(0, 0, 0, 0) 75%
  );
}

/* Layer 4 */
.blur-top > div:nth-of-type(4) {
  z-index: 5;
  backdrop-filter: blur(8px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(255, 255, 255, 1) 62.5%,
    rgba(255, 255, 255, 1) 75%,
    rgba(0, 0, 0, 0) 87.5%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 50%,
    rgba(255, 255, 255, 1) 62.5%,
    rgba(255, 255, 255, 1) 75%,
    rgba(0, 0, 0, 0) 87.5%
  );
}

/* Layer 5 */
.blur-top > div:nth-of-type(5) {
  z-index: 6;
  backdrop-filter: blur(16px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 62.5%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 1) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 62.5%,
    rgba(255, 255, 255, 1) 75%,
    rgba(255, 255, 255, 1) 87.5%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Layer 6 */
.blur-top > div:nth-of-type(6) {
  z-index: 7;
  backdrop-filter: blur(32px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 75%,
    rgba(255, 255, 255, 1) 87.5%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 75%,
    rgba(255, 255, 255, 1) 87.5%,
    rgba(255, 255, 255, 1) 100%
  );
}

/* Final pseudo-element layer */
.blur-top::after {
  content: "";
  z-index: 8;
  backdrop-filter: blur(64px);
  mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 87.5%,
    rgba(255, 255, 255, 1) 100%
  );
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 87.5%,
    rgba(255, 255, 255, 1) 100%
  );
}
