@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Baloo+Paaji|Open+Sans:300,300i,400,400i,600,600i,700,700i");


.logoo {
  font-size: 40px;
  text-decoration: none;
  color: #fff;
  position: absolute;
  z-index: 10;
  font-family: 'Baloo Paaji', cursive;
  top: 20px;
  display: inline-block;
  left: 50px
}

.logoo span {
  display: inline-block;
  animation: wave 6s ease-in-out infinite;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
  margin-left: -7px;
  animation-delay: calc(var(--i) * 0.15s);
}


@keyframes wave {

  0%,
  100% {
    transform: translateY(0);
  }

  15% {
    transform: translateY(-14px);
  }

  30% {
    transform: translateY(2px);
  }

  45% {
    transform: translateY(-6px);
  }

  60% {
    transform: translateY(0);
  }
}


.sponsoredContainer {
background: linear-gradient(
  135deg,
  #f7e7b5 0%,
  #f0d98a 25%,
  #e6c76a 50%,
  #f3de9c 75%,
  #d4af37 100%
);
  width: 100%;
  padding: 30px;
color: #1A1A1A;
letter-spacing: 0.3px;
  margin-top: 50px;
  font-size: 18px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.25);
  margin-bottom: 10px;
      animation: goldWave 3s ease-in-out infinite;
}

@keyframes goldWave {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}


.emmoji
{
font-size: 25px;
    display: inline-block;
    animation: smoothPulse 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}


@keyframes smoothPulse {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.25); }
    60%  { transform: scale(1.25); }
    100% { transform: scale(1); }
}

.ktopBlock {
  background: #6654b7;
  width: 100%;
  height: 660px;
}

.video-box {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.video-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.video-box::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.25);
  z-index: 2;
}

.content {
  color: white !important;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
}

.video-box::after {
  background: rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(2px);
}

.mainMessage {
  color: #fff;
  font-size: 76px;
  line-height: 1;
  position: absolute;
  top: 112px;
  z-index: 99999;
  text-align: center;
  width: 100%;
  font-family: 'Baloo Paaji', cursive;
  font-weight: 600;
  text-shadow:
    0 1px 2px rgba(0, 0, 0, 0.2),
    0 2px 4px rgba(0, 0, 0, 0.15),
    0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

.lineMessage {
  color: #fff;
  opacity: 1;
  font-size: 26px;
  font-weight: bold;
  font-weight: 500;
  background-color: #fff;
  position: absolute;
  top: 400px;
  width: 100%;
  text-align: center;
  height: 1px;
  line-height: 40px;
  font-family: 'Baloo Paaji', cursive;
}

@media (max-width: 990px) {
  .mainMessage {
    top: 90px;
  }

    .ktopBlock {
  height: 670px;
}
}

@media (max-width: 768px) {
  .hero-video {
    display: none;
  }

  .hero {
    background: #6654b7;
  }

  .ktopBlock {
  height: 690px;
}

  .mainMessage {
    color: #fff;
    font-size: 50px;
    line-height: 1;
    position: absolute;
    top: 84px;
    z-index: 99999;
    text-align: center;
    width: 100%;
    font-family: 'Baloo Paaji', cursive;
    font-weight: 600;
  }

  .logoo {
    font-size: 36px;
    text-decoration: none;
    color: #fff;
    position: absolute;
    z-index: 10;
    font-family: 'Baloo Paaji', cursive;
    top: 20px;
    left: 36px;
  }
}

.flagBox {
  width: 100%;
  position: absolute;
  z-index: 1111111111111111;
  top: 365px;
}

.slx-wrap-724 {
  max-width: 540px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.slx-row-724 {
  display: flex;
  gap: 20px;
}

.slx-item-724 {
  flex: 1 1 0;
  text-decoration: none;
  box-sizing: border-box;
  border: 3px #fff solid;
  border-radius: 100px;
  transition: scale 600ms;
  box-shadow: 0 10px 16px rgba(0, 0, 0, 0.4);
}

.slx-item-724:hover {
  scale: 1.4;
  transition: all 1s ease;
}

.slx-ball-724 {
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  background: #ddd;
}

.slx-ball-724 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}


.ads {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
}

.ads-container {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.ad-box {
  flex: 1;
  border-radius: 30px;
  padding: 20px 20px;
  text-align: center;
  color: #fff;
}

.icon {
  font-size: 90px;
  margin-bottom: 15px;
}

.ad-box:nth-child(1) {
  background: #63b401;
}

.ad-box:nth-child(2) {
  background: #63b401;
}

.ad-box:nth-child(3) {
  background: #63b401;
}

.infoTextTitle {
  color: #fff;
  font-family: 'Baloo Paaji', cursive;
  font-size: 40px;
  font-weight: 400;
  line-height: 1;
}

.infoText {
  color: #fff;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
}

.flagi {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .ads-container {
    flex-direction: column;
  }

  .flagBox {
    width: 100%;
    position: absolute;
    z-index: 1111111111111111;
    top: 380px;
  }

  .flagi {
    margin-top: 70px;
  }
}


.stats {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1036px;
  margin: 0 auto;
  color: #fff;
  font-family: 'Baloo Paaji', cursive;

}

.stat {
  flex: 1;
  text-align: center;
}

.stat h2 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #fff;
}

.stat p {
  font-size: 22px;
  color: #fff;
}

.heroD {
  font-size: 36px;
  font-weight: 700;
  font-family: 'Baloo Paaji', cursive;
  line-height: 1;
}

@media (max-width: 768px) {
  .stats {
    flex-direction: column;
    padding: 0 20px;
    margin-left: 30px;
  }

  .heroD {
    font-size: 30px;
    font-weight: 700;
    font-family: 'Baloo Paaji', cursive;
    line-height: 1;
    margin-top: 10px;
  }
}

.stat h2 {
  letter-spacing: 1px;
}

.stat p {
  letter-spacing: 0.5px;
  line-height: 1;
}

#contact {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  padding: 40px;
}

