@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-optical-sizing: auto;
}

a {
  text-decoration: none;
}

.content-space {
  padding-top: 75px;
  padding-bottom: 95px;
}
@media (max-width: 600px) {
  .content-space {
    padding-top: 40px;
    padding-bottom: 65px;
  }
}

.max-width {
  max-width: 1440px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .max-width {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.display-none {
  display: none;
}

header {
  min-height: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 100px;
  background: #0a0a0a;
  overflow: hidden;
}
header .menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  padding: 16px 90px;
  border-radius: 26px;
  border: 1px solid #b3b3b3;
  background: #191919;
  z-index: 1;
  position: relative;
}
@media (max-width: 600px) {
  header .menu {
    padding: 10px 20px;
  }
}
@media (max-width: 400px) {
  header .menu {
    gap: 15px;
  }
}
header .menu::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 30%;
  height: 54px;
  border-radius: 50%;
  background: #0a0a0a;
  z-index: 2;
  box-shadow: 0px 0px 92px 120px rgb(10, 10, 10);
}
header .menu a {
  color: #b3b3b3;
  font-size: 20px;
  line-height: 20px;
  z-index: 3;
}
@media (max-width: 600px) {
  header .menu a {
    font-size: 18px;
    line-height: 18px;
  }
}

.banner {
  background: url("../images/backgrounds/arkaplanlar_1.png");
  overflow: hidden;
  background-position: center;
  background-size: auto 100%;
}
.banner .max-width {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 50px;
}
@media (max-width: 768px) {
  .banner .max-width {
    gap: 30px;
  }
}
.banner .max-width h1 {
  display: none;
}
.banner .max-width p {
  font-size: 30px;
  line-height: 34px;
  color: #b3b3b3;
}
@media (max-width: 768px) {
  .banner .max-width p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 600px) {
  .banner .max-width p {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 768px) {
  .banner .max-width img {
    max-width: 70%;
  }
}
@media (max-width: 600px) {
  .banner .max-width img {
    max-width: 85%;
  }
}
.banner .max-width .circle-line {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.banner .max-width .circle-line::before {
  content: "";
  width: calc((100% - 17px) / 4);
  height: 2px;
  background: #b3b3b3;
}
@media (max-width: 768px) {
  .banner .max-width .circle-line::before {
    height: 1px;
  }
}
@media (max-width: 600px) {
  .banner .max-width .circle-line::before {
    width: calc((100% - 17px) / 2);
  }
}
.banner .max-width .circle-line::after {
  content: "";
  width: calc((100% - 17px) / 4);
  height: 2px;
  background: #b3b3b3;
}
@media (max-width: 768px) {
  .banner .max-width .circle-line::after {
    height: 1px;
  }
}
@media (max-width: 600px) {
  .banner .max-width .circle-line::after {
    width: calc((100% - 17px) / 2);
  }
}
.banner .max-width .circle-line .circle {
  min-width: 17px;
  max-width: 17px;
  min-height: 17px;
  max-height: 17px;
  border-radius: 50%;
  border: 1px solid #b3b3b3;
  margin-left: 10px;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .banner .max-width .circle-line .circle {
    min-width: 15px;
    max-width: 15px;
    min-height: 15px;
    max-height: 15px;
  }
}

.yanki {
  background: url("../images/backgrounds/arkaplanlar_2.png");
  background-position: center;
  background-size: auto 100%;
}
.yanki .max-width {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.yanki .max-width .title {
  height: 166px;
  width: auto;
}
@media (max-width: 768px) {
  .yanki .max-width .title {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .yanki .max-width .title {
    height: 85px;
  }
}
.yanki .max-width .title img {
  height: 100%;
  width: auto;
}
.yanki .max-width .yanki-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  width: 100%;
  margin-top: -20px;
}
@media (max-width: 1024px) {
  .yanki .max-width .yanki-cards {
    flex-wrap: wrap;
  }
}
@media (max-width: 768px) {
  .yanki .max-width .yanki-cards {
    margin-top: -10px;
  }
}
@media (max-width: 768px) {
  .yanki .max-width .yanki-cards {
    margin-top: -5px;
  }
}
.yanki .max-width .yanki-cards .card {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: start;
  padding: 90px 30px 60px 30px;
  background: #0f0f0f;
  border-top: 2px solid #323232;
  border-radius: 20px;
  max-width: calc((100% - 50px) / 3);
  width: 100%;
  gap: 20px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  position: relative;
}
@media (max-width: 1024px) {
  .yanki .max-width .yanki-cards .card {
    max-width: calc((100% - 25px) / 2);
  }
}
@media (max-width: 768px) {
  .yanki .max-width .yanki-cards .card {
    padding: 60px 20px 30px 20px;
  }
}
@media (max-width: 600px) {
  .yanki .max-width .yanki-cards .card {
    padding: 30px 10px 15px 10px;
    max-width: 100%;
  }
}
.yanki .max-width .yanki-cards .card .counter {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 40px;
  height: 40px;
  background-color: #0a0a0a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #dbdbdb;
  border-top: 2px solid #323232;
  font-size: 24px;
  line-height: 24px;
  font-weight: 500;
}
.yanki .max-width .yanki-cards .card h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fdfdfd;
}
.yanki .max-width .yanki-cards .card p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #b3b3b3;
  border-bottom: 1px solid #fdfdfd;
  padding-bottom: 25px;
  letter-spacing: 0.5px;
  height: 132px;
}
@media (max-width: 1280px) {
  .yanki .max-width .yanki-cards .card p {
    height: 144px;
  }
}
@media (max-width: 768px) {
  .yanki .max-width .yanki-cards .card p {
    font-size: 14px;
    line-height: 20px;
  }
}
.yanki .max-width .yanki-cards .card .adim {
  font-size: 16px;
  line-height: 16px;
  color: #0a0a0a;
  font-weight: 500;
  background-color: #dbdbdb;
  padding: 5px 10px;
  border-radius: 16px;
}
.yanki .max-width > p {
  color: #989898;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .yanki .max-width > p {
    font-size: 16px;
    line-height: 22px;
  }
}

