/* Desktop and Laptop | 992px and up devices -------- */

@media (min-width: 992px) {
    .container {
        max-width: 116rem;
    }
}


/* iPad | 991px and down devices -------- */

@media (max-width: 991px) {

    html {
        font-size: 62.5%;
    }

    .banner-section {
        padding-top: 4rem;
    }

    .banner-content h1 {
        font-size: 5rem;
    }

    .banner-content h2 {
        font-size: 4rem;
    }

    .banner-content p {
        font-size: 1.7rem;
    }

    .phase-section {
        z-index: 2;
        padding-bottom: 5rem;
    }

    .phase-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        border: 0.1rem solid #1b2870;
        border-radius: 2.4rem;
        padding: 2.4rem;
    }

    .phase-box:not(:last-child) {
        margin-bottom: 3rem;
    }

    .phase-content h2 {
        line-height: 1.15;
    }

    .ph2-img1 {
        margin-bottom: 2rem;
    }

    .brand-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .brand-content>div:first-child {
        width: 100%;
    }

    .brand-shape {
        top: -5rem;
        -webkit-transform: translateX(-50%) translateY(0);
            -ms-transform: translateX(-50%) translateY(0);
                transform: translateX(-50%) translateY(0);
    }

    .brand-content h2 {
        font-size: 3.4rem;
    }

    footer {
        padding-block: 4rem 3rem;
    }

    .footer-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer-content p {
        font-size: 1.6rem;
        margin-top: 2rem;
    }

    .shape-1 {
        width: 100%;
    }

    .shape-2 {
        bottom: 17rem;
    }

    .shape-3 {
        display: none;
    }

    .shape-4 {
        display: none;
    }

    .shape-5 {
        display: none;
    }

    .preloader .shape-2 {
        top: 0;
        bottom: unset;
    }

    .contact-form {
        margin-top: 2rem;
    }

}


/* Mobile | 767px and down devices -------- */

@media (max-width: 767px) {

    html {
        font-size: 50%;
    }

    .container {
        padding-left: 2.4rem;
        padding-right: 2.4rem;
    }

    .brand-content {
        padding: 3rem;
        padding-top: 5rem;
    }

    .banner-content h1 {
        font-size: 4rem;
    }

    .banner-content h2 {
        font-size: 3rem;
    }

    .banner-content p {
        font-size: 2rem;
    }

    .contact-form {
        padding: 3rem;
    }

    .label {
        font-size: 1.8rem;
        padding-bottom: 1rem;
    }

    .input_box {
        font-size: 1.8rem;
        height: 6rem;
        padding: 0 1.2rem;
    }

    .contact-form .submit {
        font-size: 1.8rem;
        padding: 1.8rem;
    }

}


/* Mobile | 576px and down devices -------- */

@media (max-width: 576px) {
    html {
        font-size: 1.8vw;
    }
}