*,
*::before,
*::after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-family: "Inter", serif;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.genel-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.ana-gorsel {
  /* position: relative; */
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
  height: auto;
  padding-top: 1.3vw;
}

.ana-gorsel img {
  position: absolute;
  width: auto;
  height: 37vw;
}

.ana-gorsel-baslik {
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 4.4vw;
  color: #333333c7;
  padding-top: 27vw;
}

.ramazan {
  font-weight: 700;
  color: #333333;
}

.ana-gorsel-paragraf {
  font-family: "inter", sans-serif;
  text-align: center;
  color: #1d1d1f75;
  font-size: 1.8vw;
  font-weight: 400;
  padding-top: 1.3vw;
}

.indir-button {
  margin-top: 3vw;
  width: 19.16vw;
  height: 4.58vw;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5vw;
  font-size: 1.6vw;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.hadis-sunnet {
  width: 70%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  color: #333333;
  text-align: center;
  font-size: 1.66vw;
  margin-top: 7vw;
}

.hadis-sunnet-ust {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.baslik-hadis-sunnet {
  text-align: center;
  font-size: 1.66vw;
  letter-spacing: 0.45vw;
  font-weight: 900;
}

.hadis-sunnet-alt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-top: 3vw;
}

.hadis-sunnet-alt-sol {
  width: 50%;
  height: 51.8vw;
  background: linear-gradient(180deg, #fec90b 0%, #c66b10 100%);
  display: flex;
  align-items: center;
  padding-top: 3vw;
  padding-bottom: 3vw;
  flex-direction: column;
  justify-content: space-between;
}

.hadis-sunnet-alt-sag {
  width: 50%;
  height: 51.8vw;
  background: linear-gradient(152deg, #1c5356 0%, #3db5bc 72.92%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 3vw;
  padding-bottom: 3vw;
  flex-direction: column;
}

.hadis-sunnet-sol-yazi,
.hadis-sunnet-sag-yazi {
  width: 83.42%;
  font-family: "Inter", sans-serif;
  font-size: 3.99vw;
  font-weight: 900;
  text-align: start;
  color: #fff9cf;
}
.hadis-sunnet-sag-yazi {
  color: #e4feff;
}

.hadis-sunnet-kaynak {
  width: 83.42%;
  font-family: "Inter", sans-serif;
  font-size: 1.66vw;
  font-style: italic;
  font-weight: 300;
  text-align: center;
  color: #fff;
}

.ceteleni-paylas {
  margin-top: 7vw;
  width: 70%;
  height: 35vw;
  background-image: url("ceteleni-paylas-bg.jpg");
  background-size: contain; /* Resmi tam ekran kaplayacak şekilde ayarla */
  background-position: center; /* Resmi ortala */
  background-repeat: no-repeat;
  display: flex;
}

.ceteleni-paylas-sol {
  padding: 3vw;
  width: 70%;
  display: flex;
  flex-direction: column;
}

.smile {
  width: 3vw;
  height: auto;
  padding-top: 2vw;
}

.mail-bilgi {
  width: 21vw;
  height: auto;
  padding-top: 2vw;
}

.ceteleni-paylas-sag {
  width: 31.9%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.cetele-paylas-baslik {
  font-family: "Inter", sans-serif;
  font-size: 3.33vw;
  font-weight: 800;
  color: #fff;
  padding-top: 1vw;
}

.celete-paylas-aciklama {
  font-size: 1.04vw;
  font-weight: 300;
  padding-top: 2vw;
  color: #e0e0e0d2;
}

.ceteleni-paylas-button {
  width: 15.34vw;
  height: 3.47vw;
  background-color: #fec90b;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10vw;
  margin-bottom: 11.3vw;
  font-size: 1.38vw;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
}

.yardim-bilgilendirme {
  height: 4.72vw;
  width: 100vw;
  background-color: #333333;
  margin-top: 7vw;
  font-size: 1.66vw;
  color: #c5b486;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Lato", sans-serif;
}

.basgista-bulunarak {
  font-weight: 800;
}

.yardim-gorsel-bilgileri {
  height: 65vw;
  width: 100%;
  flex-direction: column;
}

.yardim-gorsel-bilgileri-ust,
.yardim-gorsel-bilgileri-alt {
  height: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.yardim-gorsel-bilgileri-ust img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: auto;
}

.filistin-bagis-icerik {
  font-family: "Inter", sans-serif;
  position: absolute;
  z-index: 2;
  margin-top: 40vw;
  font-size: 6.66vw;
  text-align: center;
  color: #fff;
  font-weight: 200;
}

.filistin-icin {
  font-weight: 600;
}

.filistin-icin-altyazi {
  position: absolute;
  z-index: 3;
  width: auto;
  height: auto;
  font-size: 1.66vw;
  font-family: "Inter", sans-serif;
  font-weight: 200;
  color: #fff;
  margin-top: 57vw;
  text-align: center;
}

.yardim-gorsel-bilgileri-alt-sol,
.yardim-gorsel-bilgileri-alt-orta,
.yardim-gorsel-bilgileri-alt-sag {
  width: auto;
  height: auto;
}

.yardim-gorsel-bilgileri-alt-sol img,
.yardim-gorsel-bilgileri-alt-orta img,
.yardim-gorsel-bilgileri-alt-sag img {
  width: 100%;
  height: auto;
}

.bagis-bilgilendirme {
  height: 10vw;
  font-size: 3.3vw;
  text-align: center;
  font-weight: 200;
  margin-top: 3vw;
  margin-bottom: 3vw;
}

.bagis-bilgilendirme-bagisyap {
  font-weight: 700;
  height: 7vw;
  color: #c4a250;
  text-decoration: underline;
  text-decoration: underline;
  text-decoration-color: #c4a250;
  text-underline-offset: 1vw;
}

.bagis-butonlari {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-right: 5%;
  padding-left: 5%;
}

.bagis-card {
  height: 15.59vw;
  width: 17.18vw;
  background-color: #333333;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.1vw;
  border-radius: 0.9vw;
}

.bagis-card-ust {
  height: 60%;
  width: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.9vw;
}

.bagis-card-ust img {
  width: 80%;
  height: auto;
}

.bagis-card-alt {
  height: 40%;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.bagis-card-button {
  border-radius: 999vw;
  width: 11vw;
  height: 2.7vw;
  background-color: #fec90b;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.97vw;
  font-weight: 600;
  margin-bottom: 0.1vw;
  color: #333333;
  text-decoration: none;
}

.sosyal-medya {
  margin-top: 5vw;
  font-size: 1.9vw;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #333333;
  font-weight: 700;
}
.sosyal-medya a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 0.5vw;
}
.sosyal-medya img {
  width: 2.083vw;
  height: auto;
}

.ilk-sosyal {
  padding-left: 1vw;
}

.ilk-sosyal img {
  width: 2.7vw;
}

.copyright {
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
  font-size: 1.66vw;
  font-weight: 200;
  color: #989898;
}

.copy {
  font-weight: 600;
}

.cetele-paylas-icons {
  display: flex;
  flex-direction: column;
}

@media (max-width: 800px) {
  .ana-gorsel img {
    height: 67vw;
    margin-top: 10vw;
  }

  .ana-gorsel-baslik {
    padding-top: 59vw;
    font-size: 6.5vw;
  }

  .ana-gorsel-paragraf {
    padding-top: 3vw;
    font-size: 3.3vw;
    width: 85%;
  }

  .hadis-sunnet-kaynak {
    font-size: 2.7vw;
  }

  .ana-gorsel-paragraf br {
    display: none;
  }

  .indir-button {
    width: 29.16vw;
    height: 7vw;
    border-radius: 9999vw;
    font-size: 2.3vw;
  }

  .hadis-sunnet {
    font-size: 2.66vw;
  }

  .baslik-hadis-sunnet {
    font-size: 3.2vw;
  }

  .indir-button {
    width: 33.16vw;
    height: 9vw;
    margin-top: 7vw;
  }

  .hadis-sunnet {
    width: 90%;
  }

  .hadis-sunnet-alt-sag,
  .hadis-sunnet-alt-sol {
    height: 67.5vw;
  }

  .hadis-sunnet-sol-yazi,
  .hadis-sunnet-sag-yazi {
    font-size: 4.65vw;
  }

  .ceteleni-paylas {
    width: 90%;
    height: 96vw;
  }

  .cetele-paylas-baslik {
    font-size: 7.3vw;
    padding-top: 5vw;
  }

  .ceteleni-paylas {
    background-image: url("cetelenipaylas-mobile.jpg");
    flex-direction: column;
  }

  .cetele-paylas-icons {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 10vw;
    align-items: center;
  }

  .ceteleni-paylas-sol,
  .ceteleni-paylas-sag {
    width: 100%;
    padding: 5.7vw;
    padding-right: 3vw !important;
  }

  .smile {
    width: auto;
    height: 100%;
    padding-top: 2vw;
  }

  .mail-bilgi {
    height: 90%;
    padding-top: 2vw;
    width: auto;
    margin-left: 3vw;
  }

  .celete-paylas-aciklama br {
    display: none;
  }

  .celete-paylas-aciklama {
    padding-top: 5vw;
    font-size: 3.4vw;
    padding-right: 4.4vw !important;
  }

  .ceteleni-paylas-button {
    width: 41.34vw;
    height: 9.47vw;
    font-size: 3.38vw;
  }

  .yardim-bilgilendirme {
    flex-direction: row; /* Mobilde yatay hizala */
    flex-wrap: wrap; /* Taşan elemanları alt satıra al */
    justify-content: center; /* Ortalamak için */
    font-size: 3.1vw;
    height: 17vw;
    padding-top: 4vw;
  }

  .block {
    width: 100%; /* Sadece bu öğeyi alt satıra al */
    text-align: center;
    padding-bottom: 3vw;
  }

  .filistin-icin-altyazi {
    font-size: 2.5vw;
  }
  .bagis-bilgilendirme {
    height: 13vw;
    font-size: 4.3vw;
  }

  .yardim-gorsel-bilgileri-alt-sol img {
    content: url("./yardimalt-1-mobil.jpg");
  }
  .yardim-gorsel-bilgileri-alt-orta img {
    content: url("./yardimalt-2-mobil.jpg");
  }
  .yardim-gorsel-bilgileri-alt-sag img {
    content: url("./yardimalt-3-mobil.jpg");
  }

  .bagis-butonlari {
    flex-direction: column;
    align-items: center;
  }

  .bagis-card {
    height: 52.59vw;
    width: 80%;
    padding: 3.1vw;
    border-radius: 3vw;
    margin-bottom: 3vw;
  }

  .bagis-card-ust {
    border-radius: 3vw;
  }

  .bagis-card-button {
    width: 60%;
    height: 9.7vw;
    font-size: 3.77vw;
    font-weight: 700;
    margin-bottom: 3.1vw;
  }

  .sosyal-medya {
    font-size: 3.9vw;
  }

  .ilk-sosyal img {
    width: 4.7vw;
  }

  .sosyal-medya img {
    width: 3.83vw;
  }

  .copyright {
    font-size: 2.66vw;
  }
}

.marquee-container {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #ff9800;
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 10px 0;
  overflow: hidden;
  white-space: nowrap;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 10s linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(100%);
  }
  50% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
