@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Noto+Serif:wght@600&family=Open+Sans:wght@500&family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@1,500&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Courgette&family=Noto+Serif+Vithkuqi:wght@500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Chonburi&display=swap");
*
{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style-type: none;
    scroll-behavior: smooth;

}
:root
{
    --clr:linear-gradient(-180deg, #184c61, #011324);
}
body
{
    font-family: 'Poppins', sans-serif;
}
header
{
    font-family: 'Montserrat', serif;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 120px;
    background: rgba(0, 0, 0, 0.504);
    align-items: center;
    z-index: 100;
    transition: transform 0.3s ease;
}
.hidden {
    top: -150px; /* Header'ı yukarı kaydırarak gizle */
}
.visible 
{
    transform: translateY(0);
}

.container
{
    
    display: grid;
    grid-template-columns: 70px 900px;
    justify-content:space-evenly;
    align-items: center;
    padding: 15px 30px;
}
.container .logo a
{
    
    width: 100px;
    height: 100%;
    
}
.logo img
{
   
    width: 100px;
    height: 75px;
    overflow: hidden;
    
}
.upper-head
{
    float: right;
    position: relative;
    top: 7px;
    left: 100px;
    display: grid;
    grid-template-columns: 30px 160px;
    grid-template-rows: 35px;
    column-gap: 15px;

    align-items: center;
}

.upper-head .icon,.cell span 
{
    color: rgba(255, 255, 255, 0.719);
}
.sosyalmedya i:hover
{
    color: rgb(77, 158, 224);
    /* animation: shake 0.5s;
    animation-iteration-count: infinite; */
}
.nav_links
{
    margin-left: 160px;
    
    transition: all ease-in-out 0.4s;
}
nav
{
    position: relative;
    width: 898px;
    height: 50px;
    
    display:flex;
    justify-content:center;
    align-items: center;
    margin-left: 120px;


}
nav a
{
    position: relative;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    padding: 15px 15px;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase;
    transition:all ease 1s;
    z-index: 1;
    text-decoration: none; /* Alt çizgiyi kaldır */
}

nav a:hover,nav a.active
{
    background: linear-gradient(-180deg, #184c61, #011324);
}
.body
{
    display: none;
    visibility: hidden;
}

/* ----------- Sallantı efekti ------------*/
@keyframes shake {
    0% { transform: translate(1px, 1px) rotate(0deg); }
    10% { transform: translate(-1px, -2px) rotate(-1deg); }
    20% { transform: translate(-3px, 0px) rotate(1deg); }
    30% { transform: translate(3px, 2px) rotate(0deg); }
    40% { transform: translate(1px, -1px) rotate(1deg); }
    50% { transform: translate(-1px, 2px) rotate(-1deg); }
    60% { transform: translate(-3px, 1px) rotate(0deg); }
    70% { transform: translate(3px, 1px) rotate(-1deg); }
    80% { transform: translate(-1px, -1px) rotate(1deg); }
    90% { transform: translate(1px, 2px) rotate(0deg); }
    100% { transform: translate(1px, -2px) rotate(-1deg); }
  }
/* -----*------Bölümler--------- */

section
{
    min-height: 1500px;
    display: grid;
    grid-template-areas: 100% 100%;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
}
.sectionhead
{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 310px;
    background: linear-gradient(0deg, #184c61,#011324);
}
.baslik
{
    justify-content: center;
    align-items: center;
}
.alan
{
    background-color:rgba(6, 65, 55, 0.541);
    width: 100%;
    height: 1200px;
}
.alan h1
{
    color: #022838;
    font-size: 3em;
    padding-top: 20px;
}
h1
{
    
    text-align: center;
    font-size: 2.5em;
    font-family: 'Noto Serif', serif;
    color:rgba(255, 255, 255, 0.819);
    text-transform: uppercase;
    

}
h2
{   
    padding-top: 15px;
    text-align: center;
    font-size: 2em;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:rgba(255, 255, 255, 0.819);
    text-transform: uppercase;
   
}
h4
{
    text-align: center;
    font-size: 2.5em;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:rgba(255, 255, 255, 0.819);
    text-transform: uppercase;
}
/* ---------------- home kısım ----------- */
#home
{
    min-height: 800px;
    background-color: black;
}

.slider {
    
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
  }
  
  .slides {
    display: flex;
    width: 300%;
    transition: transform 0.5s ease-in-out;
  }
  
  .slides img {
    pointer-events: none;
    margin-top: 120px;
    width: 100vw;
    height: 120vh;
    object-fit: cover; /* Resmin boyutunu ekranı kaplayacak şekilde ayarlar */
  }
  
  .slider::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 20%;
    height: 100%;
    cursor: pointer;
  }
/* Responsive ayarlar */

  
/* ---------------- urunler kısım ----------- */

#urunler
{
    min-height: 1000px;
}
#urunler .alan
{
    height: 1000px;
}



.container-product{
    position: relative;
    margin: 50px auto; /* Center horizontally */
    padding-top: 50px; /* Adjust spacing as needed */
    width: 1366px;
    height: 750px;
    background: #f5f5f5;
    box-shadow: 0 30px 50px #dbdbdb;
}

.container-product .slide .item{
    width: 200px;
    height: 100px;
    position: absolute;
    top: 90%;
    transform: translate(40%, -50%);
    border-radius: 20px;
    box-shadow: 0 30px 50px #000000;
    background-position: 50% 50%;
    background-size: cover;
    display: inline-block;
    transition: 0.5s;
}

.slide .item:nth-child(1),
.slide .item:nth-child(2){
    top: 0;
    left: 0;
    transform: translate(0, 0);
    border-radius: 0;
    width: 100%;
    height: 100%;
}


.slide .item:nth-child(3){
    left: 50%;
}
.slide .item:nth-child(4){
    left: calc(50% + 220px);
}
.slide .item:nth-child(5){
    left: calc(50% + 440px);
}

/* here n = 0, 1, 2, 3,... */
.slide .item:nth-child(n + 6){
    left: calc(50% + 660px);
    opacity: 0;
}



.item .item-content{
    position: absolute;
    top: 50%;
    left: 100px;
    width: 500px;
    padding-left: 20px;
    text-align: left;
    color: #eee;
    transform: translate(-10%, 35%);
    font-family: system-ui;
    display: none;
    background-color: rgba(0, 0, 0, 0.616);
    border-radius: 10px;
}


.slide .item:nth-child(2) .item-content{
    display: block;
}


.item-content .name{
    font-size: 40px;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0;
    animation: animate 1s ease-in-out 1 forwards;
}

.item-content .des{
    margin-top: 10px;
    margin-bottom: 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.3s 1 forwards;
}

.item-content button{
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 20px;
    opacity: 0;
    animation: animate 1s ease-in-out 0.6s 1 forwards;
}


@keyframes animate {
    from{
        opacity: 0;
        transform: translate(0, 100px);
        filter: blur(33px);
    }

    to{
        opacity: 1;
        transform: translate(0);
        filter: blur(0);
    }
}



.button{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 20px;
}

.button button{
    width: 40px;
    height: 35px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    margin: 0 5px;
    border: 1px solid #000;
    transition: 0.3s;
}

.button button:hover{
    background: #ababab;
    color: #fff;
}

/* Genel responsive ayarlar */

/* Tablet boyutları (768px ve yukarısı) */
@media (max-width: 768px) {
    .container-product {
        width: 100%;
        height: 500px; /* Boyutu biraz küçültebiliriz */
    }

    .container-product .slide .item {
        width: 150px;
        height: 250px;
    }

    .button button {
        width: 35px;
        height: 30px;
    }
}

/* Mobil boyutlar (576px ve yukarısı) */
@media (max-width: 576px) {
    .container-product {
        height: 400px;
    }

    .container-product .slide .item {
        width: 100px;
        height: 200px;
    }

    .item-content .name {
        font-size: 24px;
    }

    .item-content .des {
        font-size: 12px;
    }

    .button button {
        width: 30px;
        height: 25px;
    }
}

/* Küçük ekranlar (375px ve yukarısı) */
@media (max-width: 375px) {
    .container-product {
        height: 350px;
    }

    .container-product .slide .item {
        width: 80px;
        height: 180px;
    }

    .item-content .name {
        font-size: 18px;
    }

    .item-content .des {
        font-size: 10px;
    }

    .button button {
        width: 25px;
        height: 20px;
    }
}

/* ---------------- Calisma kısım ----------- */
#calismalar .alan {
    height: auto;
    min-height: 1400px;
    overflow: hidden;
    position: relative;
}
#calismalar .alan main
{
    position: relative;
    min-height: 1400px;
    column-gap: 3rem;
    padding-block: min(20vh, 3rem);
    padding-inline: 2.3em;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: linear-gradient(60deg, #1396ce,#084d6b,#01172b);
}
#calismalar .alan main .calisma-content {

    overflow: hidden;
    margin: 0 auto;
    color: #fff;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center; /* Dikeyde ortala */
    justify-content: center; /* Yatayda ortala */

}

#calismalar .alan main h2 {
    

    margin-top: 30px;
    letter-spacing: 0.8px;
    font-weight: 700;
    font-size: 2.1rem;
    line-height: 1.2;
    white-space: normal;
}

