* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
}
body,
html {
  overflow-x: hidden;
  position: relative;
  z-index: 0;
  /* font-family: "Roboto", sans-serif; */
  font-family: "Montserrat", sans-serif;
  font-weight: 400; /* Normal kalınlık */
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 700; /* Bold kalınlık */
}
body {
  color: #e5e5e5;
  background: url(/src/img/static/bg-img.png);
  background-size: cover;
  background-position: center;
  width: 100%;
}

.body-background-img {
  overflow: hidden;
  width: 100%;
  height: auto;
}
button:focus {
  outline: 0;
}

.container {
  width: 100%;
  margin: 0 auto;
  height: 100%;
  border: 0px solid #fff;
  box-sizing: border-box;
}
header {
  width: 100%;
  position: fixed;
  z-index: 99;
  display: flex;
  flex-shrink: 0;
  top: 0;
  align-items: center;
  border: 1px solid #ddd;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}
.logo {
  display: flex;
  margin-left: 0;
  width: 56px;
  height: 56px;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  width: 100%;
  backdrop-filter: blur(10px);
}
.navbar ul {
  list-style-type: none;
  display: flex;
  align-items: center;
}
.navbar li {
  padding-inline: 16px;
}
.navbar a {
  text-decoration: none;
  color: rgb(255, 255, 255);
  font-size: 24px;
}
.navbar-social-icon-wrapper {
  max-width: 150px;
  width: 100%;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  justify-content: space-between;
  gap: 15px;
  color: #fff;
}
.navbar-social-icons {
  font-size: 24px;
  text-align: center;
  align-items: center;
  border-radius: 50%;
  display: flex;
  color: rgb(255, 255, 255);
  justify-content: center;
  transition: transform 0.3s ease;
}
.navbar-social-icons:hover {
  transform: scale(1.2);
  color: #007bff;
}
.hidden-sidebar-menu-button {
  display: none;
}

.sidebar-menu-button {
  display: none;
  cursor: pointer;
  margin-left: auto;
  transition: background-color 0.3s ease;
  font-size: 22px;
}

.sidebar-menu {
  background: url(/src/img/static/sidebarbg.png);
  position: fixed;
  z-index: 5 !important;
  max-width: 240px;
  width: 100%;
  top: 0;
  padding: 0;
  margin: 0;
  height: 100vh;
  transition: 0.5s;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(100%);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.sidebar-menu-headtitle {
  font-size: 1.4em;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  padding-top: 20px;
}
.sidebar-menu h4 {
  padding-left: 15px;
  color: #000000;
}
.close-icon {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  cursor: pointer;
  color: black;
  width: 40px;
  height: 40px;
  padding-left: 15px;
  transition: color 0.3s ease;
}
.close-icon:hover {
  color: #b43636;
}
/* .icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.icon:hover {
  transform: scale(1.2) rotate(15deg); /* Hafif büyür ve döner */
/* } */
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.icon {
  display: inline-block;
  animation: pulse 1.5s infinite;
}
.sidebar-menu ul {
  position: relative;
  height: 100vh;
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu li {
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
}

.sidebar-menu li a {
  width: 100%;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  padding: 20px;
  left: 0;
  color: #333;
  display: flex;
  align-items: center; /* Yatayda hizalama */
  text-align: left;
}
.sidebar-menu ul li .icon {
  position: relative;
  display: flex;
  margin-right: 10px;
  /* justify-content: flex-start; */
  /* align-items: flex-start; */
  justify-content: center;
  min-width: 40px; /* İkonun genişliği */
  font-size: 1.5em;
  color: #333;
  margin-right: 15px; /* İkon ve metin arasındaki boşluk */
  height: 70px;
  color: #333;
  transition: 0.5a;
}
.text {
  position: relative;
  height: 70px;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  color: #333;
  padding: 15px;
  letter-spacing: 0.05em;
  transition: 0.5s;
  text-align: left;
}
.sidebar-menu ul li:hover a.icon,
.sidebar-menu ul li:hover a.text {
  color: #f44336;
}

.sidebar-menu.active {
  transform: translateX(0); /* Ekrana girer */
  display: flex;
  visibility: visible;
  opacity: 1;
  text-align: left;
}

.slider {
  position: relative;
  width: 100vw;
  height: 80vh;
  overflow: hidden;
}
.slides {
  /*slide-wrapper*/
  width: 100%;
  display: flex;
  height: 100%;
  transition: transform 0.8s ease-in-out;
}

.slider .slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  border-radius: 10px; /* Köşeleri yuvarlak yapar */
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); /* Gölge efekti */
}
.background-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  flex-direction: center;
  align-items: center;
}
.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 15px 25px;
  cursor: pointer;
  z-index: 10;
  transition: background-color 0.3s, transform 0.3s;
  font-size: 24px;
  background-color: transparent;
  background: none;
  border: none;
  cursor: pointer;
  margin: 2.5px;
}
/* swiper-slide */
.prev-btn {
  left: 10px;
  margin-left: 2.5px !important;
}

