@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Outfit:wght@100..900&family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");

:root {
	--bg: #0c0c0c;
	--panel: #1d1d1d;
	--text: #ffffff;
}

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	font-family: "Bebas Neue", sans-serif;
	color: #ffffff;
	background: rgba(12, 12, 12);
}

h2 {
	font-size: 5rem;
	color: #ffffff;
	margin-bottom: 0rem;
	margin-top: 3%;
}

h3 {
	font-size: 2rem;
	color: #ffffff;
}

a {
	font-size: 1.5rem;
}

p {
	font-family: "Roboto Condensed", sans-serif;
	font-size: 1.2rem;
	text-align: left;
}

.legal p {
	text-align: center;
	font-size: 0.7rem;
}

img {
	max-width: 100%;
	display: block;
}

h4 {
	font-size: 22px;
}

.p p {
	font-size: 16px;
}

.container {
	max-width: 1400px;
	margin: auto;
}

header {
	position: fixed;
	top: 0;
	width: 100%;
	backdrop-filter: blur(5px);
	background: rgba(0, 0, 0, 0.15);
	z-index: 100;
}

nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.logo_da {
	max-width: 80%;
}

.logo_scs {
	max-width: 30vh;
	margin: 2px;
}

nav ul {
	display: flex;
	gap: 28px;
	list-style: none;
}

nav ul {
	list-style: none;
	display: flex;
	gap: 34px;
}

nav a {
	position: relative;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	letter-spacing: 0.5px;
	opacity: 0.9;
	padding: 6px 2px;
	transition: opacity 0.35s ease;
}

nav a:hover {
	opacity: 1;
}

nav a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 4px;
	background: #fff;

	transform: scaleY(0);
	transform-origin: bottom;
	transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1);
}

nav a:hover::after {
	transform: scaleY(1);
}

.burger{
    display:none;
    width:28px;
    height:20px;
    position:relative;
    cursor:pointer;
}

.burger span{
    position:absolute;
    width:100%;
    height:2px;
    background:#fff;
    left:0;
    transition:.35s cubic-bezier(.7,0,.3,1);
}

.burger span:nth-child(1){ top:0 }
.burger span:nth-child(2){ top:9px }
.burger span:nth-child(3){ bottom:0 }

.burger.active span:nth-child(1){
    transform:translateY(9px) rotate(45deg);
}

.burger.active span:nth-child(2){
    opacity:0;
}

.burger.active span:nth-child(3){
    transform:translateY(-9px) rotate(-45deg);
}

.mobile-menu{
    position:fixed;
    top:0;
    right:0;
    height:100%;
    width:100%;
    background:#000000;
    display:flex;
    flex-direction:column;
    justify-content:center;
	align-items: center;
    padding:60px 40px;
    gap:28px;

    transform:translateX(100%);
    transition:.45s cubic-bezier(.77,0,.18,1);
    z-index:99;
}

.mobile-menu a{
    color:#fff;
    text-decoration:none;
    font-size:26px;
    font-family:"Roboto Condensed",sans-serif;
    letter-spacing:.05em;
}

.mobile-menu.open{
    transform:translateX(0);
}

.no-scroll{
    overflow:hidden;
}

.mobile-overlay{
    position:fixed;
    inset:0;
    background:rgba(0,0,0,.55);
    backdrop-filter:blur(6px);
    opacity:0;
    pointer-events:none;
    transition:.35s;
    z-index:98;
}

.mobile-overlay.show{
    opacity:1;
    pointer-events:auto;
}

@media(max-width:900px){
    nav ul{ display:none; }
    .burger{ display:block; }
	nav {
	justify-content: space-around;
}
}

.hero {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

.hero::before {
	content: "";
	position: absolute;
	inset: -4%;
	background: url("img/hero.jpg") center/cover no-repeat;
	z-index: 0;

	animation: cameraDrift 40s ease-in-out infinite alternate;
	will-change: transform;
}

.hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 1;

	background: linear-gradient(to bottom,
			rgba(0, 0, 0, 0.15) 0%,
			rgba(0, 0, 0, 0.35) 40%,
			rgba(12, 12, 12, 0.85) 75%,
			#0c0c0c 100%);
}

.hero-wrap {
	width: 100%;
	max-width: 1700px;
	margin: auto;
	padding: 0 60px;

	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}

.hero-inner {
	position: relative;
	z-index: 2;

	display: grid;
	grid-template-columns: 1fr 1.2fr;

	align-items: center;
	justify-content: center;

	width: 95%;
	max-width: 1600px;
}

.hero-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.hero-left h1 {
	font-size: 96px;
	line-height: 0.95;
	letter-spacing: 1px;
}

.hero-left h2 {
	font-size: 60px;
	letter-spacing: 3px;
	font-weight: bold;
	margin-bottom: 0rem;
	margin-top: 0rem;
	text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
	text-transform: uppercase;
}

.hero-video {
	display: flex;
	justify-content: center;
	align-items: center;
}

.video-frame {
	width: 100%;
	aspect-ratio: 16/9;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
	box-shadow: 0 80px 160px rgba(0, 0, 0, 0.75), 0 30px 60px rgba(0, 0, 0, 0.55),
		0 0 0 1px rgba(255, 255, 255, 0.05);
}

.no-shadow {
		box-shadow: unset !important;
}

.video-frame iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.videos a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 14px;
}

