body{
    margin: 0;
    background-color: azure;
}

.header{
    background-color: rgb(68, 68, 49);
    color: floralwhite;
    height: 100px;
    /* padding-top: 10px; */
    padding-left: 20px;
    display: flex;
    justify-content: space-between;
}
.header nav{
 padding-top: 20px;
}

#link a{
    text-decoration: none;
    color: floralwhite;
     padding-top: 40px;
 padding-right: 80px;
}

.selectorcontainer{
    padding-top: 20px;
    align-items: center;
}

.container {
    display: flex;
    flex-flow: column;
    align-items: center;
    gap:10px;}

    .cardsContainer
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap:15px;
    padding:10px;
    width: 1200px;
}



.product {
   width: 320px;
   height: 480px;
   background-color: white;
   overflow: hidden;
   border-radius: 5px;
   padding: 8px 5px;
   box-shadow: 0px 0px 5px rgb(211, 211, 211);

}
.product img{
    width: 300px;
    height: 300px;
}


.banner {
    width: 100%;
    height: 30px;
    background-color: aqua;
}
.imgsec {
    width: 100%;
    height: 350px;
}
.imgsec img {
    width: 100%;
    height:100%
}
.Section {
    width: 100%;
    height: 150px;
    display: flex;
    flex-flow:column;
    font-size: 22px;
}
.ratingsec 
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding:3px 5px;
    height: 40px;

}
.rate {
    color:black;
    padding:3px 10px;
    border-radius: 5px;
}
.amount {
  
    font-weight: bold;
    background-color: yellow;
    width: 120px;
    color:black;
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 4px;
    padding: 2px 5px;
}

.name {
    height: 40px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#text 
{

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sold {
    font-weight: bold;
}