body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
  }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  background-color: white;
  color: black;
}

.logo {
  font-size: 20px;
  font-weight: bold;
}

.logo img {
  width: 85px;
  height: 70px;
  margin-right: 10px;
  border-radius: 50%;
}

.menu-icon {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.menu-icon div {
  width: 25px;
  height: 3px;
  background-color: black;
}

/* Dropdown Menu Styles */
.dropdown-menu {
  position: fixed;
  bottom: -100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 300px;
  background-color: white;
  color: black;
  border-radius: 0px;
  text-align: center;
  transition: bottom 0.3s ease-in-out;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  z-index: 9999;
}

.dropdown-menu ul {
  list-style: none;
  padding: 20px 0;
}

.dropdown-menu ul li {
  padding: 10px 0;
  border-bottom: 1px solid #f0e9e9;
}

.dropdown-menu ul li:last-child {
  border-bottom: none;
}

.dropdown-menu ul li a {
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  text-align: left;
  color: black;
  font-size: 18px;
  display: block;
  margin-left: 20px;
}

/* Active Dropdown */
.dropdown-menu.active {
    bottom: 20%;
  }
  

  

.bitbox-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    padding: 50px 20px;
    background: url('image/bg.webp') no-repeat center center/cover;
    background-position: 90px;
  
    /* filter: blur(2px); */
    min-height: 100vh;
    position: relative;
  }

  /* Slanted Bottom Effect */
.bitbox-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: #fff; /* Slanted section background */
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: -1; /* Places the slant under the section */
  }

.bitbox-title {
    font-size: 36px;
    margin-bottom: 20px;
    font-family: Arial, Helvetica, sans-serif;
  }

.bitbox-title b {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
  }

.bitbox-description {
    margin: 15px 0;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bolder;
    line-height: 1.6;
    max-width: 600px; 
  }

.rating-section {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
  }

.green-star {
    color: green;
    font-size: 20px;
  }

.trustpilot {
    font-weight: bold;
    color: green;
  }

.stars {
    display: flex;
    gap: 5px;
  }

.star-box {
    width: 25px;
    height: 25px;
    background-color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 18px;
    border-radius: 3px;
  }

.trust-score {
    margin-top: 10px;
    font-size: 16px;
  }

.security-info {
    margin: 20px 0;
    font-size: 16px;
  }

.security-info span {
    background-color: red;
    color: white;
    font-size: 14px;
    font-weight: bold;
    border-radius: 3px;
    padding: 0 6px;
    margin-left: 5px;
  }

.shop-btn {
    display: inline-block;
    background-color: green;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 18px;
    padding: 12px 30px;
    border-radius: 5px;
    margin-top: 20px;
    transition: background-color 0.3s;
  }

.shop-btn:hover {
    background-color: darkgreen;
  }

.secure-crypto-section {
    background-color: #f9f9f9;
    padding-top: 50px 20px;
    text-align: center;
  }

.secure-crypto-section h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

.secure-crypto-section h3 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
.secure-crypto-section p {
    font-size: 18px;
    line-height: 1.6;
    color: #555;
    max-width: 800px;
    margin: 20px auto;
  }

