/* styles.css */

/* Reset some browser-specific styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'SF Pro Display', 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f0f0f0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    margin-bottom: 1rem;
}

p {
    margin-bottom: 1rem;
}

a {
    text-decoration: none;
    color: #333;
    transition: color 0.3s;
}

a:hover {
    color: #f7931a; /* Bitcoin orange color */
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

/* Header */
header {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 1rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header .logo {
    font-size: 1.5rem;
    font-weight: bold;
    color: #f7931a; /* Bitcoin orange color */
}

/* Header styles (add these to styles.css) */

footer {
    display: flex;
    align-items: center;
}

nav {
    display: flex;
}

nav ul {
    display: flex;
}

nav ul li {
    list-style: none;
    margin-left: 1rem;
}


/* Roadmap styles (add these to styles.css) */


.link {
  stroke-width: 2px;
}

/* styles.css */

#brc20 {
    padding: 2rem;
    font-size: 1.1rem;
    line-height: 1.6;
    background-color: #282c34;
    color: #ffffff;
  }
  
  #brc20 h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #f7931a;
}
  
table, th, td {
    border: 1px solid;
}  

#roadmap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  overflow: hidden;
}

#roadmap h2 {
    margin-bottom: 2rem;
}

.timeline {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #f7931a; /* Bitcoin orange color */
    margin-left: -2px;
}

.timeline-element {
    position: relative;
    background-color: #ffffff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 2rem;
    margin-bottom: 2rem;
    width: 80%;
}

.timeline-element:nth-child(odd) {
    left: -5%;
}

.timeline-element:nth-child(even) {
    left: 55%;
}

.timeline-element::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.timeline-element:nth-child(odd)::before {
    left: 100%;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #ffffff;
    top: 20px;
}

.timeline-element:nth-child(even)::before {
    right: 100%;
    border-width: 10px 10px 10px 0;
    border-color: transparent #ffffff transparent transparent;
    top: 20px;
}

.timeline-element h3 {
    margin-bottom: 1rem;
}

/* Section styles (add these to styles.css) */

#team {
    background-color: #000;
    color: #f0f0f0;
}

section {
    background-color: #fff;
    padding: 3rem 1rem;
    margin-bottom: 2rem;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

section:last-child {
    margin-bottom: 0;
}



/* Mint Section */
#mint {
    background-color: #000000;
    padding: 3rem 1rem;
    text-align: center;
    color: #f0f0f0;
}

.mint-btn {
    background-color: #f7931a; /* Bitcoin orange color */
    color: #fff;
    padding: 0.5rem 1rem;
    border: none;
    border-radius: 4px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mint-btn:hover {
    background-color: #cc6d00; /* Darker Bitcoin orange color */
}

/* Modal styles */
/* ... (Keep the modal styles provided in previous responses) */



/* styles.css */

.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-color: #ffffff;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
}

.close {
    align-self: flex-end;
    font-size: 2rem;
    font-weight: bold;
    cursor: pointer;
    padding: 0.5rem;
}

iframe {
    flex-grow: 1;
    border: none;
}

@media screen and (max-width: 768px) {
    .modal-content {
        width: 95%;
        height: 95%;
    }
}

