*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
body,html{
        overflow-x: hidden;
        overflow-y: auto;

}
.page{
    width: 100vw;
    height: 100vh;
}

.header{
    width: 100vw;
    height: 10vh;
    background-color:beige;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: center;
    padding: 10px 80px;
    
}
.logo{
    font-size: 30px;
     font-weight: 900;
     
}

 .page > .header > .nav-bar > ul{
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
     list-style: none;
     align-content: center;
     
}

 .page > .header > .nav-bar > ul > li > a{

     text-decoration: none;
     color: black;
     font-size: 15px;
     font-weight: 900;
     
}

.page > .header > .nav-bar > ul > li > a:hover{
color: rgb(243, 10, 10);
}

 .page > .header > .nav-bar > ul > li > button{
    width: 124px;
    height: 25px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    color: white;
    background-color: black;
    margin-top: -3px;
    
 }
 
 .page > .header > .nav-bar > ul > li > button:hover{
    color: rgb(243, 10, 10);
 }
 

 
 .page > .header > .nav-bar > ul > li > button > .calender {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: rgb(218, 15, 15);
    border-radius: 999px;
    right: 5px;
}
.footer>{
display: flex;
flex-wrap: wrap;

}

.footer>img{
   
    object-fit: cover;
    justify-content: center;
    align-content: center;
    width: 100vw;
    height: 10vh;
    margin-top:50px;
}
.page>.content>.hd1>.logo1{
    display: flex;
    justify-content:start;
    margin-top: 30px;
    color:red;
    font-weight: bolder;
    margin-left: 150px;
}
.page>.content>.hd2{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content:space-around;
    margin-top: 20px;
}
.page>.content>.hd2>.logo2{
font-weight: bolder;
}
.page>.content>.hd2>.hdr{
     display: flex;
     list-style: none;
     gap: 15px;
     margin-right:100px;
}
.page>.content>.hd2>.hdr>.btn1>button,.btn2>button,.btn3>button{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: black;
    color: white;
    width: 120px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    

}
.page>.content>.hd2>.hdr>.btn1>button,.btn2>button:hover{
    background-color: red;
}
.page>.content>.hd2>.hdr>.btn3>button:hover{
    background-color: red;
}
.page>.content>.docket{
    display: flex;
    flex-wrap: wrap;
    justify-content:center ;
    gap: 50px;
    margin-top: 50px;
    align-items: center;

}
.page>.content>.docket>.card1{
display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-content: center;
gap: 15px;
background-color: rgb(240, 248, 248);
width: 200px;
height: 250px;
border-radius: 10px;
box-shadow: 1px 1px 10px black;
color: gray;
}
.page>.content>.docket>.card1>.box{
    background-color: rgb(219, 209, 209);
    width: 80%;
    height: .25%;
}
.page>.content>.docket>.card1>.total>span,.floor>span,.room>span,.parking>span,.payment>span{
    font-weight: bolder;
    color: black;
    padding: 10px;
}
.page>.content>.docket>.card2{
    display: flex;
    flex-wrap: wrap;
}
.page>.content>.docket>.card2>.picture>img{
border-radius: 5px;
}
.page>.content>.docket>.card3{
    background-color:white;
    width:200px ;
    height: 250px;
}
.page>.content>.docket>.card3>.title>h3{
    font-size: 15px;
}
.page>.content>.docket>.card3>.title>p{
    font-size: 10px;
}
.page>.content>.docket>.card3>button{
     width: 124px;
    height: 25px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    color: white;
    background-color: black;
    margin-top: 10px;
    margin-left: 35px;
    
}
.page>.content>.docket>.card3>button>.calender{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    background-color: rgb(218, 15, 15);
    border-radius: 999px;
    right: 5px;
}
.page>.content>.docket>.card3>button:hover{
    background-color: red;
}

@media(max-width:769px){

.page>.content>.docket>.card2{
    display: flex;
    flex-wrap: wrap;
}
.page>.content>.docket>.card2>.picture>img{
    width: 250px;
    height: 250px;
}


.page>.content>.docket>.card1{
 display: flex;
flex-wrap: wrap;
flex-direction: column;
justify-content: center;
align-content: center;
gap: 15px;
background-color: rgb(240, 248, 248);
width: 200px;
height: 250px;
border-radius: 10px;
box-shadow: 1px 1px 10px black;
color: gray;
   
}
.page>.content>.docket>.card3{
    display: flex;
    flex-wrap: wrap;
}
.page>.content>.hd1>.logo1{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 120px;
}
.page>.content>.hd2>.hdr{
     display: flex;
     list-style: none;
     gap: 15px;
     margin-right:100px;
     margin-left: 100px;
}

}
    
@media(max-width:426px){
    .header{
    width: 100vw;
    height: 20vh;
    background-color:beige;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
    padding: 10px 80px;
    
}
.page>.content>.hd2>.hdr{
     display: flex;
     list-style: none;
     gap: 15px;
     margin-right:100px;
     margin-left: 20px;
}
.footer>img{
width: 425px;
height: 30px;
}
}


