* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}



.body{
    font-family: sans-serif;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}




/* hamburber menu tasarım responsive başlangıç*/

.menu-toggle {
    display: none;
  }
  
  .hamburger {
    display: none;
    font-size: 2rem;
    cursor: pointer;
    user-select: none;
    
  }


  @media (max-width: 1230px) {
    .hamburger {
      display: block;
    }
  
    .navlist {
      position: fixed;
      top: 0;
      right: -100%;
      height: 100vh;
      width: 70%;
      background-color: rgb(255, 255, 255);
      flex-direction: column;
      padding: 20px;
      gap: 20px;
      transition: right 0.3s ease-in-out;
      z-index: 999;
      font-size: 1.6em;
    }
  
    #menu-toggle:checked + .hamburger + .navlist {
      right: 0;
    }
  
    .navlist ul {
      flex-direction: column;
      
    }
    .navlist li{
        padding: 15px;
    }
  }






  



.navbar{
    background-color: rgb(255,255,255);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100px;
    flex-wrap: wrap;
    overflow: hidden;
    border: 10px solid rgb(61,61,61);
    font-size: 0.8em;
    
    

}


 /*
.header .navbar .logo {
   opacity: 0.5;
   
   
   
}

*/

.header .navbar .logo a{
    text-decoration: none;
    
    
}

.header .navbar .logo a img{
    height: 100px;
    transition: transform 0.3s ease;
}






.logo :hover{
    cursor: pointer;
    transform: scale(1.1);
    
}


.header .navlist ul{
    display: flex;
    list-style: none;
    gap: 1px;
    transform: translateY(-8px);
    
    
}

.header .navlist a{
    font-size: 1.5em;
    margin-right: 50px;
    color: rgb(61,61,61);
    text-decoration: none;
    padding: 10px 10px 10px 10px;
    font-family: sans-serif;
    

}





.navlistimg img{
    width: 25px;
}


.header .navlistimg a {
    margin-right: 6px; /* Bayraklar arasındaki boşluğu azalt */
}


@media(max-width:1501px){
     .header .navbar .navlistUl1 {
        font-size: 0.7em;
     }
}


@media(max-width:1333px){
    .header .navbar .navlistUl1 {
       font-size: 0.5em;
    }
}

/*.navlist a:hover{
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    color: rgb(77, 101, 79);
    
}*/

/* şimdilik donduruldu!

@media (max-width: 768px) {
    .navbar {
        flex-direction: column;
        height: auto;
        padding: 10px;
        
    }

    .header .navbar .logo a img {
        height: 80px;
    }

    .navlist ul {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        margin-left: 50px;
    }

    

    .navlist a {
        font-size: 1.2em;
        margin-right: 0;
        
    }
}




@media(max-width:1230px){
    .header .navbar{
        font-size: 0.7em; 
    }

    .header .navbar .navlist{
        gap: 1px;
    }

    
} */









.main .background1{
    margin-top: 100px;
    background-image: url(images/mainphoto.jpeg);
    background-size: 100% 100%;
    background-position: center;
    width: 100%;
    height: 800px;
    
}

.main .background1 .bgw{
    position: absolute;
    right: 0;
    top: 50%;
    height: 250px;
    border: 10px solid rgba(0, 0, 0, 0.6);
    text-align: center;
    width: 33%;
    padding-top: 50px;
    background-color: rgba(255, 255, 255, 0.5);
    font-size: 1.5em;
    letter-spacing: 1px;
    font-family: sans-serif;
    overflow: hidden;
    overflow: auto;
    
    
    
}


.main .background1 .bgw h1{
    font-size: 1.2em;
}



.main .background1 .bgw p{
    padding-top: 10px;
    
}




.indexmainimg{
    margin-top: 100px;
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;

}
.indexmainimg img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1;
    
}

.indexmainp{
    position: relative;
    z-index: 2;
    color: rgb(85, 77, 77);
    text-align: center;
    padding-top: 50px;
    font-size: 1rem;
    
}


@media(max-width :645px){
    .indexmainp {
        font-size: 0.7em;
    }
}



@media(max-width :430px){
    .indexmainp {
        font-size: 0.5em;
    }
}




.main .aboutus{
    background-color: rgb(85, 77, 77);
    border: 10px solid rgb(61,61,61);
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    height: 300px;
    text-align: center;
    padding-top: 30px;
    padding-right:30px ;
    padding-left:30px ;
    font-family: sans-serif;
    font-size: 1rem;
    color: rgb(255,255,255);
}


.main .aboutus p{
    padding-top: 20px;
}


.main .MisyonVizyon{
    background-image: url(images/index.html_main_imgs/İNDEXMAİN4.jpg);
    background-size: cover;
    width: 100%;
    height: 1250px;
    background-repeat: no-repeat;
    color: rgb(61,61,61);
    
    
    
   
}

.main .MisyonVizyon .MisyonDiv{
    border: 10px solid rgb(77, 101, 79);
    margin-right: 100px;
    margin-left: 100px;
    transform: translateY(50px);
    background-color: rgba(255, 255, 255, 0.85);
    height: 450px;
    text-align: center;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;
    

}


