body {
  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 {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 10px 0;
  background: linear-gradient(to bottom, rgb(0, 0, 0), rgba(150, 150, 150, 0));
}

header .logo img {
  max-width: 550px;
  height: auto; /* Görsel oranını korur */
}
nav ul li{
  list-style: none;
}
nav ul li a {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none;
  color: #ffffff;
  transition: color 0.2s ease-in-out;
}


nav ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(9, 219, 219);
  transform: scaleX(0);
  transition: transform 0.2s ease-in-out;
}


nav ul li a:hover::after {
  transform: scaleX(1);
}

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

.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%;
  margin: auto;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 2rem;
  background-color: rgba(255, 255, 255, 0.85);
}
.banner h6{
    padding: 50px;
}
.gallery{
    background-color: rgba(255, 255, 255, 0.85);
    width: 90%;
    margin: auto;
    height: auto;
    display: block;
    justify-content: space-evenly;
}

ul li{
    list-style-type: none;
    margin:0 40px;
    width: 90;
}

ul li img{
    width: 250px;
    height: auto;
    margin: auto;
    padding: 10px;   
}
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 .logobold 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%;
      margin: auto;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 2rem;
      background-color: rgba(255, 255, 255, 0.85);
    }
    .banner h6{
        padding: 50px;
    }
    .gallery{
        background-color: rgba(255, 255, 255, 0.85);
        width: 90%;
        margin: auto;
        height: auto;
        display: flex;
        justify-content: space-evenly;
    }
    
    ul li{
        list-style-type: none;
        margin: auto;
        width: 90;
    }
    
    ul li img{
        width: 250px;
        height: auto;
        margin: auto;
        padding: 10px;   
    }
    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;
      margin: 0 35px;
    }
    
    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: 90%;
      margin: auto;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 2rem;
      background-color: rgba(255, 255, 255, 0.85);
    }
    .banner .down{
      position: relative;
      width: 24px;
      height: 24px;
      margin: auto;
    }
    
    .chevron {
      position: absolute;
      width: 28px;
      height: 8px;
      opacity: 0;
      transform: scale3d(0.5, 0.5, 0.5);
      animation: move 3s ease-out infinite;
    }
    
    .chevron:first-child {
      animation: move 3s ease-out 1s infinite;
    }
    
    .chevron:nth-child(2) {
      animation: move 3s ease-out 2s infinite;
    }
    
    .chevron:before,
    .chevron:after {
      content: ' ';
      position: absolute;
      top: 0;
      height: 100%;
      width: 51%;
      background: #000000;
    }
    
    .chevron:before {
      left: 0;
      transform: skew(0deg, 30deg);
    }
    
    .chevron:after {
      right: 0;
      width: 50%;
      transform: skew(0deg, -30deg);
    }
    
    @keyframes move {
      25% {
        opacity: 1;
      }
      33% {
        opacity: 1;
        transform: translateY(30px);
      }
      67% {
        opacity: 1;
        transform: translateY(40px);
      }
      100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
      }
    }
    
    .text {
      display: block;
      margin-top: 75px;
      margin-left: -30px;
      font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: 12px;
      text-decoration: none;
      color: #ffffff;
      text-transform: uppercase;
      white-space: nowrap;
      opacity: .25;
      animation: pulse 2s linear alternate infinite;
    }
    
    @keyframes pulse {
      to {
        opacity: 1;
      }
    }
    
    .slider-container1 {
      display: flex;
      width: 90%;
      height: auto;
      margin: auto;
      border-radius: 15px;
      background-color: rgba(255, 255, 255, 0.85);
    }
    
    .slider1 {
      width: 50%;
      height: auto;
      margin: auto;
      text-align: center;
    }
    .foto{
      margin: auto;
      text-align: center;
    }
    
    .slider-container1 .slider1 #foto img {
      display: block;
      width: 80%;
      height: auto;
      opacity: 1;
      margin: 0;
      text-align: center;
      padding: 20px;
    }
    
    .text-container1 {
      width: 50%;
      height: auto;
      margin: auto;
      justify-content: center;
    }
    
    .slide-text1 {
      text-align: center;
      font-size: 10px;
      margin: 0;
      justify-content: center;
    }
    
    .slider{
      height: auto;
      margin: auto;
      text-align: center;
    }
  
  #sayac {
    text-align: center;
    margin: auto;
    padding: 10px;
    font-size: 35px; 
    font-weight: bold;
    color:rgb(9, 219, 219);
    transition: all 0.3s ease-in-out;
    }
    
    
    #sayac.animate {
      margin: 0;
      transform: scale(0.8);
    }
    
    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: 90%;
      margin: auto;
      align-items: center;
      justify-content: center;
      text-align: center;
      font-size: 2rem;
      background-color: rgba(255, 255, 255, 0.85);
    }
    .banner .down{
      position: relative;
      width: 24px;
      height: 24px;
      margin: auto;
    }
    
    .chevron {
      position: absolute;
      width: 28px;
      height: 8px;
      opacity: 0;
      transform: scale3d(0.5, 0.5, 0.5);
      animation: move 3s ease-out infinite;
    }
    
    .chevron:first-child {
      animation: move 3s ease-out 1s infinite;
    }
    
    .chevron:nth-child(2) {
      animation: move 3s ease-out 2s infinite;
    }
    
    .chevron:before,
    .chevron:after {
      content: ' ';
      position: absolute;
      top: 0;
      height: 100%;
      width: 51%;
      background: #000000;
    }
    
    .chevron:before {
      left: 0;
      transform: skew(0deg, 30deg);
    }
    
    .chevron:after {
      right: 0;
      width: 50%;
      transform: skew(0deg, -30deg);
    }
    
    @keyframes move {
      25% {
        opacity: 1;
      }
      33% {
        opacity: 1;
        transform: translateY(30px);
      }
      67% {
        opacity: 1;
        transform: translateY(40px);
      }
      100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
      }
    }
    
    .text {
      display: block;
      margin-top: 75px;
      margin-left: -30px;
      font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
      font-size: 12px;
      text-decoration: none;
      color: #ffffff;
      text-transform: uppercase;
      white-space: nowrap;
      opacity: .25;
      animation: pulse 2s linear alternate infinite;
    }
    
    @keyframes pulse {
      to {
        opacity: 1;
      }
    }
    
    .slider-container1 {
      display: flex;
      width: 90%;
      height: auto;
      margin: auto;
      border-radius: 15px;
      background-color: rgba(255, 255, 255, 0.85);
    }
    
    .slider1 {
      width: 50%;
      height: auto;
      margin: auto;
      text-align: center;
    }
  
    .foto img{
      width: 80px; 
      height: 100px; 
      margin: auto;
    }
  
    
    .slider-container1 .slider1 #foto img {
      display: block;
      width: 80%;
      height: auto;
      opacity: 1;
      margin: 0;
      text-align: center;
      padding: 20px;
    }
    
    .text-container1 {
      width: 50%;
      height: auto;
      margin: auto;
      text-align: center;
      justify-content: center;
    }
    
    .slide-text1 {
      text-align: center;
      font-size: xx-small;
      margin: 0;
      padding: 15px;
      justify-content: center;
    }
  
    .slider{
      height: auto;
      margin: auto;
      text-align: center;
    }
  
  #sayac {
    text-align: center;
    margin: auto;
    padding: 10px;
    font-size: 35px; 
    font-weight: bold;
    color:rgb(9, 219, 219);
    transition: all 0.3s ease-in-out;
    }
    
    
    #sayac.animate {
      margin: 0;
      transform: scale(0.8);
    }
    
    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;
    }
  }