@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    font-family: 'Josefin Sans', sans-serif;
    
}
body{
    background-image: url(./img/ancient-chinise-room.jpg);
    background-size: cover;
    background-attachment: fixed;
}

body .hidden{
    display: none;
}

.contac{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#Contact{
    width: 30vw;
    background-color: rgba(255, 255, 255, 0.7);
    height: 50vh;
    font-size: 1.5rem;
    padding: 1.5rem;
    border-radius: 2rem;
}

#Contact p{
    font-weight: 900;
}

.home{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#title{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgba(255, 255, 255, 0.7);
    width: 20rem;
    height: 5rem;
    margin-bottom: 10vh;
    border-radius: 3rem;
    border: 0.7rem rgba(156, 214, 224, 0.89) solid;
    font-size: 1.8rem;
    font-weight: 900;
    color: rgb(22, 63, 9);
}

#desc{
    background-color: rgba(255, 255, 255, 0.9) ;
    width: 65vw;
    padding: 1rem;
    font-size: 1.3rem;
    border-radius: 2rem;
}
.menu{
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding-top: 20vh;
    gap :1.5rem;

}

#kebuli img{
    width: 30vw;
}

#kebuli{
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: 2rem;
    place-self: center;
    width: 35vw;
    grid-column: 1/3;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background-color: rgba(240, 248, 255, 0.87);
}

#Mie,
#NasGor{
    font-size: 1.2rem;
    padding: 1rem;
    border-radius: 2rem;
    place-self: center;
    width: 30vw;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    background-color: rgba(240, 248, 255, 0.87);
}

#Mie img, 
#NasGor img{
    width: 25vw;
}


nav{
    background-color: rgb(95, 47, 8);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 8vh;
    display: flex;
    justify-content:center;
    align-items: center;
}

nav button{
    color: azure;
    background: none;
    font-size: 2rem;
    width: 30vw;
    height: 100%;
    border: none;
}

button:active{
    box-shadow: inset 8px 8px 6px 6px rgb(71, 35, 6);
}