@media(max-width: 992px){
  .header{
    padding: 1.3rem 5%;
  }
}

@media (max-width: 768px){
  .icons{
    display: inline-flex;
  }

  #check:checked~.icons #menu-icon{
    display: none;
  }

  .icons #close-icon{
    display: none;
  }

  #check:checked~.icons #close-icon{
    display: block;
  }
  
  .navbar{
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 0;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(50px);
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: .3s ease;
  }
  
  #check:checked~.navbar{
    height: 17.7rem;
  }

  .navbar a{
    display: block;
    font-size: 1.1rem;
    margin: 1.5rem 0;
    text-align: center;
    transform: translateY(-50px);
    opacity: 0;
    transition: .3s ease;
  }

  #check:checked~.navbar a {
    transform: translateY(0);
    opacity: 1;
    transition-delay: calc(.15s * var(--i));
  }
   #logo img{
      width: 120px;
      height: 50px;
    }
 
#main-body{
    padding: 5rem 2rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}


#main-head{
    display: flex;
    flex-direction: column;
    align-items: center;

}

#head-text{
    width: 20.313rem;
    height: 20.313rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#btn-1{
    display: none;
}
#head-text h1{
    font-size: 1.563rem;
    padding-bottom: 0.7rem;
}
#head-text br{
    display: none;
}
#head-text p{
    padding-bottom: 0.9rem;
}
#head-img{
    width: 20.313rem;
    height: 20.313rem;
    padding-top: 1rem;
}
#head-img1{
    width: 8.125rem;
    height: 14.5rem;
}
#head-img2{
    width: 11.688rem;
    height: 7.188rem;
}
#head-img3{
    width: 11.688rem;
    height: 6.388rem;
}
#known-scams-head{
    padding-top: 2rem;
}
#known-scams-head h1{
    font-size: 1.563rem;
}
#known-scams-head p{
    display: none;
 }

#main-scam-col{
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-scam-col section{
  width: 14.625rem ; 
  height: 22.375rem ; 
}
#main-scam-col div{
 width:  14.625rem;
 height: 22.375rem;
 display: flex;
 justify-content: center;
}
#main-scam-col div p{
  display: none;
}
#main-scam-col div img{
  width: 6.75rem;
  height: 6.75rem;
}
#main-scam-col div h3{
  padding: 2rem;
}

#scam-col{
    margin: 4.375rem 0 4.375rem 0;
    
}
.scam-col img{
    width: 6.75rem;
    height: 6.75rem;
}
#scam-col h3{
    font-size: 1.563rem;
}
#scam-col p, br{
    display: none;
}
#scam-col button{
    width: 9.5rem; 
    height: 9.5rem;
}
#crypto-text {
  font-size: 1rem;
  font-weight: 1000;
}

#learn{
  display: flex;
  flex-direction: column;
  align-items: center;
}

#learn-p{
  width: 19.563rem;
  padding-top: 4.063rem;
  padding-bottom: 3rem;
}

#intro-section{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}

#intro-section-img #intro-img1{
  width: 19.813rem;
  height: 12.25rem;
}
#intro-section-img #intro-img2{
  width: 9.813remrem;
  height: 8.875rem;
}

#partners-head {
  margin: 60px auto 40px auto;
  background-color: var(--btn-color);
  width: 131px;
}

#partners-heading h1{
  font-size: 1.563rem;
  font-weight: 700;
}

#partners{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
#partners-1, #partners-2{
  display: flex;
  flex-direction: column;
}
#partners-1 img{
  margin: 1rem;
}
#partners-2 img{
  margin: 1rem;
}
#partners-2{
  display: flex;
  padding: 1rem;
}

#partners-img1{
  width: 6.25rem; 
  height: 6.25rem;
}
#partners-img2{
  width: 6.25rem; 
  height: 6.25rem;
}
#partners-img3{
  width: 6.25rem; 
  height: 6.25rem;
}
#partners-img4{
  width: 6.25rem; 
  height: 6.25rem;
}
#partners-img1-1{
  width: 6.25rem; 
  height: 6.25rem;
}
#partners-img2-1{
  width: 6.25rem; 
  height: 6.25rem;
}
#partners-img3-1{
  width: 6.25rem; 
  height: 6.25rem;
}
#partners-img4_1{
  width: 5rem; 
  height: 1.5rem;
}

