body {
  background-color: rgb(44, 25, 129);

}

.whole-container {
  width: 100%;
  height: auto;
  max-width: 700px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: sans-serif;
}

.app-image {
  width: 22vw;
  height: 20vw;
  max-width: 200px;
  max-height: 200px;
  padding: 20px;
}

section {
  background-color: white;
  border-radius: 5px;
  padding: 5px 30px;
}

section h2 {
  text-align: left;
  color: rgb(18, 177, 230);
}

section p {
  text-align: justify;
  text-justify: inter-word;
}

.app-main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}

.app-main div {
  min-width: 250px;
}

.menu-button {
  border: 1px white solid;
  border-radius: 5px;
  background-color: rgb(211, 25, 134);
  font-size: 16px;
  padding: 10px;
  width: 120px;
  cursor: pointer;
  font-weight: bold;
  color: white;
}

.shade {
  display: none;
  position: fixed;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
}

.side-menu-bar {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 60%;
  max-width: 500px;
  height: 100%;
  background-color: purple;
  z-index: 3;
  overflow: hidden;
  transition: width 0.7s;
}

.side-menu-bar button {
  border: none;
  width: 100%;
  font-size: 20px;
  padding: 10px 0px;
  cursor: pointer;
}

.side-menu-bar a {
  text-decoration: none;
  font-size: 20px;
  display: block;
  color: black;
  padding: 10px 0px;
  color: white;
}

.hover-purple:hover {
  background-color: rgb(182, 48, 182);
}

.hover-green {
  background-color: rgb(29, 157, 16);
}

.hover-green:hover {
  background-color: rgb(11, 92, 3);
}

.hover-blue {
  background-color: rgb(46, 170, 232);
}

.hover-blue:hover {
  background-color: rgb(7, 98, 143);
}

.side-bar-item-div a {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
}

.side-bar-item-div-left {
  margin-top: auto;
  margin-bottom: auto;
}

.side-bar-item-div-left img {
  width: 30px;
  height: 30px;
}

.side-bar-item-div-right {
  margin-top: auto;
  margin-bottom: auto;
  padding: 3px;
}

.gif-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
  background-image: linear-gradient(rgb(255, 128, 44), rgb(81, 19, 182));
  color: white;
  border-radius: 5px;
}

.gif-left {
  flex: 1;
  padding: 16px;
}

.gif-right {
  flex: 3;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: auto;
  margin-bottom: auto;
  font-family: fantasy;
  font-size: 3rem;
}

.gif-right-top {
  padding: 15px;
  margin-bottom: 3vw;
}

.gif-right-bottom {
  margin-top: auto;
  margin-bottom: auto;
  padding: 15px;
  color: #fff;
  text-shadow: 5px 5px 0 rgb(11, 102, 16), 10px 10px 0 #00d4ff;
  animation: shadow-dance 2s infinite;
}

@keyframes shadow-dance {

  0%,
  100% {
    text-shadow: 5px 5px 0 rgb(11, 102, 16), 8px 8px 0 #00d4ff;
  }

  50% {
    text-shadow: 0px 0px 0 #00d4ff, 0px 0px 0 rgb(11, 102, 16);
  }
}

#gif-image {
  padding-top: 20px;
  width: 20vw;
  height: 20vw;
  max-width: 200px;
  max-height: 200px;
}

.contact-button {
  width: 90%;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: rgb(27, 158, 27);
  margin: 5px;
  font-size: 24px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.contact-button:hover {
  background-color: rgb(11, 92, 3);
}

.blue-button {
  background-color: rgb(46, 170, 232);
}

.blue-button:hover {
  background-color: rgb(7, 98, 143);
}

.contact-button-div {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.contact-button-div div {
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 3px;
}

#contact-img {
  width: 11vw;
  height: 11vw;
  max-width: 40px;
  max-height: 40px;
  margin-top: 2px;
}

.download-section div {
  width: 60%;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  margin-top: auto;
  margin-bottom: auto;
  padding: 3px;
}

.icon-container {
  flex: 1;
}

.icon-word {
  flex: 5;
  font-family: fantasy;
  font-size: 22px;
}

.download-section p {
  text-align: center;
}

.download-section button {
  width: 90%;
  max-width: 400px;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: rgb(27, 99, 158);
  font-size: 16px;
  padding: 15px;
  border-radius: 5px;
  color: white;
  font-weight: bold;
}

.download-section button:hover {
  background-color: rgb(11, 92, 3);
}

#download-icon {
  width: 36px;
  height: 36px;
  margin-top: auto;
  margin-bottom: auto;
  padding: 2px;
}

