* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
i {
    opacity: 0;
    font-size: 18px;
    color: #fff;
    will-change: transform;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
h2 {
    pointer-events: none;
}
body {
    background-color: #e6e5e1;
    width: 100vw;
    height: 100vh;
}
.container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.container .card {
    position: relative;
    width: 500px;
    height: 400px;
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 4px;
}
.container .card:before {
    content: "";
    z-index: 99;
    position: absolute;
    top: -10px;
    left: 32px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #e6e5e1;
}
.container .card:after {
    content: "";
    z-index: 99;
    position: absolute;
    bottom: -10px;
    left: 32px;
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background-color: #e6e5e1;
}
.container .card ul {
    z-index: 99;
    position: absolute;
    left: 39px;
    top: 5px;
    list-style-type: none;
}
.container .card ul li {
    width: 2px;
    height: 2px;
    border-radius: 2px;
    margin: 6px 0;
    background-color: #e6e5e1;
}



.container .card h2 {
    z-index: 99;
    font-family: "Poppins", sans-serif;
    position: absolute;
    bottom: 0;
    right: 130px;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
}
.container .card .fa-arrow-right {
    z-index: 100;
    position: absolute;
    right: 75px;
    bottom: 25px;
    font-size: 40px;
    cursor: pointer;
}
.container .card p {
    z-index: 99;
    position: absolute;
    top: 20px;
    right: 70px;
    color: #333;
    opacity: 0.7;
    font-size: 12px;
    letter-spacing: 1px;
    writing-mode: vertical-lr;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.container .card .pic {
    z-index: 100;
    width: 400px;
    height: 400px;
    background-image: url("https://s3.amazonaws.com/gather.fandalism.com/800x800-2127856--A348C07B-052C-40DF-8E7F50F766B0AB37--1594111053532--UntitledArtwork1.jpg");
    background-size: 100% 100%;
    filter: grayscale(100%);
}
.container .card .social {
    position: absolute;
    left: 60px;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    height: 64px;
    border-radius: 80px;
}
.container .card .social i:nth-of-type(1) {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.container .card .social i:nth-of-type(2) {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.container .card .social i:nth-of-type(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.container .card .social i:nth-of-type(4) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.container .card:hover i {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.container .card button {
    position: absolute;
    right: 14px;
    bottom: 14px;
    width: 30px;
    height: 30px;
    background-color: #da4d1d;
    border: none;
    border-radius: 30px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
    mix-blend-mode: hard-light;
}
.container .card button i {
    font-size: 3rem;
}
.container .card:hover button {
    transform: scale(16.5);
}
.container .card:hover p {
    color: #fff;
}
.container .card:hover .pic {
    filter: grayscale(0);
}
.container .card2 .pic {
    background-image: url("https://s3.amazonaws.com/gather.fandalism.com/3000x3000-2127856--E523F97F-2D42-4FBA-A662903272C16284--1606488696275--artwork1.jpg");
}
.container .card2 button {
    background-color: #2b26c3;
}

.container .card3 .pic {
    background-image: url("https://s3.amazonaws.com/gather.fandalism.com/800x800%2D2127856%2D%2D48E2F907%2D29F4%2D4356%2D87051AEE115A2A76%2D%2D0%2D%2D12371275%2D%2Dartworkpuzzledfixupdated12april20231.jpg");
}
.container .card2 button {
    background-color: #2b26c3;
}

.container .card4 .pic {
    background-image: url("https://i.scdn.co/image/ab67616d00001e0233ebdda53b73ce8b8eee3f13");
}
.container .card2 button {
    background-color: #2b26c3;
}

.dr {
    position: absolute;
    bottom: 16px;
    right: 16px;
    width: 100px;
}

/***********************/
/***********************/
/************************/
/* Mixin para crear cubo ( Caras siempre al frente ) */
/************************/
/***********************/
/***********************/
/**/
*, *::after, *::before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    transform-style: preserve-3d;
    -webkit-tap-highlight-color: transparent;
}
/* Generic */
body {
   
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;

    background-image: linear-gradient(120deg, #f6afbf, #f498ad, #f07390);
    cursor: pointer;
}


.container {
    margin-top: 300px;
}

.row {
    margin-bottom: 70px;
}