.rating-section {
  padding-bottom: 0px;
}
.trustpilot {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.security-info {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.cta-buttons1 {
  margin-top: 30px;
}
.cta-buttons1 a {
  display: inline-block;
  background-color: white;
  color: rgb(96, 96, 255);
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 5px;
  margin: 0 15px;
  font-size: 16px;
  transition: background-color 0.3s;
}
.cta-buttons1 a:hover {
  background-color: black;
}

.cta-buttons2 {
    margin-top: 30px;
  }
.cta-buttons2 a {
    display: inline-block;
    background-color: rgb(96, 96, 255);
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    padding: 12px 30px;
    border-radius: 5px;
    margin: 0 15px;
    font-size: 16px;
    transition: background-color 0.3s;
  }
.cta-buttons2 a:hover {
    background-color: black;
  }
.testimonial {
  background-color: #e9f7e5;
  padding: 30px;
  border-radius: 10px;
  max-width: 600px;
  margin: 30px auto;
  text-align: left;
}
.testimonial p {
  font-size: 16px;
  color: #333;
  margin-bottom: 15px;
}

.testimonial .author {
  font-weight: bold;
  font-size: 18px;
  color: rgb(84, 84, 255);
}
.testimonial .author-info {
    font-style: italic;
    color: #777;
}
.star-rating {
    font-size: 40px;
    color: #ccc;
}
.star-rating .star {
    color: gold;
    cursor: pointer;
}

.star-rating .star:hover,
.star-rating .star:hover ~ .star {
    color: #f39c12;
}

.image-section {
    text-align: center;
    padding: 1.5rem;

    height: 10%;
  }
  
.image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

.image-section02 {
  text-align: center;
  padding: 1.5rem;

}

.image-section02 img{
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  padding-top: 10px;
  padding-bottom: 50px;
}


.image-sectionn {
    text-align: center;
    padding: 1.5rem;
    height: 30px;
  }
  
.image-sectionn img {
    max-width: 100%;
    height: 50px;
    width: 1000px;
    border-radius: 8px;
  }

.image-section2 {
    text-align: center;
    padding: 1.5rem;
    height: 30px;
    padding-bottom: 70px;
  }
  
.image-section2 img {
    max-width: 100%;
    height: 60px;
    width: 130px;
    border-radius: 8px;
    padding-top: 0px;
  }


.image-section3 {
    text-align: center;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.image-section3 img {
    height: 60px;
    width: 10%;
    border-radius: 8px;
    padding-top: 0px;
    margin-top: 0px;

  }

.image-section4 {
    text-align: center;
    height: 30px;
    padding-top: 0px;
    padding-bottom: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.image-section4 img {
    height: 200px;
    width: 60%;
    border-radius: 8px;
    padding-top: 80px;
    margin-top: 0px;
    padding-bottom: 80px;

  }



.bitbox-sectionn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    padding-top: 2px;
    background: white;
    min-height: 100vh;
    position: relative;
  }

  /* Slanted Bottom Effect */
.bitbox-sectionn::after {
    content: '';
    position: absolute;
    bottom: 0;
    padding-bottom: 0px;
    left: 0;
    width: 100%;
    height: 100px;
    background: #fff; /* Slanted section background */
    clip-path: polygon(0 100%, 100% 0, 100% 100%);
    z-index: -1; /* Places the slant under the section */
  }

.bitbox-titlee {
    font-size: 36px;
    margin-bottom: 20px;
  }

.bitbox-titlee b {
    font-weight: bold;
  }

.bitbox-descriptionn {
    margin: 15px 0;
    font-size: 18px;
    line-height: 1.6;
    max-width: 600px;
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    margin-top: 0px;
}

.text p{
    color: black;
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.control h1{
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    margin-top: 0px;
}

.control h2{
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    margin-top: 10px;
}

.control h3{
    font-family: Arial, Helvetica, sans-serif;
    color: grey;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0px;
    margin-top: 10px;
}
.link {
    font-family: Arial, sans-serif;
    color: blue;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}
  
.link:hover {
    color: red;
    text-decoration: wavy;
}

.cta-buttons3 {
  margin-top: 30px;
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cta-buttons3 a {

  background-color: blue;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 30px;
  border-radius: 5px;
  margin: 0 15px;
  font-size: 16px;
}
.cta-buttons3 a:hover {
  background-color: black;
}

.version {
  padding-top: 100px;

}
.version h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: 0px;

}

.version h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: 0px;
}

.bluelight {
  color: blue; /* Purple color */
  font-weight: bold;
}

.version h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 18px;
  font-weight:lighter;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: 0px;
}

.version h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 16px;
  font-weight:lighter;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.edition {
  padding-top: 100px;
  background-color: black;

}
.edition h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: white;
  font-size: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;

}
.orangelight {
  color: orangered;
  font-weight: bold;
}
.edition h2 {
  color: white;
  font-weight: lighter;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: 0px;
}
.edition h3 {
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  margin-top: 0px;
}
.edition h4 {
  color: orangered;
  font-size: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  margin-top: 20px;
  padding-bottom: 10px;
}


.simple {
  padding-top: 100px;
  background-color: rgb(202, 198, 198);

}

.simple h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 23px;
  display: flex;
  align-items: left;
  justify-content: left;
  padding-top: 40px;
  padding-left: 38px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}

