/* :root {
  --accent-color: #daa556;
}; */

#text {
  color: white;
}

* {
  cursor: none;
}

body {
  font-family: 'Courier', monospace;
  font-weight: 400;
  /* line-height: 1.3em; */
  /* color: #ffffff; */


  margin: 0;
  height: 100vh;
  width: 100vw;
  font-family: Arial, sans-serif;

  /* background: #ff2828; */
  /* position: relative; */

  /* background: rgba(255, 0, 0, 0.837); */

  /* background: 
  url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300"><filter id="n" x="0" y="0"><feTurbulence type="fractalNoise" baseFrequency="4" stitchTiles="stitch"/></filter><rect width="600" height="600" fill="transparent"/><rect width="300" height="300" filter="url(%23n)" opacity="1"/></svg>'),
  url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="300" height="300"><filter id="n" x="0" y="0"><feTurbulence type="fractalNoise" baseFrequency="1.2" stitchTiles="stitch"/></filter><rect width="600" height="600" fill="transparent"/><rect width="300" height="300" filter="url(%23n)" opacity="0.3"/></svg>'),
  #ff3838;
  background-size: cover;
  background-blend-mode: overlay;  */

  /* background-color: #d32f2f; */
  background: #ff4c4c url('../assets/noiseTexture4.png') repeat center;
  background-size: 10%;
}

/* Explicitly target th and td to override body styles */
/* table th, table td { */
  /* font-weight: normal !important; */
  /* font-size: initial !important; */
  /* line-height: normal !important; */
  /* color: inherit !important; */
/* } */

@media  screen and (max-width: 999px) {
  body {
    /* line-height: 0.9em; */
    background-size: 20%;
  }
}





html, body {
  height: 100%;
  margin: 0;
}

/* Cursor */

.custom-cursor {
  position: absolute;
  pointer-events: none;
  width: 30px; /* Circle size */
  height: 30px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.5); /* Border for hollow circle */
  background-color: transparent; /* Keep the center transparent */
  transform: translate(-50%, -50%); /* Center the cursor */
  transition: transform 0.2s ease, width 0.2s ease, height 0.2s ease; /* Smooth scaling */
  z-index: 9999;
}

.custom-cursor::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 6px; /* Small dot size */
  height: 6px;
  background-color: rgb(255, 255, 255); /* Dot color */
  border-radius: 50%; /* Make it circular */
  transform: translate(-50%, -50%); /* Center the dot */
  transition: all 0.2s ease; /* Animate size and opacity changes smoothly */
}

.custom-cursor.scale {
  transform: translate(-50%, -50%) scale(1.5); /* Enlarge circle */
}

.custom-cursor.scale::before {
  width: 32px; /* Expand the dot to fill most of the circle */
  height: 32px;
  background-color: rgba(255, 255, 255, 0.5); /* Reduce opacity of the dot */
}

/* Disable cursor on touchscreen devices */
@media (pointer: coarse) {
  .custom-cursor {
    display: none;
  }
}



h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  /* font-family: 'Playfair Display';
  font-weight: 400; */
  font-family: 'Courier', monospace;
  color: #ffffff;
  /* font-size: 18px; */
  letter-spacing: 1px;
}

h1, .nav-link {
  text-align: center;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8);
}

h2 {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.4);
}

h3 {
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

p, a, td, li {
  font-family: 'Courier', monospace;
  color: #ffffff;
  font-size: 18px;
}

p {
  margin-top: 18px;
  margin-bottom: 18px;
  line-height: 1.3em;
}

li {
  line-height: 1.3em;
}

.section-header-blog li{
  background: orange;
}

th {
  font-family: 'Courier', monospace;

  font-size: 22px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-align: center;
  /* text-transform: uppercase; */
}



.section-title h1 {
  font-size: 60px;
  letter-spacing: 0px;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  text-transform: capitalize;
  font-family: 'Courier', monospace;
  padding-top: 25px;
  padding-bottom: 15px;
  line-height: 40px;
  padding-left: 75px;
  padding-right: 75px;
  margin: 0;
}
.section-title h2 {
  font-size: 18px;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-style: normal;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 20px;
  /* padding-left: 85px;
  padding-right: 85px; */
  margin: 0;

}

.section-header {
  margin-left: 17vw;
  margin-right: 17vw;
  margin-top: 38px;
  margin-bottom: 250px;
}

.section-header-blog {
  margin-top: 15px;
  margin-bottom: 38px;
  margin-left: 17vw;
  margin-right: 17vw;
  border-radius: 25px;
  border: 2px solid orange;
  padding: 30px;
  background: orange;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);
}

