@import url('https://fonts.googleapis.com/css2?family=Fustat:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Taviraj:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');



html,body {
    font-family: "Fustat", sans-serif;
    margin: 0;
    padding: 0;
   
    overflow-x:hidden !important;
}
hr {
    margin: 50px 0 !important;
  
}

.proje-talep-container .form-grid input, select, textarea{
	color: white !important;
}

.proje-talep-container .form-grid textarea{
	color: white !important;
}


html.lang-en .footer-links p:nth-child(3) {
    display: none !important;
}

.language-switcher {
    background: none !important;
    color: white !important;
    font-weight: bold;
    border: none;
    border-right: 1px solid;
    margin-right: 20px;
}

.language-switcher ul {
    background: none !important;
    border: none;
}

.language-switcher li {
    background: none !important;
    color: white !important;
    padding: 5px 10px;
}

.language-switcher li:hover {
    text-decoration: underline;
}

.language-switcher img {
    display: none !important;
}
.menudil{
    display:flex;
    
}
.trp-language-switcher{
    width:80px;
}
.trp-language-switcher .trp-ls-shortcode-current-language{
        background: none;
    border: none;
    color: white;
}
.trp-language-switcher > div > a.trp-ls-shortcode-disabled-language{
    color:white;
}
.trp-language-switcher > div{
    background:none;
    color:white;
    border:none;
}
.trp-language-switcher > div > a{
    color:white !important;
}
.trp-language-switcher > div > a:hover{
    background:none;
}
.dnt-contact-info a{
    text-decoration:none;
    color:black;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent);
     z-index: 1000;
    padding: 20px 0;
    transition: all 0.3s ease;

    opacity: 0;
    transform: translateY(-50px);
    backdrop-filter: none; 
}

.header.blur-active {
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
}


.hero-container {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  background-color: black;
}

.k-slider-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.k-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  z-index: 1;
}

.k-slide.active {
  opacity: 1;
  z-index: 2;
}

.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-background video,
.video-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
  z-index: 2;
}

.bottom-gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 25vh;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), transparent);
  z-index: 3;
}

.k-slide-text {
  position: absolute;
  bottom: 15%;
  left: 5%;
  z-index: 5;
  color: white;
  text-align: left;
  max-width: 600px;
  line-height: 1.4;
}

.k-slide-text .k-title span,
.k-slide-text .k-desc span {
  display: inline-block;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  animation: fadeInUp 0.6s forwards;
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  white-space: pre;
}

.k-slide-text .k-title span {
  font-size: 42px;
  font-weight: bold;
  letter-spacing: 1px;
}

.k-slide-text .k-desc span {
  font-size: 24px;
  font-weight: 400;
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.k-slider-nav {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-75%);
  display: flex;
  gap: 20px;
  z-index: 10;
}

.k-nav-btn {
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 20px;
  cursor: pointer;
  background: none;
}

.k-nav-btn img {
  width: 60px;
  height: auto;
}

.k-slider-btn {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 15;
  background: linear-gradient(135deg, #ffffff, #ffffff);
  color: black;
  font-size: 18px;
  font-weight: 600;
  padding: 14px 28px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
  transition: all 0.3s ease;
}

.k-slider-btn:hover {
  background: linear-gradient(135deg, #fffff, #fffff);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.4);
}
@media (max-width: 768px) {
  .k-slider-nav {
    bottom: 30px;
    right: 30px;
    left: auto;
    transform: none;
  }

  .k-slider-btn {
    bottom: 20px;
    left: 20px;
    font-size: 16px;
    padding: 12px 20px;
  }
}
// blog//
.k-tab-container {
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

.k-tab-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}

.k-tab-btn {
  padding: 12px 24px;
  border-radius: 999px;
  border: 2px solid #999;
  background-color: white;
  color: #555;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.k-tab-btn.active {
  background-color: #eee;
  border-color: transparent;
  color: #333;
}

.k-tab-content {
  display: none;
  opacity: 0;
  transform: translateY(30px) scale(0.98);
  transition: opacity 0.6s ease, transform 0.6s ease;
  pointer-events: none;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
}

.k-tab-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

.k-post-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.k-post-card {
  position: relative;
  height: 360px;
  background-size: cover;
  background-position: center;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.k-post-overlay {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
  color: #fff;
}

.k-post-title {
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.k-post-link {
  font-size: 0.9rem;
  color: #fff;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  opacity: 0.9;
  transition: 0.3s;
font-weight:900;
}

.k-post-link:hover {
  opacity: 1;
}
@media (max-width: 992px) {
  .k-post-grid {
    grid-template-columns: 1fr;
  }

  .k-tab-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  .k-post-card {
    height: 300px;
  }
}

@media (max-width: 576px) {
  .k-tab-buttons {
    flex-direction: column;
    gap: 10px;
  }

  .k-tab-btn {
    width: 100%;
    text-align: center;
  }

  .k-post-card {
    height: 250px;
  }

  .k-post-title {
    font-size: 1rem;
  }

  .k-post-link {
    font-size: 0.8rem;
  }
}

// Proje üst alan//


// YATLAR //

  .sidebar {
      width: 120px;
      padding: 30px 0;
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 25px;
    }

    .circle-btn {
      width: 90px;
      height: 90px;
      border: 2px solid #ccc;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      font-weight: bold;
      font-size: 16px;
      transition: all 0.3s ease;
      color: #000;
      background-color: #fff;
    }



    .circle-btn.active {
      border-color: red;
      color: red;
    }
    .circle-btn:hover {
  transform: translateX(10px);
}

    .content-area {
      flex: 1;
      padding: 40px;
      display: flex;
      gap: 30px;
      flex-wrap: wrap;
    }

    .category-group {
      display: flex;
      flex-wrap: wrap;
      gap: 30px;
      width: 100%;
    }

    .card {
      width: 280px;
      background-color: #f5f5f5;
      border-radius: 25px;
      overflow: hidden;
      display: flex;
      flex-direction: column;
		  position: relative;
    }

    .image-wrapper {
      position: relative;
    }

    .image-wrapper img {
      width: 100%;
      height: auto;
      display: block;
    }

    .title-overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(255, 255, 255, 0.9);
      padding: 10px 15px;
      font-size: 16px;
      font-weight: bold;
      width: fit-content;
      border-top-right-radius: 12px;
      display: flex;
      flex-direction: column;
      color:black;
    }

    .title-overlay .underline {
      width: 40px;
      height: 2px;
      background: #000;
      margin-top: 5px;
    }

    .info-area {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 15px 20px;
    }

    .specs {
      display: flex;
      flex-direction: column;
      font-size: 14px;
      gap: 6px;
		width:250px;
    }
.circle-arrow {
  width: 65px;
  height: 65px;
  border: 2px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 18px;
  transition: all 0.3s ease;
  text-decoration: none;
  color: black;
	position:absolute;
	right:20px;
}


    .circle-arrow.red {
      border-color: red;
      color: red;
    }
  
    .circle-arrow a {
        margin-bottom:-5px;
    }

    ///////


    // GÜZELLİK SINNIR TANIMAZ //
.section2 {
  padding: 0;
  background-color: #f8f8f8;
}

.stats-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 20px;
  background-color: white;
  flex-direction: row;
}

.image-areaa {
  flex: 1;
  min-width: 300px;
}

.image-areaa img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 0px 20px 20px 0px;
}

.content-areaaa {
  padding: 40px;
  flex: 1;
  min-width: 300px;
}

.title {
  font-size: 48px;
  font-weight: 500;
  margin: 0;
}

.subtitle {
  font-style: italic;
  font-size: 40px;
  font-weight: 400;
  margin: 0;
}

.red-line {
  width: 250px;
  height: 4px;
  background-color: #e03030;
  margin: 20px 0;
}

.description {
  font-size: 18px;
  color: #333;
  margin-bottom: 30px;
}

.katalog-button {
  display: inline-flex;
  align-items: center;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 30px;
  font-size: 16px;
  text-decoration: none;
  color: #000;
  transition: all 0.3s ease;
}

.katalog-button span {
  margin-left: 10px;
  font-size: 20px;
}

.katalog-button:hover {
  background-color: #000;
  color: white;
}

.homemap {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.homemap img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .stats-container {
    flex-direction: column;
    gap:0px;
  }
  .image-areaa{
    padding:20px;
  }

  .image-areaa img {
    height: auto;
   
   border-radius:20px;
  }

  .content-areaaa {
    padding: 20px;
  }

  .title {
    font-size: 32px;
  }

  .subtitle {
    font-size: 24px;
  }
  .righthide{
      display:none;
  }

  .description {
    font-size: 16px;
  }

  .red-line {
    width: 150px;
    height: 3px;
    margin: 15px 0;
  }

  .katalog-button {
    font-size: 14px;
    padding: 10px 20px;
  }

  .katalog-button span {
    font-size: 16px;
  }
  .projetext{
      display:none;
  }
  .custom-logo {
      max-height:40px !important;
}

}

////

.dnt-contact-info a{
text-decoration:none;
color:#333
}
.dnt-address-text a{
color:#333;
text-decoration:none;
}
.swiper a{
    text-decoration:none;
}
.proje-chose{
    z-index:999 !important;
}

.secenekler{
    z-index:999 !important;
}

        .header-container {
            max-width: 1350px;
            margin: 0 auto;
            display: flex;
            justify-content: space-between;
            align-items: center;
           
        }

        
     .custom-logo {
    max-height: 60px;
    height: auto;
    width: auto;
}
.projetext {
    color: white;
    border: 1px solid white;
    font-size: 18px;
    border-radius: 100px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;}

        .nav-menu {
            display: flex;
            list-style: none;
            gap: 40px;
            align-items: center;
        }

        .nav-item a {
                position: relative;
    display: inline-block;

            color: white;
            text-decoration: none;
            font-size: 14px;
            font-weight: 700;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            transition: all 0.3s ease;
            position: relative;
            font-family: "Fustat", sans-serif;
        
        }

        .nav-item a:hover {
            color: #cccccc;
        }

        .nav-item a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 1px;
    width: 100%;
    background: white;
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.3s ease;
}

