html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:root {
  --red: #e40918;
  --light-red: rgb(252, 233, 233);
  --card-color: #fff;
}
html,
body {
  height: 100%;
  color: black;
}
body {
  margin: 0;
  font-family: 'Nunito Sans', sans-serif;
  background: #fff;
  position: static; /* absolute KALDIR */
  min-height: 100vh;
  /* height:90% KALDIR */
  line-height: 1.4em;
  font-size: 17px;
}
img {
  max-width: 100%;
  height: auto;
}
.section.home {
  background-color: var(--red);
}
.section.slider {
  background-color: var(--red);
  background: var(--light-red);
  /* height: 100%; */
  /* margin-top: -1px; */
  /* padding: 0; */
  padding: 60px 0 60px 0;
}
.swiper {
  width: 100vw;
  overflow: hidden;
}

/* Full-bleed (tam ekran) istersen üsttekini yorumla, bunu aç: */
/* 
  .swiper{ width:100vw; height:100vh; overflow:hidden !important; }
  .swiper-slide{ min-height:100vh; border-radius:0; box-shadow:none; }
  */

.swiper-slide {
  flex: 0 0 100% !important;
  width: 100% !important;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-card {
  width: calc(100% - 40px); /* kenarlarda 20px boşluk */
  padding: 30px;
  margin: 20px;
  border-radius: 14px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  /* display: flex; */
  justify-content: center;
  align-items: center;
  /* font-weight: bold; */
  font-size: 1.1rem;
  line-height: 1.35;
  height: 150px;
  flex-direction: column;
  display: inline-flex;
}

.main-slogan {
  text-align: center;
  color: white;
  line-height: 2.1em;
  padding: 50px 0 50px 0;
  /* font-family: "calibri"; */
  font-size: 1.05em;
}

.section.home img {
  max-width: 280px;
  /* text-align: center; */
}

.section.home .img-container {
  text-align: center;
  padding-top: 10px;
}

.main-slogan h4 {
  font-weight: normal;
}

@media (min-width: 767px) {
  .section.home img {
    max-width: 360px;
  }
  .swiper {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; /* ortala */
  }
}

.section {
  padding: 40px 20px;
}

h3 {
  color: var(--red);
  /* text-align: center; */
}

.footer {
  background: var(--red);
  /* height: 60px; */
  text-align: center;
  color: #eee;
  padding: 40px 0;
}

a {
  color: #eee;
}

.section.durum {
  background: var(--light-red);
}

.kayit {
  padding: 30px 20px;
}

.section.neden p {
  text-align: center;
  padding-bottom: 20px;
}


.section.neden {
    padding-top: 30px;
}