* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif !important;
  scroll-behavior: smooth;
}

html{
  background-image: url(../img/bg-html.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.navbar {
  background: none;
  
  height: 100px;
  display: flex;
  justify-content: left;
  align-items: center;
  font-size: 1.2rem;
  
  top: 0;
  z-index: 999;
}

.navbar__container {
  display: flex;
  justify-content: space-between;
  height: 80px;
  z-index: 1;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0 50px;
}

#navbar__logo {
  
  display: flex;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  font-size: 2rem;
}

.navbar__menu {
 
  display: flex;
  align-items: right;
  list-style: none;
}

.navbar__item {
  height: 80px;
}

.header{
  
  max-height: 870px;

}

.navbar__links {
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 114.02%;
  /* or 23px */
  
  letter-spacing: 0.035em;
  
  color: #FFFFFF;
  
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);



  
  display: flex;
  align-items: center;
  justify-content: center;
  width: max-content;
  padding: 15px;
  text-decoration: none;
  height: 100%;
  transition: all 0.3s ease;
}

.navbar__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  width: 100%;
}



.navbar__links:hover {
 
  transition: all 0.3s ease;
}

@media screen and (max-width: 1200px) {
  .navbar__container {
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 0;
  }

  .navbar__menu {
    display: grid;
    grid-template-columns: auto;
    margin: 0;
    width: 100%;
    position: absolute;
    top: -1000px;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: -1;
  }

  .navbar__menu.active {
    background: #131313;
    top: 16%;
    opacity: 1;
    transition: all 0.5s ease;
    z-index: 99;
    height: 75vh;
    font-size: 1.6rem;
  }

  #navbar__logo {
    padding-left: 25px;
  }

  .navbar__toggle .bar {
    width: 25px !important;
    height: 3px;
    margin: 5px auto;
    transition: all 0.3s ease-in-out;
    background: #fff;
  }

  .navbar__item {
    width: 100%;
  }

  .navbar__links {
    text-align: center;
    padding: 2rem;
    width: 100%;
    display: table;
  }

  .navbar__btn {
    padding-bottom: 2rem;
  }

  .button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 80px;
    margin: 0;
  }

  #mobile-menu {
    position: absolute;
    top: 20%;
    right: 5%;
    transform: translate(5%, 20%);
  }

  .navbar__toggle .bar {
    display: block;
    cursor: pointer;
  }

  #mobile-menu.is-active .bar:nth-child(2) {
    opacity: 0;
  }

  #mobile-menu.is-active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  #mobile-menu.is-active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
}

/* Hero Section */


.hero {

  padding: 8rem 0;
}

.grid-container{
  display: grid;
  grid-template-columns: auto auto;
  margin: 2% 10%;
  margin-top: -50px;
  text-align: center;
 
}

