*{
    margin: 0;
    padding: 0;
}

@keyframes slideIn{
    from{
        transform: translateX(100%);
        opacity: 0;
    }
    to{
        transform: translateX(0);
        opacity: 1;
    }
    
}



body {
  background: #32006e; /* Sabit, net mor */
  position: relative;
  overflow-x: hidden;
}

/* Hafif mor aura – çizgi yapmadan sadece glow efekti */
body::before {
  content: "";
  position: absolute;
  top: 40%;
  left: 50%;
  width: 800px;
  height: 800px;
  background: radial-gradient(circle, rgba(180, 0, 255, 0.18), transparent 70%);
  filter: blur(160px);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.snow {
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

.snow span {
  position: absolute;
  top: -10px;
  color: rgba(255,255,255,0.8);
  animation: fall linear infinite;
  font-size: 12px;
}

@keyframes fall {
  0% { transform: translateY(0) translateX(0); opacity: 1; }
  100% { transform: translateY(100vh) translateX(-50px); opacity: 0; }
}

.container{
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
    
}


.navbar .logo{
    display: inline-block;
    margin-left: 830px;
    margin-top: 13px;
}

@keyframes fade-inout{
    0%{
        opacity: 1;
    }
    100%{
        opacity: 0;
    }
}



.navbar .logo a{
    text-decoration: none;
    font-size: 50px;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
    color: white;
    
}

.ms-navbar {
  position: sticky;
  top: 0;
  width: 100%;
  padding: 12px 0;
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.05);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center; /* ✅ Ortaya hizalar */
  text-align: center; 
}



.ms-navbar .logo {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 900; 
  font-size: 34px; 
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  text-shadow:
    0 3px 8px rgba(0, 0, 0, 0.6),  
    0 0 12px rgba(162, 0, 255, 0.8), 
    0 0 28px rgba(120, 0, 255, 0.6);
  transition: 0.4s ease;
}


.ms-navbar .logo:hover {
  text-shadow:
    0 5px 15px rgba(0, 0, 0, 0.8),
    0 0 20px rgba(200, 0, 255, 1),
    0 0 45px rgba(160, 0, 255, 0.9);
  transform: scale(1.08);
  letter-spacing: 5px;
}


.ms-navbar .logo {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-weight: 700;
  font-size: 22px;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 0 8px rgba(162, 0, 255, 0.6);
    margin: 0 auto; 
  display: inline-block;
}

.ms-navbar::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 60%;
  height: 2px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, #a200ff, transparent);
  box-shadow: 0 0 10px #a200ff;
}




