@media(min-width:992px) {
    .btn-web-button:hover::after {
        width: 130%;
        border-radius: 0;
    }
    .btn-whatsapp:hover {
        transform: translateY(-5px);
    }
}

@media(max-width:1199px) {
    .hero-content h1 {
        font-size: 85px;
        line-height: 85px;
    }
    .hero-section {
        padding-top: 100px;
    }
    .hero-img-section img {
        width: 80%;
    }
    .bonus-box {
        padding: 15px;
        gap: 10px;
    }
    .bonus-box img {
        width: 45px;
    }
    .bonus-box .bonus-content h6 span {
        font-size: 24px;
        line-height: 24px;
    }
    .bonus-box .bonus-content h6 {
        font-size: 16px;
        line-height: 16px;
        gap: 8px;
    }
}

@media(max-width:991.98px) {
    .hero-img-section img {
        width: 100%;
    }
    .hero-img-section {
        margin-top: 40px;
    }
    .contact-form-block {
        margin-top: 10px;
    }
    .contact-form-block .form-field .mobile-number-field .header-button {
        width: 20%;
    }
    .bonus-box {
        padding: 15px;
        gap: 15px;
        flex-direction: column;
    }
    .bonus-box .bonus-content h6 {
        font-size: 16px;
        line-height: 16px;
        gap: 6px;
        flex-direction: column;
    }
}

@media(max-width:767.98px) {
    .hero-content h1 {
        font-size: 80px;
        line-height: 75px;
        text-align: center;
    }
    .contact-form-block form {
        flex-wrap: wrap;
        gap: 12px;
    }
    .hero-content p {
        font-size: 28px;
        line-height: 36px;
        margin-top: 5px;
    }
    .contact-form-block .header-button {
        width: 100%;
    }
    .contact-form-block .form-field.mobile-number-input-field {
        width: 70%;
    }
    .contact-form-block .form-field.otp-field {
        width: calc(30% - 12px);
    }
    .hero-img-section {
        margin-top: 30px;
    }
}

@media(max-width:575.98px) {
    .header-block .logo a img {
        width: 180px;
    }
    .header-button .btn-web-button {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 20px;
    }
    .header {
        padding: 12px 0;
    }
    .hero-content h1 {
        font-size: 55px;
        line-height: 55px;
    }
    .hero-content {
        margin-top: 30px;
    }
    .hero-content p {
        font-size: 20px;
        line-height: 26px;
        margin-top: 5px;
    }
    .contact-form-block form {
        padding: 15px;
        gap: 10px;
    }
    .contact-form-block .form-field.otp-field {
        width: calc(35% - 10px);
    }
    .contact-form-block .form-field .mobile-number-field .header-button {
        width: 25%;
    }
    .contact-form-block {
        margin-top: 10px;
    }
    .contact-form-block .form-field.mobile-number-input-field {
        width: 65%;
    }
    .contact-form-block .form-field .form-control {
        height: 35px;
        font-size: 14px;
        line-height: 14px;
        padding: 8px 10px;
    }
    .contact-form-block .form-field .form-control::placeholder {
        font-size: 12px;
        line-height: 12px;
    }
    .contact-form-block .form-field .mobile-number-field .header-button {
        right: 10px;
    }
    .contact-form-block .form-field .mobile-number-field .btn-web-button {
        padding: 5px 14px;
        font-size: 12px;
        line-height: 12px;
    }
    .bonus-block {
        gap: 10px;
        margin-top: 20px;
    }
    .bonus-box img {
        width: 40px;
    }
    .bonus-box .bonus-content h1 {
        font-size: 18px;
        line-height: 18px;
    }
    .bonus-box .bonus-content h6 {
        font-size: 13px;
        line-height: 17px;
    }
    .bonus-box {
        padding: 15px 12px;
    }
    .hero-section {
        padding-top: 50px;
    }
    .btn-whatsapp {
        gap: 10px;
        font-size: 14px;
        line-height: 14px;
        padding: 8px 18px;
    }
    .btn-whatsapp img {
        width: 20px;
    }
}