/*
Theme Name: Mindworks
Theme URI: https://mindworks.media
Description: Mindworks custom theme
Version: 1.1.0
Author: Murat Kurtuldu
Author URI: https://muratkurtuldu.com.tr
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mindworks
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Imports */
@import url("https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@10/swiper-bundle.min.css");

/* Fonts */
@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk-Light.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Space Grotesk';
    src: url('assets/fonts/SpaceGrotesk-Bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
}

/* Global Styles */
body {
    font-family: 'Space Grotesk', sans-serif;
}

* {
    text-decoration: none;
}

.btn-acik {
    font-size: 0.9rem;
    font-weight: 900;
    letter-spacing: -1px;
    border-radius: 0;
    background-color: white;
    border-color: white;
}

.btn-acik:hover {
    border-color: white;
}

/* Slide Section */
#slide {
    position: relative;
    z-index: 1;
}

/* Header */
header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5555;
    backdrop-filter: blur(10px);
}

/* Koyu stil - şık, kontrastlı */
header .navbar-nav .dropdown-menu {
  background-color: #111; /* derin siyah */
  border: none;
  border-radius: 0.75rem;
  box-shadow: 0 8px 24px rgba(0,0,0,0.3);
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}

header .navbar-nav .dropdown-item {
  color: #f1f1f1;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
}

header .navbar-nav .dropdown-item:hover,
header .navbar-nav .dropdown-item:focus {
  background-color: rgba(255,255,255,0.08);
  color: #fff;
  transform: translateX(4px);
}

header .navbar-nav .dropdown-divider {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin: 0.5rem 0;
}


header .navbar-brand img {
    height: 50px;
}

header .nav-item {
    padding: 0 20px;
}

header .nav-item:last-child {
    padding-right: 0;
}

header .nav-item a {
    color: whitesmoke;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
}

header .altnav {
        background: rgba(255, 255, 255, 0.834);
}

header .altnav a {
    color: #565656;
}

header .altnav a:hover {
    color: black;
}

/* Main Content */
#main {
    position: relative;
    z-index: 5;
}

#main .figur {
    position: absolute;
    left: 0;
    top: 0;
}

/* Sections */
section {
    min-height: 200px;
}

/* Swiper */
.ust .swiper {
    width: 100%;
    height: auto;
}

.ust .swiper-slide {
    height: 650px;
}

.ust .slide-content h2 {
    font-weight: 300 !important;
    line-height: 60px;
    letter-spacing: -3px;
}

.ust .slide-content h2 strong {
    display: block;
    font-weight: 600;
}

.ust .slide-content .lead {
    font-size: 1rem;
    color: #999;
}

/* Info-Main */

#info-main {
    background: url(assets/images/bg-main-alt.svg) top repeat;
    min-height: 400px;
}

#info-main .info-main-icerik {
    background: white;
}

#info-main .info-main-icerik h2 {
    font-size: 3rem;
    font-weight: 200;
    letter-spacing: -3px;
    line-height: 53px;
}

#info-main .info-main-icerik h2 strong {
    display: block;
    font-weight: 700;
}

#info-main .info-main-icerik p {
    color: #565656;
    font-weight: 300;
}

/* Hizmetler */

#hizmetler {
    background: #f6f6f6;
}

/* Vertical Swiper */
.swiper-vertical {
    height: 400px;
    direction: ltr;
}

#hizmetler .swiper-slide {
    height: auto;
    padding: 20px 0;
}

.swiper-vertical .swiper-wrapper {
    flex-direction: column;
}

.swiper-vertical .swiper-button-next,
.swiper-vertical .swiper-button-prev {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
    width: 27px;
    height: 44px;
}

.swiper-vertical .swiper-button-next {
    bottom: 10px;
    top: auto;
}

.swiper-vertical .swiper-button-prev {
    top: 10px;
    bottom: auto;
}

#hizmetler {
    background: #f8f9fa;
}

#hizmetler .slide-card {
    position: relative;
    background: #fff;
    border: none;
    padding: 2rem 3rem;
    margin-bottom: 0;
    overflow: hidden;
    transition: all 0.4s ease;
    cursor: pointer;
    border-radius: 0;
}