/* CUSTOM CLASSES */
.glowCookies__border {
    border: 1px solid #e6e6e6 !important;
  }
  
  .glowCookies__left {
    left: 15px;
  }
  
  .glowCookies__right {
    right: 15px;
  }
  
  .glowCookies__show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: scale(1) !important;
  }
  
  /* COMMON STYLES */
  /* ========================= */
  .glowCookies__banner {
    opacity: 0;
    visibility: hidden;
    transform: scale(0.9);
    font-family: inherit;
    position: fixed;
    width: auto;
    max-width: 375px;
    z-index: 999;
    -webkit-box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
    -moz-box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
    box-shadow: 0 .625em 1.875em rgba(2,2,3,.2);
    transition: transform .2s ease, opacity .2s ease !important;
  }
  
  .glowCookies__banner .accept__btn__styles {
    border: none;
    padding: 13px 15px;
    font-size: 15px;
    font-family: inherit;
    width: 49%;
    cursor: pointer;
    font-weight: bolder;
    transition: filter 0.15s;
    user-select: none;
  }
  
  .glowCookies__banner .settings__btn__styles {
    border: none;
    padding: 13px 15px;
    font-family: inherit;
    font-size: 15px;
    width: 49%;
    cursor: pointer;
    font-weight: bolder;
    transition: filter 0.15s;
    user-select: none;
  }
  
  .glowCookies__banner .btn__section button:focus {
    outline: none;
    transform: scale(0.95);
    -webkit-filter: contrast(75%);
    filter: contrast(75%);
  }
  
  .glowCookies__banner .btn__section button:hover {
    -webkit-filter: contrast(85%);
    filter: contrast(85%);
  }
  
  @media (max-width: 455px) {
    .btn__section .btn__accept {
      width: 100%;
      margin-bottom: 7px;
    }
  
    .btn__section .btn__settings {
        width: 100%;
    }
  }
  
  /* BANNER STYLE 1 */
  /* ========================= */
  .glowCookies__banner__1 {
    bottom: 15px;
    border-radius: 20px;
    padding: 20px 25px;
  }
  
  .glowCookies__banner__1 > h3 {
    font-size: 24px;
    margin: 0px;
    padding: 8px 0;
  }
  
  .glowCookies__banner__1 > p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
  }
  
  .glowCookies__banner__1 .read__more {
    font-weight: bolder;
  }
  
  .glowCookies__banner__1 .read__more:hover {
    color: #666666;
  }
  
  .glowCookies__banner__1 .btn__section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .glowCookies__banner__1 .btn__section button {
    border-radius: 10px;
  }
  
  @media (max-width: 455px) {
    .glowCookies__banner__1 {
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: 7px;
    }
  
    .glowCookies__banner__1 .btn__section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }
  }
  
  
  /* BANNER STYLE 2 */
  /* ========================= */
  .glowCookies__banner__2 {
    bottom: 15px;
    border-radius: 5px;
    padding: 25px 35px;
  }
  
  .glowCookies__banner__2 > h3 {
    font-size: 24px;
    margin: 0px;
    padding: 8px 0;
  }
  
  .glowCookies__banner__2 > p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
  }
  
  .glowCookies__banner__2 .read__more {
    font-weight: bolder;
  }
  
  .glowCookies__banner__2 .read__more:hover {
    opacity: 0.8;
  }
  
  .glowCookies__banner__2 .btn__section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 20px;
  }
  
  .glowCookies__banner__2 .btn__section button {
    border-radius: 5px;
  }
  
  @media (max-width: 455px) {
    .glowCookies__banner__2 {
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: 0px;
        border: 0px;
        max-width: 550px;
    }
  
    .glowCookies__banner__2 .btn__section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }
  }
  
  /* BANNER STYLE 3 */
  /* ========================= */
  .glowCookies__banner__3 {
    bottom: 15px;
    border-radius: 0px;
    padding: 25px 35px;
  }
  
  .glowCookies__banner__3 > h3 {
    font-size: 30px;
    margin: 0px;
    padding: 8px 0;
  }
  
  .glowCookies__banner__3 > p {
    font-size: 15px;
    margin: 0px;
    padding: 0px;
    line-height: 1.3;
  }
  
  .glowCookies__banner__3 .read__more {
    font-weight: bolder;
  }
  
  .glowCookies__banner__3 .read__more:hover {
    opacity: 0.8;
  }
  
  .glowCookies__banner__3 .btn__section {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 25px;
  }
  
  .glowCookies__banner__3 .btn__section button {
    border-radius: 0px;
  }
  
  @media (max-width: 455px) {
    .glowCookies__banner__3 {
        bottom: 0px;
        left: 0px;
        right: 0px;
        border-radius: 0px;
        border: 0px;
        max-width: 550px;
    }
  
    .glowCookies__banner__3 .btn__section {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 20px;
    }
  }
  
  /* Prebanner styles */
  /* =========================== */
  .prebanner {
    position: fixed;
    bottom: 15px;
    z-index: 999;
    min-height: 50px;
    min-width: 125px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    font-weight: bolder;
    line-height: normal;
    border: none;
    padding: 12px 18px;
    text-decoration: none;
    user-select: none;
    -webkit-box-shadow: 0 .625em 1.875em rgba(2,2,3,.1);
    -moz-box-shadow: 0 .625em 1.875em rgba(2,2,3,.1);
    box-shadow: 0 .625em 1.875em rgba(2,2,3,.1);
  }
  
  .prebanner__border__1 {
    border-radius: 15px;
  }
  
  .prebanner__border__2 {
    border-radius: 10px;
  }
  
  .prebanner__border__3 {
    border-radius: 2px;
  }
  
  .animation {
    transition: .2s;
  }
  
  .animation:hover {
    transform: scale(.97);
  }
  
  .prebanner:hover {
    text-decoration: none;
  }