@media (max-width: 999px) {
  .section-header {
    padding-left: 5%;
    padding-right: 5%;
    margin-left: 0;
    margin-right: 0;
  }

  h3:first-child {
    font-size: 25px;
  }


  h2 {
    font-size: 25px;
    line-height: 1.2em;
  }
  .section-header-blog {
    padding: 5%;
    margin-left: 0;
    margin-right: 0;
    position: relative;
  }
}

.elementary-title {
  font-family: 'Courier', monospace;

  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

h3:first-child {
  margin-top: 0px;
}


.elementary-text {
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
}

@media (max-width: 999px) {
  .section-title h1 {
    font-size: 45px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 675px) {
  .section-title h1 {
    padding-left: 135px;
    padding-right: 135px;
  }
}

@media (max-width: 915px) and (min-width: 620px) {
  .section-title h2 {
    padding-left: 150px;
    padding-right: 150px;
  }
}

@media (max-width: 619px) and (min-width: 515px) {
  .section-title h2 {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 514px) and (min-width: 0px) {
  .section-title h1 {
    padding-left: 75px;
    padding-right: 75px;
  }
  .section-title h1 h2 {
    padding-left: 75px;
    padding-right: 75px;
  }
}



#header-wrap {
    display: flex;
    width: 100%;
    z-index: 999;
    padding: 0px;
}
#header-wrap .btn-menu {
    background: transparent;
    border: none;
    padding: 10px 30px;
}



.nav-links {
  display: flex;
  list-style-type: none;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5%;
  background-color: rgba(255, 255, 255, 0);
}

ul {
  background: #ffffff;
  display: table;
  margin: 0px auto;
  margin-bottom: 18px;
  padding: 0px 0px;
  border-radius: 8px;
  width: 90%;
}

ul li a {
  font-family: 'Courier', monospace;
  color: #ffffff;
  text-decoration: none;
  position: relative;
  padding: 0px 0px;
  font-size: 20px;
  display: block;
}

.navbar {
  overflow: hidden;
}

.nav-item {
  margin: 0 10px;
}

.nav-link {
  display: inline-block;
  padding: 2px;
  text-decoration: none;
  color: rgb(255, 255, 255);
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  display: block;
  margin-top: 0px;
  right: 0;
  background: orange;
  transition: width .3s ease;
  -webkit-transition: width .3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
  width: 100%;
  left: 0;
  background: orange;
}

.nav-link.active::after {
  width: 100%;
  left: 0;
  background: orange;
  transition: none;
}
 
/* #text {
  margin: 0;
  margin-top: 2rem;
} */
 
.noise {
  background-image: url(../assets/noise.svg);
}

p a:link {
  color: rgb(255, 226, 3);
  background-color: transparent;
  text-decoration: none;
}

p a:visited {
  color: orange;
  background-color: transparent;
  text-decoration: none;
}

p a {
  background-color: transparent;
  text-decoration: none;
  transition: color 0.3s ease;
}

p a:hover {
  color: orange;
}

p a:active {
  color: orange;
  background-color: transparent;
  text-decoration: underline;
}

/* Define the wiggle animation */
@keyframes wiggle {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(5deg);
  }
  50% {
    transform: rotate(-5deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

.join-button {
  width: 120px;
  height: 60px;
  padding: 10px 20px;
  font-size: 35px;
  font-family: 'Courier', monospace;
  color: black;
  background-color: rgb(251, 242, 63);
  border: 2px solid black;
  border-radius: 10px;
  text-decoration: none;
  /* display: inline-block;
  cursor: pointer;
  outline: none; */
  outline: 1px solid transparent;
  display: inline-flex;
  justify-content: center;
  align-items: center;

  /* transition: background-color 0.3s ease, transform 0.3s ease; */
  transform-origin: center; /* Scale from the center */
  transition: transform 0.3s ease, background-color 0.3s ease; /* Include transform transition */
  /* Set animation to wiggle for 2 seconds, then pause for 3 seconds */
  animation: wiggle 1.5s ease-in-out infinite;

  /* text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.8); */
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5); /* Adds shadow to the button */
}
.join-button:hover {
  background-color: #ffae00;
  transform: scale(1.1);
}



.join-button-container {
  display: flex;
  justify-content: center;
  padding: 20px;
  overflow: visible; /* Ensure scaling is not clipped */
}

.site-footer {
  background-color: #333;
  color: white;
  text-align: center;
  padding: 40px 0;
  margin-top: 38px;
}

.site-footer .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.footer-container p {
  color: white;
}

/* Blog Page */

.blog-container {
  display: grid;
  
  /* display: flex;
  justify-content: center; */
  /* grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); */
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); /* Max 4 items per row */
  gap: 25px;
  padding: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 150px;
}

.blog-item {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid rgba(255, 190, 69, 0.55);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.733);
  transition: scale 0.3s ease;
  /* background-color: rgb(255, 132, 132); */
  background-color: rgba(255, 173, 20, 0.395);
}

