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

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

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

.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: #17dfb4;
    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: #df1717;
    text-decoration: none;
}

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

.card-container1 .card {
    cursor: pointer;
    ;
    padding: 30px;
    margin-top: 40px;
    height: 550px;
    width: 400px;
    background: linear-gradient(lightslategray);
    border-radius: 20px;
    box-shadow: 0 0 20px;
    transition: transform 250ms;

}

.card-container1 .card:hover {
    transform: (1.05);
    color: #eff704;
}

.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(157, 157, 157);
    border-radius: 20px;
    box-shadow: 0 0 20px;
}

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

.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(34, 29, 29);
    border-radius: 20px;
    box-shadow: 0 0 20px;
}

.card:hover {
    transform: scale(1.05);
}

.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);
}

h2 {
    justify-content: center;
    text-align: center;
    margin-top: 40px;
}

.card a {
    text-decoration: none;
    color: #000;
}

.card button {
    margin: 10px;
    padding: 10px;
}