
html {
   overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
}

body {
  overflow-x: hidden !important;
  width: 100%;
  max-width: 100vw;
  margin: 0;
  padding: 0;
  background-color: #000; 
  color: #fff;
  font-family: 'Outfit', 'Poppins', sans-serif;
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
}

.container-fluid {
    overflow: visible !important;
  max-width: 100%;
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
  max-width: 100%;
}

.container-fluid .row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.position-relative {
  overflow-x: visible  !important;
}

.navbar {
  background-color: #09113a;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.05);
  position: fixed;
  top: 0;
  left: 0;
  height: 60px;
  width: 100%;
  z-index: 1000;
}

.navbar-brand img { height: 36px; }
.navbar-nav .nav-link {
  color: #fff !important;
  font-weight: 600;
  margin-left: 1rem;
}
.navbar-nav .nav-link:hover { color: #2aa7ff !important; }
.navbar-nav .nav-item.active .nav-link {
  position: relative;
  color: #2aa7ff !important;
}
.navbar-nav .nav-item.active .nav-link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 100%;
  height: 3px;
  background-color: #2aa7ff;
  border-radius: 3px;
  transition: all 0.3s ease;
}
.navbar-toggler {
  color: #fff !important;
}

#home {
  position: relative;
  overflow: hidden;
  height: 100dvh;
  background: #050b2a;
  padding-top: 60px; 
  box-sizing: border-box;
}

#home video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  min-width: 100%;
  object-fit: cover;
  z-index: 1;
}

#home .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 2;
}

#home .container {
  position: relative;
  z-index: 3;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100dvh - 60px);
  padding: 0 20px;
}

#home .container img {
  max-width: 480px;
  width: 100%;
  height: auto;
  filter: drop-shadow(0 0 20px rgba(0, 0, 0, 0.4));
}

#home .info {
  color: #fff;
  font-family: 'Outfit', sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  margin-top: 20px;
}

#home .info-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}

#home .info-line img {
  width: 22px;
  height: 22px;
  filter: invert(1);
}

@media (max-width: 992px) {
  #home .container img { max-width: 320px; }
  #home .info { font-size: 1.4rem; }
}
@media (max-width: 768px) {
  #home .container img { max-width: 260px; }
  #home .info { font-size: 1.2rem; }
}
@media (max-width: 576px) {
  #home .container img { max-width: 200px; }
  #home .info { font-size: 1rem; padding: 0 10px; }
}

#devfest-canakkale-2025 {
background-color: #050b2a;
  color: #eaffea;
  padding: 50px 0;
}

.devfest-canakkale-2025-container {
  max-width: 1600px;
  padding-left: 50px;
  padding-right: 50px;
  margin: 0 auto;
}

#devfest-canakkale-2025 h1 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 38px;
}

#devfest-canakkale-2025 p {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
}

#devfest-canakkale-2025 h1 span {
  color: #2aa7ff;
}

#devfest-canakkale-2025 .stats h2 {
  color: #2aa7ff;
  font-weight: 800;
  font-size: 2.5rem;
}

#location h1 {
  font-family: 'Outfit', sans-serif;
  font-weight: 700;
  font-size: 38px;
}
#location p {
  font-family: 'Outfit', sans-serif;
  font-weight: 400;
  font-size: 24px;
}
#location {
  background: #050b2a;
  color:#fff; 
  padding:0; 
  margin:0; 
  position:relative;
}
.location-map {
  position:relative; 
  width:100%; 
  height:70vh; 
  overflow:hidden;
}
.location-card {
  position:relative;
  z-index:10;
  max-width:580px;  
  background:#0e1c52;
  color:#fff;
  border-radius:22px;
  box-shadow:0 0 30px rgba(0, 0, 0, 0.4);
  padding:28px 36px;
  margin-left:12rem;
  margin-top:-200px;
  font-family:'Outfit',sans-serif;
}
.location-card h3 {
  font-weight:700; 
  font-size:38px;
}

.location-card h4 {
  font-weight:700; 
  font-size:29px; 
}

.location-card p {
  font-weight:400; 
  font-size:24px; 
  line-height:1.3; 
  margin-bottom:22px;
}

