.header-btn .login-btn {
  background-color: #368d43;
  font-weight:normal;
}
.patners-title span img {
  position: relative;
  top: -3px;
}
.patners-title span {
  display: unset;
}
.green-text {
  color: #42e447!important;
  font-weight: 600!important;
}
.mr-5-important {
  margin-right: 10px!important;
}
.mr-5-important i {
  font-size: 21px;
}
.xb-footer-wrap-bnone::before {
  background: none!important;
}


@media (min-width: 1800px) {
    .feature .feature-wrap .xb-item--content {
        line-height: 24px;
        max-width: 369px;
    }
}


@media (min-width: 768px) {
  .header-logo img {
    max-width: 160px;
    animation: tilt-shaking 0.5S linear infinite;
      padding: 10px 0;
  }
  .header-btn .login-btn {
    padding: 4px 20px;
    white-space: nowrap;
  }
  .hero {
    height: 80vh;
  }
  .hero-scroll {
    position: absolute;
    bottom: 0;
    transform: translateX(-50%);
    left: 50%;
  }
  .hero--sec-titlt .title {
    font-size: 58px;
    line-height: 87px;
    letter-spacing: -0em;
    padding-top: 25px;
    margin-bottom: 10px;
  }
  .xb-footer-wrap .xb-item--footer_widget-community {
    max-width: max-content;
    padding: 42px 20px;
    margin-top: 9px;
    background: linear-gradient(345deg, #435fb2 0%, #111b5e 66.48%, #0c1449 100%);
  }
    .feature .feature-wrap .xb-item--content {
        height: 80px;
    }
    .top-social-link li i {
        font-size: 28px;
    }
    .xb-footer-wrap .xb-item--social-link.top-social-link a {
        height: 52px;
        width: 52px;
        border-radius: 5px;
        background: #1b1d24;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-white);
        -webkit-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }
    .xb-footer-wrap .xb-item--social-link.top-social-link a:hover {
        background: var(--color-primary);
        color: var(--color-black);
    }
    .how-section1{
        margin-bottom: 12px;
    }
}

@media (max-width: 767.88px) {
  .header-logo img {
    max-width: 95px;
      padding: 10px 0;
  }
  .header-btn .login-btn {
    padding: 4px 20px;
    white-space: nowrap;
  }
  .patners-title span {
    line-height: 38px;
  }
  .xb-footer-wrap .xb-item--footer_widget-community {
    max-width: max-content;
    padding: 42px 20px;
    margin-top: 9px;
    background: linear-gradient(345deg, #435fb2 0%, #111b5e 66.48%, #0c1449 100%);
  }
    .how-section1{
        margin-bottom: 25px;
    }
}

/* Board_listing */
.how-section1{
    padding: 1%;
}
.how-section1:hover {
    outline-color: #ffffff;
    outline-width: thin;
    outline-style: solid;
    overflow: hidden;
}
.how-section1 h4{
    color: #ffa500;
    font-weight: bold;
    font-size: 30px;
}
.how-section1 .subheading{
    color: #3931af;
    font-size: 20px;
}
.how-img
{
    text-align: center;
}
.how-img img{
    width: 100%;
}
.text-detail {
    color: #cbd5e1;
    overflow-wrap: break-word;
    word-break: break-all;
}
.meme_detail h1 {
    font-size: 14px;
    color: #cbd5e1;
    margin-bottom: 8px;
}
.meme_detail h2 {
    font-size: 14px;
    color: #86efac;
    margin-bottom: 8px;
}
.meme_detail h3 {
    font-size: 14px;
    color: #bfdbfe;
    margin-bottom: 8px;
}
.font-bold {
    font-weight: bold;
}
/* / Board_listing */



