@import url("https://fonts.googleapis.com/css2?family=Federant&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Henny+Penny&display=swap");

/* ---------------- Prevent Horizontal Scroll ---------------- */
html, body {
  overflow-x: hidden; /* prevent horizontal scrollbar */
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0;
  background-color: #120801;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='600' height='600' viewBox='0 0 200 200'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='100' y1='33' x2='100' y2='-3'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3ClinearGradient id='b' gradientUnits='userSpaceOnUse' x1='100' y1='135' x2='100' y2='97'%3E%3Cstop offset='0' stop-color='%23000' stop-opacity='0'/%3E%3Cstop offset='1' stop-color='%23000' stop-opacity='1'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cg fill='%23110600' fill-opacity='0.29'%3E%3Crect x='100' width='100' height='100'/%3E%3Crect y='100' width='100' height='100'/%3E%3C/g%3E%3Cg fill-opacity='0.29'%3E%3Cpolygon fill='url(%23a)' points='100 30 0 0 200 0'/%3E%3Cpolygon fill='url(%23b)' points='100 100 0 130 0 100 200 100 200 130'/%3E%3C/g%3E%3C/svg%3E");
}

/* ---------------- Top Section ---------------- */
.topside {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  margin-bottom: 30px;
  align-items: center;
  justify-content: space-evenly;
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-size: 28px;
  font-style: normal;
}
.topside video {
  max-width: 100%;
  height: auto;
  border: 5px solid #f5aa15;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
  margin: 30px;
}

/* ---------------- Themes ---------------- */
.theme1, .theme2, .theme3 {
  text-align: center;
  color: #f5aa15;
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 0;
  margin-bottom: 0;
}

.tside {
  text-align: center;
  margin-bottom: 10px;
  padding: 20px;
}

/* ---------------- About Section ---------------- */
.About h1 {
  text-align: center;
  color: #f5aa15;
  background-color: #0a090963;
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-size: 30px;
  font-style: normal;
  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.6);
}

.About p {
  font-size: 25px;
  font-weight: bolder;
  color: #f5aa15;
  text-align: center;
  font-family: "Federant", serif;
  font-style: normal;
  text-shadow: 2px 2px 5px rgba(7, 56, 35, 0.5);
  background-color: rgba(0, 0, 0, 0.3);
  display: inline-block;
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}

.About {
  padding: 30px;
  border-radius: 60px 0 3% 0;
  border: 5px solid #f5aa15;
  background-image: url('assets/mysword.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  box-shadow: -10px -10px 20px rgba(230, 226, 226, 0.1);
}

.About::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50px 0 50px 0;
  pointer-events: none;
  z-index: 0;
}

/* ---------------- Information Section ---------------- */
.information {
  display: flex;
  flex-direction: column;
  text-align: center;
  color: #f5aa15;
  margin-top: 50px;
  margin-bottom: 30px;
}

.gif-list {
  list-style: none;
  padding-left: 0;
  font-size: 25px;
  font-weight: bolder;
  color: #f5aa15;
  text-align: center;
  font-family: "Federant", serif;
}

.gif-list li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 10px;
}

.gif-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url("assets/graphicimage.gif");
  background-size: contain;
  background-repeat: no-repeat;
}

.information h1 {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-style: normal;
}

.information p {
  font-size: 25px;
  font-weight: bolder;
  color: #f5aa15;
}

.information img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

/* ---------------- Sharing Section ---------------- */
.sharing-section {
  text-align: center;
  margin: 50px 20px;
}

.sharing-section h2 {
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-size: 30px;
  color: #f5aa15;
  background-color: #0a090963;
  font-style: normal;
}

.sharing-section p {
  font-size: 25px;
  font-weight: bolder;
  color: #f5aa15;
  text-align: center;
  font-family: "Federant", serif;
  font-style: normal;
}

.sharing-section ul {
  list-style-type: disc;
  padding-left: 40px;
  text-align: left;
  display: inline-block;
  margin-bottom: 30px;
  color: #f5aa15;
  background-color: #1435111d;
  font-family: "Henny Penny", system-ui;
  font-weight: 400;
  font-size: 20px;
}

.socials {
  text-align: center;
}

.socials a {
  display: inline-block;
  margin: 0 10px;
  transition: transform 0.2s;
}

.socials a img {
  width: 40px;
  height: 40px;
}

.socials a:hover {
  transform: scale(1.2);
}

/* ---------------- Token Section ---------------- */
.token {
  padding: 30px;
  border-radius: 0 50px 0 50px;
  border: 5px solid #f5aa15;
  background-image: url("/assets/anglebackground.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  color: #261707;
  text-align: center;
  font-family: "Federant", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 28px;
  max-width: 100%;
  box-sizing: border-box;
}

/* ---------------- Contract Section ---------------- */
.contract {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  color: #f5aa15;
  font-family: "Federant", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 30px;
  width: 100%;
  box-sizing: border-box;
}

.contract h2 {
  font-size: large;
}
