﻿@import 'https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600&display=swap';
#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(0, 0, 0, 0);
}
#header #header-upper {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  font: 400 15px 'Montserrat', sans-serif;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
#header #header-upper a {
  color: #fff;
}
#header #header-upper a:visited {
  color: #fff;
}
#header #header-lower {
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 6px 20px !important;
}
@media screen and (min-width: 800px) {
  #header #header-lower {
    padding: 15px 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  #header #header-lower {
    padding: 30px 100px !important;
  }
}
#header #header-lower #img-container {
  flex-basis: 0;
  flex-grow: 1;
}
#header #header-lower #img-container img {
  height: auto;
  width: 100px;
}
@media screen and (min-width: 800px) {
  #header #header-lower #img-container img {
    height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  #header #header-lower #img-container img {
    height: 80px;
  }
}
#header #header-lower h1 {
  align-self: center;
  color: #fff;
  letter-spacing: -1px;
  font: 600 20px 'Montserrat', sans-serif;
}
@media screen and (min-width: 800px) {
  #header #header-lower h1 {
    font: 600 30px 'Montserrat', sans-serif;
  }
}
#header #header-lower #navbar {
  display: none;
  flex-basis: 0;
  flex-grow: 1;
  justify-content: flex-end;
  z-index: 0;
}
#header #header-lower #navbar .navitem {
  margin-right: 10px;
  font: 300 10px 'Montserrat', sans-serif;
}
@media screen and (min-width: 800px) {
  #header #header-lower #navbar .navitem {
    font: 300 20px 'Montserrat', sans-serif;
  }
}
#header #header-lower #navbar .navitem-select a {
  cursor: default;
  color: #c48bfc;
}
@media screen and (min-width: 1200px) {
  #header #header-lower #navbar {
    display: flex;
  }
}
#footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #f2f2f2;
  background: #000;
  padding: 20px;
}
@media screen and (min-width: 800px) {
  #footer {
    padding: 25px 100px;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    padding: 25px 200px;
  }
}
#footer nav {
  display: none;
  font-weight: 400;
}
#footer nav a {
  margin-right: 1em;
}
#footer nav a img {
  width: clamp(30px, 1vw, 100px);
}
#footer nav a:last-of-type {
  margin-right: 0;
}
#footer nav:last-of-type {
  display: inline-flex;
  align-items: center;
}
@media screen and (min-width: 800px) {
  #footer nav {
    display: inline-flex;
  }
  #footer nav:last-of-type {
    display: none;
  }
}
#footer h1 {
  color: #bfbfbf;
  font-weight: 100;
  font-size: 16px;
}
#footer h1 span {
  color: #f2f2f2;
  font-weight: 600;
}
#hamburger-container {
  display: inline-flex;
  flex-basis: 0;
  flex-grow: 1;
  justify-content: flex-end;
}
#hamburger-container .menu-icon {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
#hamburger-container .menu-icon .menu-icon-input {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
  position: absolute;
  opacity: 0;
}
#hamburger-container .menu-icon div {
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 22px;
  height: 12px;
}
#hamburger-container .menu-icon span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  transition: all 0.2s cubic-bezier(0.1, 0.82, 0.76, 0.965);
}
#hamburger-container .menu-icon span:first-of-type {
  top: 0;
  right: 0;
}
#hamburger-container .menu-icon span:last-of-type {
  bottom: 0;
  right: 0;
}
#hamburger-container .menu-icon.active span:first-of-type,
#hamburger-container
  .menu-icon
  .menu-icon-input:checked
  + div
  span:first-of-type {
  transform: rotate(45deg);
  top: 5px;
}
#hamburger-container .menu-icon.active span:last-of-type,
#hamburger-container
  .menu-icon
  .menu-icon-input:checked
  + div
  span:last-of-type {
  transform: rotate(-45deg);
  bottom: 5px;
}
#hamburger-container .menu-icon.active:hover span:first-of-type,
#hamburger-container .menu-icon.active:hover span:last-of-type,
#hamburger-container
  .menu-icon:hover
  .menu-icon-input:checked
  + div
  span:first-of-type,
