@media only screen and (max-width: 2560px){

  .lightbox img {
    margin-top: 10px;
    width: 700px;
    height: 900px;
}
.lang-toggle-btn {
  display: none;
}

}
@media only screen and (max-width: 1440px){

  .lightbox img {
    margin-top: 15px;
    width: 550px;
    height: 800px;
}

}





@media only screen and (max-width: 1024px){

  .lightbox img {
    margin-top: 15px;
    width: 550px;
    height: 800px;
}


}

/* @media only screen and (max-width: 769px){

  .menu-toggle-btn, .lang-toggle-btn {
      display: none;
  }

  .logo {
      flex-grow: 1;
  }

  nav {
      flex-grow: 2;
  }



} */





@media only screen and (max-width: 768px){
    .info {
    display: block;
    }

    .menu-toggle-btn {
        display: block;
    }

    .lang-toggle-btn {
        display: block;
    }

    .navbar-nav {
        display: none;
    }


    .network span {
        display: none;
      }
      .network i {
        display: block;
      }

      .bg-body-tertiary{
        display: none !important;
      }

      .btn-container {
        order: 3;
        justify-content: center !important;
        width: 100% !important;
        margin-top: 20px;
        margin-bottom: 40px;
      }
      .header-text {
          width: 100% !important;
          text-align: center;
      }
      .Sizlere {
          text-align: center;
          width: 100%;
      }

      .gallery a {
        flex: 1 1 100%; /* عرض كل صورة لعرض كامل الشاشة */
    }

      .prev, .next {
          top: 90%; /* ضبط المواقع للأجهزة المحمولة */
      }

      .lightbox img {
        margin-top: 30px;
        width: 500px;
        height: 780px;
    }

    .img-container {
      display: flex;
      justify-content: center;
      align-items: center;
      text-align: center;
  }
  .img-container img {
      width: 100%;
      height: auto;
  }

  
}





@media only screen and (max-width: 425px){

  .lightbox img {
    margin-top: 150px;
    width: 366px;
    height: 522px;
  }
}