#calismalar .alan main p {
    text-align: center;
    font-size: 1rem;
    line-height: 1.8;
    margin-inline: auto;
    margin-top: 40px;
    white-space: normal;
}

#calismalar .alan main .Counter
{
    font-weight: 400;
    font-size: 1.3em;
    display: flex;
    align-items: center;
    margin: 2.5em 0 2em 0;
    gap: 2em;
    font-weight: bold;
}
#calismalar .alan main .Counter i
{
    display: flex;               /* Flexbox kullan */
    justify-content: center;     /* Yatayda ortala */
    align-items: center;         /* Dikeyde ortala */
    font-size: 2.5em;

}
#calismalar .alan main .Counter span
{
    display: block;
    text-transform:capitalize;
    font-size: 1em;
    color: rgba(255, 255, 255, 0.833);
    margin-top: 3px;
}
#calismalar .alan main .btn
{
    width: 300px;
    color: white;
    border: none;
    background: linear-gradient(180deg, #0b5b7e,#084d6b,#01172b);
    padding: 12px 20px;
    font-size: 16px;
    display: inline-block;
    border-radius: 8px;
    transition: 0.3s ease-in;
    

    
}
#calismalar .alan main .btn i
{
    margin-left: 15px;
}
#calismalar .alan main .btn:hover
{
    background: linear-gradient(0deg, #0b5b7e,#084d6b,#01172b);
}
.swiper-container
{
    position: relative;
    overflow: hidden;
    width: 90%;
    right: 0px;
    margin: 80px auto;
}
@media screen and (min-width: 960px) {
    .swiper-container {
      width: 60%;
      right: -60px;
    }
  }
.swiper-container .swiper
{
    position: relative;
    width: 100%;
    z-index: 2;
    padding-bottom: 50px;
}
.swiper-container .swiper .swiper-slide
{
    width: 12rem;
    height: 30rem;
    display: flex;
    flex-direction: column;
    align-items: self-start;
    position:relative;
    border-radius: 18px;
    box-shadow: 10px 5px 10px #000000;
    text-align: center;
    opacity: 0.4;
    transition: opacity 0.4s ease-in;
    overflow: hidden;
}
.swiper-container .swiper .swiper-slide:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.2); /* Hover efekti rengi */
    transition: background 0.3s ease-in-out;
  }
  
  .swiper-container .swiper .swiper-slide:hover h3 {
    color: rgb(0, 255, 242); /* Hover efekti ile başlık rengi değişimi */
    transition: color 0.3s ease-in-out;
  }

  .lightbox-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.lightbox-container a {
    display: block;
    position: absolute; /* Ağına pozisyon verildi */
    top: 50%; /* Yatay ortalamak için */
    left: 50%; /* Dikey ortalamak için */
    transform: translate(-40%, -50%); /* Gerçek ortalamak için */
    width: 130%; /* Genişlik 100% */
    height: 100%; /* Yükseklik 100% */
    overflow: hidden; /* Taşmaları gizle */
}

.lightbox-container img {
    width: 100%; /* Genişlik 100% */
    height: 100%; /* Yükseklik 100% */
    object-fit: cover; /* Alanı dolduracak şekilde kaplar */
}






