* {
  font-family: "Poppins", sans-serif;
}

.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
    url("image/banner.png") center/cover;
  height: 92vh;
  color: white;
}
.section-padding {
  padding: 80px 0;
}
.card {
  transition: transform 0.3s;
}
.card:hover {
  transform: translateY(-10px);
}
.custom-shadow {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.nav-item a {
  color: #555555;
  font-weight: 500;
}
.nav-item a:hover {
  color: #d4af37;
}
.color_popular {
  background: #874c00;
}

.btn-lg {
  background: #ffffff;
  color: #874c00;
  font-weight: 600;
  border: none;
}
.btn-lg:hover {
  background: #ffffff;
  color: #874c00;
  font-weight: 600;
  border: none;
}
.color_title {
  color: #555555;
}
.color_title_1 {
  font-size: 40px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}
.color_title_2 {
  font-size: 25px;
  color: #555555;
  font-weight: 400;
  line-height: 1.5;
  text-align: center;
}

.learn_button {
  background: #d4af37;
  color: #14313e;
  font-weight: 500;
  border: none;
  border: 2px solid #d4af37;
}
.learn_button:hover {
  background: #ffffff;
  color: #d4af37;
  font-weight: 500;
  border: 2px solid #d4af37;
}
.learn_button1 {
  background: #ffffff;
  color: #d4af37;
  font-weight: 500;
  border: 2px solid #d4af37;
}
.learn_button1:hover {
  background: #d4af37;
  color: #14313e;
  font-weight: 500;
  border: 2px solid #d4af37;
}

.key_to_future {
  padding: 1rem;
}

.feature_card {
  margin-bottom: 1.5rem;
}

/* Pricing Plans Styles */
.pricing-card {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
  height: 100%;
  transition: transform 0.3s;
}

.pricing-card:hover {
  transform: translateY(-10px);
}

.bronze-plan {
  background-color: #d7995b;
  color: #423a34;
}

.silver-plan {
  background-color: #d6d6d6;
  color: #423a34;
}

.gold-plan {
  background-color: #ffd700;
  color: #423a34;
}

.plan-title {
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #555555;
  font-size: 28px;
}
.fa-solid {
  padding-right: 0.4em;
  color: rgb(72, 148, 147);
}
.plan_feature_1 {
  padding-left: 1.9em;
  font-size: 15px;
  color: #555555;
}

.plan-feature {
  margin-bottom: 0.5rem;
  color: #555555;
  font-size: 18px;
}

.plan-price {
  font-size: 20px;
  margin: 1.5rem 0;
}

.most-popular-badge {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  padding: 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #333333;
  font-weight: 600;
  font-size: 12px;
}

/* Footer Styles */
.footer-links a {
  color: white;
  text-decoration: none;
  margin-bottom: 10px;
}
.footer-links{position: relative;}

.footer-links a:hover {
  text-decoration: underline;
}
.copyright {
  margin-top: 2rem;
}
.plan_box {
  justify-content: center;
  gap: 30px;
  padding-left: 10px;
  padding-right: 10px;
}
#about_sub {
  display: none;
}
#about {
  display: block;
}
#unlock_section_real {
  display: block;
}
#unlock_section {
  display: none;
}