#success-story{
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 0;
}
#success-stats{
  display: none;
}
#success-intro p{
  padding-top: 55px;
  padding-bottom: 10px;
}
#success-pics img{
  width: 20rem;
  height: 15.375rem;
}
#values{
  padding: 0;
}
#values-img{
  display: none;
}
#points-col1, #points-col2{
  display: flex;
  flex-direction: column;
}
#values-container{
  display: flex;
  align-items: center;
}
#points-1, #points-2, #points-3, #points-4{
  width: 300px;
}

.review p{
  display: none;
}
#testimonial-col{
  display: flex;
  flex-direction: column;
}
#stories{
  display: flex; 
  flex-direction: column-reverse; 
  margin-top: 50px; 
  justify-content: center;
  align-items: center;
}
#stories-pics{
  display: flex;
  justify-content: space-evenly;
  width: 400px;
}
#stories-text{
  width: 400px;
}
#s-pics0 h1{
  font-size: 15px; 
  color: var(--primary-color-light); 
  margin-top: 30px;
}
#s-pics1 img{
  width: 151px;
  height: 226px;
}
#s-pics2 img{
  width: 151px;
  height: 207px;
}
#s-pics3 img{
  width: 150px; 
  height: 142px;
}
#s-pics4 img{
  width: 150px;
  height: 215px;
}
#s-pics5 img{
  display: none;
}

#s-pics1 h1{
  font-size: 15px;
}
#s-pics2 h1{
  font-size: 15px;
}
#s-pics3 h1{
  font-size: 15px;
}
#s-pics4 h1{
  font-size: 15px;
}

#contact-container{
  display: flex;
  align-items: center;
  justify-content: center;
}

#form-inputs h1{
  padding: 0; 
  font-size: 25px; 
  text-align: center; 
  color: var(--primary-color-light);
}
#form-text{
  display: flex;
  flex-direction: column;
}
.form-text input{
  width: 326px; 
  height: 55px;
  margin: 5px; 
  
}

#col2, #col3, #col4{
  display: none;
}
#footer-col{
  margin: 0 50px;
}
#footer-top-col{
  padding: 30px;
}
#col1{
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 400px;
}
#col-social{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}

/* About us */

#about-us-body{
  padding-top: 1rem;
}

#contact-card{
  display: none;
}

#about-us-banner{
  margin-top: 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  
  width: 100%;
}
#about-us-img{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#about-us-intro{
  width: 300px;
}
#about-us-intro div{
  width: 277px;
}
#about-us-img img{
  width: 278px;
  height: 500px;
}
#about-us-intro p{
  font-size: 13px;
  line-height: 1.5;
}

#about-us-intro{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 0;
  padding: 20px ;
}

/* Contact */

#contact-heading{
  width: 333px;
  height: 132px;
}
#contact-heading h1{
  font-size: 28px;
}
#contact-info-cards{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}
#contact-info-cards div{
  width: 258px;
  margin: 30px;
}

/* getting started */

#getting-started-pic{
  display: none;
}

#review{
  text-align: center;
  display: flex;
  flex-direction: column;
}

#scam-body{
  margin: 0;
  margin-top: 30px;
  padding: 1rem;
}
#scam-body h1{
  font-size: 20px;
}
#scam-info-head h1{
  line-height: 1.5;
  font-size: 20px;
}
#scam-info-head p{
  display: none;
}

.test-profile1{
  width:357px;
  height: 400px;
}

#test-profile{
  width: 357px;
  height: 600px;
}
#test-p {
  padding: 54px 38px 0 46px;
}

#stories-pics div{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#firstP p{
  font-size: 14px;
  line-height: 2;
}
#firstP img{
  width: 180px;
  height: 300;
}


}