.swiper-container .swiper .swiper-slide span
{
    width: 18rem;
    display: inline-block;
    background: linear-gradient(0deg, #1091c9,#084d6b,#01172b);
    border-radius: 0 50px 50px 0;
    text-transform: capitalize;
    padding: 12px 0px;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: absolute;
    top: 2em;
    left: 0;
    color: #fff;
}
.swiper-container .swiper .swiper-slide h3
{
    
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 0.625rem;
    letter-spacing: 0.8px;
    position: relative;
    word-wrap: break-word;
}
.swiper-slide p {
    
    color: #fff;
    line-height: 1.6;
    font-size: 0.8rem;
  }
.swiper-slide .slide-content 
{
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10px);
    width: 90%;
}

.swiper-slide--one h3 
{
    font-family: "Courgette", cursive;
    font-weight: 300;
}
.swiper-slide--two h3 
{
    font-family: "Noto Serif Vithkuqi", serif;
    font-weight: 300;
}

.swiper-slide--six h3 
{
    font-family: "Chonburi", cursive;
    font-weight: 400;
}

.swiper-slide.active
{
    display: grid;
    opacity: 1;
}
  
.swiper-pagination 
{
    position: relative;
    bottom: -0.313rem;
    text-align: center;
    margin-top: 35px;
    width: auto;
}
.swiper-pagination-bullet 
{
    border-radius: 0;
    width: 1.5rem;
    height: 0.25rem;
    background: #fff;
}
.swiper-pagination-bullet-active 
{
    background: #fff;
}
  
.circle 
{
    content: "";
    position: absolute;
    bottom: -5em;
    left: -8em;
    width: clamp(200vw, 40vw, 150px);
    height: clamp(90vw,40vw, 150px);
    background: black;
    border-radius: 50%;
    z-index: 1;
    opacity: 0.5;
}
@media screen and(min-width:1380px)
{
    #calismalar .alan main
    {
        display: flex;
        padding-inline: 0;
    }
}
@media screen and (max-width: 1173px) {
    #calismalar .alan main .calisma-content {
        min-width: 100%;
    }
    #calismalar .alan main .calisma-content .Counter
    {
        display: grid;
        grid-template-columns: repeat(2,1fr);
    }
    #calismalar .alan main .calisma-content .Counter li
    {
        display: flex;
        align-items: center;
    }
    #calismalar .alan main .calisma-content .Counter h3
    {
        margin: 0 10px;
    }
}
@media screen and (max-width: 915px) {
    #calismalar .alan main .calisma-content 
    {
        max-width: 600px;
    }
    #calismalar .alan main .calisma-content .Counter
    {
        
        font-size: 1.1em;
    }
}
@media screen and (max-width: 740px) {
    #calismalar .alan main .calisma-content .Counter{
        font-size: 1em;
        
    }

}
@media screen and (max-width: 682px) {
    #calismalar .alan main .calisma-content .Counter{
        font-size: 0.85em;
    }
}
@media screen and (max-width: 600px) {
    #calismalar .alan main .calisma-content .Counter{
        font-size: 0.63em;
    }

}

@media screen and(min-width:808px)
{
    .swiper-container .swiper .swiper-slide h3
    {
        font-size: 1.8rem;

    }
}
/* ---------------- Ekip kısım ----------- */
#ekip
{
    min-height: 800px;
}
#ekip .alan
{
    height: 800px;
}
.ekip
{

    margin-top: 120px;
    height: 500px;
    min-width: 400px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}
#ekip .alan .baslik h1
{
    font-size: 6rem;
}
.ekipicon-image
{
    position: relative;
    height: 70px;
    width: 70px;
    background: rgba(255, 255, 255, 0.719);
    border-radius: 50%;
    margin: 0 50px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.25);
}
.ekipicon-image img
{
    position: absolute;
    height: 95%;
    width: 95%;
    left: 50;
    top: 50;
    transform: translate(3%, 2%);
    object-fit: cover;
    object-position: top;
    border-radius: 50%;
    border: 2px solid rgba(6, 65, 55, 0.541);
}
.hover-image
{
 /* ------ Resimlerin boyutunu ayarlayın----- */
    position: absolute;
    height: 500px;
    width: 400px;
    left: 50%;
    bottom: 100px;
    transform: translateX(-50%);
    border-radius: 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.75);
    z-index: 0;
    transition: transform 0.5s,z-index 0s, left 0.5s;
    transition-delay: 0s,0.5s,0.5s;
    pointer-events: none;
}
.ekipicon-image:hover .hover-image
{
    left: -245px;
    z-index: 12;
    transform: translateX(80px);
    transition: left 0.5s,z-index 0s, transform 0.5s;
    transition-delay: 0s,0.5s,0.5s;
}
.hover-image img
{
    position: absolute;
    height: 100%;
    width: 100%;
    transform: translate(0%, 0%);
    object-fit: cover;
    border:3px solid #fff;
    border-radius: 25px;
}
.content
{
    position: absolute;
    width: 100%;
    bottom: -10px;
    left: 0;
    padding: 0 10px;
}
.content::before
{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    left:50%;
    bottom: -1px;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
.content .details
{
    background:#fff;
    padding: 10px;
    border-radius: 12px;
    text-align: center;
    opacity: 0;
    transform: translateY(10px);
}
.ekipicon-image:hover .details
{
    transition: all 0.5s ease;
    transition-delay: 0.9s;
    opacity: 1;
    transform: translateY(4px);
}
.content .details::before
{
    content: '';
    position: absolute;
    height: 20px;
    width: 20px;
    background: #fff;
    left:50%;
    bottom: -10px;
    transform: translateX(-50%) rotate(45deg);
    z-index: -1;
}
.details .name 
{
    font-size: 20px;
    font-weight: bold;
}
.details .job
{
    color:#06233d;
    font-weight: 600;
    margin: -3px 0 5px 0;
} 
.last .hover-image
{
    transition: none;
}
.last:hover .hover-image
{
    transition: none;
}
.last:hover .details
{
    transition-delay: 0s;
}
/* ---------------- Ekip FİNİSH ----------- */
/* ---------------- Hakkımızda kısım ----------- */

.hakkimizda
{
    min-height: 1700px;
}
.hakkimizda .yazi
{
    
    text-align: center;
    justify-content: center;
    max-width: 1200px;
    margin: 30px auto;
    padding: 20px 20px 0 20px;
    height: 200px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.377);
    

}
.yazi p
{
    line-height: 1.4;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    white-space: pre-line;

}
.ucbox
{
    display: flex;
    text-align: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    height: 500px;
    align-items: center;
    
}
.box
{
    width: 550px;
    height:550px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.377);
    text-align: center;
    padding: 10px 10px 0 10px;
}
.box .icon
{
    margin-top: 20px;
    font-size: 70px;
    color:#022838;
    padding: 20px;
    border: 3px solid #022838;
    border-radius: 30%;
}
.box p
{
    line-height: 1.4;
    color: black;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 16px;
    align-items: center;
    font-weight: 500;
    white-space: pre-line;
}
/* ---------------- Hakkımızda FİNİSH ----------- */
/* ---------------- İletişim kısım ----------- */

