.hoverCard{
    /* display: none; */
    position: absolute;
    width: 820px;
    height: 400px;
    left: 0px;
    right: 0;
    top: 104px;
    margin: auto;
    background-color: #fff;
    box-shadow: 0px 0px 20px #c6c6c67e;
    color: black;
    z-index: 900;
    display: none;
    grid-template-columns: auto auto auto;
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
}

.showCard{
    display: grid;
}

.hoverCard .cardBox h2{
   margin-top: 20px;
   margin-bottom: 20px;
   margin-left: 30px;
}

.hoverCard .cardBox a{
    color: #444;
    text-decoration: none;
    display: block;
    margin-top: 10px;
    margin-left: 30px;
}
.hoverCard .cardBox a:hover {
   color: #ff554b;
}
.hoverCard .centery{
    background-color: #F3F3F3;
    position: relative;
    height: 400px !important;
}

.hoverCard .cardBox .imgAndSeeAll{
    position: relative;
}
.hoverCard .cardBox .imgAndSeeAll a{
    margin-top: 68px;
    color:#FF554B;
}
.hoverCard .cardBox .imgAndSeeAll img{
    position: absolute;
    width: 180px;
    bottom: -50px;
    right: -10px;
}

#closeNavHoverCard{
    position: absolute;
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
    border: none;
    background-color: #FF554B;
    border-radius: 100px;
}
#closeNavHoverCard span{
    position: absolute;
    left: 0;right: 0;
    top: 0;bottom: 0;
    margin: auto;
    width: 20px;
    height: 20px;
    background: url("./icons/plus-icon.png") center center no-repeat;
    background-size: contain;
    filter: invert(1);
    transform: rotate(45deg);
}

@media only screen and (max-width: 1280px) {
    .hoverCard{
        top: 155px !important;
        /* background-color: red; */
    }
}
@media only screen and (max-width: 952px) {
    .hoverCard{
        /* top: 112px !important; */
        width: 620px;
        height: 360px;
    }
    .hoverCard .centery{
        height: 360px !important;
    }
        
    .hoverCard .cardBox h2{
        margin-top: 12px;
        margin-bottom: 12px;
        margin-left: 16px;
        font-size: 1.3rem;
     }
     
     .hoverCard .cardBox a{
         margin-top: 10px;
         margin-left: 16px;
         font-size: 0.9rem;
     }
     .hoverCard .cardBox .imgAndSeeAll img{
        width: 120px;
        bottom: -50px;
        right: 0px;
    }
}
@media only screen and (max-width: 800px) {
    .hoverCard{
        position: fixed;
    top: 140px !important;
    z-index: 999;
    
    }
}

@media only screen and (max-width: 650px) {
    .hoverCard{
        /* position: fixed;
        top: 258px !important; */
        width: 400px;
        height: 290px;
    }
    .hoverCard .centery{
        height: 290px !important;
    }
        
    .hoverCard .cardBox h2{
        margin-top: 12px;
        margin-bottom: 12px;
        margin-left: 16px;
        font-size: 1rem;
     }
     
     .hoverCard .cardBox a{
         margin-top: 10px;
         margin-left: 16px;
         font-size: 0.6rem;
     }
     .hoverCard .cardBox .imgAndSeeAll img{
        width: 80px;
        bottom: -30px;
        right: 0px;
    }

    #closeNavHoverCard{
        width: 24px;
        height: 24px;
        right: 8px;
        top: 8px;
    }
    #closeNavHoverCard span{
        width: 18px;
        height: 18px;
    }
}

@media screen and (max-width: 768px) and (min-width: 320px) { 
.hoverCard{
    width: 95%;
    height: fit-content;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
    z-index: 99999;
     }
    .hoverCard .centery{
        /* height: fit-content !important; */
    }
    .hoverCard .lefty{
        border-bottom: 2px solid #F3F3F3;
    }
    .hoverCard .righty .imgAndSeeAll img{
           width: 112px !important;
           position: absolute;
           bottom: -52px;
           left: 21px;
    }
    .hoverCard .righty .imgAndSeeAll a{
        margin-bottom: 30px;
        /* margin-top: 20px; */
    }
        
}