@font-face {
    font-family: 'Poppins-SemiBold';
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins-Medium';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway';
    src: url('../fonts/Raleway-Medium.eot');
    src: url('../fonts/Raleway-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Medium.woff') format('woff'),
        url('../fonts/Raleway-Medium.ttf') format('truetype'),
        url('../fonts/Raleway-Medium.svg#Raleway-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Raleway-Regular';
    src: url('../fonts/Raleway-Regular.eot');
    src: url('../fonts/Raleway-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Raleway-Regular.woff') format('woff'),
        url('../fonts/Raleway-Regular.ttf') format('truetype'),
        url('../fonts/Raleway-Regular.svg#Raleway-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


:root {
	--purple: #8115ff;
	--purple_light: #a255fc;
	--purple-safe: #9D47FF;
	--light-grey: #f5f5f5;
	--grey: #ebebeb;
	--menu-grey:#8d9091;
	--dark-grey: #121212;
	--cyan: #00aeef;
}

html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Raleway-Regular', arial, sans-serif;
    font-size: 18px;
    color: black;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
    accent-color: var(--purple);
}

@view-transition {
	navigation: auto;
}
::view-transition-group(root) {
	animation-duration: 1s;
}

*, *:before, *:after{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
br {
    line-height: 0;
    font-size: 0;
    margin-bottom: 0.5rem;
}
p,
a,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    text-decoration: none;
}
h1 {
	font-family: 'Poppins-SemiBold', ariel, helvetica;
	font-size: 6.8rem;
	line-height: 10rem;
	margin: 200px 0 40px 141px;
}
h2, h3 {
	font-family: 'Poppins-SemiBold', ariel, helvetica;
}
h4 {
	font-family: 'Poppins-SemiBold', ariel, helvetica;
	font-size: 3.3rem;
}
h6 {
	font-family: 'Raleway-Regular', ariel, helvetica;
	font-size: 1.38rem;
}
.bold {
	font-family: 'Poppins-SemiBold', ariel, helvetica;
}
.container {
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    min-height: 100vh;
}
.container.open {
	max-height: 100vh;
	overflow-y: hidden;
}
.size_it {
    position: fixed;
    top: 5px;
    left: 5px;
    z-index: 999;
    color: red;
    display: none;
}
.clearfix:before,
.clearfix:after {
    content: "";
    display: table
}
.clearfix:after {
    clear: both
}
.clearfix {
    *zoom: 1
}
.skip-link {
  position: absolute;
  top: -9999px;
  left: 0;
  background: #000; /* Example styling */
  color: #fff;
  padding: 8px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
  text-decoration: none;
}
nav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 997;
}
.nav-cont {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 20px 20px;
	height: 90px;
	overflow: hidden;
	z-index: 997;
}
.nav-ul-cont {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100vh;
	display: none;
	background-color: black;
	margin: -90px auto 0 auto;
}
.nav-ul-cont .one_of_2 {
	align-items: center;
	justify-content: center;
	min-height: 100%;
}
.nav-ul-cont .one_of_2:first-child {
	width: 40%;
}
.nav-ul-cont .one_of_2:last-child {
	width: 50%;
	margin-right: auto;
}

nav ul {
	position: relative;
	display: flex;
	width: 50%;
	flex-direction: column;
	justify-content: center;
	list-style-type: none;
	padding: 0;
	margin: 0;
	align-items: flex-start;
	z-index: 2;
	margin-top: 40px;
}
nav li a:hover, nav li a:focus {
	color: var(--purple);
}
nav ul li {
	opacity: 0;
}
nav ul li a {
	 font-family: 'Poppins-Regular';
	font-weight: 300;
	font-size: clamp(2.1773rem, 1.5953rem + 2.5vw, 4.7rem);
	line-height: 1.3;
	color: white;
	display: block;
	text-transform: uppercase;
	-webkit-appearance: none; 
    -moz-appearance: none; 
    -ms-appearance: none; 
    appearance: none;
    transition: all 0.4s ease;
    max-width: fit-content;
}
nav li.cur_page a {
	color: var(--menu-grey);
}
nav li.cur_page:hover a, nav li.cur_page:focus a {
	color: var(--menu-grey);
}
.nav-ul-cont video {
	width: 100%;
	margin-top: 40px;
	height: auto;
  	-webkit-mask-image: linear-gradient(transparent 0%, black 50%, transparent 100%);
  	mask-image: linear-gradient(transparent 0%, black 50%, transparent 100%);
  	background-color: black;
}
.main-logo, .main-logo-black {
	overflow: hidden;
	height: 60px;
	margin: -5px 0 0 0;
}
.main-logo-black.open {
	filter: invert(100%);
	-webkit-filter: invert(100%);
	-moz-filter: invert(100%);
}
.nav-black.black {
	background-color: black;
}
.nav-black.white {
	background-color: white;
}
.nav-white.black {
	background-color: black;
}
nav.open .nav-black.black, nav.open .nav-black.white {
	background-color: black;
}
.mobile-click {
	width: 35px;
	height: 35px;
	margin: 7px 0 0 auto;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	cursor: pointer;
	transform: rotate(-90deg);
	transition: transform 330ms ease-out;
	outline: none!important;
}
.mobile-click:hover .line-menu, .mobile-click:focus .line-menu {
	background-color: var(--purple);
}

.mobile-click:focus {
	outline: transparent;
}
.mobile-click.open {
  transform: rotate(-45deg);  
}

.line-menu {
  background-color: #fff;
  width: 100%;
  height: 5px;
}
.line-menu.mobile-black {
	background-color: black;
}

.line-menu.half {
  width: 50%;
}
.line-menu.start {
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: right;
}

.open .line-menu.start {
  transform: rotate(-90deg) translateX(3px);
}
.open .line-menu.mobile-black {
	background-color: white;
}
.mobile-click:hover .line-menu.mobile-black {
	background-color: var(--purple);
}
.line-menu.end {
  align-self: flex-end;
  transition: transform 330ms cubic-bezier(0.54, -0.81, 0.57, 0.57);
  transform-origin: left;
}
.open .line-menu.end {
  transform: rotate(-90deg) translateX(-3px);
}

.full_width, .full_width_r, .in_1400, .in_1400_c, .in_1200 {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	overflow: hidden;
}
.full_width {
	flex-direction: column;
}
.in_1200 {
	max-width: 1200px;
	margin: 0 auto;
}
.in_1400, .in_1400_c {
	max-width: 1400px;
	margin: 0 auto;
}
.in_1400_c {
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.one_of_2, .one_of_3 {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 50%;
}
.one_of_3 {
	width: 33.33%;
}
.back_img {
	position: absolute;
	left:0;
	top: 0;
	width: 100%;
	height: auto;
	object-fit: cover;
	z-index: 0;
}
.over_img {
	position: relative;
	z-index: 1;
}
.align-center {
	align-items: center;
	justify-content: center;
}
.color-purple {
	color: var(--purple);
}
.back-white {
	background-color: white;
}
.back-grey {
	background-color: var(--grey);
}
.back-black {
	background-color: black;
}
.bolder {
	font-family: 'Raleway';
	font-weight: 900;
}
#video_cover {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: black;
	z-index: 999;
}

#video_holder {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	width: 90%;
	max-width: 1400px;
	z-index: 999;
}
#video_holder iframe {
	position: relative;
	z-index: 0;
}
#video_close {
	position: absolute;
	top: 0;
	left: -4rem;
	width: 3rem;
	height: 3rem;
	font-size: 3rem;
	color: var(--purple);
	cursor: pointer;
	z-index: 999;
	overflow: hidden;
}
#video_close:hover {
	color: white;
}
.innovate {
	align-items: center;
	padding: 100px 0 50px 0;
}
.innovate div {
	position: relative;
	width: 500px;
	max-width: 96%;
}
.innovate h5, .innovate h2{
	font-size: 6rem;
	font-family: 'Poppins-Medium', arial, helvetica;
	line-height: 0.9;
	margin-bottom: 30px;
}
.innovate h6, .innovate h3 {
	font-size: 1.1rem;
	margin-bottom: 20px;
}
.innovate a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	opacity: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.innovate img {
	transition: margin 2000ms ease-out;
}
.innovate:hover img {
	margin-left: 40%;
}
.innovate video {
	width: 100%;
	height: auto;
	margin-bottom: 40px;
}
.work-menu ul {
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	list-style-type: none;
	margin-left: 141px;
	margin-bottom: 40px;
	padding: 0;
}
.work-menu ul::scrollbar {
    height: 0;
    width: 0;
}
.work-menu ul::-webkit-scrollbar {
    height: 0;
    width: 0;
}
.work-menu li {
	margin-right: 20px;
	cursor: pointer;
	font-family: 'Raleway';
}
.work-menu li a {
	color: black;
}
.work-menu li.in_page {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-thickness: 5px;
	text-decoration-color: var(--purple);
}
.work-menu li.in_page a {
	text-decoration: underline;
	text-underline-position: under;
	text-decoration-thickness: 5px;
	text-decoration-color: var(--purple);
}
.work-menu li:hover, .work-menu li:focus {
	color: var(--purple);
	outline: none;
}
.work-menu li:hover a, .work-menu li:focus a {
	color: var(--purple);
	outline: none;
}
.errow-down {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateY(-50%);
	z-index:2;
}
.errow-down img {
	position: absolute;
	animation: hint 2s infinite;
	bottom: 30px;
}
@keyframes hint {
  0%   {transform: translateY(30px);}
  50%  {transform: translateY(10px);}
  100% {transform: translateY(30px);}
}
@-webkit-keyframes hint {
 0%   {transform: translateY(30px);}
  50%  {transform: translateY(10px);;}
  100% {transform: translateY(30px);}
}

