.community-content {
  display: flex;
  align-items: center;
  gap: 8px;


  /* Avatar group */
  .avatar-group {
    display: flex;
  }

  .avatar-group img {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    margin-left: -14px;
border: 2px solid #222;
background: #F6F5CB;
    object-fit: cover;
  }

  .avatar-group img:first-child {
    margin-left: 0;
    background: #F6F5CB;
  }

  .avatar-group img:nth-child(2){
    background: #CCCBF6;
  }
   .avatar-group img:nth-child(3){
    background: #F6D4CB;
  }
   .avatar-group img:nth-child(4){
    background: #CFF6CB;
  }

  /* Text */
  .community-text {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.64px;
    text-transform: uppercase;
  }

  .community-text span {
    font-weight: 700;
  }
}
.trusted-by-sec {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 4rem;
}
.preasale-banner-new .banner-box-left .trusted-by-sec p {
  color: #fff;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 115%; /* 13.8px */
  letter-spacing: -0.48px;
  text-transform: uppercase;
  margin-bottom: 0;
  flex-shrink: 0;
}
.trusted-by-sec .trusted-list .rfm-marquee{
  /* display: flex;
  align-items: center;
  gap: 1.25rem; */
  justify-content: space-between;
  /* gap: 2rem; */
}
.trusted-by-sec .rfm-marquee-container{
  gap: 2rem;
}
.trusted-by-sec .rfm-marquee, .trusted-by-sec .rfm-initial-child-container{
  gap: 1.4rem;
}
.trusted-by-sec .rfm-initial-child-container{
  width: 100%;
  justify-content: space-between;
}
.trusted-by-sec .trusted-list img {
  height: 1.75rem;
  object-fit: contain;
}
/* =================== */
.display-flex-queen {
  position: relative;
    text-align: end;
    margin-left: auto;
}
.buy-queen-img{
 right: 435px;
    position: absolute;
}
.queen-img {
  max-width: 100%;
  height: 25.188rem;
  margin-top: 1.25rem;
  object-fit: contain;
}
.preasale-banner-new .outer-box-buy-pre .download-audit-link{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 1.25rem;
}
.preasale-banner-new .outer-box-buy-pre .download-audit-link a{
    color: var(--text-black-40, rgba(34, 34, 34, 0.40)) !important;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.48px;
    text-decoration: underline !important;
}
.preasale-banner-new .outer-box-buy-pre .download-audit-link img{
  max-height: 1.5rem;
}
.preasale-banner-new .outer-box-buy-pre {
        width: 100%;
    margin-left: auto;
    max-width: 480px;

  /* TIMER */
  .timer-wrapper {
    border-radius: 16px;
    overflow: hidden;
    margin-bottom: 24px;
    border: 2px solid var(--Main-Black, #222);
    background: var(--Main-Bg, #F7FCFF);
    box-shadow: 0 4px 0 0 #000;
  }

  /* TOP STRIP */
  .timer-header {
    background: #ffdd3c;
    padding: 0.5rem 0.75rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
    font-weight: 700;
    border-bottom: 3px solid #000;
  }

  .timer-header .current {
    color: var(--Text-Black, #222);
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 16.1px */
    letter-spacing: -0.56px;
    text-transform: uppercase;
  }

  .timer-header .next {
    color: #DB6704;
  }

  /* BODY */
  .timer-body {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1.5rem;
    background: #f9fcff;
  }

  /* INDIVIDUAL TIME */
  .time-box {
    text-align: center;
    flex: 1;
  }

  .time-value {
    display: block;

    color: var(--Text-Black, #222);
    text-align: center;
    font-size: 2.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: 105%; /* 42px */
    letter-spacing: -1.6px;
  }

  .time-label {
    display: block;
color: var(--text-black-40, rgba(34, 34, 34, 0.40));
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 115%; /* 13.8px */
    letter-spacing: -0.48px;
    text-transform: uppercase;
    margin-top: -0.2rem;
  }

  .blue-text {
    font-size: 0.75rem;
  }
  .gray-text {
    margin-top: 0 !important;
  }
}

.crypto-media-sec .crypto-media-box{
  padding: 1.5rem;
  border-radius: 2rem;
  border: 2px solid var(--Main-Black, #222);
  background: var(--Main-White, #FFF);
  box-shadow: 0 4px 0 0 #222;
  margin-bottom: 1.9rem;
}
.crypto-media-sec .crypto-media-box img{
  height: 19.625rem;
  width: 100%;
  object-fit: cover;
  margin-bottom: 0.75rem;
  object-position: top;
  border-radius: 1.25rem;
}
.crypto-media-sec .crypto-media-box p{
  color: var(--Main-Black, #222);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 28.8px */
  letter-spacing: -0.96px;
  margin-bottom: 0;
  text-transform: uppercase;
  text-align: left;
}
.crypto-media-sec a{
  color: var(--Text-Accent, #0093E6);
  text-align: center;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
  letter-spacing: -0.64px;
  text-decoration: underline  !important;
}
.faq-presale-new{
  border-radius: 64px;
background: #E1F4FF;
margin: 16px;
}

/* ===================modal css ===================*/
/* MODAL SIZE */
.modal{
  padding: 0 !important;
}
.wallet-modal .modal-content {
  background: transparent;
  /* border: none; */
    background: #ffffff;
  border: 4px solid #000;
  border-radius: 20px;
  padding: 1.25rem;
  position: relative;
}
.wallet-modal {
  .modal-header{
        padding: 0;
    border: none;
    h5{
      color: #000;
font-size: 1.25rem;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 22px */
letter-spacing: -0.8px;
text-transform: uppercase;
    }
  }
  .modal-body{
    padding: 0;
  }
}
/* MAIN BOX */
.wallet-box {
  p{
    color: var(--main-black-80, rgba(34, 34, 34, 0.80));

/* Text/Secondary */
font-family: "Inter Tight", sans-serif;
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
margin-bottom: 1rem;
line-height: normal;
  }
}

/* HEADER */
.wallet-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.wallet-header h5 {
  margin: 0;
  font-weight: 800;
  font-size: 1rem;  
}

.close-icon {
  font-size: 1.4rem;
  font-weight: 800;
  cursor: pointer;
}

/* ADDRESS */
.wallet-address {
  font-size: 0.75rem;
  color: #666;
  margin: 0.4rem 0 0.8rem;
  word-break: break-all;
}

/* TABS */
.wallet-tabs {
  display: flex;
  gap: 0.5rem;
}
.wallet-tab img{
  height: 1rem;
}

.wallet-tab {
 border-radius: 0.75rem;
border: 1px solid var(--Main-Black, #222);
background: var(--Main-White, #FFF);
box-shadow: 0 2px 0 0 #000;
  padding: 0.625rem 1rem;
  font-weight: 700;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: var(--Text-Black, #222);
  margin-bottom: 1rem;

font-size: 0.875rem;
font-style: normal;
font-weight: 400;
line-height: 100%; /* 14px */
letter-spacing: -0.28px;
}

.wallet-tab.active {
  background: #fff;
}

.tab-dot {
  width: 18px;
  height: 18px;
  background: #0d6efd;
  border-radius: 50%;
}

/* BALANCE */
.wallet-balance span {
color: var(--Text-Black, #222);
font-size: 0.75rem;
font-style: normal;
font-weight: 400;
line-height: 115%; /* 13.8px */
letter-spacing: -0.48px;
text-transform: uppercase;
margin-bottom: 4px;
}

.wallet-balance h2 {
color: var(--Text-Accent, #0093E6);
font-size: 2rem;
font-style: normal;
font-weight: 400;
line-height: 110%; /* 35.2px */
letter-spacing: -1.28px;
text-transform: uppercase;
margin-bottom: 1rem;
}
.wallet-modal .btn-close{
  opacity: 1;
  font-weight: 600;
}
/* BUTTON */
.disconnect-btn {
  width: 100%;
  background: #0d9df2;
  border: 3px solid #000;
  border-radius: 14px;
  font-weight: 800;
  padding: 0.6rem;
}
.connect-wallet-btns .blue-btn-shadow{
  border-radius: 1rem;
  padding: 0.875rem;
  margin-top: 0.875rem;
  border: 2px solid var(--Main-Black, #222);
  color: #000;
  width: 100%;
  text-align: left;
  background: var(--Main-Secondary, #E1F4FF);
  box-shadow: 0 6px 0 0 rgba(34, 34, 34, 0.05) inset, 0 -6px 0 0 rgba(34, 34, 34, 0.20) inset, 0 4px 0 0 #222;
}
.promocode-text{
  color: var(--Text-Black, #222);
  text-align: center;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 14px */
  letter-spacing: -0.28px;
  margin-bottom: 1rem ;
  margin-top: 0.25rem;
}
.promocode-text a{
  color: #0093E6 !important;
}
.connect-wallet-btns .blue-btn-shadow img{
  height: 2.25rem ;
  margin-right: 0.5rem;
}
  .buy-queen-img .queen-img.mobile-view{
    display: none;
  }
   .outer-about.trust-puff-sec h2.text-black{
  color: #222;
 }
 .outer-about.trust-puff-sec .text-black{
  color: rgba(34, 34, 34, 0.80);
 }
  .outer-about.trust-puff-sec .heading-main a{
    font-size: 16px;
  }
@media (min-width:991px) and (max-width:1239.8px){
  .buy-queen-img {
    right: 330px;
}
.preasale-banner-new .outer-box-buy-pre{
  max-width: 370px;
}
.preasale-banner-new .inner-main-box{
  background-size: cover;
}
}
@media (max-width:991px){
  .trust-puff-sec-outer.about-us-sec{
    padding: 80px 0;
  }
  .trusted-by-sec{
    margin-top: 32px;
  }
  .preasale-banner-new .banner-box-left .trusted-by-sec p{
    font-size: 12px;
  }
  .trusted-by-sec .trusted-list img{
    height: 28px;
  }
  .community-content .avatar-group img {
    height: 60px;
    width: 60px;
  }
  .queen-img{
    height: 370px;
  }
  .preasale-banner-new .outer-box-buy-pre {
    .blue-text {
      font-size: 12px;
    }
  }
    .buy-queen-img {
    right: 440px;
}
.preasale-banner-new .outer-box-buy-pre .download-audit-link{
  margin-top: 20px;
}
.preasale-banner-new .outer-box-buy-pre {
    .timer-wrapper {
      margin-bottom: 20px;
    }
  }
  .outer-box-buy-pre .heading-buy h2{
    font-size: 24px;
  }
.crypto-media-sec .crypto-media-box img{
  height: 28rem;
}
.common-sec.world-clean-sec {
    padding-top: 8rem;
}
.preasale-banner-new .outer-box-buy-pre{
  max-width: 480px;
}
 .roadmap-sec .heading-main{
    text-align: center;
    margin-bottom: 3rem;
  }
}
@media (max-width:767.8px){
  .community-content {
    flex-direction: column;
  }
  .trusted-by-sec .trusted-list img{
    height: 28px;
  }
  .community-content   .community-text{
    font-size: 14px;
    }
  .community-content  .avatar-group img {
    height: 60px;
    width: 60px;
  }
  .trusted-by-sec{
    margin: 32px 0;
  }
  .trusted-by-sec .rfm-marquee, .trusted-by-sec .rfm-initial-child-container{
    gap: 2rem;
  }
  .outer-box-buy-pre .heading-buy h2{
    font-size: 20px;
  }
  .preasale-banner-new .outer-box-buy-pre {
    width: 100%;
    .time-value {
      font-size: 28px;
    }
  }
  .crypto-media-sec .crypto-media-box p{
    font-size: 20px;
  }
  .crypto-media-sec .crypto-media-box{
    padding: 1.25rem;
  }
  .buy-queen-img .queen-img.mobile-view{
    display: block;
    margin: auto;
  }
    .buy-queen-img .queen-img.desktop-view{
    display: none;
  }
  .buy-queen-img{
    margin-right: 0;
    margin-top: -2rem;
    margin: -2rem auto 0;
    position: relative;
    right: auto;
    left: auto;
  }
  .inner-main-box .display-flex-queen{
    flex-direction: column;
  }
  .preasale-banner-new .banner-box-left p{
    margin: 0 auto 16px;
    font-size: 14px;
  }
  .outer-box-buy-pre .form-label{
    display: block;
    font-size: 12px;
  }
  .outer-about.trust-puff-sec .heading-main a{
    font-size: 14px;
  }
  .outer-about.trust-puff-sec .heading-main a img{
    height: 20px;
  }
  .preasale-banner-new .banner-box-left .trusted-by-sec p{
    display: none;
  }
  .trusted-by-sec{
    justify-content: center;
  }
  .preasale-banner-new .outer-box-buy-pre .blue-text{
    font-size: 12px;
  }
  .preasale-banner-new .outer-box-buy-pre   .gray-text {
    font-size: 12px;
  }
  .trust-puff-sec-outer.about-us-sec {
    padding: 50px 0;
}
}
@media (max-width:576px){
  .queen-img {
    height: 21rem;
}

.preasale-banner-new .outer-box-buy-pre {
    .timer-header .current,  .timer-header .next {
      font-size: 12px;
      line-height: 12px;
    }
  }
  
  .crypto-media-sec .crypto-media-box img {
    height: 16rem;
  }
}