#hamburger-container
  .menu-icon:hover
  .menu-icon-input:checked
  + div
  span:last-of-type {
  width: 22px;
}
#hamburger-container .menu-icon:hover span:first-of-type {
  width: 26px;
}
#hamburger-container .menu-icon:hover span:last-of-type {
  width: 12px;
}
@media screen and (min-width: 1200px) {
  #hamburger-container {
    display: none;
  }
}
.active {
  height: 100vh !important;
  opacity: 1 !important;
}
.visible {
  visibility: visible !important;
  opacity: 1 !important;
  transition: opacity ease-out 450ms;
}
.visible:nth-of-type(1) {
  transition-delay: 150ms;
}
.visible:nth-of-type(2) {
  transition-delay: 300ms;
}
.visible:nth-of-type(3) {
  transition-delay: 450ms;
}
.visible:nth-of-type(4) {
  transition-delay: 600ms;
}
#menu {
  height: 0;
  opacity: 0;
  z-index: 99;
  background: linear-gradient(45deg, #434343 -25%, black 100%);
  background-size: 280%;
  position: absolute;
  width: 100%;
  transition: height ease-out 250ms, opacity ease-out 250ms;
  box-sizing: border-box;
  padding: 80px 20px !important;
}
@media screen and (min-width: 800px) {
  #menu {
    padding: 15px 50px !important;
  }
}
@media screen and (min-width: 1200px) {
  #menu {
    padding: 30px 100px !important;
  }
}
#menu .menu-nav {
  margin-top: 120px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#menu .menu-nav .menu-navitem {
  opacity: 0;
  visibility: hidden;
  margin-bottom: 0.5em;
  font-size: 20px;
}
#menu .menu-nav .menu-navitem:after {
  content: '↩';
  margin-left: 0.5em;
  transition: margin 150ms ease-in, color 150ms ease-in;
}
#menu .menu-nav .menu-navitem:hover:after {
  color: #c48bfc;
  margin-left: 0.1em;
}
#menu .menu-nav .menu-navitem:active {
  color: #c48bfc;
}
#menu .menu-nav .menu-navitem:active:after {
  content: '↗';
}
@media screen and (min-width: 800px) {
  #menu .menu-nav {
    margin-top: 160px;
  }
  #menu .menu-nav .menu-navitem {
    font-size: 30px;
  }
}
@media screen and (min-width: 1200px) {
  #menu {
    height: 0 !important;
    opacity: 0 !important;
  }
}
html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}
html {
  height: -webkit-fill-available;
  height: -moz-available;
  height: fill-available;
}
body {
  min-height: -webkit-fill-available;
  min-height: -moz-available;
  min-height: fill-available;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  background-color: #000;
  color: #fff;
}
.state-menu_open {
  height: 100vh;
  height: 100svh;
  overflow-y: hidden;
}
a,
.no-highlight {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
a {
  text-decoration: none;
  color: #fff;
  width: max-content;
}
a:visited {
  color: #fff;
}
a[data-icon='logo-linkedin'] {
  background-image: url('../media/logos/linkedin.webp');
}
a[data-icon='logo-instagram'] {
  background-image: url('../media/logos/instagram.svg');
}
a[data-icon='logo-github'] {
  background-image: url('../media/logos/github.svg');
}
ul {
  padding: 0;
}
ul li {
  list-style-type: none;
}
img {
  max-inline-size: 100%;
  block-size: auto;
}
h1 span[data-style='bold'] {
  font-weight: 600;
}
h1 span[data-style='colored'] {
  color: #ba83f0;
}
#main-page {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* padding-left: 40px; */
  height: 600px;
  overflow: hidden;
}
#showcase {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  padding-left: 40px;
  height: 600px;
  overflow: hidden;
}
@media screen and (min-width: 800px) {
  #showcase {
    padding-left: 100px;
  }
}
@media screen and (min-width: 1200px) {
  #showcase {
    padding-left: 200px;
  }
}
#main-page > video {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: none;
  z-index: -1;
}
#showcase img,
#showcase video {
  width: 100%;
  height: 600px;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: none;
  z-index: -1;
}
#main-page h1 {
  color: #fff;
  margin: 0;
  font: 300 40px 'Montserrat', sans-serif;
  letter-spacing: -2px;
}
#main-page h2 {
  color: #fff;
  margin: 0;
  font: 300 18px 'Montserrat', sans-serif;
}
#showcase h1 {
  color: #fff;
  margin: 0;
  font: 300 40px 'Montserrat', sans-serif;
  letter-spacing: -2px;
}
#showcase h2 {
  color: #fff;
  margin: 0;
  font: 300 18px 'Montserrat', sans-serif;
}
#main-page[data-style='fullscreen'] {
  height: 100vh;
  height: 100svh;
}
#showcase[data-style='fullscreen'] {
  height: 100vh;
  height: 100svh;
}
#main-page[data-style='fullscreen'] > video {
  height: 100vh;
  height: 100svh;
  filter: brightness(0.5) saturate(1.5);
}
#showcase[data-style='fullscreen'] video,
#showcase[data-style='fullscreen'] img {
  height: 100vh;
  height: 100svh;
  filter: brightness(0.5) saturate(1.5);
}
#footer[data-style='fullscreen'] {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  background: rgba(0, 0, 0, 0);
  border-top: solid 1px rgba(255, 255, 255, 0.25);
}

