main {
  display: block;
  width: 80%;
  margin: 20px auto;
}

main h1 {
  font-size: 38px;
  font-weight: 600;
  color: rgb(20, 20, 20);
  margin-bottom: 20px;
}

main .baslik {
  display: flex;
  justify-content: space-between;
}

main .baslik .iletisime-gec {
  display: flex;
  gap: 15px;
}

main .baslik .iletisime-gec a {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  border: 1px solid rgba(40, 40, 40, 0.2);
  height: fit-content;
  padding: 12px;
  border-radius: 10px;
  font-weight: 600;
  transition: all 0.2s ease;
}

main .baslik .iletisime-gec a:hover {
  box-shadow: 0 0 5px rgb(20, 20, 20, 0.2);
}

main .baslik .iletisime-gec a svg {
  width: 24px;
  height: 24px;
}

main h2 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  color: rgb(20, 20, 20);
}

main b {
  font-weight: 600;
}

main .ilan-giris-con {
  display: flex;
  justify-content: space-between;
  gap: 0;
}

main .ilan-giris-con .yan-linkler {
  width: fit-content;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: fit-content;
  border: 1px solid rgb(20, 20, 20, 0.2);
  border-radius: 30px;
  padding: 20px 30px;
}

main .ilan-giris-con .yan-linkler a {
  display: block;
  border-radius: 10px;
  padding: 10px 20px;
  font-size: 14px;
  color: rgb(255, 255, 255);
  transition: all 0.2s ease;
  user-select: none;
}

main .ilan-giris-con .yan-linkler .parsel-sorgu {
  background: rgb(240, 128, 20);
}

main .ilan-giris-con .yan-linkler .parsel-sorgu:hover {
  background: rgb(240, 128, 20, 0.8);
}

main .ilan-giris-con .yan-linkler .bilgi {
  background: rgb(35, 95, 37);
}

main .ilan-giris-con .yan-linkler .bilgi:hover {
  background: rgb(35, 95, 37, 0.8);
}

main .ilan-giris-con .yan-linkler .cagri {
  background: rgb(42, 171, 50);
}

main .ilan-giris-con .yan-linkler .cagri:hover {
  background: rgb(42, 171, 50, 0.8);
}

main .ilan-giris-con .yan-linkler .hemen-satin-al {
  background: linear-gradient(135deg, rgb(96, 188, 175) 0%, rgb(67, 185, 119) 50%, rgb(76, 104, 78) 100%);
}

main .ilan-giris-con .yan-linkler .hemen-satin-al.satildi {
  filter: grayscale(100%);
  cursor: not-allowed;
}

main .ilan-giris-con .yan-linkler .hemen-satin-al:hover {
  background: linear-gradient(135deg, rgb(96, 188, 175, 0.8) 0%, rgb(67, 185, 119, 0.8) 50%, rgb(76, 104, 78, 0.8) 100%);
}

main .ilan-giris-con .yan-linkler a svg {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}

main .ilan-giris-con .yan-linkler a svg path {
  fill: rgb(255, 255, 255);
}

main .ilan-giris-con .yan-linkler a img {
  width: 20px;
  aspect-ratio: 1/1;
  background: rgb(255, 255, 255);
  border-radius: 50%;
  margin-right: 8px;
}

main .ilan-giris {
  display: flex;
  gap: 0;
  width: fit-content;
}

.slider {
  position: relative;
  display: block;
  overflow: hidden;
  width: 400px;
  min-width: 500px;
  height: 500px;
  border-radius: 30px;
  height: fit-content;
}

.slides {
  display: flex;
  transition: transform 0.3s ease;
}

.slides img {
  height: 500px;
  min-width: 100%;
  width: 100%;
  border-radius: 30px;
  object-fit: cover;
}

.slider button {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: none;
  border-radius: 50%;
  border: none;
  cursor: pointer;
}

button svg {
  display: flex;
  width: 35px;
  height: 35px;
}

.prev {
  left: 15px;
}

.next {
  right: 15px;
}

.dots {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  width: fit-content;
  padding: 5px;
  border-radius: 20px;
  margin: 0 auto;
  bottom: 35px;
}