.container .foto img{
    padding: 30px;
    height: 300px;
    width: 410px;
    border-radius: 15px;
    margin-left: 200px;
    margin-top: 150px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .ortayazi p{
    font-size: 25px;
    color: #ffffff;
    text-align: center;
    margin-top: -400px;
    text-decoration: none;
    text-shadow: 5px 5px 25px purple;
    font-family: "Archivo Black", sans-serif;
    font-weight: 400;
        font-style: normal;
    font-optical-sizing: auto;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .ortayazii p{
    text-shadow: 5px 5px 10px black;
    padding-left: 700px;
    padding-top: 80px;
    color: #ffffff;
   font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
    font-size: 29px;
       opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.whatsapp-btn-container{
    position: fixed;
    top: 770px;
    right: 30px;
    bottom: 24px;
    padding: 24px;
    animation: fade-up 1000ms forwards;
}

@keyframes fade-up {
    100%{
        bottom: 24px;
        opacity: 1px;
    }
}

.whatsapp-btn-container .whatsapp-btn{
    font-size: 60px;
    color: #25d366;
    display: inline-block;
    transition: all 400ms;
   
}

.whatsapp-btn-container span{
    position: absolute;
    top: 0;
    left: 4px;
    font-family: "Roboto" , sans-serif;
    font-weight: bold;
    color: #ffffff;
    transform: rotateZ(20deg) translateX(10px);
    opacity: 0;
    transition: all 400ms;
}

.whatsapp-btn-container .whatsapp-btn:hover +span{
     transform: rotateZ(0deg) translateX(0px);
     opacity: 1;
}

.whatsapp-btn-container .whatsapp-btn:hover{
    transform: scale(1.2);
}

.instagram-btn-container{
    position: fixed;
    top: 675px;
    right: 30px;
    bottom: 24px;
    padding: 24px;
    animation: fade-up 1000ms forwards;
}

.instagram-btn-container .instagram-btn{
    font-size: 60px;
    color: white;
    display: inline-block;
    transition: all 400ms;
    
}

.instagram-btn-container span{
    position: absolute;
    top: 0;
    left: 4px;
    font-family: "Roboto" , sans-serif;
    font-weight: bold;
    color: #ffffff;
    transform: rotateZ(20deg) translateX(10px);
    opacity: 0;
    transition: all 400ms;
    
}

.instagram-btn-container .instagram-btn:hover + span{
    transform: rotateZ(0deg) translateX(0px);
    opacity: 1;
}

.instagram-btn-container .instagram-btn:hover{
    transform: scale(1.2);
}

.container .foto2 img{
    width: 600px;
    height: 500px;
    border-radius: 15px;
    margin-top: 130px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .log {
    height: 300px;
    border-radius: 15px;
    margin-left: 200px;
    margin-top: 100px;
}

.container .tanim p{
     text-shadow: 5px 5px 10px black;
   
    padding-top: 80px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 29px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .tanim2 p{
     text-shadow: 5px 5px 10px black;
   
    padding-top: 80px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 29px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .foto3 img{
    width: 600px;
    height: 500px;
    border-radius: 15px;
    margin-top: 130px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .tanim3 p{
     text-shadow: 5px 5px 10px black;
   
    padding-top: 80px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 29px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .foto4 img{
    height: 300px;
    width: 410px;
    border-radius: 15px;
    margin-left: -1400px;
    margin-top: 150px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .foto5 img{
    height: 300px;
    width: 410px;
    border-radius: 15px;
    margin-left: -1400px;
    margin-top: 50px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .foto6 img{
    height: 300px;
    width: 410px;
    border-radius: 15px;
    margin-left: -1400px;
    margin-top: 50px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .tanim4 p{
    text-shadow: 5px 5px 10px black;
    padding-top: -600px;
    padding-left: 200px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 29px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .foto4 p{
    width: 400px;
    height: 300px;
    margin-left: -1300px;
    border-radius: 15px;
    margin-top: 20px;
    opacity: 0;
 
}

.container .foto5 p{
    width: 400px;
    height: 300px;
    margin-left: -1300px;
    border-radius: 15px;
    margin-top: 20px;
    opacity: 0;
 
}

.container .foto6 p{
    width: 400px;
    height: 300px;
    margin-left: -1300px;
    border-radius: 15px;
    margin-top: 20px;
    opacity: 0;

}

.container .tanim4{
     text-shadow: 5px 5px 10px black;
    
    margin-top: -1000px;
    margin-left: -590px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 29px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .tanim5{
     text-shadow: 5px 5px 10px black;
    
    margin-top: 320px;
    margin-left: -590px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 29px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .tanim6{
     text-shadow: 5px 5px 10px black;
    
    margin-top: 310px;
    margin-left: -590px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 29px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.navbar-bottom{
    top: 2400px;
    width: 100%;
    height: 20px;
    background-color: #333;
    color: white;
    display: flex;
    justify-content: center;
    gap: 40px;
    padding: 15px 0;
    font-family: Arial, sans-serif;
    position:relative;
}

.navbar-bottom a{
    
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: color 0.3 ease;
}

.navbar-bottom a:hover{
    color:#00bfff;
}

.container .eksi {
         text-shadow: 5px 5px 10px black;
    width: 600px;
    margin-top: 250px;
    margin-left: -650px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 50px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}

.container .nbiz {
             text-shadow: 5px 5px 10px black;
    width: 600px;
    margin-top: 70px;
    margin-left: -80px;
    color: #ffffff;
   font-family: "BBH Sans Bogle", sans-serif;
  font-weight: 400;
  font-style: normal;
    font-size: 50px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
}


.container .biz {
    text-shadow: 5px 5px 10px black;
    width: 600px;
    margin-top: 150px;
    margin-left: -80px;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 50px;
    opacity: 0;
    transform: translateX(100%);
    animation: slideIn 1s ease-out forwards;
    border-bottom: px;
}


@media (max-width: 992px) {

   

   
    .navbar .logo {
        
        margin-left: 0;
        margin-top: 10px;
        display: block; 
        text-align: center; 
    }

    
    .navbar .logo a {
        font-size: 30px; 
    }

   
    .container .ortayazi p {
       
        margin-top: 20px;
        font-size: 1.2em; 
        padding: 0 10px; 
    }


    
    .container .foto img {
     
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px; 
        width: 90%; 
        height: auto;
        display: block;
       
        animation: none; 
    }

    .container .ortayazii p {
       
        padding-left: 10px;
        padding-top: 30px;
        font-size: 1.1em; 
        text-align: center;
    }


    .container .foto2 img,
    .container .foto3 img {
        width: 90%;
        height: auto;
        margin-top: 50px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .container .tanim p,
    .container .tanim2 p,
    .container .tanim3 p {
        padding-top: 30px;
        font-size: 1.1em;
        padding-left: 10px;
        text-align: center;
    }

  
    .container .foto4 img,
    .container .foto5 img,
    .container .foto6 img {
       
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        width: 90%;
        height: auto;
        display: block;
    }

    .container .tanim4,
    .container .tanim5,
    .container .tanim6 {
       
        margin-top: 30px;
        margin-left: 0;
        font-size: 1.1em;
        text-align: center;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }


  

    .container .eksi {
       
        width: 90%;
        margin: 50px auto;
        font-size: 1.5em;
    }

    .container .nbiz,
    .container .biz {
       
        width: 90%;
        margin: 30px auto;
        font-size: 1.3em;
        text-align: center;
    }

   
  .instagram-btn-container {
    position: fixed;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }

  .whatsapp-btn-container {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    right: unset;
  }
    .whatsapp-btn-container span, .instagram-btn-container span {
        display: none !important; 
    }

    .whatsapp-btn-container .whatsapp-btn:hover,
    .instagram-btn-container .instagram-btn:hover {
        transform: none; 
    }
}


.cards-container {
  display: flex;
  justify-content: center;
  gap: 25px;
  flex-wrap: wrap;
  padding: 40px 0;
}


.glass-card {
  width: 300px;
  padding: 20px;
  border-radius: 18px;
  backdrop-filter: blur(12px);
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3),
              0 0 12px rgba(140, 0, 255, 0.4); 
  text-align: center;
  transition: 0.35s ease;
  position: relative;
  overflow: hidden;
}

.glass-card:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.25),
              0 0 25px rgba(200, 0, 255, 0.8),
              0 0 45px rgba(140, 0, 255, 0.6),
              0 0 90px rgba(140, 0, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}

/* Görsel */
.glass-card img {
  width: 100%;
  border-radius: 12px;
  margin-bottom: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: 0.3s ease;
}

.glass-card:hover img {
  transform: scale(1.03);
}

/* Başlık */
.glass-card h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 8px;
}

/* Metin */
.glass-card p {
  color: #e4e4e4;
  font-size: 14px;
  line-height: 1.4;
}

/* Mobil uyum */
@media (max-width: 768px) {
  .cards-container {
    flex-direction: column;
    align-items: center;
  }
}

.card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  height: 100%; 
}

.card img {
  height: 180px;
  width: auto;
  object-fit: contain; 
  margin-bottom: 10px;
}


.logo {
  width: 300px;
  height: auto;
  border-radius: 25px;
  box-shadow: 0 0 30px rgba(0, 140, 255, 0.4);
  margin-left: 315px; 
  
}

.logo-container {
  display: flex;
  justify-content: flex-start; 
  padding-left: 60px; 
}

.hero-image {
    position: relative;
    display: inline-block;
}

.hero-image img {
    width: 100%;
    border-radius: 18px;
}


.cta-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(90, 0, 180, 0.9);
    color: #fff;
    padding: 12px 22px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 50px;
    box-shadow: 0 0 20px rgba(0, 200, 255, 1), 0 0 40px rgba(0, 200, 255, 0.4);
    backdrop-filter: blur(8px);
    border: 1px solid rgba(255, 255, 255, 0.15);
    transition: 0.3s ease;
    animation: pulseGlow 2s infinite alternate;
}


.cta-badge:hover {
    transform: scale(1.1);
    box-shadow: 0 0 35px rgba(0, 255, 204, 1), 0 0 70px rgba(0, 255, 204, 0.5);
}


@keyframes pulseGlow {
    0% {
        box-shadow: 0 0 12px rgba(0, 200, 255, 0.6), 0 0 24px rgba(0, 200, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 22px rgba(0, 255, 204, 1), 0 0 50px rgba(0, 255, 204, 0.6);
    }
}


@media (max-width: 768px) {
    .cta-badge {
        top: 12px;
        left: 12px;
        font-size: 14px;
        padding: 8px 14px;
    }
}

.reviews {
  text-align: center;
  padding: 60px 0;
  color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
}

.review-title {
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.review-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.review-card {
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 20px;
  width: 350px;
  min-height: 160px;
  box-shadow: 0 0 20px rgba(160, 0, 255, 0.3);
  color: #fff;
  font-size: 16px;
  transition: 0.3s;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.review-card:hover {
  transform: scale(1.03);
  box-shadow: 0 0 35px rgba(160, 0, 255, 0.6);
}

.stars {
  margin-bottom: 10px;
  font-size: 18px;
}

.review-author {
  display: block;
  margin-top: 12px;
  opacity: 0.8;
  font-size: 14px;
}

.custom-tag {
  margin: 30px auto;
  padding: 14px 30px;
  width: fit-content;
  background: rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(10px);
  border-radius: 25px;
  color: #fff;
  font-size: 18px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  box-shadow: 0 0 15px rgba(160, 0, 255, 0.3);
  transition: 0.3s;
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-optical-sizing: auto;
    font-weight: weight;
}


.custom-tag:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(160, 0, 255, 0.6);
}


@media (max-width: 768px) {

.glass-card {
    width: 90% !important;
    padding: 15px !important;
    margin: 10px auto !important;
    border-radius: 18px !important;
  }

  .glass-card img {
    width: 65% !important;
    margin: 0 auto 10px;
    display: block;
  }

  .glass-card h3 {
    font-size: 16px !important;
    margin-top: 5px;
  }

  .glass-card p {
    font-size: 13px !important;
    line-height: 1.4;
    padding: 0 5px;
  }

  body {
    padding: 0 10px;
    overflow-x: hidden;
  }

  .cards-container {
    flex-direction: column;
    gap: 20px;
  }

  .glass-card {
    width: 100% !important;
    margin: 0 auto;
  }

  .glass-card img {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }

  .glass-card h3 {
    font-size: 18px;
  }

  .glass-card p {
    font-size: 14px;
  }

  .custom-tag {
    width: 100%;
    font-size: 16px;
    padding: 12px;
    text-align: center;
    display: block;
  }

  h1, h2, h3, h4, p {
    text-align: center !important;
  }

  #MARKETSOFT-HEADER, .site-header {
    text-align: center !important;
    font-size: 18px !important;
  }

  img {
    max-width: 100%;
  }
}


@media (max-width: 768px) {

  
  body, html {
    overflow-x: hidden !important;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased; 
  }

 
  .ortayazi p, .ortayazii p, .tanim p, .tanim2 p, .tanim3 p, .nbiz, .biz {
    font-size: 16px !important;
    line-height: 1.4;
    padding: 0 12px;
    margin: 20px auto !important;
    max-width: 90%;
  }

 
  img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    object-fit: contain;
    image-rendering: -webkit-optimize-contrast; 
  }


  .cards-container {
    flex-direction: column !important;
    align-items: center !important;
    gap: 25px !important;
    padding: 0 0 20px 0 !important;
  }

  .glass-card {
    width: 90% !important;            
    max-width: 380px !important;
    padding: 18px !important;
    border-radius: 18px !important;
    margin: 0 auto !important;
    box-shadow: 0 6px 20px rgba(0,0,0,0.3) !important;
  }

  .glass-card img {
    width: 70% !important;
    margin: 0 auto 12px auto !important;
  }

  .glass-card h3 {
    font-size: 17px !important;
    margin-bottom: 6px !important;
  }

  .glass-card p {
    font-size: 14px !important;
    line-height: 1.4;
  }

 
  .custom-tag {
    width: auto !important;
    max-width: 90% !important;
    margin: 30px auto !important;
    font-size: 15px !important;
    padding: 10px 20px !important;
  }

  
  .review-wrapper {
    flex-direction: column !important;
    align-items: center !important;
    gap: 18px !important;
  }

  .review-card {
    width: 90% !important;
    max-width: 380px !important;
    padding: 16px !important;
  }


  .logo {
    width: 200px !important;
    margin: 0 auto !important;
    display: block !important;
  }

 
  .instagram-btn-container, .whatsapp-btn-container {
    position: relative !important;
        top: auto !important;
        right: auto !important;
        left: 50% !important;
        transform: translateX(-50%);
        display: block;
        margin-bottom: 10px;
        text-align: center;
  }

}

.ms-footer {
  text-align: center;
  padding: 40px 0;
  color: #fff;
  font-size: 16px;
  font-family: "Oswald", sans-serif;
  opacity: 0.85;
  letter-spacing: 1px;
  text-shadow: 0 0 6px rgba(160, 0, 255, 0.6);
  animation: footerGlow 2.5s infinite alternate;
}

.ms-footer span {
  color: #ff3366;
  text-shadow: 0 0 8px rgba(255, 0, 90, 0.8);
}

@keyframes footerGlow {
  0% { text-shadow: 0 0 4px rgba(160, 0, 255, 0.4); }
  100% { text-shadow: 0 0 12px rgba(200, 0, 255, 0.9); }
}


@keyframes smoothFadeIn {
  0% { opacity: 0; transform: translateY(20px); }
  100% { opacity: 1; transform: translateY(0); }
}


@media (max-width: 1024px) and (min-width: 769px) {

  
  .ms-navbar .logo {
    text-align: center !important;
    margin: 0 auto !important;
    display: block !important;
    animation: smoothFadeIn 0.6s ease-out forwards;
  }

 
  .container .ortayazi p,
  .container .ortayazii p {
    text-align: center !important;
    margin: 20px auto !important;
    padding: 0 20px !important;
    width: 90% !important;
    animation: smoothFadeIn 0.8s ease-out forwards;
  }

  
  .container .foto2 img,
  .container .foto3 img {
    margin: 0 auto !important;
    display: block !important;
    width: 90% !important;
    height: auto !important;
    animation: smoothFadeIn 1s ease-out forwards;
  }
  
}

@media (max-width: 1024px) and (min-width: 769px) {
  .logo {
    display: block !important;
    margin: 0 auto !important;
    transform: translateX(-10px); 
  }
}

.seo-hidden {
  position: absolute;
  left: -9999px;
  visibility: hidden;
}

.footer-contact {
  text-align: center;
  padding: 40px 20px;
  background: rgba(0, 0, 0, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  font-family: "Quicksand", sans-serif;
  margin-top: 50px;
}

.footer-contact h2 {
  font-size: 24px;
  color: #00ff99;
  margin-bottom: 10px;
}

.footer-contact .contact-links a {
  color: #fff;
  text-decoration: none;
  margin: 0 15px;
  font-weight: 500;
  transition: color 0.3s;
}

.footer-contact .contact-links a:hover {
  color: #00ff99;
}

.footer-contact p {
  margin-top: 15px;
  font-size: 14px;
  opacity: 0.8;
}
