.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: 82px;
    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);
    }
    .hero--sec-titlt p {
        font-size: 20px;
        color: #ffffff;
    }
}

@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%);
  }
    .hero--sec-titlt p {
        font-size: 16px;
        color: #ffffff;
    }

}