#iletisim .alan 
{
    background: linear-gradient(90deg,#0e3959 0%,#0e3959 58vw,#03a9f5 30%, #03a9f5 100%);
}
#iletisim .alan .contactus
{
    position: relative;
    width: 1280px;
    margin: 0 auto; /* Ortalama için, eğer isterse. */
    padding: 0 20px;
}
#iletisim .alan .contactus .title
{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2em;
}
#iletisim .alan .contactus .title h1
{
    color: #fff;
    font-weight: 500;
}
#iletisim .alan .contactus .contactbox
{
    padding-top: 10px;
    width: 100%;
}
#iletisim .alan .contactus .contactbox .form
{
    grid-area: form;
}
#iletisim .alan .contactus .contactbox .info
{
    grid-area: info;
    
}
#iletisim .alan .contactus .contactbox .map
{
    grid-area: map;
}

#iletisim .alan .contactus .contactbox .contact
{
    padding: 40px;
    background: #fff;
    box-shadow: 0 5px 35px rgba(0, 0, 0, 0.2);
}
#iletisim .alan .contactus .contactbox
{
    position: relative;
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas: 
    "form info"
    "form map";
    grid-gap: 20px;
    margin-top: 20px;
}
#iletisim .alan .contactus .contact h3
{
    color: #0e3959;
    font-weight: 500;
    font-size: 1.4em;
    margin-bottom: 10px;
}
/* Form */
.formBox
{
    position: relative;
    width: 100%;
}
.formBox .row50
{
    display: flex;
    gap: 20px;
}
.inputBox
{
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 50%;
}
.formBox .row100 .inputBox
{
    width: 100%;
}
.inputBox span
{
    color: #0e3959;
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 500;
}
.inputBox input
{
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid #333;
}
.inputBox textarea
{
    padding: 10px;
    font-size: 1.1em;
    outline: none;
    border: 1px solid #333;
    resize: none;
    min-height: 220px;
    margin-bottom: 10px;
}
.inputBox input[type="submit"]
{
    background: #2e71a8;
    color: #fff;
    border: none;
    font-size: 1.1em;
    max-width: 120px;
    font-weight: 500;
    cursor: pointer;
    padding: 14px 15px;
}
.inputBox ::placeholder
{
    color: #999;
}
/* Bilgi info */

#iletisim .alan .contactus .contactbox .info
{
    background: #0e3959;
    text-align: center; /* İçeriği yatay olarak ortalar */
    
}
#iletisim .alan .contactus .contactbox .info h3
{
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
#iletisim .alan .contactus .contactbox .info .infoBox 
{
    display: inline-block; /* Blok düzenine sahip öğeyi iç içe geçirme */
    text-align: left; /* İçeriği tekrar sola hizala (isteğe bağlı) */
    margin: auto; /* Yatayda ortalamak için */
    padding: 10px; 
}
#iletisim .alan .contactus .contactbox .info .infoBox div
{
    display: flex;
    align-items: center;
    
    margin-bottom: 15px;
    
}
#iletisim .alan .contactus .contactbox .info .infoBox div span
{
    min-width: 40px;
    height: 40px;   
    color: #fff;
    font-size: 1.5em;
    background: #18bfff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
#iletisim .alan .contactus .contactbox .info .infoBox div p
{
    color: #fff;
    font-size: 1em;

}
#iletisim .alan .contactus .contactbox .info .infoBox div a
{
    color: #fff;
    text-decoration: none;
    font-size: 1.1em;
}
.sci
{
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sci li
{
    margin-right: 15px;
}
.sci li a
{
    font-size: 2em;
    color: #adadad;
}
.sci li a:hover
{
    color: #fff;
}
#iletisim .alan .contactus .contactbox .map
{
    padding: 0;
    background: #0e3959;
    
}
.map iframe
{
    width: 100%;
    height: 100%;
}
/* İletişim Responsive */
@media(max-width:1451px)
{
    #iletisim .alan 
    {
        background: linear-gradient(90deg,#0e3959 0%,#0e3959 50%,#03a9f5 30%, #03a9f5 100%);
        min-height: 1800px;
       
    }
    #iletisim .alan .contactus
    {
        
        max-width: 550px;
    }
    #iletisim .alan .contactus .contactbox
    {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: 5fr 4fr;
    grid-template-areas: 
    "info"
    "map"
    "form";
    grid-gap: 20px;
    margin-top: 20px;
    left: -120px;
    }
    .formBox .row50
    {
        display: flex;
        gap: 0;
        flex-direction: column;
    }
    .inputBox
    {
        width: 100%;
    }
}
@media(max-width:760px)
{
    
    #iletisim .alan .contactus .contactbox 
    {
        left: -20px;
    }
    #iletisim .alan .contactus .contactbox .info
    {
        text-align: left;
        width: 550px;
        
    }
    #iletisim .alan .contactus .contactbox .map
    {
        width: 550px;
    }
    #iletisim .alan .contactus .contactbox .form
    {
        width: 550px;
    }
} 
@media(max-width:560px)
{
    #iletisim .alan .contactus
    {
        
        max-width: 500px;
    }
    #iletisim .alan .contactus .contactbox 
    {
        left: 5px;
    }
    #iletisim .alan .contactus .contactbox .info
    {
        text-align: left;
        width: 420px;
        padding: 50px 0;
        overflow: auto;
    } 
    #iletisim .alan .contactus .contactbox .map
    {
        width: 420px;
    }
    #iletisim .alan .contactus .contactbox .form
    {
        width: 420px;
    }
} 

/* ---------Sıkça sorulan sorular kısım------------ */

.sss .alan
{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 1500px;
    
}
.accordion
{
    margin-top: -320px;
    width: 1300px;
    height: 1064px;
    border-radius: 25px;
    background: linear-gradient(90deg, #03354b,#03354b,#042646);
    display: flex;
    
    
    
}
.accordion .image-box
{

    height: 1064px;
    width: 364px;
}
.accordion .image-box img
{
    height: 100%;
    width: 100%;
    object-fit: contain;
}
.accordion .image-box .img2
{
    display: none;
    visibility: hidden;
}
.accordion .accordion-text
{
    width: 60%;
    margin: auto;
    position: relative;
   
}
.accordion .accordion-text li
{
    cursor: pointer;
    
    word-wrap: break-word;
}
.accordion .accordion-text .title
{
    font-family: 'Roboto', sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 35px;
    color: rgba(255, 255, 255, 0.719);
    padding-left: 150px;
}
.accordion .accordion-text .faq-text
{
    padding-top: 50px;
    height: 864px;
    overflow-y: auto;
    
}
.faq-text::-webkit-scrollbar
{
    display: none;
}
.accordion-text li .question-arrow
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.accordion-text li .question-arrow .question
{
    font-size: 18px;
    font-weight: 500;
    color: #06a8d1;
    transition:all 0.4s ease;
}
.accordion-text li .question-arrow .arrow
{
    font-size: 20px;
    color: #3498db;
    transition: all 0.4s ease;
}

.accordion-text li.showAnswer .question-arrow .arrow
{
    transform: rotate(-180deg);
}
.accordion-text li:hover .question-arrow .question,
.accordion-text li:hover .question-arrow .arrow
{
    color: rgb(0, 225, 255);
}
.accordion-text li.showAnswer .question-arrow .question,
.accordion-text li.showAnswer .question-arrow .arrow
{
    color: rgb(0, 217, 255);
}
.accordion-text li .line
{
    display: block;
    height: 1px;
    width: 100%;
    margin: 10px 0;
    background: rgb(2, 57, 78);
    
}
.accordion-text li p,
.accordion-text .maddeler li
{
   
    width: 98%; /* Paragrafın maksimum genişlikte olması */
    white-space: normal; /* Otomatik satır sonu ayarlama */
    color: white;
    font-size: 15px;
    font-weight: 500;
    display: none;
    
}
.accordion-text li.showAnswer p,
.accordion-text li.showAnswer .maddeler li
{
    display: block;
}
/* ------------REFERANS KISMI -------------- */
#referans
{
    min-height: 600px;
}
#referans .referans {
    width: 100vw;
    height: 200px;

    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 4.6rem; /* Yazı boyutunu özelleştirin */
    background: #f5b403;
    color: black;
    
}
#referans .alan
{
    height: 504px;
}

@keyframes slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }
  
  .logos {
    cursor: pointer;
    overflow: hidden;
    margin-top: 88px;
    padding: 60px 0;
    background: rgba(6, 65, 55, 0);
    white-space: nowrap;
    position: relative;
    width: 100vw;
    
    
  }
  
  .logos:before,
  .logos:after {
    position: absolute;
    top: 0;
    width: 275px;
    height: 100%;
    content: "";
    z-index: 2;
  }
  
  .logos:before {
    left: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), rgba(6, 65, 55, 0.151));
  }
  
  .logos:after {
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(6, 65, 55, 0.151));
  }
  
  .logos:hover .logos-slide {
    animation-play-state: paused;
  }
  
  .logos-slide {
    display: inline-block;
    animation: 35s slide infinite linear;
  }
  
  .logos-slide img {
    
    margin: 0 40px;
    width: 250px; /* Resmin genişliğini sabitler */
    height: 200px; /* Resmin yüksekliğini sabitler */
    object-fit: contain; /* Resmi kapsayacak şekilde keser, orantıları korur */
    
  }


/* ------------REFERANS RESPONSİVE KISMI -------------- */
  @media (max-width: 1249px) 
  {
  
  }
  @media (max-width:950px)
  {
  
  }
  @media (max-width: 768px) 
  {
      #referans .referans {

          font-size: 3rem; /* Yazı boyutunu özelleştirin */

      }
      .logos
      {
        height: 220px;
      }
      .logos-slide img {
    
        margin: 0 40px;
        width: 150px; /* Resmin genişliğini sabitler */
        height: 100px; /* Resmin yüksekliğini sabitler */
        object-fit: contain; /* Resmi kapsayacak şekilde keser, orantıları korur */
        
      }

  }