.nav-item a:hover::after {
      transform-origin: left;
    transform: scaleX(1);
}
.nav-item a:not(:hover)::after {
    transform-origin: right;
    transform: scaleX(0);
}
        .menu-toggle {
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            padding: 10px;
            transition: all 0.3s ease;
            position: relative;
        }

        .menu-toggle:hover {
            transform: scale(1.1);
        }

        .hamburger {
            display: flex;
            flex-direction: column;
            gap: 4px;
        }

        .hamburger span {
            width: 25px;
            height: 2px;
            background: white;
            transition: all 0.3s ease;
        }

        .overlay-menu {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: url("https://fabbroyachts.com/wp-content/uploads/2025/08/bge.webp") no-repeat center center;
            background-size: cover;
            backdrop-filter: blur(10px);
            z-index: 2000;
            opacity: 0;
            visibility: hidden;
            transition: all 0.4s ease;
        }

        .overlay-menu.active {
            opacity: 1;
            visibility: visible;
        }

        .overlay-content {
            display: flex;
            height: 100%;
            max-width: 1350px;
            margin: 0 auto;
            padding: 0 50px;
            position: relative;
        }

        .overlay-logo {
            position: absolute;
            top: 20px;
            left: 45px;
            display: flex;
            align-items: center;
            color: white;
            z-index: 2002;
        }

        .overlay-logo .logo-icon {
            width: 40px;
            height: 50px;
            background: white;
            margin-right: 12px;
            position: relative;
        }

        .overlay-logo .logo-icon::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-bottom: 20px solid #333;
        }

        .overlay-logo .logo-icon::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 0;
            height: 0;
            border-left: 16px solid transparent;
            border-right: 16px solid transparent;
            border-top: 30px solid #333;
        }

        .overlay-logo .logo-text {
            font-size: 12px;
            font-weight: 500;
            letter-spacing: 1px;
            text-transform: uppercase;
        }

        .menu-left {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-start;
            padding-bottom: 80px;
           
        }

        .menu-right {
            flex: 1;
            display: flex;
            flex-direction: column;
            justify-content: flex-end;
            align-items: flex-end;
            padding-bottom: 80px;
            padding-right: 50px;
        }

        .close-btn {
            position: absolute;
            top: 40px;
            right: 50px;
            background: none;
            border: none;
            color: white;
            font-size: 30px;
            cursor: pointer;
            padding: 10px;
            transition: all 0.3s ease;
            z-index: 2001;
        }

        .close-btn:hover {
            transform: rotate(90deg) scale(1.1);
            color: gray;
        }

        .menu-items {
            list-style: none;
            padding:0px;
        }

        .menu-item {
            margin-bottom: 25px;
            overflow: hidden;
        }

        .menu-item a {
            display: flex;
            align-items: center;
            color: white;
            text-decoration: none;
            font-size: 35px;
            font-weight: 600;
            font-family: "Fustat", sans-serif;
            text-transform: uppercase;
            letter-spacing: 2px;
            transition: all 0.4s ease;
            transform: translateY(100px);
            opacity: 0;
        }

        .overlay-menu.active .menu-item a {
            transform: translateY(0);
            opacity: 1;
        }

        .menu-item:nth-child(1) a { transition-delay: 0.1s; }
        .menu-item:nth-child(2) a { transition-delay: 0.2s; }
        .menu-item:nth-child(3) a { transition-delay: 0.3s; }
        .menu-item:nth-child(4) a { transition-delay: 0.4s; }
        .menu-item:nth-child(5) a { transition-delay: 0.5s; }
        .menu-item:nth-child(6) a { transition-delay: 0.6s; }

        .menu-item a:hover {
            color: gray;
            transform: translateX(10px);
        }

        .menu-number {
            font-size: 18px;
            color: white;
            margin-left: 20px;
            font-family: "Taviraj", serif;
  font-weight: 100;
  font-style: italic;
        }


        .contact-info {
            opacity: 0;
            transform: translateY(50px);
            transition: all 0.6s ease 0.6s;
        }

        .overlay-menu.active .contact-info {
            opacity: 1;
            transform: translateY(0);
        }

        .contact-section {
            margin-bottom: 40px;
        }

        .contact-title {
            color: white;
            font-size: 16px;
            margin-bottom: 15px;
           font-family: "Taviraj", serif;
  font-weight: 100;
  font-style: italic;
        }

        .contact-text {
            color: white;
            font-size: 14px;
            line-height: 1.6;
            margin-bottom: 8px;
            font-weight: 500;
            font-family: "Fustat", sans-serif;
        }

        .contact-text a {
            color: white;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .contact-text a:hover {
            color: #ccc;
        }

        .social-links {
            list-style: none;
            padding:0px
        }

        .social-links li {
            margin-bottom: 8px;
        }

        .social-links a {
            color: white;
            text-decoration: none;
            font-size: 14px;
            font-weight: 300;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            color: #ccc;
        }

        .hero-bg {
            height: 100vh;
            background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 800"><defs><pattern id="forest" patternUnits="userSpaceOnUse" width="100" height="100"><rect width="100" height="100" fill="%23004d00"/><circle cx="20" cy="80" r="15" fill="%23006600"/><circle cx="50" cy="60" r="20" fill="%23007700"/><circle cx="80" cy="85" r="12" fill="%23005500"/></pattern></defs><rect width="1200" height="800" fill="url(%23forest)"/></svg>');
            background-size: cover;
            background-position: center;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .hero-content {
            text-align: center;
            color: white;
        }

        .hero-title {
            font-size: 64px;
            font-weight: 300;
            margin-bottom: 20px;
                letter-spacing: 3px;
        }

        .hero-subtitle {
            font-size: 18px;
            font-weight: 300;
            opacity: 0.8;
        }
  .menu-left-mobil{
            display:none;
        }
        
       @media (max-width: 768px) {
    .nav-menu {
        display: none;
    }

      .overlay-content {
    display: grid;
    grid-auto-flow: row;
    row-gap: 40px;
    padding: 0 20px;
    justify-items: center;
    align-items: end;
}
    .overlay-logo {
        top: 15px;
        left: 20px;
        flex-direction: column;
        align-items: flex-start;
    }

    .overlay-logo .logo-icon {
        width: 30px;
        height: 40px;
        margin-right: 0;
        margin-bottom: 5px;
    }

    .overlay-logo .logo-text {
        font-size: 10px;
    }

  
    .menu-left{
        display:none !important;
    }
  
.menu-right{
    text-align:left;
            margin-left: -200px;
            padding-bottom:0px;
}
    .menu-item {
        margin-bottom: 15px;
    }
    .contact-info{
        text-align:left
    }

    .menu-item a {
        font-size:25px;
        text-align: center;
    }

    .menu-number {
        font-size: 14px;
        margin-left: 10px;
    }

  
    .contact-title {
        font-size: 14px;
    }

    .contact-text {
        font-size: 13px;
    }

    .social-links a {
        font-size: 13px;
    }

    .close-btn {
        top: 20px;
        right: 20px;
        font-size: 26px;
    }

    .hero-title {
        font-size: 36px;
    }

    .hero-subtitle {
        font-size: 16px;
    }
    .header {
        padding:20px;
    }

    .animated-line {
        font-size:40px !important;
    }
    
       .menu-left-mobil{
        display:block;
                padding: 0px;
        margin-left: -50px;
        margin-bottom: -150px;
     }
     .menu-left{
        display:none;
     }
     
     #df-title-1{
         margin-bottom:-12px !important;
     }
       #df-title-2{
         margin-bottom:-12px !important;
     }
      #df-title-4{
         margin-bottom:-12px !important;
     }
     
       #df-title-5{
         margin-bottom:-12px !important;
     }
}


 .footer {
            max-width: 1350px;
            margin: 0 auto;
            padding: 80px 0 50px;
        }

        .footer-header {
            display: flex;
            justify-content: space-between;
            align-items: flex-end;
            margin-bottom: 40px;
        }

        .footer-line {
            width: 800px;
            height: 2px;
            background-color: #ddd;
        }

        .dp-text-wrapper {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}
.media-text-banner{
    width:1350px;
    margin:0 auto;
}

.dp-text-wrapper.visible {
  opacity: 1;
  transform: translateY(-5px);
}

        .footer-title {
            font-size: 60px;
            font-weight: 300;
            
            line-height: 0.85;
        }

        .footer-title .italic {
            font-style: italic;
            color: black;
                    font-family: "Taviraj", serif;

        }

        .footer-phone {
       
            margin-bottom:-20px;
        }
     
        .footer-content {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 100px;
            
        }

        .footer-column h3 {
            font-size: 16px;
            font-weight: 400;
            color: #2c2c2c;
            margin-bottom: 25px;
            font-style: italic;
        }

        .footer-column p, .footer-column a {
            font-size: 14px;
            color: #666;
            line-height: 1.6;
            margin-bottom: 8px;
            text-decoration: none;
        }

        .footer-column a:hover {
            color: #2c2c2c;
        }

        .footer-address {
            margin-bottom: 35px;
        }

        .footer-address-title {
            font-size: 14px;
            font-weight: 500;
            color: #2c2c2c;
            margin-bottom: 8px;
			font-style:italic;
        }

        .footer-social {
            display: flex;
            gap: 25px;
            flex-wrap: wrap;
        }

        .footer-social a {
            font-size: 12px;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #999;
            font-weight: 400;
        }

        .footer-bottom {
            display: flex;
           gap:40px;
            align-items: center;
            padding-top: 30px;
            border-top: 1px solid #eee;
        }

        .footer-logo {
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .footer-logo-img {
            width: 50px;
            height: 35px;
            background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 35"><rect width="50" height="35" rx="3" fill="%23e0e0e0"/><circle cx="25" cy="17.5" r="6" fill="%23bbb"/><text x="25" y="22" text-anchor="middle" font-size="8" fill="%23666">DÖ</text></svg>') no-repeat center;
            background-size: contain;
        }

        .footer-logo-text {
            font-size: 11px;
            color: #999;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            font-weight: 400;
        }

        .footer-copyright {
            font-size: 12px;
            color: #999;
        }

        @media (max-width: 768px) {
            .footer {
                padding: 40px 30px;
            }
            
            .footer-header {
                flex-direction: column;
                gap: 30px;
                margin-bottom: 25px;
                align-items: flex-start;
            }
            
            .footer-line {
                width: 100%;
                margin: 0 auto 0px;
            }
            
            .footer-title {
                font-size: 48px;
            }
            
            .footer-phone {
                font-size: 32px;
                
            }
            .footer-phone img{
                width:150px !important;
            }
            .footer-content {
                grid-template-columns: 1fr;
                gap: 10px;
                margin-bottom: 50px;
                padding-top:30px;
            }
            
            .footer-bottom {
                flex-direction: column;
                gap: 20px;
                text-align: center;
            }
        }

        .hero-container {
      position: relative;
      width: 100%;
      height: 100vh;
      overflow: hidden;
      background-color:black
    }

    .video-background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      transform: scale(1.08) translateY(40px);
      filter: blur(2px) brightness(0.85) saturate(1.1);
      opacity: 0;
      background-color:black;
    }

    .video-background video {
      width: 100%;
      height: 100%;
      object-fit: cover;
      background-color:black;
    }

    .video-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.6));
      z-index: 2;
    }


  

    .bottom-gradient {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25vh;
      background: linear-gradient(to top, rgba(0,0,0,0.9), transparent);
      z-index: 3;
      pointer-events: none;
    }

    @media (max-width: 768px) {
   .hero-container {
   
      height: 70vh;
      
    }
		.hero{
			height:70vh !important;
		}

}

