@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");

/* ============================= */
/*         BASE / GLOBAL         */
/* ============================= */

/* CODE START */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Poppins", sans-serif;
  overflow-y: auto;
  overflow-x: auto;  /* or 'visible' */
  scroll-behavior: smooth;
}


a {
  text-decoration: none;
}

html,
body,
a {
  cursor: url("../images/rw9mbbP.png"), pointer !important;
  cursor: url("../images/rw9mbbP.png"), auto !important;
}

ul {
  list-style-type: none;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

/* ============================= */
/*           MAIN CODE           */
/* ============================= */

.app {
  width: 100%;
  height: auto;
  background-image: url("../images/background.jpg");
  background-color: #000;
  background-position: center center;
  background-size: auto;
  background-repeat: repeat;
}

.myContainer {
  width: 70%;
  height: auto;
  margin: auto;
}

.myContainer-85 {
  width: 85%;
  margin: auto;
}

.dBlock {
  display: block !important;
}

.dNone {
  display: none !important;
}

.w-50 {
  width: 50% !important;
  margin: auto;
}

.w-75 {
  width: 75% !important;
  margin: auto;
}

.line {
  width: 90%;
  height: 0.2rem;
  margin: 2rem auto !important;
  display: block;
  background: #ff0000;
}

.mtb-10 {
  margin: 10rem auto;
}

.mtb {
  margin: 2rem auto;
}

.border1 {
  border: 0.3rem solid #ff0000 !important;
}

.border {
  border: 0.3rem solid #ff0000 !important;
}

.h-border {
  display: block;
}

/* desktop hover – visually “invisible” border */
.h-border:hover {
  border: 0.5rem solid #00000000 !important;
}

.dblImg {
}

.dblImg #b3 {
}

.dblImg #b3-2 {
  display: none;
}

.ca_token {
  color: #00ff15;
  font-size: 2rem;
  text-align: center;
  padding: 1rem 0;
}

.ca_token span {
  display: inline-block;
  margin: 0;
  white-space: nowrap;  /* keep this on a single line */
}


p {
  margin: 0 !important;
}

.social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin: 2rem auto;
  width: 80%;
  height: 13rem;
  padding: 2rem;
}

.social div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
}

.social img {
  width: 7rem;
  height: 7rem;
  margin: auto;
}

/* Social icon hover: shrink icon slightly, don’t move neighbors */
.social .h-border {
  border: 0.3rem solid transparent;        /* reserve space for border */
  transition: border-color 0.15s ease;
}

.social .h-border img {
  transition: transform 0.15s ease;
}

.social .h-border:hover {
  border: 0.3rem solid transparent !important; /* red border only on this icon */
}

.social .h-border:hover img {
  transform: scale(0.9);                   /* subtle “button press” shrink */
}


#fullWidth {
  margin: 2rem 0;
}

.w-i-t {
  padding: 2rem;
}

/* Old YouTube-style block – also used as generic video wrapper container */
.dblTac2 {
  position: relative;
  cursor: pointer;
}

.dblTac2 iframe {
  width: 100%;
  height: 45rem;
  margin: 2rem 0;
}

.dblTac2 img {
  width: 100%;
  height: 45rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 2rem 0;
  opacity: 1;
  transition: opacity 0.8s;
  -webkit-transition: opacity 0.8s;
  -moz-transition: opacity 0.8s;
  -ms-transition: opacity 0.8s;
  -o-transition: opacity 0.8s;
}

.w-i-t .row img {
  padding: 0.5rem;
}

.bdlTac3 {
  position: relative;
  cursor: pointer;
}

.bdlTac3 .nth-2 {
  position: absolute;
  width: 40rem;
  top: 40%;
  right: 5rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.sides {
  display: flex;
  padding: 1rem;
  gap: 2rem;
}

.sides .right {
  width: 100%;
  padding: 2rem;
}

.sides .right div {
  margin-bottom: 5rem;
}

.sides .left {
  width: 100%;
  padding: 2rem;
}

.sides .left img {
  margin-bottom: 5rem;
}

#b7 {
  margin: 2rem 0;
  width: 100%;
  height: auto;
  display: flex;
}

.sidess .left img,
.sidess .right img {
  width: 86%;
  margin: auto;
}

.mid .nth-2 {
  margin: 2rem 0;
}

#b8 {
  margin: 2rem 0;
}

#b9 {
  padding: 1rem;
}

#b10 {
  margin: 2rem 0;
}

.dblTac4 {
  cursor: pointer;
}

.dblTac4 iframe {
  height: 17rem;
}

.dblTac4 img {
  height: auto !important;
  margin: 2rem auto !important;
}

.sidesss .right img,
.sidesss .mid img {
  width: 85%;
  margin: auto;
}

.sidesss .left div:nth-child(2) {
  border: 1px solid #ff0000;
  border-bottom: none;
}

.sidesss .right div {
  margin: 1rem 0;
}

.sidesss .left div {
  margin: 2rem 0;
}

.sidesss .left {
  border-left: none !important;
}

.sidesss .right {
  border-right: none !important;
}

.bartcoinBox {
  width: 100%;
  min-height: 30rem;
}

.bottomPart .mid {
  min-height: 30rem;
}

.bottomPart .left div,
.bottomPart .right div {
  margin: 2rem 0;
}