.next-btn {
  right: 10px; /* Sağ tarafa yerleştir */
  margin-right: 2.5px !important;
}

.prev-btn:hover,
.next-btn:hover {
  transform: translateY(-50%) scale(1.3); /* Hoverda daha fazla büyütme */
  transition: transform 0.3s ease; /* Geçiş süresi */
}

.prev-btn img,
.next-btn img {
  width: 60px;
  height: 60px;
  margin: 2.5px;
}
.hidden-prev-next-buttons {
  display: none;
}
.duzen {
  background-repeat: no-repeat;
  position: absolute;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: flex;
  flex-direction: center;
  align-items: center;
}
/* gsap 3d text */
/* 3D metin kısmının konumlandırılması */

.text-animation {
  text-align: center;
  width: 100%;
  display: flex;
  /* margin: 4px; */
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 35%; /* Navbarın altında konumlandırma */
  z-index: 2; /* Slider'ın üstünde görünmesi için */
}

.text-animation h1 {
  text-align: center;
  text-transform: uppercase;
  font-size: 5em;
  animation: rotate 2s ease-in-out alternate infinite;
  perspective: 1000px;
  perspective-origin: 50% -200px;
}

/* gölge efekti */
.text-animation h1:before {
  content: attr(data-shadow);
  color: transparent;
  text-shadow: 0 0 45px #000000;
  position: absolute;
  z-index: -1;
  animation: skew 3s ease-in-out alternate infinite;
  transform-origin: bottom;
}

h1 {
  font-family: "Saira Extra Condensed", sans-serif;
  letter-spacing: 0.1em;
  color: #fff;
}
.hidden-text-animation {
  display: none;
}

@keyframes rotate {
  from {
    transform: rotateY(-10deg);
    text-shadow: 1px -1px #ccc, 2px -1px #bbb, 3px -2px #aaa, 4px -2px #999,
      5px -3px #888, 6px -3px #777;
  }
  to {
    transform: rotateY(10deg);
    text-shadow: -1px -1px #ccc, -2px -1px #bbb, -3px -2px #aaa, -4px -2px #999,
      -5px -3px #888, -6px -3px #777;
  }
}

@keyframes skew {
  from {
    transform: scaleY(0.3) skewX(-15deg);
  }
  to {
    transform: scaleY(0.3) skewX(-20deg);
  }
}
/* gsap 3d text bitti */

@keyframes slide-animation {
  0% {
    transform: translateX(0);
  }
  33% {
    transform: translateX(-100%);
  }
  66% {
    transform: translateX(-200%);
  }
  100% {
    transform: translateX(0);
  }
}

.swiper-container {
  width: 100%;
  height: auto;
}
 .swiper-wrapper {
  z-index: 0;
} 
.swiper-slide {
  position: relative; /* Z-index için gerekli */
  z-index: 1;
  display: flex;
  max-width: 280px;
  width: 100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin: 5px;
  border-radius: 10px; /* Köşeleri hafif yuvarlat */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Kart efekti için hafif gölge */
  transition: box-shadow 0.3s ease-in-out, transform 0.3s ease; /* Geçiş efektleri */
  background-color: white; /* Kartın rengi */
}