#hizmetler slide-line {
    position: absolute;
    left: 0;
    top: 50%;
    width: 30px;
    height: 1px;
    background: #666;
    transform: translateY(-50%);
    transition: background 0.3s ease;
}

#hizmetler .slide-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 2;
}

#hizmetler .slide-content h5 {
    font-weight: 600;
    margin: 0;
    transition: color 0.3s ease;
}

#hizmetler .slide-card i {
    font-size: 1.4rem;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #333;
    position: absolute;
    right: 40px;
    bottom: 20px;
}

#hizmetler .slide-text {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    color: #f1f1f1;
    transition: all 0.4s ease;
    margin-top: 1rem;
}

/* Hover / Dokunma Efekti */
#hizmetler .slide-card:hover {
    background: url(assets/images/bg-hizmetler.jpg) no-repeat;
    background-size: cover;
    transform: scaleX(1.05);
    position: relative;
}

#hizmetler .slide-card:hover .slide-line {
    background: #fff;
}

#hizmetler .slide-card:hover h5,
#hizmetler .slide-card:hover i {
    color: #fff;
}

#hizmetler .slide-card:hover i {
    transform: translateX(5px);
}

#hizmetler .slide-card:hover .slide-text {
    opacity: 1;
    max-height: 120px;
}

/* Swiper ayarları */
#hizmetler .swiper {
    height: 400px;
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column;
}

#hizmetler .swiper-button-prev::after,
#hizmetler .swiper-button-next::after {
    color: black !important;
    font-size: 16px;
    padding-right: 10px;
    padding-left: 10px;
}

/* Partnerler */

#partnerler .swiper-slide {
    height: auto !important;

}

.partner-logo img {
    opacity: 0.7;
    filter: grayscale(100%);
    transition: all 0.3s ease;
}

.partner-logo:hover img {
    opacity: 1;
    filter: grayscale(0%);
}

/* Testimo */

#testimo .testimo-ic {
    background: #E1E1E1;
}

#testimo .line-tes {
    background: rgb(162, 162, 162);
    height: 1px;
    width: 60px;
    margin-top: 110px;
}

/* Stats */

#stats .card {
    border-radius: 0;
    border: 0;
    border-right: 1px solid #E1E1E1;
    position: relative;
}

#stats .row .col-lg-3:first-child .card {
    border-left: 1px solid #E1E1E1;
}

#stats .row .col-lg-3:first-child {
    padding-left: 0;
}

#stats .card-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 4rem;
    letter-spacing: -5px;
    opacity: 0.2;
}

#stats .card-title {
    text-align: center;
    color: #565656;
    line-height: 60px;
    font-weight: bolder;
    letter-spacing: -1px;
    font-size: 1.4rem;

}

footer .footbilgi {
    background: url(assets/images/bg-footer.jpg) no-repeat;
    background-size: 100% auto;
    background-position: 1px 112px;
    min-height: 500px;
}

footer .footbilgi h3 small {
    display: block;
    letter-spacing: -2px;
    font-size: 1.5rem;
    color: #565656;

}

footer .footbilgi h3 {
    font-size: 6rem;
    font-weight: bolder;
    letter-spacing: -2px;
    line-height: 43px;
    color: #E1E1E1;
}

.btn-footer {
    border-radius: 0;
    background: white;
    border: 0;
    font-size: 0.8rem;
    padding: 10px 20px;
}

.foot-imza ul {
    margin: 0;
    padding: 0;
}

.foot-imza ul li {
    list-style: none;
    display: inline;
    padding-right: 20px;
}

.foot-imza ul li a {
    text-decoration: none;
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase;
    color: #565656;
}

.foot-imza .f-adres {
    padding-left: 0;
}

.foot-imza .f-adres p {
    padding: 0;
    margin-bottom: 2px;
    font-size: 0.9rem;
}

.foot-imza .f-adres p:first-child {
    font-weight: bold;
}

/* Alt */

/* Açık stil - ferah ve modern */
.altnav .navbar-toggler-icon {
    filter: invert(1);
}
nav.navbar:not(.altnav) .navbar-nav .nav-link.active,
nav.navbar:not(.altnav) .navbar-nav .nav-link.show {
  color: white;
}

