@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

::selection {
  background-color: #777777db;
  color: #fff;
}

::-moz-selection {
  background-color: #777777db;
  color: #fff;
}

:root {
  --theme-color: #ef4222;
}

.bg-light {
  font-family: "Poppins", sans-serif !important;
  background-color: #fff !important;
}

.header-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.5rem 1.5rem;
  background-color: #fff;
}

.header-wrap-left {
  width: 15%;
}

.header-wrap-right {
  width: 10%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-wrap-center {
  width: 75%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-wrap-logo, .header-wrap-logo > a {
  display: flex;
  width: 100%;
}

.header-wrap-logo > a > img {
  width: 100%;
}

.header-wrap-menu #cssmenu > ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 3rem;
}

.header-wrap-menu #cssmenu > ul > li > a > span {
  font-size: 17px;
  font-weight: 500;
  transition: .2s ease-in-out;
  cursor: pointer;
}

.header-wrap-menu #cssmenu > ul > li > a:hover > span {
  color: var(--theme-color);
}

.header-wrap-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  background-color: var(--theme-color);
}

.header-wrap-btn > a {
  padding: 0.9rem;
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.caption-wrap {
  bottom: 50px !important;
  height: fit-content;
  width: 150px !important;
  min-width: 150px !important;
  background-color: transparent !important;
  left: 50% !important;
  transform: translateX(-50%);
  margin: 0 !important;
}

.caption-wrap a {
  border-radius: 0;
  width: 100%;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19px;
  font-weight: 500;
  background-color: var(--theme-color) !important;
  text-decoration: none;
}

.caption-wrap .caption {
  padding: 0 !important;
}

.slides li:focus-within {
  outline: none !important;
}

.event-contain {
  padding: 5rem 3rem;
}

.home-content-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.5rem;
  margin-bottom: 2rem;
  border-bottom: 2px solid #000;
}

.home-content-title > span {
  font-size: 60px;
  color: #000;
  font-weight: 500;
}

.home-content-allmore > a {
  font-size: 20px;
  color: #000;
  display: flex;
  align-items: center;
  transition: .2s ease-in-out;
  text-decoration: none;
}

.home-content-allmore > a > i {
  padding-left: 1rem;
  font-size: 26px;
}

.home-content-allmore > a:hover {
  transform: scale(1.1);
}


.event-contain-list {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.event-contain-content {
  position: relative;
  width: 33.33%;
  display: flex;
}

.event-contain-content > a {
  display: flex;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.event-contain-img, .event-contain-img > img {
  display: flex;
  width: 100%;
}

.event-contain-desc {
  position: absolute;
  width: calc(100% - 35px);
  bottom: -2rem;
  display: flex;
  flex-direction: column;
  gap: .5rem;
  transition: .2s ease-in-out;
  left: 35px;
  z-index: 1;
}

.event-contain-name > span {
  font-size: 25px;
  color: #fff;
  font-weight: 500;
}

.event-contain-date > span {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

.event-contain-date {
  margin-bottom: 1.5rem;
}

.event-contain-content:hover .event-contain-desc {
  bottom: 1rem;
}

.event-contain-readmore > span {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  display: flex;
  align-items: center;
}

.event-contain-readmore > span > i {
  font-size: 25px;
  padding-left: 1rem;
}

.event-contain-content > a::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
  opacity: 0.9;
}

.experience-blog-contain {
  padding: 5rem 3rem;
}

.event-contain-img > img {
  transition: .35s ease-in-out;
}

.event-contain-content:hover .event-contain-img > img {
  transform: scale(1.1);
}

.experience-blog-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  max-width: 1320px;
  margin: 0 auto;
  padding: 20px 0;
}

.experience-blog-content {
  position: relative;
  overflow: hidden;
  min-height: 720px;
  background: #000;
}

.experience-blog-content a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.experience-blog-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.experience-blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

/* alttaki koyu geçiş efekti */
.experience-blog-content a::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
      to top,
      rgba(0, 0, 0, 0.78) 0%,
      rgba(0, 0, 0, 0.42) 28%,
      rgba(0, 0, 0, 0.08) 55%,
      rgba(0, 0, 0, 0) 100%
  );
  z-index: 1;
  pointer-events: none;
}