/* Hover durumunda kartı vurgulamak için */
.swiper-slide:hover {
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); /* Hover durumunda gölgeyi yoğunlaştır */
  transform: translateY(-10px); /* Hover durumunda kartı yukarı kaldır */
}

.swiper-slide img {
  border-radius: 30%; /* Üyelerin fotoğraflarını yuvarlak yap */
  max-width: 120px;
  width: 100%;
  height: 120px;
  object-fit: cover; /* Görsellerin sabit kalmasını sağla */
  margin-bottom: 15px; /* Resim ve metin arasında boşluk */
}
.swiper-slide .background-img {
  /* max-width: 280px; */
  width: 100%;
  height: 100%;
  /* display: flex; */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(/src/img/static/core-team-background.png);
}

.member-name {
  color: #333; /* Nötr bir renk tonu */
  font-weight: 600;
  font-size: 1rem; /* Daha küçük, zarif font boyutu */
  margin-top: 10px;
  text-align: center;
}
.member-profession {
  color: #777; /* Hafif gri renk tonu */
  font-size: 0.9rem; /* Daha küçük yazı */
  font-weight: 500;
  margin-bottom: 15px;
}
.core-team-member {
  position: relative;
}

.nav-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 50px; /* Butonun genişliği */
  height: 50px; /* Butonun yüksekliği */
  z-index: 10; /* Butonun diğer elementlerin üstünde görünmesi için */
}

.left-button {
  left: 10px; /* Sol tarafa uzaklık */
  width: 24px;
}

.right-button {
  right: 10px; /* Sağ tarafa uzaklık */
  width: 24px;
}

.member-contact-button {
  background-color: #333; /* Koyu gri tonlu minimal buton rengi */
  color: white;
  font-weight: 500;
  padding: 8px 16px; /* Daha küçük, sade boyutlar */
  border: none;
  border-radius: 5px;
  cursor: pointer;
  pointer-events: auto;
  z-index: 10 !important;
  transition: all 0.3s ease;
}

.member-contact-button:hover {
  background-color: #555; /* Hover durumunda butonu biraz koyulaştır */
}
.swiper-pagination {
  position: absolute;
  color: #ccc;
  bottom: auto !important;
  /* bottom: -10px; */
  text-align: center;
  z-index: 10;
  padding-bottom: 30px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: auto;
}
.swiper-pagination-bullet {
  background-color: #bbb;
}

/* endless creative benziyen bir slider bitti */

.headtitle {
  /* line-height: 16.41px; */
  /* font-weight: 500; */
  font-size: 28px;
  color: #efefef;
  /* color: black; */
  text-align: center;
  align-items: center;
  justify-content: center;
}
.mission-vission-wrapper {
  width: 100%;
  height: 100%;
  max-height: 400px;
  display: flex;
  justify-content: center;
  gap: 30px;
  padding: 30px;
}
.image-border {
  border: #333;
  border-radius: 10%;
  border: 1px;
}
.events-wrapper {
  /* margin-top: 50px; */
  display: flex;
  flex-direction: column;
  gap: 30px; /* Her etkinlik arasında boşluk */
  width: 100%;
}
.event {
  margin-top: 50px;
  display: flex;
  overflow: hidden;
  /* gap: 20px; */
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 30px;
}
.event:nth-child(odd) {
  flex-direction: row;
}

.event:nth-child(even) {
  flex-direction: row-reverse;
}
.event-img {
  max-width: 800px;
  height: auto;
  width: 100%;
  overflow: hidden;
  object-fit: contain;
  /* object-fit: cover; */
  background-repeat: no-repeat;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}
.event-img img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.event-text {
  margin: 50px;
}

.event-headtitle-text {
  font-size: 55px;
  /* color: black; */
  display: flex;
  align-items: center;
  /* margin: 50px; */
  /* display: flex; */
  /* flex-direction: center; */
}

.left {
  order: 1;
}
.right {
  order: 2; /* Sağda olacak */
}