.location-address {
  display:flex; 
  align-items:center; 
  justify-content:space-between;
}

.location-card .location-address p {
  font-weight:400; 
  font-size:19px !important;  
  margin:0;
}

.location-map-card {
  text-decoration:none;
  background:#fff;
  color:#000f07;
  width:40px; height:40px;
  display:flex; align-items:center; justify-content:center;
  border-radius:5px;
  transform:rotate(45deg);
  box-shadow:0 0 10px rgba(255,255,255,0.3);
  overflow:hidden;
}
.location-map-img {
  width:26px; 
  height:26px; 
  transform:rotate(-45deg);
}

.devfest-canakkale-2025-divider {
  height: 2px;
  background: #2aa7ff;
  width: 100%;
  margin: 24px 0;
  box-shadow: 0 0 12px rgb(42, 166, 255);
}

.devfest-canakkale-2025-poster {
  background: #050b2a;
  border: 2px solid #050b2a;
  border-radius: 20px;
  box-shadow: 0 0 20px #2aa7ff;
  overflow: hidden;
  max-width: 400px;
  margin: auto;
}

.devfest-canakkale-2025-announcement { font-family: Arial, sans-serif; }
.devfest-canakkale-2025-main-text { color: #ffffff; margin: 0; }
.devfest-canakkale-2025-highlight-text { color: #2aa7ff; }
.text-blue { color: #2aa7ff;  }
.ticket-description {
  color: #ffffff;
  max-width: 825px;
}

.ticket-card {
  background: #0e1c52;
  color: #e6fef0;
  border-radius: 20px;
  position: relative;
  padding: 1rem 3.5rem;
  width: 340px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform .3s ease, box-shadow .3s ease, border .3s ease;
  border: 1px solid rgba(255,255,255,0.05);
}

.ticket-card:hover {
  transform: translateY(-6px);

}

.ticket-card::before,
.ticket-card::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  background: #050b2a;
  border-radius: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.ticket-card::before { left: -12px; }
.ticket-card::after  { right: -12px; }


.ticket-card h3 {
  font-weight: 700;
}
.ticket-card p {
  font-size: 1.1rem;
  margin-bottom: 0rem;
  color: #cfcfe9;
}
.ticket-btn {
  display: inline-block;
  background: #2aa7ff;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  padding: 12px 0;
  border-radius: 10px;
  text-align: center;
  margin-top: 16px;
  transition: all .3s ease;
}

.ticket-btn:hover {
  background: #55bfff;
  box-shadow: 0 0 15px rgba(42, 167, 255, 0.45); 
}

.arrow-right lottie-player {
  width: 250px;
  height: 250px;
  transform: rotate(100deg);
}
.arrow-left lottie-player {
  width: 250px;
  height: 250px;
  transform: rotate(260deg);
}

.arrow-left {
  position: absolute;
  right: -140px;
  top: -200px;
}
.arrow-right {
  position: absolute;
  right: -80px;
  top: 120px;
}

#sponsors {
  background: #050b2a;
  font-family: 'Outfit', sans-serif;
}
.sponsor-slider { width: 100%; }
.sponsor-slider .slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.s-logo {
  max-height: 100px;
  width: auto;
  object-fit: contain;
  margin: 0 25px;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.3));
  opacity: 0.9;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.s-logo:hover {
  transform: scale(1.05);
  opacity: 1;
}

.sponsors-container {
  max-width:1600px;
}
.sponsors-title {
  color:#ffffff; 
  font-family:'Outfit', sans-serif; 
  font-weight:700; 
  font-size:38px;
}
.sponsors-list {
  background:#09113a; 
  border-radius:16px; 
  box-shadow:0 0 30px rgba(0,0,0,0.3);
}

footer {
  position: relative;     /* Animasyonu sabitler */
  background: #09113a;
  padding: 90px 50px 60px;
  text-align: center;
  overflow: visible !important; /* BUNU EKLEMEZSEN GÖRÜNMEZ */

}

.footer-container {
  max-width:1600px;
}
.footer-img { 
  max-width:350px;  
}
.social-icons {
  display: flex;
  gap: 20px;
}
.social-icon {
  width: 25px;
  height: 25px;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
  cursor: pointer;
  filter: invert(1) brightness(100);
}
.social-icon:hover {
  transform: scale(1.15);
  opacity: 0.9;
  filter: invert(1) brightness(1.3);
}

@media (max-width: 1200px) {
  .devfest-canakkale-2025-container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .ticket-card {
    width: 300px;
    padding: 1rem 2rem;
  }

  .location-card {
    margin-left: 6rem;
    margin-top: -150px;
  }
}

@media (max-width: 992px) {
  .navbar-nav .nav-link {
    margin-left: 0;
    text-align: center;
    padding: 0.6rem 0;
  }

  #home {
    height: 80vh;
  }
  #home .container img {
    max-width: 280px;
  }
  #home .info {
    font-size: 1rem;
  }

  #devfest-canakkale-2025 h1 {
    font-size: 32px;
  }
  #devfest-canakkale-2025 p {
    font-size: 20px;
  }

  .ticket-card {
    width: 280px;
    padding: 1rem 1.5rem;
    margin: 0 auto;
  }

  .location-card {
    max-width: 480px;
    margin: -120px auto 0 auto;
    padding: 24px;
  }
  .location-card h3 {
    font-size: 30px;
  }
  .location-card h4 {
    font-size: 24px;
  }
  .location-card p {
    font-size: 20px;
  }
}