.bold {
  font-weight: lighter;
}

.simple h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 23px;
  display: flex;
  align-items: left;
  justify-content: left;
  padding-top: 0px;
  padding-left: 38px;
  margin-top: 0px;
  padding-top: 7px;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: bold;
}

.simple h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: black;
  font-size: 16px;
  display: flex;
  align-items: left;
  justify-content: left;
  padding-top: 15px;
  padding-left: 38px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;
  font-weight: lighter;
}

.simple h4 {
  font-family: Arial, Helvetica, sans-serif;
  color: rgb(36, 36, 248);
  font-size: 16px;
  display: flex;
  align-items: left;
  justify-content: left;
  padding-top: 15px;
  padding-left: 38px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 10px;

}


.gallery {
  padding-top: 40px;
  background-color: rgb(202, 198, 198);

}

.gallery h1 {
  color: black;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 40px;
  margin-top: 0px;
}




.opensource-section {
  display: flex;
  flex-direction: column;
  align-items: left;
  text-align: left;
  padding: 50px 20px;
  background-color: #f9f9f9;
}

.opensource-item {
  display: flex;
  align-items: left;
  justify-content: left;
  gap: 20px;
  margin-bottom: 40px;
}

.check-mark, .x-mark {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  display: flex;
  align-items: left;
  justify-content: left;
  font-size: 24px;
}

.check-mark {
  background-color: green;
  color: white;
}

.x-mark {
  background-color: red;
  color: white;
}

.text-content {
  text-align: left;
}

.text-content h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 0;
}

.text-content p {
  font-size: 16px;
  color: #555;
  margin-top: 10px;
}

.bitbox, .ledger {
  width: 100%;
  display: flex;
  align-items: left;
  justify-content: left; 
  padding-left: 20px;
  gap: 20px;
}

.bitbox .text-content h3 {
  color: black;
}

/* Ensure responsive layout */
@media screen and (max-width: 768px) {
  .opensource-item {
    flex-direction: column;
  }

  .text-content h3 {
    font-size: 24px;
  }

  .text-content p {
    font-size: 14px;
  }
}

.ok {
  padding: 40px;
}
.okk {
  padding: 40px;
  background-color: #333;
}

.sectionn {
  padding-top: 20px;
  max-width: 400px;
  padding-bottom: 0px;
}

.containerr {
  display: flex;
  flex-direction: column;
  align-items: left;
  gap: 1px;
  padding: 20px;
  background-color: white;
  padding-top: 0px;
  margin-top: 0px;
}

.rectanglee {
  width: 80%;
  /* background-color: #add8e6;
  border: 2px solid #0056b3;
  border-radius: 10px; */
  padding: 5px;
  text-align: left;
  cursor: pointer;
  position: static;
  transition: transform 0.3s ease;
}

.rectanglee:hover {
  transform: scale(1.03);

}

.content {
  display: flex;
  align-items: center;
  gap: 15px;
}

.play-buttonn {
  width: 20px;
  height: 20px;
}

.textr {
  font-size: 16px;
  color:#0056b3;
  font-weight: bold;
}

.play-icon {
  margin-top: 0px;
  width: 40px;
  height: auto;
}