.view-more-wrapper {
  text-align: center;
  margin-top: 30px;
}

.view-more-button {
  display: block;
  text-align: center;
  z-index: 2;
  background: url(/src/img/static/alleventsbtnbg.png);
  display: inline-block;
  padding: 12px 24px;
  background-color: #333; /* Ana renk uyumlu olabilir */
  color: #000000;
  font-size: 18px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.view-more-button:hover {
  background-color: #555;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.main {
  width: 100%;
  /* margin: 15px auto; */
}

footer {
  background-image: url(/src/img/static/footerbg.png);
  border-radius: 01%;
  display: flex;
  flex-direction: row;
  background-position: center;
  background-size: cover;
  width: 100%;
  background-repeat: no-repeat;
  overflow: hidden;
}
.footer-area {
  margin-top: 100px;
  padding: 100px 0;

  position: relative;
}
.footer-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
  color: #000000;
}
.footer-wave-box {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 50px;
  overflow: hidden;
}
.footer-wave {
  position: absolute;
  left: 0;
  top: 0;
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 93%;
  width: 200%;
  height: 100%;
}
.footer-animation {
  animation: footer_wave 5s linear infinite;
  -moz-animation: footer_wave 5s linear infinite;
  -o-animation: footer_wave 5s linear infinite;
  -webkit-animation: footer_wave 5s linear infinite;
  left: auto;
  right: 0;
}
@-moz-keyframes footer_wave {
  0% {
    -moz-transform: translateX(0%);
  }
  50% {
    -moz-transform: translateX(50%);
  }
  100% {
    -moz-transform: translateX(100%);
  }
}
@-o-keyframes footer_wave {
  0% {
    -o-transform: translateX(0%);
  }
  50% {
    -o-transform: translateX(50%);
  }
  100% {
    -o-transform: translateX(100%);
  }
}
@-webkit-keyframes footer_wave {
  0% {
    -webkit-transform: translateX(0%);
  }
  50% {
    -webkit-transform: translateX(50%);
  }
  100% {
    -webkit-transform: translateX(100%);
  }
}

@keyframes footer_wave {
  0% {
    transform: translateX(0%);
  }
  50% {
    transform: translateX(50%);
  }
  100% {
    transform: translateX(100%);
  }
}
.single-footer {
  width: 280px;
}
.single-footer ul {
  list-style: none;
}
.single-footer ul li {
  margin-bottom: 10px;
  position: relative;
  /* padding-left: 20px; */
}
.single-footer ul li a {
  color: #000000;
  text-transform: capitalizm;
  text-decoration: navajowhite;
}
.single-footer ul li a i {
  position: absolute;
  left: 0;
  /* top: 5px; */
}
.single-footer:first-child {
  width: 400px;
}
.single-footer h4 {
  text-transform: capitalize;
  margin-bottom: 20px;
  font-size: 22px;
}
.footer-social {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  /* justify-content: center; */
  align-items: center;
}
/* .footer-social a {
  color: #fff;
  border: 1px solid #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  margin-right: 10px;
  padding: 5px;
} */
.footer-social-icons {
  font-size: 24px;
  text-align: center;
  align-items: center;
  display: flex;
  color: #040404;
  margin-top: 10px;
  justify-content: center;
  transition: transform 0.3s ease;
  margin-right: 20px;
}

