/* ------------------------------------------------------------------
Project: Semantic
Place here your custom CSS styles
------------------------------------------------------------------ */

/* @import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap'); */

/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap'); */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* ------------------------------------------------------------------
General styles
------------------------------------------------------------------- */

body {
	background: var(--color-black);
	font: 400 16px/1.5 'Inter', sans-serif;
    letter-spacing: 0.040rem;
    font-variation-settings: "wdth" 100;
	color: var(--color-white80);
	-webkit-font-smoothing: antialiased;
}

/*.footer-spacing {
    padding-top: 15px;
}*/

.work-pagination {
    /* border-top: 1px solid var(--color-white20); */
    padding: 2rem 0 2rem 0;
    margin: 8px 0;
    border-radius: 0px;
}

img {
	max-width: 100%;
	height: auto;
    border-radius: var(--border-radius-md);
}


/* Portfolio item */
.work-caption {
	width: 100%;
	padding: 16px 4px 16px 4px;
	opacity: 1;
	position: relative;
	bottom: 100%;
	left: 0;
	text-align: left;
	overflow: visible;
	/*border: 1px solid red;*/
}

.works-grid-4 .work-title {
	font-size: var(--font-size-heading-md);
	color: #000;
	margin: 0;
	text-transform: capitalize;
}

.work-descr {
	text-transform: capitalize;
	font-size: 14px;
	color: #000;
}

.works-grid-4 .work-descr {
	font-size: 12px;
}

.work-details {
	font-size: 14px;
	/* margin-top: 52px; Update this to a smaller value on media queries */
    margin:0;
}

.work-details ul {
	list-style: none;
	padding: 0;
    padding-left: 1.2rem; /* Padding left of description details line 503 */
	margin: 0;
}

.work-details ul > li {
	margin: 0 0 4px;
}

.work-details-title {
	color: var(--color-white);
	margin: 0 0 8px;
	font-weight: 600;
    font-size: var(--font-size-heading-lg);
}


/* ------------------------------------------------------------------
Post
------------------------------------------------------------------- */

.post-video,
.post-thumbnail,
.post-images-slider {
	margin: 0 0 32px;
}

/* ------------------------------------------------------------------
Portfolio
------------------------------------------------------------------- */

/* Portfolio item hover */
.work-item:hover .work-caption {
	bottom: 50%;
	opacity: 1;
	z-index: 3;
		-webkit-transform: translateY(0%);
	   -moz-transform: translateY(0%);
	        transform: translateY(0%);
}

/* Portfolio filter */

.filter {
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0 0 40px;
}

.filter > li {
  margin: 0 2px;
}

.filter > li a {
    text-transform: uppercase;
	font-size: var(--font-size-text-xl);
	color: var(--color-white60);
    letter-spacing: 0.1em;
    padding: 1rem 1.5rem 1rem 1.5rem;
    border-radius:0;
    font-weight: 500;
}

.filter > li a:hover {
    color: var(--color-white);
    /*text-decoration-line: overline;*/
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-weight: 500;
    text-decoration: none;
    /*border-bottom: 2px solid white;*/
}

.filter > li a.current {
    color: #f7f4f4;
    padding: 1rem 1.5rem 1rem 1.5rem;
    font-weight: 500;
    border-radius: 0;
    text-decoration: none;
    border-bottom: 2px solid white;
}


.works-grid.works-hover-w .work-title {
	color: var(--color-white);
}

/* Work item white background */
.works-grid.works-hover-w .work-descr {
    color: var(--color-white50);
    text-transform: uppercase;
    font-size: var(--font-size-text-xl);
}

/* Portfolio item */
.work-title {
	font-size: var(--font-size-text-3xl);
	color: var(--color-white);
	margin: 0 0 4px;
    font-weight: 600;
}




/* ------------------------------------------------------------------
Portfolio Grid
------------------------------------------------------------------- */
.works-grid.works-grid-gut .work-item {
	padding: 0 0 20px 25px;
    /*padding: 0 0 10px 10px; original tighter gap*/
}