.why-big {
  text-align: center;
  padding: 0px 16px;
  max-width: 900px;
  margin: 0 auto;
}

.why-big h2 {
  font-size: 34px;
}

.text-stage {
  position: relative;
  height: 80px;
  overflow: hidden;
}

.text-stage span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;

  padding: 0 10px;
  box-sizing: border-box;

  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;

  opacity: 0;
  transform: translateY(20px) scale(0.96);

  animation: smoothText 16s ease-in-out infinite;
}

.text-stage span:nth-child(1) {
  animation-delay: 0s;
}

.text-stage span:nth-child(2) {
  animation-delay: 4s;
}

.text-stage span:nth-child(3) {
  animation-delay: 8s;
}

.text-stage span:nth-child(4) {
  animation-delay: 12s;
}

@keyframes smoothText {


  0% {
    opacity: 0;
    transform: translateY(25px) scale(0.95);
  }

  6% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }


  22% {
    opacity: 1;
    transform: translateY(0) scale(1.02);
  }


  28% {
    opacity: 0;
    transform: translateY(-15px) scale(1.05);
  }


  100% {
    opacity: 0;
  }
}


@media (max-width: 768px) {

  .why-big {
    padding: 0px 20px;
  }

  .why-big h2 {
    font-size: 26px;
  }

  .text-stage {
    height: 100px;
  }

  .text-stage span {
    font-size: 18px;
    padding: 0 5px;
  }
}



.hero-cta {
  text-align: center;
  margin: 0 auto;
  padding: 20px;
  width: 100%;
  padding: 20px;
  position: absolute;
  top: 446px
}

.hero-cta p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 25px;
  font-weight: 500;
  line-height: 1.2;
}

.hero-btn {
  display: inline-block;
  background: linear-gradient(
    to bottom,
    #ff8a1f 0%,
    #ff7a00 60%,
    #e56700 100%
  );
  color: #fff;
  padding: 16px 30px;
  border-radius: 50px;
  font-size: 30px;
  font-weight: 700;
  text-decoration: none;
  font-family: 'Baloo Paaji', cursive;
  box-shadow:
    0 6px 0 #cc5f00,              
    0 10px 20px rgba(0,0,0,0.2); 

  transition: all 0.15s ease;
  transition: all 0.3s ease;
  letter-spacing: 1px;
      margin-top: 5px;
}

.hero-btn:hover {
  background: #ffffff;
  transform: translateY(-3px);
  box-shadow: 0 14px 35px rgba(255, 122, 0, 0.35);
  color: #FF7A00;
    filter: brightness(1.05);
}

.hero-btn:active {
  transform: translateY(4px);

  box-shadow:
    0 2px 0 #cc5f00,
    0 6px 12px rgba(0,0,0,0.2);
}

.age-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  margin: 40px auto;
}


.age-card {
  background: #6654b7;
  border-radius: 20px;
  text-align: center;
  padding: 20px;
  text-decoration: none;
  color: #fff;
  font-family: 'Baloo Paaji', cursive;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 

  gap: 12px;
  
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.play-icon {
  font-size: 40px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.age-card span {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 1px;
  text-align: center;
}


.age-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  color: #fff;
}


@media (max-width: 768px) {
  .age-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.play-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: linear-gradient(
    to bottom,
    #ff8a1f 0%,
    #ff7a00 60%,
    #e56700 100%
  );

  color: #fff;
  font-size: 56px;

  padding-top: 12px;
  padding-left: 6px;

  box-shadow:
    0 3px 0 #cc5f00,              
    0 10px 20px rgba(0,0,0,0.2); 
  transition: all 0.15s ease;
  cursor: pointer;
}

.section-sm {
    padding: 40px 0 !important;
    margin-top: 30px !important;
}


.slider-wrapper {
  max-width: 1000px;
  width: 100%;
  aspect-ratio: 2 / 1; 
  margin: 70px auto;
  overflow: hidden;
}

.slider-track {
  display: flex;
  height: 100%;
  animation: slideLoop 30s infinite cubic-bezier(0.65, 0, 0.35, 1);
}

.slide {
  min-width: 100%;
  height: 100%;
}

.slide img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* taşmadan doldurur */
  display: block;
}

@keyframes slideLoop {
  0%   { transform: translateX(0); }
  10%  { transform: translateX(-100%); }
  20%  { transform: translateX(-200%); }
  30%  { transform: translateX(-300%); }
  40%  { transform: translateX(-400%); }
  50%  { transform: translateX(-500%); }
  60%  { transform: translateX(-600%); }
  70%  { transform: translateX(-700%); }
  80%  { transform: translateX(-800%); }
  90%  { transform: translateX(-900%); }
  100% { transform: translateX(-1000%); }
}

.slider-wrapper {
  box-shadow: 0 20px 60px rgba(0,0,0,0.15);
}