.copy {
  text-align: center;
  text-transform: capitalizm;
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  text-align: center;
  align-items: center;
  color: #000000;
}
.heart-gif {
  width: 24px;
  height: 24px;
  margin-left: 2px;
}
@media screen and (max-width: 320px) {
  .event-headtitle-text {
    justify-content: center;
  }
  .swiper-slide {
    max-width: 190px;
    width: 100%;
    height: 170px;
  }
  .swiper-slide img {
    max-width: 90px;
    width: 100%;
    height: 90px;
    overflow: hidden;
  }
}
@media screen and (min-width: 320px) and (max-width: 800px) {
  .event-headtitle-text {
    justify-content: center;
  }
  .navbar {
    justify-content: center;
  }
  .navbar ul {
    display: none;
  }

  .sidebar-menu-button {
    z-index: 4 !important;
    display: block;
  }

  .navbar-social-icon-wrapper {
    display: none;
  }
  .navbar-social-icons {
    display: none;
  }
  .logo {
    display: flex;
    font-size: 16px;
    justify-content: center;
    align-items: center;
  }
  .prev-btn {
    left: 5px;
    margin-left: 2.5px !important;
  }
  .next-btn {
    right: 5px;
    margin-right: 2.5px !important;
  }
  .prev-btn img,
  .next-btn img {
    width: 24px;
    height: 24px;
    display: flex;

    /* position: absolute;
    top: 50%;
    margin: 2.5px !important; */
  }
  .text-animation {
    position: absolute;
    left: 50%;
    top: 50%;
    /* margin: 0 10%; */
    transform: translate(-50%, -50%);
  }
  .text-animation h1 {
    font-size: 2em;
    margin: 5px;
  }

  .event {
    display: flex;
    flex-direction: column;
    text-align: center;
  }

  .event:nth-child(even),
  .event:nth-child(odd) {
    flex-direction: column; /* Tüm öğelerde alt alta hizala */
  }
  .event-img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  .event-text {
    margin: 20px 0;
  }
  .event-headtitle-text {
    font-size: 30px;
  }
  .swiper-slide {
    width: 50% !important; /* Her bir slide, ekranın yarısını kaplayacak */
    height: auto;
  }
  .main {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 5px;
  }

  .footer-area {
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    padding: 20px;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .footer-content p {
    margin-left: 55px;
    margin-right: 55px;
  }
  .footer-social {
    display: flex;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
  }
  .footer-social-icons {
    width: 16px;
    height: 16px;
  }

  .single-footer {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .copy {
    text-align: center;
    margin-top: 20px;
  }
  .single-footer:nth-child(3) {
    order: 3;
    /* margin-left: 10px; */
    margin-top: 10px;
  }
  .single-footer:nth-child(2) {
    order: 2;
  }
  .single-footer:nth-child(1) {
    order: 1;
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (min-width: 800px) and (max-width: 1150px) {
  .event-headtitle-text {
    font-size: 20px;
  }
}
@media screen and (min-width: 800px) and (max-width: 928px) {
  .swiper-slide {
    width: 33% !important; /* Her bir slide, ekranın yarısını kaplayacak */
    height: auto;
  }
}





/* event button.css */
.layout,
.restart {
  display: none !important;
}
.wrapper-no7 {
  display: flex;
  justify-content: center;
}
.wrapper-no7 .animation-wrapper {
  z-index: 1;
  display: flex;
}
.wrapper-no7 .animation-wrapper.notvisible {
  display: none;
}
.cat {
  max-width: 100%; /* Genişliği belirleyin */
  height: auto;
  width: 250px;
  display: block;
  overflow: visible;
  /* max-width: 100%; Ebeveyn konteynerin genişliğini aşmaması için */
}
.wrapper-no7 .cat {
  /* width: 80%;
  overflow: visible; */
  /* width: 80% !important; */
  /* max-height: 600px; İstediğiniz maksimum yükseklik değeri */
  overflow: visible;
}
.wrapper-no7 .cat-wrapper {
  /* max-width: 150px !important; */
  max-width: 300px;
  width: 100%;
}
.wrapper-no7 .eyes circle {
  fill: #fff;
}

.wrapper-no7 .frontlegs,
.wrapper-no7 .backlegs {
  opacity: 1;
}
.wrapper-no7 .logoani {
  align-self: flex-end;
  margin-left: -25px;
  font-size: 25px;
  color: #fff;
}
.wrapper-no7 .logo {
  font-size: 55px;
  opacity: 0;
  position: absolute;
  top: -40px;
  border-radius: 20px;
  color: #313131;
  border-radius: 2px;
}
.wrapper-no7 .logo-text {
  font-size: 14px !important;
  color: #fff;
}
/* .wrapper-no7 .logo.visible {
  opacity: 1;
  top: 40px;
  transition: all 1s;
} */
.wrapper-no7 .restart {
  display: none;
  font-size: 20px;
  position: absolute;
  top: 50%;
  background-color: white;
  border: #bbbbbb 1px solid;
  box-shadow: none;
  padding: 20px;
  border-radius: 10px;
}
.wrapper-no7 .restart:hover {
  background-color: #ddd;
}
.wrapper-no7 .restart.visible {
  display: block;
}
.wrapper-no7 .layout {
  display: block;
  opacity: 1;
  width: 80%;
  position: absolute;
  top: 40px;
  transition: opacity 1s;
}
.wrapper-no7 .layout.notvisible {
  display: none;
  opacity: 0;
}
.wrapper-no7 .layout li {
  height: 15px;
  background-color: #bbbbbb;
}
.wrapper-no7 .layout ul {
  display: flex;
  margin: 0;
  padding: 0;
}
.wrapper-no7 .layout li {
  width: 50px;
  margin-left: 20px;
  list-style: none;
  background-color: #bbbbbb;
}
.wrapper-no7 .layout .layout__nav {
  display: flex;
  justify-content: space-between;
}
.wrapper-no7 .layout .layout__nav-left,
.wrapper-no7 .layout .layout__nav-right {
  width: 40%;
}
.wrapper-no7 .layout .layout__nav-left li:first-child {
  margin-left: 0;
}
.wrapper-no7 .layout .layout__nav-right {
  flex-direction: row-reverse;
}
.wrapper-no7 .layout .layout__title {
  width: 80%;
  height: 40px;
  background-color: #bbbbbb;
  margin-top: 150px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper-no7 .layout .layout__content {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.wrapper-no7 .layout .layout__content div {
  width: 80%;
  height: 20px;
  background-color: #bbbbbb;
  margin-top: 20px;
}
.wrapper-no7 .layout .layout__content div:first-child {
  margin-top: 100px;
}

@media screen and (max-width: 500px) {
  /* .wrapper-no7 .layout {
    width: 100%;
  }
  .wrapper-no7 .layout .layout__nav,
  .wrapper-no7 .layout .layout__nav-left,
  .wrapper-no7 .layout .layout__nav-right {
    display: none;
  }
  .wrapper-no7 .layout .layout__title {
    margin-top: 100px;
  }
  .wrapper-no7 .layout .layout__content div:first-child {
    margin-top: 40px;
  } */
}
@media screen and (max-width: 768px) {
  .wrapper-no7 .logo {
    font-size: 45px;
  }
}
/* event button.css */









/* dinozor.css */
.animation-wrapper {
  width: 100%;
  height: 180px; /* Daha fazla yükseklik sağlandı */
  overflow: hidden; /* Gerekliyse bırakılabilir, ancak yukarıdaki alan artırıldığı için sorun çözülür */
  position: relative;
  margin-bottom: -71px;
}

.dino {
  position: absolute;
  bottom: 10%; /* Dinozorun yerden yüksekliği */
  animation: moveX 12s ease-in-out infinite; /* X ekseninde daha yavaş ve akıcı hareket */
  /* left: -200px; */
  fill: #000; /* SVG'nin içeriği için siyah renk */
  visibility: visible; /* Görünür olmasını sağlar */
  opacity: 1; /* Opaklık */
  margin-right: 20px;
  margin-left: 20px;
}

.dino .leg {
  animation: moveLegs 1.2s ease-in-out infinite; /* Daha yavaş ve akıcı yürüme animasyonu */
}

@keyframes moveX {
  0% {
    transform: translateX(-200px); /* Ekran dışında başla */
  }
  100% {
    transform: translateX(100vw); /* Ekranın sonuna kadar ilerle */
  }
}

@keyframes moveLegs {
  0%,
  100% {
    transform: rotate(0deg); /* Başlangıç pozisyonu */
  }
  50% {
    transform: rotate(10deg); /* Daha küçük ve doğal bir açı */
  }
}
/* @media screen and (max-width: 400px) {
  .animation-wrapper {
    margin-bottom: -70px;
  }
} */


/* dinozor.css */