.dot {
  width: 10px;
  height: 10px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: rgb(202, 202, 202);
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: rgb(96, 188, 175);
}

main .ilan-giris .ilan-detaylari {
  width: 100%;
  color: rgb(20, 20, 20);
  border-radius: 30px;
  padding: 0px 30px;
}

main .ilan-giris .ilan-detaylari .fiyat {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.5px;
}

main .ilan-giris .ilan-detaylari .konum {
  width: fit-content;
  font-size: 15px;
  font-weight: 600;
  border-radius: 20px;
  margin: 5px 0;
  color: rgb(96, 188, 175);
}

main .ilan-giris .ilan-detaylari .konum a {
  font-size: 15px;
  color: rgb(96, 188, 175);
  transition: all 0.2s ease;
}

main .ilan-giris .ilan-detaylari .konum a:hover {
  text-decoration: underline;
}

main .ilan-giris .ilan-detaylari .butonlar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  gap: 15px;
}

main .ilan-giris .ilan-detaylari .butonlar a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding: 10px;
  gap: 5px;
  height: fit-content;
  border-radius: 10px;
  border: 1px solid rgb(20, 20, 20, 0.2);
  transition: all 0.2s ease;
}

main .ilan-giris .ilan-detaylari .butonlar a:hover {
  box-shadow: 0 0 5px rgb(20, 20, 20, 0.2);
}

main .ilan-giris .ilan-detaylari .butonlar a svg {
  width: 24px;
  height: 24px;
}

main .ilan-giris .ilan-detaylari .butonlar .satin-al {
  padding: 10px 15px;
  background: linear-gradient(135deg, rgb(96, 188, 175) 0%, rgb(67, 185, 119) 50%, rgb(42, 171, 50) 100%);
  color: rgb(255, 255, 255);
  font-weight: 600;
  border: none;
  user-select: none;
}

main .ilan-giris .ilan-detaylari .butonlar .satin-al.satildi {
  filter: grayscale(100%);
  cursor: not-allowed;
}

main .ilan-giris .ilan-detaylari .butonlar .satin-al:hover {
  box-shadow: none;
  background: linear-gradient(135deg, rgb(96, 188, 175, 0.8) 0%, rgb(67, 185, 119, 0.8) 50%, rgb(42, 171, 50, 0.8) 100%);
}

main .ilan-giris .ilan-detaylari .satin-al svg {
  width: 24px;
  height: 24px;
}

main .ilan-giris .ilan-detaylari table {
  width: 100%;
  border-collapse: collapse;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  letter-spacing: -0.5px;
}

main .ilan-giris .ilan-detaylari td {
  padding: 8px 0;
  border-bottom: 1px solid rgba(40, 40, 40, 0.2);
  vertical-align: top;
}

main .ilan-giris .ilan-detaylari td:first-child {
  font-weight: normal;
}

main .ilan-giris .ilan-detaylari td:last-child {
  text-align: right;
}

main .ilan-giris .ilan-detaylari td:last-child strong {
  font-weight: bold;
}

.aciklama {
  display: flex;
  gap: 50px;
  margin: 30px 0;
}

.aciklama .aciklama-icerik {
  border: 1px solid rgba(40, 40, 40, 0.2);
  color: rgb(20, 20, 20);
  height: fit-content;
  border-radius: 30px;
  padding: 20px 30px;
  width: 70%;
}

.aciklama .aciklama-icerik p {
  font-size: 15px;
  margin-bottom: 30px;
  font-weight: 400;
  line-height: 1.4;
}

.aciklama .aciklama-icerik b {
  font-weight: 600;
}

.aciklama .aciklama-icerik ul {
  padding-left: 20px;
  margin-bottom: 30px;
}

.aciklama .aciklama-icerik ul li {
  margin-bottom: 25px;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 5px;
}

.aciklama .yakinlik {
  border: 1px solid rgba(40, 40, 40, 0.2);
  color: rgb(20, 20, 20);
  border-radius: 30px;
  padding: 20px 30px;
  height: fit-content;
  width: 30%;
  font-weight: 400;
}

.aciklama .yakinlik table {
  width: 100%;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  border-collapse: collapse;
}

