@charset "utf-8";

/* CSS Document */





a:hover{text-decoration: none;}

body{

    background-image: url("../images/Background_view.jpg");

    background-size: 120%;

    background-repeat: no-repeat;

    direction: rtl;

    font-family: 'Rubik', sans-serif;

    margin: 0px;

}



.logos_div{

    --logo-amount: 4;

    background-color: #0773b7;

    height: 120px;

}





.thumbnail {

    width: calc(100% / var(--logo-amount));

    text-align: center;

    float: right;

    margin-top: 10px;

}



.logos{

	height:80px

}





.logo_text{

    color: #ffffff;

    font-size: 14px;

    margin-top: 5px;	

}



h1{

    font-family: 'Rubik', sans-serif;

    font-weight: bold;

    font-size: 50px;

    color: #536920;

    text-align: center;

    margin-bottom: 5px;

}



h2{

    font-family: 'Rubik', sans-serif;

    font-weight: 500;

    font-size: 30px;

    color: #536920;

    text-align: center;

    margin-top: 5px;

    margin-bottom: 25px;

}



h3{

    font-family: 'Rubik', sans-serif;

    font-weight: bold;

    font-size: 40px;

    color: #ffffff;

    text-align: center;

    margin-top: 5px;

    padding: 10px;

}



a{

    text-decoration: none;

}







.home_animation_bg1{

    background-image:url("../images/home_animation_bg1.png");

    background-position: 100%;

    background-repeat: no-repeat;

}



.home_animation_bg2{

    background-image:url("../images/home_animation_bg2.png");

    background-position: 100%;

    background-repeat: no-repeat;

}



.game_title_home{

    /* width: 30%; */

    /* float: right; */

    text-align: center;

    /* margin-right: auto; */

    /* margin-left: auto; */

    /* padding-right: 10%; */

    /* padding-left: 10%; */

}



.game_title_home_bg{

    border-radius: 18px;

    background-color: #536920;

    text-align: center;

    transition: 0.3s;

    width: 300px;

    margin: 0 auto;

}

.game_title_home_bg:hover{

    background-color: #51ad32;

    transform: 90%;

}







.Diagonal_decoration{

    width: 100px;

    height: 199px;

    position: absolute;

    bottom: 0px;

    right: 0px;

}



.edit_btn{

    width: 7vh;

    height: 7vh;

    position: absolute;

    bottom: 2.5vh;

    left: 2.5vh;	

    border-radius: 50%;

    color: #536920;

    font-size: 4vh;

    background-color: #bec1a3;

    border: 0;

    cursor: pointer;

    opacity: 0.3;


    text-align: center;



}



.edit_btn:hover{

    opacity: 1;



}