.text-box-head{
  padding-top: 6%;
}
.text-head{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 65px;
  line-height: 64px;
  /* or 111% */

  letter-spacing: 0.035em;

  background: linear-gradient(118.75deg, #E0D2EF 8.78%, #A8A8A8 101.34%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  text-align: left;
  text-shadow: 1px 6px 38px rgba(0, 0, 0, 0.5);

}
.text-head-small{
  font-size: 55px;
}

.img-div-head{
  width: 500px;
  height: 350px;
  left: 162px;
  top: 1072px;

  background: rgba(106, 81, 122, 0.38);
  border-radius: 35px;
}

.btn-head{
  text-align: -webkit-left;
  margin-top: 25%;
}

.btn-head-title{
  padding: 1rem 2rem;
  background: linear-gradient(98.04deg, #3C1960 -9.26%, #A12669 58.73%, #395CD8 124.53%);


  border: 4px solid #FFFFFF;
  border-radius: 25px;

  font-family: 'Arial';
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
  /* identical to box height */

  text-align: center;
  letter-spacing: 0.16em;

  /* putih */

  color: #FFFFFF;

}

.section-2-div{
  width: 544px;
  height: 660px;
  

  background: rgba(106, 81, 122, 0.38);
  border-radius: 35px;
}
.grid-item-2{
  text-align: -webkit-center;
}

.grid-container-2{
  display: grid;
  grid-template-columns: auto auto;
  padding: 15px;
  
  margin: 15% 10% 2% 10%;


}

.grid-container-3{
  display: grid;
  grid-template-columns: auto auto;
  padding: 15px;
  
  margin: 0% 10% 2% 10%;


}

.head-section-3{
  font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 52px;
line-height: 99.02%;
/* or 51px */

letter-spacing: 0.035em;

background: linear-gradient(90.37deg, #E0D2EF 3.36%, #A8A8A8 100.08%);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
text-fill-color: transparent;
}

.graph-box{
  margin: 5rem 0rem;
}
.graph-img{
  width: 40rem;
}

/* Dropdown-table CSS */


.container-dropdown {
  margin: 0 auto;
  padding: 8rem 0rem 0rem 2rem;
  width: 100%;
}

.grid-img-container{
  display: grid;
  grid-template-columns: auto auto auto auto;
  padding: 15px;
  
}

.grid-img{
  text-align: center;
}

.table-img{
  width: 7rem;
}



/* NFT IMAGE GRID */

.nft-grid-container{
  display: grid;
  grid-template-columns: auto auto auto auto;
 
}
.nft-container-box{
  padding: 0.2rem 2rem;
  background: rgba(106, 81, 122, 0.38);
  border-radius: 35px;
  margin: 10% 10%;
}
.img-nft{
  text-align: center;
}
.nft{
  width: 12rem;
  border-radius: 2rem;
  padding: 0.5rem;
}

.nft-head{
  font-family: 'Montserrat';
font-style: normal;
font-weight: 900;
font-size: 25px;
line-height: 116.02%;
/* or 41px */

text-align: center;
letter-spacing: 0.035em;
padding: 2.5rem 0rem;
color: #FFFFFF;

text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.grid-box-nft-details{
  display: grid;
  grid-template-columns: auto auto;
  padding: 0rem 1rem;
}

.nft-details{
  font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 116.02%;
/* or 19px */

letter-spacing: 0.035em;
text-align: center;
color: #B1B1B1;
padding: 0.3rem 0rem;
text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

}

.nft-main{
  font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 116.02%;
/* or 22px */
padding: 0.3rem 0rem;
letter-spacing: 0.035em;
text-align: center;

color: #FFFFFF;

text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.nft-1{
  background: linear-gradient(180deg, rgba(11, 12, 13, 0.68) 0%, rgba(47, 54, 81, 0.46) 100%);
  margin: 0.5rem 0.5rem;
  padding-bottom: 10rem;
}
.nft-2{
  background: linear-gradient(180deg, rgba(4, 4, 3, 0.56) 0%, rgba(64, 59, 59, 0.47) 100%, rgba(60, 64, 59, 0.47) 100%);
  margin: 0.5rem 0.5rem;
  padding-bottom: 10rem;
}
.nft-3{
  background: linear-gradient(180deg, rgba(9, 7, 7, 0.65) 0%, rgba(69, 26, 26, 0.43) 100%);
  margin: 0.5rem 0.5rem;
  padding-bottom: 10rem;
}
.nft-4{
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.48) 0%, rgba(62, 46, 23, 0.35) 100%);
  margin: 0.5rem 0.5rem;
  padding-bottom: 10rem;
}
.button-nft-visit{
  border-radius: 35px;
  padding: 0.5rem 3rem;
  background: #362A3E;
  border: 5px solid #4F6DD7;
  color: white;
  font-weight: 700;
  font-size: 25px;
  cursor: pointer;

}
.nft-button{
  text-align: center;
  position: absolute;
  left: 42%;
  margin-top: -7rem;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 32rem;
  padding: 0.5em 1rem;
  color: white;
  font-size: 1.15rem;
  font-weight: 400;
  
  background: linear-gradient(90.41deg, #3D57B5 0.95%, #A444F0 100%);
box-shadow: 0px 4px 41px rgba(33, 33, 33, 0.56);
border-radius: 15px;
border-color: black;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: white;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}

.accordion button .accordion-title {
  padding: 0.5em 1em 0.5em 0.5em;
  font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 600;
font-size: 15px;
line-height: 16px;
/* or 89% */

letter-spacing: 0.04em;

color: #B1B1B1;

}
.accordion-sidesale{
  font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 16px;
/* or 107% */
display: inline-block;
position: absolute;
top: 10px;
right: 30px;
letter-spacing: 0.04em;

color: #111111;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 0;
  width: 22px;
  height: 22px;

}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}


.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1;
  max-height: max-content;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 1rem;
  font-weight: 300;
  margin: 2em 0;
}















.section-2-box-1{
  padding: 2rem;
  border: 5px solid #5378AE;
  border-radius: 35px;
  max-width: 590px;
  margin-bottom: 3rem;
}
.section-1-box-2{
  padding: 2rem;
  border: 5px solid #5378AE;
  border-radius: 35px;
  max-width: 590px;
}
.section-1-box-1-text-11{
  font-family: 'Poppins', sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 50px;
  line-height: 99.02%;
  /* or 54px */
  margin-bottom: 3rem;
  letter-spacing: 0.035em;

  background: linear-gradient(90.37deg, #E0D2EF 3.36%, #A8A8A8 100.08%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.section-1-box-1-text-12{
  font-family: 'Poppins', sans-serif;
font-style: normal;
font-weight: 400;
font-size: 22px;
line-height: 126.52%;
/* or 30px */

letter-spacing: 0.055em;

color: #FFFFFF;

text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.grid-item-3{
  z-index: 0;
}


#corvette{
  display: block;
}

#stang, #lambo, #rari, #bugatti{
  display: none;
}




.card {
  position: absolute;
  width: 15vw;
  height: max-content;
  left: 0;
  text-align: center;
  right: 0;
  margin: auto;
  transition: transform .4s ease;
  cursor: pointer;
}

.container {
  width: 100%;

  height: max-content;
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin-top: 650px;
}

.cards {
 
  width: 100%;
  height: 100%;
  margin-top: -550px;
}

.img-slide {
  width: 70%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover;
}

#item-1:checked ~ .cards #song-5, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-2, #item-4:checked ~ .cards #song-3, #item-5:checked ~ .cards #song-4 {
  transform: translatex(-100%) scale(1);

  z-index: 1;
}

#item-1:checked ~ .cards #song-4, #item-2:checked ~ .cards #song-5, #item-3:checked ~ .cards #song-1, #item-4:checked ~ .cards #song-2, #item-5:checked ~ .cards #song-3 {
  transform: translatex(100%) scale(1);

  z-index: 1;
}