.zaman {
  background: url("../images/backgrounds/arkaplanlar_3.png");
  background-position: center;
  background-size: auto 100%;
}
.zaman .max-width {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.zaman .max-width .title {
  height: 166px;
  width: auto;
}
@media (max-width: 768px) {
  .zaman .max-width .title {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .zaman .max-width .title {
    height: 85px;
  }
}
.zaman .max-width .title img {
  height: 100%;
  width: auto;
}
.zaman .max-width .zaman-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  width: 100%;
  margin-top: -20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .zaman .max-width .zaman-cards {
    margin-top: -10px;
  }
}
@media (max-width: 600px) {
  .zaman .max-width .zaman-cards {
    margin-top: -5px;
  }
}
.zaman .max-width .zaman-cards .card {
  display: flex;
  justify-content: start;
  flex-direction: row;
  align-items: center;
  padding: 30px;
  background: #0f0f0f;
  border-top: 2px solid #323232;
  border-radius: 20px;
  max-width: calc((100% - 25px) / 2);
  width: 100%;
  gap: 20px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  position: relative;
}
@media (max-width: 1280px) {
  .zaman .max-width .zaman-cards .card {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .zaman .max-width .zaman-cards .card {
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .zaman .max-width .zaman-cards .card {
    flex-direction: column;
  }
}
.zaman .max-width .zaman-cards .card figure {
  min-height: 75px;
  height: 75px;
  width: 100px;
}
.zaman .max-width .zaman-cards .card figure img {
  height: 100%;
  width: auto;
  float: left;
}
.zaman .max-width .zaman-cards .card .text h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fdfdfd;
  margin-bottom: 20px;
}
.zaman .max-width .zaman-cards .card .text p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #b3b3b3;
  letter-spacing: 0.5px;
}
.zaman .max-width .zaman-cards .card i {
  font-size: 30px;
  color: #dfdfdf;
  font-weight: 600;
}
@media (max-width: 600px) {
  .zaman .max-width .zaman-cards .card i {
    display: none;
  }
}
.zaman .max-width > p {
  color: #989898;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .zaman .max-width > p {
    font-size: 16px;
    line-height: 22px;
  }
}