nav.navbar.altnav .navbar-nav .nav-link.active,
nav.navbar.altnav .navbar-nav .nav-link.show {
  color: black;
}
.altnav .navbar-nav .dropdown-menu {
  background-color: #ffffff;
  border: 1px solid #eaeaea;
  border-radius: 0 !important;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
  padding: 0.5rem 0;
  transition: all 0.3s ease;
}

.altnav .navbar-nav .dropdown-item {
  color: #333;
  padding: 0.6rem 1.5rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  transition: all 0.25s ease;
}

.altnav .navbar-nav  .dropdown-item:hover,
.altnav .navbar-nav  .dropdown-item:focus {
  background-color: #f8f9fa;
  color: #000;
  transform: translateX(4px);
}

.altnav .navbar-nav  .dropdown-divider {
  border-top: 1px solid #eee;
  margin: 0.5rem 0;
}


#sayfa-baslik {
    margin-top: 100px;
    background: #F6F6F6;
    min-height: auto;
}

#sayfa-baslik h1 {
    color: #3F3F46;
    font-size: 5rem;
    font-weight: 300;
    letter-spacing: -7px;
    padding-top: 50px;
    margin: 0;
    line-height: 54px;

}

#icerik {
    color: #565656;
    font-weight: 300;
}

#icerik .s-spot {
    font-size: 2rem;
    letter-spacing: -1px;
    line-height: 2rem;
    border-bottom: 18px solid #E1E1E1;
}

#icerik .s-icerik .img-manset {
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

.kategori ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.kategori ul li {
    background: #E1E1E1;
    padding: 40px 60px;
    position: relative;
    margin-bottom: 15px;
    transition: all 0.3s ease;
}

.kategori ul li::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 49%;
    left: 0;
    width: 40px;
    height: 1px;
    background: #999;
    transition: width 0.3s ease;
}

.kategori ul li:hover {
    background: #333;
    transform: translateX(10px);
}

.kategori ul li:hover::after {
    width: 60px;
    background: #fff;
}

.kategori ul li:hover a,
.kategori ul li:hover {
    color: #fff !important;
}

.kategori ul li a {
    text-decoration: none;
    color: black;
    font-weight: 600;
    font-size: 1.1rem;
}

.kategori ul li p {
    margin: 0;
}

.kategori ul li span {
    position: absolute;
    right: 30px;
    bottom: 15px;
    font-size: 1.5rem;
}

.kat-icerik .card,
.kat-icerik .card .card-img {
    border: 0;
    border-radius: 0;
    transition: all 0.4s ease;
    background: black;
    filter: grayscale(0.6);
}

.kat-icerik .card:hover img {
    transform: scale(1.1);
    transition: all 0.4s ease;
    opacity: 0.9;
    filter: grayscale(0);
}

.kat-icerik .card a {
    color: white;
    text-decoration: none;
}

.kat-icerik .card .czg {
    width: 25%;
    height: 1px;
    background: white;
    margin-right: 10px;
}

.kat-icerik .kat-ok {
    position: absolute;
    bottom: 10px;
    right: 20px;
    transition: transform 0.6s ease-in-out;
}

.kat-icerik .card:hover .kat-ok {
    animation: arrowMove 1.5s ease-in-out infinite;
}

.sayfa-alt {
    padding-top: 100px;
    background: transparent;
    min-height: auto;
}

.sayfa-alt h1 {
    font-size: 2.5rem;
    font-weight: 700;
    letter-spacing: -2px;
    padding-top: 20px;
    color: rgb(21, 21, 21);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.459);
}

.sayfa-alt blockquote {
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 1.6rem;
    opacity: 0.8;
    width: 75%;
}
.sa-icerik {
    z-index: 111;
}
.s-bg-icerik {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 200px;
  background-size: 100% auto;
  background-position: top;
  background-repeat: no-repeat;
  filter: blur(80px);
  overflow: hidden;
  opacity: 0;
    animation: bgFadeIn 1.6s ease-out forwards, bgFloat 14s ease-in-out infinite alternate;
}

@keyframes bgFadeIn {
  0% {
    opacity: 0;
    filter: blur(100px);
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    filter: blur(61px);
    transform: scale(1);
  }
}

.s-bg-icerik::after {
  content: "";
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  opacity: 0;
  animation: fadeOverlay 1.6s ease-out forwards;
  animation-delay: 0.4s;
}

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