#item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-4, #item-3:checked ~ .cards #song-5, #item-4:checked ~ .cards #song-1, #item-5:checked ~ .cards #song-2 {
  transform: translatex(-200%) scale(.8);

  z-index: 1;
  

}
#item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-4, #item-4:checked ~ .cards #song-5, #item-5:checked ~ .cards #song-1 {
  transform: translatex(200%) scale(.8);
  
  z-index: 1;
  

}
#item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3, #item-4:checked ~ .cards #song-4, #item-5:checked ~ .cards #song-5, #lambo {
  transform: translatex(0) scale(1.5);
 
 

}

/* Bar Section */

#bar-section{
display: grid;
grid-template-columns: 25% 75%;
background-color: #151615;
height: 1100px;
padding-bottom: 200px;

width: 65rem;

border-radius: 50px;
} 
.bar-img-side{
margin: 20px;
margin-top: 150px;

}      

.heading{

margin-top: 625%;
font-style: normal;
font-weight: 600;
font-size: 25px;
line-height: 116.02%;

letter-spacing: 0.035em;
text-shadow: 1px 6px 38px rgba(0, 0, 0, 0.5);
-webkit-transform: rotateX(180deg);
     transform: rotateX(180deg);
}

.bar-one-head{
color: #696FA5;

}

.bar-two-head{
color: #969699;
}
.bar-three-head{
color: #915C5C;
}
.bar-four-head{
color: #9D6E3A;
}



.bar-graph-vertical {
position: absolute;
margin-top: -50px;

max-width: 1000px;
-webkit-transform: rotateX(180deg);
     transform: rotateX(180deg);
}

.bar-graph-vertical .bar-container {
position: fixed;
float: left;
height: 1000px;
margin-right: 40px;
position: relative;
text-align: center;
width: 140px;
}

.bar-graph-vertical .bar {
border-radius: 20px 20px 0px 0px;
bottom: 50px;
position: absolute;
width: 140px;
}



.bar-graph-two .bar::after {
-webkit-animation: fade-in-text 2.2s 0.1s forwards;
-moz-animation: fade-in-text 2.2s 0.1s forwards;
animation: fade-in-text 2.2s 0.1s forwards;
color: #fff;
content: attr(data-percentage);
font-weight: 700;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: left;
top: 24px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}



.bar-graph-two-01 .bar::after {
-webkit-animation: fade-in-text 2.2s 0.1s forwards;
-moz-animation: fade-in-text 2.2s 0.1s forwards;
animation: fade-in-text 2.2s 0.1s forwards;
color: #fff;
content: attr(data-percentage);
font-weight: 700;
left: 0;
margin: 0 auto;
position: absolute;
right: 0;
text-align: left;
top: 24px;
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-o-transform: rotate(90deg);
-ms-transform: rotate(90deg);
transform: rotate(90deg);
}

