*,
.np-card-content {
  box-sizing: border-box;
}
*,
.np-footer {
  font-family: Poppins, sans-serif;
}
.np-cta-button,
.np-footer-links a,
.primary-button,
.xp-header-marquee a,
.xp-menu-drawer a,
a {
  text-decoration: none;
}
* {
  margin: 0;
  padding: 0;
}
body {
  background-color: #010101;
}
main {
  margin-top: 20px;
  margin-bottom: 20px;
}
.xp-header {
  background-color: #2d2b2b;
  color: #fff;
}
.xp-header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px;
}
.xp-header-logo img {
  height: 50px;
}
.xp-header-auth {
  display: flex;
  gap: 10px;
}
.xp-header-auth input {
  padding: 8px;
  border: none;
  border-radius: 5px;
}
.primary-button {
  padding: 8px 12px;
  background: #be1c02;
  color: #fff;
  border-radius: 5px;
}
.xp-header-menu {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
}
.xp-header-menu div {
  width: 25px;
  height: 3px;
  background-color: #fff;
  margin: 5px auto;
  transition: 0.3s;
}
.xp-header-marquee {
  background: #ffc724;
  padding: 5px;
  overflow: hidden;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
.xp-header-marquee a {
  color: #000;
  margin: 0 10px;
  display: inline-block;
}
@keyframes marquee {
  from {
    transform: translateX(50%);
  }
  to {
    transform: translateX(-50%);
  }
}
@media (max-width: 425px) {
  .xp-header-marquee {
    background: #ffc724;
    padding: 5px;
    overflow: hidden;
    white-space: nowrap;
    display: flex;
    justify-content: center;
  }
  .xp-header-marquee div {
    display: inline-block;
    animation: 20s linear infinite marquee;
  }
  .xp-header-marquee:hover div {
    animation-play-state: paused;
  }
  .xp-header-marquee a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    display: inline-block;
  }
  @keyframes marquee {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }
}
.xp-menu-drawer {
  position: fixed;
  top: 0;
  left: -250px;
  width: 250px;
  height: 100%;
  background: #222;
  padding: 20px;
  transition: 0.3s;
  z-index: 1000;
}
.xp-menu-drawer.open {
  left: 0;
}
.xp-menu-drawer a {
  display: block;
  color: #fff;
  margin-bottom: 10px;
}
.xp-menu-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
  color: #fff;
}
.np-slider {
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
.np-slider-images {
  display: flex;
  transition: transform 0.5s;
  width: 100%;
  height: 100%;
}
.np-slider-image {
  min-width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
}
.np-content-overlay,
.np-slider-buttons,
.np-slider-indicators {
  position: absolute;
  display: flex;
}
.np-content-overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
}
.np-banner-heading {
  font-size: 2rem;
  margin-bottom: 15px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.np-banner-caption {
  font-size: 1.2rem;
  margin-bottom: 25px;
  max-width: 80%;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.np-banner-button {
  padding: 12px 30px;
  background-color: #d69e10;
  color: #fff;
  border: none;
  border-radius: 20px;
  font-size: 1rem;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
}
.np-gradient-button,
.np-indicator {
  transition: background-color 0.3s;
  cursor: pointer;
}
.np-slider-buttons {
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  justify-content: space-between;
  padding: 0 20px;
  width: 100%;
  z-index: 10;
}
.np-slider-button {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: none;
  padding: 15px;
  cursor: pointer;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}
.np-slider-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.np-slider-indicators {
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  gap: 10px;
  z-index: 10;
}
.form-group,
.np-casino-card,
.np-match-card {
  position: relative;
}
.np-indicator {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
}
.np-indicator.active {
  background-color: #fff;
}
.np-gradient-button:hover,
.np-play-button:hover {
  background-color: #e64a19;
}
.np-gif-container {
  text-align: center;
  padding: 40px;
  background: #131313;
}
.np-gif-container-button {
  margin-bottom: 20px;
}
.np-gif-container-button h2 {
  font-size: calc(24px + (32 - 24) * (100vw - 375px) / (1440 - 375));
}
.np-gradient-button {
  background: linear-gradient(to right, #ff9800, #ff5722);
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  border-radius: 5px;
}
.np-gif-container-gifs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
}
.np-gif-image {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}
.np-section {
  padding: 40px 20px;
  background-color: #ffc724;
}
.np-section h2 {
  margin-top: 0;
  color: #fff;
  text-align: center;
}
.np-matches-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}
.np-match-card {
  width: 320px;
  background: #ececec;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.np-match-card-date {
  margin: 5px 0;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}
.np-paragraph strong,
.np-vs {
  color: #ff5722;
}
.np-team-logos {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
}
.np-team-logos img {
  width: 80px;
  height: 80px;
  object-fit: contain;
}
.np-vs {
  font-size: 20px;
  font-weight: 400;
}
.np-status {
  margin-top: 10px;
  font-weight: 400;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}
.np-completed {
  background: green;
}
.np-upcoming {
  background: orange;
}
.np-winner {
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.np-casino-section {
  background-color: #121212;
  padding: 40px;
}
.np-section-title {
  font-size: calc(24px + (32 - 24) * (100vw - 375px) / (1440 - 375));
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.np-casino-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  justify-items: center;
}
.np-casino-section .np-casino-grid a {
  background: 0 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden;
  position: relative;
}
.np-casino-card::after {
  content: "";
  display: block;
  border-bottom: 4px solid #ffc724;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.np-casino-card img {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.np-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}
.np-card-content div:first-child {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  flex-grow: 1;
  text-align: left;
  padding-left: 10px;
}
.np-play-button {
  background-color: #ffc724;
  color: #000;
  border: none;
  padding: 10px 16px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 600;
  transition: background-color 0.3s, transform 0.2s ease-in-out;
  text-align: center;
  white-space: nowrap;
}
.np-rich-text-section,
.np-skyexchange-container {
  padding: 40px 20px;
  width: 90%;
  background-color: #322f2f;
  color: #e0e0e0;
}
.np-play-button:hover {
  transform: translateY(-2px);
}
.np-play-button:focus {
  outline: 0;
  box-shadow: 0 0 10px rgba(255, 97, 0, 0.6);
}
.np-casino-card:hover img {
  opacity: 0.7;
}
@media (max-width: 992px) {
  .np-casino-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .np-casino-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .np-card-content {
    align-items: center;
    display: flex;
  }
  .np-play-button {
    align-self: flex-end;
  }
}
@media (max-width: 400px) {
  .np-casino-grid {
    grid-template-columns: 1fr;
  }
}
.np-rich-text-section {
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 20px auto;
}
.np-card,
.np-register-image {
  box-shadow: 0 4px 8px rgba(255, 255, 255, 0.1);
  border-radius: 10px;
}
.np-list {
  margin-left: 20px;
}
.np-skyexchange-container {
  border-radius: 10px;
  margin: 20px auto;
  text-align: center;
}
.np-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.np-text {
  font-size: 1rem;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .xp-header-auth {
    display: none;
  }
  .xp-header-menu {
    display: block;
  }
  .np-gif-container-gifs {
    grid-template-columns: 1fr;
  }
  .np-heading {
    font-size: 1.5rem;
  }
  .np-paragraph,
  .np-text {
    font-size: 0.9rem;
  }
  .np-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .np-card {
    padding: 15px;
  }
  .np-subheading {
    font-size: 1.2rem;
  }
  .np-content-wrapper-reverse {
    flex-direction: column-reverse !important;
  }
}
.np-image,
.np-text {
  width: 100%;
}
.np-register-section {
  background-color: #322f2f;
  color: #e0e0e0;
  padding: 40px 20px;
  text-align: center;
}
.np-steps li strong {
  font-size: 1.1rem;
  color: #fff;
  font-weight: 400;
}
.np-cta-wrapper {
  display: flex;
  justify-content: left;
  margin-top: 40px;
}
.np-cta-button {
  background: linear-gradient(45deg, #ff9800, #ff5722);
  color: #fff;
  position: relative;
  animation: 1.5s ease-in-out infinite alternate shake;
}
.np-cta-button:hover {
  box-shadow: 0 0 20px rgba(255, 152, 0, 0.6);
  transform: scale(1.05);
  background-color: #f1f1f1;
}
@media (min-width: 990px) {
  .np-content-wrapper {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    text-align: left;
  }
  .np-image,
  .np-text {
    width: 100%;
  }
}
.np-predict-section .np-paragraph,
.np-predict-section ul,
.np-register-section .np-paragraph,
.np-register-section ul {
  text-align: left;
}
.np-predict-section,
.np-register-section {
  width: 90%;
  margin: 20px auto;
  border-radius: 10px;
}
.np-predict-section {
  background-color: #322f2f;
  color: #e0e0e0;
  padding: 40px 20px;
}
.np-content-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  text-align: center;
}
.np-steps {
  padding: 0;
  margin-bottom: 20px;
  margin-left: 17px;
}
.np-steps li {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #e0e0e0;
}
.np-image {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.np-register-image {
  max-width: 100%;
  width: 100%;
  height: auto;
}
.np-banking-options,
.np-login-guide {
  background-color: #322f2f;
  padding: 40px 20px;
  width: 90%;
  text-align: left;
}
.np-login-guide {
  color: #e0e0e0;
  margin: 20px auto;
}
.np-heading {
  font-size: 2rem;
  font-size: calc(24px + (32 - 24) * (100vw - 375px) / (1440 - 375));
  font-weight: 400;
  margin-bottom: 20px;
  color: #ff9800;
}
.np-list {
  margin-bottom: 30px;
}
.np-banking-options {
  color: #e0e0e0;
  margin: auto;
}
.np-grid-z {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.np-card {
  background-color: #2a2a2a;
  padding: 20px;
  transition: transform 0.3s;
}
.np-card img {
  width: 50px;
  height: 50px;
  filter: brightness(0) invert(1);
}
.np-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(255, 255, 255, 0.2);
}
.np-subheading {
  font-size: 1.5rem;
  color: #ff9800;
  margin-bottom: 10px;
}
.np-text-section,
.testimonial-section {
  background-color: #322f2f;
  color: #e0e0e0;
  width: 90%;
}
@media (min-width: 768px) {
  .np-content-wrapper {
    flex-direction: row;
    gap: 40px;
    align-items: flex-start;
    text-align: left;
  }
}
@media (max-width: 768px) {
  .np-grid-z {
    grid-template-columns: 1fr;
  }
}
.np-text-section {
  padding: 40px 20px;
  margin: auto;
  text-align: left;
}
.np-paragraph {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 20px;
}
.np-list {
  list-style-type: disc;
  padding-left: 20px;
}
.np-list li {
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 1.6;
}
.testimonial-section {
  padding: 40px 20px;
  margin: 20px auto;
  text-align: center;
}
.testimonial-heading {
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonial-slider {
  display: flex;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
  background-color: #000;
  padding: 20px 17px;
  border-radius: 10px;
}
.testimonial-slide {
  min-width: 100%;
  transition: transform 0.5s ease-in-out;
}
.testimonial-slide p {
  font-size: 1rem;
  font-style: italic;
  margin-bottom: 10px;
}
.testimonial-slide h4 {
  font-size: 1rem;
  color: #ff8f05;
  font-weight: 400;
  margin-bottom: 20px;
}
.testimonial-controls {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.testimonial-controls button {
  background-color: #e0e0e0;
  color: #1f1f1f;
  border: none;
  padding: 8px 16px;
  border-radius: 50%;
  font-size: 1.2rem;
  cursor: pointer;
  transition: background 0.3s;
}
.testimonial-controls button:hover {
  background-color: #ddd;
}
.np-cta-section {
  background-color: #28a745;
  color: #fff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 10px;
  max-width: 600px;
  margin: auto;
}
.np-cta-heading {
  font-size: 1.8rem;
  margin-bottom: 20px;
}
.np-cta-list {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}
.np-cta-item {
  font-size: 1rem;
  margin-bottom: 10px;
}
.np-cta-button {
  background-color: #fff;
  padding: 12px 20px;
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 5px;
  display: inline-block;
  transition: background 0.3s;
}
.np-faq-container {
  width: 90%;
  margin: 50px auto;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.np-faq-container h2 {
  color: #ff8f05;
  text-align: center;
  margin-bottom: 50px;
  font-size: 40px;
}
.np-faq-item {
  border-bottom: 1px solid #ddd;
}
.np-faq-question {
  background: 0 0;
  border: none;
  width: 100%;
  text-align: left;
  padding: 15px;
  font-size: 18px;
  font-weight: 400;
  cursor: pointer;
  color: #ffc724;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.np-faq-question h3 {
  font-weight: 400;
}
.np-faq-icon {
  font-size: 22px;
  transition: transform 0.3s ease-in-out;
}
.np-faq-answer {
  height: 0;
  overflow: hidden;
  transition: height 0.4s;
  background: #f9f9f9;
  border-left: 3px solid #ffc724;
  margin: 0 10px 10px;
  border-radius: 5px;
}
.np-faq-inner {
  padding: 15px;
  font-size: 16px;
  color: #333;
}
.np-faq-answer ul {
  margin: 0;
  padding-left: 20px;
}
.np-faq-answer ul li {
  margin-bottom: 5px;
}
.np-faq-item.active .np-faq-icon {
  transform: rotate(180deg);
}
.np-footer {
  background-color: #2d2b2b;
  color: #fff;
  padding: 20px 10px;
  margin-bottom: 40px;
}
.np-footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  padding: 32px 20px 5px;
}
.np-footer-links a {
  color: #fff;
  padding: 8px 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.contact-info a,
.np-footer-links a:hover,
.np-privacy-policy-a:hover,
.np-sticky-footer-content a:hover,
.np-termsand-condition-a:hover {
  text-decoration: underline;
}
.np-footer-links a:hover {
  color: #f4a261;
}
.np-warning {
  text-align: center;
  font-size: 12px;
  margin-top: 15px;
  font-weight: 400;
}
.np-footer-payment-bank {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  padding-bottom: 10px;
  margin-top: 45px;
}
.np-footer-payment-bank-pair {
  display: flex;
  gap: 40px;
}
.np-footer-payment-bank img {
  width: 100%;
  height: auto;
}
.contact-wrapper {
  max-width: 600px;
  margin: 60px auto;
  padding: 30px 20px;
  background: #1e1e1e;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
}
.form-heading {
  text-align: center;
  font-size: 32px;
  margin-bottom: 30px;
  color: #fc0;
}
.contact-form {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.form-group input,
.form-group textarea {
  width: 100%;
  padding: 14px 16px;
  background: #2c2c2c;
  border: 1px solid #444;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  transition: border 0.3s, box-shadow 0.3s;
}
.form-group label {
  position: absolute;
  top: 14px;
  left: 16px;
  color: #aaa;
  background: #1e1e1e;
  padding: 0 4px;
  transition: 0.3s;
  pointer-events: none;
}
.form-group input:focus,
.form-group textarea:focus {
  border-color: #fc0;
  outline: 0;
  box-shadow: 0 0 5px rgba(255, 204, 0, 0.5);
}
.form-group input:focus + label,
.form-group input:not(:placeholder-shown) + label,
.form-group textarea:focus + label,
.form-group textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 12px;
  font-size: 12px;
  color: #fc0;
}
.submit-btn {
  background: #fc0;
  color: #000;
  padding: 14px;
  border: none;
  border-radius: 8px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}
.submit-btn:hover {
  background: #e6b800;
}
.contact-info {
  margin-top: 40px;
  text-align: center;
  background: #2b2b2b;
  padding: 20px;
  border-radius: 10px;
}
.contact-info p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.contact-info h3 {
  color: #fc0;
  margin-bottom: 10px;
}
.contact-info i {
  color: #fc0;
  margin-right: 6px;
}
.contact-info a {
  color: #fff;
}
@media (max-width: 500px) {
  .form-heading {
    font-size: 26px;
  }
  .submit-btn {
    font-size: 14px;
  }
}
.dj-footer-divide {
  border-top: 2px solid #fff;
  width: 50%;
  margin: 20px auto;
}
.dj-footer-line-bottom {
  text-align: center;
  margin: 11px 0;
}
.dj-footer-line-bottom p {
  color: #fff;
  padding: 0 5px;
}
.np-footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}
.np-footer-social-icons a i {
  color: #fff;
  font-size: 25px;
  transition: color 0.3s;
}
.np-footer-social-icons a i:hover,
.np-sticky-footer-content a {
  color: #d69e10;
}
.np-sticky-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #000;
  padding: 10px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}
.np-sticky-footer-content {
  font-size: 16px;
  padding-right: 20px;
}
.np-sticky-footer-btn {
  padding: 10px 20px;
  background-color: #d69e10;
  color: #fff;
  border: none;
  border-radius: 10px;
  font-weight: 400;
  cursor: pointer;
}
.telegram-float,
.whatsapp-float {
  position: fixed;
  right: 20px;
  border-radius: 50%;
  display: flex;
  color: #fff;
  box-shadow: 0 0 15px rgba(37, 211, 102, 0.5);
  animation: 1.5s ease-in-out infinite alternate shake;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s;
  z-index: 999;
  text-decoration: none;
}
.np-sticky-footer-btn:hover {
  background-color: #c88c07;
}
@media screen and (max-width: 768px) {
  .np-footer-links {
    flex-direction: row;
    align-items: center;
    margin-bottom: 20px;
  }
  .np-footer-payment-bank {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
  .np-sticky-footer {
    flex-direction: column;
    align-items: center;
  }
  .np-footer-payment-bank-pair {
    flex-direction: row;
    align-items: center;
    gap: 25px;
  }
  .np-footer-payment-bank img {
    width: 80px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 480px) {
  .np-footer-links a {
    font-size: 12px;
    padding: 6px 10px;
  }
  .np-footer-social-icons a {
    font-size: 20px;
  }
  .np-footer-payment-bank img {
    width: 130px;
    height: 41px;
  }
  .np-sticky-footer-btn,
  .np-sticky-footer-content {
    font-size: 14px;
  }
}
.whatsapp-float {
  bottom: 80px;
  background-color: #25d366;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
.telegram-float:hover,
.whatsapp-float:hover {
  transform: scale(1.1);
  box-shadow: 0 0 20px rgba(37, 211, 102, 0.8);
}
.telegram-float {
  bottom: 154px;
  background-color: #26a5e4;
  width: 60px;
  height: 60px;
  align-items: center;
  justify-content: center;
  font-size: 30px;
}
@keyframes shake {
  0% {
    transform: translateX(0);
    transform: translate(0);
  }
  25%,
  75% {
    transform: translateX(-3px);
  }
  100%,
  50% {
    transform: translateX(3px);
  }
}
@media (max-width: 480px) {
  .telegram-float,
  .whatsapp-float {
    width: 50px;
    height: 50px;
    font-size: 24px;
  }
}
.np-termsand-condition-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background-color: #322f2f;
  border-radius: 8px;
}
.np-privacy-policy-h1,
.np-termsand-condition-h1 {
  color: #f5f5f5;
  font-size: 28px;
  margin: 20px 0;
}
.np-termsand-condition-h2 {
  color: #f5f5f5;
  margin: 20px;
}
.np-privacy-policy-p,
.np-termsand-condition-p {
  line-height: 1.8;
  color: #e2e2e2;
}
.np-privacy-policy-ul,
.np-termsand-condition-ul {
  padding-left: 20px;
  color: #e2e2e2;
}
.np-termsand-condition-li {
  margin-bottom: 8px;
}
.np-privacy-policy-a,
.np-termsand-condition-a {
  color: #f4a261;
  text-decoration: none;
  font-weight: 400;
}
.np-privacy-policy-container {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background-color: #1e1e1e;
  border-radius: 8px;
}
@media (max-width: 600px) {
  .testimonial-section {
    padding: 20px;
  }
  .testimonial-slide p {
    font-size: 0.9rem;
  }
  .testimonial-controls button {
    font-size: 1rem;
    padding: 6px 10px;
  }
  .np-privacy-policy-container,
  .np-termsand-condition-container {
    padding: 15px;
  }
}
