* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: italic;
    font-family: 'Times New Roman', Times, serif;
    color: whitesmoke;
}

/* nav clases*/
#menu-input{
    display: none;
}
.nav{
    background-color: rgb(24, 36, 36);
    place-self: center;
    padding: 5px;
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 50px;
}
.nav_container{
    place-self: center;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    height: 90%;
}
.nav_container_box{
    width: 170px;
    align-content: center;
    text-align: center;
    height: 100%;
    font-size: 20px;
}
.nav_container_date{
    width: 250px;
    align-content: center;
    text-align: center;
    height: 100%;
    font-size: 20px;
}
.nav_container_box_navbox_guest{
    font-size: 18px;
    padding: 10px;
    gap: 17px;
    display: flex;
    flex-direction: column;
    height: 250px;
    width: 220px;
}
.nav_container_box_navbox_login{
    font-size: 18px;
    padding: 10px;
    gap: 17px;
    display: flex;
    flex-direction: column;
    height: 350px;
    width: 220px;
}
#menu-input:checked + nav{
    display: block;
}
/* Html thing styles*/
body{
background-color: rgb(35, 44, 44);
}
input{
    color: black;
}
select{
    color: black;
}
textarea{
    color: black;
}
nav{
    background-color: rgb(24, 36, 36);
    position: absolute;
    z-index: 1000000;
    top: 50px;
    left: 0;
    display: none;
}
button{
    font-size: 18px;
    border: none;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    background-color:  rgb(35, 60, 60);
}
button:hover{
    background-color:  rgb(28, 48, 48);
}

/*Classes*/
.main{
    display: flex;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    align-items: center;
}
.main_title{
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    margin: 20px;
    background-color: rgb(24, 36, 36);
    width: 300px;
    height: 100px;
    align-content: center;
}  
.main_box_row{
    gap: 20px;
    justify-content: center;
    padding: 5px;
    margin: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
}
.main_box_column{
    padding: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}