.bar-graph-two-01 .bar-one .bar {
background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(105, 111, 165, 0.08) 100%);
height: 10%;
}

.bar-graph-two-01 .bar-two .bar {
background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(141, 141, 144, 0.42) 100%);
height: 10%;
}

.bar-graph-two-01 .bar-three .bar {
background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(144, 92, 92, 0.58) 100%);
height: 10%;
}

.bar-graph-two-01 .bar-four .bar {
background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(157, 110, 58, 0.44) 100%);
height: 10%;
}




.bar-graph-two .bar-one .bar {
background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(105, 111, 165, 0.08) 100%);
-webkit-animation: show-bar-one-vertical 1.2s 0.1s forwards;
-moz-animation: show-bar-one-vertical 1.2s 0.1s forwards;
animation: show-bar-one-vertical 1.2s 0.1s forwards;
}

.bar-graph-two .bar-two .bar {
background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(141, 141, 144, 0.42) 100%);
-webkit-animation: show-bar-two-vertical 1.2s 0.2s forwards;
-moz-animation: show-bar-two-vertical 1.2s 0.2s forwards;
animation: show-bar-two-vertical 1.2s 0.2s forwards;
}

.bar-graph-two .bar-three .bar {
background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(144, 92, 92, 0.58) 100%);
-webkit-animation: show-bar-three-vertical 1.2s 0.3s forwards;
-moz-animation: show-bar-three-vertical 1.2s 0.3s forwards;
animation: show-bar-three-vertical 1.2s 0.3s forwards;
}

.bar-graph-two .bar-four .bar {
background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(157, 110, 58, 0.44) 100%);
-webkit-animation: show-bar-four-vertical 1.2s 0.4s forwards;
-moz-animation: show-bar-four-vertical 1.2s 0.4s forwards;
animation: show-bar-four-vertical 1.2s 0.4s forwards;
}



/* Bar Graph Vertical Animations */
@-webkit-keyframes show-bar-one-vertical {
0% {
height: 10%;
}
100% {
height: 95%;
}
}

@-webkit-keyframes show-bar-two-vertical {
0% {
height: 10%;
}
100% {
height: 60%;
}
}

@-webkit-keyframes show-bar-three-vertical {
0% {
height: 10%;
}
100% {
height: 50%;
}
}

@-webkit-keyframes show-bar-four-vertical {
0% {
height: 10%;
}
100% {
height: 35%;
}
}


@-webkit-keyframes fade-in-text {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}


svg {
  width: 100%;
  height: 100%;
  margin: 0;
  
}

#year-01{
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 45px;
line-height: 116.02%;
letter-spacing: 0.085em;
text-shadow: 1px 0px 38px rgba(0, 0, 0, 0.51);
}

#Q-01{
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 116.02%;
letter-spacing: 0.085em;
text-shadow: 1px 0px 38px rgba(0, 0, 0, 0.51);
}

#text-01{
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 140.52%;
letter-spacing: 0.035em;
color: #74AAEE;
text-shadow: 1px 6px 38px rgba(0, 0, 0, 0.5);
}

#head-roadmap{
  font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 70px;
line-height: 116.02%;
letter-spacing: 0.085em;
text-shadow: 1px 0px 38px rgba(0, 0, 0, 0.51);
}

#roadmap-svg{
  z-index: 1;
  margin-top: 220px;
 
}

/* FAQ */
.faq-heading{
  margin: 180px 0px 100px 180px;
}

.faq-head-main{
font-family: "Poppins", sans-serif;
font-style: normal;
font-weight: 600;
font-size: 66px;
line-height: 116.02%;
letter-spacing: 0.085em;
color: #FFFFFF;
text-shadow: 1px 0px 15px rgba(0, 0, 0, 0.51);
}

.faq {
  padding: 20px;
  width: 75%;
  min-width:450px;
  margin: auto;
  position: relative;
  height: auto;
}

.faq-container {
  width: 100%;
  height: 100%;

}

.faq-label {
  cursor: pointer;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border-bottom: 1px solid #E6D0D0;

}

.faq-label-text {
  font-family: "Poppins", sans-serif;
font-style: normal;
font-weight:600;
font-size: 22px;
line-height: 130%;
letter-spacing: 0.005em;
color: #FFFFFF;


}

