* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

a {
  text-decoration: none;
  color: #000;
}

.tel-tikla {
  background-color: #000;
  padding: 10px 20px;
  color: #fff;
  border: none;
  border-radius: 30px;
}

.tel-tikla a {
  color: #fff;
}

img {
  object-fit: cover;
}

body {
  background-color: #f1f1f1;
}

/* Your existing styles here */

.bx-telefon {
  background-color: #fff;
  color: #000;
  border-radius: 100px;
  padding: 10px;
}

nav {
  padding: 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

nav img {
  width: auto;
  height: 60px;
}

nav::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 80px;
  right: 90%;
  top: 0%;
  filter: blur(50px);
  background: linear-gradient(
    90deg,
    rgb(0, 9, 36) 0%,
    rgba(35, 91, 232, 0.701) 0%,
    rgb(2, 43, 228) 100%,
    rgb(0, 81, 255) 100%
  );
  z-index: -1111;
}

nav .links a:not(:last-child) {
  margin-right: 20px;
}

nav .mobile-menu {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 8px;
}

nav .mobile-menu input {
  display: none;
}

nav .menu-icon {
  font-size: 35px;
  cursor: pointer;
  display: none;
  z-index: 100000;
}

nav .menu-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  background-color: #edecec;
  padding: 20px;
  align-items: center;
}

nav .menu-content a {
  margin-bottom: 15px; /* Alt alta durmaları için margin-bottom ekledik */
  color: #0f2182;
  text-decoration: none;
}

nav .login {
  display: flex;
  align-items: center;
}

nav .login button {
  margin-left: 20px; /* Buton ile logonun arasında boşluk bırakmak için margin-left ekledik */
}

@media only screen and (max-width: 768px) {
  nav {
    flex-direction: row;
    align-items: flex-start;
  }

  nav .links {
    display: none;
  }

  nav .mobile-menu {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }

  nav .menu-icon {
    display: block;
  }

  nav .menu-content {
    display: none;
  }

  nav .mobile-menu input:checked + .menu-icon + .menu-content {
    display: flex;
  }
}