@media (max-width: 480px) {
 
 
}



 .gallery-container {
            max-width: 1350px;
            margin: 50px auto;
            padding: 0 20px;
        }

        .gallery-wrapper {
            position: relative;
            border-radius: 20px;
            overflow: visible; 
        }

        .gallery-track {
            display: flex;
            transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            cursor: grab;
        }

        .gallery-track.no-transition {
            transition: none;
        }

        .gallery-track:active {
            cursor: grabbing;
        }

        .project-card {
            flex: 0 0 calc(30% - 20px);
            margin: 0 10px;
            position: relative;
            border-radius:15px;
        }

        .project-image {
            width: 100%;
            height: 400px;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
        }

        .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
            
        }

        .project-card:hover .project-image img {
            transform: scale(1.05);
        }

        .project-info {
            padding: 20px 0;
        }

        .project-title {
            font-size: 24px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 5px;
        }

        .project-location {
            font-size: 14px;
            color: #666;
            font-style: italic;
        }

        .controls {
            display: flex;
               align-items: baseline;
    justify-content: center;
            margin: 30px 0;
            gap: 20px;
        }
        .all-projects-btn a{
            text-decoration:none;
            color:black
        }
        .nav-button {
            width: 50px;
            height: 50px;
            border: 2px solid #ddd;
            border-radius: 50%;
            background: white;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            font-size: 20px;
            color: #666;
            padding-bottom:15px;            
        }

        .nav-button:hover {
            border-color: #333;
            color: #333;
            transform: scale(1.1);
        }

        .nav-button:disabled {
            opacity: 0.4;
            cursor: not-allowed;
            transform: none;
        }

        .pagination {
            display: flex;
            gap: 8px;
        }

        .dot {
            width: 12px;
            height: 4px;
            border-radius: 2px;
            background: #ddd;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .dot.active {
            background: #333;
            width: 40px;
        }

        .all-projects-btn {
            margin: 30px auto 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 15px 30px;
             border: 1px solid rgba(0, 0, 0, 0.25);

            border-radius: 25px;
                  backdrop-filter: blur(12px);
            background:white;

            color: #333;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            width: fit-content;



        }

     


          .all-projects-btn:hover{
      background: rgba(255,255,255,0.12);
      border-color: rgba(0, 0, 0, 0.5);
    }

     .all-projects-btn:after {
      content: '→';
      font-size: 14px;
      transition: transform 0.3s ease;
    }

    .project-card {
    transition: none !important;
}

.project-card:hover {
    transform: none !important;
    box-shadow: none !important;
    top: 0 !important;
    margin-top: 0 !important;
}
     .all-projects-btn:hover::after{
      transform: translateX(4px);
    }
        @media (max-width: 1024px) {
            .project-card {
                flex: 0 0 calc(33.333% - 20px);
            }
            
            .project-image {
                height: 300px;
            }
        }

        @media (max-width: 768px) {
            .gallery-container {
                padding: 0 15px;
            }
            
            .project-card {
                flex: 0 0 calc(50% - 15px);
                margin: 0 7.5px;
            }
            
            .project-image {
                height: 400px;
            }
            
            .project-title {
                font-size: 30px
            }
        }

        @media (max-width: 480px) {
            .gallery-container {
                padding: 0 10px;
                margin: 30px auto;
            }
            
            .project-card {
                flex: 0 0 calc(85% - 10px);
                margin: 0 5px;
            }
            
            .project-image {
                height: 400px;
            }
            
            .project-title {
                font-size: 30px;
            }
            
            .project-location {
                font-size: 13px;
            }
            
            .nav-button {
                width: 45px;
                height: 45px;
                font-size: 18px;
            }
            
            .controls {
                margin: 20px 0;
                gap: 15px;
            }
        }

       
      

        @media (max-width: 768px) {
            .gallery-wrapper::before,
            .gallery-wrapper::after {
                display: none;
            }
        }

        
.featured-content-2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top:20px;
  text-align: center;
  position: relative;
}

.main-heading-2, .secondary-heading-2 {
  font-weight: 400;
  overflow: hidden;
  line-height: 1.1;
}

.main-heading-2 {
  font-size: 113px;
  font-family: "Fustat", sans-serif;
}

.secondary-heading-2 {
  font-size: 104px;
  font-style: italic;
  margin-top: -110px;
  font-family: "Taviraj", serif;
  margin-bottom: 0px;
}

.main-heading-2 span,
.secondary-heading-2 span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  filter: blur(4px);
}

.content-description-2 {
  font-size: 18px;
  color: #555;
  max-width: 600px;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: all 0.6s ease;
}

@media (max-width: 768px) {
  .main-heading-2 {
    font-size: 50px;
  }
  .secondary-heading-2 {
    font-size: 50px;
    margin-top:-30px;
  }
  .content-description-2{
      padding-left:20px;
      padding-right:20px;
  }
  
}

.featured-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top:20px;
  text-align: center;
  position: relative;
}

.main-heading, .secondary-heading {
  font-weight: 400;
  overflow: hidden;
  line-height: 1.1;
}

.main-heading {
  font-size: 113px;
  font-family: "Fustat", sans-serif;
}

.secondary-heading {
  font-size: 104px;
  font-style: italic;
  margin-top: -110px;
  font-family: "Taviraj", serif;
  margin-bottom: 0px;
}

.main-heading span,
.secondary-heading span {
  display: inline-block;
  transform: translateY(100%);
  opacity: 0;
  filter: blur(4px);
}

.content-description {
  font-size: 18px;
  color: #555;
  max-width: 600px;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
  transition: all 0.6s ease;
}

@media (max-width: 768px) {
  .main-heading {
    font-size: 50px;
  }
  .secondary-heading {
    font-size: 50px;
    margin-top:-30px;
  }
  .content-description{
      padding-left:20px;
      padding-right:20px;
  }
  
}
    
    .hero-section {
      
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
      position: relative;
    }

    .hero-title, .hero-subtitle {
      font-weight: 400;
      overflow: hidden;
      line-height: 1,1;
    }

    .hero-title {
      font-size: 113px;
      font-family: "Fustat", sans-serif;
    }

    .hero-subtitle {
      font-size: 104px;
      font-style: italic;
      margin-top: -70px;
         font-family: "Taviraj", serif;
         margin-bottom:0px
    }

    .hero-title span,
    .hero-subtitle span {
      display: inline-block;
      transform: translateY(100%);
      opacity: 0;
      filter: blur(4px);
    }

    .hero-desc {
      
      font-size: 18px;
      color: #555;
      max-width: 600px;
      opacity: 0;
      transform: translateY(30px);
      filter: blur(5px);
      transition: all 0.6s ease;
    }

    @media (max-width: 768px) {
      .hero-title {
        font-size: 40px;
      }
      .hero-subtitle {
        font-size: 40px;
        margin-top:-35px;
      }
      .hero-section{
          padding-top:50px;
          padding-left:20px;
          padding-right:20px;
      }
    }


    .stats-container {
            width: 100%;
           
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 20px;
            align-items: center;
        }

        .content {
            padding: 40px 0;
        }

        .title {
            font-size: 60px;
            font-weight: 300;
            color: black;
            margin-bottom: -50px;
            line-height: 1.2;
            font-family: "Fustat", sans-serif;
            
        }

        .subtitle {
            font-size: 60px;
            font-weight: 300;
            font-style: italic;
            color: black;
            font-family: "Taviraj", serif;
            margin-top:20px;
        }

        .stats-grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 40px 60px;
            margin-bottom: 60px;
        }

        .stat-item {
            display: flex;
            flex-direction: column;
        }

        .stat-number {
            font-size: 72px;
            font-weight: normal;
            color:black;
            line-height: 1;
            margin-bottom: 8px;
            display: flex;
            align-items: center;
            gap: 8px;
            font-family: "Fustat", sans-serif;
        }

        .arrow-icon {
            font-size: 32px;
            opacity: 0.6;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-top: -4px;
        }

        .stat-description {
            font-size: 16px;
            color: #7f8c8d;
            line-height: 1.4;
            font-weight: 400;
        }

        .title-span, .subtitle-span {
    display: inline-block;
    transform: translateY(50px);
    opacity: 0;
    filter: blur(10px);
}

        .about-btn {
            display: inline-flex;
            align-items: center;
            gap: 12px;
            padding: 12px 24px;
            background: transparent;
            border: 2px solid #2c3e50;
            border-radius: 50px;
            color: #2c3e50;
            text-decoration: none;
            font-size: 16px;
            font-weight: 500;
            letter-spacing: 0.5px;
            transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
            text-transform: uppercase;
            position: relative;
            transform: translateY(0);
        }

        .about-btn:hover {
            color: black;
            border: 2px solid black;
        }

        .about-btn span {
            transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        .about-btn:hover span {
            transform: translateX(4px);
        }

        .image-section {
            position: relative;
            height: 100%;
            min-height: 600px;
            border-radius: 20px;
            overflow: hidden;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        }

        .image-section img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

        .counter {
            opacity: 0;
            transform: translateY(20px);
            animation: countUp 2s ease-out forwards;
        }

        @keyframes countUp {
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

     @media (max-width: 768px) {
    .stats-container {
        grid-template-columns: 1fr;
        gap: 0px !important;
       
    }

    .title,
    .subtitle {
        font-size: 36px;
        margin-bottom: 20px;
        text-align: left;
    }

    .subtitle{
        margin-top:-45px !important;
    }
    .stats-grid {
        grid-template-columns: 1fr 1fr;
        gap: 20px 30px;
    }

    .stat-number {
        font-size: 48px;
        justify-content: flex-start;
    }

    .stat-description {
        font-size: 14px;
        text-align: left;
    }

    .about-btn {
        font-size: 14px;
        padding: 10px 20px;
        justify-content: flex-start;
        width: fit-content;
    }

    .image-section {
        height: 400px !important;
        min-height: unset !important;
        max-height: 400px;
        border-radius: 12px;
        margin-right:40px;
    }

    .image-section img {
        height: 100% !important;
        object-fit: cover;
        object-position: center;
    }
    .smart-textpng svg{
        width:350px;
    }
   
    .deger-baslik{
        padding-bottom:20px;
    }
}


.hero {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-radius: 0 0 30px 30px;
    margin-bottom: 40px;
}

.hero-b {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
    transform: scale(1.05);
    filter: blur(2px);
    opacity: 0;
}

.overlay {
    position: absolute;
    z-index: 2;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.85), rgba(0, 0, 0, 0));
    padding: 40px;
    width: 100%;
    text-align: center;
    color: white;
    transform: translateY(50px);
    opacity: 0;
    filter: blur(10px);
    bottom:0px;
}

