
.border-radius-5 {
    border-radius: 5px;
}

.border-radius-10 {
    border-radius: 10px;
}


.index-height-50 {
    height: 50%;
}

.index-height-100 {
    height: 100%;
}

.index-font-size-13 {
    font-size: 11px
}

.index-font-size-20 {
    font-size: 17px
}

.index-height-auto {
    height: auto;
}

.index-top--80 {
    top: -80px
}

.index-textDecoration {
    text-decoration: none;
}

.index-textDecoration:hover {
    text-decoration: none;
}

.index-startingVideo {

    object-fit: cover;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;

}



.index-mythStoreMainDiv {
    height: 450px;
    background-color: rgba(16, 16, 16, 0.0);
}


.index-mythStoreInfoNumbersDiv {
    position: relative;
    top: -90px;
    height: 100%;
    background-color: #252525;
    border-radius: 10px;
    color: #00fff0;
}

.index-mythStoreImageLinkHover {
    transition: all 0.3s;
    transform: scale(1);
    position: relative;
    z-index: 2;
    opacity: 1;

}

.index-mythStoreImageLinkHover:hover {
    transform: scale(0.9);
    z-index: 3;
    opacity: 1;
}





.index-center {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-center-right {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-center-left {
    align-items: start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.index-svgIcons {
    width: 100%;
    max-width: 100px;
}


.index-dota2HeroDiv {
    top: 0px;
    position: relative;
    z-index: 3;
    background-color: rgba(16, 16, 16, 0.57);
    padding: 40px;
    border-radius: 6px;
    height: auto;
    min-height: 600px;
}

.index-skinsTitle {
    font-size: 2.5rem;
    color: #fff;

}

.index-skinsTitle:hover {

    color: #ccc;

}

.index-dota2SkinsDiv {
    top: 0px;
    position: relative;
    z-index: 3;
    background-color: rgba(16, 16, 16, 0.57);
    padding: 40px;
    border-radius: 6px;
    height: auto;
    min-height: 320px;
}


.index-dota2HeroHpBar {
    height: 25px;
    background-color: #0fcd0f;
    border-radius: 10px
}

.index-dota2HeroHpBarDiv {
    position: relative;
    height: 25px;
    background-color: #0fcd0f;
    border-radius: 10px
}

.index-dota2HeroHpBarPerSec {
    position: absolute;
    top: 4px;
    right: 10px;
}

.index-dota2HeroManaBar {
    height: 25px;
    background-color: #12d4c3;
    border-radius: 10px
}

.index-dota2HeroManaBarDiv {
    position: relative;
    height: 25px;
    width: 100%;
    background-color: #12d4c3;
    border-radius: 10px
}

.index-dota2AtteributeText {
    position: relative;
    top: 5px;
    font-size: 20px
}

.index-mythStoreSteamProfileImage {
    left: 8px;
    width: 65px;
    height: 65px;
    top: 8px;
    position: absolute;
    border-radius: 50%;
    border: #fff 5px solid;
    z-index: 4;
}

/* screens */
/*big screen*/
@media only screen and (min-width: 1159px) {

    .index-startingDiv {
        padding: 40px 40px 5% 40px;
    }

    .index-dota2InfoDiv{
        background-color: #101010;
        top: 100%;
        height: auto;
        opacity: 1;
        border-top: #b52f18 solid 1px;
        padding: 40px 40px 5% 40px;
        background-image: url('/images/wallpaper/wallpaper-dota2-index-bp2020.png');
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #ec1c0c;

    }

    .index-webSiteName {
        font-size: 4rem;
    }


    .index-gameTitles {
        top: 0px;
        left: 4px;
        position: relative;
        z-index: 2;
    }
    .index-topHeaderLinks {
        width: auto;
        height: 70%;
        color: #fff;
        font-size: 15px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border-radius: 10px;

        transition: all 0.4s;
    }

    .index-topHeaderLinks:hover {
        color: #00fff0;
        text-decoration: none;
        transition: all 0.4s;
    }

    .index-dota2SkinsShowDiv {
        height: auto;
        overflow: hidden;
        white-space: nowrap;
    }
    .index-mythStoreLogoDiv {
        top: -130px;
        padding: 15px 0px 0px 0px;
        z-index: 42;
    }

    .index-mythStoreLightLogoImg {
        width: 80px;
        margin-left: 10px;
        opacity: 1;
    }

    .index-mythStoreLightLogoImg:hover {
        opacity: 0.75;
    }
    .index-mythStoreShowRandomInfoDiv {
        width: 70%;
        height: 150px;
        background-color: rgba(16, 16, 16, 0.44);
        position: absolute;
        bottom: 0px;
        z-index: 5;
        border-radius: 10px;
    }
    .index-mythStoreShowRandomInfoDiv1 {

        height: 100%;
        padding: 10px;
        top: -150px;
        bottom: 35px;
        position: relative;
        z-index: 2;

    }
    .index-dota2Title {
        color: #fff;
        font-size: 3.5rem;
        z-index: 1;
        transition: all 0.5s;
    }

    .index-dota2Title:hover {
        color: #ff0000;
        font-size: 3.5rem;
        z-index: 1;
        text-decoration: none;
    }
    .index-dota2Title2 {
        color: #fff;
        font-size: 1.2rem;
        z-index: 1;
    }

    .index-dota2Title2:hover {
        color: #ccc;
        font-size: 1.2rem;
        z-index: 1;
        text-decoration: none;
    }

    .index-dota2LogoDiv {
        top: -115px;
    }
}

/*small screen*/
@media only screen and (max-width: 1159px) {

    .index-startingDiv {
        padding: 20px 20px 30% 20px;

    }



    .index-dota2InfoDiv{
        background-color: #101010;
        top: 100%;
        height: auto;
        opacity: 1;
        border-top: #b52f18 solid 1px;
        padding: 20px 20px 30% 20px;
        background-image: url('/images/wallpaper/wallpaper-dota2-index-bp2020.png');
        background-position: bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-attachment: fixed;
        color: #ec1c0c;

    }

    .index-webSiteName {
        font-size: 2.8rem;
    }


    .index-gameTitles {
        top: 0px;
        left: 4px;
        position: relative;
        z-index: 2;
    }

    .index-topHeaderLinks {
        width: auto;
        height: 70%;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: transparent;
        border-radius: 10px;

        transition: all 0.4s;
    }

    .index-topHeaderLinks:hover {
        color: #00fff0;
        text-decoration: none;
        transition: all 0.4s;
    }


    .index-mythStoreLogoDiv {
        top: -100px;
        padding: 15px 0px 0px 0px;
        z-index: 4;
    }

    .index-mythStoreLightLogoImg {
        width: 80px;
        margin-bottom: 10px;
        opacity: 1;
    }

    .index-mythStoreLightLogoImg:hover {
        opacity: 0.9;
    }
    .index-mythStoreShowRandomInfoDiv {
        width: 100%;
        height: 150px;
        background-color: rgba(16, 16, 16, 0.44);
        position: absolute;
        bottom: 0px;
        z-index: 2;
        border-radius: 10px;
    }
    .index-mythStoreShowRandomInfoDiv1 {

        height: 100%;
        padding: 10px;
        top: -250px;
        bottom: 35px;
        position: relative;
        z-index: 2;

    }

    .index-dota2Title {
        color: #fff;
        font-size:3.2rem;
        z-index: 1;
        transition: all 0.5s;
    }

    .index-dota2Title:hover {
        color: #ff0000;

        z-index: 1;
        text-decoration: none;
    }

    .index-dota2Title2 {
        color: #fff;
        font-size: 0.9rem;
        z-index: 1;
    }

    .index-dota2Title2:hover {
        color: #ccc;

        z-index: 1;
        text-decoration: none;
    }

    .index-dota2LogoDiv {
        top: -98px;
    }
}

.bar-hp {
    stroke: black;
    stroke-width: 0.1;
    background-color: cornflowerblue;
    animation-name: expandBar;
    animation-duration: 1.5s;
    animation-delay: 0.2s;
    animation-fill-mode: both;
    transition-timing-function: ease-in-out;
}

.bar-mp {
    stroke: black;
    stroke-width: 0.1;
    background-color: cornflowerblue;
    animation-name: expandBar;
    animation-duration: 1s;
    animation-delay: 0.2s;
    animation-fill-mode: both;
    transition-timing-function: ease-in-out;
}

@keyframes expandBar {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

.dota2Match-heroCover-left {
    width: 412px;
    position: absolute;
    object-fit: scale-down;
    right: -80px;
    bottom: -50px;
}

.dota2Match-heroCover-right {
    width: 412px;
    position: absolute;
    object-fit: scale-down;
    right: -80px;
    bottom: -50px;
}

.dota2-itemInventoryImage {
    width: 100%;
    height: 100%
}

@media only screen and (min-width: 1159px) {
    .mythStoreModalResp {
        background-color: transparent;
    }
    .mythStoreModalRespBody {
        width: 100%;
        height: auto;
        border: 0px;
        background-color: #151515;
        border-radius: 15px
    }
}

@media only screen and (max-width: 1159px) {
    .mythStoreModalResp {
        background-color: #151515;
    }

    .mythStoreModalRespBody {
        width: 100%;
        height: 100%;
        border: 0px;
        background-color: #151515;
        border-radius: 15px
    }
}
