body {
    background-color: #85498544;
    ;
    font-family: arial;
    font-weight: bolder;
}

header div {
    display: flex;
    gap: 40px;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(#2E3192, #1BFFFF);
    border-radius: 20px;
    margin: 10px;
    box-shadow: 2px 1px 5px;
}

.casuals {
    cursor: pointer;
    font-size: 30px;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 7px;
    font-weight: bold;
}

.casuals a {
    color: white;
    text-decoration: none;
}

.action {
    color: black;
    padding: 9px 25px;
    background-color: #efecea;
    border-radius: 50px;
    transition: 0.3s;
    text-decoration: none;
}

.action:hover {
    background-color: #74d330;
    text-decoration: none;
}

.home {
    color: black;
    padding: 9px 25px;
    background-color: #efecea;
    border-radius: 50px;
    transition: 0.3s;
    margin-right: 150px;
    text-decoration: none;
}

.home:hover {
    background-color: #ff0000;
    text-decoration: none;
}

.card-container2 {
    display: flex;
    justify-content: space-around;
}

.card-container2 .card {
    padding: 30px;
    margin-top: 40px;
    height: 550px;
    width: 400px;
    background-color: lightslategray;
    border-radius: 20px;
    box-shadow: 0 0 20px;
    transition: transform 250ms;

}

.card-container2 .card:hover {
    color: #f1e604;
    transform: scale(1.02);
}

.image-div>img {
    width: 100%;
    border-radius: 20px;
}

.details {
    color: white;
    padding: 20px;
}

.size-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.size {
    background-color: #c3c3c3;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    transition: transform 150ms;
}

.size:hover {
    transform: scale(1.09);
}

.color-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.color1 {
    background-color: #000000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.color2 {
    background-color: brown;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.color3 {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.color4 {
    background-color: #ff0000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.colr:hover {
    transform: scale(1.09);
}

.card {
    padding: 30px;
    margin-top: 40px;
    height: 550px;
    width: 400px;
    background-color: rgb(190, 190, 190);
    border-radius: 20px;
    box-shadow: 0 0 20px;
}

.card:hover {
    transform: (1.09);
}

.image-div>img {
    width: 100%;
    border-radius: 20px;
}

.details {
    color: white;
    padding: 20px;
}

.size-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.size {
    background-color: #c3c3c3;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    transition: transform 150ms;
}

.size:hover {
    transform: scale(1.09);
}

.color-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.color1 {
    background-color: #000000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.color2 {
    background-color: brown;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.color3 {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.color4 {
    background-color: #ff0000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.colr:hover {
    transform: scale(1.09);
}

.card {
    padding: 30px;
    margin-top: 40px;
    height: 500px;
    width: 400px;
    background-color: rgb(31, 25, 25);
    border-radius: 20px;
    box-shadow: 0 0 20px;
}

.image-div>img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
    height: 250px;
}

.details {
    color: white;
    padding: 20px;
}

.size-group {
    display: flex;
    align-items: center;
    gap: 20px;
}

.size {
    background-color: #c3c3c3;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    line-height: 30px;
    transition: transform 150ms;
}

.size:hover {
    transform: scale(1.09);
}

.color-group {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 10px;
}

.color1 {
    background-color: #000000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.color2 {
    background-color: brown;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.color3 {
    background-color: #ffffff;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.color4 {
    background-color: #ff0000;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 5px;
    transition: transform 150ms;
}

.colr:hover {
    transform: scale(1.09);
}

.card a {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: 3px;
    text-decoration: none;
    color: #000000;
    padding: 10px;
    display: flex;
    align-items: center;
}