.hero-t span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    filter: blur(4px);
}

.hero-t{
    font-size:40px
}

.hero-tt span {
    display: inline-block;
    opacity: 0;
    transform: translateY(20px);
    filter: blur(4px);
}

.hero-tt{
    font-size:40px
}
.breadcrumb {
    font-size: 14px;
    opacity: 0.8;
    margin-top: 10px;
}



 .about-container {
      max-width: 1350px;
      margin: 0 auto;
      text-align:center;
    
      padding-bottom:50px;
      padding-top:30px;
      font-size:24px;
       font-style: italic;
        font-family: "Taviraj", serif;
        font-weight:300;
      
    }

    .about-section {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 80px;
    }

    .about-text {
      flex: 1 1 500px;
      padding-right: 30px;
    }

    .about-text h2 {
      font-size: 30px;
      font-weight: bold;
      margin-bottom: 20px;
    }

    .about-text p {
      font-size: 16px;
      margin-bottom: 16px;
    }

    .about-image {
      flex: 1 1 400px;
      text-align: right;
    }

    .about-image img {
      width: 100%;
      max-width: 800px;
      height: auto;
      border-radius: 16px;
    }

    .about-header {
      display: flex;
      align-items: center;
      margin-bottom: 24px;
    }

    .about-header h2 {
      font-size: 40px;
      font-weight: 400;
      margin-right: 16px;
      white-space: nowrap;
      text-align:left;
    }
    .about-header h2 span{
         font-family: "Taviraj", serif !important;
  font-weight: 300;
  font-style: italic;
    font-size:50px;
    }

    .about-header .about-line {
      flex-grow: 1;
      height: 1px;
      background-color: #ccc;
    }

    .about-paragraphs p {
      font-size: 15px;
      margin-bottom: 14px;
    }
    .about-containeer{
        width:1350px;
        margin: 0 auto;
    }

    .about-paragraphss{
        text-align:left;
        padding-bottom:50px;
    }
    .about-paragraphss p{
        font-size:15px;
    }
    .about-paragraphss li{
        font-size:15px;
    }
    .about-paragraphss h2{
        font-size:25px;
    }
    .about-paragraphss h1{
        font-size:25px;
    }
    .about-title {
      opacity: 0;
      transform: translateY(50px);
    }
    .breadcrumb a {
    color: white;
    text-decoration: none;
}


