body {
  width: 100%;
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-image: url(../images/1.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}


header {
  width: 100%;
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 20px 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(150, 150, 150, 0));
}

header .logo img {
  max-width: 100%;
  height: 50px; /* Görsel oranını korur */
}


header nav ul {
  display: block;
  list-style: none;
  justify-content:center;
  font-size: 5px;
}

header nav ul li {
  font-size: 11px;
  margin:auto;
}

header nav ul li a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
}

header nav ul li a:hover {
  color: rgb(9, 219, 219);
}

.container h6{
  width:300px;
  text-align: right;
  margin: 0;
}

.container h6 a{
  text-decoration: none;
  color: rgb(255, 255, 255);
}

.banner {
  display: flex;
  flex-direction: column;
  border-radius: 15px 15px 0 0;
  width: 93%;
  margin: auto;
  align-items: center;
  justify-content: center;
  min-height: 20vh;
  text-align: center;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.85);
}


.orta {
  display: flex;
  width: 80%;
  height: auto;
  margin: auto;
  border-radius: 0 0 15px 15px;
  background-color: rgba(255, 255, 255, 0.85);
}

.fanuc {
  width: 350px; /* Resmin genişliğini kapsayıcı div'in genişliğine göre ayarlama */
  height: 400px; /* Yüksekliği otomatik ayarlama */
  display: block; /* Altındaki boşluğu kaldırma */
  margin: auto; /* Üst ve alt boşluk, ortalamak için yanlarda otomatik boşluk */
  border-radius: 200px;
}

table {
  width: 50%; /* Tablo genişliği */
  border-collapse: collapse; /* Kenar boşluklarını kaldırma */
}
table img{
  margin: auto;
  text-align: center;
}

td {
  padding: 10px; /* Hücre içi boşluk */
  text-align: left; /* Metni sola hizalama */
  border: none; /* Kenar çizgilerini kaldırma */
  margin: 0;
  text-align: center;
}
ul li{
  font-size: 15px;
  padding: 5px;
  text-align: left;
  text-decoration: none;
}
.kalite {
  width: 50%;
  height: auto;
}

.orta .kalite img {
  display: block;
  width: 60%;
  height: auto;
  opacity: 1;
  margin: auto;
  padding: 15px;
  
}

.list {
  width: 50%;
  height: auto;
  margin: auto;
  justify-content: center;
  font-weight: bold;
}

.list ul li{
  padding: 20px;
}

footer {
  background: linear-gradient(to bottom, rgba(150, 150, 150, 0), rgb(0, 0, 0));
  color: #fff;
  text-align: center;
  font-size: 0.9rem;
  padding: 20px;
}

