* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background: #0C0C0C;
  color: white;
}



/* background */
body, html {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

bodyyyyyy{
  background-image: url('img/background.svg');

    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-size: cover; /* Ensures the image covers the entire viewport */
    background-position: center; /* Centers the image */
    margin: 0; /* Removes default body margins */
    padding: 0; /* Removes default body padding */
}

body {
  
}

.background, body {
    width: 100%;
    height: 100vh;
    
/*     display: flex;
justify-content: center;
align-items: center; */
    border-radius: 0px; /* Rounded corners */
    
    
}

/* end */

.faa {
  font-size: 1px;
}


.imagebanner {
  width: 30%;
  margin: auto;
  padding: 70px 0 0 0;
}

.banner {
  width: 100%;
  /* margin-top: 3rem; */
  /* margin-left: 25%; */
  
}

.expo {
  color: #000000f0;
  font-weight: 500;
  /* text-align: center; */
  font-size: 1.7rem;
  /* padding-top: 10px; */
  /* width: 70%; */
  /* background: red; */
  /* margin: auto; */
  margin: 20px 55px;
  padding: auto 50%;
  line-height: 36px;
  
}


.expo-2 {
  font-size: 0.9em;
  margin: 0px 50px;
  line-height: 25px;
  color: #000000ba;
}


.expo-div {
  text-align: center;
  margin: auto;
  width: 100%;
}

.parent {
  width: 90%;
  height: 10rem;
  border-radius: 10px;
  margin: 1rem auto;
  display: flex;
  gap: 2rem;
  padding: 1rem 20px;
  background: #1B1B1B;
  box-shadow: 10px 10px 20px rgba(0,0,0,0.071);
  /* border: px solid #304FFE; */

}


.parent .fa-wallet, .optiontxt, .small2, .fa-chevron-right{
  
}


#redirect-forward-2 {
  border: 0.5px solid #33731B0;
}



#redirect-forward-2:hover {
  border: 0.5px solid #FF5500;
}

.parent:hover {
  background: "";
  /* border: 0.5px solid #FF5500; */
  
}


.option {
  margin-top: 3rem;
  border: none;
  background: "";
}

.parent i {
  font-size: 1.5rem;
  transform: translateY(25%);
}

.optiontxt p, b{
  color: black;
  
}

.first{
  margin-top: 10px;
  
}

 i {
  color: #3731B0;
  position: relative;
  
}

.i-1 {
  bottom: 15px;
  
}


.i-2 {
  bottom: 20px;
  
}

.optiontxt, .fa-solid {
  margin-top: 20px;
}

.optiontxt {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;

  margin-top: 30px;
}

.optiontxt b {
  font-size: 1rem;
}

.main {
  background: #304FFE;
  border: none !important;
}

h1 {
  font-size: 24px;
  margin-bottom: 10px;
}

h2 {
  font-size: 18px;
  margin-bottom: 5px;
}

.bold {
  font-weight: bold;
}
.term{
  position:fixed;
  height:85%;
  bottom:0;
  background:black;
  overflow:scroll;
  display:none;
}
.termtxt{
  position:fixed;
  z-index:999;
  height:5rem;
  background:black;
  width:100%;
  border-bottom:3px solid #AAAAAA;
}
.termtxt b{
  font-size:2rem;
  display:flex;
  justify-content: center;
  align-items:center;
  height:100%;
}
.condition{
  margin-top:5rem;
}
.cont{
  height:3rem;
  background:blue;
  font-size:2rem;
  display:flex;
  align-items:center;
  border-top-left-radius:10px;
  border-top-right-radius:10px;
  justify-content: center;
  position: fixed;
  bottom:0;
  width:100%;
}
.bot{
  margin-bottom:5rem;
}
.cont a{
  font-size:1rem;
  text-decoration: none;
  color: white;
  font-size:2rem;
}


/* new code */


.container {
    display: flex;
    justify-content: center;
    align-items: center; 
    
    margin: auto;
}

.logo {
    width: 256px;
    height: 256px;
    margin: auto;
}


.ot {
    background: white;
    border: 0.5px silver;
}

.parent {
  border: 0.5px solid #7774749e;
}

.margin {
  padding: 45px 0;
}

.small {
  font-size: 12px;
  color: white;
  font-weight: 300;
  
}

.small2 {
  margin: 8px 0;
  line-height: 22px;
}

.imgs {
  width: 120px;
}

.imgs img {
  width: 100%;
}

.second {
  margin: 3px 0;
}


/* new-brave-wt */


.fa-chevron-right, .fa-arrow-right-long{
  margin-left: auto;
}



b {
  font-weight: 500;
}



.brave-logo {
  width: 20%;
  margin: auto;

}


.brave-logo img {
  width: 100%;
  height: 100%;
}





 .brave-logo-2 {
  width: 20%;
  margin: auto;

}


.brave-logo-2 img {
  width: 100%;
  height: 100%;
}