font-family: Arial, sans-serif;
  background-color: #F5F5F5;
  margin: 0;
  padding: 0;
}
/* #CustomSectionHomeCrpyto içeriği */
 #CustomSectionHomeCrpyto {
  margin-top: 24px;
  padding-top: 12px;
}
/* Container stil */
 .container {
  width: 100%;
  max-width: 1388.75px;
  margin: 0 auto;
  padding: 0 24px;
}
/* Landing stil */
.landing {
  border-radius: 16px;
  overflow: hidden;
  background-image: url('https://raw.githubusercontent.com/omeryakar123/gamimg/b019db0570a19d36456de665d6a95a86101a6643/NEWCRYTOBGGG.png');
  background-size: cover;
  background-position: center;
}
/* Landing-inner flex düzeni */
 .landing-inner {
  display: flex;
  flex-wrap: wrap;
  padding: 48px;
  gap: 24px;
  justify-content: space-between;
  align-items: center;
}
/* Slider stil */
 .crypto-slider {
  flex: 1;
  max-width: 504px;
}
 .crypto-slider.swiper {
  width: 100%;
  height: 150px;
}
 .crypto-slider.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}
.crypto-slider.swiper-slide img {
  width: 90%;
  height: 90%;
  object-fit: contain;
}
/* Text içerik alanı */
.text-content h3,
.text-content p {
  color: #fff;
}
 .text-content h3 {
  font-weight: bold;
  font-size: 27px;
  line-height: 1.3;
}
 .text-content p {
  font-size: 14px;
  opacity: 0.8;
  margin-bottom: 16px;
}
  .crypto-slider.swiper-slide img {
      height: 90%;width:90%
}
/* Button stil */
 .btn {
  display: inline-block;
  padding: 12px 48px;
  border-radius: 32px;
  background-color: #FF6B00;
  color: white;
  text-decoration: none;
  font-weight: bold;
  transition: background-color 0.3s ease;
  margin-top: 12px;
  justify-content: center;
  align-items:center;
}
 .btn:hover {
  background-color: #E55B00;
}
/* Responsive design */
@media (max-width: 768px) {
  .landing-inner {
    flex-direction: column;
    padding: 16px;
    align-items: center;
    text-align: center;
  }

  .text-content {
    padding-left: 0;
    max-width: 90%;
    margin: 0 auto;
  }

  .crypto-slider {
    max-width: 90%;
    margin: 0 auto;
    height: auto;
  }

  .crypto-slider.swiper {
    height: 120px; /* Daha küçük yükseklik */
  }

  .crypto-slider.swiper-slide {
    height: 100px; /* Kart boyutlarını küçült */
  }

  .crypto-slider.swiper-slide img {
    width: 80%;
    height: 80%;
  }

  .container, .custom-container {
    padding: 0px 12px;
  }

  .text-content .btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 32px;
    font-size: 14px;
  }

  .text-content i {
    margin-right: 8px;
  }
}
