.example {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (min-width: 1281px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    background-image: url('image/ulasim.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lokasyon-kutusu {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 20px;
    max-width: 70%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
    font-size: bold;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .lokasyon-yazi,
  .lokasyon-harita {
    flex: 1;
    min-width: 300px;
  }

  .lokasyon-yazi a {
    color: #81f376;
  }

  .lokasyon-yazi a:hover {
    color: #4e4e4e;
  }

  .lokasyon-logo {
    height: 100px;
    margin-bottom: 15px;
  }

  .lokasyon-harita iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
  }

  .bolum2 {
    min-height: 100vh;
    background: url('image/iletisim.jpg') center/cover fixed no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  }

  .sitemap-row {
    display: flex;
    justify-content: center;
  }

  .sitemap-column {
    max-width: 1000px;
    width: 100%;
  }

  .sitemap-column h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }

  .harita-tablo {
    width: 100%;
    border-collapse: collapse;
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }

  .harita-tablo th,
  .harita-tablo td {
    border: 1px solid #81f376;
    padding: 14px;
    text-align: center;
  }

  .harita-tablo td:hover,
  .harita-tablo th:hover {
    background-color: #4e4e4e;
  }

  .harita-tablo a {
    color: #81f376;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }

  .harita-tablo th a,
  .harita-tablo td a {
    display: block;
    /* <a> etiketi bloğa dönüşsün */
    text-align: left;
    /* Sola hizalama */
    padding-left: 1px;
    /* İsteğe bağlı, biraz iç boşluk bırakır */
  }

  .harita-tablo a:hover {
    text-decoration: underline;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }


  main p {
    color: #fff;
    font-size: 18px;
    line-height: 2;
  }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    background-image: url('image/ulasim.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lokasyon-kutusu {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 20px;
    max-width: 70%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
    font-size: bold;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .lokasyon-yazi,
  .lokasyon-harita {
    flex: 1;
    min-width: 300px;
  }

  .lokasyon-yazi a {
    color: #81f376;
  }

  .lokasyon-yazi a:hover {
    color: #4e4e4e;
  }

  .lokasyon-logo {
    height: 100px;
    margin-bottom: 15px;
  }

  .lokasyon-harita iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
  }

  .bolum2 {
    min-height: 100vh;
    background: url('image/iletisim.jpg') center/cover fixed no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  }

  .sitemap-row {
    display: flex;
    justify-content: center;
  }

  .sitemap-column {
    max-width: 1000px;
    width: 100%;
  }

  .sitemap-column h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }

  .harita-tablo {
    width: 100%;
    border-collapse: collapse;
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }

  .harita-tablo th,
  .harita-tablo td {
    border: 1px solid #81f376;
    padding: 14px;
    text-align: center;
  }

  .harita-tablo td:hover,
  .harita-tablo th:hover {
    background-color: #4e4e4e;
  }

  .harita-tablo a {
    color: #81f376;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }

  .harita-tablo th a,
  .harita-tablo td a {
    display: block;
    /* <a> etiketi bloğa dönüşsün */
    text-align: left;
    /* Sola hizalama */
    padding-left: 1px;
    /* İsteğe bağlı, biraz iç boşluk bırakır */
  }

  .harita-tablo a:hover {
    text-decoration: underline;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }


  main p {
    color: #fff;
    font-size: 18px;
    line-height: 2;
  }
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    background-image: url('image/ulasim.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lokasyon-kutusu {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 20px;
    max-width: 70%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
    font-size: bold;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .lokasyon-yazi,
  .lokasyon-harita {
    flex: 1;
    min-width: 300px;
  }

  .lokasyon-yazi a {
    color: #81f376;
  }

  .lokasyon-yazi a:hover {
    color: #4e4e4e;
  }

  .lokasyon-logo {
    height: 100px;
    margin-bottom: 15px;
  }

  .lokasyon-harita iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
  }

  .bolum2 {
    min-height: 100vh;
    background: url('image/iletisim.jpg') center/cover fixed no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  }

  .sitemap-row {
    display: flex;
    justify-content: center;
  }

  .sitemap-column {
    max-width: 1000px;
    width: 98%;
  }

  .sitemap-column h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }

  .harita-tablo {
    width: 100%;
    border-collapse: collapse;
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }

  .harita-tablo th,
  .harita-tablo td {
    border: 1px solid #81f376;
    padding: 14px;
    text-align: center;
  }

  .harita-tablo td:hover,
  .harita-tablo th:hover {
    background-color: #4e4e4e;
  }

  .harita-tablo a {
    color: #81f376;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }

  .harita-tablo th a,
  .harita-tablo td a {
    display: block;
    /* <a> etiketi bloğa dönüşsün */
    text-align: left;
    /* Sola hizalama */
    padding-left: 1px;
    /* İsteğe bağlı, biraz iç boşluk bırakır */
  }

  .harita-tablo a:hover {
    text-decoration: underline;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }


  main p {
    color: #fff;
    font-size: 18px;
    line-height: 1.8;
  }
}

@media only screen and (max-width: 768px) and (min-width: 481px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    background-image: url('image/ulasim.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lokasyon-kutusu {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 20px;
    max-width: 90%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
    font-size: bold;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }

  .lokasyon-yazi,
  .lokasyon-harita {
    flex: 1;
    min-width: 300px;
  }

  .lokasyon-yazi a {
    color: #81f376;
  }

  .lokasyon-yazi a:hover {
    color: #4e4e4e;
  }

  .lokasyon-logo {
    height: 100px;
    margin-bottom: 15px;
  }

  .lokasyon-harita iframe {
    width: 100%;
    height: 300px;
    border: none;
    border-radius: 10px;
  }

  .bolum2 {
    display: none !important;
  }

  .bolum2 {
    min-height: 100vh;
    background: url('image/iletisim.jpg') center/cover fixed no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  }

  .sitemap-row {
    display: flex;
    justify-content: center;
  }

  .sitemap-column {
    max-width: 1000px;
    width: 100%;
  }

  .sitemap-column h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }

  .harita-tablo {
    width: 100%;
    border-collapse: collapse;
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }

  .harita-tablo th,
  .harita-tablo td {
    border: 1px solid #81f376;
    padding: 14px;
    text-align: center;
  }

  .harita-tablo td:hover,
  .harita-tablo th:hover {
    background-color: #4e4e4e;
  }

  .harita-tablo a {
    color: #81f376;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }

  .harita-tablo th a,
  .harita-tablo td a {
    display: block;
    /* <a> etiketi bloğa dönüşsün */
    text-align: left;
    /* Sola hizalama */
    padding-left: 1px;
    /* İsteğe bağlı, biraz iç boşluk bırakır */
  }

  .harita-tablo a:hover {
    text-decoration: underline;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }


  main p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
  }
}