footer {
	padding: 30px 20px 30px 30px;
}
footer .one_of_2:last-child {
	justify-content: flex-end;
}
footer .one_of_2 {
	align-items: center;
}
.social_cont img {
	margin-left: 20px;
}
.social_cont img:hover {
	opacity: 0.6;
}
.purple {
	color: var(--purple);
}
.purple_light {
	color: var(--purple_light);
}

.instagram {
	position: relative;
	width: 70%;
	width: calc(70% + 70px);
	max-width: 1600px;
	display: flex;
	flex-direction: column;
	margin: 80px auto 50px auto;
	align-items: center;
}
.instagram h2 {
	font-size: clamp(2.1773rem, 1.5953rem + 2.4506vw, 3.4332rem);
}
.instagram a {
	font-size: clamp(1.05rem, 0.8849rem + 0.6951vw, 1.35rem);
	color: black;
	margin: -10px auto 20px auto;
}
.instagram a:hover, .instagram a:focus {
	color: var(--purple);
	outline: none;
}
.instagram-media {
	width:100%!important;
	min-width:100%!important;
}
.x78zum5 {
	display: none!important;
}
.accessibility {
	color: black;
}
.accessibility:hover {
	color: var(--purple);
}
.slider-cont {
	position: relative;
	display: block;
}
.slick-h1 {
	color: white;
	line-height: 1.1;
	font-size: 2rem;
	margin: 80px auto 0 auto;
	width: fit-content;
}
::-webkit-scrollbar-thumb:vertical {
    background-color: #555;
    height: 100px
}

