@import "./bootstrap.min.css";
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

html,
body {
    scroll-behavior: smooth;
}

body {
    font-family: "Inter", sans-serif;
    font-weight: 400;
}

header {
    position: sticky;
    top:0px;
    z-index: 999;
    width: 100%;
    background-color:#fff;
}

/* Active sınıfına sahip link */
header .navbar .navbar-nav .nav-link {
    font-size: 18px !important;
    padding: 10px 20px !important;
    transition: color 0.3s ease;
    overflow: hidden;
    position: relative;
    align-items: center;
    /* Dikey ortala */
    justify-content: center;
    /* Yatay ortala (isteğe bağlı) */
    text-align: center;
    /* Metin ortalaması (isteğe bağlı) */
    z-index: 3;
    height: 115px;
    margin-bottom: -45px;
    transition: color 0.3s ease;
}

header .navbar .navbar-nav .nav-link::before {
    background-color: #28a745;
    content: '';
    position: absolute;
    display: inline-block;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73%);
    transition: top 0.3s ease;
    z-index: -1;
}

header .navbar .navbar-nav .nav-link:hover::before {
    top: 0px;
    color: #fff;
}

/* Active sınıfına sahip link */
header .navbar .navbar-nav .nav-link.active {
    background-color: #114c6e;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73%);
    color: #fff;
}


.carousel .carousel-inner {
    height: 100vh;
}

.carousel .carousel-inner .carousel-item {
    height: 100vh;
}

.carousel .carousel-inner .carousel-item .carousel-caption {
    top: 42% !important;
    left: 25% !important;
}

.carousel .carousel-inner .carousel-item .carousel-caption h2 {
    font-size: 64px;
}

#kurumsal,
#galeri,
#iletisim,
#hizmetler {
    padding-top: 150px;
}

#tesmimat-sureci .container-fluid {
    background-image: url(../images/animasoyon.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 150px 0px;
    background-color: #000;
}

marquee {
    overflow: hidden;
    display: inline-block;
    font-weight: bold;
    font-family: arial;
    color: transparent;
    font-size: 120px;
    -webkit-text-stroke: 2px #2458a7;
    text-stroke: 2px #2458a7;
}

#slagon {
    background-image: url(../images/soz.webp);
    background-repeat: no-repeat;
    padding: 150px 0px;
    background-size: cover;
    background-attachment: fixed;
    resize: both;
    overflow: scroll;
}
.detay-header{
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding:120px 0px;
  background-color:#ccc;
}
footer{
  background-color:#000;
  color:#fff;
  padding:120px 0px;
}