.layout {
      display: flex;
      justify-content: space-between;
      gap: 40px;
      max-width: 1350px;
      margin: auto;
      flex-wrap: wrap;
    }

    .column {
      flex: 1;
      min-width: 300px;
    }

    .safety-item {
      margin-bottom: 32px;
    }

    .safety-title {
      font-weight: 600;
      display: flex;
      align-items: baseline;
      margin-bottom: 5px;
    }

    .bullet {
      color: black;
      font-weight: bold;
      margin-right: 8px;
    }

    .safety-desc {
      margin-left: 18px;
      line-height: 1.5;
    }



 .flip-container {
            position: relative;
            display: flex;
            align-items: center;
            width: 1350px;
            overflow: hidden;
            flex-direction: column;
             min-height: 700px;
             margin: auto 0;
        }
        
        .circle-toggle {
            border: none;
          
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            font-size: 18px;
            margin: 10px;
            transition: 0.3s ease;
            z-index: 10;
            background:none;
            width:100px;
        }
        .circle-toggle img{
            width:70px;
        }
        
        @media (max-width: 768px) {
  .about-container,
  .about-containeer {
    width: 100%;
    padding: 0 16px;
    font-size: 18px;
  }
.hero-t{
    font-size:30px;
}
.hero-template-second__content{
    padding:0px 10px !important;
}


  .about-section {
    margin-bottom: 40px;
  }

  .about-text {
    padding-right: 0;
    margin-bottom: 20px;
  }

  .about-text h2 {
    font-size: 24px;
  }

  .about-text p,
  .about-paragraphs p,
  .about-paragraphss p,
  .about-paragraphss li {
    font-size: 14px;
  }

  .about-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    text-align: left;
  }

  .about-header h2 {
    font-size: 28px;
    margin-right: 0;
  }

  .about-header h2 span {
    font-size: 32px;
  }

  .about-image {
    text-align: center;
  }

  .about-image img {
    max-width: 100%;
  }

  .about-paragraphss h1,
  .about-paragraphss h2 {
    font-size: 20px;
  }

  .layout {
    flex-direction: column;
    gap: 24px;
    padding: 0 16px;
  }

  .column {
    min-width: 100%;
  }

  .safety-title {
    font-size: 16px;
  }

  .safety-desc {
    font-size: 14px;
  }
}

     
        .box-wrapper {
            overflow: hidden;
            width: 100%;
            height: 650px;
        }
        
      .box-content {
    display: flex;
    transition: transform 0.8s ease; /* smooth slide geçişi */
}
        
        .item {
            flex: 0 0 30%;
            text-align: center;
            opacity: 0.4;
            transform: scale(0.6);
            transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                        transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), 
                        filter 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            filter: blur(3px);
            display: flex;
            flex-direction: column;
            align-items: center;
        }
        
        .item a {
            margin-top: 40px;
            font-size: 24px;
            color: #555;
        }
        
        .box-content .item.active {
            opacity: 1;
            transform: scale(1);
            filter: blur(0);
        }
        
        .item-title {
            margin-top: 20px;
            font-size: 18px;
            color: #333;
            font-weight: 600;
            transition: color 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        .item.active .item-title {
            color:black;
        }
        
        .item-description {
            margin-top: 10px;
            font-size: 16px;
            color: #666;
            line-height: 1.6;
            max-width: 700px;
            opacity: 0;
            max-height: 0;
            overflow: hidden;
                transition: opacity 0.6s ease, max-height 0.6s ease;

        }
        
       .item.active .item-description {
    opacity: 1;
    max-height: 200px; 
}
        .direction-buttons {
            display: flex;
            justify-content:space-evenly;
            align-items: center;
            width: 100%;
            margin-top: -70px;
            position: relative;
        }
        
        .progress-indicator {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translateX(-50%) translateY(-50%);
            width: 200px;
            height: 4px;
            background-color: rgba(0, 0, 0, 0.1);
            border-radius: 2px;
            overflow: hidden;
        }
        
        .progress-line {
            height: 100%;
            background: black;
            border-radius: 2px;
            transition: transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
            transform-origin: left center;
            width: 20%;
        }
        
        .item img {
            width: 400px;
            height: 400px;
            object-fit: cover;
            transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
        }
        
        .item.active img {
            width: 600px;
            height: 364px;
        }
        
        
        
       @media (max-width: 768px) {
    .flip-container {
        width: 100%;
        min-height: auto;
        padding: 10px 0;
    }
    .about-header {
    
        padding-right:20px;
        margin-bottom:0px;
    }
    .overlay svg{
        width:350px;
    }

    .item {
        flex: 0 0 30%; 
        opacity: 0.4;
        transform: scale(0.6);
        filter: blur(3px);
        padding: 5px;
    }

    .item.active {
        transform: scale(1);
        opacity: 1;
        filter: none;
    }

    .item img {
        width: 120px;
        height: 120px;
    }

    .item.active img {
        width: 180px;
        height: 180px;
    }

    .item-title {
        font-size: 14px;
    }

    .item-description {
        font-size: 13px;
        max-width: 260px;
    }

    .direction-buttons img {
        width: 40px;
    }

    .progress-indicator {
        width: 120px;
        height: 3px;
    }
}


  .dnt-main-wrapper {
            max-width: 1350px;
            margin: 0px auto;
            padding: 0 0px;
            display: flex;
            gap: 10px;
            
        }

        .dnt-info-panel {
            flex: 1;
            max-width: 50%;
        }

        .dnt-form-panel {
            flex: 1;
            max-width: 50%;
        }

        .dnt-office-block {
            margin-bottom: 60px;
        }

        .dnt-heading-primary {
            font-size: 35px;
            font-weight: 300;
            color: #000;
            margin-bottom: -10px;
        }

.dnt-heading-primaryy {
            font-size: 35px;
            font-weight: 300;
            color: #000;
            margin-bottom: 70px;
	
        }

        .dnt-heading-secondary {
            font-size: 35px;
            font-weight: 300;
            font-style: italic;
            color: #000;
            margin-bottom: 25px;
            font-family: "Taviraj", serif;
        }

        .dnt-address-text {
            font-size: 15px;
            color: #333;
            line-height: 1.5;
            margin-bottom: 0;
        }

        .dnt-contact-list {
            margin-top: 40px;
        }

        .dnt-contact-row {
            display: flex;
            align-items: center;
            margin-bottom: 20px;
        }

        .dnt-icon-circle {
            width: 50px;
            height: 50px;
            border: 2px solid #333;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 20px;
            font-size: 20px;

        }
         .dnt-icon-circle svg{
            padding:10px;
         }
        .dnt-contact-info {
            font-size: 15px;
            color: #333;
        }

        .dnt-form-heading {
            font-size: 35px;
            font-weight: 300;
            color: #000;
            margin-bottom: -10px;
        }

        .dnt-form-subheading {
            font-size: 35px;
            font-weight: 300;
            font-style: italic;
            color: #000;
            margin-bottom: 30px;
            font-family: "Taviraj", serif;
        }

        .dnt-input-row {
            display: flex;
            gap: 20px;
            margin-bottom: 20px;
        }

        .dnt-field-wrapper {
            flex: 1;
            position: relative;
        }

        .dnt-field-wrapper.dnt-full-width {
            width: 100%;
            margin-bottom: 20px;
        }

        .dnt-field-wrapper input,
        .dnt-field-wrapper textarea {
            width: 100%;
            padding: 0;
            border: none;
            border-bottom: 1px solid #ccc;
            background: transparent;
            font-size: 16px;
            padding-bottom: 8px;
            outline: none;
            transition: all 0.3s ease;
        }

        .dnt-field-wrapper input:hover,
        .dnt-field-wrapper textarea:hover {
            border-bottom: 1px solid #666;
        }

        .dnt-field-wrapper input:focus,
        .dnt-field-wrapper textarea:focus {
            border-bottom: 2px solid #333;
            transform: translateY(-1px);
        }

        .dnt-field-wrapper textarea {
            border-bottom: 1px solid #ccc;
            resize: none;
            height: 60px;
            margin-bottom: 10px;
        }

        .dnt-consent-notice {
            font-size: 12px;
            color: #666;
            line-height: 1.4;
            margin: 20px 0 15px 0;
        }

        .dnt-preference-list {
            display: flex;
            gap: 30px;
            margin-bottom: 20px;
            align-items: center;
        }

        .dnt-checkbox-item {
            display: flex;
            align-items: center;
            gap: 8px;
            cursor: pointer;
        }

        .dnt-checkbox-item input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 18px;
            height: 18px;
            border: 2px solid #333;
            background-color: transparent;
            cursor: pointer;
            position: relative;
            transition: all 0.2s ease;
        }

        .dnt-checkbox-item input[type="checkbox"]:hover {
            border-color: #000;
            transform: scale(1.05);
        }

        .dnt-checkbox-item input[type="checkbox"]:checked {
            background-color: #333;
            border-color: #333;
        }

        .dnt-checkbox-item input[type="checkbox"]:checked::after {
            content: '✓';
            position: absolute;
            color: white;
            font-size: 12px;
            font-weight: bold;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .dnt-checkbox-item label {
            font-size: 14px;
            color: #333;
            cursor: pointer;
            transition: color 0.2s ease;
        }

        .dnt-checkbox-item:hover label {
            color: #000;
        }

        .dnt-legal-section {
            margin: 20px 0 30px 0;
        }

        .dnt-legal-checkbox {
            display: flex;
            align-items: flex-start;
            gap: 8px;
            cursor: pointer;
        }

        .dnt-legal-checkbox input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            -moz-appearance: none;
            width: 18px;
            height: 18px;
            border: 2px solid #333;
            background-color: transparent;
            cursor: pointer;
            position: relative;
            margin-top: 2px;
            transition: all 0.2s ease;
            flex-shrink: 0;
        }

        .dnt-legal-checkbox input[type="checkbox"]:hover {
            border-color: #000;
            transform: scale(1.05);
        }

        .dnt-legal-checkbox input[type="checkbox"]:checked {
            background-color: #333;
            border-color: #333;
        }

        .dnt-legal-checkbox input[type="checkbox"]:checked::after {
            content: '✓';
            position: absolute;
            color: white;
            font-size: 12px;
            font-weight: bold;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        .dnt-legal-checkbox label {
            font-size: 14px;
            color: #333;
            line-height: 1.3;
            cursor: pointer;
            transition: color 0.2s ease;
        }

        .dnt-legal-checkbox:hover label {
            color: #000;
        }

        .dnt-submit-button {
            width: 100%;
            padding: 12px;
            background-color: #f0f0f0;
            border: 1px solid #ccc;
            border-radius: 25px;
            font-size: 14px;
            font-weight: 500;
            color: #666;
            cursor: pointer;
            text-transform: uppercase;
            letter-spacing: 0.5px;
            transition: all 0.3s ease;
        }

        .dnt-submit-button:hover {
            background-color: #333;
            color: white;
            border-color: #333;
            transform: translateY(-2px);
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
        }

        @media (max-width: 768px) {
            .dnt-main-wrapper {
                flex-direction: column;
                gap: 30px;
                margin: 20px auto;
                padding: 0 15px;
            }
            
            .dnt-info-panel {
                max-width: 100%;
            }
			
			.dnt-heading-primaryy {
          
            margin-bottom: 0px;
	
        }
            
            .dnt-form-panel {
                max-width: 100%;
            }
            
            .dnt-office-block {
                margin-bottom: 40px;
            }
            
            .dnt-heading-primary {
                font-size: 30px;
            }
            
            .dnt-heading-secondary {
                font-size: 28px;
            }
            
            .dnt-form-heading {
                font-size: 28px;
            }
            
            .dnt-form-subheading {
                font-size: 28px;
            }
            
            .dnt-input-row {
                flex-direction: column;
                gap: 0;
                margin-bottom: 5px;
            }
            
            .dnt-field-wrapper {
                margin-bottom: 15px;
            }
            
            .dnt-preference-list {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: space-between;
                gap: 10px;
            }
            
            .dnt-checkbox-item {
                flex: 0 1 auto;
                min-width: 80px;
            }
            
            .dnt-contact-list {
                margin-top: 30px;
            }
            
            .dnt-contact-row {
                margin-bottom: 15px;
            }
            
            .dnt-icon-circle {
                width: 45px;
                height: 45px;
                margin-right: 15px;
                font-size: 18px;
            }
            
            .dnt-submit-button {
                padding: 15px;
                font-size: 16px;
            }
        }
        
        @media (max-width: 480px) {
            .dnt-main-wrapper {
                margin: 15px auto;
                padding: 0 10px;
                gap: 25px;
            }
            .blog-in-title{
    font-size:30px !important;
}
            .dnt-heading-primary {
                font-size: 30px;
            }
            
            .dnt-heading-secondary {
                font-size: 30px;
                margin-bottom: 20px;
            }
            
            .dnt-form-heading {
                font-size: 30px;
            }
            
            .dnt-form-subheading {
                font-size: 30px;
                margin-bottom: 25px;
            }
            
            .dnt-office-block {
                margin-bottom: 30px;
            }
            
            .dnt-contact-row {
                margin-bottom: 12px;
            }
            
            .dnt-icon-circle {
                width: 40px;
                height: 40px;
                margin-right: 12px;
                font-size: 16px;
            }
            
            .dnt-contact-info {
                font-size: 20px;
            }
            
            .dnt-field-wrapper input,
            .dnt-field-wrapper textarea {
                font-size: 16px;
                padding-bottom: 10px;
                color:black !important;
            }
            
            .dnt-field-wrapper textarea {
                height: 80px;
                color: black !important;
            }
            
            .dnt-preference-list {
                flex-direction: row;
                flex-wrap: wrap;
                justify-content: flex-start;
                gap: 15px;
            }
            
            .dnt-checkbox-item {
                flex: 0 1 auto;
                min-width: 70px;
                margin-bottom: 0;
            }
            
            .dnt-checkbox-item input[type="checkbox"] {
                width: 20px;
                height: 20px;
            }
            
            .dnt-legal-checkbox input[type="checkbox"] {
                width: 20px;
                height: 20px;
            }
            
            .dnt-submit-button {
                padding: 18px;
                font-size: 16px;
                border-radius: 30px;
            }
            
            .dnt-consent-notice {
                font-size: 13px;
                margin: 15px 0 12px 0;
            }
            
            .dnt-legal-section {
                margin: 15px 0 25px 0;
            }
        }


        .location{
            width:1350px;
            margin:0 auto;
        }


.proje-talep-wrapper {
  position: relative;
  background: url('https://fabbroyachts.com/wp-content/uploads/2025/08/footerbg21-scaled.webp') no-repeat center center;
  background-size: cover;
  padding:50px 50px 0 50px;
  margin-top:50px;
}

.proje-talep-container {
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(10px);
   -webkit-backdrop-filter: blur(10px);
  border-radius: 20px 20px 0 0;
  padding: 40px;
  max-width: 1350;
  margin: 0 auto;
  color: #fff;
}

.talep-container a{
    text-decoration:none;
}

.proje-talep-container h1 {
  text-align: center;
  font-size: 45px;

  font-weight:300;
}

.proje-talep-container h2 {
  text-align: center;
  font-style: italic;
  font-weight: 300;
  font-size: 45px;
  margin-top:-50px;
  margin-bottom: 30px;
  font-family: "Taviraj", serif;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  box-sizing: border-box;
}
.form-grid input, select, textarea {
  background: transparent;
  border: none;
  border-bottom: 2px solid #fff;
  padding: 10px;
  color: black !important;
  font-size: 16px;
}

.form-grid input, textarea{
    border-radius:0px !important;
}
.checkbox-group input[type="checkbox"], .kvkk input[type="checkbox"]{
    border-radius:5px !important;
}

.form-grid input::placeholder, textarea::placeholder, select {
  color: #ddd;
}

.form-grid select {
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="28" width="14" viewBox="0 0 14 28" xmlns="http://www.w3.org/2000/svg"><path d="M2 10l5 5 5-5" stroke="%23fff" stroke-width="2" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 14px 28px;
  border-bottom: 2px solid #fff;
  background-color: transparent;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.form-grid select:focus {
  border-color: #7cbf7c;
  box-shadow: 0 0 8px rgba(124, 191, 124, 0.6);
  outline: none;
}

.form-grid textarea {
  resize: none;
  height:45px;
   font-family: "Fustat", sans-serif;
}

.checkbox-group {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  font-size: 14px;
}

.checkbox-group input[type="checkbox"],
.kvkk input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 18px;
    height: 18px;
    border: 2px solid #b8d8b8; 
    background-color: transparent;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    margin-top: 2px;
    transition: all 0.25s ease;
    flex-shrink: 0;
    border-radius: 4px;
}

.checkbox-group input[type="checkbox"]:hover,
.kvkk input[type="checkbox"]:hover {
    border-color: #7cbf7c; 
    transform: scale(1.1);
}
.checkbox-group label,
.kvkk label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
  font-size: 14px;
  color: #fff;
}