html {
  scroll-behavior: smooth;
}


  /* Media Queries -------------------------------------------------------------------- */
  
  /* Ekran ölçüsü 768px ve üzeri için */
  @media only screen and (min-width: 768px) {
    body {
      width: 100%;
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      background-image: url(../images/1.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
    
    
    header {
      width: 100%;
      display: flex;
      list-style: none;
      justify-content: center;
      padding: 20px 0;
      background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(150, 150, 150, 0));
    }
    
    header .logo img {
      max-width: 100%;
      height: 50px; /* Görsel oranını korur */
    }
    
    
    header nav ul {
      display: flex;
      list-style: none;
      justify-content:center;
      font-size: 5px;
    }
    
    header nav ul li {
      font-size: 11px;
      margin:auto;
    }
    
    header nav ul li a {
      font-weight: bold;
      text-decoration: none;
      color: #ffffff;
      font-weight: bold;
    }
    
    header nav ul li a:hover {
      color: rgb(9, 219, 219);
    }
    
    .container h6{
      width:100%;
      text-align: right;
      margin: 0;
    }
    
    .container h6 a{
      text-decoration: none;
      color: rgb(255, 255, 255);
    }
    
    .banner {
      display: flex;
      flex-direction: column;
      border-radius: 15px 15px 0 0;
      width: 90%;
      padding: 10px;
      margin: auto;
      align-items: center;
      justify-content: center;
      min-height: 20vh;
      text-align: center;
      font-size: 2rem;
      background-color: rgba(255, 255, 255, 0.85);
    }
  
    .orta {
        display: flex;
        width: 90%;
        height: auto;
        margin: auto;
        border-radius: 0 0 15px 15px;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.85);
      }
      
      
      .foto {
        width: 50%;
        height: auto;
      }
      
      .orta .foto img {
        display: block;
        width: 60%;
        height: auto;
        opacity: 1;
        margin: auto;
        padding: 15px;
      }
      
      .list {
        width: 50%;
        height: auto;
        margin: auto;
        justify-content: center;
        font-weight: bold;
      }
      
      .list ul li{
        padding: 20px;
      }
    
    footer {
        background: linear-gradient(to bottom, rgba(150, 150, 150, 0), rgb(0, 0, 0));
        color: #fff;
        text-align: center;
        font-size: 0.9rem;
        padding: 20px;
    }
      
    html {
        scroll-behavior: smooth;
    }
      
  }
  
  /* Ekran ölçüsü 480px ve üzeri için ---------------------------------------------*/
  @media only screen and (max-width: 480px) {
    body {
      width: 100%;
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      background-image: url(../images/1.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
    
    
    header {
      width: 100%;
      display: flex;
      list-style: none;
      justify-content: center;
      padding: 20px 0;
      background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(150, 150, 150, 0));
    }
    
    header .logo img {
      max-width: 100%;
      height: 50px; /* Görsel oranını korur */
    }
    
    
    header nav ul {
      display: block;
      list-style: none;
      justify-content:center;
      font-size: 5px;
    }
    
    header nav ul li {
      font-size: 11px;
      margin:auto;
    }
    
    header nav ul li a {
      display: inline-block;
      font-weight: bold;
      text-decoration: none;
      color: #ffffff;
      padding: 10px 20px;
      font-weight: bold;
    }
    
    header nav ul li a:hover {
      color: rgb(9, 219, 219);
    }
    
    .container h6{
      width:300px;
      text-align: right;
      margin: 0;
    }
    
    .container h6 a{
      text-decoration: none;
      color: rgb(255, 255, 255);
    }
     
.banner {
  display: flex;
  flex-direction: column;
  border-radius: 15px 15px 0 0;
  width: 93%;
  margin: auto;
  align-items: center;
  justify-content: center;
  min-height: 20vh;
  text-align: center;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.85);
}


.orta {
  display: block;
  width: 93%;
  height: auto;
  margin: auto;
  border-radius: 0 0 15px 15px;
  background-color: rgba(255, 255, 255, 0.85);
}

.fanuc {
  width: 150px; /* Resmin genişliğini kapsayıcı div'in genişliğine göre ayarlama */
  height: 200px; /* Yüksekliği otomatik ayarlama */
  display: block; /* Altındaki boşluğu kaldırma */
  margin: auto; /* Üst ve alt boşluk, ortalamak için yanlarda otomatik boşluk */
  border-radius: 200px;
}

table {
  width: 50%; /* Tablo genişliği */
  border-collapse: collapse; /* Kenar boşluklarını kaldırma */
}
table img{
  margin: auto;
  text-align: center;
}

td {
  padding: 10px; /* Hücre içi boşluk */
  text-align: left; /* Metni sola hizalama */
  border: none; /* Kenar çizgilerini kaldırma */
  margin: auto;
  text-align: center;
}
ul li{
  font-size: 10px;
  padding: 5px;
  text-align: center;
  text-decoration: none;
}
.kalite {
  width: 50%;
  height: auto;
}

.orta .kalite img {
  display: block;
  width: 60%;
  height: auto;
  opacity: 1;
  margin: auto;
  padding: 15px;
  
}

.list {
  width: 50%;
  height: auto;
  margin: auto;
  justify-content: center;
  font-weight: bold;
}

.list ul li{
  padding: 20px;
}

    footer {
      background: linear-gradient(to bottom, rgba(150, 150, 150, 0), rgb(0, 0, 0));
      color: #fff;
      text-align: center;
      font-size: 0.9rem;
      padding: 20px;
    }
    
    html {
     scroll-behavior: smooth;
    }
  }
  
  /* Ekran ölçüsü 320px ve üzeri için ----------------------------------------------------*/
  @media only screen and (max-width: 350px) {
    body {
      width: 100%;
      font-family: Arial, sans-serif;
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      background-image: url(../images/1.jpg);
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
    
    
    header {
      width: 100%;
      display: flex;
      list-style: none;
      justify-content: center;
      padding: 20px 0;
      background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(150, 150, 150, 0));
    }
    
    header .logo img {
      max-width: 100%;
      height: 50px; /* Görsel oranını korur */
    }
    
    
    header nav ul {
      display: block;
      list-style: none;
      justify-content:center;
      font-size: 5px;
    }
    
    header nav ul li {
      font-size: 11px;
      margin:auto;
    }
    
    header nav ul li a {
      font-weight: bold;
      text-decoration: none;
      color: #ffffff;
      font-weight: bold;
    }
    
    header nav ul li a:hover {
      color: rgb(9, 219, 219);
    }
    
    .container h6{
      width:300px;
      text-align: right;
      margin: 0;
    }
    
    .container h6 a{
      text-decoration: none;
      color: rgb(255, 255, 255);
    } 
    
    .banner {
      display: flex;
      flex-direction: column;
      border-radius: 15px 15px 0 0;
      width: 93%;
      margin: auto;
      align-items: center;
      justify-content: center;
      min-height: 20vh;
      text-align: center;
      font-size: 2rem;
      background-color: rgba(255, 255, 255, 0.85);
    }
    
    
    .orta {
      display: flex;
      width: 80%;
      height: auto;
      margin: auto;
      border-radius: 0 0 15px 15px;
      background-color: rgba(255, 255, 255, 0.85);
    }
    
    .fanuc {
      width: 350px; /* Resmin genişliğini kapsayıcı div'in genişliğine göre ayarlama */
      height: 400px; /* Yüksekliği otomatik ayarlama */
      display: block; /* Altındaki boşluğu kaldırma */
      margin: auto; /* Üst ve alt boşluk, ortalamak için yanlarda otomatik boşluk */
      border-radius: 200px;
    }
    
    table {
      width: 50%; /* Tablo genişliği */
      border-collapse: collapse; /* Kenar boşluklarını kaldırma */
    }
    table img{
      margin: auto;
      text-align: center;
    }
    
    td {
      padding: 10px; /* Hücre içi boşluk */
      text-align: left; /* Metni sola hizalama */
      border: none; /* Kenar çizgilerini kaldırma */
      margin: 0;
      text-align: center;
    }
    ul li{
      font-size: 15px;
      padding: 5px;
      text-align: left;
      text-decoration: none;
    }
    .kalite {
      width: 50%;
      height: auto;
    }
    
    .orta .kalite img {
      display: block;
      width: 60%;
      height: auto;
      opacity: 1;
      margin: auto;
      padding: 15px;
      
    }
    
    .list {
      width: 50%;
      height: auto;
      margin: auto;
      justify-content: center;
      font-weight: bold;
    }
    
    .list ul li{
      padding: 20px;
    }
    
    footer {
        background: linear-gradient(to bottom, rgba(150, 150, 150, 0), rgb(0, 0, 0));
        color: #fff;
        text-align: center;
        font-size: 0.9rem;
        padding: 20px;
    }
      
    html {
        scroll-behavior: smooth;
    }
  }