/* mobile start */

@media only screen and (max-width: 950px) {
    .menu {
      flex-direction: column;
      background-color: #030b22d3;
      align-items: start;
      position: absolute;
      top: 100px;
      right: 0;
      width: 100%;
      z-index: 1;
      transform: scale(1, 0);
      transform-origin: top;
      transition: transform 0.3s ease-in-out;
      box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    }
  
    .menu a {
      margin-left: 12px;
    }
  
    .menu li {
      margin-bottom: 10px;
    }
  
    .menu-icon {
      display: block;
      color: #fff;
      font-size: 28px;
      cursor: pointer;
      position: relative;
      right: -20px;
    }
  }
  
/* Büyük Ekranlı Bilgisayarlar */

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    #text {
        font-size: 5em;
    }
    #textx {
        font-size: 5em;
    }
    .navigation {
        margin: auto;
        margin-right: 10%;
    }
}


/* Daha Büyük Tabletler ve Küçük Ekranlı Bilgisayarlar */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #text {
        font-size: 4em;
    }
    #textx {
        font-size: 4em;
    }
    .navigation {
        margin: auto;
        margin-right: 0;
    }
    .navigation a {
        text-decoration: none;
        color: #fff;
        padding: 6px 5px;
        margin: 0 5px;
    }
    
}



/* Tabletler */
@media screen and (min-width: 481px) and (max-width: 768px) {
    #text {
        font-size: 3em;
    }
    #textx {
        font-size: 3em;
    }
    .navigation {
        margin: auto;
        margin-right: 0;
    }
    header {
        padding: 20px 20px;
    }

    #prg {
        font-size: 1.5em;
    }
}



/* Küçük Cihazlar (Mobil) */
@media screen and (max-width: 480px) {
    .navigation {
        margin: auto;
        margin-right: 0;
    }
    #text {
        font-size: 2.3em;
        margin: 2px;
    }
    #prg {
        top: 58%;
        width: 80%;
        font-size: 1.2em;
    }
    .card {
        width: 290px;
        min-height: 490px;
        margin: 20px 20px;
    }
    .sec h2 {
        font-size: 2.5em;
        color: #fff;
        margin-top: 50px;
        text-align: center;
        margin-bottom: 50px;
    }
    #monitor {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    }
    .urun1 h2 {
    font-size: 2.5em;
    margin-top: 0px;
    margin-bottom: 50px;
    }
    
    .yazi h2 {
        transform: translateY(50px) !important;
        text-shadow: 
        0 0 10px #000000,
        0 0 20px #000000, 
        0 0 30px #40ddcc,
        0 0 50px #40ddcc;
    }
    
    .yazi p {
    transform: translateY(0px);
    opacity: 1;
    margin-top: 10px;
    }
    
}