/* ------------FOOTER KISMI -------------- */
footer {
    background-color: #2c3e50; /* Footer arka plan rengi */
    color: #ecf0f1; /* Metin rengi */
    padding: 40px 50px; /* Footer içeriği ile kenar arasındaki boşluk */
    text-align: center; /* Metni ortala */

    align-items: center;

}

.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;


}

.footer-section {
    height: 250px;
    width: 248px;
    margin: 15px 35px;
    padding: 25px;
    border: 1px solid rgba(255, 255, 255, 0.421);
    border-radius: 13px;
    transition: all .3s ease;
}
.footer-section:hover
{
    
    
    border: 1px solid rgb(27, 160, 138);
    background-color: #06233d;
}

.footer-section h3 {
    font-size: 24px;
    margin-bottom: 20px;
    border-bottom: 2px solid rgb(27, 160, 138); /* Başlık altında çizgi efekti */
    padding-bottom: 10px;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li a {
    color: #ecf0f1;
    text-decoration: none;
    transition: color 0.3s ease; /* Renk değişimine yumuşak geçiş efekti */
}

.footer-section ul li a:hover {
    color: #3498db; /* Hover durumunda renk değişimi */
}

.telif-hakki {
    margin-top: 25px;
    font-size: 15px; 
}
/* kvkk */
.modal {
    display: none; /* Varsayılan olarak gizli */
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Taşmayı gizle */
    background-color: rgba(0, 0, 0, 0.7); /* Arka plan rengi */
}

.modal-content {
    background-color: rgb(20, 32, 48);
    margin: 15% auto; /* Yukarıdan 15% boşluk */
    padding: 20px;
    border: 1px solid #062c50;
    width: 80%; /* Modal genişliği */
    max-width: 600px; /* Maksimum genişlik */
}
.modal-content p
{
    font-size: 22px;
    color: red;
}

.close-button {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


@media (max-width: 1930px) {
/* Hakkımızda kısmı responsive start */
.slogan h1
{
    white-space: normal;
    
    
}
.slogan
{
    width:100%;
}
/* Hakkımızda kısmı responsive finish */
/* Ekip Kısmı responsive start  */

#sss
{
    min-height: 1500px;
}

#calismalar
{
    min-height: 1500px;
}

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

/* Hakkımızda kısmı responsive start */

.hakkimizda
{
    min-height: 2000px;

}
.hakkimizda .yazi
{
    padding: 20px 20px 0 20px;
}
.ucbox
{
    margin: 20px 0;
    flex-direction: column;
    max-width: 1650px;
    height: 1250px;
}
.box
{
    height:450px;
}
.box .icon
{
    font-size: 50px;
}
/* Hakkımızda kısmı responsive finish */





/* --------------------------------------- */
}
/* Tablet ve daha küçük ekranlar için */
@media (max-width: 1320px) 
{

/* Hakkımızda kısmı responsive start */
.hakkimizda .yazi
{

    max-width: 1000px;
    height: 200px;
}
/* SSS kısmı responsive start */
.accordion
{
    width: 1000px;
}
.accordion .accordion-text .title
{
    padding-left: 100px;
}
/* SSS kısmı responsive finish */
}
@media (max-width: 1250px) {
/* -----------------2.menu-------------- */
#upperhead
{
    display: none;
    visibility: hidden;
}
header
{
    height: 120px;
}
header #container .nav_links
{
    display: none;
    visibility: hidden;
    
}
header #container
{
    display: flex;
    justify-content: center; /* Yatayda ortalar */
    align-items: center; /* Dikeyde de ortalamak istersen */
    height: 100px; /* Header yüksekliği, ihtiyaca göre değiştir */
    
}
header #container .logo img
{
    padding-top: 20px;
    width: 130px;
    height: 125px;
}
.body
{
    
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 610px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(-180deg, #184c61, #011324);
    border-radius: 12px;
    z-index: 999999;
}
.navigation
{
    position: relative;

    height: 70px;
    width: 600px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
}
.navigation ul
{
    display: flex;
    width: 550px;
    position: relative;

    
}
.navigation ul li
{
    position: relative;
    width: 90px;
    height: 70px;
    
    z-index: 999999;
}
.navigation ul li a
{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.navigation ul li a .icon
{
    position: relative;
    display: block;
    line-height: 75px;
    font-size: 1.5em;
    text-align: center;
    transition: 0.5s;
    color: #011324;
}
.navigation ul li.active a .icon
{
    transform: translateY(-35px);
    color: #0ba0c5;
}
.navigation ul li a .text
{
    position: absolute;
    color: #011324;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 0.75em;
    letter-spacing: 0.05em;
    transition: 0.5s;
    opacity: 0;
}
.navigation ul li.active a .text
{
    opacity: 1;
    font-weight: bold;
    color: black;
    font-size: 1em;
    transform: translateY(15px);

}
.indicator
{
    position: absolute;
    top:-50%;
    width: 70px;
    height: 70px;
    background: linear-gradient(-180deg, #184c61,#011324);
    border-radius: 50%;
    border: 6px solid var(--clr);
    transition: 0.5s;
}
.indicator::before
{
    content: "";
    position: absolute;
    top: 50%;
    left: -22px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-right-radius: 20px;
    box-shadow: 1px -10px 0 0 var(--clr);
}
.indicator::after
{
    content: "";
    position: absolute;
    top: 50%;
    right: -22px;
    width: 20px;
    height: 20px;
    background: transparent;
    border-top-left-radius: 20px;
    box-shadow: 0px -10px 0 0 var(--clr);
}
.navigation ul li:nth-child(1).active ~ .indicator
{
    transform: translateX(calc(9px));
}
.navigation ul li:nth-child(2).active ~ .indicator
{
    transform: translateX(calc(98px));
}
.navigation ul li:nth-child(3).active ~ .indicator
{
    transform: translateX(calc(187px));
}
.navigation ul li:nth-child(4).active ~ .indicator
{
    transform: translateX(calc(93px*3));
}
.navigation ul li:nth-child(5).active ~ .indicator
{
    transform: translateX(calc(92px*4));
}
.navigation ul li:nth-child(6).active ~ .indicator
{
    transform: translateX(calc(92px*5));
}


/*FOOTER KISIM*/
.telif-hakki 
{
    margin-bottom: 70px;
    font-size: 15px;  
}

}

@media (max-width: 1020px) {
/*--------------Çalışmalarımız----------*/
/* .gallery3
{
    display: none;

} */
.hakkimizda
{
    min-height: 1800px;
}
.hakkimizda .yazi
{
    padding: 20px 20px 0 20px;
    height: 250px;
}

.ucbox
{
    max-width: 1650px;
    height: 1250px;
}
.box
{
    width: 550px;
}
/* Ekip kısmı başlangıç */
.ekipicon-image
{
    margin: 0 8px;
}
/* Ekip kısmı bitiş */
/* SSS kısmı responsive start */
.accordion
{
    width: 640px;
}
.accordion .image-box .img1
{
    display: none;
    visibility: hidden;
}

.accordion .image-box .img2
{
    display: block;
    visibility: visible;
    position: relative;
    bottom: 70px;
    left: 175px;
    width: 300px;
    height: 300px;  
    
}
.accordion .accordion-text .title
{
    padding-top: 20px;
    padding-left: 100px;
}
.accordion .accordion-text
{
    width: 100%;
    margin: 0 auto;
    
    position: relative;
    top: 200px;
    right: 280px;
}
/* SSS kısmı responsive finish */
/* Hakkımızda kısmı responsive start */
}
@media (max-width: 800px)
{

.hakkimizda
{
    min-height: 1900px;
}
.hakkimizda .yazi
{
    max-width: 800px;
    height: 300px;
}

} 
/* Mobil ekranlar için */
@media (max-width: 660px)
{
.hakkimizda
{
    min-height: 1900px;
}
.hakkimizda .yazi
{
    max-width: 450px;
    height: 450px;
}
.ucbox
{
    text-align: left;
    max-width: 1350px;
}
.box
{
    width: 450px;
}
/* Hakkımızda kısmı responsive finis */
/* Ekip kısmı başlangıç */
.hover-image
{
   width: 300px;
   height: 500px;
}

.ekipicon-image:hover .hover-image
{
    left: -193px;
}
/* Ekip kısmı bitiş */
/* SSS kısmı responsive start */
.accordion
{
    width: 480px;
}

.accordion .image-box .img2
{

    bottom: 70px;
    left: 100px;
    width: 300px;
    height: 300px;  
    
}
.accordion .accordion-text .title
{
    padding-top: 20px;
    padding-left: 20px;
}
.accordion .accordion-text
{
    width: 95%;
    top: 185px;
    right: 290px;
}
/* SSS kısmı responsive finish */
/* ------------------------------------ */
} 
@media (max-width: 580px)
{
/* Ekip kısmı başlangıç */
.hover-image
{
   width: 200px;
   height: 400px;
}
.ekipicon-image:hover .hover-image
{
    left: -145px;
}
/* Ekip kısmı bitiş */
/* 2.HEADER ALT KISIM BAŞLANGIÇ*/
.body
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    width: 390px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(-180deg, #184c61, #011324);
    border-radius: 12px;
    z-index: 999999;
}
.navigation
{
    width: 380px;
}

.navigation ul
{
    display: flex;
    width: 365px;
}
.navigation ul li.active a .text
{
    font-size: 0.80em;
    transform: translateY(20px);
}
.navigation ul li
{
    position: relative;
    width: 70px;
    height: 70px;
    z-index: 999999;
}
.navigation ul li:nth-child(1).active ~ .indicator
{
    transform: translateX(calc(-5px));
}
.navigation ul li:nth-child(2).active ~ .indicator
{
    transform: translateX(calc(55px));
}
.navigation ul li:nth-child(3).active ~ .indicator
{
    transform: translateX(calc(115px));
}
.navigation ul li:nth-child(4).active ~ .indicator
{
    transform: translateX(calc(58.5px*3));
}
.navigation ul li:nth-child(5).active ~ .indicator
{
    transform: translateX(calc(59px*4));
}
.navigation ul li:nth-child(6).active ~ .indicator
{
    transform: translateX(calc(59.5px*5));
}
/* 2.HEADER ALT KISIM Bitiş*/
}
@media (max-width: 480px)
{
/* Ekip kısmı başlangıç */
.ekip
{
    position: relative;
    left: -25px;

}
.hover-image
{
   width: 150px;
   height: 400px;
}
.ekipicon-image:hover .hover-image
{
    left: -118px;
}
/* Ekip kısmı bitiş */
/* SSS kısmı responsive start */
.accordion
{
    width: 400px;
}
.accordion .image-box .img2
{

    bottom: 70px;
    left: 40px;
    width: 300px;
    height: 300px;  
    
}
.accordion .accordion-text .title
{
    padding-top: 20px;
    font-size: 28px;
    
}
.accordion .accordion-text
{

    top: 185px;
    right: 290px;
}
/* SSS kısmı responsive finish */
}
@media (max-width: 430px)
{
#home {
    min-height: 800px;
}
.slider {
        top: 120px;
        width: 200%;
        height: 80%;
        overflow: hidden;
        position: relative;
}
      
.slides {
        display: flex;
        width: 300%;
        transition: transform 0.5s ease-in-out;

 }
      
      .slides img {
        margin-top: 0px;
        width: 200vw;
        height: auto;
        object-fit: contain; /* Resmin ekranı doldurmasını sağlar, kırpma yok */
        transform: translateX(-26%) translateY(-5%);
      }
      
      .slider::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 20%;
        height: 100%;
        cursor: pointer;
      }
      /* SECTİON ARALARI SLOGANLAR */
.sectionhead
{
    margin: 0;
    padding: 0;
    justify-content: left;
}
.sectionhead .slogan {
    margin: 0;
    padding: 0;
    width: 100%; /* Sabit genişlik */
    white-space: nowrap; /* Metnin alt satıra geçmesini engeller */
    overflow: hidden; /* Taşan kısmı gizler */

    }
    
.sectionhead .slogan h1 {
    margin: 0;
    padding: 0;
    font-size: 6vw; 
    width: 100%;
    color: rgba(255, 255, 255, 0.819);
    text-transform: uppercase;
    }
.sectionhead .slogan .sloganozel
{
    font-size: 8vw;
}
.sectionhead .slogan h2
{   
    padding-top: 15px;
    text-align: center;
    font-size: 5vw;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:rgba(255, 255, 255, 0.819);
    text-transform: uppercase;
}
#calismalar .alan main h2 
{
    width: 390px;
}
/*ÇALIŞMALARIMIZ */
#calismalar .alan main .calisma-content
{
    width: 400px;
    margin: -27px;
}
#calismalar .alan main .calisma-content p
{
    width: 370px;
}
#calismalar .alan main .calisma-content .Counter{
    font-size: 0.70em;
}
#calismalar .alan main .calisma-content .Counter i {
    
    font-size: 1.6em;
}
/* Hakkımızda */
.hakkimizda
{
    min-height: 2250px;
}
.hakkimizda .yazi
{
    max-width: 450px;
    height: 450px;
    
}
.hakkimizda .yazi p 
{
    font-size: 4.5vw;
}
.hakkimizda .ucbox .box p 
{
    font-size: 4.5vw;
}
.ucbox
{
    text-align: left;
    max-width: 1350px;
    height: 1700px;
}
.box
{
    width: 370px;
    height: 590px;
}
.misyonbox
{
    height: 400px;
}
.nedenbox
{
    height: 540px;
}
/* REFERANS KISIM */
#referans
{
    min-height: 400px;
}
#referans .alan 
{
    height: 375px;
}

#referans .referans {

    font-size: 9vw; /* Yazı boyutunu özelleştirin */
    height: 100px;
}

.logos-slide img {

  margin: 0 40px;
  width: 150px; /* Resmin genişliğini sabitler */
  height: 100px; /* Resmin yüksekliğini sabitler */
  object-fit: contain; /* Resmi kapsayacak şekilde keser, orantıları korur */
}
/*SS KISMI */
.accordion
{
    width: 360px;
    height: 1130px;
}
.accordion .image-box .img2
{

    bottom: 50px;
    left: 32px;
    width: 300px;
    height: 300px;  
    
}
.accordion .accordion-text .faq-text .question-arrow span
{
    width: 380px;
    white-space: normal; /* Yazının alt satıra geçmesini sağlar */
    word-wrap: break-word; /* Uzun kelimelerin satır sonlarında kesilmesini sağlar */
    display: inline-block; /* Span'ı blok düzeyine getirir, böylece alt satıra geçebilir */
    font-size: 16px;
}
.accordion .accordion-text
{

    top: 185px;
    right: 290px;
}
.accordion .accordion-text .title
{
    padding-top: 50px;
    padding-left: 50px;
    font-size: 20px;
    
}
/*FOOTER KISMI*/
.footer-section ul li a {
    font-size: 3.7vw;
}
/*Navigation*/
.body
{ 
    bottom: 11px;
}
.navigation ul li:nth-child(1).active ~ .indicator
{
    transform: translateX(calc(-5px));
}
.navigation ul li:nth-child(2).active ~ .indicator
{
    transform: translateX(calc(55px));
}
.navigation ul li:nth-child(3).active ~ .indicator
{
    transform: translateX(calc(115px));
}
.navigation ul li:nth-child(4).active ~ .indicator
{
    transform: translateX(calc(58.5px*3));
}
.navigation ul li:nth-child(5).active ~ .indicator
{
    transform: translateX(calc(59px*4));
}
.navigation ul li:nth-child(6).active ~ .indicator
{
    transform: translateX(calc(59.5px*5));
}
}
@media (max-width: 390px)
{
#home {
    min-height: 800px;
}
.slider {
        top: 120px;
        width: 200%;
        height: 100%;
        overflow: hidden;
        position: relative;
}
      