header {
  padding: 0 80px;
  height: calc(100vh - 80px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .left {
  width: 700px;
}

header .left h1 {
  font-size: 80px;
}

header .left h1 span {
  color: #0f2182;
}

header .left p {
  margin: 40px 0;
  color: #4a4848;
}

header .left a {
  display: flex;
  align-items: center;
  background: #000;
  width: 200px;
  padding: 8px;
  border-radius: 60px;
}

header .left a i {
  background-color: #fff;
  font-size: 24px;
  border-radius: 50%;
  padding: 8px;
}

header .left a span {
  color: #fff;
  margin-left: 10px;
}

header img {
  width: 600px;
}

h2.separator,
h3.separator,
h4.separator,
h5.separator,
h6.separator {
  padding: 0 40px;
  font-size: 40px;
  margin-top: 40px;
}

.separator {
  padding: 0 40px;
  margin: 10px 0px;
}

.sell-nft {
  padding: 0 80px;
  margin: 50px 0 80px;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.sell-nft .item,
.nft-shop .nft-list .item {
  padding: 20px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.sell-nft .item:hover,
.nft-shop .nft-list .item:hover,
.sellers .item:hover {
  box-shadow: none;
}

.sell-nft .item .header {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sell-nft .item .header i {
  font-size: 40px;
}

.sell-nft .item .header h5 {
  font-size: 17px;
}

.sell-nft .item p {
  margin-top: 10px;
  padding: 0 4px;
}

.nft-shop {
  padding: 0 80px;
  margin-top: 30px;
}

.nft-shop .category {
  display: flex;
  gap: 14px;
}

.nft-shop .category a {
  background-color: #dfdcdc;
  padding: 8px 14px;
  font-size: 15px;
  border-radius: 14px;
  transition: all 0.3s ease;
}

.nft-shop .category a:hover {
  color: #fff;
  background-color: #0f2182;
}

.nft-shop .nft-list {
  padding: 40px 0;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.nft-shop .nft-list .item img {
  width: 280px;
  height: 280px;
  border-radius: 18px;
}

.nft-shop .nft-list .item .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px solid #edecec;
}

.nft-shop .nft-list .item .info h5 {
  font-size: 18px;
}

.nft-shop .nft-list .item .info .btc {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nft-shop .nft-list .item .btc i {
  font-size: 22px;
  color: #304ffe;
}

.nft-shop .nft-list .item .btc p {
  font-size: 12px;
  color: #304ffe;
}

.nft-shop .nft-list .item .info > p {
  font-size: 12px;
  color: #5d5d5d;
}

.nft-shop .nft-list .item .bid {
  padding: 14px 0 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nft-shop .nft-list .item .bid p,
.nft-shop .nft-list .item .bid a {
  background-color: #edecec;
  padding: 6px 10px;
  font-size: 13px;
  border-radius: 10px;
}

.nft-shop .nft-list .item .bid a {
  color: #304ffe;
  background: transparent;
  font-weight: bold;
  transition: all 0.3s ease;
}

.nft-shop .nft-list .item .bid a:hover {
  color: #fff;
  background-color: #000;
}

.view-more {
  margin: 10px 0 40px;
  display: flex;
  justify-content: center;
}

.view-more button {
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  background: #dfdcdc;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-more button:hover {
  color: #fff;
  background: #0f2182;
}

.sellers {
  padding: 0 80px;
  margin: 40px 0 80px;
  display: flex;
  gap: 30px;
}

.sellers .item {
  background: #fff;
  display: flex;
  align-items: center;
  width: 25%;
  gap: 14px;
  padding: 14px;
  border-radius: 18px;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.sellers .item img {
  width: 64px;
}

.sellers .item .info p {
  font-size: 14px;
  margin-top: 8px;
}

footer {
  background-color: #000;
  color: #fff;
  padding: 100px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer h3 {
  font-size: 48px;
}

footer .right {
  width: 80%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 26px;
}

footer .right .links {
  display: flex;
  gap: 30px;
}

footer .right .links a {
  color: #989898;
  transition: color 0.3s ease;
}

footer .right .links a:hover {
  color: #fff;
}

footer .right .social {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .right .social i {
  font-size: 30px;
  cursor: pointer;
  transition: color 0.3s ease;
}

footer .right .social i:hover {
  color: #304ffe;
}

footer .right p {
  font-size: 13px;
  color: #777;
}

@media screen and (max-width: 1400px) {
  header,
  h2.separator,
  .sell-nft,
  .nft-shop,
  .sellers {
    padding: 0 40px;
  }

  header .left h1 {
    font-size: 60px;
  }

  header img {
    width: 540px;
  }

  .nft-shop .nft-list .item img {
    width: 220px;
    height: 220px;
  }

  footer {
    padding: 100px 40px;
  }

  footer h3 {
    font-size: 38px;
  }
}

@media screen and (max-width: 1200px) {
  header .left h1 {
    font-size: 48px;
  }

  header img {
    width: 480px;
  }

  h2.separator {
    font-size: 34px;
  }

  .sell-nft .item .header i {
    font-size: 36px;
  }

  .sell-nft .item .header h5 {
    font-size: 15px;
  }

  .sell-nft .item p {
    font-size: 13px;
  }

  .nft-shop .nft-list {
    flex-wrap: wrap;
    row-gap: 30px;
  }

  .nft-shop .nft-list .item {
    width: 48%;
  }

  .nft-shop .nft-list .item img {
    width: 100%;
    height: auto;
  }

  .sellers {
    flex-wrap: wrap;
  }

  .sellers .item {
    width: 48%;
  }

  footer .links a {
    font-size: 15px;
  }
}

@media screen and (max-width: 992px) {
  header {
    flex-direction: column-reverse;
    height: auto;
    margin-bottom: 60px;
  }

  header .left {
    width: 100%;
  }

  header img {
    width: 100%;
  }

  .sell-nft {
    flex-wrap: wrap;
    gap: 20px;
  }

  .sell-nft .item {
    width: 48%;
  }

  .sellers {
    gap: 20px;
  }

  footer {
    flex-direction: column;
    padding: 60px 40px;
  }

  footer h3 {
    margin-bottom: 40px;
    font-size: 32px;
  }

  footer .right {
    width: 100%;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  nav img {
    margin-left: 100%;
    padding: 5px;
  }

  header,
  h2.separator,
  .sell-nft,
  .nft-shop,
  .sellers {
    padding: 0 20px;
  }

  header .left h1 {
    font-size: 36px;
  }

  header .left p {
    font-size: 14px;
  }

  header .left a {
    padding: 6px;
    width: 160px;
    font-size: 14px;
  }

  header .left a i {
    padding: 6px;
  }

  h2.separator {
    font-size: 30px;
  }

  footer {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 576px) {
  header .left h1 {
    font-size: 30px;
  }

  .sell-nft .item {
    width: 100%;
  }

  .nft-shop .nft-list .item,
  .sellers .item {
    width: 47%;
  }

  .nft-shop .category a {
    font-size: 13px;
  }

  .nft-shop .category {
    display: flex;
    flex-direction: column;
  }
}
.navbar a {
  color: white;
  text-decoration: none;
  }
  .call-button {
  background-color: rgb(214, 13, 13); /* DÃ¼ÄŸme arka plan rengi */
  color: #ffffff; /* YazÄ± rengi */
  padding: 12px 24px; /* DÃ¼ÄŸme iÃ§ iÃ§e iÃ§erik boÅŸluÄŸu */
  font-size: 20px; /* YazÄ± tipi boyutu */
  border: none; /* KenarlÄ±k yok */
  border-radius: 5px; /* Kenar yuvarlaklÄ±ÄŸÄ± */
  cursor: pointer; /* Ä°mleci bir el iÅŸareti olarak ayarla */
  position: fixed; /* DÃ¼ÄŸmeyi sabit konumda tut */
  bottom: 50px; /* SayfanÄ±n altÄ±ndan 20 piksel yÃ¼ksekte */
  right: 30px; /* SayfanÄ±n saÄŸÄ±ndan 20 piksel iÃ§eride */
  z-index: 1; /* DiÄŸer Ã¶ÄŸelerin Ã¼stÃ¼nde gÃ¶ster */
  }
  
  .call-button {
    background-color: rgb(214, 13, 13);
    color: #ffffff;
    padding: 12px 24px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 1;
}
.call-button {
  /* Diğer stiller */
  width: auto; /* Butonun genişliğini içeriğe göre otomatik ayarla */
  min-width: 200px; /* Minimum genişlik belirleme */
}

.fixed-side-menu {
   position: fixed;
   right: 10px; /* Sayfanın sağ kenarından 10px uzaklıkta */
   top: 80%; /* Sayfanın ortasında */
   transform: translateY(-50%); /* Dikey ortalamayı sağlar */
   z-index: 1000; /* Z-index ile diğer öğelerin önüne getir */
 }
 
 .whatsapp-button {
   display: block;
   background-color: #075E54; /* WhatsApp'ın resmi koyu renk temasından alınmış daha koyu bir yeşil */
   color: #ffffff; /* Beyaz renk metin yüksek kontrast sağlar */
   padding: 10px 20px; /* İç boşluk */
   border-radius: 25px; /* Daha yuvarlak köşeler */
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); /* Daha belirgin bir gölge */
   text-align: center; /* Yazıyı ortala */
   text-decoration: none; /* Alt çizgiyi kaldır */
   font-weight: bold; /* Yazıyı kalın yap */
   font-size: 18px; /* Daha büyük yazı boyutu */
   margin: 8px; /* Etrafına boşluk ekle */
   transition: background-color 0.3s ease; /* Arka plan rengi değişim animasyonu */
   cursor: pointer; /* Fare imleci butonun üzerine geldiğinde el şeklini alsın */
 }
 
 .whatsapp-button:hover {
   background-color: #128C7E; /* Hover durumu için açık yeşil rengi */

   /* Dropdown Button Stili */
.dropbtn {
  background-color: #113f13;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  }
  
  /* Dropdown menü için genel stil */
  .dropdown {
  position: relative;
  display: inline-block;
  }
  
  /* Dropdown içeriğinin stili */
  .dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  }
  
  /* Dropdown linklerinin stili */
  .dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  }
  
  /* Dropdown linklerinin mouse üzerine gelindiğinde stili */
  .dropdown-content a:hover {background-color: #f1f1f1}
  
  /* Dropdown butonuna tıklandığında içeriğin gösterilmesi */
  .dropdown:hover .dropdown-content {
  display: block;
  }
  
  /* Dropdown butonunun üzerine gelindiğinde arka plan renginin değişimi */
  .dropdown:hover .dropbtn {
  background-color: #63e267;
  }
  