
:root {
  --primary-color: #1b2025;
  --secondary-color: #fff;
  --third-color: #0c1927;
  --fourth-color: #f6f5ef;
  --fifth-color: #161616;
  --sixth-color: #36313f;
  --seventh-color: #ffd1d1;
  --eight-color: #FFD700;
  --font-family: 'avenirmedium';
  --transparent-BC: rgba(12, 25, 39, 0);
}

p {
  font-size: 12px;
  font-family: 'avenirmedium';
}

strong {
  font-family: 'avenirmedium';
  font-size: 14px;
  font-weight: lighter !important;
}

strong::before {
  content: '\2022';
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

h4 {
  text-align: center;
  font-family: 'avenirmedium';
  font-size: 20px;
}

h5 {
  font-family: 'avenirmedium';
  font-size: 16px;
  padding: 10px;
  text-align: left;
  line-height: 28px !important;
  margin-bottom: 10px !important;
  margin-top: 40px !important;
}
h6 {
  margin-top: 30px !important;
}

h6::before{
  font-family: 'avenirmedium';
  display: inline-block; 
  vertical-align: middle; 
  font-size: 16px;
  content: url('./img/arrow.png');
  margin-right: 5px; 
  margin-left: 40px;
  margin-bottom: 2;
}

p{
  text-align: -webkit-left !important;
}

p, strong {
  font-family: 'avenirmedium';
  font-size: 14px !important;
  margin-left: 40px;
  margin-bottom: 20px !important;
}

.hr_wp{
  width: auto;
  color: #f6f5ef;
}

.whitepaper {
    top: 0;
    left: 0;
    /* height: 100vh;
    width: 100vw; */
    font-family: var(--font-family);
    background-color: var(--third-color) !important;
    cursor: default;
    overflow: hidden;
    scrollbar-width: none;
  }

  .scroll_WP{
    overflow-y: scroll !important;
    scrollbar-width: thin;
    scrollbar-color: #191970;
    scrollbar-width: none;
  }

  .scroll_WP::-webkit-scrollbar{
    width: 5px;
    height: 25px;
  }
  .scroll_WP::-webkit-scrollbar {
    width: 8px;
    }
    
  .scroll_WP::-webkit-scrollbar-track {
    background-color: inherit;
    }
    
  .scroll_WP::-webkit-scrollbar-thumb {
    background-color: #191970;
    border-radius: 4px;
    height: 20px;
    }
  
  .scroll_WP::-webkit-scrollbar-thumb:hover {
    background-color: #000080;
    }
 
  .transparent_BG{
    background: linear-gradient(110deg, rgba(12, 25, 39, 0.493) 35.46%, rgba(19, 42, 66, 0.459) 70.05%);
    /* backdrop-filter: blur(10px); */
  }

  .transparent_HS {
    background-color: var(--transparent-BC);
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
  }

  .transparent_HS::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: var(--transparent-BC);
    backdrop-filter: blur(10px);
    z-index: -1;
  }
 
  .details_WP {
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    margin-top: 30px;
    border-bottom: 1px solid #4c4c4c;
    text-align: center;
    justify-content: center;
    white-space: normal;
    align-items: center;
    /* 
    background-color: linear-gradient(110deg, rgba(12, 25, 39, 0.493) 35.46%, rgba(19, 42, 66, 0.459) 70.05%);
 */
}

  .detailsaligns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;

  }
  .heading_WP{
    color: var(--secondary-color);
    font-family: var(--font-family);
    font-size: 50px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 5px;
    line-height: 24px;
  }
  .sub_heading_WP{
    color: var(--secondary-color);
    font-family: var(--font-family);
    font-size: 36px;
    padding: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
  }
  .para_WP{
    color: var(--fourth-color);
    font-family: var(--font-family);
    font-size: 14px;
    margin-top: 10px;
    width: 71vw;
    line-height: 25px !important;
    font-style: normal;
    font-weight: 500;
  }

