@media screen and (min-width: 320px) and (max-width: 599px){
    .visible{
        display: none;
        visibility: hidden;
    }
    .hidden{
        display: block;
        visibility: visible;
    }

    header{
        padding: 20px !important;
    }
    
    .logo{
        width: 60%;
    }

    .banner{
        height: 30vh !important;
    }

    .nav-list{
        position: absolute;
        width: 60%;
        top: 100px;
        right: -60%;
        height: 87vh;
        flex-direction: column;
        background: var(--bg-secondary);
        border: 2px solid var(--details);
        border-top: 0px;
        border-radius: 0px 0px 15px 15px;
        justify-content: flex-start;
        align-items: center;
        padding: 45px 30px;
        gap: 25px;
        z-index: 2;
        transition: all .5s !important;
    }
    nav a button{
        margin-left: 0px;
    }
    .toggle{
        display: flex;
        cursor: pointer;
        order: 2;
    }
    #menu-toggle:checked + .nav-list{
        right: -3px;
        transition: all .5s !important;
    }

    .container-all{
        height: 180px;
        margin-bottom: 50px;
    }

    .pagination-item{
        width: 15px;
        height: 15px;
    }

    .text-company{
        flex-direction: column !important;
    }
    .text-company div p{
        width: 90%;
        margin: 0 auto !important;
    }
    .text-company div iframe{
        margin: 50px auto;
    }

    .benefits{
        width: 90% !important;
        margin: 0 auto !important;

    }

    .cards{
        flex-wrap: wrap;
        padding: 10px;
        gap: 0px !important;
    }

    .card-company{
        height: auto !important;
    }
    
    .spool{
        grid-template-columns: repeat(2, 1fr);
    }

    .spool2{
        grid-template-columns: repeat(2, 1fr);
    }

    .spool-item:nth-child(even), 
    .spool-item:nth-child(odd){
        grid-column: auto;
        grid-row: auto;
    }

    .spool2 .spool-item:nth-child(even), 
    .spool2 .spool-item:nth-child(odd){
        grid-column: auto;
        grid-row: auto;
    }

    .login{
        width: 80% !important;
    }

    .address{
        text-align: center;
        font-size: 18px !important;
    }
    .download p i{
        font-size: 18px !important;
    }

    .contact{
        flex-direction: column;
    }

    .contact iframe{
        width: 100%;
        margin: 0 auto;
    }

    .download p{
        /* margin: 30px auto -10px auto !important; */
        font-size: 14px !important;
    }

    .copyright{
        align-items: flex-end !important;
    }
}

@media screen and (min-width: 600px) and (max-width: 768px){
    .visible{
        display: none;
        visibility: hidden;
    }
    .hidden{
        display: block;
        visibility: visible;
    }

    header{
        padding: 20px !important;
    }

    .logo{
        width: 35%;
    }

    .banner{
        height: 30vh !important;
    }

    .nav-list{
        position: absolute;
        width: 60%;
        top: 100px;
        right: -60%;
        height: 87vh;
        flex-direction: column;
        background: var(--bg-secondary);
        border: 2px solid var(--details);
        border-top: 0px;
        border-radius: 0px 0px 15px 15px;
        justify-content: flex-start;
        align-items: center;
        padding: 45px 30px;
        gap: 25px;
        z-index: 2;
        transition: all .5s !important;
    }
    nav a button{
        margin-left: 0px;
    }
    .toggle{
        display: flex;
        cursor: pointer;
        order: 2;
    }
    #menu-toggle:checked + .nav-list{
        right: -3px;
        transition: all .5s !important;
    }

    .container-all{
        height: 350px;
        margin-bottom: 50px;
    }

    .pagination-item{
        width: 15px;
        height: 15px;
    }

    .login{
        width: 80% !important;
    }

    .text-company{
        flex-direction: column !important;
    }
    .text-company div p{
        width: 90%;
        margin: 0 auto !important;
    }
    .text-company div iframe{
        margin: 50px auto;
    }

    .benefits{
        width: 90% !important;
        margin: 0 auto !important;

    }

    .cards{
        flex-wrap: wrap;
        padding: 10px ;
    }

    .card-company{
        height: auto !important;
    }
    
    .spool{
        grid-template-columns: repeat(4, 1fr);
    }

    .spool2{
        grid-template-columns: repeat(4, 1fr);
    }

    .spool-item:nth-child(even), 
    .spool-item:nth-child(odd){
        grid-column: auto;
        grid-row: auto;
    }

    .spool2 .spool-item:nth-child(even), 
    .spool2 .spool-item:nth-child(odd){
        grid-column: auto;
        grid-row: auto;
    }

    .address{
        text-align: center;
        font-size: 20px !important;
    }
    .download p i{
        font-size: 18px !important;
    }
    
    .contact{
        flex-direction: column;
        justify-content: center !important;
    }
    
    .contact iframe{
        width: 550px;
        margin: 0 auto;
    }
    
    .download p{
        /* margin: 30px auto -10px auto !important; */
        font-size: 14px !important;
    }

    .copyright{
        align-items: flex-end !important;
        margin: 15px auto;
    }
}

@media screen and (min-width: 769px) and (max-width: 1100px){
    header{
        padding: 20px !important;
    }

    .logo{
        width: 25%;
    }

    .banner{
        height: 30vh !important;
    }

    .nav-list{
        position: absolute;
        width: 60%;
        top: 100px;
        right: -60%;
        height: 87vh;
        flex-direction: column;
        background: var(--bg-secondary);
        border: 2px solid var(--details);
        border-top: 0px;
        border-radius: 0px 0px 15px 15px;
        justify-content: flex-start;
        align-items: center;
        padding: 45px 30px;
        gap: 25px;
        z-index: 2;
        transition: all .5s !important;
    }
    nav a button{
        margin-left: 0px;
    }
    .toggle{
        display: flex;
        cursor: pointer;
        order: 2;
    }
    #menu-toggle:checked + .nav-list{
        right: -3px;
        transition: all .5s !important;
    }

    .container-all{
        height: 450px;
        margin-bottom: 50px;
    }

    .pagination-item{
        width: 15px;
        height: 15px;
    }
    
    .login{
        width: 80% !important;
    }

    .text-company div p{
        margin-right: 90px;
    }

    .benefits{
        width: 75% !important;
        margin: 0 auto 0 30px !important;
    }

    .cards{
        flex-wrap: wrap;
        padding: 10px;
    }
    
    .spool{
        grid-template-columns: repeat(4, 1fr);
    }

    .spool2{
        grid-template-columns: repeat(4, 1fr);
    }

    .spool-item:nth-child(even), 
    .spool-item:nth-child(odd){
        grid-column: auto;
        grid-row: auto;
    }
    
    .spool2 .spool-item:nth-child(even), 
    .spool2 .spool-item:nth-child(odd){
        grid-column: auto;
        grid-row: auto;
    }

    .card-company{
        height: auto !important;
    }

    .address{
        text-align: center;
        font-size: 20px !important;
    }
    .download p i{
        font-size: 22px !important;
    }
    
    .contact iframe{
        width: 120%;
        margin: 0 auto;
    }
    
    .download p{
        /* margin: 30px auto -10px auto !important; */
        font-size: 16px !important;
    }

    .copyright{
        align-items: flex-end !important;
    }
}


        