@media (max-width: 768px) {

  #home {
    height: 70vh;
    max-height: none;
  }
  #home .container img {
    max-width: 220px;
  }

  #devfest-canakkale-2025 h1 {
    font-size: 26px;
    text-align: center;
  }
  #devfest-canakkale-2025 p {
    font-size: 18px;
    text-align: center;
  }
  .devfest-canakkale-2025-container {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ticket-card {
    width: 90%;
    padding: 1rem;
  }

  .location-map {
    height: 50vh;
  }
  .location-card {
    max-width: 90%;
    margin: -80px auto 0 auto;
    padding: 20px;
    text-align: center;
  }
  .location-address {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  .s-logo {
    max-height: 80px;
    margin: 0 15px;
  }

  footer {
    padding: 40px 25px;
    text-align: center;
  }
  .footer-img {
    max-width: 250px;
  }
  .social-icons {
    justify-content: center;
  }
}

@media (max-width: 576px) {
  /* Hero */
  #home .container img {
    max-width: 350px;
  }
  #home .info {
    font-size: 1.3rem;
  }

  #devfest-canakkale-2025 h1 {
    font-size: 22px;
  }
  #devfest-canakkale-2025 p {
    font-size: 16px;
  }

  .ticket-card {
    width: 100%;
    padding: 1rem;
  }
  .ticket-card h3 {
    font-size: 20px;
  }

  .location-card {
    margin-top: -60px;
    padding: 16px;
  }
  .location-card h3 {
    font-size: 26px;
  }
  .location-card h4 {
    font-size: 20px;
  }
  .location-card p {
    font-size: 16px !important;
  }

  .s-logo {
    max-height: 60px;
    margin: 0 10px;
  }

  .footer-img {
    max-width: 200px;
  }
  .social-icon {
    width: 22px;
    height: 22px;
  }
}

.arrow-right lottie-player,
.arrow-left lottie-player {
  width: 220px;
  height: 220px;
  transition: all 0.3s ease;
}

.arrow-right {
  right: -80px;
  top: 120px;
}
.arrow-left {
  right: -140px;
  top: -200px;
}

@media (max-width: 992px) {
  .arrow-right lottie-player,
  .arrow-left lottie-player {
    width: 160px;
    height: 160px;
  }
  .arrow-right {
    right: -40px;
    top: 100px;
  }
  .arrow-left {
    right: -60px;
    top: -150px;
  }
}

@media (max-width: 576px) {
  .arrow-right lottie-player,
  .arrow-left lottie-player {
    width: 100px;
    height: 100px;
  }

  .arrow-right {
    right: -20px;
    top: 200px;
    transform: rotate(72deg);
    z-index: 2;
  }

  .arrow-left {
    right: auto;
    left: -20px;
    top: -90px;
    transform: rotate(288deg);
    z-index: 2;
  }
}

