* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}


.header {
  background: #1901cf;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 40px;
  border-bottom: 1px solid #ddd;
}

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: bold;
}

.logo img {
  height: 70px;
}

.menu a {
  margin: 0 10px;
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

.icons {
  display: flex;
  gap: 10px;
}

.weather,
.search {
  border: 1px solid orange;
  padding: 8px 10px;
  border-radius: 4px;
}

.slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.slides {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.slide {
  min-width: 100%;
  height: 500px;
  position: relative;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.caption {
  position: absolute;
  left: 60px;
  top: 40%;
  color: white;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  font-size: 30px;
  padding: 10px 15px;
  cursor: pointer;
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right,
      rgba(0, 0, 0, 0.75),
      rgba(0, 0, 0, 0.2));
  z-index: 1;
}


.hero-content {
  position: relative;
  z-index: 2;
  padding: 80px;
  color: white;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 64px;
  margin-bottom: 15px;
}

.hero-content p {
  font-size: 28px;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 10px 22px;
  color: #fff;
  text-decoration: none;
}


.controls {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 10px;
}

.controls button {
  padding: 6px 12px;
  cursor: pointer;
}

#counter {
  color: white;
}

.btn {
  display: inline-block;
  border: 1px solid #fff;
  padding: 12px 22px;
  color: #fff;
  text-decoration: none;
}

.slider-nav {
  position: absolute;
  bottom: 20px;
  right: 40px;
  z-index: 2;
}


.subtitle {
  font-size: 28px;
  margin-bottom: 10px;
}

.hero-content h2 {
  font-size: 42px;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  border: 1px solid white;
  padding: 10px 20px;
  color: white;
  text-decoration: none;
}


.slider-nav {
  position: absolute;
  bottom: 20px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.slider-nav button {
  padding: 5px 10px;
}


.cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 12px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookie a {
  color: #4da3ff;
}

.cookie button {
  background: #1e90ff;
  border: none;
  color: #fff;
  padding: 6px 14px;
  cursor: pointer;
}

.hero-title {
  font-size: 72px;
  font-weight: 800;
  color: white;
}

footer {
  background: #004080;
  color: white;
  text-align: center;
  padding: 38px;
}

.icerik {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}

.icerik img {
  margin-left: 20px;
  width: 500px;
  height: auto;
}

.yazi {
  max-width: auto;
  margin: auto;
  padding: 20px;
}

@media (max-width: 768px) {
  .icerik {
    flex-direction: column;
  }
}

.sanatcii p {
  margin: 18px 0;
  line-height: 1.7;
  margin-left: 45%;
}

body {
  font-family: Arial, sans-serif;
  background-color: #f5f5f5;
  margin: 0;
  padding: 20px;
}

.baslik {
  text-align: center;
  margin-bottom: 20px;
}

.urunler {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.urun {
  background-color: white;
  width: 20%;
  padding: 15px;
  border-radius: 8px;
  text-align: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.urun img {
  width: 100%;
  border-radius: 5px;
}

.urun h3 {
  margin: 10px 0;
}

.urun p {
  font-size: 14px;
  color: #555;
}

.urun span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  color: #1a73e8;
}

.iletisim {
  margin-left: 45%;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

iframe {
  display: block;
}