@media only screen and (max-width: 480px) and (min-width: 320px) {

  * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .bolum1 {
    min-height: 100vh;
    background-image: url('image/ulasim.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .lokasyon-kutusu {
    background-color: rgba(0, 0, 0, 0.8);
    padding: 30px;
    border-radius: 20px;
    max-width: 98%;
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.6;
    font-size: bold;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }

  .lokasyon-yazi,
  .lokasyon-harita {
    flex: 1;
    min-width: 300px;
  }

  .lokasyon-yazi a {
    color: #81f376;
  }

  .lokasyon-yazi a:hover {
    color: #4e4e4e;
  }

  .lokasyon-logo {
    height: 100px;
    margin-bottom: 15px;
  }

  .lokasyon-harita iframe {
    width: 90%;
    height: 300px;
    border: none;
    border-radius: 10px;
  }

  .bolum2 {
    display: none !important;
  }

  .bolum2 {
    min-height: 100vh;
    background: url('image/iletisim.jpg') center/cover fixed no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.7);
  }

  .sitemap-row {
    display: flex;
    justify-content: center;
  }

  .sitemap-column {

    max-width: 1000px;
    width: 100%;
  }

  .sitemap-column h1 {
    font-size: 28px;
    margin-bottom: 20px;
    text-align: center;
    color: #fff;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  }

  .harita-tablo {
    width: 100%;
    border-collapse: collapse;
    background-color: #0d0d0e;
    border: 2px solid #81f376;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }

  .harita-tablo th,
  .harita-tablo td {
    border: 1px solid #81f376;
    padding: 14px;
    text-align: center;
  }

  .harita-tablo td:hover,
  .harita-tablo th:hover {
    background-color: #4e4e4e;
  }

  .harita-tablo a {
    color: #81f376;
    font-weight: bold;
    text-decoration: none;
    font-size: 16px;
  }

  .harita-tablo th a,
  .harita-tablo td a {
    display: block;
    /* <a> etiketi bloğa dönüşsün */
    text-align: left;
    /* Sola hizalama */
    padding-left: 1px;
    /* İsteğe bağlı, biraz iç boşluk bırakır */
  }

  .harita-tablo a:hover {
    text-decoration: underline;
  }

  body {
    font-family: Arial, Helvetica, sans-serif;
  }


  main p {
    color: #fff;
    font-size: 16px;
    line-height: 1.6;
  }
}