@keyframes bgFloat {
  0% { transform: scale(1) translateY(0); }
  100% { transform: scale(1.03) translateY(-10px); }
}



@keyframes arrowMove {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    100% {
        transform: translateX(0);
    }
}

.reveal {
    position: relative;
    will-change: clip-path;
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    -webkit-transition: -webkit-clip-path 1s cubic-bezier(.75, .01, .21, .99);
    transition: -webkit-clip-path 1s cubic-bezier(.75, .01, .21, .99);
    transition: clip-path 1s cubic-bezier(.75, .01, .21, .99);
    transition: clip-path 1s cubic-bezier(.75, .01, .21, .99), -webkit-clip-path 1s cubic-bezier(.75, .01, .21, .99);

    opacity: 0;
    transition: 0.8s all ease;
}

.reveal.active {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    opacity: 1;
}
/* Preloader üst katman */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease;
}

/* Fade out sonrası kaldır */
#preloader.fade-out {
  opacity: 0;
  pointer-events: none;
}

@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 409.2989501953125px;
    stroke-dasharray: 409.2989501953125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 409.2989501953125px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 409.2989501953125px;
    stroke-dasharray: 409.2989501953125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 409.2989501953125px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
                       animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
          animation: animate-svg-stroke-1 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
               animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.8s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 109.90821838378906px;
    stroke-dasharray: 109.90821838378906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 109.90821838378906px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 109.90821838378906px;
    stroke-dasharray: 109.90821838378906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 109.90821838378906px;
  }
}

@-webkit-keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-2 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
                       animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
          animation: animate-svg-stroke-2 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
               animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.9s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 309.8365478515625px;
    stroke-dasharray: 309.8365478515625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 309.8365478515625px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 309.8365478515625px;
    stroke-dasharray: 309.8365478515625px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 309.8365478515625px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
                       animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
          animation: animate-svg-stroke-3 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
               animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 211.23683166503906px;
    stroke-dasharray: 211.23683166503906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 211.23683166503906px;
  }
}

@keyframes animate-svg-stroke-4 {
  0% {
    stroke-dashoffset: 211.23683166503906px;
    stroke-dasharray: 211.23683166503906px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 211.23683166503906px;
  }
}

@-webkit-keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-4 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-4 {
  -webkit-animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
                       animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
          animation: animate-svg-stroke-4 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.36s both,
               animate-svg-fill-4 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 376.9610290527344px;
    stroke-dasharray: 376.9610290527344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 376.9610290527344px;
  }
}

@keyframes animate-svg-stroke-5 {
  0% {
    stroke-dashoffset: 376.9610290527344px;
    stroke-dasharray: 376.9610290527344px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 376.9610290527344px;
  }
}

@-webkit-keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-5 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-5 {
  -webkit-animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
                       animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
          animation: animate-svg-stroke-5 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.48s both,
               animate-svg-fill-5 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2000000000000002s both;
}

@-webkit-keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 242.83236694335938px;
    stroke-dasharray: 242.83236694335938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242.83236694335938px;
  }
}

@keyframes animate-svg-stroke-6 {
  0% {
    stroke-dashoffset: 242.83236694335938px;
    stroke-dasharray: 242.83236694335938px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 242.83236694335938px;
  }
}

@-webkit-keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-6 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-6 {
  -webkit-animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
                       animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
          animation: animate-svg-stroke-6 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.6s both,
               animate-svg-fill-6 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.3s both;
}

@-webkit-keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 263.64471435546875px;
    stroke-dasharray: 263.64471435546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 263.64471435546875px;
  }
}

@keyframes animate-svg-stroke-7 {
  0% {
    stroke-dashoffset: 263.64471435546875px;
    stroke-dasharray: 263.64471435546875px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 263.64471435546875px;
  }
}

@-webkit-keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-7 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-7 {
  -webkit-animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
                       animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
          animation: animate-svg-stroke-7 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.72s both,
               animate-svg-fill-7 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.4000000000000001s both;
}

@-webkit-keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 224.03985595703125px;
    stroke-dasharray: 224.03985595703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 224.03985595703125px;
  }
}

@keyframes animate-svg-stroke-8 {
  0% {
    stroke-dashoffset: 224.03985595703125px;
    stroke-dasharray: 224.03985595703125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 224.03985595703125px;
  }
}

