@media ((max-width: 1024px) and (orientation: landscape)) {

    .input-border {

        height: clamp(1rem, 3.5rem, 10rem);

    }

    .main-page-txt h1 {
        width: 100%;
        font-size: clamp(1rem, 1.8rem, 3rem);
    }

    .main-page-txt p {
        width: 100%;
        font-size: clamp(0.7rem, 1.1rem, 1.4rem);
    }
    
    label {  
        font-size: 1.2rem;   
    }

    .input-border-file{
        height: clamp(1rem, 10rem, 100rem);  
        margin-bottom: 0.5rem;
    }

    .drag-area{

        width: 95.7%;
        height: 8rem;
        padding: 0.7rem;

    }

    .drag-area label{
        font-size: clamp(0.7rem, 1rem, 4rem);
    }


    .upload-icon-area {

        height: 3.17rem;
        width: 3.17rem;
        margin-bottom: 1rem;
    }

    #upload-icon {
        
        width: 2.08rem;
        height: 2.73rem;

    }


    input::placeholder{
    
        font-size: clamp(0.7rem, 1rem, 2rem);

    }

    #info-txt{

        font-size: 0.75rem;

    }

    .send-button{

        height: clamp(1rem, 4rem, 100rem);

    }


    #submit-button {

        font-size: 1.4rem;

    }
    

}