@media (max-width: 400px) {
  .arrow-right {
    top: 225px !important; 
  }
}

@media (max-aspect-ratio: 9/16) {
  #home video {
    width: auto;
    height: auto;
  }
}

@media (min-aspect-ratio: 16/9) {
  #home video {
    height: auto;
    width: auto;
  }
}

.arrow-right .arrow-desktop {
  display: block;
  
}

.arrow-right .arrow-mobile {
  display: none;
}

@media (max-width: 576px) {
  .arrow-right .arrow-desktop {
    display: none;
  }

  .arrow-right .arrow-mobile {
    display: block;
  }
}

#speakers-header {
  padding: 100px 0 30px;
  background-color: #050b2a;
}

#speakers-header h1 {
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  margin-bottom: 0;
}

.speakers-desc {
  font-weight: 400;
  font-size: 19px;
  color: #ffffff;
  line-height: 1.3;
  margin: 0 60px;
  margin-top: 0;
  text-align: left

}

.speakers-header-text {
  background: #0e1c52;
}

#schedule {
  background-color: #050b2a;
  padding: 100px 0;
  color: #fff;
  font-family: 'Outfit', sans-serif;

  /* EKLEMEN GEREKENLER 👇 */
  min-height: 100vh; /* Yüksekliği ekranın tamamı (viewport height) kadar yap */
  display: flex;
  flex-direction: column;
  justify-content: center; /* İçeriği (Yakında yazısını) dikeyde ortalar */
}

.schedule-title {
  font-weight: 700;
  font-size: 38px;
  margin-bottom: 50px;
  text-align: center;
}

.timeline {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.session {
  display: flex;
  align-items: stretch;
  gap: 20px;
}

.time {
  width: 90px;
  color: #a8a8d8;
  font-weight: 600;
  text-align: right;
  padding-right: 1rem;
  font-size: 0.95rem;
  flex-shrink: 0;
}

.session-card {
  background: #011a0d;
  border-radius: 10px;
  padding: 20px 25px;
  cursor: pointer;
  transition: all 0.3s ease;
  flex-grow: 1;
}
.session-card:hover {
  background: #022c16;
  transform: translateY(-3px);
}

.session-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.session-title {
  font-weight: 700;
  margin: 0;
  font-size: 1.1rem;
}
.duration {
  background: #ff33a6;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 0.85rem;
}

.session-meta {
  margin-top: 8px;
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.75);
}

.session-desc {
  color: #d0cdee;
  font-size: 0.95rem;
  line-height: 1.5;
}

@media (max-width: 992px) {
  #speakers-header h1 {
    font-size: 32px;
  }

  .speakers-desc {
    margin: 0 30px;
    font-size: 17px;
  }

  .schedule-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .session {
    flex-direction: column;
    gap: 10px;
  }

  .time {
    text-align: left;
    margin-bottom: 4px;
    font-size: 0.9rem;
  }

  .schedule-title {
    font-size: 28px;
  }

  .speakers-desc {
    font-size: 16px;
    margin: 0 15px;
  }

  .session-card {
    padding: 18px 20px;
  }
}

@media (max-width: 576px) {
  #speakers-header {
    padding: 80px 0 20px;
  }

  #speakers-header h1 {
    font-size: 26px;
    text-align: center;
  }

  .speakers-desc {
    font-size: 15px;
    line-height: 1.4;
    margin: 0 10px;
  }

  .session {
    flex-direction: column;
  }

  .session-title {
    font-size: 1rem;
  }

  .duration {
    font-size: 0.8rem;
    padding: 3px 8px;
  }

  .time {
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
  }
}