.padded {
  padding: 60px 40px;
}
@media screen and (min-width: 1200px) {
  .padded {
    padding: 75px 50px;
  }
}
@media screen and (min-width: 1400px) {
  .padded {
    padding: 100px;
  }
}
@media screen and (min-width: 1600px) {
  .padded {
    padding: 150px;
  }
}
.sponsor-logo-container {
  display: flex;
  overflow: hidden;
}

.sponsor-logo {
  max-width: 200px;
  height: auto;
  animation: slideLeftToRight 20s linear infinite;
  margin-right: 40px; /* Logolar arası boşluk */
}

.sponsor-logo:last-child {
  margin-right: 0; /* Son logoya boşluk eklenmez */
}

@keyframes slideLeftToRight {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}

@media screen and (max-width: 640px) {
  @keyframes slideLeftToRight {
    0% {
      transform: translateX(-500%);
    }
    100% {
      transform: translateX(100%);
    }
  }
}

.animation-container {
  overflow: hidden;
  width: 100%; /* Konteyner genişliği */
  background-color: #b82b14;
}

.top-line {
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
  width: 100%;
  height: 35px;
  background-color: #b82b14;
  color: white;
  font-weight: 600;
  white-space: nowrap; /* Yazının aynı satırda kalmasını sağlar */
  animation: topline 10s linear infinite; /* Animasyon ismi, süresi, nasıl devam edeceği */
}

@keyframes topline {
  from {
    transform: translateX(100%);
  } /* Animasyon başlangıçta sağda */
  to {
    transform: translateX(-100%);
  } /* Animasyon bitiminde solda */
}
/* .home-video-container {
  position: absolute;
  z-index: 50;
} */
.home-video-container {
  position: absolute;
  z-index: 50;
  padding-left: 20px;
}
@media screen and (min-width: 800px) {
  .home-video-container {
    padding-left: 50px;
  }
}
@media screen and (min-width: 1200px) {
  .home-video-container {
    padding-left: 100px;
  }
}
.play-video-home-page {
  position: relative;
  z-index: 1000;
  top: 100px;
  left: 0;
}
@media screen and (min-width: 800px) {
  .play-video-home-page {
    top: 200px;
  }
}
@media screen and (min-width: 1200px) {
  .play-video-home-page {
    top: 250px;
  }
}
.video-section {
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.video-container {
  border-radius: 20px;
  width: calc(25% - 20px);
}
.video-container h2 {
  padding-left: 20px;
  font-weight: bold;
  font-size: 25px;
  padding-bottom: 10px;
}

.video-container video {
  border-radius: 15px;
}

@media screen and (max-width: 1200px) {
  .video-container {
    width: calc(50% - 30px);
  }
}
@media screen and (max-width: 900px) {
  .video-container {
    width: 100%;
  }
}

.header {
  font-size: 25px;
  padding-bottom: 50px;
}

.social-media {
  padding-bottom: 20px;
}
.card-work .c-w-cover {
  width: 350px !important;
}
.card-work .c-w-panel {
  width: 370px !important;
}
.card-work .c-w-content p {
  text-align: end !important;
}

.tab ul {
  width: 500px !important;
}
.tab .map {
  width: 500px !important;
  height: 200px !important;
}
@media screen and (max-width: 700px) {
  .tab .map {
    width: 100% !important;
  }
  .tab ul {
    width: 100% !important;
  }
}
