/* General Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
  }
  
  body {
    font-family: poppins;
    line-height: 1.5;
    font-weight: 300;
    box-sizing: border-box;
  }  
 
  .header{
       background-image:
       linear-gradient(rgba(0, 0, 0, 0.265), rgba(0, 0, 0, 0.477)),
        url('./image/360_F_492732884_lIfYjpLvVxJI9aww7URzBBYdGmv54ynQ.jpg');   
    background-size: cover;
    background-position: center;
    height: 100vh; /* Adjust height as needed */
   
  }

  .banner{
    display: flex;
    justify-content: center; /* Centers horizontally */
    align-items: center; /* Centers vertically */
    text-align: center; 
    margin-top: 9rem;
 
  }
 .banner h3{
    color: #ffffff;
    font-size: 3.2rem;
    font-weight: 300;
    margin-bottom: -2rem;
  }
  

  .banner h1 {
    font-size: 1.8rem;
    font-weight: 300;
    color: rgb(255, 255, 255);
    margin-bottom: 3rem;
  }

.banner #bannerbutton{
    padding: 10px 30px;
    background: linear-gradient(45deg,#ff902f, #f5b844);
    border: none;
    color: white;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 17px;
    border-radius: 30px;
    max-width: 600px;
    
}


.banner #bannerbutton:hover {
  background: linear-gradient(45deg, #ff9966, #ff6f61);
  transform: scale(1.05);
}

.secta-containera{
  display: block;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  text-align: center;
  margin-top: 5rem;
}

.secta-container{
  display: flex;
  justify-content: space-around;
  align-content: center;
  margin: 5rem 7rem;
}

.secta-containera .secta-containera-text{
  padding: 0px 8rem;
}


.secta-containera-text h3{
  /* color: rgb(232, 232, 232); */
  font-weight: 500;
  color: black;
  width: 100%;
  font-size: 30px;
}
.secta-containera-text p{
  /* color: rgb(232, 232, 232); */
  font-weight: 300;
  color: black;
  font-size: 20px;
 
}


.secta-containera p{
  font-size: 17px;
  text-align: center;
  margin-top: 9px;
  font-weight: 300;
}


/* code for cards */

