body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  background-color: #f8e4c4 !important;
  color: #333;
  line-height: 1.6;
  align-items: center;
  text-align: center;
  justify-content: center;
}


.auto {
  width: 100%;
  /* სიგანე */
  max-width: 400px;
  /* მაქსიმალური ზომა */
  color: #f8e4c4;
  /* ფონის ფერი */
  border-radius: 10px;
  /* მომრგვალება */
  padding: 5px;
  /* შიდა დაშორება */
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  /* ჩრდილი */
}

@font-face {
  font-family: 'monospace';
  src: url('fonts/HASENAT.ttf');
}


.arabuli {
  font-family: 'monospace', monospace;
  font-size: 44px;
  color: #4A4A4A;
  margin: 10px;
}


p {
  font-size: 22px;
}




.container {
  max-width: 900px;
  margin: 30px auto;
  padding: 25px;
  background-color: #f8e4c4 !important;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
  transition: box-shadow 0.3s ease-in-out;
}

.container:hover {
  box-shadow: 0 16px 32px rgba(0, 0, 0, 0.15);
}

/* Header Styling */
h1 {
  text-align: center;
  font-size: 2.2em;
  color: #3c3c3c;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: color 0.3s ease;
}

h1:hover {
  color: #F0A500;
}


@media (max-width: 768px) {
  h1 {
    font-size: 1.7em;
  }
}

@media (max-width: 480px) {
  h1 {
    font-size: 1.4em;
  }
}


details {
  margin-top: 20px;
  padding: 15px;

  border-radius: 8px;
  cursor: pointer;

}

/* details:hover {
  background-color: #c4c4c4;
  transition: 2.3s ease;
} */

summary {
  font-size: 1.2em;
  font-weight: bold;
  color: #3a3a3a;
  cursor: pointer;
  font-weight: 700;
}

summary:hover {
  color: #F0A500;
}

details p {
  font-size: 26px;
  color: #000000;
  margin-top: 10px;
  line-height: 1.7;
}

#chawie {

  color: #000000;
  font-weight: bold;
  font-style: italic;

}


button {
  padding: 10px 20px;
  font-size: 1.2em;
  color: #fff;

  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-transform: uppercase;
  font-weight: bold;
}

button:focus {
  outline: none;
  box-shadow: 0 0 5px #F0A500;
}




@keyframes breathe {
  0% {
    transform: scale(1);
    opacity: 0;
  }

  50% {
    transform: scale(1.2);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 2;
  }
}


#back {
  margin: 20px;
  padding: 10px;

  border-radius: 8px;
  display: inline-block;
  position: relative;
  text-align: center;
}


#back a {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  color: #3498db;
  text-decoration: none;

}



.arrow {
  display: inline-block;
  font-size: 24px;
  margin-left: 10px;
  animation: breathe 4000ms infinite both;
}

.gadmowera {
  background-color: #F0A500;
  color: white;
}

button:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

/ @media(max-width: 715px) {
  .arabuli {
    font-size: 38px;
    float: right;
    width: 100%;
  }
}

@media (max-width: 715px) {
  p {
    font-size: 10px;
    width: 100%;
    white-space: wrap;
    text-overflow: ellipsis;
    padding: 10px;
    margin: 0;
    font-weight: 900;
  }

  button {
    font-size: 1.1em;
  }
}


@media (max-width: 715px) {
  details p {
    font-size: 16px;
    color: #6b6b6b;
    margin-top: 10px;
    line-height: 1.7;
    width: 100%;
  }
}


@media (max-width: 715px) {
  button:hover {
    transform: none;
  }

  button:active {
    transform: none;
  }
}


@media (max-width: 715px) {

  #chawie {
    color: #000000;
    font-weight: bold;
    font-style: italic;
    width: 100%;
    margin-top: 20px;
    font-size: 20px;
  }
}

@media (max-width: 715px) {

  .arabuli,
  #chawie {
    display: block;
    width: 100%;
    margin-top: 20px;
  }
}