body {
  font-family: "Comic Sans MS", "Comic Sans", cursive !important;
  color: #fff !important;
  margin: 0;
}
.pageTitle {
  font-size: 26px;
  text-shadow: 3px 1px BLACK;
  text-align: center;
}
.pageTitle > h1 {
  color: #ffb359;
}
.pageTitle > h3 {
  color: #f17b33;
  padding: 10px 42px;
  /* background-image: url("/assets/images/warwithin-logo.svg"); */
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
}
.priceContainer {
  display: flex;
  width: 100%;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
}
aside.token-price {
  position: relative;
  margin: 20px 0;
}
aside.token-price > div#flag.us-flag::before,
aside.token-price > div#flag.eu-flag::before,
aside.token-price > div#flag.ir-flag::before {
  content: "";
  position: absolute;
  width: 58px;
  height: 42px;
  background-size: contain;
  background-repeat: no-repeat;
  left: 15px;
  top: 15px;
}

.us-flag::before {
  background-image: url("/assets/images/us.webp");
}
.eu-flag::before {
  background-image: url("/assets/images/eu.webp");
}
.ir-flag::before {
  background-image: url("/assets/images/ir.webp");
}
aside.token-price > div:first-child {
  margin-top: 10px;
}
aside.token-price > div {
  padding-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
}
aside.token-price > div#gold {
  padding: 10px 0 10px 30px;
  background-image: url("/assets/images/gold.webp");
  background-repeat: no-repeat;
  background-position: left center;
  font-weight: bolder;
  font-size: 25px;
}
aside.token-price > div#gold > span {
  font-weight: 100;
  padding-left: 10px;
  font-size: 15px;
}
aside.token-price > div#gold + div {
  padding-top: 10px;
}
aside.token-price.ir::after {
  border: none;
}
aside.token-price > div#stats {
}
aside.token-price {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  width: 40%;
  padding: 20px;
  background-image: url("/assets/images/button-primary-background.png");
  overflow: hidden;
}
aside.token-price::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border: 20px solid;
  /* border-image: url("/assets/images/button-primary-border.6a21b63c356a89d7fe5eeb1ea0f74b676b2c9fc2.png");*/
  /* background-image: url('/assets/images/button-primary-border.6a21b63c356a89d7fe5eeb1ea0f74b676b2c9fc2.png'); */
  /* --border-image: url("/assets/images/button-primary-border.6a21b63c356a89d7fe5eeb1ea0f74b676b2c9fc2.png"); */
  /* border-image-slice: 20 20 fill; */
  pointer-events: none;
  z-index: 1;
}
#timer {
  margin-top: 15px;
  font-size: 15px;
  text-shadow: 3px 1px BLACK;
  display: flex;
  justify-content: center;
  color: #cbcdd7;
  align-items: center;
}
#timer > div {
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 30px;
  background-position: center left;
}
#timer > div:nth-child(2) {
  padding-left: 0;
}
#timer > .checker {
margin-right: 20px;
  background-image: url("/assets/images/clock.svg");
}

#timer > .update {margin-left: 20px;background-image: url("/assets/images/update.svg");display: flex;flex-direction: column;padding-left: 43px;background-size: 28px;}
#timer > .update > span:nth-child(1) > i{ color:#7ba6ff;font-weight:bold;font-style:normal;}
#timer > .update > span:nth-child(2) > i{ color:#ff7b7b;font-weight:bold;font-style:normal;}
.container {
  width: 1024px;
  margin: 1em;
  margin-top: 90px;
  z-index: 1;
}
#bg {
  width: 100%;
  height: 100vh;
  background-image: url("/assets/images/Overview_Desktop.jpg");
  background-size: cover;
  display: flex;
  vertical-align: middle;
  justify-content: center;
}
#bg::before {
  /* background-image: url("/assets/images/image_2024-07-24_15-42-05.png"); */
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
#wall-ir {
  background-image: url("/assets/images/Cloud_Desktop.png");
}

#wall-ir::before {
  background-image: url("/assets/images/Border_1.png");
  content: "";
  width: 100%;
  height: 33px;
  top: -19px;
  position: absolute;
  background-size: cover;
  background-position: center;
}
#wall-ir::after {
  background-image: url("/assets/images/border_bottom.png");
  content: "";
  width: 100%;
  height: 10px;
  bottom: -8px;
  position: absolute;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 991px) {
  .social-nav ul li{
    padding-top: 30px !important;
  }
  .container{
    margin-top: 90px;
  }
  .pageTitle > h3{
    line-height: 1;
    font-size: 26px;
  }
}
@media only screen and (max-width: 786px) {
  .priceContainer{display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;}
}
@media only screen and (max-width: 425px) {
.pageTitle > h1{
  font-size: 40px;
  line-height: 40px;
}
  .pageTitle > h3{
  font-size: 20px;
  line-height: 20px;
}
  #timer > div {
  background-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  aside.token-price {
    width: 80%;
  }
}