.main_box_side{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    margin: 20px;
    width: 100%;
    height: 50%;
}
.main_box_side_title{
    
    background-color: rgb(24, 36, 36);
    align-content: center;
    border-radius: 10px;
    text-align: center;
    font-size: 25px;
    margin: 20px;
    width: 200px;
    height: 100px;
}
.main_box_side_box{
    border-radius: 10px;
    padding: 5px;
    width: 350px;
    height: 150px;
    background-color: rgb(24, 36, 36);
    text-align: center;
    align-content: center;
}
.grid{
    display: grid;
    grid-template-columns: repeat(7, 100px);
    gap: 4px;
}
.grid_div{
    place-self: center;
    background-color: rgb(24, 36, 36);
    width: 50px;
}
.grid_days{
    margin-bottom: 10px;
    display: grid;
    grid-template-columns: repeat(7, 100px);
    gap: 4px;
}
.grid_days > div{
    text-align: center;
    background-color: rgb(217, 141, 2);
    border: 1px rgb(24, 36, 36) solid;
    border-radius: 5px;

}
.donthave{
    font-size: 35px;
}
.project_box{
    display: flex;
    flex-direction: column;
    background-color: rgb(24, 36, 36); 
    width: 300px;
    height: 200px;
    border-radius: 10px;
}
.project_box > div{
    margin: 5px;
    padding: 5px;
}
.project_box_row{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    width: 100%;
    height: 80px;
}
.project_box_row > div{
    width: 35%;
}
.show_box{
    place-content: center;
    width: 100%;
    height: 300px;
    display: flex;
    flex-direction: row;
}
.show_box> div{
    margin: 20px;
}
.show_box_main{
    width: 400px;
    height: 300px;
    display: flex;
    flex-direction: column;
    background-color: rgb(24, 36, 36); 
    border-radius: 10px;
    padding: 15px;
}
.show_box_top{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.show_box_mid{
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.show_box_bot{
    width: 100%;
    height: 70px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.show_box_tags{
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: rgb(24, 36, 36); 
    border-radius: 10px;
    width: 120px;
    height: 120px;
}
.show_box_tags_title{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}
.show_box_tag{
    place-self: center;
    margin-bottom: 6px;
    width: 90px;
    height: 20px;
    background: linear-gradient(90deg, rgba(255, 64, 0, 1) 0%, rgba(244, 82, 110, 1) 64%, rgba(232, 102, 228, 1) 100%);
    border-radius: 10px;
}
.show_box_img{
    align-content: center;
    text-align: center;
    background-color: rgb(24, 36, 36); 
    border-radius: 10px;
    width: 450px;
    height: 240px;
}
.create_main{
    width: 400px;
    height: 350px;
    display: flex;
    flex-direction: column;
    background-color: rgb(24, 36, 36); 
    border-radius: 10px;
    padding: 15px;
}
.create_main> div{
    margin: 2px;
    place-self: center;
}
.create_tags{
    width: 150px;
    height: 300px;
    display: flex;
    flex-direction: column;
    background-color: rgb(24, 36, 36); 
    border-radius: 10px;
    padding: 15px;
}
.tag_box{
    display: flex;
    flex-direction: column;
    background-color: rgb(24, 36, 36); 
    width: 100px;
    height: 50px;
    border-radius: 10px;
    place-content: center;
    text-align: center;
}
.create_tag{
    width: 270px;
    height: 100px;
    display: flex;
    flex-direction: column;
    background-color: rgb(24, 36, 36); 
    border-radius: 10px;
    padding: 15px;
}
.create_tag> div{
    margin: 2px;
    place-self: center;
}
.tag_button{
    display: flex;
    flex-direction: row;
    justify-items: space-between;
}
.main_hall{
    margin: 30px;
    padding: 10px;
    justify-content: space-evenly;
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 300px;
    
}
.hall_img{
    text-align: center;
    place-content: center;
    width: 500px;
    height: 280px;
    background: linear-gradient(90deg, rgba(255, 64, 0, 1) 0%, rgba(244, 82, 110, 1) 64%, rgba(232, 102, 228, 1) 100%);
    border-radius: 10px;
}
.hall_no_img{
    text-align: center;
    place-content: center;
    width: 500px;
    height: 280px;
}
.hall_box{
    padding: 10px;
    width: 500px;
    height: 280px;
    background-color: rgb(24, 36, 36);
    border-radius: 10px; 
}
.box_top{
    width: 100%;
    height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.box_mid{
    width: 400px;
    height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

/*Random styles*/
.white{
    color: whitesmoke;
}
.hidden{
    color:  rgb(24, 36, 36);
}
.hor-line{
    background: #ff4000;
background: linear-gradient(90deg, rgba(255, 64, 0, 1) 0%, rgba(244, 82, 110, 1) 64%, rgba(232, 102, 228, 1) 100%);
    border-radius: 10px;
    width: 100%;
    height: 4px;
}
.short_hor-line{
    place-self: center;
    background: #ff4000;
background: linear-gradient(90deg, rgba(255, 64, 0, 1) 0%, rgba(244, 82, 110, 1) 64%, rgba(232, 102, 228, 1) 100%);
    border-radius: 10px;
    width: 90%;
    height: 4px;
}
.shorter_hor-line{
    place-self: center;
    background: #ff4000;
background: linear-gradient(90deg, rgba(255, 64, 0, 1) 0%, rgba(244, 82, 110, 1) 64%, rgba(232, 102, 228, 1) 100%);
    border-radius: 10px;
    width: 50%;
    height: 4px;
}
.ver-line{
    place-self: center;
    background: #ff4000;
background: linear-gradient(0deg, rgba(255, 64, 0, 1) 0%, rgba(244, 82, 110, 1) 64%, rgba(232, 102, 228, 1) 100%);
    border-radius: 10px;
    width: 4px;
    height: 80%;
}
.left{
    text-align: left;
}
.green{
    color: rgb(55, 145, 55);
}
.yellow{
    color: rgba(255, 255, 1, 0.852);
}
.green_body{
    background-color: rgb(55, 145, 55);
}
.yellow_body{
    background-color: rgba(255, 255, 1, 0.852);
}
.graidiant{
    background: RGB(55, 145, 55);
background: linear-gradient(97deg, rgba(55, 145, 55, 1) 0%, rgba(87, 199, 133, 1) 37%, rgba(87, 199, 133, 1) 5%, rgba(255, 255, 1, 1) 100%);
}
#password{
    margin: 10px;
}
.about_box{
    display: flex;
    justify-content:space-evenly ;
    align-items: center;
    align-content: center;
    flex-direction: row;
    width: 100%;
    height: 200px;
}
.big_text{
    font-size: 60px;
}
.main_text{
    
    word-spacing: 5px;
    
}