.beden {
  background: url("../images/backgrounds/arkaplanlar_4.png");
  background-position: center;
  background-size: auto 100%;
}
.beden .max-width {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.beden .max-width .title {
  height: 166px;
  width: auto;
}
@media (max-width: 768px) {
  .beden .max-width .title {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .beden .max-width .title {
    height: 85px;
  }
}
.beden .max-width .title img {
  height: 100%;
  width: auto;
}
.beden .max-width .slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-top: -20px;
  padding-top: 2px;
}
@media (max-width: 1024px) {
  .beden .max-width .slider {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .beden .max-width .slider {
    margin-top: -10px;
  }
}
.beden .max-width .slider .bg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  border-top: 2px solid #323232;
  -webkit-box-shadow: 0px 17px 30px 0px #000000;
  box-shadow: 0px 17px 30px 0px rgba(255, 255, 255, 0.15);
  background-color: #0f0f0f;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .beden .max-width .slider .bg {
    box-shadow: 0px 1px 3px 0px rgba(255, 255, 255, 0.15);
  }
}
@media (max-width: 600px) {
  .beden .max-width .slider .bg {
    display: none;
  }
}
.beden .max-width .slider .bg1 {
  min-height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .beden .max-width .slider .bg1 {
    display: none;
  }
}
.beden .max-width .slider .bg2 {
  width: 87.5%;
  min-height: 100%;
}
@media (max-width: 1024px) {
  .beden .max-width .slider .bg2 {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .beden .max-width .slider .bg2 {
    display: none;
  }
}
.beden .max-width .slider .bg3 {
  width: 75%;
  min-height: 100%;
}
@media (max-width: 1024px) {
  .beden .max-width .slider .bg3 {
    width: 83.5%;
  }
}
@media (max-width: 768px) {
  .beden .max-width .slider .bg3 {
    width: 100%;
  }
}
.beden .max-width .slider .bg4 {
  width: 62.5%;
  min-height: 100%;
}
@media (max-width: 1024px) {
  .beden .max-width .slider .bg4 {
    width: 67%;
  }
}
@media (max-width: 768px) {
  .beden .max-width .slider .bg4 {
    width: 75%;
  }
}
.beden .max-width .slider .swiper {
  width: 100%;
  overflow: hidden;
  max-width: 50%;
  -webkit-box-shadow: 0px 17px 30px 0px #000000;
  box-shadow: 0px 17px 25px 0px rgba(255, 255, 255, 0.3);
  border-radius: 20px;
}
@media (max-width: 600px) {
  .beden .max-width .slider .swiper {
    max-width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.beden .max-width .slider .swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  object-fit: cover;
  display: block;
  height: 500px;
  opacity: 0;
  transition: opacity 0.5s ease;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .beden .max-width .slider .swiper .swiper-wrapper .swiper-slide {
    height: 400px;
  }
}
.beden .max-width .slider .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  float: left;
  border-radius: 20px;
}
.beden .max-width .slider .swiper .swiper-wrapper .swiper-slide-active {
  opacity: 1;
}

.iz {
  background: url("../images/backgrounds/arkaplanlar_5.png");
  background-position: center;
  background-size: auto 100%;
}
.iz .max-width {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.iz .max-width .title {
  height: 166px;
  width: auto;
}
@media (max-width: 768px) {
  .iz .max-width .title {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .iz .max-width .title {
    height: 85px;
  }
}
.iz .max-width .title img {
  height: 100%;
  width: auto;
}
.iz .max-width .iz-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  width: 100%;
  margin-top: -20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .iz .max-width .iz-cards {
    margin-top: -10px;
  }
}
.iz .max-width .iz-cards .card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 30px;
  background: #0f0f0f;
  border-top: 2px solid #323232;
  border-radius: 20px;
  max-width: calc((100% - 75px) / 4);
  width: 100%;
  gap: 20px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  position: relative;
}
@media (max-width: 1024px) {
  .iz .max-width .iz-cards .card {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .iz .max-width .iz-cards .card {
    max-width: 100%;
  }
}
.iz .max-width .iz-cards .card figure {
  min-height: 300px;
  height: 300px;
  width: 190px;
}
@media (max-width: 1024px) {
  .iz .max-width .iz-cards .card figure {
    min-height: 200px;
    height: 200px;
  }
}
.iz .max-width .iz-cards .card figure img {
  height: 100%;
  width: auto;
  float: left;
}
.iz .max-width .iz-cards .card .text h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fdfdfd;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .iz .max-width .iz-cards .card .text h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 768px) {
  .iz .max-width .iz-cards .card .text h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.iz .max-width .iz-cards .card .text p {
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  color: #b3b3b3;
  letter-spacing: 0.5px;
}
.iz .max-width .iz-cards .card .adim {
  font-size: 16px;
  line-height: 16px;
  color: #0a0a0a;
  font-weight: 500;
  background-color: #dbdbdb;
  padding: 5px 10px;
  border-radius: 16px;
}
.iz .max-width > p {
  color: #989898;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 768px) {
  .iz .max-width > p {
    font-size: 16px;
    line-height: 22px;
  }
}

.temas {
  background: url("../images/backgrounds/arkaplanlar_6.png");
  background-position: center;
  background-size: auto 100%;
}
.temas .max-width {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.temas .max-width .title {
  height: 166px;
  width: auto;
}
@media (max-width: 768px) {
  .temas .max-width .title {
    height: 120px;
  }
}
@media (max-width: 600px) {
  .temas .max-width .title {
    height: 85px;
  }
}
.temas .max-width .title img {
  height: 100%;
  width: auto;
}
.temas .max-width .temas-cards {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
  width: 100%;
  margin-top: -20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .temas .max-width .temas-cards {
    margin-top: -10px;
  }
}
.temas .max-width .temas-cards .card {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 30px;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3px);
  border: 2px solid #323232;
  border-radius: 20px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  -webkit-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  -moz-box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.74);
  position: relative;
}
.temas .max-width .temas-cards .card .social {
  display: flex;
  justify-content: center;
  gap: 20px;
}
.temas .max-width .temas-cards .card .social img {
  width: 30px;
  height: 30px;
}
.temas .max-width .temas-cards .card h3 {
  font-size: 30px;
  line-height: 30px;
  color: #fdfdfd;
}
@media (max-width: 768px) {
  .temas .max-width .temas-cards .card h3 {
    font-size: 24px;
    line-height: 24px;
  }
}
@media (max-width: 600px) {
  .temas .max-width .temas-cards .card h3 {
    font-size: 20px;
    line-height: 20px;
  }
}
.temas .max-width .temas-cards .card p {
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #b3b3b3;
}
.temas .max-width .temas-cards .card .iletisime-gec {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
}
.temas .max-width .temas-cards .card .iletisime-gec .iletisim {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin-top: 20px;
}
.temas .max-width .temas-cards .card .iletisime-gec .iletisim a {
  color: #b3b3b3;
  font-size: 18px;
  font-weight: 500;
  line-height: 18px;
}
.temas .max-width .temas-cards .card .iletisime-gec .biletini-al {
  filter: drop-shadow(2px 0px 5px #b3b3b3);
}
@media (max-width: 600px) {
  .temas .max-width .temas-cards .card .iletisime-gec {
    flex-direction: column;
    gap: 40px;
  }
}

/*# sourceMappingURL=style.css.map */