.slides {
        display: flex;
        width: 300%;
        transition: transform 0.5s ease-in-out;

 }
      
      .slides img {
        margin-top: 0px;
        width: 200vw;
        height: auto;
        object-fit: contain; /* Resmin ekranı doldurmasını sağlar, kırpma yok */
        transform: translateX(-26%); /* Resmi sağa kaydır */
      }
      
      .slider::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        width: 20%;
        height: 100%;
        cursor: pointer;
      }
      /* SECTİON ARALARI SLOGANLAR */
.sectionhead
{
    margin: 0;
    padding: 0;
    justify-content: left;
}
.sectionhead .slogan {
    margin: 0;
    padding: 0;
    width: 100%; /* Sabit genişlik */
    white-space: nowrap; /* Metnin alt satıra geçmesini engeller */
    overflow: hidden; /* Taşan kısmı gizler */

    }
    
.sectionhead .slogan h1 {
    margin: 0;
    padding: 0;
    font-size: 6vw; 
    width: 100%;
    color: rgba(255, 255, 255, 0.819);
    text-transform: uppercase;
    }
.sectionhead .slogan .sloganozel
{
        font-size: 8vw;
}
.sectionhead .slogan h2
{   
    padding-top: 15px;
    text-align: center;
    font-size: 5vw;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    color:rgba(255, 255, 255, 0.819);
    text-transform: uppercase;
}
#calismalar .alan main h2 
{
    width: 340px;
}
/*ÇALIŞMALARIMIZ */
#calismalar .alan main .calisma-content
{
    width: 360px;
    margin: -32px;
}
#calismalar .alan main .calisma-content p
{
    width: 335px;
}
#calismalar .alan main .calisma-content .Counter{
    font-size: 0.67em;
}
#calismalar .alan main .calisma-content .Counter i {
    margin: -8px;
    font-size: 1.5em;
}
/* Hakkımızda */
.hakkimizda
{
    min-height: 2250px;
}
.hakkimizda .yazi
{
    max-width: 450px;
    height: 410px;
    
    
}
.hakkimizda .yazi p 
{
    font-size: 4.5vw;
}
.hakkimizda .ucbox .box p 
{
    font-size: 4.5vw;
}
.ucbox
{
    text-align: left;
    max-width: 1350px;
    height: 1700px;
}
.box
{
    width: 370px;
    height: 550px;
}
.misyonbox
{
    height: 400px;
}
.nedenbox
{
    height: 540px;
}
/* REFERANS KISIM */
#referans
{
    min-height: 400px;
}
#referans .alan 
{
    height: 375px;
}
#referans .referans {

    font-size: 9vw; /* Yazı boyutunu özelleştirin */

}
.logos
{
  height: 200px;
}
.logos-slide img {

  margin: 0 40px;
  width: 150px; /* Resmin genişliğini sabitler */
  height: 100px; /* Resmin yüksekliğini sabitler */
  object-fit: contain; /* Resmi kapsayacak şekilde keser, orantıları korur */
}
/*SS KISMI */
.accordion
{
    width: 360px;
    height: 1130px;
}
.accordion .image-box .img2
{

    bottom: 50px;
    left: 32px;
    width: 300px;
    height: 300px;  
    
}
.accordion .accordion-text .faq-text .question-arrow span
{
    width: 380px;
    white-space: normal; /* Yazının alt satıra geçmesini sağlar */
    word-wrap: break-word; /* Uzun kelimelerin satır sonlarında kesilmesini sağlar */
    display: inline-block; /* Span'ı blok düzeyine getirir, böylece alt satıra geçebilir */
    font-size: 16px;
}
.accordion .accordion-text
{

    top: 185px;
    right: 290px;
}
.accordion .accordion-text .title
{
    padding-top: 50px;
    padding-left: 50px;
    font-size: 20px;
    
}
/*FOOTER KISMI*/
.footer-section ul li a {
    font-size: 3.7vw;
}
/*Navigation*/
.body
{ 
    bottom: 11px;
}
.navigation ul li:nth-child(1).active ~ .indicator
{
    transform: translateX(calc(-5px));
}
.navigation ul li:nth-child(2).active ~ .indicator
{
    transform: translateX(calc(55px));
}
.navigation ul li:nth-child(3).active ~ .indicator
{
    transform: translateX(calc(115px));
}
.navigation ul li:nth-child(4).active ~ .indicator
{
    transform: translateX(calc(58.5px*3));
}
.navigation ul li:nth-child(5).active ~ .indicator
{
    transform: translateX(calc(59px*4));
}
.navigation ul li:nth-child(6).active ~ .indicator
{
    transform: translateX(calc(59.5px*5));
}
}