.checkbox-group input[type="checkbox"]:checked,
.kvkk input[type="checkbox"]:checked {
    background-color: #7cbf7c;
    border-color: #7cbf7c;
}

.checkbox-group input[type="checkbox"]:checked::after,
.kvkk input[type="checkbox"]:checked::after {
    content: '✓';
    position: absolute;
    color: white;
    font-size: 14px;
    font-weight: bold;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    user-select: none;
}

.kvkk {
  font-size: 14px;
}
.custom-select-wrapper{
    padding-bottom:50px;
}
.submit-btn {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 12px;
  border-radius: 30px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #fff;
  color: #004400;
}

.form-grid select {
  position: relative;
  opacity: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 42px;
  cursor: pointer;
  z-index: 1;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
  font-family: "Fustat", sans-serif;
  margin: 0 auto;
  user-select: none;
  grid-column: span 1;
}

.custom-select-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 42px;
  background: transparent;
  border-bottom: 2px solid #fff;
  color: #fff;
  padding: 10px;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  border-radius: 0;
  z-index: 10;
}

.custom-select-box.open {
  border-color: #7cbf7c;
  box-shadow: 0 0 8px rgba(124, 191, 124, 0.6);
}

.custom-select-arrow {
  width: 14px;
  height: 28px;
  background-image: url('data:image/svg+xml;utf8,<svg fill="none" height="28" width="14" viewBox="0 0 14 28" xmlns="http://www.w3.org/2000/svg"><path d="M2 10l5 5 5-5" stroke="%23fff" stroke-width="2" fill="none"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: transform 0.3s ease;
}

.custom-select-box.open .custom-select-arrow {
  transform: rotate(180deg);
}

.custom-options {
  position: absolute;
  top: 42px;
  left: 0;
  right: 0;
  background: rgba(0, 50, 0, 0.9);
  border-radius: 0 0 20px 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0;
  z-index: 10;
  box-sizing: border-box;
}

.custom-options.open {
  max-height: 300px;
  opacity: 1;
  overflow-y: auto;
}

.custom-options div {
  padding: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #7cbf7c33;
}

.custom-options div:last-child {
  border-bottom: none;
}

.custom-options div:hover {
  background: #7cbf7c88;
}

@media (max-width: 768px) {
  .proje-talep-wrapper {
    padding: 30px 20px 0 20px;
  }

  .proje-talep-container {
    padding: 20px;
    max-width: 100%;
    margin: 0 10px;
  }

  .proje-talep-container h1,
  .proje-talep-container h2 {
    font-size: 28px;
    margin-top: 0;
  }
  
  .proje-talep-container h1{
      margin-bottom:-10px;
  }

 .form-grid {
    grid-template-columns: 1fr !important;  
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .form-grid textarea {
    grid-column: 1  !important; 
    height: 100px;
  }

  .custom-select-wrapper {
    max-width: 100%;
  }
    .custom-select-wrapper {
    grid-column: auto !important;
    max-width: 100%;
  }
  .form-grid textarea {
    grid-column: auto !important;
  }
  .checkbox-group, .kvkk, .submit-btn {
    grid-column: auto !important;
  }
}

section {
  position: relative;
  box-sizing: border-box;
  user-select: none;
  opacity: 0;
  transform: translateY(60px) scale(0.98);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94),
              transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1;
  /* backdrop-filter kaldırıldı, yerine hafif arka plan verildi */
  background: rgba(255, 255, 255, 0.03);
  border-radius: 12px;
  will-change: opacity, transform;
}

section::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(45deg, 
    transparent 0%, 
    rgba(255, 215, 0, 0.1) 50%, 
    transparent 100%);
  border-radius: 13px;
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: -1;
}


.section-wrapper {
  display: flex;
  align-items: center;
  gap: 60px;
  background-color: #f9f9f9;
  flex-wrap: wrap;
  width: 100%;
  padding: 20px;
  margin-top:80px;
}

.image-box img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  object-fit: cover;
}

.content-areaaa {
  max-width: 600px;
  width: 100%;
}

.title-felse {
  font-size: 60px;
  font-weight: 400;
}

.subtitle-felse {
  font-family: "Taviraj", serif;
  font-size: 60px;
  font-style: italic;
  display: block;
}

.line-separator {
  width: 300px;
  height: 3px;
  background-color: #a4906d;
  margin: 16px 0 24px 0;
}

