﻿

.moreInfoBtn:hover {
    text-decoration: underline;
    color: white;/*#333a44;*/
}



.AddToCartBtn:hover {
    text-decoration: underline;
    color: white;
}

.details {
    font-family: 'Raleway', Arial, sans-serif;
    padding-left: 5px;
}

    .details h1 {
        font-size: 30px;
        color: #333;
        padding-bottom: 10px;
        line-height: 1em;
        font-weight: 500;
    }

    .details h2 {
        font-size: 30px;
        color: #333;
        padding-bottom: 10px;
        line-height: 1em;
        font-weight: 500;
    }

    .details p {
        color: #21201D;
        padding-bottom: 12px;
        font-size: 12px;
        margin: 0;
        line-height: 16px;
    }

        .details p a {
            color: #4863A0;
            text-decoration: none;
        }

            .details p a:visited {
                color: #4863A0;
                text-decoration: none;
            }

            .details p a:hover {
                color: #4863A0;
                text-decoration: underline;
            }

.container-special {
    font-family: 'Open Sans', sans-serif;
    height: 37rem;
    width: inherit;
    display: flex;
    justify-self: center;
}

.card1 {
    background-color: #3e8cdc;
    z-index: 1;
}

.card2 {
    background-color: #9f188e;
    z-index: 3;
}

.card3 {
    background-color: #c70e17;
    z-index: 4;
}

.card4 {
    background-color: #0d24ce;
    z-index: 2;
}

.card5 {
    background-color: #ff9900;
    z-index: 5;
}

.cardstack .card {
    display: flex;
    height: 34rem;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 0 10px rgb(128, 128, 128);
    /*   margin-left: -50px; */
    transition: 0.4s ease-out;
    position: relative;
    left: 0px;
    cursor: pointer;
}

.cardstack .card:not(:first-child) {
    margin-left: -50px;
}

.cardstack .card:hover {
    transform: translateY(-20px);
    transition: 0.4s ease-out;
}

.cardstack .card:hover ~ .card {
    position: relative;
    left: 50px;
    transition: 0.4s ease-out;
}

.title {
    color: white;
    font-weight: 600;
    position: absolute;
    left: 20px;
    top: 15rem;
    font-size: 24px;
    padding-right: 35px;
    padding-top: 10px;
}

.bar {
    position: absolute;
    top: 250px;
    left: 20px;
    height: 5px;
    width: 150px;
}

.emptybar {
    background-color: transparent;
    width: 100%;
    height: 100%;
}

.filledbar {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0,154,217);
    background: linear-gradient(90deg, #3e8cdc 0%, rgb(0, 195, 255) 100%);
    transition: 0.6s ease-out;
}

.filledbar2 {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0,154,217);
    background: linear-gradient(90deg, #9f188e 0%, rgb(212, 0, 255) 100%);
    transition: 0.6s ease-out;
}

.filledbar3 {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0,154,217);
    background: linear-gradient(90deg, #c70e17 0%, #ff4646 100%);
    transition: 0.6s ease-out;
}

.filledbar4 {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0,154,217);
    background: linear-gradient(90deg, #0d24ce 0%, #3d8ffa 100%);
    transition: 0.6s ease-out;
}

.filledbar5 {
    position: absolute;
    top: 0px;
    z-index: 3;
    width: 0px;
    height: 100%;
    background: rgb(0,154,217);
    background: linear-gradient(90deg, #ff9900 0%, #ffd000 100%);
    transition: 0.6s ease-out;
}

.cardstack .card:hover .filledbar {
    width: 120px;
    transition: 0.4s ease-out;
}

.cardstack .card:hover .filledbar2 {
    width: 120px;
    transition: 0.4s ease-out;
}

.cardstack .card:hover .filledbar3 {
    width: 120px;
    transition: 0.4s ease-out;
}

.cardstack .card:hover .filledbar4 {
    width: 120px;
    transition: 0.4s ease-out;
}

.cardstack .card:hover .filledbar5 {
    width: 120px;
    transition: 0.4s ease-out;
}

.logo {
    padding-top: 1rem;
    padding-left: 1.5rem;
    text-align: center;
    margin: 0 auto;
    height: 5.8rem;
    width: unset;
}

.gradient-box-container {
    background-image: url(https://www.evetech.co.za/repository/ProductImages/Level-Up-Gradient-100x100-v1.png);
    width: 100px;
    height: 100px;
    position: absolute;
    top: -32px;
    left: -47px;
    -webkit-animation: gradient-box-container 1s infinite alternate both;
    animation: gradient-box-container 1s infinite alternate both;
}

.levelUp-Span {
    float: left !important;
    clear: left !important;
    color: white !important;
    font: bold 19px Helvetica, Arial, Sans-Serif !important;
    position: absolute !important;
    top: 67px !important;
    right: 0px !important;
    background: none !important;
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform: rotate(-47deg);
    -webkit-transform: rotate(-47deg);
    -moz-transform: rotate(-47deg);
    -ms-transform: rotate(-47deg);
    -o-transform: rotate(-47deg);
    width: 100px !important;
    animation: levelUp-Span 1s linear infinite;
}

@-webkit-keyframes gradient-box-container {
    0% {
        background-position: 50% 0%;
        opacity: 0.9;
    }

    100% {
        background-position: 50% 100%;
        opacity: 1;
    }
}

@keyframes gradient-box-container {
    0% {
        background-position: 50% 0%;
        opacity: 0.9;
    }

    100% {
        background-position: 50% 100%;
        opacity: 1;
    }
}

@keyframes levelUp-Span {
    50% {
        opacity: 0.9;
    }
}

/*card additional css*/
.cardstack {
    display: flex;
    justify-content: center;
    z-index: 20;
}


@media (max-width: 1123px){

    .title {
        top: 10rem;
    }

    .container-special {
        height: 47rem;
    }

    .cardstack .card {
        height: 24rem;
    }

    .card3, .card5 {
        top: 200px;
    }

    .card3 {
        margin-left: -68.82730687070903% !important;
    }

    .bar {
        top: 185px;
    }

}


@media (max-width: 985px){

    .container-special {
        width: 90%;
        height: 90rem;
        padding-top: 2rem;
    }

    .cardstack {
        height: 70rem;
    }

    .card:hover ~ .card2 {
        left: -300px;
    }

    .card2 {
        top: 390px;
        left: -46.2% !important;
        z-index: 6;
    }

    .card3 {
        margin-left: -146.25% !important;
    }

    .bar {
        top: 200px;
    }


}

@media (max-width: 524px){

    .container-special {
        display: block;
        height: 77rem;
        padding-top: 6rem;
    }

    .cardstack {
        height: 78rem;
    }

    .cardstack .card:hover {
        transform: unset;
        transition: unset;
    }

    .cardstack .card:not(:first-child) {
        margin-left: 0px;
    }

    .cardstack .card:hover ~ .card {
        position: relative;
        left: 0px;
        transition: unset;
    }

    .cardstack .card {
        height: 20rem;
        margin-top:-65px;
    }

    .card2 {
        top: unset;
        left: 0px !important;
        z-index: 3;
    }
    
    .card3 {
        margin-left: 0 !important;
        top: unset;
        left: unset;
    }

    .card4 {
        top: unset;
        left: unset;
    }

    .card5 {
        top: unset;
        left: unset;
    }

    .title {
        top: 6rem;
    }

    .bar {
        display: none !important;
    }
    

}





/* Min-width media queries */