.card {
  width: 350px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  text-align: center;
  transition: transform 0.3s;
}
.card:hover {
  transform: scale(1.05);
}
.card img {
  width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-content h3 {
  margin: 0 0 10px;
  font-size: 1.5em;
  color: #333;
}
.card .card-content img{
  height: 3rem;
  width: 10rem;
}

.card-content p {
  color: #666;
  font-size: 0.9em;
  line-height: 1.5;
}

.secta-container .card .image{
  height: 13rem;
}

.card-button {
  display: inline-block;
  margin: 20px 0 10px;
  padding: 10px 30px;
  font-size: 1em;
  color: #fff;
  background: linear-gradient(45deg,#ff902f, #f5b844);
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
 
}
.card-button:hover {
  background: linear-gradient(45deg, #ffc65d,#ff902f);
}


.sectb-containers{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 7rem 8.5rem;
}

.sectb-containers img{
  height: 24rem; 
  border-radius: 9px;
}

.sectb-containers .sectbtext{
  width: 25rem;
}
.sectb-containers .sectbtext a{
  display: inline-block;
  margin: 20px 0 10px;
  padding: 10px 30px;
  font-size: 1em;
  color: #fff;
  background: linear-gradient(45deg,#ff902f, #f5b844);
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
}



/* section c code layout */

.sectc-container .sectctexta{
  background-image:
  linear-gradient(to right, rgba(0, 0, 0, 0.895), rgba(0, 0, 0, 0)),
  url('./image/btcj.jpeg');
background-size: cover;
background-position: center;
background-repeat: none;
height: 70vh;
width: 100%;
color: white;
margin-top: 5rem;
padding-left: 8rem;
box-sizing: border-box;
}

.sectc-container .sectctexta h3{
   width: 50%;
   font-size: 50px;
   font-weight: 400;
   padding-top: 7rem;
}

.sectc-container .sectctexta p{
  font-weight: 300;
  width: 40%;
  font-size: 19px;
}
.sectctext{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 9rem 7rem;
}

 .sectctext .textcont{
  width: 25rem;
}
.sectctext img{
  height: 25rem;
  border-radius: 9px;
  margin: 5rem 0px;
}
.sectctext .textcontimg{
  height: 80vh;
}

.sectc-cont{
  background-color: rgba(255, 228, 196, 0.178);
}



/* latest news section */
.latestnews {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-right: 10.5rem;
  margin-left: 10.5rem;
  margin-top: -5rem;
  margin-bottom: 4rem;
}

.newstext{
  width: 24rem;
}

.newstext h1, h5, p{
    font-weight: 400;
    color: black;
}






/* code for layout of footer */

.container {
  margin: auto;
  padding: 10px;
  text-align: center;
}
.btc-foot{
  background-color: #ffeed565;
  
}


.foot{
  background-color: #ffeed565;
  
}

h1 {
  color: #333;
  margin-top: 3rem;
  font-weight: 300;
}

.btn {
  display: inline-block;
  background: linear-gradient(to right, #f6a623, #fdae34);
  color: white;
  font-size: 16px;
  padding: 10px 30px;
  border: none;
  border-radius: 29px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 3rem;
}

.btn:hover {
  opacity: 0.9;
}

.footer {
  font-size: 14px;
  color: #999;
  display: flex;
  justify-content: space-around;
  text-align: center;
  align-items: center; 
  margin-top:7rem;
  margin-left: 3rem;
  margin-right: 3rem;
  padding-bottom: 4rem;
}

.footer a {
  color: #f6a623;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.social-icons a {
  margin: 0 10px;
  font-size: 20px;
  color: #333;
  text-decoration: none;
}

.social-icons a:hover {
  color: #f6a623;
}
.footer p{
  max-width: 22rem;
  width: 100%;
}

.logo img {
  width: 90px;
}

.footer .social-icons{
  width: 20rem;
}













/* About page style */
.aboutheader{
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.288)),
   url('./image/about.jpg');   
  background-size: cover;
  background-position: center;
  height: 20rem;
}


.btc-header{
  background-image:
  linear-gradient(rgba(0, 0, 0, 0.502), rgba(0, 0, 0, 0.288)),
   url('./image/about.jpg');   
  background-size: cover;
  background-position: center;
  height: 20rem;
}
.about-banner h3, h1{
  color: white;
  font-weight: 300;
}

.about-banner{
  display: flex;
  flex-direction: column;
  margin-left: 7.5rem;
  margin-top: 9rem;
}
.about-banner h3{
  margin-bottom: -3rem;
  color: #f5b844;
}

.abt-sct img{
  height: 35rem;
  border-radius: 9px;
}

.about-body h3{
  font-weight: 300;
}

.about-body{
  width: 35rem;
}
.about-body p{
  font-size: large;
  margin-top: 1rem;
}


.abt-sct{
  margin:7rem 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about-body-btn {
  display: inline-block;
  background: linear-gradient(to right, #f6a623, #fdae34);
  color: white;
  font-size: 16px;
  padding: 10px 5rem;
  border: none;
  border-radius: 29px;
  text-decoration: none;
  cursor: pointer;
  margin-top: 9px;
}

.about-body-btn:hover {
  opacity: 0.9;
  color: black;
}




/* code for bitcoin mining */

.btc-mining{
  margin:6rem 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btc-mining img{
  max-height: 40rem;
  border-radius: 9px;
}

.btc-mining h3,p{
  font-weight: 300;
  
}

.btc-mining-text{
  width: 31rem;
}




/*code for teams*/

.teamsect{
  display: flex;
  justify-content: space-around;
  margin: 6rem 6rem;
  font-weight: 300;
}

.teams{
  text-align: center;
  display: flex;
  flex-direction: column;
}

.teams img{
  height: 18rem;
  border-radius: 9px;
  box-shadow: 6px;
}

.teams p{
  font-size: larger;
}

.team-a{
  display: flex;
  justify-content: space-around;
  margin: 3rem 6px;
}

.team-b{
  display: flex;
  justify-content: end;
}

.vision{
  margin:7rem 7rem;
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.vision img{
  height: 35rem;
  border-radius: 9px;
}

.vision h3{
  font-weight: 300;
}

.visiontext{
  width: 35rem;
}
.vision p{
  font-size: large;
  margin-top: 1rem;
}









/* livechat and whatsapp */
.livechat a{
  text-decoration: none;
}
.livechat{
  background-color: #e0911b;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 15px 5px;
  color: white;
  border-radius: 5rem;
  position: fixed;
   max-width: max-content;
  z-index: 1000;
  position: fixed; 
  top: 70%; 
  left: 6px; 

}




.livechat img{
      height: 1.5rem;
}



@media (max-width:768px) {
  .header{
    height: 25rem;
   width: 48rem;
  }

  .navbar .logo img {
    height: 1.9rem;
    width: 5rem;
  }

.banner{
  margin-top: 4rem;
}
.banner h3{
  font-size: 40px;
}
.banner h1{
  font-size: 20px;
  margin-bottom: -2rem;
}

.sectb-containers{
  margin: 2rem 2rem;
  align-items: end;
}


.sectb-containers img{
  height: 15rem; 
}

.sectb-containers .sectbtext{
  width: 20rem;
}

.sectb-containers .sectbtext a{
  margin-top: 5px;
  padding: 10px 30px;
  font-size: 10px;
}

.secta-containera-text h3{
  font-weight: 400;
}

.secta-containera-text p{  
  width: 100%;
  font-size: 15px;
}

.secta-containera .secta-containera-text{
  padding: 0px 2rem;
}

.secta-container{
  text-align: center;
  margin: 4rem 2rem;
}

.card {
  width: 200px;
  transition: transform 0.3s;
}

.card-content {
  padding: 9px;
}
.card-content p {
  font-size: 13px;
}

.card-content h3 {
  margin: 0 0 10px;
  font-size: 1em;
}

.secta-container .card .image{
  height: 8rem;
}

.sectc-container .sectctexta{
height: 70vh;
width: 100%;
margin-top: 5rem;
padding-left: 2rem;
}

.sectc-container .sectctexta h3{
  width: 65%;
  font-size: 40px;
  font-weight: 500;
  padding-top: 5rem;
}

.sectc-container .sectctexta p{
 font-weight: 300;
 width: 20rem;
 font-size: 19px;
}

.sectctext img{
  height: 15rem;
  border-radius: 9px;
  margin: 3rem 0px;
}

.sectctext{
  margin: 5rem 2rem;
}

.sectctext h1{
  font-size: 25px;
  font-weight: 500;
}
.sectctext .textcont{
  width: 23rem;
}

.card-button {
  padding: 10px 30px;
  font-size: 10px;
  color: #fff;
  background: linear-gradient(45deg,#ff902f, #f5b844);
  border: none;
  border-radius: 30px;
  text-decoration: none;
  transition: background-color 0.3s;
 
}

.sectc-conta{
  margin-left: -2rem;
  box-sizing: border-box;
}

.sectc-conta h1{
  width: 32rem;
  box-sizing: border-box;
}

.newstext{
  width: 20rem;
}

.latestnews {
  margin-right: 0rem;
  margin-left: 0rem;
  margin-top: -2rem;
  margin-bottom: 6rem;
  align-items: end;
}

.footer .social-icons{
  width: 20rem;
}

.social-icons a img {
  width: 6rem;
}



/*about page*/

.about-banner{
  margin-left: 2rem;
}

.abt-sct{
  margin:5rem 2rem;
  flex-direction: column-reverse;
  align-items: start;
}
.about-body{
  width: 40rem;
}

.about-body h3{
  font-weight: 500;
  margin-top: 25px;
  font-size: 25px;
}

.btc-mining{
  margin:5rem 2rem;
  flex-direction: column-reverse;
  align-items: start;
}



/*code for team*/
.teamsect{
  flex-direction: column;
  margin: 6rem 2rem;
  font-weight: 300;
  align-items: start;
}

.teams{
  align-items: start;
  text-align: center;
  margin-top: 3rem;
}

.teams img{
  border-radius: 0px;
}


.teamsect h2{
  font-weight: 400;
}
.teamsect h3{
  font-weight: 400;
  font-size: 25px;
}

.vision{
  margin:5rem 3rem;
  flex-direction: column-reverse;
  align-items: start;

}


.vision img{
  height: 39rem;
  border-radius: 9px;
}


.vision h2{
  font-weight: 400;
  font-size: 25px;
  margin-top: 3rem;
}




/*stped here*/

.livechat{
  top: 25rem;
  /*left: 44rem;*/
  padding: 10px 5px;
}

.livechat img{
  height: 2rem;
}




}






@media (max-width:500px) {

/* General Reset */
* {
  box-sizing: border-box;
  overflow-x: hidden;
}




  .navbar .logo a img {
    height: 1.5rem;
  }

 .navbar .nav-links.expanded {
    height: 190px; /* Adjust based on menu items */
  }

 
  .navbar 
  .menu-toggle .bar {
    height: 2.2px;
    width: 20px;
    margin: 2px 0;
  }
  .navbar .nav-links {
   top: 43px;
   left: 13rem;
   overflow-x: visible;
  }
  .navbar .nav-links a {
    font-size: 14px; 
  }

  .navbar .logo img {
    width: 4rem;
  }

  .banner #bannerbutton{
    padding: 8px 28px;
    font-size: 12px;
    border-radius: 30px;
    max-width: 600px;
    
}

.header{
  height: 20rem;
 width: 100%;
}



.banner{
  margin-top: 3rem;
}
.banner h3{
  font-size: 30px;
  font-weight: 500;
}
 
.banner h1{
  font-size: 15px;
  margin-bottom: -2rem;
}

.sectb-containers{
  margin: 2rem 2rem;
  align-items: start;
  flex-direction: column;
}

.sectb-containers h1{
  font-size: 25px;
  font-weight: 500;
  margin-top: 1rem;
}
.sectb-containers .sectbtext{
  width: 23rem;
}



.secta-containera-text h3{
  font-weight: 500;
  font-size: 25px;
}

.secta-containera .secta-containera-text{
  padding: 0px 0rem;
}


.secta-containera-text p{  
 
  font-size: 17px;
  text-align: start;
}

.secta-containera{
  padding: 0px 2rem;
  text-align: start;
}

.secta-container{
  text-align: center;
  margin: 2rem 1rem;
  flex-direction: column;
 
}

.card {
  width: 330px;
  transition: transform 0.3s;
  /* margin-left: 1.9rem; */
  margin-bottom: 2.5rem;
}

.card-content h3 {

  font-size: 1em;
}

.secta-container .card .image{
  height: 8rem;
}

.sectc-container .sectctexta{
height: 20rem;
margin-top: 3rem;
padding-left: 2rem;
box-sizing: border-box;
}

.sectc-container .sectctexta h3{
  width: 85%;
  font-size: 28px;
  font-weight: 600;
  padding-top: 5rem;
}

.sectc-container .sectctexta p{
 font-weight: 300;
 width: 23rem;
 font-size: 19px;
 box-sizing: border-box;
}

.sectc-conta .sectctext  img{
  height: 29rem;
  border-radius: 9px;
  margin-top: 0rem;
}

.sectctext{
  margin: 4rem 2rem;
  flex-direction: column;
  align-items: start;
}

.sectctext h1{
  font-size: 25px;
  font-weight: 500;
}
.sectctext .textcont{
  width: 23rem;
}

.card-button {
  padding: 10px 30px;
  font-size: 10px;
}

.sectc-conta{
  margin-left: 0rem;
  margin-top: -4rem;
}


.latestnews .newstext{
  width: 22rem;
}

.latestnews .newstext p{
  padding-bottom: 9px;
  font-size: 13px;
}

.latestnews .newstext h5{
  font-weight: 500;
}

.latestnews {
  margin-right: 4rem;
  margin-top: -5rem;
  margin-bottom: 6rem;
  align-items: end;
  flex-direction: column;
}

.footer .social-icons{
  width: 20rem;
}

.footer {
  flex-direction: column-reverse;
  margin-top: 2rem;
}

.footer .logo{
  margin: 1rem 0px;
}

.social-icons a img {
  width: 6rem;
}



/*about page*/

.about-banner{
  margin-left: 2rem;
}

.abt-sct{
  margin:5rem 2rem;
  flex-direction: column-reverse;
  align-items: start;
}
.about-body{
  width: 23rem;
}

.about-body h3{
  font-weight: 500;
  margin-top: 25px;
  font-size: 18px;
}

.about-body p{
  margin-top: 10px;
  font-size: 15px;
}


.btc-mining{
  margin:5rem 2rem;
  flex-direction: column-reverse;
  align-items: start;
}

.btc-mining .btc-mining-text{
  width: 23rem;
  margin-top: 2rem;
}


/*code for team*/
.teamsect{
  flex-direction: column;
  margin: 6rem 2rem;
  font-weight: 300;
  align-items: start;
}

.teams{
  align-items: start;
 
}

.teams img{
  height: 19rem;
  border-radius: none;
}

.teamsect h2{
  font-weight: 400;
}
.teamsect h3{
  font-weight: 450;
  font-size: 20px;
}

.team-b{
  flex-direction: column;
  align-items: start;
  box-sizing: border-box;
}
.team-a{
  flex-direction: column;
  align-items: start;
  box-sizing: border-box;
}

/* .teams .ceo img{
  height: 16.3rem;
}


.team-a .inva img{
  height: 16.4rem;
}

.teams .team-a .invb img{
  height: 27.5rem;
  margin-top: 3.5rem;
}

.teams .team-b .invd img{
  height: 20rem;
  margin-top: 3.9rem;
  
}


.teams .team-b  .invc  img{
  height: 20.7rem;
  margin-bottom: 0px;
  margin-top: 5px;

} */


.vision{
  margin:5rem 3rem;
  flex-direction: column-reverse;
  align-items: start;
  margin-left: 2rem;
}

.visiontext{
  width: 20rem;
}

.vision img{
  height: 27rem;
  border-radius: 9px;
}


.vision h2{
  font-weight: 500;
  font-size: 20px;
  margin-top: 3rem;
}

.vision p{
  font-size: 15px;
}

.livechat{
  top: 23rem;
  /*left: 25rem;*/
  padding: 10px 5px;
}



}









@media (max-width:445px){
  
  .latestnews {
    margin-right: 2.7rem;
    margin-top: -5rem;
    margin-bottom: 6rem;
    align-items: end;
    flex-direction: column;
  }

  .teams .team-a .invb img{
 
    margin-top: 3.5rem;
  }
  
  .teams .team-b .invd img{
 margin-top: 3.9rem;
    
  }

  .teams  img{
    height: 15.8rem;
    border-radius: none;
  }
  
  
  .teams .team-b  .invc  img{
 
    margin-bottom: 0px;
    margin-top: 5px;
  
  }
  
  
  @media (max-width:384px){
  .livechat{
  top: 22.4rem;
  /*left: 21rem;*/
}
}

  

  @media (min-width:391px) and (max-width:445px) {
  .livechat {
   padding: 6px 4px;

    /*left: 22.9rem;*/
    
    width: fit-content; 
    z-index: 1000; 
    border-radius: 50px; 
  }
  
  .livechat img {
    height: 1.4rem; 
    width: auto;
  }

  .livechat p {
    font-size: 12px; 
  }
}


  .vision{
    margin:5rem 2rem;
    flex-direction: column-reverse;
    align-items: start;
    margin-left: 2rem;
  }
  
  .visiontext{
    width: 20.9rem;
  }
  
  .vision p{
  font-size: 14px;
}
  
  .vision img{
    height: 29rem;
    border-radius: 9px;
  }



  .sectb-containers{
    margin: 2rem 2rem;
    align-items: start;
    flex-direction: column;
  }
  
  .sectb-containers h1{
    font-size: 18px;
    font-weight: 500;
    margin-top: 1rem;
    margin-bottom: 9px;
  }
  
  .sectb-containers img{
    height: 14.8rem;
  }
  .sectb-containers .sectbtext{
    width: 21rem;
  }
  
  
  
  .secta-containera .secta-containera-text h3{
    font-weight: 500;
    font-size: 20px;
  }
  
  .secta-containera .secta-containera-text{
    padding: 0px 0rem;
  }
  
  .secta-containera .secta-containera-text p{  
    font-size: 14px;
    text-align: start;
  }
  
  .secta-containera{
    padding: 0px 0rem;
    text-align: start;
    margin-top: 2rem;
    margin: 0px 2rem;
  }
  
  
  .card {
    width: 300px;
    transition: transform 0.3s;
    /* margin-left: 1.9rem; */
    margin-bottom: 2.5rem;
  }
  
  .card-content h3 {
    font-weight: 500;
    font-size: 1em;
  }
  
  .secta-container .card .image{
    height: 7.5rem;
  }
  
  .secta-containera .secta-containera-text{
    padding: 0px 0rem;
  }
  
  
  .sectc-container .sectctexta{
  height: 20rem;
  margin-top: 3rem;
  padding-left: 2rem;
  box-sizing: border-box;
  }
  
  .sectc-container .sectctexta h3{
    width: 85%;
    font-size: 28px;
    font-weight: 600;
    padding-top: 5rem;
  }
  
  .sectc-container .sectctexta p{
   font-weight: 300;
   width: 20rem;
   font-size: 14px;
   box-sizing: border-box;
  }
  
  .sectctext  img{
    height: 15rem;
    border-radius: 9px;
    margin-top: 0rem;
  }
  
  .sectctext{
    margin: 4rem 2rem;
    flex-direction: column;
    align-items: start;
  }
  
  .sectctext h1{
    font-size: 29px;
    font-weight: 500;
    margin-top: 0rem;
  }
  .sectctext .textcont{
    width: 22.2rem;
  }

 .sectc-conta .sectctext img{
   height: 38rem;
  }
  
  .card-button {
    padding: 10px 30px;
    font-size: 12px;
  }
  
  .sectc-conta{
    margin-left: 0rem;
    margin-top: -4rem;
    width: 100%;
  }
  
  .sectctext .textcont{
  width: 20.2rem;
}

  







  .btc-mining{
    margin:5rem 1.5rem;
    flex-direction: column-reverse;
    align-items: start;
  }
  
  .btc-mining img{
    height: 39rem;
  }
  
  .btc-mining .btc-mining-text{
    width: 21.5rem;
    margin-top: 2rem;
  }
  
  .btc-mining .btc-mining-text h3{
    font-size: 20px;
    font-weight: 500;
  }
  
  .btc-mining .btc-mining-text p{
    font-size: 13px;
  }
  
  .about-banner{
  margin-left: 2rem;
}

.abt-sct{
  margin:5rem 2rem;
  flex-direction: column-reverse;
  align-items: start;
}
.about-body{
  width: 20.5rem;
}

.about-body h3{
  font-weight: 500;
  margin-top: 25px;
  font-size: 17px;
}

.about-body p{
  margin-top: 10px;
  font-size: 14px;
}

  
  
  
}


@media (max-width:390px) {

  /* .navbar {
    padding: 5px 1rem;
    overflow-x: visible;
} */

.nav-links.expanded {
  height: 230px; /* Adjust based on menu items */
  width: 12rem;
}


  .navbar .nav-links {
   top: 43px;
   left: 11.4rem;
   overflow-x: visible;

  }
  .navbar .logo img {
    width: 4rem;
  }

  .banner #bannerbutton{
    padding: 8px 25px;
    font-size: 12px;
    border-radius: 30px;
    
}

.header{
  height: 20rem;
 width: 100%;
}

.banner{
  margin-top: 2.4rem;
  padding: 0px 3rem;
}

.banner h1{
  font-size: 15px;
  margin-bottom: -2.5rem;
  margin-top: 1.8rem;
}

.sectb-containers{
  margin: 2rem 2rem;
  align-items: start;
  flex-direction: column;
}

.sectb-containers h1{
  font-size: 25px;
  font-weight: 500;
  margin-top: 1rem;
}

.sectb-containers img{
  height: 13rem;
}
.sectb-containers .sectbtext{
  width: 19rem;
}



.secta-containera .secta-containera-text h3{
  font-weight: 500;
  font-size: 20px;
}

.secta-containera .secta-containera-text{
  padding: 0px 1rem;
}

.secta-containera .secta-containera-text p{  
  font-size: 14px;
  text-align: start;
}

.secta-containera{
  padding: 0px 1rem;
  text-align: start;
  margin-top: 2rem;
}


.card {
  width: 280px;
  transition: transform 0.3s;
  /* margin-left: 1.9rem; */
  margin-bottom: 2.5rem;
}

.card-content h3 {
  font-weight: 500;
  font-size: 1em;
}

.secta-container .card .image{
  height: 7.5rem;
}

.secta-containera .secta-containera-text{
  padding: 0px 0rem;
}


.sectc-container .sectctexta{
height: 20rem;
margin-top: 3rem;
padding-left: 2rem;
box-sizing: border-box;
}

.sectc-container .sectctexta h3{
  width: 85%;
  font-size: 28px;
  font-weight: 600;
  padding-top: 5rem;
}

.sectc-container .sectctexta p{
 font-weight: 300;
 width: 20rem;
 font-size: 17px;
 box-sizing: border-box;
}

.sectctext  img{
  height: 13rem;
  border-radius: 9px;
  margin-top: 0rem;
}

.sectctext{
  margin: 4rem 2rem;
  flex-direction: column;
  align-items: start;
}

.sectctext h1{
  font-size: 22px;
  font-weight: 500;
  margin-top: 0rem;
}
.sectctext .textcont{
  width: 19rem;
}

.card-button {
  padding: 10px 30px;
  font-size: 12px;
}

.sectc-conta{
  margin-left: 0rem;
  margin-top: -4rem;
  width: 100%;
}


.latestnews .newstext{
  width: 19rem;
}

.latestnews .newstext p{
  padding-bottom: 9px;
  font-size: 13px;
}

.latestnews .newstext h5{
  font-weight: 500;
}

.latestnews {
  margin-right: 2.5rem;
  margin-top: -5rem;
  margin-bottom: 6rem;
  align-items: end;
  flex-direction: column;
}

.footer .social-icons{
  width: 20rem;
}

.footer {
  flex-direction: column-reverse;
  margin-top: 2rem;
}

.footer .logo{
  margin: 1rem 0px;
}

.social-icons a img {
  width: 6rem;
}



/*about page*/

.about-banner{
  margin-left: 2rem;
}

.abt-sct{
  margin:5rem 2rem;
  flex-direction: column-reverse;
  align-items: start;
}
.about-body{
  width: 19rem;
}

.about-body h3{
  font-weight: 500;
  margin-top: 25px;
  font-size: 17px;
}

.about-body p{
  margin-top: 10px;
  font-size: 14px;
}
.abt-sct .about-body-btn{
  font-size: small;
}

.abt-sct img{
  height: 28rem;
}


.btc-mining{
  margin:5rem 1.5rem;
  flex-direction: column-reverse;
  align-items: start;
}

.btc-mining img{
  height: 33rem;
}

.btc-mining .btc-mining-text{
  width: 19rem;
  margin-top: 2rem;
}

.btc-mining .btc-mining-text h3{
  font-size: 20px;
  font-weight: 500;
}

.btc-mining .btc-mining-text p{
  font-size: 13px;
}



/*code for team*/
.teamsect{
  flex-direction: column;
  margin: 6rem 2rem;
  font-weight: 300;
  align-items: start;
}

.teams{
  align-items: start;
 
}

.teams img{
  height: 13.7rem;
  border-radius: none;
}

.teamsect h2{
  font-weight: 400;
}
.teamsect h3{
  font-weight: 450;
  font-size: 20px;
}

.team-b{
  flex-direction: column;
  align-items: start;
  box-sizing: border-box;
}
.team-a{
  flex-direction: column;
  align-items: start;
  box-sizing: border-box;
}


.teams .team-a .invb img{
  margin-top: 2.9rem;
}

.team-b .invc img{

  margin-bottom: 2px;
  margin-top: 0rem;
}


.team-b .invd img{
  margin-bottom: 2px;
  margin-top: 3.5rem;
}


.vision{
  margin:5rem 0rem;
  flex-direction: column-reverse;
  align-items: start;
  margin-left: 2rem;
}

.visiontext{
  width: 20rem;
}

.vision img{
  height: 26.5rem;
  border-radius: 9px;
}


.vision h2{
  font-weight: 500;
  font-size: 20px;
  margin-top: 3rem;
}

.vision p{
  font-size: 15px;
}

.livechat{
  top: 23rem;
  /*left: 22rem;*/
  padding: 7px 4px;
}

.livechat img{
  height: 1.8rem;
}
}










@media (max-width:320px) {
  .nav-links.expanded {
    height: 20px; /* Adjust based on menu items */
    width: 10rem;
  }
  
  
    .navbar .nav-links {
     top: 43px;
     left: 9.8rem;
     overflow-x: visible;
  
    }
    .navbar .logo img {
      width: 4rem;
    }
  
    .banner #bannerbutton{
      padding: 8px 20px;
      font-size: 10px;
      border-radius: 30px;
      
  }
  
  .header{
    height: 17rem;
   width: 100%;
  }
  
  .banner{
    margin-top: 3.8rem;
    padding: 0px 2rem;
  }
  
  .banner h1{
    font-size: 13px;
    margin-bottom: -1.8rem;
    margin-top: 2rem;
  }

  .banner h3{
    font-size: 17px;
    width: max-content;
   
  }
  
  .sectb-containers p{
    font-size: 14px;
   
  }
  .sectb-containers h1{
    font-size: 20px;
    font-weight: 500;
    margin-top: 1rem;
  }
  
  .sectb-containers img{
    height: 10.8rem;
  }
  .sectb-containers .sectbtext{
    width: 15rem;
  }
  
  
  
  .secta-containera-text h3{
    font-weight: 500;
    font-size: 20px;
  }
  
  .secta-containera-text p{  
    font-size: 14px;
    text-align: start;
  }
  
  .secta-containera{
    padding: 0px 1rem;
    text-align: start;
    margin-top: 2rem;
  }
  
  
  .card {
    width: 250px;
    transition: transform 0.3s;
    /* margin-left: 1.9rem; */
    margin-bottom: 2.5rem;
  }
  
  
 
  .sectc-container .sectctexta{
  height: 16rem;
  margin-top: 3rem;
  padding-left: 2rem;
  box-sizing: border-box;
  }
  
  .sectc-container .sectctexta h3{
    width: 85%;
    font-size: 23px;
    font-weight: 600;
    padding-top: 5rem;
  }
  
  .sectc-container .sectctexta p{
   font-weight: 300;
   width: 18rem;
   font-size: 14px;
   box-sizing: border-box;
  }
  
  .sectctext  img{
    height: 10.5rem;
  }
  
 .sectc-conta .sectctext  .textcontimg{
    height: 27rem;
  }
  

  .sectctext{
    margin: 4rem 2rem;
    flex-direction: column;
    align-items: start;
  }
  .sectctext p{
    font-size: 14px;
    width: 15.8rem;
  }

  .sectctext h1{
    font-size: 19px;
    font-weight: 500;
    margin-top: 0rem;
  }
  .sectctext .textcont{
    width: 27rem;
  }
  
  .card-button {
    padding: 10px 30px;
    font-size: 12px;
  }
  
  
  .latestnews .newstext{
    width: 16rem;
  }
  
  .latestnews .newstext p{
    padding-bottom: 9px;
    font-size: 13px;
  }
  
  .latestnews .newstext h5{
    font-weight: 500;
  }
  
  .latestnews {
    margin-right: 2rem;
    margin-top: -5rem;
    margin-bottom: 6rem;
    align-items: end;
    flex-direction: column;
  }
  
  .footer .social-icons{
    width: 20rem;
  }
  
  .footer {
    flex-direction: column-reverse;
    margin-top: 2rem;
  }
  
  .footer .logo{
    margin: 1rem 0px;
  }
  
  .social-icons a img {
    width: 6rem;
  }
  
  
  
  /*about page*/
  
  .about-banner{
    margin-left: 2rem;
    margin-top: 4.8rem;
  }

  .aboutheader{
    height: 15rem;
  }
  
  .abt-sct{
    margin:5rem 2rem;
    flex-direction: column-reverse;
    align-items: start;
    width: max-content;
  }
  .about-body{
    width: 16.8rem;
  }
  
  .about-body h3{
    font-weight: 500;
    margin-top: 25px;
    font-size: 17px;
  }
  
  .about-body p{
    margin-top: 10px;
    font-size: 14px;
  }
  .abt-sct .about-body-btn{
    font-size: 11px;
    padding: 9px 29px;
  }
  
  .abt-sct img{
    height: 24rem;
  }
  
  .btc-header{
    height: 15rem;
  }
  
  .btc-mining{
    margin:5rem 2rem;
    flex-direction: column-reverse;
    align-items: start;
  }
  
  .btc-mining img{
    height: 28.5rem;
  }
  
  .btc-mining .btc-mining-text{
    width: 15.7rem;
    margin-top: 2rem;
  }
  
  .btc-mining .btc-mining-text h3{
    font-size: 20px;
    font-weight: 500;
  }
  
  .btc-mining .btc-mining-text p{
    font-size: 13px;
  }
  
  
  
  /*code for team*/
  .teamsect{
    flex-direction: column;
    margin: 6rem 2rem;
    font-weight: 300;
    align-items: start;
  }
  
  .teams{
    align-items: start;
   
  }
  
  .teams img{
    height: 11.2rem;
    border-radius: 0px;
  }
  
  .teamsect h2{
    font-weight: 400;
  }
  .teamsect h3{
    font-weight: 450;
    font-size: 20px;
  }
  
  .team-b{
    flex-direction: column;
    align-items: start;
    box-sizing: border-box;
  }
  .team-a{
    flex-direction: column;
    align-items: start;
    box-sizing: border-box;
  }

  .teams .team-a .invb img{
 
    margin-top: 2rem;
  }
  

  
  .vision{
    margin:5rem 0rem;
    flex-direction: column-reverse;
    align-items: start;
    margin-left: 2rem;
  }
  
  .visiontext{
    width: 16rem;
  }
  
  .vision img{
    height: 20rem;
  }
  
  
  .vision h2{
    font-weight: 500;
    font-size: 20px;
    margin-top: 3rem;
  }

  .vision .about-body-btn{
    padding: 7px 1.8rem;
    font-size: 12px;
  }
  
  .vision p{
    font-size: 14px;
  }
  
  .livechat{
    top: 25rem;
    /*left: 16rem;*/
    padding: 10px 2px;
  }
  
  .livechat img{
    height: 1.3rem;
  }
  }
  
