@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

body{
    background-color: #f5f5f5 !important;
    font-family: "Lexend", sans-serif !important;
   
}

@media screen and (min-width: 992px) {
    .logo01{
        width: 250px;
    }
    .heading01{
        color: #1D5128;
        font-size: 18.5px;
        text-align: center;
        font-weight: 600;
        line-height: 30px;
        
        
    }
    .paragraph01{
        color: #1D5128;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
       
    }
    .video01{
        border-radius: 20px;
        width: 55% !important;
        margin-bottom: 30px;
    }
    .button01{
        background-color: #1D5128;
        width: 40% !important;
        border: 0px;
        height: 65px !important;
        color: #fff !important;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 700;
        transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    }
    .button01:hover {
        transform: scale(1.1) translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      }
      .heading02{
        color: #1D5128;
        font-size: 32px;
        font-weight: 700;
        text-align: center;
    }

    .checkout-container{
        border-radius: 5px;
        width: 100%;
        border: 2px solid #1D5128;
        margin: 50px 100px 50px 100px;
        background-color: #fff;
        height: 100% !important;
    }
    .checkout-image{
        width: 100% !important;
        height: 100% !important;
    }
    .form-group{
        width: 90% !important;
    }
    .lable01{
        color: #1D5128 !important;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
    .form-control02{
        background-color: #FAE6F2 !important;
        border-radius: 5px !important;
        border: 0px !important;
        height: 40px !important;
    }
    .form-control03{
        background-color: #FAE6F2 !important;
        border-radius: 5px !important;
        border: 0px !important;
    }
    .form-control02::placeholder{
        color: #D0BEC8 !important;
        font-weight: 400 !important;
    }
    .form-control03::placeholder{
        color: #D0BEC8 !important;
        font-weight: 400 !important;
    }
    .button05{
        background-color: #1D5128;
        border: 0px;
        color: #fff;
        width: 180px;
        height: 40px;
        font-size: 20px;
        border-radius: 10px;
        font-weight: 700;
    }
    .thank-you-container{
        background-size: cover;
        background-color: #f5f5f5;
        height: 100vh;
    }
    .check01{
        width: 80px;
        height: 80px;
    }
    .heading04{
        color: #1D5128;
        font-size: 26px;
        text-align: center;
    }
    .paragraph01{
        color: #1D5128;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
    }
    .button04{
        background-color: transparent;
        border: 3px solid #1D5128;
        border-radius: 5px;
        width: 120px;
        height: 40px;
        color: #1D5128;
        font-size: 18px;
        font-weight: 600;
    }
    .count-down-counter{
        background-color: #ff0000;
        width: 9%;
        height: 70px;
        border-radius: 5px;
        margin: 10px;
     }
  
     #days, #hours, #minutes, #seconds{
        color: #fff;
        font-size: 28px;
        text-align: center;
        padding-top: 12.5px;
     }
  
     .days{
        color: #fff;
        text-align: center;
        font-size: 15px;
        margin-top: -10px;
     } 
    
    
}

@media screen and (max-width: 992px) {
    .logo01{
        width: 120px;
    }
    .heading01{
        color: #1D5128;
        font-size: 15px;
        font-weight: 600;
        line-height: 20px;
        
    }
    .paragraph01{
        color: #1D5128;
        font-size: 16px;
        text-align: center;
        font-weight: 300;
        text-transform: uppercase;
       
    }
    .video01{

        width: 100% !important;
        margin-bottom: 30px;
    }
    .button01{
        background-color: #1D5128;
        width: 100% !important;
        border: 0px;
        height: 60px !important;
        color: #fff !important;
        border-radius: 5px;
        font-size: 20px;
        font-weight: 700;
        transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    }
    .button01:hover {
        transform: scale(1.05) translateY(-2px);
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      }

      .heading02{
        color: #1D5128;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
    }

      .checkout-container{
        border-radius: 5px;
        width: 100%;
        background-color: #fff;
        overflow-x: hidden !important;
    }
    .checkout-image01{
        width: 100% !important;
        height: 100% !important;
    }
    .form-group{
        width: 95% !important;
        margin-left: 10px !important;
        margin-right: 5px !important;
    }
    .lable01{
        color: #1D5128 !important;
        font-size: 19px !important;
        font-weight: 600 !important;
    }
    .form-control02{
        background-color: #FAE6F2 !important;
        border-radius: 5px !important;
        border: 0px !important;
        height: 40px !important;
    }
    .form-control03{
        background-color: #FAE6F2 !important;
        border-radius: 5px !important;
        border: 0px !important;
    }
    .form-control02::placeholder{
        color: #D0BEC8 !important;
        font-weight: 400 !important;
    }
    .form-control03::placeholder{
        color: #D0BEC8 !important;
        font-weight: 400 !important;
    }
    .button05{
        background-color: #1D5128;
        border: 0px;
        color: #fff;
        width: 180px;
        height: 40px;
        font-size: 20px;
        border-radius: 10px;
        font-weight: 700;
        margin-left: 10px !important;
    }
    .check01{
        width: 60px;
        height: 60px;
    }
    .thank-you-container{
        background-size: cover;
        background-color: #f5f5f5;
        height: 100vh;
    }
    .heading04{
        color: #1D5128;
        font-size: 20px;
        text-align: center;
    }
    .paragraph01{
        color: #1D5128;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
    }
    .button04{
        background-color: transparent;
        border: 3px solid #1D5128;
        border-radius: 5px;
        width: 120px;
        height: 40px;
        color: #1D5128;
        font-size: 18px;
        font-weight: 600;
    }

    .count-down-counter{
        background-color: #ff0000;
        width: 28%;
        height: 70px;
        border-radius: 5px;
        margin: 10px;
     }
  
     #days, #hours, #minutes, #seconds{
        color: #fff;
        font-size: 24px;
        text-align: center;
        padding-top: 12.5px;
     }
  
     .days{
        color: #fff;
        text-align: center;
        font-size: 14px;
        margin-top: -10px;
     }

}

.modal-title01{
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: 700 !important;
}
.label01{
    color: #000 !important;
    font-weight: 600 !important;
}

.form-control01{
    background-color: #f4f4f4 !important;
    border: 1px solid #000 !important;
    height: 45px !important;
    color: #000 !important;
}

.modal-content{
    background-color: #f7f8fa !important;
}
.button02{
    background-color: #1D5128;
    width: 100% !important;
    border: 0px;
    height: 55px !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    
}
.button02:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .button01 a{
    text-decoration: none !important;
    color: #fff !important;
}

.button01 a:hover{
    text-decoration: none !important;
    color: #fff !important;
}

.button10{
    background-color: #1D5128;
    width: 95% !important;
    border: 0px;
    height: 55px !important;
    color: #fff !important;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    transition: transform 0.3s ease, background-color 0.3s ease, box-shadow 0.3s ease;
    
}
.button10:hover {
    transform: scale(1.05) translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

