/*https://bytewebster.com/*/
/*https://bytewebster.com/*/
/*https://bytewebster.com/*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600&family=Roboto:wght@300;400;500&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

section1 {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: radial-gradient( circle farthest-corner at 10% 20%,  rgba(171,102,255,1) 0%, rgba(116,182,247,1) 90% );
  overflow: hidden;
}

.swiper {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide {
  width: 300px;
  height: 400px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.2);
  filter: blur(1px);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: self-start;
}

.swiper-slide-active {
  filter: blur(0px);
}

.swiper-pagination-bullet,
.swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-slide span {
  text-transform: uppercase;
  color: #fff;
  background: #1b7402;
  padding: 7px 18px 7px 25px;
  display: inline-block;
  border-radius: 0 20px 20px 0px;
  letter-spacing: 2px;
  font-size: 0.8rem;
  font-family: "Open Sans", sans-serif;
}

.swiper-slide--one span {
  background: #0073e6; /* Otizm farkındalığı için mavi ton */
}

.swiper-slide--two span {
  background: #ff6347; /* Otizm farkındalığı için turuncu */
}

.swiper-slide--three span {
  background: #FF9900; /* Otizm farkındalığı için sarı */
}

.swiper-slide--four span {
  background: #32cd32; /* Otizm farkındalığı için yeşil */
}

.swiper-slide--five span {
  background: #ff69b4; /* Otizm farkındalığı için pembe */
}

.swiper-slide--six span {
  background: #8a2be2; /* Otizm farkındalığı için mor */
}

.swiper-slide--seven span {
  background: #ff4500; /* Otizm farkındalığı için kırmızı */
}

.swiper-slide--eight span {
  background: #00ced1; /* Otizm farkındalığı için turkuaz */
}

.swiper-slide--nine span {
  background: #f4a460; /* Otizm farkındalığı için açık kahverengi */
}

.swiper-slide--ten span {
  background: #ffd700; /* Otizm farkındalığı için altın sarısı */
}

.swiper-slide--eleven span {
  background:  #3399CC; /* Otizm farkındalığı için nane yeşili */
}

.swiper-slide--twelve span {
  background: #FF3366; /* Otizm farkındalığı için mavi (cornflower blue) */
}



.swiper-slide h2 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 25px 45px 0 25px;
}

.swiper-slide p {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  display: flex;
  align-items: center;
  padding: 0 25px 35px 25px;
}

.swiper-slide svg {
  color: #fff;
  width: 22px;
  height: 22px;
  margin-right: 7px;
}

.swiper-slide--one {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("resimler/1.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--two {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("resimler/2.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--three {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("resimler/3.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--four {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("resimler/4.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--five {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("resimler/5.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--six {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("resimler/6.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--seven {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("resimler/7.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--eight {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("resimler/8.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--nine {
  background: linear-gradient(to top, #0f2027, #203a4300, #2c536400),
    url("resimler/9.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--ten {
  background: linear-gradient(to top, #1a2a6c, #b21f1f00, #fdbb2d00),
    url("resimler/10.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--eleven {
  background: linear-gradient(to top, #3a1c71, #d76d7700, #ffaf7b00),
    url("resimler/11.jpg") no-repeat 50% 50% / cover;
}

.swiper-slide--twelve {
  background: linear-gradient(to top, #16222a, #3a607300, #46aab100),
    url("resimler/12.jpg") no-repeat 50% 50% / cover;
}



.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right {
  background-image: none;
}