.blog-item:hover {
  scale: 1.02;
}

.blog-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.blog-title {
  padding: 10px 15px;
  font-size: 30px;
  margin: 0;
  line-height: 1em;
  text-align: center;
  text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
}

.blog-excerpt {
  padding: 0 25px 20px;
  padding-top: 10px;
  margin: 0;
  color: #ffffff;
  line-height: 1.3;
}

.read-more {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 25px;
  display: block;
  padding: 10px 0px;
  /* background-color: orange; */
  background-color: orange;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 0 0 8px 8px;
  transition: background-color 0.8s ease;
}

.read-more:hover {
  background-color: rgb(217, 152, 0);
}

table {border-collapse: collapse; }
th, td { border: 1px solid #dddddd; padding: 10px; }
th { background-color: rgba(255, 166, 0, 0.639); color: black;}
td { background-color: orange; color: black;}
/* Add vertical lines between columns */
/* th, td { border-right: 1px solid #dddddd; } */

table {
  width: 90%; /* 100% - 5% padding on each side */
  margin-left: auto;
  margin-right: auto;
  /* padding: 0 5%; */
  box-sizing: border-box; /* Include padding in the width calculation */
  margin-top: 20px;
  margin-bottom: 38px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.5);


  border-collapse: separate; /* Use 'separate' for rounded edges */
  border-spacing: 0; /* Remove spacing between table cells */
  border-radius: 12px; /* Adjust the radius as needed */
  overflow: hidden; /* Ensures the border-radius is applied to the entire table */
  border: 0px solid #dddddd; /* Optional: Add a border around the table */
}


/* Add rounded corners for specific cells */

th:first-child {
  border-top-left-radius: 12px; /* Top-left corner */
}

th:last-child {
  border-top-right-radius: 12px; /* Top-right corner */
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 12px; /* Bottom-left corner */
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 12px; /* Bottom-right corner */
}





/* Mobile friendly view for Blog Table */
@media screen and (max-width: 999px) {
  table {
    width: 95%;
    padding: 0 2%; /* Smaller padding for mobile */
  }
  th {
  font-size: 75%;
  }
  td {
  font-size: 75%;
  }
}

/* Back button */
.back-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 15px 0px;
  /* margin-bottom: 0px; */
  background-color: #26262680;
  color: #ffffff;
  text-decoration: none;
  border-radius: 5px;
  /* border: 1px solid #ddd; */
  font-size: 16px;
  transition: background-color 0.3s ease;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.2);
}

.back-button:hover {
  background-color: #535353;
}



.back-button-container {
  margin-left: 5%;
  padding-left: 0px;
}

/* Mobile friendly view for Blog Back Button */
@media  screen and (max-width: 999px) {
  .back-button-container {
    display: flex;
    justify-content: center;
    margin-left: 0px;
  }
}

/* Bitcoin Logo */
.logo-container {
  position: absolute; /* or absolute, depending on your layout */
  /* top: 3%; */
  top: 0px;
  margin-top: 25px;
  left: 3%;
  z-index: 1000; /* Ensure it's above other content */
}

.rotating-logo {
  animation: rotateLogo 60s linear infinite; /* Adjust time as needed */
  width: 100px; /* Adjust size as needed */
  height: auto;
  filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.5)); /* Shadow around the image */
}

@media (max-width: 575px) and (min-width: 425px){
  .rotating-logo {
    /* display: none; */
    width: 70px;
  }
}

@media (max-width: 424px) and (min-width: 0px){
  .rotating-logo {
    /* display: none; */
    width: 50px;
  }
}

@keyframes rotateLogo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

/* Bitcoin Chart */
/* .bitcoin-chart {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 70%;
}

@media  screen and (max-width: 1200px) {
  .bitcoin-chart {
    width: 100%;
  }
} */

/* Bitcoin Chart */
.chart-container {
  height: 30em;
}

@media  screen and (max-width: 1200px) {
  .chart-container {
    height: 18em;
  }
}


.caption {
  font-size: 0.8em; /* Smaller font size for caption */
  text-align: center; /* Center align the caption text */
}
figure {
  display: inline-block; /* Ensure figure is inline with text */
  margin: 0; /* Remove default margins */
}
figcaption {
  margin-top: 5px; /* Add some space above the caption */
}

/* Inline images */
.inline-image {
  vertical-align: middle;
  width: 60px;
  height: auto;

}




.container > p {
  margin-left: 5%;
  margin-right: 5%;
}

