@media screen and (max-width: 950px) {
    header, nav, #pre_header
    {
        display: none;
    }

    .abs-close
    {
        color:red;background: rgb(255, 255, 255);width: 30px;height: 30px;display: grid;place-items: center;
        font-size: 200%;position: absolute;left: 0;top: 0;padding-block: 2% 0;
    }

    body {
        overflow-x: hidden;
    }

    .mobile-header-cont
    {
        display: flex;width: 100%;height: 70px;background: black;
    }

    .mobile-header-cont section
    {
        display: flex;align-items: center;height: 100%;
    }

    .mobile-header-cont section:first-of-type
    {
        width: 80%;
    }
    .mobile-header-cont section:last-of-type {width: 20%;}
    .mobile-header-cont h1
    {
        font-size: 150%;margin-inline-start: 0;color: var(--secondaryAccent);
    }

    .mobile-header-cont figure
    {
        width: 100%;height: 200px;background-image: url('../../img/christopher-burns-8KfCR12oeUM-unsplash.jpg');
        background-repeat: no-repeat;background-size: cover;background-color: rgba(0, 0, 0, 0.349);background-blend-mode: soft-light;
    }

    .mobile-header-cont img
    {
        width: 25%;margin-block-start: -6%;margin-inline-start: 0;padding-block: 8%;
    }

    .nav 
    {
        width: 60%;height: 60%;
    }

    .nav section
    {
        width: 100%;height: 90%;margin: 0 auto;
    }

    .nav article 
    {
    width: 75%;height: 15%;;background: white;
    margin: 4% auto;border-radius: 1px;
    }

    .nav-list 
    {
        position: fixed;width: 60%;height: 70vh;background: linear-gradient(to bottom, black 85%, orange 15%);
        top: 0;;right: 0;box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.164);z-index: 10;display: none;
        transform: translateX(100%);animation-duration: .5s;animation-timing-function: linear;animation-fill-mode: both;
    }

    .mobile-header-cont section li 
    {
        width: 100%;height: 10%;display: flex;align-items: center;padding: 0 8%;background: orange;
        border-bottom: 1px solid rgba(255, 255, 255, 0.418);list-style-type: none;transition: .5s;
        animation-duration: .5s;animation-iteration-count: 1;animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
        animation-fill-mode: both;transform: translateX(100%);
    }

    .mobile-header-cont section li:hover { color: orange; background: black; }

    .mobile-header-cont section li:first-of-type { animation-delay: .2s }
    .mobile-header-cont section li:nth-of-type(2) { animation-delay: .3s }
    .mobile-header-cont section li:nth-of-type(3) { animation-delay: .4s }
    .mobile-header-cont section li:nth-of-type(4) { animation-delay: .5s }
    .mobile-header-cont section li:last-of-type { animation-delay: .7s }

    @keyframes enter {
       0% {
        transform: translateX(100%);
       }
       100% {
        transform: translateX(0%)
       }
    }



    @keyframes exit {
        0% {
            transform: translateX(0%);
           }
           100% {
            transform: translateX(100%)
           }
    }

    @keyframes enter2 {
        0% {
         transform: translateX(300%);
        }
        100% {
         transform: translateX(0%)
        }
     }
 
 
 
     @keyframes exit2 {
         0% {
             transform: translateX(0%);
            }
            100% {
             transform: translateX(300%)
            }
     }
    #nav-list-item:nth-of-type(2) 
    {
        position: relate;box-shadow: none;overflow: visible;
    }

    #nav-list-item:nth-of-type(2) ul 
    {
        position: absolute;height: fit-content;z-index: 10;width: 60%;padding: 0;
        background: rgb(39, 32, 20);color: white;top: 0;left: -63%;
        animation-duration: .5s;animation-iteration-count: 1;animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
        animation-fill-mode: both;transform: translateX(300%);animation-delay: .2s;
    }

    #nav-list-item:nth-of-type(2) span {font-size: 100%;content: " "; }

    #nav-list-item:nth-of-type(2) ul li
    {
        font-size: 100%;height: 60px;list-style-type: none;
        overflow: visible;
    }

    .ol-list
    {
        animation-duration: .5s;animation-iteration-count: 1;animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1);
        animation-fill-mode: both;transform: translateX(300%);animation-delay: .2s;
    }

    #nav-list-item:nth-of-type(2)::after
    {
        content: " ";width: 20px;height: 20px;background: rgb(15, 15, 15);
        transform: translateX(-480%) rotate(45deg);background: inherit;visibility: hidden;
    }

    #nav-list-item:nth-of-type(2):hover::after {visibility: visible;}

    #intro
    {
        height: 60vh;background-color: rgba(0, 0, 0, 0.493);
        background-size: cover;background-blend-mode: soft-light;
        background-position: top;
    }
    
    #sections
    {
        width: 100%;height: auto;display: block;
}
    
    #sections div
    {
        width: 100%;height: 300px;border-radius: 0;margin: 0;padding: 0;
        background-size: 45%;background-position-x: 90%;
    }
       
    #sections div section
    {
        width: 80%;height: 50%;padding: 2% 4%;
    }
    
    #sections h1
    {
        font-size: 120%;padding: 2% 0;
    }
    
    #sections article 
    {
        width: 80%;height: 50%;
    
    }
    
    #sections button
    {
        width: 50%;height: 60px;border-radius: 10px;color: white;
        box-shadow: 30px;
    }
        
    #products 
    {
        height: auto;padding: 3% 0;
    }
    
    #open_span 
    {
        font-size: 150%;
    }
    #open_span span, #open_span span::after, #open_span span::before
    {
        font-weight: bolder;
        font-size: 60%;
    }
    
    #featured 
    {
        width: 100%;height: 50%;
    }
    
    #featured div
    {
        width: 47%;height:200px;text-align: center;
        margin: 1%;
    }

    #featured section 
    {
    height: 40%;
    }
    
    #featured div figure
    {
        width: 100%;height: 80%;
    }
    
    #featured div figure img
    {
        width: 75%;
        object-fit: cover;
    }
        
    #featured h2
    {
       font-size: 100%;
    }
    
    #featured div:hover, .prod_cols section:hover
    {
        margin-top: -1%;height: 210px;
        box-shadow: 0 0 18px 1px rgba(0, 0, 0, 0.13);
    }
    
    
    #order
    {
        width: 100%;height: auto;background-size: 100%;background-position:  center;
        background-color: rgba(0, 0, 0, 0.473);background-blend-mode: soft-light;
        display: block;padding: 5% 0;
        background-size: cover;
    }
    
    #order section
    {   
        background: white;color: black;
        border-radius: 5px;margin: 0 .5%;
    }
    
    #order section:first-of-type
    {
        display: block;width: 90%;height: 500px;
        margin: 5% auto;
    }
    
    #order section:last-of-type
    {
        width: 90%;margin: 0 auto;height: 400px;background-position-x: 100%;;background-position-y: 100%;
        background-size: 90%;background-image: url('../../img/engineer-work-tools-isolated-white-background-removebg-preview.png')
    }
    
    #abs_offer
    {
        width: 60%;height: 30%;left: -25%;
}
    
    #order figure
    {
        width: 100%;height: 50%;background-size: 80%;
        background-position: right;;
    }
    
    #order article
    {
        width: 90%;height: 45%;padding: 2% 0;
    }
    
    #order span:first-of-type, #order span:first-of-type::after, #order span:first-of-type::before
    {
        font-size: 70%;
    }
    
    #order i { font-size: 80%;}
    
    #order h3
    {
        padding: 2% 0;font-size: 120%;
    }
    
    #order p
    {
        font-size: 80%;
    }
    
    
    #order button
    {
        width: 45%;height: 60px;margin: 0;
    }
    
    
    #order section:last-of-type button
    {
        width: 50%;
    }
    #order h2
    {
        width: 50%;font-size: 200%;padding-block: 2%;
    }
    
    #col
    {
        width: 100%;height: auto;padding: 2% 0;
    }
    
    #col div:first-of-type
    {
        height: 100px;
    }
    
    #col span , #col span::after, #col span::before
    {
        font-size: 70%;
    }
    
    #col h1
    {
        font-size: 150%;
    }
    
    .prod_cols
    {
        width: 100%;display: block;margin: 0 auto;
        height: auto;
    }
    
    .prod_cols section 
    {
        width: 90%;margin: 3% auto;height: 300px;
    }


    .prod_cols section:hover {height: 350px;}
    
    .prod_cols section figure
    {
        width: 60%;height: 100%;background-repeat: no-repeat;background-size: 80%;
        background-position: center;
    }
    
    
    .prod_cols article
    {
        height: 90%;margin-block-start: 8%;
    }
    
    .prod_cols h4
    {
        font-size: 100%;
    }
    
    .prod_cols ul
    {
        width: 100%;margin: 2% auto;color: rgb(105, 105, 105);
        line-height: 120%;height: 50%;
    }
    
    .prod_cols button
    {
        width: 50%;border:none;background: black;color: white;
        padding: 8% 0;transition: .5s;
    }
    
    .prod_cols button:hover
    {
        background-color: rgb(245, 118, 0);border-radius: 30px;width: 70%;
    }
    
    .prod_cols li:hover { color: rgb(245, 118, 0);} .prod_cols section:hover { border-radius: 5px;}
    
    /* Blogs section */
    
    #blogs 
    {
        height: auto;padding-top: 4%;
    }
    
    #blogs span:first-child { color: orange; font-weight: bolder;font-size: 90%; }
    #blogs p
    { 
        font-size: 150%;width: 100%;
     }
    
        #blogs p::after, #blogs p::before  {font-size: 100%;
        }
    
    .fa-posts
    {
        width: 80%;height: auto;margin-block: 4%;;
        display: block;margin: 0 auto;
    }
    
    .fa-posts section
    {
        width: 100%;height: 400px;margin: 0;
    }
    
    .fa-posts figure
    {
        width: 100%;background-size: 80%;margin: 1%;
    }
    .fa-posts article 
    {
        height: 20%;margin: 0;
    }
    
    .fa-posts span { font-size: 80%;;}
    
        
    .fa-posts h4 
    {
        font-size: 100%;
    }
        
    #policy 
    {
        height: auto;display: block;
        background: var(--secondaryAccent);
    }
    
    #policy section
    {
        width: 85%;height: 100px;margin: 0 auto;
        border-bottom: 1px solid black;
    }
    
    #policy section:last-child {border: none;}

    #policy i 
    {
        background-color: rgba(0, 0, 0);;
        font-size: 120%;color: var(--secondaryAccent);border-color: var(--secondaryAccent);
        box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.336);
    }
    
    #policy h4 
    {
        font-size: 120%;
    }
    
    #policy article 
    {
        width: 80%;margin: 0 auto;
    }


    footer{
        width: 100%;
        height: fit-content;
        display: flex;
        margin: 0 auto;
        padding: 20px 5% 10px 5%;
        flex-direction: column;
        align-items: center;
        justify-content: left;
        border-top: 1px solid black;
       }
       
       .links i
       {
        font-size: 120%;
       }

       footer .links{
        width: 100%;
        height: fit-content;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: left;
       }
      footer .links section:nth-of-type(1),
      footer .links section:nth-of-type(2),
      footer .links section:nth-of-type(3),
      footer .links section:nth-of-type(4)
      {
        width: 100%;
        border-bottom: 2px solid black;
        height: fit-content;
       }
       footer .links section:nth-of-type(4){border: none;}
       #newsletter{
        width: 100%;
        border-radius: 15px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: black;
      
        
       }
       #newsletter section article{
        display: flex;
        gap: 5px;
       }
       #newsletter section:nth-of-type(2){
        font-size: 50%;
        display: none;
       }
      
       
#copy
{
    width: 100%;height: auto;margin: 0% auto;
    display: block;color: rgb(0, 0, 0);margin-block-start: 4% 0;
}

#copy section
{
    width: 100%;font-size: 70%;text-align: center;padding-block: 1%;
}

#copy section:last-of-type
{
    text-align: center;
}

#copy span::after, #copy span::before
{
    content: " | ";
}

      
}