/* For screens with width <= 768px */
@media (max-width: 768px) {
  .detailsaligns {
    width: 90vw;
  }

  .heading_WP {
    font-size: 36px;
    letter-spacing: 3px;
    line-height: 22px;
  }

  .sub_heading_WP {
    font-size: 26px;
    padding: 20px;
  }

  .para_WP {
    font-size: 12px;
    width: 85vw;
    line-height: 20px !important;
  }
}

/* For screens with width > 768px */
@media (min-width: 769px) {

  .heading_WP {
    font-size: 40px;
    letter-spacing: 5px;
    line-height: 24px;
  }

  .sub_heading_WP {
    font-size: 32px;
    padding: 30px;
  }

  .para_WP {
    font-size: 14px;
    width: 71vw;
    line-height: 25px !important;
  }

  .leftNav{
    margin-right: 50px;
  }
}

/* For screens with width <= 480px */
@media (max-width: 480px) {
  .detailsaligns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 11px;
    width: 90vw;
  }

  .heading_WP {
    color: var(--secondary-color);
    font-family: var(--font-family);
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: 3px;
    line-height: 40px;
    margin-bottom: 0 !important;
  }

  .sub_heading_WP {
    color: var(--secondary-color);
    font-family: var(--font-family);
    font-size: 22px;
    padding: 15px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 30px;
  }

  .para_WP {
    color: var(--fourth-color);
    font-family: var(--font-family);
    text-align: justify;
    margin: 0 !important;
    line-height: 25px !important;
    font-style: normal;
    font-weight: 500;
  }

  .detailContainer{
    padding: 0 !important;
  }

  .leftNav{
    display: none !important;
    width: 0vw !important;
  }

  .rightDetails {
    width: 100vw !important;
    padding: 0 !important;
  }

  .content_WP {
    margin-left: 5vw !important;
    width: 90vw !important;
  }


}


  
  .tokenScreen_WP {
    width: 620px;
    height: 300px;
    border: 1px solid #191970;
    border-radius: 30px;
    border-left: 4px outset #06064aa1;
    border-right: 4px outset #2b2bb7bf;
  }

  .aboutToken{
    position: absolute;
  }
  
  .detailContainer{
    display: flex;
    flex-direction: row;
    padding: 40px 0px 30px 60px;    
  }

  .transparent_BG2{
    background: linear-gradient(-310deg, rgba(12, 25, 39, 0.493) 47%, rgba(19, 42, 66, 0.459) 75.05%);
    /* backdrop-filter: blur(10px); */
  }
  
  .leftNav{
    display: flex;
    flex-direction: column;
    width: 25vw;
    padding: 28px 0px 0px 12px;
    position: sticky;
    transition: transform 0.3s ease; 
  }

  .leftNav.hovered {
    transform: translateY(20px); /* Adjust this value as needed for the desired movement */
  }
  
  .contentBox_WP {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
  }
  
  .content-link_WP{
    display: flex;
    color: var(--third-color);
    background-color: var(--secondary-color);
    width: 275px;
    height: 54px;
    align-items: center;
    flex-direction: column;
    padding: 17px 0px;
    font-size: 14px;
    text-decoration: none;
    font-family: 'avenirmedium';
    font-weight: 500;
    box-shadow: 0 10px 20px rgba(41,41,42,.07);
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer !important;
    position: relative;
  }
  
  .content-link_WP:hover{
    color: var(--fourth-color);
    font-size: 16px;
    text-decoration: none;
    background-color: #191970;
  }
  
  
  .contentBox_WP .content-link_WP.active {
    color: var(--fifth-color);
    font-size: 16px;
    background-color: var(--eight-color);
    text-decoration: none;
  } 

  .contentBox_WP .content-link_WP.active::before {
  content: "";
  position: absolute;
  top: 0;
  right: -56px;
  width: 1px;
  height: 100%;
  background-color: var(--eight-color);
  z-index: 1;
  }
  

  .rightDetails {
    display: flex;
    flex-direction: column;
    color: var(--fourth-color);
    padding: 0px 50px 20px 80px;
    flex: 1;
    overflow-y: auto; 
  }

  
  .rightDetails::-webkit-scrollbar {
    display: none; 
  }

 .contentBox_WP {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  position: sticky;
  top: 20px;
}
  