* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  background-color: #32402f;
}
/********* Section 1 *********/

.revive-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 5rem;
  letter-spacing: 12px;
  color: #000;
}

@media (max-width: 768px) {
  .revive-heading {
    font-size: 2.5rem;
    letter-spacing: 4px;
  }
}

.first-img,
.third-img {
  width: 100%;
}

.first-section-para {
  font-size: 14px;
  letter-spacing: 2px;
  font-weight: 200;
  padding: 0 60px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .first-section-para {
    font-size: 13px;
    padding: 0 20px;
    line-height: 20px;
  }
}

/********* Section 2 *********/

.sec-section {
  padding: 50px 0;
  text-align: center;
}

.sec-section-title {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 30px;
}


.box-container {
  display: flex;
  flex-direction: column;  
  align-items: center;
  gap: 40px; 
}

.box {
  padding: 10px 20px;
  border: 1px solid #fff;
  width: 80%;         
  max-width: 400px;   
}

.box:hover {
    background: #253425;
    cursor: pointer;
}

.box p {
  text-align: center;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 3px;
  margin-bottom: 0;
}


.second-img {
  width: 70%;
}

@media (max-width: 768px) {
  .second-img {
    width: 100%;
    margin-top: 20px;
  }
}


.highlight {
  font-weight: bold;
  letter-spacing: 2px;
}

.highlight.recharge {
  color: #fff;
  text-shadow: 0 0 8px rgba(255, 255, 255, 0.9);
  font-size: 4rem;
}

.highlight.revive {
  color: #fff;
  font-size: 4rem;
}

.highlight.revive::after {
  content: ".";
  color: red;
}

@media (max-width: 768px) {
  .highlight.recharge,
  .highlight.revive {
    font-size: 2rem;
  }
}


.section-title {
  font-size: 38px;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 2px #fff;
  letter-spacing: 5px;
  font-family: Arial, sans-serif;
}

@media (max-width: 768px) {
  .section-title {
    font-size: 24px;
    -webkit-text-stroke: 1px #fff;
  }
}


.price-box {
  border: 1px solid #fff;
  padding: 10px 0;
}

.price-card {
  border: 1px solid #fff;
  text-align: center;
  padding: 22px 0;
  color: #fff;
  background: transparent;
}

.price-box:hover {
    background: #253425;
    cursor: pointer;
}


.price-card1 {
  border: 1px solid #fff;
  text-align: center;
  padding: 10px 0;
  color: #fff;
  background: transparent;
}

.price-card h2,
.price-card1 h2 {
  font-size: 2rem;
  font-weight: 600;
  margin: 10px 0;
}

.price-card small,
.price-card1 small {
  font-size: 0.75rem;
  letter-spacing: 1px;
  opacity: 0.8;
}

.price-card .title,
.price-card1 .title {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 2px;
}

@media (max-width: 768px) {
  .price-card h2,
  .price-card1 h2 {
    font-size: 1.5rem;
  }
  .price-card,
  .price-card1 {
    padding: 15px 0;
  }
}


/********* Form Section *********/


h2.text-center.form-heading {
    text-transform: uppercase;
    color: #fff;
    font-size: 28px;
  font-weight: 600;
}

@media (max-width: 768px) {
  .form-heading {
    font-size: 1.5rem;
  }
}

/* Footer */
footer img {
  max-width: 120px;
  height: auto;
}

footer p {
  font-size: 20px;
}

@media (max-width: 768px) {
  footer p {
    font-size: 16px !important;
  }
}


html, body {
  overflow-x: hidden;
}

.price-box a {
    text-decoration: none;
}