.videos img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	aspect-ratio: 16/9;
	transition: transform 0.4s ease, filter 0.3s ease;
}

.video-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-play::before {
	content: "";
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.55);
	backdrop-filter: blur(4px);
	transition: 0.25s;
}

.video-play::after {
	content: "";
	position: absolute;
	border-style: solid;
	border-width: 12px 0 12px 18px;
	border-color: transparent transparent transparent #fff;
	margin-left: 6px;
}

.videos a:hover .video-play::before {
	transform: scale(1.15);
	background: rgba(0, 0, 0, 0.7);
}

@media (min-width: 2000px) {
	.hero-wrap {
		max-width: 2100px;
	}

	.hero-left h1 {
		font-size: 120px;
	}

	.hero-left h2 {
		font-size: 60px;
	}
}

.hero-cta {
	grid-column: 1 / -1;
	text-align: center;
	margin-top: 60px;
}

.hero-cta-text {
	font-family: "Bebas Neue", sans-serif;
	font-size: 22px;
	letter-spacing: 0.04em;
	opacity: 0.85;
	margin-bottom: 20px;
}

.cta-highlight {
	margin-left: 10px;
	font-weight: 700;
	color: #fff;
}

.hero-platforms {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 60px;
}

.platform img {
	height: 100px;
	transition: all 0.25s ease;
	filter: grayscale(0.3);
}

.platform:hover img {
	opacity: 1;
	transform: translateY(-3px) scale(1.05);
	filter: none;
}


@keyframes cameraDrift {
	0% {
		transform: translate3d(0px, 0px, 0) scale(1.08);
	}

	25% {
		transform: translate3d(-18px, -8px, 0) scale(1.09);
	}

	50% {
		transform: translate3d(12px, -14px, 0) scale(1.085);
	}

	75% {
		transform: translate3d(-10px, 6px, 0) scale(1.095);
	}

	100% {
		transform: translate3d(16px, 10px, 0) scale(1.08);
	}
}


@media (prefers-reduced-motion: reduce) {
	.hero::before {
		animation: none;
		transform: scale(1.08);
	}
}

.scroll-down {
    position: absolute;
    bottom: -18vh;
    left:40%;
    transform: translateX(-40%);
    animation: move 1.5s ease-in-out infinite alternate;
}

.scroll-down img {
    filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
	margin: 0 auto;
}

.scroll-down_arrow,
.scroll-top_arrow {
    animation: move 1.5s ease-in-out infinite alternate;
    -webkit-animation: move 1.5s ease-in-out infinite alternate;
    -moz-animation: move 1.5s ease-in-out infinite alternate;
    z-index: 0;
    opacity: 0.5;
    position: absolute;
    min-height: 110px;
    align-self: flex-end;
}

.scroll-down_arrow:focus,
.scroll-down_arrow:hover,
.scroll-top_arrow:focus,
.scroll-top_arrow:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.scroll-down_arrow img,
.scroll-top_arrow img {
    filter: drop-shadow(2px 1px 0px rgb(0, 0, 0));
    width: 40px;
    height: auto
}


@keyframes move {
    0% {
        transform: translate3d(0, -2px, 0);
    }
    to {
        transform: translate3d(0, 2px, 0);
    }
}

section {
	padding: 60px 0;
}

.section-title {
	font-family: "Bebas Neue", sans-serif;
	font-size: 46px;
	margin-bottom: 30px;
	margin-top: 30px;
}

.grid {
	display: grid;
	gap: 22px;
}

.cards {
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	color: #ffffff;
}

.cards a {
	text-decoration: none;
}

.cards p {
	color: #ffffff;
}

.cards h4 {
	color: #ffffff;
}

.p {
	color: #cccccc;
}

.card {
	background: var(--panel);
	overflow: hidden;
	transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1), box-shadow 0.35s ease;
	border-radius: 4px;
}

.card:hover {
	transform: scale(1.02);
}

.card .p {
	padding: 16px;
}

.card .p {
	display: flex;
	flex-direction: column;
	height: 100%;
}

.readmore {
	margin-top: auto;
	font-family: "Bebas Neue", sans-serif;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-size: 16px;
	color: #cccccc;
	display: inline-flex;
	align-items: center;
	transition: opacity 0.35s ease;
	padding-top: 15px;
	gap: 4px;
}

.readmore .arrow {
	display: inline-block;
	transform: translateX(-6px);
	opacity: 0;
	transition: all 0.35s cubic-bezier(0.22, 0.61, 0.36, 1);
}