.main .MisyonVizyon .VizyonDiv{
    border: 10px solid rgb(77, 101, 79);
    margin-right: 100px;
    margin-left: 100px;
    transform: translateY(150px);
    background-color: rgba(255, 255, 255, 0.85);
    height: 450px;
    text-align: center;
    padding-top: 50px;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 50px;

}



.main .MisyonVizyon .MisyonDiv h2{
    font-size: 2em;
}





.main .MisyonVizyon .MisyonDiv p{
    padding-top: 20px;
    font-size: 1.5em;
}





.main .MisyonVizyon .VizyonDiv h2{
    font-size: 2em;
}



.main .MisyonVizyon .VizyonDiv p{
    padding-top: 20px;
    font-size: 1.5em;
}


/*yeni misyon vizyon tasarımı.*/

.MisyonVizyonRemake {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 0px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.2);
  
}

.MisyonVizyonRemake img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6); /* Yazıları öne çıkarır */
}

/* İçerik kutuları */
.MisyonVizyonRemakep1,
.MisyonVizyonRemakep2 {
  position: relative;
  z-index: 2;
  color: rgb(255, 255, 255);
  padding: 30px;
  text-shadow: 0 2px 4px rgba(0,0,0,0.7);
  background-color: rgba(85, 77, 77, 0.7); /* Yarı saydam kutu efekti */
  margin: 20px;
  border-radius: 10px;
  margin: 50px;
}

/* Başlıklar */
.MisyonVizyonRemake h2 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  color: rgb(255,255,255);
}

/* Paragraflar */
.MisyonVizyonRemake p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgb(255,255,255);
}

 .MisyonVizyonRemakep2{
    color: aqua;
}



@media (max-width: 768px) {
  .MisyonVizyonRemake {
    aspect-ratio: auto;
    height: auto;
  }

  .MisyonVizyonRemakep1,
  .MisyonVizyonRemakep2 {
    padding: 20px;
    margin: 10px;
  }

  .MisyonVizyonRemake h2 {
    font-size: 1.4rem;
  }

  .MisyonVizyonRemake p {
    font-size: 0.95rem;
  }
}





























.projelerDiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: rgb(85, 77, 77);

}

.projelerDiv > div {
    width: 20%; /* Öğelerin genişliğini %50 yaparak 2 öğe yan yana gelir */
    background-color: rgba(0, 0, 0, 0.1); /* Görselde kolaylık olması için bir arka plan rengi */
    padding: 10px;
    box-sizing: border-box; /* Padding dahil edilerek genişlik hesaplanır */
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 40px;
    margin-top: 20px;
    border-radius: 10px;
    
}



.projelerDiv .projelerDanfoss{
    background-image: url(images/Proje/danfoss.png);
    background-size: 100% 100%;
    height: 200px;
    transition: transform 0.3s ease, border-radius 0.3s ease;

}


.projelerDiv .projelerDanfoss .info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.3s ease-in-out;
    font-size: 0.7em;

}

.projelerDiv .projelerDanfoss .info a{
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    background-color: white;
    border: 3px solid black;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
}



.projelerDiv .projelerDanfoss:hover{
    filter: brightness(90%);
    transform: scale(1.05); /* Hover olunca büyür */
    border-radius: 0px; /* Köşeler daha yuvarlak olur */

}

.projelerDiv .projelerDanfoss  .info:hover{
    opacity: 1;

}

.projelerDiv .projelerDanfoss .info  a:hover{
    background-color: black;
    color: white;
}










.projelerDiv .projelerGrundfos {
    background-image: url(images/Proje/grundfos.jpg);
    background-size: 100% 100%;
    height: 200px;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}

.projelerDiv .projelerGrundfos .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.3s ease-in-out;
    font-size: 0.7em;
}

.projelerDiv .projelerGrundfos .info a {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    background-color: white;
    border: 3px solid black;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
}

.projelerDiv .projelerGrundfos:hover {
    filter: brightness(90%);
    transform: scale(1.05); /* Hover olunca büyür */
    border-radius: 0px; /* Köşeler daha yuvarlak olur */
}

.projelerDiv .projelerGrundfos .info:hover {
    opacity: 1;
}

.projelerDiv .projelerGrundfos .info a:hover {
    background-color: black;
    color: white;
}










.projelerDiv .projelerDab {
    background-image: url(images/Proje/dab.jpg);
    background-size: 100% 100%;
    height: 200px;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}



.projelerDiv .projelerDab .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.3s ease-in-out;
    font-size: 0.7em;
}

.projelerDiv .projelerDab .info a {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    background-color: white;
    border: 3px solid black;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
}

.projelerDiv .projelerDab:hover { /* Bu kısmı düzelttim */
    filter: brightness(90%);
    transform: scale(1.05); /* Hover olunca büyür */
    border-radius: 0px; /* Köşeler daha yuvarlak olur */
}

.projelerDiv .projelerDab .info:hover {
    opacity: 1;
}

.projelerDiv .projelerDab .info a:hover {
    background-color: black;
    color: white;
}










.projelerDiv .projelerBogenn {
    background-image: url(images/Proje/Bogennimage.jpg);
    background-size: 100% 100%;
    height: 200px;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}

