@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800&display=swap');

*{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: 'Open Sans', sans-serif;
}
body{
    line-height: 1.5;
}
.card-wrapper{
    width: 70%;
    margin: 0 auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: 1px solid rgb(122, 120, 120);
    /* border: 2px solid red; */
}
/* ---start----- */
.img-item img{
    width: 80%;
    display: block;
    border: 1px solid black;
}
.img-item2 img{
    width: 80%;
    display: block;
    border: 1px solid black;
}
.img-item3 img{
    width: 80%;
    display: block;
    border: 1px solid black;
}
.img-item4 img{
    width: 80%;
    display: block;
    border: 1px solid black;
}
.img-item5 img{
    width: 80%;
    display: block;
    border: 1px solid black;
}
/* ---End---- */



.img-display{
    overflow: hidden;
}


/* -----Start------- */
.img-showcase{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase-2{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase-3{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase-4{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
.img-showcase-5{
    display: flex;
    width: 100%;
    transition: all 0.5s ease;
}
/* -----End------- */



/* -------Start------------- */
.img-showcase img{
    min-width: 100%;
    height: 450px;
    /* border: 1px solid red; */
}
.img-showcase-2 img{
    min-width: 100%;
    height: 450px;
    /* border: 1px solid red; */
}
.img-showcase-3 img{
    min-width: 100%;
    height: 450px;
    /* border: 1px solid red; */
}
.img-showcase-4 img{
    min-width: 100%;
    height: 450px;
    /* border: 1px solid red; */
}
.img-showcase-5 img{
    min-width: 100%;
    height: 450px;
    /* border: 1px solid red; */
}
/* ---------End---------- */



/* ---------Start----------------- */
.img-select{
    display: flex;
}
.img-select-2{
    display: flex;
}
.img-select-3{
    display: flex;
}
.img-select-4{
    display: flex;
}
.img-select-5{
    display: flex;
}
/* /* ---------End ------------- */


/* --------------Start------------- */ */
.img-item{
    margin: 0.3rem;
}
.img-item2{
    margin: 0.3rem;
}
.img-item3{
    margin: 0.3rem;
}
.img-item4{
    margin: 0.3rem;
}
.img-item5{
    margin: 0.3rem;
}
/* ---------End------------------- */



/* ---------Start------------------- */
.img-item:nth-child(1),
.img-item:nth-child(2),
.img-item:nth-child(3){
    margin-right: 0;
}
.img-item2:nth-child(1),
.img-item2:nth-child(2):nth-child(2),
.img-item2:nth-child(3){
    margin-right: 0;
}
.img-item3:nth-child(1),
.img-item3:nth-child(2):nth-child(2),
.img-item3:nth-child(3){
    margin-right: 0;
}
.img-item4:nth-child(1),
.img-item4:nth-child(2):nth-child(2),
.img-item4:nth-child(3){
    margin-right: 0;
}
.img-item5:nth-child(1),
.img-item5:nth-child(2):nth-child(2),
.img-item5:nth-child(3){
    margin-right: 0;
}
/* ----------End--------------------- */




/* ------------Start------------------- */
.img-item:hover{
    opacity: 0.8;
}
.img-item2:hover{
    opacity: 0.8;
}
.img-item3:hover{
    opacity: 0.8;
}
.img-item4:hover{
    opacity: 0.8;
}
.img-item5:hover{
    opacity: 0.8;
}
/* -------End----------------- */


@media screen and (min-width: 992px){
    .card{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 1.5rem;
    }
    .card-wrapper{
        /* height: 100vh; */
        display: flex;
        /* justify-content: center;
        align-items: center; */
    }
    .product-imgs{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 450px;
        height: 500px;
    }
}