a:hover .readmore {
	color: #ffffff;
}

a:hover .readmore .arrow {
	transform: translateX(4px);
	opacity: 1;
	margin-top: -2px;
}

.news-more {
	display: flex;
	justify-content: flex-end;
	margin-top: 25px;
}

.ourblog {
	font-size: 26px;
	font-family: "Bebas Neue", sans-serif;
}

.feature {
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 80px;
	align-items: center;
	margin: 60px 0;
}

.feature-media {
	width: 100%;
	height: 100%;
}

.feature-media .video-frame {
	width: 100%;
	aspect-ratio: 16/9;
	transform: none;
}

.feature:nth-child(even) {
	grid-template-columns: 2fr 1fr;
}

.feature:nth-child(even) .text {
	order: 2;
}

.feature:nth-child(even) .feature-media {
	order: 1;
}

.feature img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 8px;
}

.feature p {
	color: #cccccc;
}

.gallery {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.gallery img {
	cursor: pointer;
	transition: 0.35s;
	border-radius: 8px;
}

.media-tile {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 10px;
	transform: translateY(0);
	transition: transform 0.35s cubic-bezier(0.22, 0.61, 0.36, 1),
		box-shadow 0.35s ease;
}

.media-tile img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1),
		filter 0.35s ease;
	filter: brightness(0.9);
}

.media-tile::after {
	content: "";
	position: absolute;
	inset: 0;
	opacity: 0;
	transition: opacity 0.35s ease;
}

.media-tile:hover {
	box-shadow: 0 30px 70px rgba(0, 0, 0, 0.45);
}

.media-tile:hover img {
	transform: scale(1.07);
	filter: brightness(1);
}

.media-tile:hover::after {
	opacity: 1;
}

footer {
	background: #0c0c0c;
	padding: 30px 20px;
	text-align: center;
}

.footer-links a {
	margin: 0 10px;
	text-decoration: none;
	color: #ffffff;
	font-weight: bold;
}

.footer-links a:hover {
	text-decoration: underline;
}

div[data-service] {
	min-height: unset;
}

@media only screen and (min-width: 453px) {
	.footer__social {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
}

@media only screen and (min-device-width: 400px) and (max-device-width: 452px) {

	.footer__social {
		display: flex;
		flex-wrap: nowrap;
		justify-content: center;
	}
}

@media only screen and (max-width: 400px) {
	.footer__social {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 77%;
	}
}

@media only screen and (max-width: 1500px) {

	.footer__social {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	}

.footer__icon {
	border: 1px solid #ffffff;
	border-radius: 50%;
	font-size: 20px;
	font-size: 2rem;
	text-align: center;
	line-height: 30px;
	line-height: 3rem;
	width: 30px;
	width: 3rem;
	height: 30px;
	height: 3rem;
	display: block;
	margin: 0 5px 9px 0;
	margin: 0 0.25rem 0.9rem 0.25rem;
	overflow: hidden;
}

.footer__icon:hover {
	background-color: #ffffff;
}

.footer__icon svg {
	width: 24px;
	height: 24px;
	transition: transform 0.6s;
	fill: #ffffff;
}

.footer__icon:hover svg {
	transform: scale(1.1);
	fill: #0c0c0c;
}


.legal {
	margin-top: 20px;
	font-size: 12px;
	color: #666;
	margin-bottom: 20px;
}

@media (max-width: 900px) {

	.scroll-down {
		position: relative;
		bottom: unset;
		left: unset;
		transform: unset;
	}
	.hero h1 {
		font-size: 42px;
	}

	section {
		padding: 50px;
	}

	nav ul {
		display: none;
	}

	.burger {
		display: block;
	}

	.feature {
		display: flex;
		flex-direction: column;
		gap: 20px;
	}

	.feature:nth-child(even) {
		grid-template-columns: unset;
	}

	.feature:nth-child(even) .text,
	.feature:nth-child(even) .feature-media {
		order: unset;
	}

	.hero-cta {
		margin-top: 20px;
	}

	.hero-platforms {
		gap: 30px;
		flex-direction: row;
	}

	.platform img {
		height: 40px;
	}

	.hero {
		min-height: auto;
		padding: 120px 0 80px;
	}

	.hero-wrap {
		padding: 0 20px;
	}

	.hero-inner {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.hero-left {
		align-items: center;
		text-align: center;
	}

	.hero-left h1 {
		font-size: 42px;
	}

	.hero-left h2 {
		font-size: 24px;
	}

	.video-frame {
		transform: none;
	}

	.hero::before {
		animation-duration: 28s;
	}
  .gallery {
	grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
}
}

@media (orientation: landscape) and (max-width: 1000px) {
	section {
		padding: 50px;
	}
	.logo_da {
    max-width: 50%;
}
}

.hidden {
	display: none;
}
