/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) , (max-height: 600px) {

    /* ==============================
                [ 01 Home ]
       ============================== */
       
    h1 {
        font-size: 30px;
        letter-spacing: 3px;
    }
    .outer-page {
        padding: 5px;
    }
   
    .nav-lr {
        display: none;
    }
    .decor {
        opacity: 0.05;
    }
    .button_container {
        display: none;
    }
    .logo {
        display: none;
    }
    .m-logo{
        display: block;
        position: absolute;
        top: 20px;
        left: 50%;
        z-index: 10;
        height: 50px;
        margin-left: -20px; 
    }
    .m-navbar-left {
        display: block;
        position: absolute;
        top: 35px;
        left: 10%;
        z-index: 10;
    }
    .button_container {
        right: 5%;
    }
    .m-navbar-right {
        display: block;
        position: absolute;
        top: 35px;
        right: 10%;
        z-index: 10;
    }
    .m-navbar-left span, .m-navbar-right span {
        color: #fff;
        letter-spacing: 1px;
        font-size: 12px;
        font-weight: 700;
    }
    .title-personal {
        width: 80%;
        margin-left: 10%;
    }
    .title-personal h1 {
        font-size: 60px;
    }
    .title-personal p {
        font-size: 14px;
    }
    /* social media */
    .social {
        text-align: right;
        width: 100%;
        bottom: 2px;
        right: 10%;
    }
    .social ul {
        padding: 0;
    }
    .social ul li a {
        font-size: 14px;
    }

    .copyright {
        text-align: left;
        width: 100%;
        font-size: 9px;
        bottom: 2px;
        left: 10%;
    }
    

    /* ==============================
                [ 02 Work ]
       ============================== */
    .row .col-md-8{
        position: unset;
    }
    .title-work {
        position: absolute;
        width: 90%;
        left: 5%;
        bottom: 15%;
        padding: 30px;
        border: 1px solid #fff;
        background: rgba(0, 0, 0, .5);
    }
    .work-nav {
        display: none;
    }
    #zoom-fade , .btn-detail {
        position: relative;
    }
    #zoom-fade {
        font-size: 24px;
        margin: 0;
    }
    .sub {
        background: transparent;
        padding-left: 0;
        margin: 20px 0;
        font-size: 14px;
        line-height: 20px;
    }
    .btn-detail {
        float: left;
    }
    .work .social {
        display: none;
    }

    .img-obj-1, .img-obj-2, .img-obj-3, .img-obj-4, .img-obj-5,.img-obj-6{
        width: 70%;
        height: 70%;
        left: 15% !important;
        top: 15% !important;
    }

    .bottom-nav-m{
        position: fixed;
        z-index: 11;
        bottom: 20px;
        right: 20px;
        color: #fff;
        font-size: 12px;
        background: url('../img/works/next-mobile.png') no-repeat left center;
        padding: 10px 0px 10px 25px;
    }

     /* ==============================
                [ 03 About ]
       ============================== */

    .title-about h2{
        font-weight: 800;
        font-size: 20px;
        line-height: 36px;
        letter-spacing: 1px;
    }
    .about .bg-white, .about .bg-main {
        padding: 30px 0;
    }
    .about h2 {
        font-size: 18px;
    }
    .email {
        padding: 100px 0 50px 0;
    }
    .footer{
        margin-top: 10px !important;
        text-align: center;
    }

} 

/* @media screen and (max-width: 1500px){
    .inner-page {
        background-position-x: 25px;
    }
} */

@media (max-width: 1199.98px) {
    h1 {
        font-size: 40px;
        letter-spacing: 3px;
    }
    *, *:before, *:after {
        
        cursor: auto;
    }
    .cursor-dot-outline{
        display: none;
    }
    .cursor-dot{
        display: none;
    }
}