/* mobile start */

@media only screen and (max-width: 950px) {
    header h1 {
        display: block;
        color: #fff;
        margin: auto;
        font-family: audiowide;
        font-weight: 400;
        font-size: max(2.4666666667vw,25px);
    }
    
    .menu {
        display: none; /* Menüyü varsayılan olarak gizle */
        flex-direction: column;
        background-color: #fff;
        align-items: start;
        position: absolute;
        top: 10px;
        right: 25px;
        width: 250px;
        max-height: 0; /* Başlangıçta yüksekliği 0 yapın */
        overflow: hidden; /* İçeriği gizlemek için overflow kullanın */
        padding: 20px;
        border-radius: 5px;
        z-index: 1;
        box-shadow: rgb(7, 7, 7) 0px 0px 15px;
        transition: max-height 0.3s ease-in-out; /* Yükseklik değişikliği için transition kullanın */
    }
    
    .menu.active {
        display: flex; /* Menüyü görünür hale getirin */
        max-height: 350px; /* Menü açıldığında istediğiniz yüksekliği ayarlayın */
        transform: scale(1, 1); /* Transform özelliğini burada kullanabilirsiniz */
        transform-origin: top right;
    }
    
    .menu a {
        display: inline-block;
        text-decoration: none;
        color: #000;
        font-family: odak;
        font-size: 24px;
        font-weight: 400;
        margin: 15px 0;
        transition: transform 0.3s, color 0.3s; /* Birden fazla özellik için virgülle ayırın */
    }
    
    .menu a:hover {
        transform: scale(1.2) translateX(20px);
        color: rgb(0, 0, 0);
    }
    
    .menu a::after {
        content: '';
        display: block;
        width: 0;
        height: 3px;
        background: #000;
        transition: width .3s;
    }
    
    .menu a:hover::after {
        width: 100%;
        transition: width .3s;
    }
    .menu-icon {
      display: block;
      color: #fff;
      font-size: 28px;
      cursor: pointer;
      position: relative;
      right: 0px;
      top: -5px;
      z-index: 999;
    }
    .dropdown-content {
        display: none;
    }

    .dropdown-content a {
        display: none;
    }
      
    .dropdown:hover .dropdown-content {display: none;}
}
  

/* Büyük Ekranlı Bilgisayarlar */
@media screen and (min-width: 1025px) and (max-width: 1280px) {    
    .mobil-text {
        width: 62%;
    }
    .mobil-ust {
        width: 100%;
    }
    .mobil-img {
        margin-top: 100px;
        width: 20%;
    }



    .web-h1 {
        text-align: center;
    }
    .web-text {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .web-ust {
        width: 80%;
    }
    .web-img {
        margin-top: 100px;
        width: 100%;
    }




}


/* Daha Büyük Tabletler ve Küçük Ekranlı Bilgisayarlar */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .box {
        width: 80%;
    }



    .mobil-h1 {
        text-align: center;
    }
    .mobil-text {
        width: 100%;
        min-width: 600px;
        justify-content: center;
    }
    .mobil-ust {
        width: 100%;
    }
    .mobil-img {
        margin-top: 50px;
        width: 100%;
    }
    .slideshow-container {
        max-width: 40%;
        position: relative;
        margin: auto;
    }
    



    .web-h1 {
        text-align: center;
    }
    .web-text {
        width: 100%;
        min-width: 600px;
        justify-content: center;
    }
    .web-ust {
        width: 100%;
    }
    .web-img {
        margin-top: 50px;
        width: 100%;
    }



    .box-fiyat {
        width: 100%;
    }

    
}



/* Tabletler */
@media screen and (min-width: 481px) and (max-width: 768px) {
    .box {
        justify-content: center;
        align-items: center;
    }
    
    
    
    .mobil-h1 {
        text-align: center;
    }
    .mobil-text {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .mobil-ust {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .mobil-img {
        margin-top: 50px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .slideshow-container {
        max-width: 50%;
        position: relative;
        margin: auto;
    }



    .web-h1 {
        text-align: center;
    }
    .web-text {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .web-ust {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .web-img {
        margin-top: 50px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .footer-sag {
        margin-top: 20px;
    }


}



/* Küçük Cihazlar (Mobil) */
@media screen and (max-width: 480px) {
    .box {
        justify-content: center;
        align-items: center;
    }
    

    .modul-h1 {
        margin-top: 0px;
    }
    
    
    .mobil-h1 {
        text-align: center;
    }
    .mobil-text {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .mobil-ust {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .mobil-img {
        margin-top: 50px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .slideshow-container {
        max-width: 70%;
        position: relative;
        margin: auto;
    }



    .web-h1 {
        margin-top: 50px;
        text-align: center;
    }
    .web-text {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .web-ust {
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    .web-img {
        margin-top: 50px;
        width: 100%;
        justify-content: center;
        align-items: center;
    }

    .footer-sol {
        margin-bottom: 30px;
    }

    .footer-orta {
        margin-bottom: 30px;
    }

    .line {
        display: none;
    }
    .line1 {
        display: none;
    }
    .line-modul {
        display: none;
    }
    .line1-modul {
        display: none;
    }
    .line-mobil {
        display: none;
    }
    .line-web {
        display: none;
    }
    .line-fiyat {
        display: none;
    }
    
    .fiyat-card {
    height: max-content;
    }
}