.projelerDiv .projelerBogenn .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.3s ease-in-out;
    font-size: 0.7em;
}

.projelerDiv .projelerBogenn .info a {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    background-color: white;
    border: 3px solid black;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
}

.projelerDiv .projelerBogenn:hover { /* Bu kısmı düzelttim */
    filter: brightness(90%);
    transform: scale(1.05); /* Hover olunca büyür */
    border-radius: 0px; /* Köşeler daha yuvarlak olur */
}

.projelerDiv .projelerBogenn .info:hover {
    opacity: 1;
}

.projelerDiv .projelerBogenn .info a:hover {
    background-color: black;
    color: white;
}













.projelerDiv .projelerQundis {
    background-image: url(images/Proje/qundimage.jpg);
    background-size: 100% 100%;
    height: 200px;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}

.projelerDiv .projelerQundis .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.3s ease-in-out;
    font-size: 0.7em;
}

.projelerDiv .projelerQundis .info a {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    background-color: white;
    border: 3px solid black;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
}

.projelerDiv .projelerQundis:hover { /* Bu kısmı düzelttim */
    filter: brightness(90%);
    transform: scale(1.05); /* Hover olunca büyür */
    border-radius: 0px; /* Köşeler daha yuvarlak olur */
}

.projelerDiv .projelerQundis .info:hover {
    opacity: 1;
}

.projelerDiv .projelerQundis .info a:hover {
    background-color: black;
    color: white;
}







    



.projelerDiv .projelerHoneywell {
    background-image: url(images/Proje/Honeywellimage.png);
    background-size: 100% 100%;
    height: 200px;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}

.projelerDiv .projelerHoneywell .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.3s ease-in-out;
    font-size: 0.7em;
}

.projelerDiv .projelerHoneywell .info a {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    background-color: white;
    border: 3px solid black;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
}

.projelerDiv .projelerHoneywell:hover { /* Bu kısmı düzelttim */
    filter: brightness(90%);
    transform: scale(1.05); /* Hover olunca büyür */
    border-radius: 0px; /* Köşeler daha yuvarlak olur */
}

.projelerDiv .projelerHoneywell .info:hover {
    opacity: 1;
}

.projelerDiv .projelerHoneywell .info a:hover {
    background-color: black;
    color: white;
}












.projelerDiv .projelerRehau {
    background-image: url(images/Proje/rehauimage.jpg);
    background-size: 100% 100%;
    height: 200px;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}

.projelerDiv .projelerRehau .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.3s ease-in-out;
    font-size: 0.7em;
}

.projelerDiv .projelerRehau .info a {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    background-color: white;
    border: 3px solid black;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
}

.projelerDiv .projelerRehau:hover { /* Bu kısmı düzelttim */
    filter: brightness(90%);
    transform: scale(1.05); /* Hover olunca büyür */
    border-radius: 0px; /* Köşeler daha yuvarlak olur */
}

.projelerDiv .projelerRehau .info:hover {
    opacity: 1;
}

.projelerDiv .projelerRehau .info a:hover {
    background-color: black;
    color: white;
}




















.projelerDiv .projelerSondex {
    background-image: url(images/Proje/Sondeximage.jpg);
    background-size: 100% 100%;
    height: 200px;
    transition: transform 0.3s ease, border-radius 0.3s ease;
}

.projelerDiv .projelerSondex .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    opacity: 0; /* Başlangıçta görünmez */
    transition: opacity 0.3s ease-in-out;
    font-size: 0.7em;
}

.projelerDiv .projelerSondex .info a {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    background-color: white;
    border: 3px solid black;
    border-radius: 15px;
    padding: 5px 5px 5px 5px;
}

.projelerDiv .projelerSondex:hover { /* Bu kısmı düzelttim */
    filter: brightness(90%);
    transform: scale(1.05); /* Hover olunca büyür */
    border-radius: 0px; /* Köşeler daha yuvarlak olur */
}

.projelerDiv .projelerSondex .info:hover {
    opacity: 1;
}

.projelerDiv .projelerSondex .info a:hover {
    background-color: black;
    color: white;
}













/*projepart başlangıç*/

.ProjePart {
    background-image: url(images/projepartdeneme5.jpg);
    display: flex;
    justify-content: center;
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 400px; /* Mobilde resmin görünürlüğü için */
}

.ProjePart .ProjePartDiv {
    border: 15px solid rgb(61,61,61);
    width: 75%;
    padding: 80px;
    background-color: rgba(85, 77, 77, 0.8);
    text-align: center;
    font-family: sans-serif;
    font-size: 1em;
    margin: 80px 0;
    color: white;
}

.ProjePart .ProjePartDiv h2 {
    padding: 10px 0;
}

.ProjePart .ProjePartDiv p {
    letter-spacing: 1px;
}

.ProjePart .ProjePartDiv .projePartLink {
    padding: 20px;
    display: inline-block;
}

.ProjePart .projePartLink a {
    font-size: 1.1em;
    color: rgb(255, 255, 255);
    
}

/*  MEDYA SORGULARI (Mobil Cihaza İltifat) */