@-webkit-keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-8 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-8 {
  -webkit-animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
                       animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
          animation: animate-svg-stroke-8 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.84s both,
               animate-svg-fill-8 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.5s both;
}

@-webkit-keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 251.51771545410156px;
    stroke-dasharray: 251.51771545410156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 251.51771545410156px;
  }
}

@keyframes animate-svg-stroke-9 {
  0% {
    stroke-dashoffset: 251.51771545410156px;
    stroke-dasharray: 251.51771545410156px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 251.51771545410156px;
  }
}

@-webkit-keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

@keyframes animate-svg-fill-9 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(0, 0, 0);
  }
}

.svg-elem-9 {
  -webkit-animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
                       animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
          animation: animate-svg-stroke-9 1s cubic-bezier(0.47, 0, 0.745, 0.715) 0.96s both,
               animate-svg-fill-9 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.6s both;
}


/* Media Queries */

/* Laptop / Küçük Desktop ≤ 1199px */
@media (max-width: 1199px) {}

/* Large Tablet / iPad Landscape ≤ 991px */
@media (max-width: 991px) {

    .navbar-toggler {
        border: 0;
        border-radius: 0;
    }
    .navbar-nav .dropdown-menu {
        border-radius: 0 !important;
        border: none !important;
    }

    #slide .swiper img {
        height: 800px !important;
        width: auto !important;
        margin-left: -400px;
    }

    #stats {
        margin-top: 20px;
    }

    #stats .card {
        border: 1px solid #E1E1E1;
        position: relative;
    }

    #stats .col-lg-3 {
        margin-bottom: 20px;
    }

    #stats .row .col-lg-3:first-child .card {
        border-left: 1px solid #E1E1E1;
    }

    #stats .row .col-lg-3:first-child {
        padding-left: 12px;
    }

    footer .footbilgi {
        min-height: 360px;
    }

    footer .ytu {
        width: 100% !important;
    }


}

/* Tablet Portrait ≤ 767px */
@media (max-width: 767px) {
    .navbar-brand img {
        width: 180px;
        height: auto;
    }
}

/* Büyük Mobile ≤ 480px */
@media (max-width: 480px) {
    section {
        min-height: auto;
    }

    .navbar-brand img {
        width: 130px;
        height: auto;
    }

    .ust .swiper-slide {
        height: 270px;
    }

    #slide .slide-content {
        bottom: 0;
        line-height: 19px;
    }

    #slide .btn-dark {
        display: none;
    }

    #slide .swiper img {
        height: 320px !important;
        width: auto !important;
        margin-left: -0px;
    }

    #slide .swiper h2 {
        line-height: 34px;
    }

    #info-main .info-main-icerik h2 {
        font-size: 2rem;
        letter-spacing: -1px;
        line-height: 33px;
    }

    #info-main .info-main-icerik p {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #hizmetler .swiper {
        height: 300px;
    }

    #hizmetler .slide-text {
        font-size: 0.8rem;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    #hizmetler .slide-card {
        padding: 1rem 2rem;
    }

    #hizmetler .slide-content h5 {
        font-size: 1rem;
    }

    #testimo .testimo-ic {
        width: 100% !important;
    }

    #testimo .line-tes {
        margin-top: 20px;
    }

    footer .footbilgi {
        background: url(assets/images/bg-footer.jpg) no-repeat;
        background-size: 100% auto;
        background-position: 1px 72px;
        min-height: 210px;
    }

    footer .footbilgi h3 small {
        letter-spacing: -1px;
        font-size: 1rem;

    }

    footer .footbilgi h3 {
        font-size: 3rem;
        letter-spacing: -2px;
        line-height: 33px;
    }

    footer .footbilgi-ic {
        display: block !important;
    }

    .btn-footer {}

    footer .footbilgi-ic .fbilgi {
        font-size: 0;
    }

    footer .btn-footer .bi {
        display: none;
    }

    footer .foot-imza .footlogo {
        width: 100px !important;
    }


}

/* Küçük Mobile ≤ 320px */
@media (max-width: 320px) {}

/* Optional: Orientation spesifik örnek */
/* iPad Portrait ≤ 991px */
@media (max-width: 991px) and (orientation: portrait) {}


