* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  body {
    font-family: 'Verdana', sans-serif;
  }  
}
@media (max-width: 480px) {
  .feature img, .plan img {
    width: 100px; 
    height: auto;
  }
}
/* Ensure logo resizes responsively */
.logori {
  width: 150px;
  height: auto;
}
.navbar-nav .nav-link.active{
  color:#DAA520 !important;
}
.navbar .nav-link:hover{
  color: #DAA520 ;
}
.btn-outline-gold {
  border-color: 2px solid #DAA520 !important; /* Gold */
  color: #f5f4f4 !important;
  border-radius: 5px !important;
  padding: 8px 15px !important;
  background-color: #f1c40f !important;

}
.btn-outline-custom {
  border-color: 2px solid #DAA520 !important; /* Gold */
  color: #080808 !important;
  border-radius: 5px !important;
  padding: 8px 15px !important;

}


  /* Center the logo */
  .qrcode-img {
    width: 10%;
    height: 10%;
    align-content: center;
    /* margin-left: auto;
    margin-right: auto;
    text-align: center; */
}

/* Custom button styling */


.btn-outline-gold:hover {
  background-color: #f1c40f !important;
  color: white !important;
  border-color: #f1c40f !important;
}
.btn-outline-custom:hover{
  background-color: #f1c40f !important;
  color: white !important;
  border-color: #f1c40f !important;
}

/* Media queries for better responsiveness on smaller screens */
@media (max-width: 768px) {
  /* Ensure navbar is vertically centered */
  .navbar-collapse {
      text-align: center;
  }

  /* Center the logo */
  .navbar-brand {
      margin-left: auto;
      margin-right: auto;
      text-align: center;
  }

  /* Make buttons stack vertically */
  .d-flex {
      flex-direction: column;
      align-items: center;
      margin-top: 10px;
  }

    }

  /* Increase space between nav links */
  .navbar-nav .nav-item {
      margin-bottom: 10px;
  }

  /* Reduce padding of nav items for smaller screens */
  .nav-link {
      padding: 10px;
  }

  .nav-link:hover {
    color: #DAA520;
  }


@media (max-width: 576px) {
  /* Further reduce the logo size for very small screens */
  .logori {
      width: 100px;
  }

  /* Ensure hamburger button is centered */
  .navbar-toggler {
      margin-left: auto;
      margin-right: auto;
  }
}

footer {
  background-color: #333;
  color: #eee;
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.6;
}

.footer-content {
  max-width: 1200px;
  margin: 0 auto;
}

.footer-content p {
  margin: 10px 0;
  text-align: left;
}

.footer-content a {
  color: white;
  text-decoration: none;
}

.footer-content img {
  max-width: 200px;
  margin-top: 15px;
  margin: 40px;
  height: 100px;
  justify-content: flex-start;
  margin-right: 3200rem;
}

body {
  background-color: rgb(139, 123, 33);
  color: #333;
  line-height: 1.6;
}