@media (max-width: 768px) {
    .ProjePart .ProjePartDiv {
        width: 90%;
        padding: 30px;
    }

    .ProjePart .ProjePartDiv p,
    .ProjePart .ProjePartDiv h2,
    .ProjePart .ProjePartDiv a {
        font-size: 0.9em;
    }
}

@media (max-width: 625px) {
    .ProjePart .ProjePartDiv {
        width: 95%;
        padding: 20px;
    }

    .ProjePart {
        padding: 20px;
    }
}

@media (max-width: 425px) {
    .ProjePart .ProjePartDiv {
        padding: 15px;
    }

    .ProjePart .ProjePartDiv p,
    .ProjePart .ProjePartDiv h2,
    .ProjePart .ProjePartDiv a {
        font-size: 0.85em;
    }
}

@media (max-width: 366px) {
    .ProjePart .ProjePartDiv {
        padding: 10px;
    }

    .ProjePart .ProjePartDiv p,
    .ProjePart .ProjePartDiv h2,
    .ProjePart .ProjePartDiv a {
        font-size: 0.8em;
    }
}


















@media (max-width: 768px) {
    .main .background1 {
        height: 600px;
        background-size: cover;
    }

    .main .background1 .bgw {
        width: 80%;
        font-size: 0.9rem;
    }


    .main .aboutus{
        overflow: hidden;
        overflow: auto;
    }

    .main .MisyonVizyon {
        height: 1600px;
        padding: 20px;
    }

    .main .MisyonVizyon .MisyonDiv,
    .main .MisyonVizyon .VizyonDiv {
        margin: 20px 0;
        height: auto;
    }
}

@media (max-width: 768px) {
    .projelerDiv {
        flex-direction: column;
        align-items: center;
        
    }

    .projelerDiv > div {
        width: 60%;
    }
}

@media (max-width: 768px){
    .ProjePart .ProjePartDiv{
        
        overflow: hidden;
        overflow: auto;
        
    }

    .main .aboutus{
        height: 350px;
    }
}

@media(max-width: 426px){

    .main .background1{
        margin-top: 100px;
    }

    .main{
        font-size: 0.8em;
    } 


    .main .aboutus{
        height: 400px;
        font-size: 0.8em;
        padding: 20px;
    }

    .main .MisyonVizyon .MisyonDiv{
        padding-bottom: 20px;
    }

    .main .MisyonVizyon .VizyonDiv{
        padding-bottom: 20px;
    }

    
}





@media(max-width:281px){
    .main .aboutus{
        height: 350px;
        font-size: 0.75em;
    }

    .MisyonVizyon .MisyonDiv{
        font-size: 0.75em;
    }

    .MisyonVizyon .VizyonDiv{
        font-size: 0.75em;
    }

    
}






.footer{
    background-color: rgb(61,61,61);
    display: flex;
    justify-content: space-between;
    
    
}

.footer .footerCol{
    margin-right: 50px;
    margin-left: 50px;
    margin-top: 100px;
}


.footer #footerList h4{
    font-size: 1.8em;
    color: white;
}


.footer #footerList ul{
    list-style: none;
    padding-top: 20px;
    font-size: 1.5em;
}



.footer #footerList li{
    padding-bottom: 10px;
}



.footer #footerList a{
    text-decoration: none;
    color: rgb(255,255,255);
    
}


.footer #footerAdres .texts{
    margin-bottom: 50px;
   
    

}

.footer #footerAdres .texts h4{

    font-size: 1.8em;
    color: white;
    margin-bottom: 20px;
}

.footer #footerAdres .texts p{
    color: rgb(255,255,255);
}

.footerinfo{
    background-color: rgb(61,61,61);
    height: 100px;
}

.footerinfo p{
    padding-top: 50px;
    color: rgb(255,255,255);
}

#footerAdres{
    width: 100%; /* Tüm genişliği kaplamasını sağla */
    display: flex;
    justify-content: center; /* Haritayı ortala */
    margin-top: 20px;
    gap: 50px;
    margin-top: 100px;
}

#footerAdres  iframe{
    width: 90%; /* Haritanın genişliği %90 olacak */
    max-width: 400px; /* Maksimum 400px genişlikte tut */
    height: 250px; /* Yükseklik ayarı */
    border: none;
}




.footer #footerList a:hover{
    cursor: pointer;
    background-color: white;
    opacity: 0.6;
    color: rgb(0,0,0);
    padding: 5px 5px 5px 5px;
}



/* 📱 Mobil Uyumlu (600px ve daha küçük ekranlar için) */
@media (max-width: 600px) {
    .footer {
        flex-direction: column; /* Elemanları alt alta getir */
        align-items: center; /* Ortaya hizala */
        text-align: center; /* Yazıları ortaya hizala */
    }

    .footer .footerCol {
        margin: 20px 0; /* Mobilde gereksiz boşlukları kaldır */
    }

    .footer #footerList ul {
        font-size: 1em; /* Yazıları küçült */
    }

    .footer #footerAdres{
        max-width: 100%;
        height: 600px;
        flex-direction: column;
    }

    .footer #footerAdres iframe{
        padding-left: 20px;
    }

   
}















.iletisim{
    background-image: url(images/iletisimArkaplan.jpg);
    background-position: center;
    background-size: cover;
    max-width: 100%;
    height: auto;
    background-attachment: fixed;
    
    
    
    
    
    
   
    
    
    
    

}




