body{
    padding: 0;
    margin: 0;
    /* background: black; */

}
/* *{
    scroll-behavior: smooth;

}
html{
    scroll-padding-top: 9rem;
    scroll-behavior: smooth;
}
html::-webkit-scrollbar{
    width: .8rem;
}
html::-webkit-scrollbar-track{
    background: transparent;

}
html::-webkit-scrollbar-thumb{
    background-color: #000;
    border-radius: 5rem;
} */


.container{
    text-align: center;
    padding-top: 30px;
}
.container img{
    width: 80%;
    box-shadow: 5px 5px 5px gray;
    border-radius: 10000px;
    /* margin-bottom: 20px; */
}
/* .container img:hover{
height: auto;
align-items: center;
justify-content: center;
transition: 0.5s;
width: 90%; */
/* } */
/*------------------------------- END CONTAINER --------------------------------*/
.topbar{
    /* position: fixed; */
    /* padding:  10px; */
    background-color:rgb(190, 0, 0) ;
    display: flex; 
    justify-content: space-between;
    align-items: center;
    width: auto;
   
}
/* #id1{
    text-align: center;
    justify-content: center;
    justify-items:center ;
} */
.topbar img{
    width: 100px;
    height: auto;
    margin-left: 80px;
}
/* -------------------------END TOPBAR ------------------------------------------*/
.menu a{
    
    cursor: pointer;
    border: 1px;
    background-color: rgb(151, 0, 0);
    border-radius: 50px;
    margin: 5px;
    padding: 10px;
    color:#fff;
    font-weight: bold;
    font-size: small;
    text-decoration: none;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

}

.menu a:hover{
    color: rgb(255, 254, 254);
    background: red;
    transition: 0.3s;
}
/*----------------------------------- END MENU ---------------------------------*/
.register a{
    border: 2px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: rgb(151, 0, 0);
    border-radius: 5px;
    margin: 5px ;
    padding: 10px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    font-size: large; 
}
.register a:hover{
    color: rgb(255, 254, 254);
    background:red;
    transition: 0.3s;
}
/*---------------------------------- END REGISTER -------------------------------*/

.cat h1{
    /* background-color: rgb(170, 170, 170); */
    background-color: #000;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}
.cat-cards{
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    
    
}
.cat-cards img{
     flex-wrap: wrap;
    display: flex;
    align-items: center; 
     border: 1px;
    border-radius: 10px;
    border: 2px dashed white;
    width: 180px;
    height:auto;
    margin: 40px;
} 

.bs h1{
    color: #fff;
    text-align: center;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

    text-transform: uppercase;
    background-color: #000;
    /* background: rgb(170, 170, 170); */
    /* padding: 10px; */
    /* margin: 0; */
}

.card img{
    width: 180px;
    height: auto;
}
.card{
    /* border: 2px solid #fff; */
    width: 200px;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    margin: 10px;
    background-color: rgb(151, 0, 0);
    height: 450px;
}
.card h1{
    color: #fff;
    margin: 0;
    text-decoration: none;
    font-weight: bold;
    font-size: larger;
}
.rating .fa{
    color: #fff;
}
.card a#a{
    /* background-color: aqua; */
    width: 120px;
    background-color:#fff;
    color:black;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 5px;
    border-radius: 5px;
    /* font-weight: ; */
    text-decoration: none;
}
.card h2{
    color: #fff;
}
.card p{
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.card a{
    width: 120px;
    /* background-color: red; */
    color: #fff;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    border: 5px;
    border-radius: 5px;
    /* font-weight: ; */
    text-decoration: none;
    
}
.card img:hover{
    width: 170px;
    height: auto;
    transition: 0.5s;
}
#main{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
}





.copyright{
    background-color: black;
    display: flex;
    padding: 10px;
    justify-content: space-between;
    width: 1328px;
}


.deserved1{
    color: white;
    padding-left: 80px;
}


.deserved2{
    color: white;
    padding-right: 80px;
}

.social{
    display: flex;
}
.copyright a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    color: rgb(0, 0, 0);
    text-decoration: none;
     
}

.fa-facebook{
    margin: 5px;
    width: 50px;
    background-color: rgb(203, 203, 203);
    border-radius: 5px;
    text-align: center;
    
}

.fa-instagram{
    margin: 5px;
    width: 50px;
    background-color: rgb(203, 203, 203);
    border-radius: 5px;
    text-align: center;
    
}

.fa-twitter{
    margin: 5px;
    width: 50px;
    background-color: rgb(203, 203, 203);
    border-radius: 5px;
    text-align: center;
    
}



.bottom-bar-footer{
    width: 200%;
    background-color: green;
}