/*.justify-around {
    justify-content: space-around;
}

.justify-end {
    justify-content: flex-end;
}

.gradient-bg {
    background: linear-gradient(to right, #E4C396, #F3E6D4, #F9E0C2);
    border: none;
}

.subtitle2::before {
    //content: url(../img/subtitle2.svg); 
    padding: 0 10px 0 0;
}

.pl-10 {
    padding-left: 10px;
}

.pl-20 {
    padding-left: 20px;
}

.pl-30 {
    padding-left: 30px;
}

.pr-10 {
    padding-right: 10px;
}

.pr-20 {
    padding-right: 20px;
}

.pr-30 {
    padding-right: 30px;
}

.w-33 {
    width: 33%;
}

.w-60 {
    width: 60px;
}

.bg-trans {
    background: transparent;
}

.border-none {
    border: none;
}

@font-face {
    font-family: Roboto;
    // src: url(../fonts/Roboto-Medium.ttf);
    font-weight: bold;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    z-index: 1;
    display: none;
}

.darkgrey-bg {
    background: #1B1B1B;
}

.close {
    top: 15px;
    right: 20px;
}

#info .w-400 {
    width: 250px;
}

#info {
    display: none;
}

// Style the buttons that are used to open the tab content
.tab button {
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    opacity: 0.5;
    background: transparent;
    color: white;
    text-align: left;
}

//Change background color of buttons on hover
.tab button:hover {
    opacity: 1;
}

//Create an active/current tablink class 
.tab button.active {
    opacity: 1;
}

// Style the tab content 
.tabcontent {
    display: none;
}

.tablinks.active .almendra {
    background: -webkit-linear-gradient(0deg, #E4C396, #F3E6D4, #F9E0C2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tablinks.active .almendra::after {
    // content: url(../img/subtitle2.svg);
    padding: 0 0 0 5px;
}

.card-wrapper {
    height: 121px;
}
*/
* {
    box-sizing: border-box;
}
.card:hover {
    margin-top: -20px;
    background: url(../img/card-hover.png);
    background-size: cover; 
    transition: 0.5s;
}
.card {
    width: 70.5px;
    height: 120px;
    background: url(../img/card.png);
    background-size: cover;
    /* display: inline-block; */
    display: inline-block;
    margin-right: -62px; 
    transition: transform 1s, margin-right 1s;
    /* transform-origin: top right; */
     /* position: relative;  */
}
.card-intro:hover .name_card {
    display: block;
    /* Hiển thị nội dung khi hover */
}
.card-intro:hover img{
    opacity: 0.45;
}
.card-intro{
    margin-left: 5px;
    margin-top: 10px;
}
.name_card{
    display: none;
}
#name-front-card{
    padding-top: 15px;
}
#container-card{
    height: 200px;
}
/* #back-card{
    transform: rotateY(0deg);
    transition: transform 0.5s;
} */
#flip-card{
    transition: transform 0.5s;
}
.spread{
    margin-right: -60px;
}
.active {
    margin-right: -70.5px;
}
.rotate-and-move {
    /* transform: rotate(360deg); */
    margin-right: -70.5px;
}
.shuffle-btn{
    margin-right: 15px;
}
.mix{
    transition: transform 0.5s;
}
.shuffle-btn{
    background-color:#e5c297;
    position: relative;
    width: 115px;
    height: 115px;
    border-radius: 50%;
}
.shuffle-btn::before{
    position: absolute;
    content: "";
    width: 103px;
    height: 103px;
    left: 5px;
    top: 5px;
    border-radius: 50%;
    border: solid 2px;
}
.gradient-border{
    background: transparent;
    /* border-style: solid; */
    /* border-image-slice: 1; */
    /* border-image-source: linear-gradient(to right, #E4C396, #F3E6D4, #F9E0C2); */
}
.border-width-2{
    border-width: 2px;
}
.gradient-bg{
    background: linear-gradient(to right, #E4C396, #F3E6D4, #F9E0C2);
    border: none;
}
.d-inline-block{
    display: inline-block;
}
.border-width-1 {
    border-width: 1px;
}
.w-400 {
    width: 400px;
}
.p-15 {
    padding: 15px;
}
.home-selector {
    color: #bbb;
}