.genel{
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 0px;
    display: flex;
    width: 75%;
    background-color: rgba(255, 255, 255, 0.5);
    justify-content: space-between;
    height: auto;
    border: 5px solid rgba(61,61,61,0.5);
    border-radius: 10px;
    gap: 50px;
    flex-direction: column;
    overflow: hidden;
    color: rgb(61,61,61);
}

.genel .lojistik{

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
}

.genel .bilgi p{
    font-size: 1.1em;
    
}

.genel .bilgi{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 50px;
}


.lojistik iframe {
    width: 100%;
    
    height: 300px;
    border-radius: 10px;
    padding: 10px;
}

.iletisim .genel .bilgi p{
    padding: 10px;
}


@media(max-width:1200px){
    .iletisim .genel{
        width: 60%;
    }
}



@media (max-width: 768px) {
  .iletisim {
    background-attachment: scroll !important; /* Sabitlik kalkar, mobil dostu olur */
    background-size: cover;
    max-height: 275vh;
    background-position: center center;
    background-repeat: no-repeat;
    
  }
}








.aboutBody{
    display: flex;
    flex-direction: column;
    margin-top: 100px;
    background-image: url(images/hakkimizdaArkaplan.jpg);
    background-size: 100% 100%;
    
}

.aboutMainDiv{
    display: flex;
    flex-direction: column;
    justify-items: center;
    height: 700px;
    width: 50%;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    border: 5px solid rgba(61,61,61,0.5);
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    justify-content: center;
    font-size: 1.3em;
    padding: 20px; 
    overflow: hidden;
    
    

    
}

.aboutMainDiv h2{
    padding-bottom: 30px;
    padding-top: 30px;
    color: rgb(61,61,61);
}

.aboutMainDiv p{
    padding-right: 30px;
    padding-left: 30px;
    color: rgb(61,61,61);
}



@media(max-width: 891px){
    .aboutMainDiv{
    font-size: 0.8em;
    height: 500px;
    
        

    } 
}


@media(max-width:768px){
    .aboutMainDiv{
        margin-top: 175px;
    }
}


@media(max-width:600px){
    .aboutMainDiv{
        margin-top: 175px;
        height: 700px;
        width: 75%;
    }
}

@media(max-width:284px){
    .aboutMainDiv{
        font-size: 0.7em;
        height: 800px;
    }
}


@media(max-width:240px){
    .aboutMainDiv{
        margin-top: 175px;
        height: 700px;
        width: 75%;
        font-size: 0.6em;
    }
}





.aboutMainDiv .iletisimGönder a{
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 5px 5px 5px 5px;
}

.aboutMainDiv .iletisimGönder{
    margin-top: 50px;
    border: 3px solid rgba(255, 255, 255, 0.5);
    background-color: rgba(61,61,61,0.7);
    transition: background-color 0.3s ease;
}

.aboutMainDiv .iletisimGönder a:hover{
    cursor: pointer;
    
    color: black;
    border-radius: 20px;
    
}

.aboutMainDiv .iletisimGönder:hover{
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
}



























.urunlerBaslik{
    margin-top: 180px;
    display: flex;
    justify-content: center;
    font-size: 1.1em;
}




/*#urunlerBody{
    background-image: url(images/urunler_arkaplan_1.jpg);
    background-size: cover;
}*/

#urunlerBody{
    background-image: url();
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    color: rgb(0,0,0);
}




