#home_sec_1{
    width: 100%;
    padding-top: 120px;
    display: flex;
    justify-content: center;
    align-items: start;
    padding-bottom: 70px;
}
 
#home_sec_1 .inner{
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#home_sec_1 .inner img{
    width: 50%;
    margin-bottom: 50px;
}

#home_sec_1 .inner p{
    font-size: 28px;
    text-align: center;
    color: var(--main_font_color);
    text-align: center;
}

#home_sec_1 .inner .buttons{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    margin-top: 50px;
}

#home_sec_1 .inner .buttons a{
    text-decoration: none;

}

#Opener_mobile_menu_div_button{
    cursor: pointer;
}

#home_sec_1 .inner .buttons a div{
    width: 240px;
    height: 50px;
    background-color: #ffffff24;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    border: 2px solid var(--Black);
    font-weight: bold;
    padding-bottom: 4px;
    transition: .6s;
}
#home_sec_1 .inner .buttons a div:hover{
    background-color: var(--White);
    color: var(--Black);
}
/* 
#home_sec_1 .inner .buttons a .button2{
    background-color: var(--main_font_color);
    color: var(--main_bg_color);
}


#home_sec_1 .inner .buttons a .button3{
    background-color: var(--Red);
    color: var(--main_font_color);
    border: 2px solid var(--Red);
} */



@media only screen and (max-width: 800px) {
    #home_sec_1 .inner{
        width: 90%;
    }
    #home_sec_1 .inner .buttons{
        flex-direction: column;
        width: 100%;
    }
    #home_sec_1 .inner .buttons a{
        width: 100%;
    }
    #home_sec_1 .inner .buttons a div{
        width: 100%;
    }
    #home_sec_1 .inner p{
        font-size: 17px;
        text-align: center;
    }
    #home_sec_1{
        padding-bottom: 10px;
        padding-top: 80px;
    }
    #home_sec_1 .inner .buttons{
        margin: 0px;
        padding-top: 40px;
    }
    #home_sec_1 .inner img{
        padding: 0px;
        margin-top: 50px;
        margin-bottom: 50px;
        width: 90%;
        margin-left: -10px;
    }
    #home_sec_1 .inner .buttons a div{
        height: 40px;
    }
}