.works-grid.works-grid-gut {
    margin: 0 0 0 -24px;
    /*margin: 0 0 0 -10px; origial tighter*/
}




/* ------------------------------------------------------------------
Typography
------------------------------------------------------------------- */

.font-alt {
	/*font-family: 'Poppins', sans-serif;*/
	text-transform: inherit;
	letter-spacing: 0.02em;
}

.font-inc {
	/*font-family: 'Poppins', sans-serif;*/
	text-transform: inherit;
	letter-spacing: 0.05em;
    font-weight: 400;
}

.font-serif {
	/*font-family: 'Poppins', sans-serif;*/
}

h4 .heading {
	font-weight: 600;
}

/* text link */
a {
	color: var(--color-white);
	font-weight: 400;
}

a:hover, a:focus {
	text-decoration: none;
	color: var(--color-white);
	outline: 0;
}

/* text link no underline*/
a.underline:hover, a.underline:focus {
	text-decoration: none;
  color: var(--color-white50);
}

a.embedLink {
	font-weight: 700;
    text-decoration: none;
}

.bg-dark a {
	color: #CDCDCD;
}

.bg-dark a:hover, .bg-dark a:focus {
	color: #000;
}

/* -- lower case t for triple j -- */
span.lowercase-text{
  text-transform: lowercase;
}

p, ol, ul, blockquote {
  margin: 0 0 24px;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.2;
}

/* ------------------------------------------------------------------
Navbar
------------------------------------------------------------------- */



.navbar-custom .navbar-brand {
  /*font-family: 'Poppins', sans-serif;*/
  letter-spacing: 0.04em;
  font-weight: 700;
  color: var(--color-white);
}


.navbar-custom {
    letter-spacing: 0.05em;
    /*font-size: 13px;*/
    font-size: var(--font-size-text-xl);
    font-weight: 500;
    text-transform: uppercase;
}
/*
.navbar-custom {
	text-transform: uppercase;
}
*/

.navbar-transparent .nav li > a,
	.navbar-transparent .navbar-brand {
		color: var(--color-white);
}

.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover{
	background: none;
	color: var(--color-white);
}

.navbar-custom .navbar-nav > li > a{
	background: none;
	color: var(--color-white60);
}

.navbar-custom .navbar-nav > li a.current{
	background: none;
	color: var(--color-white);
}

.navbar-custom .navbar-toggle .icon-bar {
	background: var(--color-white);
}


/* ------------------------------------------------------------------
Footer
------------------------------------------------------------------- */

.footer {
  background: #1a1c23;
  padding: 16px 16px;
  font-size: 14px;
}

/*
.footerItemsColour {
  color: var(--color-white);
}

.footerItemsColour a {
  color: var(--color-white);
}
*/
.copyright {
  /*padding-bottom: 1.5rem;*/
  text-align: left;
  height: 38px;
  align-content: center;
}

.socials {
  font-size: 24px;
  position: inherit;
  text-align: left;
  align-content: center;
  margin-bottom: 2rem;
}

.socialsBio {
  font-size: 17px;
}

