/* responsive1 */
@media (max-width:1700px) {
    
}

/* responsive2 */
@media (max-width:1500px) {
    
}

/* responsive3 */
@media (max-width:1359px) {
    .hero-h1 {

        font-size: 5rem;
    }
}

/* responsive4 */
@media (max-width:1249px) {
    .prop-man-keys-block-img {
        width: 100%;
        height: 320px;
        /* object-fit: cover; */
    }

    .formIntroBlock {
        width: 90%;
    }
}

/* responsive5 */
@media (max-width: 1024px) {
    .hero-h1 {
        font-size: 4rem;
    }

    .hero-p {
        font-size: 2.5rem;
    }

    .prop-man-keys-h2 {
        font-size: 3.5rem;
    }
}

/* responsive6 */
@media (max-width:911px) {
    .hero-h1 {
        width: 80%;
        font-size: 3.5rem;
        text-align: center;
    }

    .hero-p {
        font-size: 2.5rem;
    }

    .prop-man-keys-h2 {
        width: 80%;
        font-size: 3.5rem;
        text-align: center;
    }

    .prop-man-keys-block {
        width: 100%;
        height: auto;
        padding: 2rem 0;
    }

    .prop-man-keys-block-heading {
        font-size: 2.5rem;
        margin-bottom: 0;
    }

    .options-label {
        text-wrap: wrap;
    }

    .seasonsRowHeading {
        width: 100%;
        margin: 0;
    }
}

/* responsive7 */
@media (max-width:768px) {
    .contactformInput {
        width: 350px;
    }

    .priceInput {
        width: 100px;
    }

    .options-label {
        width: 100px;
    }
}

/* responsive8 */
@media (max-width:639px) {
    .prop-man-keys-h2 {
        font-size: 3rem;
    }

    .contactformInput {
        width: 200px;
    }
}

/* responsive9 */
@media (max-width:430px) {
    .hero {
        width: 100dvw;
        height: 80dvh;
    }

    .hero-h1 {
        font-size: 3rem;
    }

    .hero-p {
        font-size: 2rem;
    }

    .prop-man-keys-h2 {
        font-size: 2.5rem;
    }

    .prop-man-keys-row {
        width: 100%;
    }

    .options {
        width: 100%;
    }

    .options-input {
        width: 50%;
    }

    .review-block {
        min-width: 200px;
        max-width: 250px;
    }
}