﻿@media (max-width: 768px) {

    /* Global Styling */
    header.navigation-bar .logo,
    header.navigation-bar .btnx.phone-call {
        display: none
    }

    .btnx {
        padding: 10px 15px;
    }

    header.navigation-bar {
        bottom: 0;
        top: auto;
    }

        header.navigation-bar.hide {
            transform: translateY(100px);
        }

        header.navigation-bar .links {
            margin-right: 0;
            width: 100%;
        }

            header.navigation-bar .links a span {
                display: none
            }

            header.navigation-bar .links a i.fa-solid {
                display: block
            }

    /* End Global Styling */

    /* Home */

    #hero-section > div {
        background-size: 100% auto;
    }

    #hero-section .text {
        margin: 30px 30px 70px 30px;
        height: calc(100vh - 100px);
        width: calc(100vw - 70px);
    }

    #who-we-are-section img {
        width: 100%;
        position: static;
        z-index: -1;
        margin-top: 30px;
    }

    /* End Home */

    /* Contact */
    .text-side {
        margin: 20px;
    }

    .form-side {
        margin: 20px;
    }
}
