
@media (max-width: 1023px)
{
    :root
    {
        --font-size-base: 20px;
    }
    .left-side-bar
    {
        width: 90px;
    }

    /*  Contact Page Tablet */
    .contact-page
    {
        flex-direction: column-reverse;
    }
    .contact-page .gapper
    {
        display: none;
        visibility: hidden;
    }
    .contact-page .contact-map
    {
        flex: 0 0 fit-content;
        width: 100%;
    }
    .contact-page .contact-info
    {
        flex: 1 1 100%;
        width: 100%;
        text-align: center;
        margin-top: 90px;
    }
    
}

@media(max-width: 767px)
{
    /*  Main Css Phone  */
    :root
    {
        --font-size-base: 14px; 
    }   
    .hero .title-box
    {
        width: max-content;
    }
    .left-side-bar
    {
        position: fixed;
        left: 0;
        top: unset;
        bottom: -1px;
        width: 100%;
        height: 54px;
        z-index: 999;
        background-color: var(--accent-transparent);
    }
    .left-side-bar .relative
    {
        flex-direction: row-reverse;
        justify-content: space-evenly;
        padding: 1em 0;
    }
    .left-side-bar .instagram
    {
        position: relative;
        top: unset;
        left: unset;
        transform: unset;
    }
    .left-side-bar .contacts 
    {
        flex-direction: row-reverse;
        gap: 20px;
        width: auto;
        height: auto;
        
    }
    .left-side-bar .contacts > *
    {
        transform: unset;
    }
    .header-logo
    {
        left: 33.3333%;
    }
    .menu-toggle
    {
        right: 16.6666%;
    }
    .menu-drawer .drawer-nav a,
    .menu-drawer .drawer-close h2.title,
    .menu-drawer .drawer-nav li
    {
        font-size: var(--font-size-mid-title);
    }
    .menu-drawer .drawer-dropdown ul li a
    {
        font-size: var(--font-size-small-title);
    }
    .menu-drawer
    {
        max-width: 100vw;
        top:0;
    }
    .menu-drawer .drawer-content
    {
        padding: 50px 50px 100px 50px;
    }
    .menu-drawer .drawer-body
    {
        margin-top: 45px;
        
    }
    .menu-drawer .drawer-nav > ul
    {
        gap: 45px;
    }
    .menu-drawer .drawer-dropdown ul
    {
        margin-top: 18px !important;
        margin-left: 18px !important;
        gap: 18px;
    }
    footer
    {
        padding: 22px 44px;
    }
    footer .footer-top
    {
        width: fit-content;
    }
    footer .footer-main
    {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    footer .footer-column
    {
        width: fit-content;
    }
    /*  Contact Page Phone  */
    .contact-page
    {
        padding: 20vh 22px 0 22px;
    }
    /*  About Page Phone  */
    .about-page .hero .text
    {
        right: 50%;
    }
    .about-page .values .value-items-wrapper
    {
        padding: 25px 75px 75px 75px;
        gap:50px;
    }
    .about-page .values .value-items-wrapper .value-item
    {
        gap: 30px;
    }
    .about-page .hero .detail p,
    .about-page .values .value-items-wrapper .value-item .text
    {
        font-size: var(--font-size-base);
    }

    /*  Projects Page Phone  */
    .projects-main-wrapper
    {
        padding: 44px 22px;
        gap: 40px;
    }
    .projects-main-wrapper .project-category,
    .projects-main-wrapper .project-item
    {
        align-items: flex-start;
    }
    .project-item .title-wrapper
    {
        padding: 0.5em;
    }
    .detail-content
    {
        padding: 44px 22px;
        flex-direction: column;
    }
    .detail-content .left-side,
    .detail-content .right-side
    {
        width: 100%;
        gap: 30px;
    }
    .detail-content .left-side
    {
        padding-right: unset;
        padding-bottom: 30px;
    }
    .project-category .title-box h2,
    .project-item .title-wrapper h2
    {
        font-size: var(--font-size-mid-title);
    }

    /*  Home page  */
    .home-page .hero .hero-text
    {
        right: 50%;
        top: 40%;
    }
    .hero-design
    {
        width: 100%;
        bottom: 53px;
        height: fit-content;
    }
    .hero-design img
    {
        width: 100%;
        height: auto;
    }
    .home-about
    {
        padding: 44px 22px;
    }
    .home-about .top
    {
        flex-direction: column;
        justify-content: center;
    }
    .home-about .top .text-wrapper
    {
        width: 100%;
    }
    .home-projects .home-project-item,
    .home-projects.r .home-project-item
    {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: unset;
    }
    .home-project-item .text-side
    {
        width: 100%;
    }
    .home-project-item .projects-side
    {
        width: calc(100% - 22px);
    }
    .home-project-item .text-side
    {
        padding: 22px;
        gap: 10px;
    }
    .home-projects:not(.r) .home-project-item .projects-side
    {
        margin-left: 22px !important;
        margin-top: 10px !important;
    }
    .home-projects.r .home-project-item .projects-side
    {
        margin-right: 22px !important;
        margin-top: 10px !important;
    }
    footer *
    {
        font-size: var(--font-size-mid);
    }
    .home-page .hero .hero-text
    {
        width: 100%;
    }
    .footer-bottom
    {
        padding: 40px 20px 80px;
    }
}
@media (max-width: 599px)
{

}

@media (max-width: 479px)
{

}