.tradingview-widget-container {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 2rem;
  padding: 1rem;
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
  .tradingview-widget-container {
      padding: 0.5rem;
      margin-top: 1rem;
  }


.logoria{
  width: 100%;
  height: auto;

}

.navbar .logo {
  display: flex;
  align-items: center;
  margin-top: 0px;
}
.navbar .logo img {
  margin-right: 10px;
  width: 40px;
  align-items: center;
}

.logori{
  height: 7rem;
  width: 12rem;
}


  .footer-section, .feature, .stat, .plan {
    width: 100%;
    padding: 15px;
    margin: 10px auto;
  }

  .popup {
    width: 100%;
    font-size: 14px;
    padding: 10px;
  }

  .hero-section h1 {
    font-size: 24px;
  }

  .cta-btn {
    font-size: 14px;
    padding: 10px 15px;
  }


.nav-links {
  display: flex;
  gap: 1rem;
}

.navbar ul {
  display: flex;
}


.hero-section {
  padding: 100px 20px;
  text-align: center;
  color: #333;
  background: url('./img/image-8.jpg') no-repeat center center/cover;
}

.hero-section h1 {
  font-size: 38px; 
  color: #daa520;
  margin-bottom: 20px;
}


.investment-notes h2 {
 text-align: center;
 color: #daa520;
}
.investment-notes li {
  text-align: center;
  list-style: none;
  
 }
 .investment-notes p {
  text-align: center;
  
 }
/* Responsive Design */

/* Large screens (desktops and larger tablets) */
@media (min-width: 1024px) {
  .navbar {
    padding: 1.5rem 3rem;
  }

  .support-header h1 {
    font-size: 3rem;
  }

  .support-header p {
    font-size: 1.5rem;
  }
}

/* Medium screens (tablets) */
@media (max-width: 1024px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-buttons {
    display: none;
  }

  .nav-toggle {
    display: block;
  }

  .nav-links {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .nav-links li {
    margin-left: 0;
    margin-top: 10px;
  }

  .nav-links.show {
    display: flex;
  }

  .support-header h1 {
    font-size: 2rem;
  }

  .support-header p {
    font-size: 1.2rem;
  }
}

/* Small screens (mobile) */
@media (max-width: 768px) {
  .support-form-container {
    padding: 0 1rem;
  }

  .support-header h1 {
    font-size: 1.8rem;
  }

  .support-header p {
    font-size: 1rem;
  }

  .form-group input,
  .form-group textarea {
    padding: 10px;
  }

  .btn-submit {
    padding: 10px 15px;
    font-size: 1rem;
  }

  .footer-container {
    font-size: 0.9rem;
  }
}
.hero-section p {
  font-size: 18px;
  margin-bottom: 30px;
}

.cta-btn {
  padding: 15px 30px;
  background-color: #daa520;
  color: white;
  text-decoration: none;
  font-size: 18px;
  border-radius: 5px;
}

.cta-btn:hover {
  background-color: #e1b12c;
}

.features {
  display: flex;
  justify-content: space-around;
  padding: 60px 20px;
  background-color: #daa520;
}

.feature {
  text-align: center;
  width: 30%;
  background-color: #333;
  padding: 20px;
  border: 2px solid #daa520;
  border-radius: 8px;
}

.feature h2 {
  color: white;
  margin-bottom: 20px;
}
  .feature p{
 color: white;
}

.feature img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}


.plans {
  padding: 60px 20px;
  background-color:#daa520;
  text-align: center;
}

.plans h2 {
  color: white;
  margin-bottom: 20px;
}

.plan {
  background-color: #333;
  border: 2px solid black;
  padding: 20px;
  margin: 20px 0;
  border-radius: 8px;
  display: inline-block;
  width: 30%;
}

.plan img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.plan h3 {
  color: white;
  margin-bottom: 10px;
}
.plan p{
  color: white;
}

.faq {
  padding: 60px 20px;
  background-color: #daa520;
  text-align: center;
}

.faq h2 {
  color: #daa520;
  margin-bottom: 20px;
}

.faq-item {
  margin-bottom: 20px;
}

.faq-item h4 {
  color: #daa520;
  margin-bottom: 10px;
}


.stats {
  padding: 60px 20px;
  background-color: #daa520;
  text-align: center;
}

.stats h2 {
  color: white;
  margin-bottom: 30px;
}

.stats-container {
  display: flex;
  justify-content: space-around;
}

.stat {
  background-color: #333;
  padding: 20px;
  border: 2px solid #daa520;
  width: 30%;
  border-radius: 8px;
}

.stat h3 {
  color: white;
  font-size: 36px;
  margin-bottom: 10px;
}

.stat p {
  font-size: 18px;
  color: white ;
}


.risk-disclaimer {
  padding: 60px 20px;
  background-color: white;
  text-align: center;
  margin-top: 20px;
}

.risk-disclaimer h2 {
  color: #daa520;
  font-size: 16px;
  line-height: 1.8;
}
.bg-overlay .container {
  position: relative;
  z-index: 1;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
footer {
  background-color: #333;
  padding: 40px 20px;
  border-top: 2px solid #daa520;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .footer-widget {
      display: inline-block;
      margin-top: 40px;
  }
}
.footer-widget {
  padding-bottom: 40px;
}

.footer-section {
  width: 24%;
}

.footer-section h4 {
  color: #daa520;
  margin-bottom: 10px;
}

.footer-section ul {
  list-style: none;
}

.footer-section ul li {
  margin-bottom: 10px;
}

.footer-section ul li a  {
  text-decoration: none;
  color: white;
  transition: color 0.3s;
}
span{
  color: #aaa;
}
.footer-section ul li a:hover {
  color: #daa520;
}

.footer-bottom {
  text-align: center;
  color: white;
  margin-top: 20px;
}


@media (max-width: 768px) {

  .nav-toggle {
    display: block;
  }

  .nav-links {
    flex-direction: column;
    display: none;
    width: 100%;
    text-align: center;
  }

  .navbar ul {
    display: none;
    flex-direction: column;
    text-align: center;
  }

  .navbar ul li {
    margin: 10px 0;
  }

  .hero-section h1 {
    font-size: 30px;
  }

  .hero-section p {
    font-size: 16px;
  }

  .features, .stats-container {
    flex-direction: column;
  }

  .feature, .plan, .stat {
    width: 90%;
    margin: 10px auto;
  }

  .footer-container {
    flex-direction: column;
    align-items: center;
  }

  .footer-section {
    width: 100%;
    margin-bottom: 20px;
  }
}


@media (max-width: 480px) {
  .hero-section h1 {
    font-size: 24px;
  }

  .hero-section p {
    font-size: 14px;
  }

  .cta-btn {
    font-size: 16px;
    padding: 12px 20px;
  }

  .feature h2 {
    font-size: 18px;
  }

  .plan h3 {
    font-size: 18px;
  }
}
#crypto-chart {
  width: 100%;
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: #f8f9fa;
  border: 1px solid #daa520;
  border-radius: 8px;
}

