@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Playwrite+AU+SA:wght@100..400&family=Poppins:wght@400;500;600;700;800;900&display=swap');

*{  
    margin: 0;
    padding: 0; 
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;}
h1{
    font-size: 50px;
    line-height: 64px;
    color: black;}
h6{
    font-size: 12px;
    font-weight: 700;
    line-height: 50px;
    color: black;}
p{
    font-size: 16px;
    line-height: 15px;
    color: #465b54;
    margin: 15px 0 20px 0;}
body{
    width: 100%;
    height: 98%;
    background-image: url('../asset/bgi7.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;}

#header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 60px 60px;
    position: sticky;
    height: 8vh;
    min-height: 80px;
    top: 0;}

#header img{
    height: 60px;
    background-color: aliceblue;
    border-radius:50%;
    padding: 5px;
    box-shadow: 0 2px 2px 0 black;}

#page1{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 87vh}

#middlebox1{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
    width: 400px;
    background-color: #eee;
    box-shadow: 0 0 10px 10px black;
    border-radius: 15px;}
#middlebox1 h1{
    font-size: 26px;
    margin-bottom: 5px;}
.loginentery{
    margin:20px;
    border:none;
    width:80%;
    height: 50px;
    padding: 10px;
    background-color: transparent;
    border:none;
    border-bottom: 1px solid #333;
    font-size: 18px;}
#box1buttons{
    display: flex;
    flex-direction: row;
    margin: 20px;
    gap:30px;}
.btn{
    text-align: center;
    font-size: 26px;
    background-color: #998;
    border-radius:30px;
    margin-top: 30px;
    border:none;
    padding: 15px;
    font-size: 18px;
    font-weight: 500;
    width:150px ;}
.btn:hover{
    box-shadow: 0 0 5px 5px#499;
    background-color: #499;}
#passforget{
    text-align: center;
    font-size: 16px;
    height: 30px;
    margin-right:170px;}
#passforget:hover{
    text-decoration: underline;
    color: #0aac40;
    transition:all 2s}
#Guest{text-align: center;
    font-size: 16px;
    border: none;
    height: 30px;
    margin-top: 20px;}
#Guest:hover{
    text-decoration: underline;
    color: #0aac40;
    transition:all 1s}


#middlebox2{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 600px;
    width: 400px;
    background-color: #eee;
    box-shadow: 0 10px 20px 20px black;
    border-radius: 15px;}
#middlebox2 h1{
    font-size: 26px;
    margin-bottom: 5px;}
#gotosignin{
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 18px;
    margin-top: 20px;}
#loginpage{
    color: #465b54;}
#loginpage:hover{
    text-decoration: underline;
    color:black;}
    
#middlebox3{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    height: 400px;
    width: 400px;
    background-color: #eee;
    box-shadow: 0 10px 20px 20px black;
    border-radius: 15px;}
#middlebox3 h4{
    justify-content: left;
    margin-bottom: 20px;}


#middlebox4{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 500px;
    width: 400px;
    background-color: #eee;
    box-shadow: 0 10px 20px 20px black;
    border-radius: 15px;}
#middlebox4 h4{
    justify-content: center;
    text-align: center;
    width:300px;
    margin: 20px;
    margin-inline-start: 20px;}
#inline{
    width: 100%;
    display: flex;
    margin-top: 20px;
    align-items: center;
    justify-content:center;
    flex-direction: row;
    gap:20px;}
#age{
    width:60%;
    height: 40px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    text-align: center;
    overflow-y: hidden;}
#gender{
    width:60%;
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    background-color: antiquewhite;}
#use_for{
    width:60%;
    height: 40px;
    background-color: transparent;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    background-color: antiquewhite;}

.goback{
    margin-top: 20px;}
.goback:hover{
    font-weight: 900;
    color:#006400}

/*_________________________________________________________ risponsive screen */
@media only screen and (max-width: 450px){
    #header{justify-content: left;padding: 20px;}
    form{display: flex;align-items: center;justify-content: center}
    .loginentery{font-size: 18px;padding: 5px;margin:10px}
    #box1buttons{padding: 10px;gap:10px;margin: 0;}
    .btn{width:120px}
    #middlebox1{width:300px;height: 400px;}
    #middlebox2{width:300px;height:500px}
    #passforget{margin:0}
}