/* **********************************
******  CSS MEDIA QUERIES ********* 
************************************/

/* Extra Large Desktops / 4K Monitors */
@media (min-width: 1600px) {

    /* ***********************   *********************** */
    /* ***********************  Home Page Start *********************** */
    /* ***********************   *********************** */


    /* *********************** */
    /* hero */
    /* *********************** */

    #hero {

        min-height: auto;

        padding-top: 100px;

        padding-bottom: 100px;

    }

    /* *********************** */
    /* hero End */
    /* *********************** */




    /* ***********************   *********************** */
    /* ***********************  Home Page End *********************** */
    /* ***********************   *********************** */




    /* ***********************  About Page Start *********************** */

    /* ***********************  About Page End *********************** */




    /* ***********************  Product Page Start *********************** */

    /* ***********************  Product Page End *********************** */




    /* ***********************  Contact Page Start *********************** */

    /* ***********************  Contact Page End *********************** */




}


/* **********************************************************************/
/* **********************************************************************/



/* Large Desktops (Bootstrap XL) */
@media (max-width: 1200px) {

    /* ***********************  Home Page Start *********************** */

    /* ***********************  Home Page End *********************** */




    /* ***********************  About Page Start *********************** */

    /* ***********************  About Page End *********************** */




    /* ***********************  Product Page Start *********************** */

    /* ***********************  Product Page End *********************** */




    /* ***********************  Contact Page Start *********************** */

    /* ***********************  Contact Page End *********************** */




}


/* **********************************************************************/
/* **********************************************************************/



/* Medium Devices (Bootstrap LG & MD) */
@media (max-width: 992px) {

    /* ***********************  Home Page Start *********************** */



    /* *********************** */
    /* header Section */
    /* *********************** */


    .hamburger {
        display: block;
        cursor: pointer;
    }



    .close-btn {
        color: var(--accent);
        font-size: 40px;
        position: absolute;
        top: 20px;
        right: 55px;
        display: block;
    }


    /* nav */
    header nav {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        transition: 0.5s;
    }



    /* nav */
    header nav.nav-open {
        right: 0;
    }



    header nav ul {
        height: 100%;
        flex-direction: column;
        justify-content: center;
    }

    header nav ul li a {
        color: var(--accent);
    }

    /* *********************** */
    /* header Section */
    /* *********************** */


    /* *********************** */
    /* hero Section  */
    /* *********************** */
    #hero .hero-content {
        margin-top: 100px;
    }

    /* *********************** */
    /* hero Section end */
    /* *********************** */

    /* *********************** */
    /* Industries Section  */
    /* *********************** */
    #industries .industries-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    /* *********************** */
    /* Industries Section End */
    /* *********************** */

    /* ***********************  Home Page End *********************** */











    /* ***********************  About Page Start *********************** */

    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */
    /* about PAGE  */
    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */


    /* about-hero */
    #about-hero h1 {

        font-size: 58px;

    }

    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */
    /* about PAGE END */
    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */

    /* ***********************  About Page End *********************** */















    /* ***********************  Product Page Start *********************** */

    /* ***********************  Product Page End *********************** */










    /* ***********************  Industries Page Start *********************** */






    /* ***********************  Industries Page End *********************** */













    /* ***********************  Contact Page Start *********************** */

    /* ***********************  Contact Page End *********************** */




}


/* **********************************************************************/
/* **********************************************************************/



