@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;
    }

    .carousel{
        height: 80px;
        width: 100px;
    }

    .indicators li{
        margin-right: 4px;
    }

    .indicators{
        left: 27.5%;
    }

    .indicators a{
        height: 8px;
        width: 8px;
    }
    
    .indicators .active a{
        width: 8px;
        height: 8px;
    }

    h1{
        font-size: 24px;
    }

    .frontpage{
        margin-top: 12%;
        margin-left: 7%;
    }

    .home-tagline{
        font-size: 14px;
        margin-bottom: 10%;
    }

    .home-slider-list img{
        width: 150px;
    }

    .our-gallery-text{
        font-size: 14px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .image-list-home{
        margin-right: 0;
    }

    .home-img img{
        width: 120px;
        height: 70px;
    }

    .home-img{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .brand{
        font-size: 12px;
    }

    .brand-price{
        font-size: 11px;
    }

    .gallery-cars-list{
        gap: 40px;
    }

    .copyright{
        font-size: 8px;
    }

    footer{
        margin-top: 10%;
    }
}