/* contact toggle start */
.nav-item{position: relative;}
.contact-toggle-box { position: absolute; padding: 28px 45px;  background: #d1af38; border-radius: 5px; z-index: 10; top: 60px; right: -115px; display: none; text-align:center}
.contact-toggle-box h4,.contact-toggle-box h6,.contact-toggle-box p{color: #000;}
.contact-toggle-box a:hover{color: #000; text-decoration: none;}
/* contact toggle end */

/* contact toggle start */
.nav-item{position: relative;}
.contact-toggle-box-footer { position: absolute; padding: 28px 45px;  background: #fff; border-radius: 5px; z-index: 10; bottom: 40px; left: 0; display: none; text-align:center}
.contact-toggle-box-footer h4,.contact-toggle-box-footer h6,.contact-toggle-box-footer p{color: #000;}
.contact-toggle-box-footer a:hover{color: #000; text-decoration: none;}
/* contact toggle end */

@media(max-width:1199px){

  /* contact toggle start */
  .contact-toggle-box{padding: 22px 35px 26px 35px;}
  /* contact toggle end */

  /* contact toggle footer start */
  .contact-toggle-box-footer{padding: 22px 35px 26px 35px;}
  /* contact toggle footer end */

}

@media(max-width:991px){


  /* contact toggle start */
  .contact-toggle-box { padding: 15px 15px 20px 15px; left: 0; top: 30px;}
  .contact-toggle-box h4{font-size: 20px;}
  /* contact toggle end */

  /* contact toggle footer start */
  .contact-toggle-box-footer { padding: 15px 15px 20px 15px; left: 0; }
  .contact-toggle-box-footer h4{font-size: 20px;}
  /* contact toggle footer end */

}

@media (max-width: 768px) {
  .key_to_future {
    padding-top: 0;
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .custom-shadow {
    margin-top: 2rem;
  }
  .key_image {
    margin-bottom: 2rem;
  }
  .feature_card {
    margin-bottom: 2.5rem;
  }
  .welcome_title {
    font-size: 24px;
  }
  .lead {
    font-size: 16px;
  }

  .col-md-4 {
    flex: 0 0 auto;
    width: 49.33333333%;
  }
  .section-padding {
    padding: 50px 0;
  }
  .login_button {
    margin-top: 10px;
  }
  .plan_box {
    justify-content: start;
  }
}
@media (max-width: 600px) {

/* contact toggle start */
.nav-item{position: relative;}
.contact-toggle-box { position: absolute; padding: 28px 45px;  background: #d1af38; border-radius: 5px; z-index: 10; top: 60px; right: 0px; display: none; text-align:center}
.contact-toggle-box h4,.contact-toggle-box h6,.contact-toggle-box p{color: #000;}
.contact-toggle-box a:hover{color: #000; text-decoration: none;}
/* contact toggle end */

/* contact toggle footer start */
.nav-item{position: relative;}
.contact-toggle-box-footer { position: absolute; padding: 28px 45px;  background: #fff; border-radius: 5px; z-index: 10; bottom: 40px; left: 0;  text-align:center}
.contact-toggle-box-footer h4,.contact-toggle-box-footer h6,.contact-toggle-box-footer p{color: #000;}
.contact-toggle-box-footer a:hover{color: #fff; text-decoration: none;}
/* contact toggle footer end */
	
  .welcome_title {
    margin-top: 2rem;
  }
  .section-padding {
    padding: 35px 0;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 100%;
  }
  .silver-title {
    margin-top: 20px;
  }
  .plan_box {
    justify-content: center;
  }
  #about {
    display: none;
  }
  #about_sub {
    display: block;
  }
  #unlock_section_real {
    display: none;
  }
  #unlock_section {
    display: block;
  }
  .color_title_1 {
    font-size: 26px;
    color: #555555;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
  .color_title_2 {
    font-size: 15px;
    color: #555555;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
  }
}
.subscribe_button {
  background: #d4af37;
  color: #14313e;
  font-weight: 500;
  border: none;
  border: 2px solid #d4af37;
}
.subscribe_button a {
  color: #14313e;
}
.subscribe_button:hover a {
  color: #d4af37;
}
.subscribe_button:hover {
  background: #ffffff;
  color: #d4af37;
  font-weight: 500;
  border: 2px solid #d4af37;
}

.justify-text {
  text-align: justify;
}

.bronze_monthly {
  width: 300px;
  height: 390px;
  padding-left: 0px;
  padding-right: 0px;
}
#bronzeMonthly {
  background-color: transparent;
  border: 2px solid #555555;
  border-radius: 4px;
}
#bronzeYearly {
  background-color: transparent;
  border: 2px solid #555555;
  border-radius: 4px;
}
#silverMonthly {
  background-color: transparent;
  border: 2px solid #555555;
  border-radius: 4px;
}
#silverYearly {
  background-color: transparent;
  border: 2px solid #555555;
  border-radius: 4px;
}
#goldMonthly {
  background-color: transparent;
  border: 2px solid #555555;
  border-radius: 4px;
}
#goldYearly {
  background-color: transparent;
  border: 2px solid #555555;
  border-radius: 4px;
}
.color_equal {
  color: #333333;
  font-size: 15px;
}
.color_month {
  color: #232323;
  font-size: 18px;
}
.color_year {
  color: #232323;
  font-size: 18px;
}
.create_account {
  color: #555555;
  font-size: 16px;
}
.welcome_title {
  color: #14313e;
}


@media (max-width: 1200px) and (min-width: 1000px) {
  .bronze_monthly {
    width: 290px;
    height: auto;
  }
  .silver_monthly {
    width: 290px;
    height: auto;
  }
  .gold_monthly {
    width: 290px;
    height: auto;
  }
}

@media (max-width: 999px) and (min-width: 700px) {
  .bronze_monthly {
    width: 200px;
    height: auto;
  }
  .silver_monthly {
    width: 200px;
    height: auto;
  }
  .gold_monthly {
    width: 200px;
    height: auto;
  }
  .plan-title {
    font-weight: bold;
    margin-bottom: 1.5rem;
    color: #555555;
    font-size: 22px;
  }
  .plan-feature {
    font-size: 11px;
  }
  .plan_feature_1 {
    font-size: 9px;
    padding-left: 2.9em;
  }
  .color_month {
    font-size: 15px;
  }
  .color_year {
    font-size: 15px;
  }
  .color_equal {
    font-size: 8px;
  }
  .fa-solid {
    padding-right: 1em;
    color: rgb(72, 148, 147);
  }
}