#crypto-chart h2 {
  text-align: center;
  color: #daa520;
}

body {
  font-family: 'Verdana', sans-serif;
  background-color: #f0f0f0;
  color: #080808;
  margin: 0;
}


.about-top {
  position: relative;
  background: url('./img/professional-image.jpg') no-repeat center center/cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.about-top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.about-top .about-content {
  position: relative;
  z-index: 1;
}

.about-top h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.about-top p {
  font-size: 20px;
}


.about-info {
  padding: 60px 20px;
  background-color: #daa520;
  color: #333;
}

.about-info .info-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.about-info h2 {
  color: #333;
  margin-bottom: 20px;
  font-size: 30px;
}

.about-info p {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
}

/*footer*/
.dark-footer {
  background-color: #333;
  color: white;
  padding: 40px 20px;
}

.dark-footer h4 {
  color: #333;
  margin-bottom: 15px;
}

.dark-footer ul {
  list-style: none;
  padding: 0;
}

.dark-footer ul li {
  margin-bottom: 10px;
}

.dark-footer ul li a {
  color: white;
  text-decoration: none;
}

.dark-footer ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  margin-top: 20px;
}

.footer-bottom p {
  color: #aaa;
}

@media (max-width: 768px) {
  .about-top h1 {
    font-size: 36px;
  }

  .about-info h2 {
    font-size: 26px;
  }
}

