@media screen and (max-width: 1000px) {
    
    body {
        overflow-x: hidden;
    }
    * {
        box-sizing: border-box;
    }

    .main {
        margin-top: 40px;
    }

    .home_h1 {
        font-size: 30px;
    }

    .button {
        padding: 20px 80px;
        margin-bottom: -30px;
    }

    .button.discord{
        margin-right: 0;
    }

    .information_one_section {
        display: flex;
        flex-direction: column;
        gap: 2vh;
        width: 80%;
        max-width: 1087px;
        justify-content: space-between;
    }
    
    .information_one_flex {
        gap: 2vh;
        display: flex;
    }

    .if_one_box {
        width: 100%;
        position: absolute;
        border-radius: 3vh;
        padding: 5vh 5vh 0 5vh;
        overflow:hidden;
        display: flex;
        flex-direction: column;
        opacity: 0;
        transform: translateY(2vh);
        height: 80vh;
        transition: opacity 0.2s ease-out, transform 0.5s ease-out;
    }

    .box_one_title.one {
        font-size: 6vh;
        line-height: 8vh;
        color: #567C56;
    }
    
    .box_one_p.one {
        margin-top: 3vh;
        line-height: 4.5vh;
        font-size: 3vh;
        color: #8DAC8D;
    }
    
    .box_one_title.two {
        font-size: 6vh;
        line-height: 8vh;
        color: #7C5675;
    }
    
    .box_one_p.two {
        margin-top: 3vh;
        line-height: 4.5vh;
        font-size: 3vh;
        color: #AC8DA9;
    }
    
    .box_one_title.three {
        font-size: 6vh;
        line-height: 8vh;
        color: #56717C;
    }
    
    .box_one_p.three {
        margin-top: 3vh;
        line-height: 4.5vh;
        font-size: 3vh;
        color: #819DA4;
    }



    .box_image.one {
        width: 35vh;
    }
    
    .box_image.two {
        width: 35vh;
    }
    
    .box_image.three {
        width: 30vh;
    }

    .stage {
        height: 380vh;
    }

    .if_stage_s {
        position: sticky;
        top: 50px;
    }

    .information_two_section {
        margin-top: -4vh;
    }

    .flex {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }

    .if_two_box {
        border-radius: 20px;
        padding: 25px;
        background-color: #f8f8f8;
        box-sizing: border-box;
    }
    
    .information_two_section {
        margin-left: 50%;
        transform: translateX(-50%);
        width: 90%;
        max-width: 1087px;
        margin-bottom: 100px;
    }

    @media screen and (max-width: 580px) {
    
        body {
            overflow-x: hidden;
        }
        * {
            box-sizing: border-box;
        }
    
        .home_h1 {
            font-size: 40px;
        }
    
        .button {
            padding: 20px 80px;
            margin-bottom: -30px;
        }
    
        .button.discord{
            margin-right: 0;
        }
    
        .information_one_section {
            display: flex;
            flex-direction: column;
            gap: 2vh;
            width: 80%;
            max-width: 1087px;
            justify-content: space-between;
        }
        
        .information_one_flex {
            gap: 2vh;
            display: flex;
        }
    
        .if_one_box {
            position: absolute;
            border-radius: 3vh;
            padding: 5vh 5vh 0 5vh;
            display: flex;
            flex-direction: column;
            opacity: 0;
            transform: translateY(2vh);
            height: 80vh;
            transition: opacity 0.2s ease-out, transform 0.5s ease-out;
        }
    
        .box_one_title.one {
            font-size: 3.5vh;
            line-height: 4.7vh;
            color: #567C56;
        }
        
        .box_one_p.one {
            line-height: 3.6vh;
            font-size: 2.3vh;
            color: #8DAC8D;
        }
        
        .box_one_title.two {
            font-size: 3.5vh;
            line-height: 4.7vh;
            color: #7C5675;
        }
        
        .box_one_p.two {
            line-height: 3.6vh;
            font-size: 2.3vh;
            color: #AC8DA9;
        }
        
        .box_one_title.three {
            font-size: 3.5vh;
            line-height: 4.7vh;
            color: #56717C;
        }
        
        .box_one_p.three {
            line-height: 3.6vh;
            font-size: 2.3vh;
            color: #819DA4;
        }
    
    
    
        .box_image.one {
    
            width: 35vh;
        }
        
        .box_image.two {
            margin-top: 4vh;
            width: 35vh;
        }
        
        .box_image.three {
            margin-top: 8vh;
            width: 30vh;
        }
    
        .stage {
            height: 380vh;
        }
    
        .if_stage_s {
            position: sticky;
            top: 100px;
        }
    
        .information_two_section {
            margin-top: -4vh;
        }
    
        .flex {
            display: grid;
            grid-template-columns: repeat(1, 1fr);
            gap: 20px;
        }
    
        .if_two_box {
            border-radius: 20px;
            padding: 25px;
            background-color: #f8f8f8;
            box-sizing: border-box;
        }
        
        .information_two_section {
            margin-left: 50%;
            transform: translateX(-50%);
            width: 90%;
            max-width: 1087px;
            margin-bottom: 100px;
        }
        
    }
    
}
