@media (max-width: 361px){
    #hamburger-icon{
        display: block;
    }
    
    #links{
        display: none;
    }

    .direct{
        display: flex;
        flex-direction: column;
        position: absolute;
        top: 53px;
        right: 0;
        margin: 0;
        width: fit-content;
        background-color: #2c2c2c;
        padding: 12px;
    }

    .line{
        background-color: #ececec;
    }
    
    .direct a:hover{
        color: #D37F31;
        font-weight: bolder;
    }

    .navbar li{
        font-size: 12px;
    }

    .tagline{
        font-size: 14px;
        margin-top: 12%;
    }

    .vision-text{
        font-size: 14px;
    }

    .mission-text{
        font-size: 14px;
    }

    .hritem-right{
        height: 0.5px;
    }

    .hritem-left{
        height: 0.5px;
    }

    .vision-desc{
        font-size: 12px;
    }

    .mission-desc{
        font-size: 12px;
        margin-left: 10%;
        margin-right: 10%;
    }

    .third-line{
        flex-direction: column;
    }

    .history{
        width: 100%;
    }

    .car-img{
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }

    .car-img img{
        margin-right: 0;
    }

    .contact-us-text{
        font-size: 14px;
    }

    .contact-us-socmed a{
        font-size: 11px;
    }

    .contact-us-socmed{
        flex-wrap: wrap;
        width: 30%;
        gap: 12px;
    }

    .hritem-contact-up{
        height: 0.5px;
    }
    
    .hritem-contact-bottom{
        height: 0.5px;
    }

    .instagram img{
        max-width: 10% !important;
    }

    .car-img{
        margin-top: 18px;
    }

    .copyright{
        font-size: 8px;
    }

    footer{
        margin-top: 6%;
    }
}