.danfossUrunlerdiv{
    background-color: rgba(255, 255, 255,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}

 .danfossAyirmadiv1{
    display: flex;
    gap: 30px;
}

.danfossAyirmadiv2{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.danfossimageurunler{
    width: 500px;
}


.danfossUrunlerspanP{
    display: inline-block;
    justify-content: center;
    align-content: center;
    font-size: 1.1em;
}
 

.danfossAyirmadiv2 a{
    
    color: black;
    font-size: 1.2em;
}

.danfossAyirmadiv2 a:hover{
    text-decoration: none;
    color: gray;
}







.grundfosUrunlerdiv{
    background-color: rgba(255, 255, 255,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.grundfosAyirmadiv1{
    display: flex;
    gap: 30px;
}


.grundfosAyirmadiv2{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}


.grundfosAyirmadiv2 a{
    
    color: black;
    font-size: 1.2em;
}

.grundfosAyirmadiv2 a:hover{
    text-decoration: none;
    color: gray;
}



.grundfosimageurunler{
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.grundfosUrunlerspanP{
    display: inline-block;
    justify-content: center;
    align-content: center;
    font-size: 1.1em;
}











.bogennUrunlerdiv{
    background-color: rgba(255, 255, 255,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}



.bagennAyirmadiv1{
    display: flex;
    gap: 30px;
}



.bogennAyirmadiv2{
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
}

.bogennAyirmadiv2 a{
    
    color: black;
    font-size: 1.2em;
}

.bogennAyirmadiv2 a:hover{
    text-decoration: none;
    color: gray;
}






.bogennimageurunler{
    width: 500px;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.bogennUrunlerspanP{
    display: inline-block;
    justify-content: center;
    align-content: center;
    font-size: 1.1em;
}










.dabUrunlerdiv{
    background-color: rgba(255, 255, 255,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}


.dabAyirmadiv1{
    display: flex;
    gap: 30px;
}

.dabAyirmadiv2{
    display: flex;
    justify-content: center;
}

.dabAyirmadiv2 a{
    
    color: black;
    font-size: 1.2em;
}

.dabAyirmadiv2 a:hover{
    text-decoration: none;
    color: gray;
}



.dabimageurunler{
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.dabUrunlerspanP{
    display: inline-block;
    justify-content: center;
    align-content: center;
    font-size: 1.1em;
}








.qundisUrunlerdiv{
    background-color: rgba(255, 255, 255,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.qundisAyirmadiv1{
    display: flex;
    gap: 30px;
}


.qundisAyirmadiv2{
    display: flex;
    justify-content: center;
}



.qundisAyirmadiv2 a{
    
    color: black;
    font-size: 1.2em;
}

.qundisAyirmadiv2 a:hover{
    text-decoration: none;
    color: gray;
}



.qundisimageurunler{
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.qundisUrunlerspanP{
    display: inline-block;
    justify-content: center;
    align-content: center;
    font-size: 1.1em;
}








.honeywellUrunlerdiv{
    background-color: rgba(255, 255, 255,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}


.honeywellAyirmadiv1{
    display: flex;
    gap: 30px;
}

.honeywellAyirmadiv2{
    display: flex;
    justify-content: center;
    
}




.honeywellAyirmadiv2 a{
    
    color: black;
    font-size: 1.2em;
}

.honeywellAyirmadiv2 a:hover{
    text-decoration: none;
    color: gray;
}




.honeywellimageurunler{
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.honeywellUrunlerspanP{
    display: inline-block;
    justify-content: center;
    align-content: center;
    font-size: 1.1em;
}








.rehauUrunlerdiv{
    background-color: rgba(255, 255, 255,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}


.rehauAyirmadiv1{
    display: flex;
    gap: 30px;
}


.rehauAyirmadiv2{
    display: flex;
    justify-content: center;
}


.rehauAyirmadiv2 a{
    
    color: black;
    font-size: 1.2em;
}

.rehauAyirmadiv2 a:hover{
    text-decoration: none;
    color: gray;
}


.rehauimageurunler{
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
}


.rehauUrunlerspanP{
    display: inline-block;
    justify-content: center;
    align-content: center;
    font-size: 1.1em;
}








.sondexUrunlerdiv{
    background-color: rgba(255, 255, 255,0.5);
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    margin-top: 50px;
}

.sondexAyirmadiv1{
    display: flex;
    gap: 30px;
}

.sondexAyirmadiv2{
    display: flex;
    justify-content: center;
}



.sondexAyirmadiv2 a{
    
    color: black;
    font-size: 1.2em;
}

.sondexAyirmadiv2 a:hover{
    text-decoration: none;
    color: gray;
}

.sondeximageurunler{
    width: 500px;
    margin-top: 20px;
    margin-bottom: 20px;
    height: 250px;
}


.sondexUrunlerspanP{
    display: inline-block;
    justify-content: center;
    align-content: center;
    font-size: 1.1em;
}

@media (max-width: 768px) {
    .danfossUrunlerdiv{
        margin-top: 5px;
    }

    .danfossUrunlerspanP p {
        font-size: 0.7em;
    }
    .danfossimageurunler {
        width: 300px; /* ya da % cinsinden */
        height: auto;
    }



    .grundfosUrunlerspanP p {
        font-size: 0.7em;
    }
    .grundfosimageurunler {
        width: 300px; /* ya da % cinsinden */
        height: auto;
    }



    .dabUrunlerspanP p {
        font-size: 0.7em;
    }
    .dabimageurunler {
        width: 300px; /* ya da % cinsinden */
        height: auto;
    }



    .bogennUrunlerspanP p {
        font-size: 0.7em;
    }
    .bogennimageurunler {
        width: 300px; /* ya da % cinsinden */
        height: auto;
    }



    .qundisUrunlerspanP p {
        font-size: 0.7em;
    }
    .qundisimageurunler {
        width: 300px; /* ya da % cinsinden */
        height: auto;
    }



    .honeywellUrunlerspanP p {
        font-size: 0.7em;
    }
    .honeywellimageurunler {
        width: 300px; /* ya da % cinsinden */
        height: auto;
    }



    .rehauUrunlerspanP p {
        font-size: 0.7em;
    }
    .rehauimageurunler {
        width: 300px; /* ya da % cinsinden */
        height: auto;
    }



    .sondexUrunlerspanP p {
        font-size: 0.7em;
    }
    .sondeximageurunler {
        width: 300px; /* ya da % cinsinden */
        height: auto;
    }
}


@media (max-width: 560px) {
    .danfossUrunlerspanP p {
        font-size: 0.5em;
        padding: 10px;
    }
    .danfossimageurunler {
        width: 150px; /* ya da % cinsinden */
        height: auto;
        padding-top: 10px;
    }
    .danfossAyirmadiv2 a{
        font-size: 0.7em;
    }




    .grundfosUrunlerspanP p {
        font-size: 0.5em;
        padding: 10px;
    }
    .grundfosimageurunler {
        width: 150px; /* ya da % cinsinden */
        height: auto;
        padding-top: 10px;
    }
    .grundfosAyirmadiv2 a{
        font-size: 0.7em;
    }




    .dabUrunlerspanP p {
        font-size: 0.5em;
        padding: 10px;
    }
    .dabimageurunler {
        width: 150px; /* ya da % cinsinden */
        height: auto;
        padding-top: 10px;
    }
    .dabAyirmadiv2 a{
        font-size: 0.7em;
    }




    .bogennUrunlerspanP p {
        font-size: 0.5em;
        padding: 10px;
    }
    .bogennimageurunler {
        width: 150px; /* ya da % cinsinden */
        height: auto;
        padding-top: 10px;
    }
    .bogennAyirmadiv2 a{
        font-size: 0.7em;
    }




    .qundisUrunlerspanP p {
        font-size: 0.5em;
        padding: 10px;
    }
    .qundisimageurunler {
        width: 150px; /* ya da % cinsinden */
        height: auto;
        padding-top: 10px;
    }
    .qundisAyirmadiv2 a{
        font-size: 0.7em;
    }




    .honeywellUrunlerspanP p {
        font-size: 0.5em;
        padding: 10px;
    }
    .honeywellimageurunler {
        width: 150px; /* ya da % cinsinden */
        height: auto;
        padding-top: 10px;
    }
    .honeywellAyirmadiv2 a{
        font-size: 0.7em;
    }




    .rehauUrunlerspanP p {
        font-size: 0.5em;
        padding: 10px;
    }
    .rehauimageurunler {
        width: 150px; /* ya da % cinsinden */
        height: auto;
        padding-top: 10px;
    }
    .rehauAyirmadiv2 a{
        font-size: 0.7em;
    }




    .sondexUrunlerspanP p {
        font-size: 0.5em;
        padding: 10px;
    }
    .sondeximageurunler {
        width: 150px; /* ya da % cinsinden */
        height: auto;
        padding-top: 10px;
    }
    .sondexAyirmadiv2 a{
        font-size: 0.7em;
    }
}






.scadah2{
    margin-top: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media(max-width: 768px){
    .scadah2{
        margin-top: 250px;
        font-size: 1em;
    }
}



.danfossscada{
    margin-top: 80px;
    display: flex;
    border: 3px solid black;
    height: 200px;
    align-items: center;
    transition: height 0.5s ease;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}


.danfossscada img{
    height: 170px;
    transition: transform 0.5s ease;
    
}



.danfossscada:hover{
    height: 500px;

}

.danfossscada:hover img{
    transform: translateY(-200px);
}

.danfossscadaopacity{
    display: flex;
    flex-direction: column;
    opacity: 1;
}

.danfossscadaopacity img{
    width: 20%;
    height: auto;
}

.danfossscadaopacity p{
    position: relative;
    top: 200px;
    margin-left: 30px;
    margin-right: 30px;
}



.danfossscadaopacityimgdiv{
    display: flex;
    justify-content: space-around;
    margin-top: 50px;
    
}

@media(max-width:425px){


    .danfossscada img{
        height: 100px;
    transition: 0.5s ease;
    transform: translateY(50px);

    }


    .danfossscadaopacity img{
        width: 16%;
        height: auto;
    }

    .danfossscadaopacity p{
        position: relative;
        top: 100px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 0.8em;
    }

}


@media(max-width:248px){
    .danfossscadaopacity p{
        position: relative;
        top: 70px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 0.7em;
        
    }

    .danfossscadaopacity img{
        width: 16%;
        height: auto;
        
    }
}












.honeywellscada{
    margin-top: 100px;
    display: flex;
    border: 3px solid black;
    height: 200px;
    align-items: center;
    transition: height 0.5s ease;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}

.honeywellscada img{
    height: 100px;
    transition: 0.5s ease;
    transform: translateY(50px);
}


.honeywellscada:hover{
    height: 500px;

}

.honeywellscada:hover img{
    transform: translateY(-200px);
}

.honeywellscadaopacity{
    display: flex;
    flex-direction: column;
    opacity: 1;
}

.honeywellscadaopacity img{
    width: 15%;
}

.honeywellscadaopacity p{
    position: relative;
    top: 200px;
    margin-left: 30px;
    margin-right: 30px;
}



.honeywellscadaopacityimgdiv{
    display: flex;
    justify-content: space-around;
    margin-top: 125px;
    
}



@media(max-width:450px){

   

    .honeywellscada img{
        height: 50px;
    transition: 0.5s ease;
    transform: translateY(50px);

    }

    .honeywellcadaopacity img{
        width: 16%;
        height: auto;
    }

    .honeywellscadaopacity p{
        position: relative;
        top: 200px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 0.8em;
    }

}


@media(max-width:248px){
    .honeywellscadaopacity p{
        position: relative;
        top: 70px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 0.7em;
        
    }

    .honeywellscadaopacity img{
        width: 16%;
        height: auto;
        
    }
}




















.abbscada{
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    border: 3px solid black;
    height: 200px;
    align-items: center;
    justify-items: center;
    
    margin-bottom: 50px;
    overflow: hidden;
    transition: 0.5s ease;
}

.abbscada img{
    height: 100px;
    transition: 0.5s ease;
    margin-top: 50px;
}


.abbscadaopacity{
    display: flex;
    flex-direction: column;
}


.abbscadaopacity p{
    position: relative;
    top: 150px;
    margin-left: 30px;
    margin-right: 30px;
    
}


.abbscadaopacityimgdiv{
    display: flex;
    justify-content: space-around;
}

.abbscadaopacityimgdiv{
    height: 40%;

}



.abbscada:hover{
    height: 500px;
}

.abbscada:hover img{
    transform: translateY(-200px);
}





@media(max-width:700px){
    .abbscadaopacity img{
        width: 16%;
        height: auto;
    }

    .abbscadaopacity p{
        position: relative;
        top: 100px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 0.8em;
    }

}


@media(max-width:500px){
    .abbscadaopacity p{
        position: relative;
        top: 100px;
        margin-left: 30px;
        margin-right: 30px;
        font-size: 0.7em;
        
    }

    .abbscadaopacity img{
        width: 16%;
        height: auto;
        
        
    }

    
}


@media(max-width:360px){
    .abbscadaopacity p{
        font-size: 0.6em;
    }
}















.markalarDiv{
    margin-top: 100px;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
    background-color: rgba(61,61,61,0.96);
   
}

.markalarDiv h2{
    color: white;
    padding: 30px;
}


.markalarDiv a{
    color: white;
    font-size: 1.1em;
}

@media (max-width: 768px){
    .markalarDiv{
        margin-top: 270px;
    }
}



@media (max-width: 478px){
    .markalarDiv{
        margin-top: 270px;
        font-size: 0.7em;
    }
}





























.geciciMaindiv{
    margin-top: 100px;
    background-color: rgba(77, 101, 79,0.9);
    height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25em;

}



.projeH1{
    display: flex;
    justify-content: center;
   margin-top: 150px;
    
}

.geciciMaindiv p{
    color: white;
}



.mainContainerProje{
    margin-top: 100px;
}

.mainContainerProje .rowSection{
    display: flex;
    
    justify-content: space-around;
    margin: 50px;
    gap: 50px;
}


.mainContainerProje .rowSection .divSection{
    border: 3px solid black;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 50%;
    gap: 10px;
    
}

.mainContainerProje .rowSection .divSection .imgDivProje {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    
}

.mainContainerProje .rowSection .divSection .pDivProje{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.mainContainerProje .rowSection .divSection .imgDivProje img{
    width: 100%;
    padding: 10px;
}

.mainContainerProje .rowSection .divSection .pDivProje {
    display: flex;
    align-items: top;
    padding: 20px;
}


@media(max-width: 768px){
    .divSection .pDivProje p{
        font-size: 0.7em;
        padding: 5px;
    }
    .mainContainerProje .rowSection .divSection{
        gap: 2px;
    }

    #pdivproje1{
        font-size: 0.5em;
    }

    .projelerh3degistirme{
        font-size: 0.8em;
    }
   
}


@media(max-width: 525px){

    .divSection .pDivProje p{
        font-size: 0.3em;
        gap: 2px;
        
    }

    .projelerh3degistirme{
        font-size: 0.4em;
    }

    

}







/*burda başlar bütün projeler ürünler markalar falan*/

.UrunlerMainDiv{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 110px;
    
    
}

.UrunlerTitleDiv{
    
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.UrunlerTitleDiv img{
    height: auto;
    max-width: 100%;
}




.urunlerSectionMainDiv{
    max-width: 100%;
    display: flex;
    justify-content: center;
    gap: 30PX;
    margin: 20px;
    
}

.urunlerSectionDivp{
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
}

.urunlerSectionDivp a{
    display: flex;
    flex-wrap: wrap;
}

.urunlerSectionRow{
    border: solid black 2px;
    display: flex;
    flex-wrap: wrap;
    width: 25%;
    height: auto;
    padding: 10px;
    gap: 30px;
    
}


.urunlerSectionRow img{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    
}



.urunlerBaslik{
    display: flex;
    width: 100%;
    
    
}



.urunlerBogennLinks{
    display: flex;
    flex-direction: column;
    border: 2px solid black;
    padding: 10px;
    gap: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 30%;
    justify-content: center;
    align-items: center;
    
}

.urunlerBogennLinks a{
    text-decoration: none;
}


@media(max-width: 801px){


    .urunlerSectionMainDiv{
        gap: 10px;
    }

    .urunlerSectionRow .urunlerSectionDivp{
        font-size: 0.7em;
    }
}



@media(max-width: 575px){
    .urunlerSectionRow .urunlerSectionDivp{
        font-size: 0.5em;
        gap: 20px;
    }
}


@media(max-width: 450px){
    .urunlerSectionRow .urunlerSectionDivp{
        font-size: 0.3em;
    }
}


.urunlerBogennMainimg{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 5%;
    
}

.urunlerBogennMainimg img{
    width: 40%;
    
}





.qundisMainDiv{
    margin-top: 100px;
}




















































































































