@charset "utf-8";
@media screen and (max-width: 769px){
  body{
    color: #502e13;
    background-color: #eee5e5;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins',sans-serif;
    width: 100%;
  }

  header{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
  }

  .logo{
    margin: 0px;
    padding: 0px;
  }

  .logo a{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }

  .logo img{
    width: 30%;
    margin: 0px;
    padding: 0px;
    margin-top:35px;
  }

  .logo p{
    font-family: "Philosopher", serif;
    margin: 0px;
    padding: 0px;
  }

  .logo .nuray{
    color: #2B2B2B;
    font-size: xx-large;
  }

    .logo .beautycenter{
    color: #2B2B2B;
    font-size: x-large;
  }

  nav{
    width: 80%;
    height: auto;
    margin: 0px;
    padding: 0px;
  }

  nav a{
    color:#000000;
    font-family: "Philosopher", serif;
    font-size: 1.5em;
    text-decoration: none;
    background-color: #e2d5b3;
    border-radius: 5px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
    padding:10px;
  }

  nav a:hover{
    color: #ffffff;
    background-color: #C9A24D;
    transition: 0.3s;
    opacity: 100%;
  }

  .hero {
    position: relative;
    width: 100%;
    height: 300px; /* Sitenize göre yüksekliği ayarlayın */
    margin-top: 35px;
    border-top: 1px solid #502e13;
    border-bottom: 1px solid #502e13;
    overflow: hidden;
    background: linear-gradient(-120deg, #e3baba, #FAF8F6);
  }

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    
    /* Chrome için başlangıçta tamamen gizli ve etkisiz yapıyoruz */
    opacity: 0;
    visibility: hidden;
    
    /* Animasyonun dolgu modunu 'both' yapın (bu çok kritiktir) */
    animation: basitSlide 12s infinite both;
  }

  /* Gecikme süreleri: Toplam süre 12s / 3 slayt = 4s aralık */
  .slide:nth-child(1) { animation-delay: 0.1s; }
  .slide:nth-child(2) { animation-delay: 4s; }
  .slide:nth-child(3) { animation-delay: 8s; }

  @keyframes basitSlide {
    0% { opacity: 0; visibility: hidden; z-index: 1; }
    5%, 30% { opacity: 1; visibility: visible; z-index: 10; }
    35%, 100% { opacity: 0; visibility: hidden; z-index: 1; }
  }

  /* İçeriklerin yerleşimi */
  .hero-text {
    padding: 30px;
  }

  .hero h1, .hero h2{
    font-family: "Philosopher", serif;
    font-size: xx-large;
  }

  .slide img { 
    position: absolute;
    bottom: 0;    /* Alttan sıfır */
    right: 0px;     /* Sağdan sıfır */
    max-height: 250px;
    width: auto;
    z-index: -2;
  }

  section{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  section article{
    width: 80%;
    height: auto;
    background-color: #ffffff;
    margin: 10px;
    padding-bottom:10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    filter: drop-shadow(0px 5px 5px #d5d5d5);
  }

  article h3{
    text-align: center;
  }

  section article h2{
    font-family: "Philosopher", serif;
    margin: 15px;
  }

  section article h3{
    font-family: "Philosopher", serif;
    margin: 15px;
  }

  section article img{
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
  }

  section article p{
    margin: 15px;
  }

   .foto{
    width: 60%;
    border-radius: 50%;
    margin-bottom: 40px;
    filter: drop-shadow(0px 5px 5px #d5d5d5);
  }

  section article .slogan{
    font-family: "Philosopher", serif;
    text-align: center;
  }

  section .nedenbiz{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nedenbiz h2{
    width: 100%;
    font-family: "Philosopher", serif;
    font-size: xx-large;
  }

  section .kartlar{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
  }

  section .kartlar h3{
    font-family: 'Poppins',sans-serif;
    font-weight:normal;
  }

  section .kart{
    width: 40%;
    min-height: 250px;
    text-align: center;
    background-color: #fff;
    margin: 10px;
    padding-bottom:10px;
    border-radius: 5px;
    filter: drop-shadow(0px 5px 5px #d5d5d5);
  }

  section .kart img{
    max-width: 80%;
    height: auto;
    border-radius: 10px; 
  }

  section .kart:hover{
    background-color:#f8f2e3;
    filter: drop-shadow(0px 5px 5px #bfbfbf);
    transition: 0.3s;
  }

  .nedenbiz h2{
    text-align: center;
    font-size: xx-large;
  }

  section .tum-hizmetler{
    width: 80%;
    height: auto;
    color:#502e13;
    background-color: #e2d5b3;
    text-decoration: none;
    border-radius: 5px;
    font-size: large;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Philosopher", serif;
    display: block;
    align-content: center;
    text-align: center;
  }

  section .tum-hizmetler:hover{
    color: #ffffff;
    background-color: #C9A24D;
    transition: 0.3s
  }

  .ilkadim{
    width: 100%;
    min-height: 250px;
    background: linear-gradient(-120deg, #e3baba, #FAF8F6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 1px solid #502e13;
    border-bottom: 1px solid #502e13;
  }

  .ilkadim button{
    width: 80%;
    height: 50px;
    font-family: "Philosopher", serif;
    font-size: xx-large;
    color: #502e13;
    background-color: #e2d5b3;
    border: 0px solid  #502e13;
    border-radius: 50px;
  }

  .ilkadim button:hover{
    color: #e2d5b3;
    background-color: #502e13;
    transition: 0.3s
  }

  .ilkadim h3{
    font-family: "Philosopher", serif;
    font-size: xx-large;
    text-align: center;
    margin: 5px;
  }

  form{
  width: 80%;
  }

  footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  footer .social{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom:10px;
  }

  footer .social a{
    margin-left:15px;
    margin-right:15px;
  }

  footer .social a img{
    width: 35px;
    margin: 0px;
    padding: 0px;
    opacity: 80%;
  }

  footer .social a img:hover{
    transform: scale(1.5);
    transition: 0.5s;
    opacity: 100%;
  }

  footer .adres{
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  footer .copyright{
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
  }

  footer .serhatdesigner{
    display: flex;             /* İçerikleri esnek kutu yapar */
    flex-direction: row;       /* Yazı ve logoyu yan yana dizer */
    justify-content: center;   /* Yatayda her şeyi ortalar */
    align-items: center;       /* Dikeyde (yazı boyuna göre) ortalar */
    gap: 5px;                 /* Yazı ile logo arasındaki boşluğu ayarlar */
    width: 100%;
    font-size:small;
    text-align: center;
    margin-bottom:10px;
  }

  footer .serhatdesigner a {
    display: flex;             /* Linkin içindeki resmi de merkeze alır */
    align-items: center;
}

  footer .serhatdesigner a img {
    width: 50px;              /* Genişliği ihtiyacına göre ayarla */
    height: auto;              /* Oranı korur */
    display: block;            /* Alt boşlukları temizler */
}

}

@media screen and (min-width: 769px){
  body{
    color: #502e13;
    background-color: #eee5e5;
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins',sans-serif;
    width: 100%;
  }

  header{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
    margin: 0px;
    padding: 0px;
  }

  .logo{
    padding: 0px;
    width: 30%;
  }

  .logo a{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
  }

  .logo img{
    width: 30%;
    margin: 0px;
    padding: 0px;
    margin-top:35px;
  }

  .logo p{
    font-family: "Philosopher", serif;
    margin: 0px;
    padding: 0px;
  }

  .logo .nuray{
    color: #2B2B2B;
    font-size: xx-large;
  }

    .logo .beautycenter{
    color: #2B2B2B;
    font-size: x-large;
  }

  nav{
    display: flex;
    justify-content:center;
    width: 70%;
    height: auto;
    margin-top:35px;
    padding: 0px;
  }

  nav a{
    color:#000000;
    font-family: "Philosopher", serif;
    font-size: 1.5em;
    text-decoration: none;
    background-color: #e2d5b3;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 10px;
    margin-right: 15px;
    padding:10px;
  }

  nav a:hover{
    color: #ffffff;
    background-color: #C9A24D;
    transition: 0.3s;
    opacity: 100%;
  }

  .hero {
    position: relative;
    width: 100%;
    height: 400px; /* Sitenize göre yüksekliği ayarlayın */
    margin-top: 35px;
    border-top: 1px solid #502e13;
    border-bottom: 1px solid #502e13;
    overflow: hidden;
    background: linear-gradient(-120deg, #e3baba, #FAF8F6);
  }

  .slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    
    /* Chrome için başlangıçta tamamen gizli ve etkisiz yapıyoruz */
    opacity: 0;
    visibility: hidden;
    
    /* Animasyonun dolgu modunu 'both' yapın (bu çok kritiktir) */
    animation: basitSlide 12s infinite both;
  }

  /* Gecikme süreleri: Toplam süre 12s / 3 slayt = 4s aralık */
  .slide:nth-child(1) { animation-delay: 0.1s; }
  .slide:nth-child(2) { animation-delay: 4s; }
  .slide:nth-child(3) { animation-delay: 8s; }

  @keyframes basitSlide {
    0% { opacity: 0; visibility: hidden; z-index: 1; }
    5%, 30% { opacity: 1; visibility: visible; z-index: 10; }
    35%, 100% { opacity: 0; visibility: hidden; z-index: 1; }
  }

  /* İçeriklerin yerleşimi */
  .hero-text p{
    font-size: 2em;
    margin-left:35px;
  }

  .hero h1, .hero h2{
    font-family: "Philosopher", serif;
    font-size: 5em;
    margin-left:35px;
  }

  .slide img { 
    position: absolute;
    bottom: 0;    /* Alttan sıfır */
    right: 0px;     /* Sağdan sıfır */
    max-height: 350px;
    width: auto;
    z-index: -2;
  }

  section{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
  }

  section article{
    width: 80%;
    height: auto;
    background-color: #ffffff;
    margin: 10px;
    padding-bottom:10px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    justify-content: center;
    filter: drop-shadow(0px 5px 5px #d5d5d5);
  }

  article h3{
    text-align: center;
  }

  section article h2{
    font-family: "Philosopher", serif;
    margin: 15px;
  }

  section article h3{
    font-family: "Philosopher", serif;
    margin: 15px;
  }

  section article img{
    width: 60%;
    height: auto;
    margin-bottom: 15px;
    border-radius: 10px;
  }

  section article p{
    width: 80%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 15px;
  }

   .foto{
    width: 40%;
    border-radius: 50%;
    margin-bottom: 40px;
    filter: drop-shadow(0px 5px 5px #d5d5d5);
  }

  section article .slogan{
    font-family: "Philosopher", serif;
    text-align: center;
  }

  section .nedenbiz{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .nedenbiz h2{
    width: 100%;
    font-family: "Philosopher", serif;
    font-size: xx-large;
  }

  section .kartlar{
    display: flex;
    flex-direction:row;
    flex-wrap: wrap;
    justify-content: center;
  }

  section .kartlar h3{
    font-family: 'Poppins',sans-serif;
    font-weight:normal;
  }

  section .kart{
    width: 25%;
    min-height: 250px;
    text-align: center;
    background-color: #fff;
    margin: 10px;
    padding-bottom:10px;
    border-radius: 5px;
    filter: drop-shadow(0px 5px 5px #d5d5d5);
  }

  section .kart img{
    max-width: 80%;
    height: auto;
    height: auto;
    border-radius: 10px; 
  }

  section .kart:hover{
    background-color:#f8f2e3;
    filter: drop-shadow(0px 5px 5px #bfbfbf);
    transition: 0.3s;
  }

  .nedenbiz h2{
    text-align: center;
    font-size: xx-large;
  }

  section .tum-hizmetler{
    width: 80%;
    height: auto;
    color:#502e13;
    background-color: #e2d5b3;
    text-decoration: none;
    border-radius: 5px;
    font-size: large;
    padding: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: "Philosopher", serif;
    display: block;
    align-content: center;
    text-align: center;
  }

  section .tum-hizmetler:hover{
    color: #ffffff;
    background-color: #C9A24D;
    transition: 0.3s
  }

  .ilkadim{
    width: 100%;
    min-height: 250px;
    background: linear-gradient(-120deg, #e3baba, #FAF8F6);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 35px;
    margin-bottom: 35px;
    border-top: 1px solid #502e13;
    border-bottom: 1px solid #502e13;
  }

  .ilkadim button{
    width: 80%;
    height: 50px;
    font-family: "Philosopher", serif;
    font-size: xx-large;
    color: #502e13;
    background-color: #e2d5b3;
    border: 0px solid  #502e13;
    border-radius: 50px;
  }

  .ilkadim button:hover{
    color: #e2d5b3;
    background-color: #502e13;
    transition: 0.3s
  }

  .ilkadim h3{
    font-family: "Philosopher", serif;
    font-size: xx-large;
    text-align: center;
    margin: 5px;
  }

  form{
  width: 80%;
  }

  footer{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }

  footer .social{
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom:10px;
  }

  footer .social a{
    margin-left:15px;
    margin-right:15px;
  }

  footer .social a img{
    width: 35px;
    margin: 0px;
    padding: 0px;
    opacity: 80%;
  }

  footer .social a img:hover{
    transform: scale(1.5);
    transition: 0.5s;
    opacity: 100%;
  }

  footer .adres{
    width: 100%;
    margin: 0px;
    padding: 0px;
  }

  footer .copyright{
    margin-bottom: 10px;
    padding: 10px;
    text-align: center;
  }
  
    footer .serhatdesigner{
    display: flex;             /* İçerikleri esnek kutu yapar */
    flex-direction: row;       /* Yazı ve logoyu yan yana dizer */
    justify-content: center;   /* Yatayda her şeyi ortalar */
    align-items: center;       /* Dikeyde (yazı boyuna göre) ortalar */
    gap: 5px;                 /* Yazı ile logo arasındaki boşluğu ayarlar */
    width: 100%;
    font-size:small;
    text-align: center;
    margin-bottom:10px;
  }

  footer .serhatdesigner a {
    display: flex;             /* Linkin içindeki resmi de merkeze alır */
    align-items: center;
}

  footer .serhatdesigner a img {
    width: 50px;              /* Genişliği ihtiyacına göre ayarla */
    height: auto;              /* Oranı korur */
    display: block;            /* Alt boşlukları temizler */
}

}