.policy-top {
  position: relative;
  background: url('./img/professional-background.jpg') no-repeat center center/cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.policy-top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.policy-top .policy-content {
  position: relative;
  z-index: 1;
}

.policy-top h1 {
  font-size: 48px;
  margin-bottom: 10px;
}

.policy-top p {
  font-size: 20px;
}

.policy-info {
  padding: 60px 20px;
  background-color: #fff;
  color: #333;
}

.policy-info .info-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.policy-info h2 {
  color: #daa520;
  margin-bottom: 20px;
  font-size: 30px;
}

.policy-info p, .policy-info ul {
  font-size: 18px;
  margin-bottom: 40px;
  line-height: 1.6;
}

.policy-info ul {
  padding-left: 20px;
}

.policy-info ul li {
  margin-bottom: 10px;
  list-style: disc;
}


.dark-footer {
  background-color: #333;
  color: white;
  padding: 40px 20px;
}

.dark-footer h4 {
  color: #daa520;
  margin-bottom: 15px;
}

.dark-footer ul {
  list-style: none;
  padding: 0;
}

.dark-footer ul li {
  margin-bottom: 10px;
}

.dark-footer ul li a {
  color: white;
  text-decoration: none;
}

.dark-footer ul li a:hover {
  text-decoration: underline;
}

.footer-bottom {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid #444;
  margin-top: 20px;
}

.footer-bottom p {
  color: #aaa;
}


@media (max-width: 768px) {
  .policy-top h1 {
    font-size: 36px;
  }

  .policy-info h2 {
    font-size: 26px;
  }
}


.investment-top {
  position: relative;
  background: url('./img/investment-background.jpg') no-repeat center center/cover;
  height: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-align: center;
}

.investment-top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.investment-top .investment-content {
  position: relative;
  z-index: 1;
}

.investment-top h1 {
  font-size: 48px;
}

.investment-top p {
  font-size: 20px;
}


.investment-plans {
  padding: 60px 20px;
  background-color:#daa520;
  text-align: center;
}

.investment-plans h2 {
  color: rgb(3, 3, 3);
  margin-bottom: 40px;
  font-size: 36px;
}

.plans-container {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.plan-card {
  background: #333;
  border: 1px solid #ddd;
  padding: 20px;
  margin: 20px;
  width: 30%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.plan-card h3 {
  color: white;
  margin-bottom: 10px;
  font-size: 28px;
}

.plan-card p {
  font-size: 18px;
  margin-bottom: 10px;
  color: white;
}

.btn-invest {
  background-color: #daa520;
  color: rgb(7, 7, 7);
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  transition: background 0.3s ease;
}

.btn-invest:hover {
  background-color: #e6b800;
}


.live-stats {
  padding: 60px 20px;
  background-color: #daa520;
  text-align: center;
}

.live-stats h2 {
  color: rgb(4, 4, 4);
  margin-bottom: 40px;
  font-size: 36px;
}

.stats-container {
  display: flex;
  justify-content: space-around;
}

.stat-item h3 {
  font-size: 48px;
  color: rgb(0, 0, 0);
}

.stat-item p {
  font-size: 18px;
  color: rgb(0, 0, 0);
}


.faq {
  padding: 60px 20px;
  background-color: #f9f9f9;
  text-align: center;
}

.faq h2 {
  color: #daa520;
  margin-bottom: 40px;
  font-size: 36px;
}

.faq-container {
  max-width: 800px;
  margin: 0 auto;
  text-align: left;
}

.faq-item h4 {
  font-size: 24px;
  color: #333;
}

.faq-item p {
  font-size: 18px;
  color: #555;
  margin-bottom: 20px;
}


.dark-footer {
  background-color: #333;
  color: white;
  padding: 40px 20px;
}

.dark-footer a {
  color: #daa520;
  text-decoration: none;
}

.footer-bottom {
  text-align: center;
  padding: 20px;
  border-top: 1px solid #444;
}

/*support page*/
.support-page {
  padding: 50px 20px;
  background-color: #fff;
  text-align: center;
}

.support-header h1 {
  font-size: 36px;
  margin-bottom: 20px;
  color: #333;
}

.support-header p {
  font-size: 18px;
  color: #555;
}

.support-form-container {
  max-width: 600px;
  margin: 40px auto;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}

.form-group {
  margin-bottom: 20px;
}

.form-group label {
  font-size: 16px;
  color: #333;
  display: block;
  margin-bottom: 8px;
}

.form-group input, .form-group textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group textarea {
  resize: vertical;
}

.btn-submit {
  background-color: #daa520;
  color: #333;
  font-size: 18px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.btn-submit:hover {
  background-color: #e6c300;
}

.success-message {
  color: green;
  margin-top: 20px;
  font-size: 18px;
}

.error-message {
  color: red;
  margin-top: 20px;
  font-size: 18px;
}


.dark-footer {
  background-color: #333;
  color: white;
  padding: 40px 20px;
  text-align: center;
}

.dark-footer p {
  font-size: 16px;
}

.dark-footer a {
  color: #daa520;
  text-decoration: none;
}

.dark-footer a:hover {
  text-decoration: underline;
}


@media (max-width: 768px) {
  .support-header h1 {
    font-size: 28px;
  }

  .support-header p {
    font-size: 16px;
  }

  .form-group input, .form-group textarea {
    font-size: 14px;
  }

  .btn-submit {
    font-size: 16px;
  }
}
.popup {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #daa520;
  color: #333;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  font-family: "Verdana";
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.5s ease, bottom 0.5s ease;
}

.popup.show {
  opacity: 1;
  bottom: 40px;
}

.popup.hidden {
  opacity: 0;
  bottom: 20px;
}

#popup-message {
  margin: 0;
}