.faq-label-icon {
  padding: 2px 3px;
  background: null;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.material-icons, .fa-angle-up {
  color: white;
  font-size: 35px;
  text-align: center;
  transition: 0.3s ease;
}

.faq-answer {
  transition: 0.3s ease;
  margin-top: 15px;
  height: 0;
  
 
  overflow: hidden;

}

.faq-answer-content {
  font-family: "Poppins", sans-serif;
  font-style: normal;
  font-weight:500;
  font-size: 20px;
  line-height: 130%;
  letter-spacing: 0.005em;
  color: white;
  
  

}

.active {

  

  
  height: auto;
  margin-bottom: 25px;

}
.rotate{
  transform: rotate(180deg)
}

.footer{
  text-align: center;
  margin: 250px 15% 100px 15%;

}

.grid-container-footer {
  display: grid;
  grid-template-columns: auto auto auto auto auto;


}
.bar-2-img{
  max-width: 70vw;
}



@media screen and (min-width: 500px) AND (max-width: 699px) {

  #item-1:checked ~ .cards #song-5, #item-2:checked ~ .cards #song-1, #item-3:checked ~ .cards #song-2, #item-4:checked ~ .cards #song-3, #item-5:checked ~ .cards #song-4 {
    transform: translatex(-70%) scale(1);
  
    z-index: 1;
  }
  
  #item-1:checked ~ .cards #song-4, #item-2:checked ~ .cards #song-5, #item-3:checked ~ .cards #song-1, #item-4:checked ~ .cards #song-2, #item-5:checked ~ .cards #song-3 {
    transform: translatex(70%) scale(1);
  
    z-index: 1;
  }
  
  #item-1:checked ~ .cards #song-3, #item-2:checked ~ .cards #song-4, #item-3:checked ~ .cards #song-5, #item-4:checked ~ .cards #song-1, #item-5:checked ~ .cards #song-2 {
    transform: translatex(-130%) scale(.8);
  
    z-index: 2;
    
  
  }
  #item-1:checked ~ .cards #song-2, #item-2:checked ~ .cards #song-3, #item-3:checked ~ .cards #song-4, #item-4:checked ~ .cards #song-5, #item-5:checked ~ .cards #song-1 {
    transform: translatex(130%) scale(.8);
    
    z-index: 2;
    
  
  }
  #item-1:checked ~ .cards #song-1, #item-2:checked ~ .cards #song-2, #item-3:checked ~ .cards #song-3, #item-4:checked ~ .cards #song-4, #item-5:checked ~ .cards #song-5, #lambo {
    transform: translatex(0) scale(1.5);
   
   
  
  }
 
  #bar-section{
    margin-left: 80px;
    height: 450px;
  }
  .bar-img-05{
    max-width: 20vw;
  }
  .bar{
    width: 50px !important;
    
  }

  .bar-graph-vertical .bar-container {
    position: fixed;
    float: left;
    height: 1000px;
    margin-right: 5px;
    position: relative;
    text-align: center;
    width: 50px;
    }

  /* Bar Graph Vertical Animations */
@-webkit-keyframes show-bar-one-vertical {
  0% {
  height: 10%;
  }
  100% {
  height: 42%;
  }
  }
  
  @-webkit-keyframes show-bar-two-vertical {
  0% {
  height: 10%;
  }
  100% {
  height: 29%;
  }
  }
  
  @-webkit-keyframes show-bar-three-vertical {
  0% {
  height: 10%;
  }
  100% {
  height: 24%;
  }
  }
  
  @-webkit-keyframes show-bar-four-vertical {
  0% {
  height: 10%;
  }
  100% {
  height: 17%;
  }
  }
  

  
.bar-graph-two-01 .bar-one .bar {
  background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(105, 111, 165, 0.08) 100%);
  height: 6%;
  }
  
  .bar-graph-two-01 .bar-two .bar {
  background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(141, 141, 144, 0.42) 100%);
  height: 6%;
  }
  
  .bar-graph-two-01 .bar-three .bar {
  background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(144, 92, 92, 0.58) 100%);
  height: 6%;
  }
  
  .bar-graph-two-01 .bar-four .bar {
  background: linear-gradient(360deg, rgba(4, 4, 4, 0.81) 6.45%, rgba(157, 110, 58, 0.44) 100%);
  height: 6%;
  }
  
 
  


  
  .faq-head-main{
    font-size: 45px;
  }
  .faq-heading{
    margin: 180px 0px 80px 120px;
  }
  
  #roadmap-svg{
    margin-top: 100px;
  }

  .faq-heading{
    margin: 100px 0px 60px 50px;
  }
  .faq-head-main{
    font-size: 40px;
  }
  .faq-label-text{
    font-size: 18px;
  }
  .faq-answer-content{
    font-size: 16px;
  }




}



