
/* Responsive Design */
@media (max-width: 1024px) {
    .content a{
        margin: 0 1rem;
        font-size: 1rem;
    }

    .tools-icon img{
        margin: 0 1rem;
        height: 50px;
    }
}

@media (max-width: 768px) {
    html, body{
        overflow-x: hidden;
    }

    .navigation {
        flex-direction: column;
        align-items: center;
        margin-left: -5%;
    }

    .content {
        flex-direction: column;
        align-items: center;
    }

    .content a {
        margin: 1rem 0;
        padding-bottom: 1rem;
        scale: 150%;
    }

    .about-heading .static{
        font-size: 3rem;
        display: inline-block;
        margin-left: -50%;
        scale: 120%;
    }

    .about-heading .dynamic{
        display: inline;
        margin-left: -59%;
        scale: 120%;
    }

    .about p {
        font-size: 1rem;
        scale: 150%;
    }

    .about-img {
        position: relative;
        display: block;
        margin-left: 10%;
    }

    .about-text p{
        scale: 80%;
        margin-left: 0%;
    }

    .tools{
        padding: 1rem 0 0 0;
        scale: 170%;
        margin-left: 15%;
        margin-bottom: -20%;
    }

    .tools-icon{
        animation: slide 30s linear infinite;
    }
    
    .tools:hover .tools-icon{
        animation-play-state: running;
    }

    .tools:before, .tools:after{
        display: none;
    }

    .tools-title{
        scale: 120%; 
        margin-left: -40%;
        margin-bottom: 15%;
        text-align: left;
    }

    .tools-title h1{
        margin-left: 0%;
        margin-bottom: 5rem;
    }

    .tools-icon img{
        margin: 0 2rem;
        height: 40px;
        width: 40px;
    }

    .video-container {
        display: block;
        margin: 0 20px;
        width: 80%;
        gap: 20px;
        padding: 0 20px;
    }

    .image-container {
        display: block;
        margin: 0 100px;
        width: 80%;
        gap: 100px;
        padding: 0 20px;
    }

    .render-image{
        width: auto;
        margin-bottom: 20px;
        height: 200px;
    }

    #video {
        width: 500px;
        margin: 20px 0;
    }
}

@media (max-width: 480px) {
    .content a{
        margin: 0.5rem 0;
        font-size: 0.9rem;
    }

    .about-heading .static,
    .about-heading .dynamic {
        font-size: 1.5rem;
    }

    .about p {
        font-size: 0.9rem;
        padding: 0 1rem;
    }

    .tools-icon img{
        margin: 0 0.5rem;
        height: 40px;
    }
}
