.cardp {
    position: absolute;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    box-shadow: 1px 1px 15px 0 rgba(0, 0, 0, 0.1);
}
#maincontainer::after{
    content: " ";
    position: absolute;
    left: 0;
    top:0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(45deg, black 0%, transparent 50%);
}

#btn {
    position: absolute;
    top: 690px;
    left: 16px;
    z-index: 99;
}

.card-content {
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFFDD;
    padding-left: 16px;
}

.content-name {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 500;
}

.content-name {
    font-weight: 500;
}

.content-title-1,
.content-title-2 {
    font-weight: 500;
    font-size: 14px;
    width: 77%;
    text-wrap: normal;
    font-family: "Oswald", sans-serif !important;
}

.content-start {
    width: 30px;
    height: 5px;
    border-radius: 99px;
    background-color: #FFFFFFDD;
    display: none;
}

.details {
    z-index: 22;
    position: absolute;
    display: none !important;
    top: 0;
    left: 0;
    height: 800px;
    width: 100vw;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.3) 0%, transparent 40%);
}

.cardp {
    background-blend-mode: multiply;
    background-size: cover;
}

.holder-detail {
    margin-top: 30px;
    margin-left: 60px;
}

.details .holder-detail .name-box {
    height: 135px;
    overflow: hidden;
    color: white;
}

.details .holder-detail .name-box .text {
    padding-top: 91px;
    font-size: 20px;
    transform: translate(0px, 0px);
}

.details .holder-detail .name-box .text:before {
    /*top: 130px;*/
    /*left: 0;*/
    /*position: absolute;*/
    /*content: "";*/
    /*width: 15em;*/
    /*height: 2px;*/
    /*border-radius: 99px;*/
    /*background-color: white;*/
}

.details .holder-detail .title-1,
.details .holder-detail .title-2 {
    font-weight: 600;
    font-size: 30px;
    color: white;
    text-shadow: 1px 1px 5px rgba(0,0,0,.6);
    font-family: "Oswald", sans-serif !important;
}

table.score {
    width: 100%;
}

.details .holder-detail .title-box-1,
.details .holder-detail .title-box-2 {
    margin-top: 2px;
    height: 100px;
    overflow: hidden;
}

.details .holder-detail > .desc {
    margin-top: 16px;
    width: 250px;
    color: white;
    text-align: justify;
}

.details .holder-detail > .other {
    width: 500px;
    margin-top: 24px;
    display: flex;
    align-items: center;
}

.details .holder-detail > .other > .showmore {
    border: none;
    background-color: #ecad29;
    width: 36px;
    height: 36px;
    border-radius: 99px;
    color: white;
    display: grid;
    place-items: center;
}

.details .holder-detail > .other > .showmore svg {
    width: 20px;
    height: 20px;
}

.details .holder-detail > .other > .discover {
    border: 1px solid #ffffff;
    background-color: transparent;
    height: 36px;
    border-radius: 99px;
    color: #ffffff;
    padding: 4px 24px;
    font-size: 12px;
    margin-left: 16px;
    text-transform: uppercase;
}

.indicator {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    height: 2px;
    z-index: 60;
    background-color: white;
}

.holder {
    width:100%;
    height: 800px;
    position: relative;
    overflow: hidden;
    z-index: 60;
    clear: both;
}

.paginationp {
    position: absolute;
    display: inline-flex;
}

.paginationp > .arrow {
    z-index: 60;
    width: 50px;
    height: 50px;
    border-radius: 999px;
    border: 2px solid #ffffff55;
    display: grid;
    place-items: center;
    cursor: pointer;
}

.paginationp > .arrow:nth-child(2) {
    margin-left: 20px;
    display: none;
}

.paginationp > .arrow svg {
    width: 24px;
    height: 24px;
    stroke-width: 2;
    color: #ffffff99;
}

.paginationp .progress-sub-container {
    margin-left: 24px;
    z-index: 60;
    width: 500px;
    height: 50px;
    display: flex;
    align-items: center;
}

.paginationp .progress-sub-container .progress-sub-background {
    width: 500px;
    height: 3px;
    background-color: #ffffff33;
    direction: rtl !important;
}

.paginationp .progress-sub-container .progress-sub-background .progress-sub-foreground {
    height: 3px;
    background-color: #ecad29;

}

.paginationp .slide-numbers {
    width: 50px;
    height: 50px;
    overflow: hidden;
    z-index: 60;
    position: relative;
}

.paginationp .slide-numbers .item {
    width: 50px;
    height: 50px;
    position: absolute;
    color: white;
    top: 0;
    left: 0;
    display: grid;
    place-items: center;
    font-size: 32px;
    font-weight: bold;
    font-family: "Oswald", sans-serif !important
}

.cover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100%;
    background-color: #2e2e2f;
    z-index: 100;
}

@media only screen and (max-width: 1200px) {
    /*.card-content, .cardp[style*="height: 300px"] {*/
    /*    display: none !important;*/
    /*}*/
}

@media only screen and (max-width: 767px) {

    .details {
        background-image: linear-gradient(90deg, rgb(110, 25, 57) 0%, transparent 60%);
    }

    .paginationp > .arrow:nth-child(2) {
        margin-left: 125px;
    }

    .details .holder-detail .title-1, .details .holder-detail .title-2 {
        font-size: 25px;
    }

    .progress-sub-container , .paginationp .progress-sub-container .progress-sub-background {
       width: 260px !important;
    }
}
