body {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #000;
  background: #404449;
  margin: 0;
  padding: 0;
  overflow: hidden
}

header {
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999
}

header a,
header img {
  display: block
}

@media (max-width: 1514px) {
  header a img {
    width: 200px
  }
}

@media (max-width: 991px) {
  header {
    top: 20px
  }

  header a img {
    width: 160px
  }
}

.swiper-container {
  width: 100%;
  height: 100vh
}

.swiper-slide {
  overflow: hidden;
  position: relative
}

.slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center
}

.slide-content {
  position: absolute;
  left: 10%;
  top: 60%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
  color: #fff
}

.slide-content--primary h1 {
  color: rgb(157, 10, 109);
}

.slide-content--primary h2 {
  color: #1d1d1b;
}

.slide-content--primary p {
  color: #000;
}

.slide-content--primary a b {
  color: rgb(157, 10, 109);
}

.slide-content h1,
.slide-content h2,
.slide-content p {
  margin: 0;
  padding: 0
}

.slide-content p {
  margin-bottom: 30px;
}

.slide-content h1,
.slide-content h2 {
  font-size: 48px;
  text-transform: uppercase;
  letter-spacing: 2px
}

@media (max-width: 1514px) {
  .slide-content h1,
  .slide-content h2 {
    font-size: 38px
  }
}

@media (max-width: 991px) {
  .slide-content h1,
  .slide-content h2 {
    font-size: 20px
  }
}

.slide-content h1 {
  font-weight: 800
}

.slide-content h2 {
  font-weight: 100;
  position: relative;
  top: -15px
}

@media (max-width: 991px) {
  .slide-content h2 {
    top: -5px;
    font-weight: 200
  }
}

.slide-content p {
  font-weight: 300;
  width: 650px;
  font-size: 16px
}

@media (max-width: 1514px) {
  .slide-content p {
    font-size: 15px
  }
}

@media (max-width: 991px) {
  .slide-content p {
    font-size: 13px;
    width: 90%;
    font-weight: 400
  }
}

.swiper-pagination {
  top: -13%;
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  padding: 0 !important;
  left: 50%;
  transform: rotate(90deg);
}

@media (max-width: 991px) {
  .swiper-pagination {
    width: 3px !important;
    display: none
  }
}

@media (max-width: 1440px) {
  .swiper-pagination {
    top: -5%;
  }
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 !important
}

.swiper-pagination-bullet {
  border-radius: 0 !important;
  width: 5px !important;
  height: 75px !important;
  display: block !important;
  background: rgba(157, 10, 107, 0.2) !important;
  position: relative;
  opacity: 1 !important;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  transition: 300ms all
}

@media (max-width: 1514px) {
  .swiper-pagination-bullet {
    height: 40px !important;
    width: 3px !important
  }
}

.swiper-pagination-bullet b {
  position: absolute;
  left: -40px;
  font-weight: 300;
  color: rgba(157, 10, 109, 0.6);
  font-size: 22px;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  transition: 300ms all;
  transform: rotate(270deg);
  top: 35%;
}

@media (max-width: 1514px) {
  .swiper-pagination-bullet b {
    font-size: 13px;
    left: -20px
  }
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(157, 10, 107) !important;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active b {
  color: rgb(157, 10, 109);
}

.swiper-pagination-bullet:hover {
  background: rgb(157, 10, 107) !important;
}

.swiper-pagination-bullet:hover b {
  color: rgb(157, 10, 109);
}

/* --- FOOTER KISMI (DÜZENLENDİ) --- */

footer {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 999;
  border-top: 2px solid rgba(255, 255, 255, 0.25)
}

footer ul {
  width: 100%; /* Sabit px kaldırıldı, ortalama için */
  max-width: 1360px; /* Orijinal genişlik sınırını koruduk */
  list-style: none;
  margin: 0 auto;
  padding: 0;
  display: flex;
  justify-content: center; /* Logoları ortalar */
  align-items: center; /* Dikey ortalar */
}

@media (max-width: 1514px) {
  footer ul {
    max-width: 900px;
  }
}

@media (max-width: 991px) {
  footer ul {
    width: 100%;
  }
}

footer ul li {
  display: flex; /* İçeriği ortalamak için */
  justify-content: center;
  align-items: center;
  width: 340px;
  height: 100px;
  text-align: center;
  margin: 0 -2px;
  padding: 25px 0 0 0;
  position: relative;
}

footer ul li img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1514px) {
  footer ul li {
    width: 225px;
    padding: 15px 0 0 0;
    height: 70px;
    line-height: 70px
  }

  footer ul li a img {
    width: 80%
  }
}

@media (max-width: 991px) {
  footer ul li {
    /* Mobilde yan yana sığdırma ayarı */
    width: auto; 
    flex: 1; 
    padding: 10px 5px;
    height: auto;
  }
  
  footer ul li a img {
    /* Mobilde taşmayı önleme */
    width: auto;
    max-height: 50px;
  }
}

footer ul li::before {
  content: '';
  position: absolute;
  top: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(157, 10, 109);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  transition: 300ms all
}

footer ul li a {
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  transition: 300ms all;
  display: block;
  opacity: 0.35
}

footer ul li.footer-active::before,
footer ul li:hover::before {
  opacity: 1;
  visibility: visible;
}


footer ul li.footer-active a,
footer ul li:hover a {
  opacity: 1
}

footer ul li.footer-active a,
footer ul li:hover a img {
  transform: scale(1.2);
}

.langs {
  position: absolute;
  right: 20px;
  z-index: 9999;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media (max-width: 991px) {
  .langs {
    -webkit-transform: none;
    -ms-transform: none;
    -moz-transform: none;
    transform: none;
    top: auto;
    bottom: 120px
  }
}

.langs ol {
  list-style: none
}

.langs ol li {
  display: block;
  margin: 10px 0
}

.langs ol li a {
  text-align: center;
  text-decoration: none;
  color: rgb(157, 10, 109);
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  border: 1px solid rgb(157, 10, 109);
  position: relative;
  -webkit-transition: 300ms all;
  -moz-transition: 300ms all;
  transition: 300ms all;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.langs ol li a img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .langs ol li a {
    width: 50px;
    padding: 3px 0
  }
}

.langs ol li a span {
  position: relative;
  z-index: 999
}

.langs ol li a:hover {
  color: rgb(157, 10, 109) !important;
}

.langs ol li a:hover::after {
  width: 100%;
  z-index: 1;
  right: 0;
}

.langs ol li a.active {
  color: #fff;
  background-color: rgb(157, 10, 109);
}

.paginate {
  display: none;
}

a.button {
  font-size: 20px;
  text-decoration: none;
  padding: 10px 20px;
}

.arrow {
  color: #fff;
  background-color: rgb(157, 10, 109);
}

.arrow::after {
  display: inline-block;
  padding-left: 8px;
  content: "\0279E";
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

.arrow:hover {
  color: rgb(157, 10, 109);
  background-color: #fff;
  border: 1px solid rgb(157, 10, 109);
}

.arrow:hover::after {
  -webkit-transform: translateX(4px);
  -moz-transform: translateX(4px);
  -ms-transform: translateX(4px);
  -o-transform: translateX(4px);
  transform: translateX(4px);
}