@import url('https://fonts.googleapis.com/css2?family=Zilla+Slab:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
body {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  background-color: #00264926;
}

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 25px;
  background: white;
  border-bottom: 1px solid #00264926;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
.header p {
  margin: 0;
  font-size: 14px;
}

.main-card {
  max-width: 995px;
  margin: auto;
}
.card-content {
  padding: 25px;
  background: #fff;
  padding-bottom: 150px;
}
.card-image img {
  width: 100px;
  padding-left: 150px;
}
.main-heading {
  font-size: 60px;
  color: #4a4a4a;
  margin: 0;
  font-family: "Zilla Slab", serif;
}

.subtitle {
  font-size: 22px;
  color: #000;
}

.subtitle span {
  color: #d04416;
  font-weight: 600;
}
.sub-text span {
  color: #d04416;
  font-weight: 600;
}
.sub-text{
    font-size: 25px;
    font-weight: 500;
}

.form-group {
  margin: 30px 0 10px;
}

.form-group input {
  padding: 15px;
  width: 80%;
  max-width: 300px;
  font-size: 16px;
  border: 1px solid #acacacff;
  border-radius: 50px;
}

.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
  display: none;
}
.enter-code-text {
  font-size: 22px;
  font-weight: 500;
}

.continue-btn {
  margin-top: 10px;
  padding: 22px 65px;
  font-size: 20px;
  background-color: #d04416ff;
  color: #fff;
  border: none;
  cursor: pointer;
  width: 100%;
  max-width: 300px;
  border-radius: 50px;
  font-weight: 600;
}

.continue-btn:hover {
  background-color: #d44f25;
}

.info-section {
  padding: 30px;
  background: url('./images/curve-bg.webp') no-repeat center top;
  background-size: contain;
  padding-top: 125px;
  margin-top: -150px;
}

.you-may-wrap{
    display: flex;
    align-items: center;
}
.you-may-wrap img {
    width: 100%;
    max-width: 285px;
}
.you-may h3 {
  font-size: 27px;
}

.you-may p {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.requirements h2{
  font-weight: 700;
  font-family: "Zilla Slab", serif;
  font-size: 53px;
  color: #4a4a4a;
  margin-top: 30px;
  text-align: center;
}
.requirements p {
  font-size: 22px;
  color: #000;
  margin-top: 10px;
}
.requirements p span {
  font-weight: 600;
}
.footer {
  font-size: 13px;
  color: #666;
  margin-top: 20px;
}

.footer a {
    margin: 0 10px;
    text-decoration: none;
    color: #002649;
    font-size: 15px;
font-weight: 500;
}
.pink-bg{
    background: #d0441626;
}
.congrats-content{
    background: #fff;
}
.congrats-content img{
    width: 100%;
    max-width: 500px;
    object-fit: unset;
}
.congrats-text {
    padding: 20px;
    text-align: center;
}
.girl-img-wrap{
    display: flex;
    justify-content: flex-end;
    margin: 0;
}
.pb-30{
    padding-bottom: 30px!important;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-40{
    margin-top: 40px;
}
.bonus-text{
    color: #d04416;
    font-size: 21px;
}
.bonus-text strong{
    color: #000;
}
.note{
    color: #767676;
    font-weight: 500;
}
.note strong{
    color: #37ca37;
    font-weight: 900;
}
.phone-number{
    background-color: #d04416;
    text-decoration: none;
    padding: 20px 74px;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
}
.congrats-text h3{
    font-size: 30px;
}
.congrats-text p{
    font-size: 22px;
}
.overview-text p{
    font-size: 19px;
}
.content-container {
    width: 100%;
    max-width: 995px;
    padding: 30px;
    box-shadow: 0 0 5mm rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: auto;
}

.content-container h1 {
    text-align: center;
    font-size: 24pt;
    margin-bottom: 40px;
}

.content-container h2 {
    font-size: 14pt;
    margin-top: 30px;
    margin-bottom: 10px;
}

.content-container p {
    font-size: 12pt;
    line-height: 1.6;
    margin-bottom: 10px;
    margin-top: 0;
    text-align: justify;
}

@media (max-width: 767px) {
    .main-heading {
        font-size: 40px;
    }
    .card-image img {
        padding-left: 110px;
    }
    .card-content {
        padding: 20px;
        padding-bottom: 150px;
    }
    .info-section {
        padding: 20px;
        padding-top: 80px;
        margin-top: -115px;
    }
    .requirements h2 {
        font-size: 40px;
    }
    .bonus-text {
        text-align: center;
    }
    .note {
        text-align: center;
    }
}