/* Tablets (Bootstrap SM) */
@media (max-width: 768px) {

    /* section-title */
    .section-title h2 {
        font-size: 30px;
    }

    /* ***********************  Home Page Start *********************** */








    /* *********************** */
    /* Hero Section */
    /* *********************** */

    #hero .hero-content h1 {
        font-size: 50px;
    }


    /* modal */
    .modal-dialog {

        margin: 15px;

    }

    .modal-header {

        padding: 25px;

    }

    .modal-body {

        padding: 25px;

    }

    .modal-header h3 {

        font-size: 30px;

    }

    .form-group input,
    .form-group textarea,
    .form-group select {

        height: 55px;

    }

    .form-group textarea {

        height: 120px;

    }

    /* *********************** */
    /* Hero Section End */
    /* *********************** */









    /* *********************** */
    /* Industries Section  */
    /* *********************** */

    #industries .industries-grid {
        grid-template-columns: 1fr;
    }

    #industries .industry-box {
        height: 350px;
    }

    #industries .industry-box h3 {
        font-size: 38px;
    }

    /* *********************** */
    /* Industries Section End */
    /* *********************** */






    /* ***********************  Home Page End *********************** */







    /* ***********************  Footer Start *********************** */
    /* *********************** */
    /* Footer  */
    /* *********************** */
    footer {
        padding-top: 90px;
    }

    footer .footer-logo h3 {
        font-size: 52px;
    }

    footer .copyrights-body {
        flex-direction: column;
        align-items: center;
    }

    /* *********************** */
    /* Footer End */
    /* *********************** */
    /* ***********************  Footer End *********************** */









    /* ***********************  About Page Start *********************** */

    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */
    /* about PAGE  */
    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */


    /* about-hero */
    #about-hero {
        min-height: 450px;
    }

    #about-hero h1 {
        font-size: 42px;
    }

    #mission-vision .mission-card {
        padding: 30px;
    }

    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */
    /* about PAGE END */
    /* *********************************************** */
    /* *********************************************** */
    /* *********************************************** */

    /* ***********************  About Page End *********************** */












    /* ***********************  Product Page Start *********************** */

    /* ***********************  Product Page End *********************** */











    /* ***********************  Industries Page Start *********************** */


    /* *********************** */
    /* industries-page Section */
    /* *********************** */


    #industries-page .industry-page-img {

        height: 280px;

    }

    #industries-page .industry-page-content {

        padding: 25px;

    }

    #industries-page .industry-page-content h3 {

        font-size: 30px;

    }

    /* *********************** */
    /* industries-page Section */
    /* *********************** */



    /* ***********************  Industries Page End *********************** */











    /* ***********************  Contact Page Start *********************** */

    /* *********************** */
    /* contact-us Page  */
    /* *********************** */
    #contact-us .contact-info-card {

        padding: 25px;

        flex-direction: column;

    }

    #contact-us .contact-form-box {

        padding: 25px;

    }

    #contact-us .contact-info-content h3 {

        font-size: 24px;

    }

    /* ***********************  Contact Page End *********************** */




}


/* **********************************************************************/
/* **********************************************************************/



/* Small Devices (Bootstrap XS) */
@media (max-width: 576px) {

    /* ***********************  Home Page Start *********************** */

    /* *********************** */
    /* header  */
    /* *********************** */
    /* close-btn */
    .close-btn {
        right: 7px;
    }

    /* *********************** */
    /* header End */
    /* *********************** */









    /* *********************** */
    /* about End */
    /* *********************** */
    #about .stats-card {
        min-height: 190px;
    }

    #about .stats-card h3 {
        font-size: 50px;
    }

    /* *********************** */
    /* about End */
    /* *********************** */










    /* *********************** */
    /* vibration End */
    /* *********************** */
    #vibration-section .container {
        padding: 0 20px;
    }

    /* *********************** */
    /* vibration End */
    /* *********************** */









    /* ***********************  Home Page End *********************** */




    /* ***********************  About Page Start *********************** */

    /* ***********************  About Page End *********************** */




    /* ***********************  Product Page Start *********************** */

    /* ***********************  Product Page End *********************** */




    /* ***********************  Contact Page Start *********************** */

    /* ***********************  Contact Page End *********************** */




}



/* **********************************************************************/
/* **********************************************************************/




/* Extra Small / Mobile-first (below Bootstrap XS) */
@media (max-width: 400px) {

    /* ***********************  Home Page Start *********************** */

    /* *********************** */
    /* vibration */
    /* *********************** */

    #vibration-section {
        height: auto;
    }

    /* *********************** */
    /* vibration End */
    /* *********************** */
}






@media (max-width: 400px) {

    /* ***********************  Home Page Start *********************** */

    /* *********************** */
    /* about End */
    /* *********************** */

    #about .stats-card h3 {
        font-size: 40px;
    }

    /* *********************** */
    /* about End */
    /* *********************** */

    /* ***********************  Home Page End *********************** */




    /* ***********************  About Page Start *********************** */

    /* ***********************  About Page End *********************** */




    /* ***********************  Product Page Start *********************** */

    /* ***********************  Product Page End *********************** */




    /* ***********************  Contact Page Start *********************** */

    /* ***********************  Contact Page End *********************** */




}

@media (max-width: 382px) {

    /* *********************** */
    /* Hero Section */
    /* *********************** */
    #hero .hero-btns {
        gap: 0px;
    }

    /* *********************** */
    /* Hero Section */
    /* *********************** */
}