.copyright {
  text-align: center;
  margin: 0 auto;
  width: 80%;
  padding-top: 60px;
  clear: both;
}

.copyright img {
  width: 80%;
  max-width: 250px;
  height: 60px;
}

@media screen and (max-width: 600px) {
  .gif-right {
    font-size: 30px;
  }
}

.apk-details {
  background: #f9f9f9;
  border: 1px solid #e3e3e3;
  border-radius: 10px;
  padding: 20px;
  max-width: 400px;
  margin: 20px auto;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  font-family: 'Segoe UI', sans-serif;
}

.apk-details b {
  margin-top: 0;
  font-size: 20px;
  color: #333;
}

.apk-details ul {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
}

.apk-details li {
  padding: 6px 0;
  font-size: 16px;
  color: #444;
}

.apk-details li strong {
  color: #222;
}

.platform-guide {
  font-family: 'Segoe UI', sans-serif;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  max-width: 700px;
  margin: 30px auto;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.platform-section {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}

.platform-section:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.platform-section h3 {
  font-size: 20px;
  color: #2a2a2a;
  margin-bottom: 10px;
}

.platform-section ul {
  list-style: disc inside;
  padding-left: 0;
  margin: 0;
}

.platform-section li {
  font-size: 16px;
  color: #444;
  margin-bottom: 8px;
}

.platform-section li strong {
  color: #222;
}

.compatibility-section {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  max-width: 700px;
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.device-block {
  margin-bottom: 20px;
}

.device-block b {
  margin-bottom: 10px;
  font-size: 18px;
  color: #2a2a2a;
}

.device-block ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.device-block li {
  background: #e8f5e9;
  color: #2e7d32;
  padding: 8px 12px;
  border-left: 4px solid #66bb6a;
  margin-bottom: 6px;
  font-size: 16px;
  border-radius: 4px;
}

.download-table {
  width: 100%;
  max-width: 900px;
  margin: 30px auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.download-table th,
.download-table td {
  padding: 12px 15px;
  text-align: center;
  border: 1px solid #ddd;
}

.download-table th {
  background-color: #004fa0;
  color: white;
  font-weight: 600;
}

.download-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.download-table tr:hover {
  background-color: #eef3fa;
}

.bonus-table {
  width: 100%;
  max-width: 800px;
  margin: 20px auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.bonus-table th,
.bonus-table td {
  padding: 12px 15px;
  text-align: left;
  border: 1px solid #ddd;
}

.bonus-table th {
  background-color: #ff6600;
  color: white;
  font-weight: bold;
}

.bonus-table tr:nth-child(even) {
  background-color: #f9f9f9;
}

.bonus-table tr:hover {
  background-color: #fff3e0;
}

.bonus-terms-table {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  border-collapse: collapse;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.bonus-terms-table th,
.bonus-terms-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: center;
}

.bonus-terms-table th {
  background-color: #00695c;
  color: #fff;
  font-weight: bold;
}

.bonus-terms-table tr:nth-child(even) {
  background-color: #f2f2f2;
}

.bonus-terms-table tr:hover {
  background-color: #e0f2f1;
}

.login-guide {
  max-width: 700px;
  margin: 30px auto;
  font-family: 'Segoe UI', sans-serif;
  font-size: 16px;
  line-height: 1.7;
  padding: 20px;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.login-guide h2 {
  color: #e65100;
  font-size: 22px;
  margin-bottom: 20px;
}

.login-guide h3 {
  font-size: 18px;
  margin-top: 20px;
  color: #00695c;
}

.login-guide ul {
  padding-left: 20px;
  margin-top: 10px;
}

.login-guide ul li {
  margin-bottom: 8px;
}

.login-tip {
  margin-top: 25px;
  padding: 12px 15px;
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  color: #856404;
  border-radius: 5px;
  font-weight: 500;
}