/* Reset CSS */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Global Styles */
body {
  font-family: Arial, sans-serif;
  background-color: #f7f7f7;
  color: #333;
  margin: 0;
  padding: 0;
}

/* Header Styles */
header {
  background-image: url('images/storm600.gif');
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
  max-width: 800px;
  margin: 0 auto;
  border-bottom: 2px solid #05d55c;
}

.logo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.logo h1 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
  color: #fcfafa;
}

/* Navigation Styles */
nav ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 20px 0;
}

nav ul li {
  display: inline;
  margin-right: 20px;
}

nav ul li a {
  text-decoration: none;
  color: #00ff00;
  border: 1px solid #00ff00;
  border-radius: 5px;
  padding: 5px 10px;
  transition: background-color 0.3s, color 0.3s;
}

nav ul li a:hover {
  background-color: #00ff00;
  color: #333;
}

/* Styles for Description Box */
.description-box {
  background-color: #ffffff;
  border: 1px solid #dcdcdc;
  margin-bottom: 20px;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.description-content {
  text-align: center;
}

.description-content h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #3498db;
}

.description-content i {
  margin-right: 10px;
  font-size: 1.2em;
  color: #3498db;
}

.description-content p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: left;
  padding-left: 20px;
  border-left: 2px solid #3498db;
  color: #333;
}

/* Main Content Styles */
main {
  padding: 20px;
  max-width: 800px;
  margin: 0 auto;
  background-color: #fff;
}

/* Countdown Box Styles */
.countdown-box {
  background-color: #f5f5f5;
  color: #333;
  padding: 20px;
  border: 2px solid #05d55c;
  border-radius: 5px;
  text-align: center;
}

.countdown-box h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #05d55c;
  border-bottom: 2px solid #05d55c;
  padding-bottom: 5px;
}

.countdown-box i {
  margin-right: 10px;
  font-size: 1.2em;
  color: #05d55c;
}

.countdown-box p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 1.5;
  text-align: left;
  padding-left: 20px;
  border-left: 2px solid #333;
  color: #333;
}

main p span {
  color: #208f20; /* Warna hijau yang diinginkan */
}

/* Connected Wallet Styles */
#connectedWallet {
  background-color: #f5f5f5;
  color: #333;
  padding: 20px;
  border: 2px solid #3498db;
  border-radius: 5px;
  text-align: center;
  display: none;
}

#connectedWallet h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #3498db;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
}

#connectedWallet i {
  margin-right: 10px;
  font-size: 1.2em;
  color: #3498db;
}

#connectedWallet p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: left;
  padding-left: 20px;
  border-left: 2px solid #333;
  color: #333;
}

/* Presale Info Styles */
.presale-info {
  background-color: #f5f5f5;
  color: #333;
  padding: 20px;
  border: 2px solid #3498db;
  border-radius: 5px;
  text-align: center;
}

.presale-info h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #3498db;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
}

.presale-info i {
  margin-right: 10px;
  font-size: 1.2em;
  color: #3498db;
}

.presale-info p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: left;
  padding-left: 20px;
  border-left: 2px solid #333;
  color: #333;
}

/* RECEH Purchase Styles */
.RECEH-purchase {
  background-color: #f5f5f5;
  color: #333;
  padding: 20px;
  border: 2px solid #3498db;
  border-radius: 5px;
  text-align: center;
}

.RECEH-purchase h2 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #3498db;
  border-bottom: 2px solid #3498db;
  padding-bottom: 5px;
}

.RECEH-purchase i {
  margin-right: 10px;
  font-size: 1.2em;
  color: #3498db;
}

.RECEH-purchase p {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  text-align: left;
  padding-left: 20px;
  border-left: 2px solid #333;
  color: #333;
}

/* Footer Styles */
footer {
  background-color: #1e1e20;
  color: #ffffff;
  padding: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 800px;
  margin: 0 auto;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-menu li {
  margin: 0 15px;
}

.footer-menu-item {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
}

.footer-menu-item i {
  margin-right: 5px;
}

/* Connect Wallet Button Styles */
#connectWallet,
#showPresale {
  background-color: #3498db;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-top: 10px;
}

#connectWallet:hover,
#showPresale:hover {
  background-color: #2980b9;
}

/* Form Input Styles */
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  color: #34495e;
}

input[type="text"],
input[type="number"] {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
}

button[type="submit"] {
  background-color: #3498db;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

button[type="submit"]:hover {
  background-color: #2980b9;
}

/* Operation Result Styles */
#operationResult {
  display: none;
  background-color: #158b0e;
  color: #ffffff;
  padding: 10px;
  border-radius: 5px;
  margin-top: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .logo h1 {
    font-size: 28px;
  }

  nav ul li {
    margin-right: 10px;
  }
}

p {
  white-space: normal;
  word-wrap: break-word;
}

#withdrawCoins {
  background-color: #3498db;
  color: #ffffff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  margin-bottom: 10px;
}

#withdrawCoins:hover {
  background-color: #2980b9;
}