::-webkit-scrollbar-thumb:horizontal {
    background-color: #555;
    height: 10px !important
}

::-webkit-scrollbar {
    height: 16px;
    width: 10px;
    background-color: #f5f5f5
}

::-moz-scrollbar-thumb:vertical {
    background-color: #555;
    height: 100px
}

::-moz-scrollbar-thumb:horizontal {
    background-color: #555;
    height: 10px !important
}

::-moz-scrollbar {
    height: 16px;
    width: 10px;
    background-color: #f5f5f5
}

::-ms-scrollbar-thumb:vertical {
    background-color: #555;
    height: 100px
}

::-ms-scrollbar-thumb:horizontal {
    background-color: #555;
    height: 10px !important
}

::-ms-scrollbar {
    height: 16px;
    width: 10px;
    background-color: #f5f5f5
}

::-o-scrollbar-thumb:vertical {
    background-color: #555;
    height: 100px
}

::-o-scrollbar-thumb:horizontal {
    background-color: #555;
    height: 10px !important
}

::-o-scrollbar {
    height: 16px;
    width: 10px;
    background-color: #f5f5f5
}

::scrollbar-thumb:vertical {
    background-color: #555;
    height: 100px
}

::scrollbar-thumb:horizontal {
    background-color: #555;
    height: 10px !important
}

::scrollbar {
    height: 16px;
    width: 10px;
    background-color: #f5f5f5
}


/* ── Titan Cookie Consent Banner ─────────────────────────── */

#titan-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #111;
  color: #f0f0f0;
  padding: 16px 24px;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.3);
  font-family: inherit;
  font-size: 14px;
  line-height: 1.5;
}

#titan-cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

#titan-cookie-banner p {
  margin: 0;
  flex: 1;
  min-width: 200px;
}

#titan-cookie-banner a {
  color: #c8a96e; /* Titan gold-ish */
  text-decoration: underline;
}

#titan-cookie-actions {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

#titan-cookie-decline,
#titan-cookie-accept {
  padding: 9px 22px;
  border: none;
  border-radius: 3px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: opacity 0.2s;
}

#titan-cookie-decline {
  background: transparent;
  color: #aaa;
  border: 1px solid #555;
}

#titan-cookie-decline:hover {
  color: #fff;
  border-color: #999;
}

#titan-cookie-accept {
  background: #fff;
  color: #111;
}

#titan-cookie-accept:hover {
  opacity: 0.85;
}

@media (max-width: 600px) {
  #titan-cookie-inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
}