.description {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.action-button {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 25px;
  padding: 12px 24px;
  color: #000;
  text-decoration: none;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;

  transition: all 0.3s ease;
  backdrop-filter: blur(20px);
  display: inline-flex;
  align-items: center;
  gap: 10px;
  transform: translateY(0);
  opacity: 1;
}

.action-button:hover {
  background: rgba(0, 0, 0, 0.08);
  border-color: rgba(0, 0, 0, 0.5);
}

.action-button::after {
  content: '→';
  font-size: 14px;
  transition: transform 0.3s ease;
}

.action-button:hover::after {
  transform: translateX(4px);
}

.flip {
  margin: 0 auto;
}

@media (max-width: 768px) {
  .section-wrapper {
    margin-top:50px;
    gap: 30px;
    padding-top:50px;
    padding-bottom:50px;
  }

  .image-box{
    display:none;
  }
  .title-felse,
  .subtitle-felse {
    font-size: 36px;
  }

  .line-separator {
    width: 100%;
    max-width: 200px;
    
  }

  .description {
    font-size: 14px;
  }

  
}



 .unique-premium-showcase {
          
            width: 100%;
            height: 85vh;
            position: relative;
            overflow: hidden;
            padding-bottom:50px;
        }

        .unique-luxury-carousel {
            padding-top:50px;
            padding-bottom:100px;
            width: 100%;
            height: 100%;
            position: relative;
        }

        .unique-luxury-carousel .swiper-wrapper {
            align-items: center;
        }

        .unique-luxury-carousel .swiper-slide {
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            opacity: 0.25;
           
            filter: blur(0px) brightness(0.6) saturate(0.5);
        }

        .unique-luxury-carousel .swiper-slide-active {
            opacity: 1;
            transform: scale(1) rotateX(0deg) rotateY(0deg);
            filter: blur(0px) brightness(1) saturate(1);
            z-index: 15;
        }

        .unique-luxury-carousel .swiper-slide-next,
        .unique-luxury-carousel .swiper-slide-prev {
            opacity: 0.5;
        
            filter: blur(0px) brightness(0.75) saturate(0.8);
        }

        .unique-hero-visual {
            width: 280px;
            height: 180px;
            object-fit: cover;
            border-radius: 15px !important;
            margin-bottom: -30px;
            transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            position: relative;
            overflow: hidden;
        }

        .unique-hero-visual::after {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 100%;
            background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3), transparent);
            transition: left 0.9s ease;
        }

        .unique-luxury-carousel .swiper-slide-active .unique-hero-visual {
            width: 420px;
            height: 300px;
         
            transform: translateY(-15px);
        }

        .unique-luxury-carousel .swiper-slide-active .unique-hero-visual::after {
            left: 100%;
        }

        .unique-content-wrapper {
            color: white;
            text-align: center;
            max-width: 420px;
            position: relative;
        }

        .unique-primary-heading {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 0;
            transition: all 0.7s cubic-bezier(0.19, 1, 0.22, 1);
            transform: translateY(15px);
            opacity: 0.7;
        }

        .unique-luxury-carousel .swiper-slide-active .unique-primary-heading {
            font-size: 30px;
            margin-bottom: 25px;
            transform: translateY(0);
            opacity: 1;
           color: black;
        }

        .unique-detail-text {
            font-size: 16px !important;
            opacity: 0;
            transform: translateY(40px) scale(0.8);
            transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            line-height: 1.7;
          color:black;
            visibility: hidden;
            pointer-events: none;
            margin-top: 10px;
        }

        .unique-luxury-carousel .swiper-slide-active .unique-detail-text {
            opacity: 1;
            transform: translateY(0) scale(1);
            visibility: visible;
            pointer-events: auto;
            font-size: 1.2rem;
            animation: uniqueLuxuryFadeIn 0.9s ease-out 0.4s both;
        }

        @keyframes uniqueLuxuryFadeIn {
            from {
                opacity: 0;
                transform: translateY(40px) scale(0.8);
            }
            to {
                opacity: 1;
                transform: translateY(0) scale(1);
            }
        }

        .unique-nav-container {
            position: absolute;
            bottom: 40px;
            left: 50%;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            justify-content: space-between;
                     backdrop-filter: blur(20px);
            border-radius: 50px;
            padding: 8px;
          
            z-index: 25;
            width: 400px;
            height: 50px;
            
        }

        .unique-nav-indicators {
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            display: flex;
            align-items: center;
            width: 280px;
            height: 4px;
            background: #D9D9D9;
            border-radius: 2px;
            overflow: hidden;
        }

        .unique-sliding-line {
            position: absolute;
            top: 0;
            left: 0;
            width: 20%;
            height: 100%;
            background:black;
            border-radius: 2px;
            transition: all 0.9s cubic-bezier(0.19, 1, 0.22, 1);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
        }

        .unique-luxury-carousel .swiper-pagination-bullet {
            display: none;
        }

        .unique-elite-nav-next,
        .unique-elite-nav-prev {
            color: white;
            width: 35px;
            height: 35px;
            margin-top: 0;
            border-radius: 50%;
            backdrop-filter: blur(10px);
            transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1);
            position: relative;
            top: auto;
            left: auto;
            right: auto;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 12px;
            font-weight: bold;
        }

        .unique-elite-nav-next img,
        .unique-elite-nav-prev img {
            width:50px;
        }
        .unique-elite-nav-next:hover,
        .unique-elite-nav-prev:hover {
           
            transform: scale(1.1);
        }

        .unique-elite-nav-next:after,
        .unique-elite-nav-prev:after {
            font-size: 12px;
            font-weight: bold;
            transition: all 0.3s ease;
        }

        .unique-elite-nav-next:hover:after,
        .unique-elite-nav-prev:hover:after {
            text-shadow: 0 0 8px rgba(255, 255, 255, 0.8);
        }


        .unique-luxury-carousel .swiper-slide-active::before {
            content: '';
            position: absolute;
            top: -25px;
            left: -25px;
            right: -25px;
            bottom: -25px;
            background: radial-gradient(circle, rgba(255, 255, 255, 0.08) 0%, transparent 75%);
            border-radius: 35px;
            z-index: -1;
            animation: uniqueEliteGlow 4s ease-in-out infinite alternate;
        }

        @keyframes uniqueEliteGlow {
            from {
                box-shadow: 0 0 25px rgba(255, 255, 255, 0.15);
            }
            to {
                box-shadow: 0 0 50px rgba(255, 255, 255, 0.3);
            }
        }

        @media (max-width: 1200px) {
            .unique-hero-visual {
                width: 260px;
                height: 170px;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-hero-visual {
                width: 380px;
                height: 280px;
            }

            .unique-primary-heading {
                font-size: 1rem;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-primary-heading {
                font-size: 2.5rem;
            }

            .unique-nav-container {
                width: 380px;
                height: 48px;
            }

            .unique-nav-indicators {
                width: 260px;
            }
        }

        @media (max-width: 768px) {
            body {
                overflow-x: hidden;
            }

            .unique-premium-showcase {
                height: 70vh;
                padding: 0 10px;
            }

            .unique-hero-visual {
                width: 200px;
                height: 130px;
                margin-bottom: 20px;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-hero-visual {
                width: 280px;
                height: 180px;
                transform: translateY(-10px);
            }

            .unique-primary-heading {
                font-size: 0.9rem;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-primary-heading {
                font-size: 1.8rem;
                margin-bottom: 15px;
            }

            .unique-detail-text {
                font-size: 0.8rem;
                padding: 0 10px;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-detail-text {
                font-size: 0.95rem;
                padding: 0 15px;
            }

            .unique-nav-container {
                width: 280px;
                height: 42px;
                padding: 6px;
                bottom: 30px;
            }

            .unique-nav-indicators {
                width: 180px;
            }

            .unique-elite-nav-next,
            .unique-elite-nav-prev {
                width: 30px;
                height: 30px;
            }

            .unique-elite-nav-next:after,
            .unique-elite-nav-prev:after {
                font-size: 10px;
            }
        }

        @media (max-width: 480px) {
            .unique-premium-showcase {
                padding: 0 5px;
                height:70vh;
            }

            .unique-hero-visual {
                width: 180px;
                height: 120px;
                margin-bottom: 15px;
                border-radius: 20px;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-hero-visual {
                width: 260px;
                height: 170px;
                border-radius: 25px;
                transform: translateY(-8px);
            }

            .unique-primary-heading {
                font-size: 0.8rem;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-primary-heading {
                font-size: 1.6rem;
                margin-bottom: 12px;
            }

            .unique-detail-text {
                font-size: 0.75rem;
                padding: 0 8px;
                line-height: 1.5;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-detail-text {
                font-size: 0.9rem;
                padding: 0 12px;
            }

            .unique-nav-container {
                width: 250px;
                height: 40px;
                padding: 5px;
                bottom: 25px;
            }

            .unique-nav-indicators {
                width: 150px;
                height: 3px;
            }

            .unique-elite-nav-next,
            .unique-elite-nav-prev {
                width: 28px;
                height: 28px;
            }

            .unique-elite-nav-next:after,
            .unique-elite-nav-prev:after {
                font-size: 9px;
            }
        }

        @media (max-width: 360px) {
            .unique-hero-visual {
                width: 160px;
                height: 110px;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-hero-visual {
                width: 240px;
                height: 155px;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-primary-heading {
                font-size: 1.4rem;
            }

            .unique-detail-text {
                font-size: 0.7rem;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-detail-text {
                font-size: 0.85rem;
            }

            .unique-nav-container {
                width: 220px;
                height: 38px;
            }

            .unique-nav-indicators {
                width: 130px;
            }

            .unique-elite-nav-next,
            .unique-elite-nav-prev {
                width: 26px;
                height: 26px;
            }
        }

        @media (max-height: 500px) and (orientation: landscape) {
            .unique-premium-showcase {
                height: 100vh;
            }

            .unique-hero-visual {
                width: 150px;
                height: 100px;
                margin-bottom: 10px;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-hero-visual {
                width: 220px;
                height: 140px;
                transform: translateY(-5px);
            }

            .unique-luxury-carousel .swiper-slide-active .unique-primary-heading {
                font-size: 1.2rem;
                margin-bottom: 8px;
            }

            .unique-detail-text {
                font-size: 0.7rem;
            }

            .unique-luxury-carousel .swiper-slide-active .unique-detail-text {
                font-size: 0.8rem;
            }

            .unique-nav-container {
                bottom: 15px;
                height: 35px;
            }

            .unique-elite-nav-next,
            .unique-elite-nav-prev {
                width: 24px;
                height: 24px;
            }
        }

      .gallery-container {
            max-width:100%;
            margin: 50px auto;
            padding: 0 20px;
        }

        .gallery-wrapper {
            position: relative;
            border-radius: 20px;
            overflow: hidden;
        }

        .swiper {
            width: 100%;
            height: 100%;
            padding: 20px 0;
        }

        .swiper-slide {
            position: relative;
            display: flex;
            flex-direction: column;
        }

        .project-card {
            width: 100%;
            height: 100%;
            position: relative;
        }

        .project-image {
            width: 100%;
            height: 400px;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .project-image:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .project-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .project-card:hover .project-image img {
            transform: scale(1.05);
        }

        .project-info {
            padding: 20px 0;
        }

        .project-title {
            font-size: 24px;
            font-weight: 600;
            color: #1a1a1a;
            margin-bottom: 5px;
            text-decoration:none;
        }

        .project-location {
            font-size: 14px;
            color: #666;
            font-style: italic;
            
        }

        .controls {
            display: flex;
            align-items: center;
            justify-content: center;
            margin: 30px 0;
            gap: 15px;
        }

        .nav-button {
            width: 50px;
            height: 50px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
            
            background:none !important;
            z-index: 10;
        }

        .probtn{
            background:none !important;
            border:none;
            box-shadow:none;
        }

      
        .probtn img{
            width:50px;
        }
        .nav-button:hover {
            transform: scale(1.1);
        }

        .nav-button:disabled {
            opacity: 0.4;
            cursor: not-allowed;
            transform: none;
        }

        .swiper-pagination {
            position: relative;
            display: flex;
            justify-content: center;
            align-items: center;
            margin: 0 !important;
            width: 200px;
            height: 4px;
            background: #ddd;
            border-radius: 2px;
            overflow: hidden;
            --progress: 0px;
        }

        .swiper-pagination::before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 30%; 
            background: #333;
            border-radius: 2px;
            transition: transform 0.7s cubic-bezier(.4,0,.2,1);
            transform: translateX(var(--progress, 0px));
        }

 
        .swiper-pagination-bullet {
            display: none !important;
        }

        .all-projects-btn {
            margin: 30px auto 0;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
            padding: 15px 30px;
            border: 1px solid rgba(0, 0, 0, 0.25);
            border-radius: 25px;
            backdrop-filter: blur(12px);
            background: white;
            color: #333;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
            width: fit-content;
            cursor: pointer;
        }

        .all-projects-btn:hover {
            background: rgba(255,255,255,0.12);
            border-color: rgba(0, 0, 0, 0.5);
        }

        .all-projects-btn:after {
            content: '→';
            font-size: 14px;
            transition: transform 0.3s ease;
        }

        .all-projects-btn:hover::after {
            transform: translateX(4px);
        }

        @media (max-width: 1024px) {
            .project-image {
                height: 300px;
            }
        }

        @media (max-width: 768px) {
            .gallery-container {
                padding: 0 20px;
            }
            
            .project-image {
                height: 400px;
            }
            
            .project-title {
                font-size: 30px;
            }
        }

        @media (max-width: 480px) {
            .gallery-container {
                padding: 0 20px;
                margin: 30px auto;
            }
            
            .project-image {
                height: 400px;
            }
            
            .project-title {
                font-size: 30px;
            }
            
            .project-location {
                font-size: 13px;
            }
            
            .nav-button {
                width: 45px;
                height: 45px;
                font-size: 18px;
            }
            
            .controls {
                margin: 20px 0;
                gap: 15px;
            }
        }

        .swiper-button-disabled {
            opacity: 0.4;
            cursor: not-allowed;
        }

        .swiper-slide-active .project-image {
            transform: scale(1.02);
        }

    .title-wrapper {
      display: flex;
      flex-direction: column;
    }

    .animated-line {
      font-size: 60px;
      font-weight: 300;
      display: flex;
      flex-wrap: wrap;
    
    }
    #line2{
        font-family: "Taviraj", serif;
          font-style: italic;
          margin-top:-20px;
          margin-bottom:-20px;
    }
    .animated-line span {
      display: inline-block;
      opacity: 0;
      transform: translateY(40px);
      filter: blur(4px);
    }



        .talep-container {
            position: relative;
           
         
        }

        .do-talep-btn {
            position: fixed;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
            background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
            border: 1px solid rgba(0, 0, 0, 0.08);
            border-radius: 50px;
            padding: 25px 20px;
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 15px;
            cursor: pointer;
            border: 1px solid rgba(0, 0, 0, 0.12);
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            z-index: 1000;
            backdrop-filter: blur(10px);
            width: 55px;
        }

        .do-talep-btn:hover {
            transform: translateY(-50%) translateY(-5px);
            background: linear-gradient(135deg, #ffffff 0%, #f1f3f4 100%);
            border-color: rgba(0, 0, 0, 0.12);
        }

        .do-talep-btn svg {
            width: 24px;
            height: 24px;
            color: #2d5a27;
            filter: drop-shadow(0 2px 4px rgba(45, 90, 39, 0.2));
        }

        .do-talep-btn span {
            font-size: 14px;
            font-weight: 500;
            color: black;
            text-align: center;
            letter-spacing: 0.5px;
            text-transform: uppercase;
            writing-mode: vertical-lr;
            text-orientation: mixed;
        }

       

        .whatsapp-button {
  position: fixed;
  bottom: 20px;
  right: 20px;


  transition: background-color 0.3s ease;
  z-index: 1000;
}
.whatsapp-button a img {
    width:180px;
}



        .degerlerimiz-baslik{
            width:1350px;
            margin:0 auto;
        }


    .smart-textpng img{
        width:1200px;
    }
  

    .blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  padding: 60px 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.blog-card {
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #fff;
 
}

.blog-card:hover {
  transform: translateY(-5px);
}
.blog-card a{
    text-decoration:none !important;
}

.blog-card img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  display: block;
  border-radius:15px;
}

.blog-card p {
  font-size: 30px;
  margin: 16px;
  color: #111;
  font-weight: 500;
}

.blog-container a{
    text-decoration:none;
}


.hero-template-second {
  position: relative;
  width: 100%;
  height: 300px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
}

.hero-template-second__bg {
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  filter: grayscale(100%) brightness(0.7);
  transform: scale(1.03);
  transition: all 1s ease;
}

.hero-template-second__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: flex-end;
  padding: 0px 30px;
  color: white;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(5px);
}

.hero-template-second__heading {
  font-size: 2.4rem;
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
}

.hero-template-second__heading span {
  opacity: 0;
  transform: translateY(20px);
  display: inline-block;
  filter: blur(4px);
}

.hero-template-second__space {
  width: 0.6em;
}


.blog-in-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.4);
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.blog-in-hero-content {
    position: relative;
    color: #fff;
    z-index: 1;
}
.blog-in-title {
    font-size: 38px;
    font-weight: 500;
    margin-bottom: 10px;
}
.blog-in-breadcrumb {
    font-size: 14px;
    opacity: 0.85;
}
.blog-in-container {
    max-width: 1350px;
    margin: 60px auto;
    padding: 0 20px;
    line-height: 1.8;
    font-size: 17px;
    color: #333;
    font-family: 'Georgia', serif;
}
.blog-in-quote {
    font-style: italic;
    text-align: center;
    margin-bottom: 40px;
    font-size: 18px;
}
.blog-in-breadcrumb a{
    color:white;
    text-decoration:none;
} 



.media-banner {
  width: 100%;
  height: 300px;
  position: relative;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  overflow: hidden;
  margin-bottom: 3rem;
}

.hero-template-second__bg {
  background: url('https://fabbroyachts.com/wp-content/uploads/2025/07/projehero-scaled.webp') center center / cover no-repeat;
  width: 100%;
  height: 100%;
  opacity: 0;
  scale: 1.2;
  filter: blur(10px);
  transition: all 0.5s ease;
}

.media-banner__overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.3);
  display: flex;
  align-items: flex-end;
  padding-left: 2rem;
  opacity: 0;
  transform: translateY(50px);
  filter: blur(10px);
}

.media-banner__title {
  color: white;
  font-size: 2.5rem;
  display: flex;
  gap: 0.2rem;
}

.media-banner__title span {
  display: inline-block;
  transform: translateY(40px);
  opacity: 0;
  filter: blur(10px);
}


.project-page {
    margin:0 auto;
    width:1350px;

    padding-bottom:50px;

}

.project-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: flex-start;
}
.project-card {
  flex: 1 1 500px;
  max-width: 400px;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
}
.project-card__image {
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius:15px;
}
.project-card__title {
  margin: 1rem;
  font-size: 1.2rem;
}
.project-card__desc {
  margin: 0 1rem 1rem;
 padding-top:20px;
}
.project-card__tag {
  margin: 0 1rem 1rem;
  font-size: 0.9rem;
 
}

.projeler-char-animate {
  display: inline-block;
  transform: translateY(40px);
  opacity: 0;
  filter: blur(6px);
}
.project-section__title{
    font-size:60px;
    font-weight:300;
}
.project-section__title em {
  font-style: italic;
  display: inline-block; 
  font-family: "Taviraj", serif;
    margin-top:-50px !important;
       

}
#projeler-title-secondary{
    padding-top:50px;
}


@media (max-width: 768px) {
   .project-page {
    width: 100%;
    padding: 0 1rem;
    box-sizing: border-box;
  }

  .project-section__title {
    font-size: 40px;
  }

  .project-list {
    justify-content: center;
  }

  .project-card {
    flex: 1 1 100%;
    max-width: 100%;
  }



  .project-card__image {
    height: 300px;
  }

  .project-card__title {
    font-size: 1rem;
    margin: 0.8rem;
  }

  .project-card__desc,
  .project-card__tag {
    margin: 0 1rem 1rem;
    font-size: 30px;
  }

  .project-card-wrapper a {
    font-size: 24px;
  }
}

.project-card-wrapper a{
    font-size:30px;
    color:black !important;
    text-decoration:none;
}

.project-card-wrapper:hover{
   transform: scale(1.05);
}

.project-card-wrapper{
      transition: transform 0.3s ease;

}

.dp-content-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  flex-wrap: wrap;
}

.dp-text-col {
  flex: 0 0 50%;
}

.picic {
  flex: 0 0 45%;
}

.picic img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius:15px;
}

.degericpic{
    width:1350px;
    justify-content: center;
    display: flex;
    padding-top:20px;
    padding-bottom:20px;
}
.degericpic img{
    margin:0 auto;
    width:70%;
    border-radius:20px;
}
@media (max-width: 768px) {
    .degericpic{
        width:100%;
    }
    .degericpic img {
        width:100%;
    }
}
.dp-heading-sub,
.dp-heading-main {

  margin: 0 0 0 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.dp-heading-sub{
    font-size:40px;
      font-family: 'Fustat', serif;
      font-weight:400;

}

.dp-heading-main{
    font-size:45px;
      font-family: 'Taviraj', serif;
      font-weight:400;
      font-style:italic

}



.dp-char-animate {
  opacity: 0;
  transform: translateY(50px);
  filter: blur(4px);
  display: inline-block;
}

hr {
  margin: 100px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.dp-description {
  font-size: 16px;
}

.dp-container {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 20px;
}



@media (max-width: 768px) {
  .dp-content-block {
    flex-direction: column;
    gap: 30px;
  }

  .dp-text-col,
  .picic {
    flex: 0 0 100%;
    width: 100%;
  }

  .dp-heading-sub,
  .dp-heading-main {
    font-size: 25px;
  }

  .dp-description {
    font-size: 15px;
  }
}

.about-pic{
    width:1350px;
    margin: 0 auto;
    display:flex;
    justify-content:center;
}

.about-pic img{
    width:200px;
    padding-bottom:50px;
}

.df-feature-section-unique {
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px 0;
}

.df-feature-box-unique {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
}

.df-feature-img-unique {
  max-width: 500px;
  width: 100%;
  border-radius: 12px;
}

.df-feature-text {
  flex: 1;
}

.df-feature-heading,
.df-feature-subheading {
  font-weight: normal;
  overflow: hidden;
}

.df-char-animate-unique {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
  filter: blur(4px);
}

.df-feature-text .df-inner {
  font-size: 16px !important;
}

.df-feature-text p {
  font-size: 40px;
}

.df-italic {
  font-family: "Taviraj", serif;
  font-style: italic;
  margin-top: -50px;
  font-size: 50px !important;
  font-weight:300;
}

@media (max-width: 768px) {
    .df-feature-section-unique{
        padding:0px;
        padding:20px;
    }
  .df-feature-box-unique {
    flex-direction: column !important;
    gap: 30px;
    
  }

  .df-feature-text p {
    font-size: 24px;
  }

  .df-feature-text .df-inner {
    font-size: 14px !important;
  }

  .df-feature-img-unique {
    max-width: 100%;
    height: auto;
  }
  .df-feature-text p{
    font-size:35px !important;
  }

  .df-italic {
    font-size: 30px !important;
    margin-top: -20px;
  }
  .dnt-main-wrapper{
    padding:20px;
  }
}


     .error-404 {
    text-align: center;
    padding: 100px 20px;
  }

  .error-404 h1 {
    font-size: 100px;
    margin-bottom: 20px;
    color: black;
  }

  .error-404 h2 {
    font-size: 28px;
    margin-bottom: 10px;
  }

  .error-404 p {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
  }

  .error-404 a {
    display: inline-block;
    padding: 12px 24px;
        background: linear-gradient(135deg, #fff 0%, #f8f9fa 100%);
    color: black;
    text-decoration: none;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.12);
  }
.footer-logo img {
    max-height: 80px;
    height: auto;
    width: auto;
}
.felse{
    width:1350px;
    margin:0 auto;
   
      display: flex;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}

.kvkk label a{
    
    color:white;
}

.dnt-legal-checkbox label a{
    color:black
}

.dnt-field-wrapper textarea{
     font-family: "Fustat", sans-serif;
	color: black !important;
}

.project-hr{
    width:1350px;
    margin:0 auto;
   
}
.dntpanelform {
    margin-top: 100px !important;
    display: flex;
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    gap: 80px;
    flex-wrap: wrap; 
    justify-content: center;
}

.dntpanelform img {
    width: 100%;
    max-width: 600px;
    height: auto;
    object-fit: cover;
    border-radius: 15px;
}

@media (max-width: 576px) {
    .dntpanelform {
        flex-direction: column;
        gap: 20px;
        padding:20px;
        margin-top:40px !important;
        padding-bottom:80px !important ;
    }
    .dntpanelform img {
        display:none;
    }
   
}


.z-modal-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 48px;
  color: white;
  cursor: pointer;
  padding: 10px;
  z-index: 99999;
  user-select: none;
}

.z-modal-prev { left: 20px; }
.z-modal-next { right: 20px; }

.z-modal-arrow span {
  font-weight: bold;
}

html[lang="tr"] .ingicerik {
    display: none !important;
}