.socials a {
  color: var(--color-white50);
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.socials a:hover {
  color: var(--color-white);
  text-decoration: none;
}


.social-links{
  text-decoration: none;
  padding-right: 1.5rem;
}

.footerItemWidth{
  width:auto;
}

.dotDivider{
  font-size: 0.4rem;
  line-height: var(--line-height-lg);
  color: var(--color-white40);
  padding: 0 1rem 0 .6rem;
}

/* -------------------------------------------------------------------
Sections
------------------------------------------------------------------- */

.wrapper {
	position: relative;
	background: var(--color-background);
	z-index: 1;
}

.module-title {
	position: relative;
	margin: 0 0 40px;
	letter-spacing: 0;
	font-size: var(--font-size-heading-xl);
	color: #000;
	font-weight: 400;
}

.module-subtitle {
  margin-bottom: 20px;
  font-size: var(--font-size-heading-3xl);
  line-height: var(--line-height-sm);
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 0.006rem;
}

.module-welcome {
	/*margin-bottom: 20px;*/
  font-size: var(--font-size-heading-lg);
  /*text-transform: uppercase;*/
  font-weight: 400;
  line-height: 24px;
}

.module-description {
  font-size: var(--font-size-heading-xxl);
  line-height: var(--line-height-sm);
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 0.006rem;
}

.intro-text {
  text-transform: math-auto;
}

/* Sections dividers */

.divider-w-white {
  border-top: 8px solid var(--color-background);
  margin: 0;
}

.module-small-overview {
  padding: 48px 0 32px 0;
  background: var(--color-white05);
  margin-bottom: 48px;
}


.module-header {
	padding: 100px 0 60px;
}

.module-headerinpage {
	padding: 80px 0 70px;
}



/* -------------------------------------------------------------------
Single page heading
------------------------------------------------------------------- */
.headingModule {
  margin: 0 auto;
  width: 100%;
}




/* -------------------------------------------------------------------
Scroll to top
------------------------------------------------------------------- */

.scroll-up {
  position: fixed;
  /* display: none; */
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
}

.scroll-up a {
  background: var(--color-white20);
  display: block;
  height: 44px;
  width: 44px;
  text-align: center;
  line-height: 40px;
  font-size: 2.5rem;
  color: var(--color-white);
  opacity: 1;
  -webkit-border-radius: var(--border-radius-circle);
     -moz-border-radius: var(--border-radius-circle);
     -o-border-radius: var(--border-radius-circle);
      border-radius: var(--border-radius-circle);
}

.scroll-up a:hover,
.scroll-up a:active {
  opacity: 1;
  color: #fff;
  background: var(--color-white10);
}


/* ------------------------------------------------------------------
Work items, Portfolio
------------------------------------------------------------------- */

/* Work item white background */

.works-grid.works-hover-w .work-item:hover .work-image:after {
  /*mix-blend-mode: plus-darker;*/
  background: var(--color-black70);
  border: 4px solid var(--color-white);
  border-radius: var(--border-radius-md);
}

.work-image {
  border-radius: var(--border-radius-md);
  /* border: 1px solid var(--color-grey95); */
}

/*
.workContainer{
     border: 2px solid red;
}
*/

.work-desc-inpage{
  color: var(--color-white50);
  text-transform: uppercase;
  font-size: var(--font-size-text-xxl);
}

.image-spacing{
  margin: 1rem 0 1rem 0;
}

.center-content{
  text-align: center;
}

 /* Padding left set on line 75 */
.descriptionDetails {
  border-radius: 0;
  line-height: var(--line-height-sm);
  border-left: 1px solid var(--color-white80);
}

/* ------------------------------------------------------------------
Overlays
------------------------------------------------------------------- */

/* Dark background */
.bg-dark-50:before {
	position: absolute;
	background: linear-gradient(0deg, rgba(33,35,44,1) 0%, rgba(33,35,44,0.8) 100%); /* 0.8 and 0.5 */
	content: " ";
	height: 101%;
	width: 100%;
	left: 0;
	top: 0;
}

/* ------------------------------------------------------------------
Post
------------------------------------------------------------------- */
.post-quote {
  background: var(--color-white05);
  text-align: inherit;
  padding: 16px;
  border-radius: var(--border-radius-sm);
}


/* ------------------------------------------------------------------
Button styles
------------------------------------------------------------------- */
/* Button colors */

.btn {
  text-transform: uppercase;
  padding: 12px 16px;
  /*font-family: 'Poppins', sans-serif;*/
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: var(--font-size-text-xl);
}

.btn.btn-g {
  color: var(--color-white60);
  border: 0;
}

.btn.btn-transparent {
  background: var(--color-black20);
  color: var(--color-white);
  border: 1px solid var(--color-white20);
}

.btn.btn-transparent:hover,
.btn.btn-transparent:focus {
  background: var(--color-white);
  color: var(--color-black);
}

.btn.btn-g:hover,
.btn.btn-g:focus {
  color: var(--color-white);
  background: var(--color-background);
}


/* ------------------------------------------------------------------
Pagination
------------------------------------------------------------------- */

.pagination a + a {
  padding-left: 8px;
}


/* ------------------------------------------------------------------
About img
------------------------------------------------------------------- */

.about-img-border {
  /*border: 8px solid var(--color-black);*/
  border-radius: var(--border-radius-sm);
}

.about-topSpace {
  padding-top: 10rem;
}


/* ------------------------------------------------------------------
Vimeo
------------------------------------------------------------------- */

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 aspect ratio (9 / 16 = 0.5625) */
    height: 0;
    overflow: hidden;
    max-width: 100%; /* Ensures it doesn't exceed parent width */
    margin: 0 auto; /* Optional: centers the video container */
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



/* ------------------------------------------------------------------
Media queries
------------------------------------------------------------------- */


@media (max-width: 1200px){
 /*.containerRed {*/
    /* width: 1170px;*/
    /*border: 2px solid red;*/
    
.workContainer{
    padding-left: 1rem;
    padding-right: 1rem;
    }
    
.container{
    padding-left: 1rem;
    padding-right: 1rem;
    }

}

@media (min-width: 1200px){
.workContainer{
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    }
    
.container{
    width: 1200px;
    padding-left: 0;
    padding-right: 0;
    }
}

@media (min-width: 992px){
.centerContentDesktop{
    width: 65%;
    margin: 0 auto;
    margin-bottom: 2rem;
    }

.work-details-title {
    margin-bottom: 8px;
    }
    
.module-title {
    font-size: var(--font-size-heading-xxl);
    }

.module-subtitle {
    font-size: var(--font-size-heading-3xl);
    line-height: var(--line-height-sm);
    font-weight: 300;
  }
  
/* the same as .centerContentDesktop but use 1.5 rem margin-bottom  
.imageWidth{
    width: 65%;
    margin: 0 auto;
    margin-bottom: 24px;
  }  
*/
}




@media (max-width: 991px){
  .module-small-overview {
    padding: 32px 0 32px 0;
  }
}

@media (min-width: 768px) {
  /*.footer-spacing {
    padding-top: 0px;
  }*/
  .navbar-transparent-about {
    padding-bottom: 15px;
    padding-top: 15px;
  }
  .col-sm-offset-3 {
    margin-left: 10%; /* 15 */
  }
  .col-sm-6 {
    width: 80%; /* 70 */
  }
}

@media (max-width: 767px) {
  /*.footer-spacing {
    padding-top: 0px;
  }*/
  .copyright {
    padding-bottom: 1.5rem;
  }
  
  .navbar-custom li a,
	.navbar-custom .dropdown-menu > li:last-child > a {
		border-bottom: 1px solid var(--color-black10) !important;
  }
  
  .navbar-custom .navbar-collapse {
		border-top: 1px solid var(--color-black30);
		-webkit-box-shadow: none;
		        box-shadow: none;
  }
  
  .module-subtitle {
    font-size: var(--font-size-heading-xxl);
    line-height: var(--line-height-sm);
    font-weight: 300;
  }
  
  .module-description {
    font-size: var(--font-size-heading-lg);
    padding: 0 2rem 0 2rem;
  }

  
  .module-headerinpage {
	padding: 80px 0 40px;
  }
  
  .module-header {
    padding: 80px 0 40px;
  }
  
  .module-welcome {
    font-size: var(--font-size-heading-md);
  }
  
}

/* Scrollable fiilter on small - md breakpoints */

@media (max-width: 714px) {
  .menu-overflow{
    overflow: scroll;
    display: flex;
    height: 4.5rem;
  }
}

/*
@media (min-width: 481px) {
  .module-title {
    font-size: var(--font-size-heading-xl);
  }
}
*/

@media (max-width: 480px) {
  .btn {
    padding: 8px 12px;
  }

  .module-title {
    position: relative;
    margin: 0 0 40px;
    letter-spacing: 0;
    /* font-size: var(--font-size-heading-xl); */
    color: #000;
    font-weight: 700;
  }
  
  .work-details-title {
    color: var(--color-white);
    margin: 0 0 8px;
  }
  
  .module-small-overview {
    padding: 32px 0;
    background: var(--color-white05);
    margin-bottom: 40px;
  }
  
  /*
  .module-header {
	padding: 170px 0 110px;
  }*/
  
  .module-subtitle {
    font-size: var(--font-size-heading-xxl);
    line-height: var(--line-height-sm);
    font-weight: 300;
  }

}





/* ------------------------------------------------------------------
Root values
------------------------------------------------------------------- */

:root {
  /* 3 colors */
  --color-background: #21232c;
  --color-accent: #FE3942;
  --color-accent-dark: #FE3942;
  /* shades accent-dark */
  --color-accent-dark02: rgba(254, 57, 66, 0.02);
  --color-accent-dark05: rgba(254, 57, 66, 0.05);
  --color-accent-dark10: rgba(254, 57, 66, 0.1);
  --color-accent-dark20: rgba(254, 57, 66, 0.2);
  --color-accent-dark30: rgba(254, 57, 66, 0.3);
  --color-accent-dark40: rgba(254, 57, 66, 0.4);
  --color-accent-dark50: rgba(254, 57, 66, 0.5);
  --color-accent-dark60: rgba(254, 57, 66, 0.6);
  --color-accent-dark70: rgba(254, 57, 66, 0.7);
  --color-accent-dark80: rgba(254, 57, 66, 0.8);
  --color-accent-dark90: rgba(254, 57, 66, 0.9);
  /* black and white */
  --color-black: black;
  --color-white: white;
  /* greys */
  --color-aaGrey: #646464;
  --color-charcoalLight: #40464b;
  --color-charcoalMedium: #2b3237;
  --color-charcoalDark: #1e2124;
  --color-grey98: #FAFAFA;
  --color-grey95: #F2F2F2;
  --color-grey90: #E6E6E6;
  --color-grey80: #CCCCCC;
  --color-grey70: #B3B3B3;
  --color-grey60: #999999;
  --color-grey50: #808080;
  --color-grey40: #666666;
  --color-grey30: #4D4D4D;
  --color-grey20: #333333;
  --color-grey10: #1A1A1A;
  /* shades */
  --color-black02: rgba(0, 0, 0, .02);
  --color-black05: rgba(0, 0, 0, .05);
  --color-black10: rgba(0, 0, 0, .1);
  --color-black20: rgba(0, 0, 0, .2);
  --color-black30: rgba(0, 0, 0, .3);
  --color-black40: rgba(0, 0, 0, .4);
  --color-black50: rgba(0, 0, 0, .5);
  --color-black60: rgba(0, 0, 0, .6);
  --color-black70: rgba(0, 0, 0, .7);
  --color-black80: rgba(0, 0, 0, .8);
  --color-black90: rgba(0, 0, 0, .9);
   /* tints */
  --color-white02: rgba(255, 255, 255, .02);
  --color-white05: rgba(255, 255, 255, .05);
  --color-white10: rgba(255, 255, 255, .1);
  --color-white20: rgba(255, 255, 255, .2);
  --color-white30: rgba(255, 255, 255, .3);
  --color-white40: rgba(255, 255, 255, .4);
  --color-white50: rgba(255, 255, 255, .5);
  --color-white60: rgba(255, 255, 255, .6);
  --color-white70: rgba(255, 255, 255, .7);
  --color-white80: rgba(255, 255, 255, .8);
  --color-white90: rgba(255, 255, 255, .9);
  /* TYPOGRAPHY */
  /* font families */
  --font-family-sans: "ABC Sans Nova", sans-serif;
  --font-family-sans-condensed-bold: "ABC Sans Nova Condensed bold", sans-serif;
  --font-family-serif: "ABCSerif Regular", serif;
  /* font weights */
  --font-weight-light: 200;
  --font-weight-regular: 400;
  --font-weight-bold: 600;
  --font-weight-black: 900;
  /* font sizes text*/
  --font-size-text-xxs: .6875rem;
  --font-size-text-xs: .75rem;
  --font-size-text-sm: .875rem;
  --font-size-text-md: 1rem;
  --font-size-text-lg: 1.125rem;
  --font-size-text-xl: 1.25rem;
  --font-size-text-xxl: 1.5rem;
  --font-size-text-3xl: 1.75rem;
  /* font sizes headings*/
  --font-size-heading-xxs: 1rem;
  --font-size-heading-xs: 1.125rem;
  --font-size-heading-sm: 1.25rem;
  --font-size-heading-md: 1.5rem;
  --font-size-heading-lg: 2rem;
  --font-size-heading-xl: 2.25rem;
  --font-size-heading-xxl: 2.65rem;
  --font-size-heading-3xl: 4rem;
  /* line heights */
  --line-height-xxs: 1;
  --line-height-xs: 1.125;
  --line-height-sm: 1.25;
  --line-height-md: 1.5;
  --line-height-lg: 1.75;
  --line-height-xl: 2;
  --line-height-xxl: 2.5;
  /* letter spacing */
  --letter-spacing-xxs: -2px;
  /* -2px */
  --letter-spacing-xs: -1px;
  /* -1px */
  --letter-spacing-sm: -0.5px;
  /* -0.5px */
  --letter-spacing-md: 0;
  /* default auto */
  --letter-spacing-lg: 0.5px;
  /* -0.5px */
  --letter-spacing-xl: 1px;
  /* 1px */
  --letter-spacing-xxl: 2px;
  /* 2px */
  /* elevation */
  --box-shadow-xs: 0px 2px 2px rgba(0, 0, 0, 0.05);
  --box-shadow-sm: 0px 1px 4px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.05);
  --box-shadow-md: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.05);
  --box-shadow-lg: 0px 10px 16px -4px rgba(0, 0, 0, 0.1), 0px 4px 8px -2px rgba(0, 0, 0, 0.05);
  --box-shadow-xl: 0px 20px 24px -4px rgba(0, 0, 0, 0.1), 0px 10px 10px -5px rgba(0, 0, 0, 0.05);
  --box-shadow-xxl: 0px 24px 48px -12px rgba(0, 0, 0, 0.25);
  /* border-radius */
  --border-radius-xs: 2px;
  --border-radius-sm: 4px;
  --border-radius-md: 8px;
  --border-radius-lg: 16px;
  --border-radius-xl: 24px;
  --border-radius-xxl: 32px;
  --border-radius-circle: 50%;
  /* transitions */
  --dls-transition-duration-100: 0.1s;
  --dls-transition-duration-150: 0.15s;
  --dls-transition-duration-200: 0.2s;
  --dls-transition-duration-300: 0.3s;
  --dls-transition-duration-400: 0.4s;
  --dls-transition-duration-450: 0.45s;
  --dls-transition-duration-500: 0.5s;
  --dls-transition-easing-linear: linear;
  --dls-transition-easing-ease: ease;
  --dls-transition-easing-ease-in: ease-in;
  --dls-transition-easing-ease-out: ease-out;
  --dls-transition-easing-ease-in-out: ease-in-out;
  --dls-transition-easing-overshoot: cubic-bezier(0.34, 1.56, 0.64, 1);
  --dls-transition-easing-anticipate: cubic-bezier(0.36, 0, 0.66, -0.56);
  --dls-transition-easing-bounce: cubic-bezier(0.68, -0.6, 0.32, 1.6);
  --dls-link-transition: color 0.2s ease-out,border-color 0.2s ease-out,border-radius 0.2s ease-out,background-color 0.2s ease-out,box-shadow 0.2s ease-out,transform 0.2s ease-out;
}