.speaker-card {
  display: flex;
  width: 100%;
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  border: 2px solid rgba(42, 167, 255, 0.25);
  background-color: #091436d9;
  box-shadow: 0 0 20px rgba(42, 167, 255, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.speaker-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 0 25px rgba(42, 167, 255, 0.35);
}

.speaker-left {
  background-color: #0e2158;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* PHOTO */
.speaker-photo {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #2aa7ff;
}

.speaker-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.speaker-right {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 16px;
  text-align: left;
}

.speaker-name {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 4px;
}

.speaker-title {
  color: #2aa7ff;
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 8px;
}

.speaker-socials img {
  width: 20px;
  height: 20px;
  filter: invert(1) brightness(110) drop-shadow(0 0 4px rgba(42, 167, 255, 0.6));
  margin-right: 8px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}

.speaker-socials img:hover {
  transform: scale(1.1);
  filter: invert(1) brightness(200) drop-shadow(0 0 6px rgba(42, 167, 255, 0.9));
}

    /* Responsive */
    @media (max-width: 768px) {
      .speaker-card {
        flex-direction: column;
        height: auto;
      }
      .speaker-left, .speaker-right {
        width: 100%;
        padding: 20px;
        text-align: center;
      }
    }


.speaker-socials a {
  outline: none;
  text-decoration: none;
  border: none;
}

.speaker-socials a:focus,
.speaker-socials a:active,
.speaker-socials a:visited {
  outline: none !important;
  box-shadow: none !important;
  text-decoration: none;
}

@media (min-width: 1200px) {
  .col-custom-5 {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.container {
  max-width: 1600px !important;
  padding-left: 40px;
  padding-right: 40px;
}
.speaker-right .speaker-socials img {
  border: none;
  outline: none;
}

#speakers {
  background-color: #050b2a;
  padding:80px 0;
}

@media (max-width: 992px) {

  html { 
    scrollbar-gutter: stable both-edges; 
  }

  body.menu-open {
    overflow: hidden;
    height: 100vh;
  }

  body.menu-open::after {
    content: "";
    position: fixed;
    inset: 0;
    top: 60px;
    background: rgba(0, 0, 0, 0.5);
    z-index: 998;
    animation: fadeIn 0.15s ease;
    cursor: pointer;
  }

  @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }

  .navbar-collapse {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: #09113a;
    z-index: 1000;
    padding: 0.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.05);
  }

  body.menu-open * { 
    pointer-events: none !important; 
    user-select: none !important;
  }
  
  body.menu-open .navbar,
  body.menu-open .navbar *,
  body.menu-open .navbar-collapse,
  body.menu-open .navbar-collapse * {
    pointer-events: auto !important;
    user-select: auto !important;
  }

  .navbar-nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
  }
  
  .navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.4rem 0;
    width: 100%;
    text-align: center;
    transition: color 0.2s ease;
  }
  
  .navbar-nav .nav-link:hover { 
    color: #2aa7ff !important; 
  }
}

#mouse-down-animation {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 115px;
  height: 115px;
  z-index: 999!important;
  pointer-events: none;
}


#mouse-up-animation {
  position: absolute;
  left: 50%;
  margin-top: -20px;
  transform: translateX(-50%);
  width: 115px;
  height: 115px;
  z-index: 9999 !important;
  pointer-events: none;
}
/* === NEW SPONSOR SECTION === */
.s-section {
  background: #050b2a;
  padding: 70px 0;
  font-family: 'Outfit', sans-serif;
}

/* Başlık */
.s-block-title {
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Çizgi */
.s-block-line {
  width: 100%;
  height: 3px;
  background: #fff;
  margin-bottom: 15px;
}

/* LOGO SATIRI: Artık responsive grid gibi davranacak */
.s-block-row {
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 40px;
  flex-wrap: wrap;        /* ✔ satır kırma eklendi */
}

/* Logolar */
.s-block-logo {
  max-height: 85px;
  width: auto;
  max-width: 180px;       /* ✔ geniş ekranlarda fazla büyümesin */
  object-fit: contain;
  opacity: 0.9;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

/* Mobil optimizasyon */
@media (max-width: 768px) {
  .s-block-logo {
    max-width: 140px;
    max-height: 70px;
  }
}

@media (max-width: 480px) {
  .s-block-logo {
    max-width: 110px;
    max-height: 60px;
  }
}


.s-block-logo:hover {
  opacity: 1;
  transform: scale(1.05);
}

/* Genel alan genişliği */
.s-block-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 30px;
}