.aciklama .yakinlik table td {
  padding: 8px 5px;
}

.aciklama .yakinlik table tr:nth-child(even) {
  background-color: rgba(40, 40, 40, 0.09);
}

.aciklama .yakinlik table td svg {
  width: 24px;
  height: 24px;
  margin-right: 3px;
}

.aciklama .yakinlik tr td:last-child {
  text-align: right;
  font-weight: 600;
}

.slider.satildi {
  position: relative;
  display: inline-block;
}

.slider.satildi img {
  filter: grayscale(100%);
}

.slider.satildi::after {
  content: "SATILDI";
  position: absolute;
  top: 30px;
  left: 0;
  background-color: rgb(243, 50, 50);
  color: rgb(255, 255, 255);
  font-size: 18px;
  font-weight: 600;
  font-family: 'Poppins', sans-serif;
  padding: 8px 20px;
  padding-left: 35px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 2;
  pointer-events: none;
}

@media print {
  header .header-content nav {
    display: none;
  }

  main .ilan-giris-con .yan-linkler {
    display: none;
  }

  footer {
    display: none;
  }

  main {
    width: 100%;
  }
}

@media screen and (max-width:1350px) {
  main {
    width: 90%;
  }

  main h1 {
    font-size: 38px;
  }

  main .ilan-giris-con {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }

  main .ilan-giris-con .yan-linkler {
    padding: 20px 20px;
  }

  main .ilan-giris-con .yan-linkler a {
    padding: 10px 15px;
    font-size: 12px;
  }

  .slider {
    width: 500px;
    min-width: 350px;
  }

  main .ilan-giris .ilan-detaylari {
    width: 50%;
    padding: 0px 20px;
  }

  main .ilan-giris .ilan-detaylari .butonlar {
    gap: 10px;
  }

  main .ilan-giris .ilan-detaylari .butonlar .satin-al {
    font-size: 14px;
  }
}

@media screen and (max-width:1050px) {
  main h1 {
    font-size: 28px;
  }

  main .ilan-giris-con {
    display: flex;
    justify-content: space-between;
    gap: 0;
  }

  main .ilan-giris .ilan-detaylari .butonlar .satin-al {
    font-size: 12px;
  }

  main .ilan-giris .ilan-detaylari .butonlar .satin-al svg {
    width: 20px;
  }

  main .ilan-giris-con {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }

  main .ilan-giris-con .yan-linkler {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  main .ilan-giris {
    display: flex;
    gap: 0;
    width: 100%;
    justify-content: space-between;
  }

  .slider {
    width: 48%;
    min-width: 48%;
    height: 400px;
    object-fit: 4/5;
  }

  .slides img {
    min-width: 100%;
    width: 100%;
  }

  main .ilan-giris .ilan-detaylari table {
    font-size: 14px;
  }

  .aciklama {
    flex-wrap: wrap;
  }

  .aciklama .aciklama-icerik {
    width: 100%;
  }

  .aciklama .yakinlik {
    width: 100%;
  }

  .dots {
    bottom: 130px;
  }
}

@media screen and (max-width:650px) {
  main h1 {
    font-size: 20px;
    line-height: 1.2;
  }

  main .ilan-giris {
    gap: 0;
    width: 100%;
    flex-direction: column;
  }

  main .ilan-giris .ilan-detaylari .butonlar {
    justify-content: center;
  }

  main .ilan-giris .ilan-detaylari .fiyat {
    margin-top: 20px;
  }

  .slider {
    width: 10%;
    min-width: 100%;
    height: 400px;
    object-fit: 4/5;
  }

  main .ilan-giris .ilan-detaylari {
    width: 100%;
  }

  main .baslik .iletisime-gec a {
    display: none;
  }
}

.popup {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  justify-content: center;
  align-items: center;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, .8)
}

.popup-content {
  margin: auto;
  display: block;
  width: 80%;
  max-height: 95vh;
  max-width: 1000px
}

.close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  transition: .3s
}

.close:focus,
.close:hover {
  color: rgb(255, 255, 255, .6);
  text-decoration: none;
  cursor: pointer
}