.experience-blog-desc {
  position: absolute;
  left: 50%;
  bottom: 42px;
  transform: translateX(-50%);
  width: 100%;
  padding: 0 24px;
  text-align: center;
  z-index: 2;
  box-sizing: border-box;
}

.experience-blog-name span {
  display: block;
  color: #fff;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: -0.3px;
  text-transform: none;
}

.experience-blog-content:hover img {
  transform: scale(1.05);
}

/* Tablet */
@media (max-width: 1199px) {
  .experience-blog-list {
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .experience-blog-content {
      min-height: 620px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .experience-blog-list {
      grid-template-columns: 1fr;
      gap: 20px;
  }

  .experience-blog-content {
      min-height: 520px;
  }

  .experience-blog-name span {
      font-size: 18px;
  }

  .experience-blog-name span::after {
      font-size: 11px;
      letter-spacing: 1.5px;
  }
}

.marquee {
  overflow: hidden;
  width: 100%;
  background: #fff;
}

.marquee-track {
  display: flex;
  width: max-content;
  animation: scroll 20s linear infinite;
}

.marquee-track span {
  font-size: 120px;
  font-weight: 600;
  color: #000;
  white-space: nowrap;
  margin-right: 60px;
}

@keyframes scroll {
  0% {
      transform: translateX(0);
  }
  100% {
      transform: translateX(-50%);
  }
}

.custom-footer {
  position: relative;
  background: #fff;
  padding: 70px 20px 40px;
  border-top: 1px solid #000;
  margin-top: 3rem;
}

.custom-footer-inner {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

.custom-footer-logo {
  margin-bottom: 45px;
}

.custom-footer-logo img {
  max-width: 180px;
  width: 100%;
  height: auto;
  display: inline-block;
}

.custom-footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.custom-footer-menu a {
  font-size: 18px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
}

.custom-footer-menu a:hover {
  color: var(--theme-color);
}

.custom-footer-social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
  margin-bottom: 55px;
}

.custom-footer-social a {
  width: 48px;
  height: 48px;
  border: 1px solid #d7d7d7;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s ease;
  background: transparent;
}

.custom-footer-social a:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.custom-footer-line {
  width: 100%;
  height: 1px;
  background: #d8d8d8;
  margin-bottom: 28px;
}

.custom-footer-bottom p {
  margin: 0;
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.custom-footer-bottom p strong,
.custom-footer-bottom p b {
  color: #000;
  font-weight: 500;
}

.custom-footer-top {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 42px;
  height: 42px;
  background: #000;
  color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  line-height: 1;
  z-index: 999;
  transition: all 0.3s ease;
  text-decoration: none;
}

.custom-footer-top:hover {
  transform: translateY(-3px);
}

.custom-footer-top:hover,
.custom-footer-top:hover > i {
  color: #fff;
}

/* Tablet */
@media (max-width: 991px) {
  .custom-footer {
      padding: 55px 20px 35px;
  }

  .custom-footer-logo {
      margin-bottom: 35px;
  }

  .custom-footer-menu {
      gap: 24px;
      margin-bottom: 30px;
  }

  .custom-footer-menu a {
      font-size: 18px;
  }

  .custom-footer-bottom p {
      font-size: 16px;
  }
}

/* Mobil */
@media (max-width: 767px) {
  .custom-footer {
      padding: 45px 15px 30px;
  }

  .custom-footer-logo img {
      max-width: 140px;
  }

  .custom-footer-menu {
      flex-direction: column;
      gap: 14px;
      margin-bottom: 28px;
  }

  .custom-footer-menu a {
      font-size: 17px;
  }

  .custom-footer-social {
      gap: 12px;
      margin-bottom: 40px;
  }

  .custom-footer-social a {
      width: 42px;
      height: 42px;
      font-size: 16px;
  }

  .custom-footer-bottom p {
      font-size: 15px;
      line-height: 1.5;
  }

  .custom-footer-top {
      right: 15px;
      bottom: 15px;
      width: 38px;
      height: 38px;
      font-size: 22px;
  }
}