@import url(../css/main.css);

#MainBody {
    padding-top: 10px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
}

#MainBody>h1 {
    font-size: 40px;
    color: rgb(253, 253, 253);
    text-align: center;
    font-family: dor;
}

#MainBody>h1>span {
    color: #9143FF;
}

#MainBody>.MainBtns {
    width: 100%;
    height: 60px;
    display: none;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

#MainBody>.MainBtns>p {
    font-size: 14px;
    display: inline-block;
    padding: 5px;
    background-color: rgba(255, 255, 255, 0.164);
    margin-left: 8px;
    text-align: center;
    color: #ffffff;
    border-radius: 40px;
}


button>img {
    display: none;
}

#MainBody>img {
    width: 100%;
    margin-top: 10px;
    mix-blend-mode: lighten;
}

.Recent {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 10px 30px 0px 30px;
}

.Recent>h2 {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.Grid {
    width: 100%;
}

.Grid>.Cards {
    width: 100%;
    height: 50px;
    margin-top: 12px;
    border-radius: 12px;
    border: #ffffff2d 1px solid;
    background-color: #0f0e2698;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    padding: 0px 8px;
    box-sizing: border-box;
}

.Cards>div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.Cards>div>img {
    width: 19px;
    height: 19px;
}

.Cards>div>p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-right: 8px;
}

.Cards>span {
    color: #9143FF;
    font-size: 20px;
}

.NowRoidad {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.NowRoidad>img {
    width: 128px;
    height: 109px;
    margin-top: 24px;
}

.NowRoidad>.Eeventh {
    width: 100%;
    margin-top: 12px;
    background: #692CB4;
    background: linear-gradient(90deg, rgba(105, 44, 180, 1) 50%, rgba(32, 19, 78, 1) 100%);
    border-radius: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Eeventh>span {
    color: #80EBE3;
    font-size: 50px;
    font-weight: 800;
    height: 65px;
}

.Eeventh>h4 {
    color: #ffffff;
    font-size: 19px;
    font-weight: 400;
}

.Eeventh>.date {
    display: flex;
    flex-direction: row;
    margin-top: 8px;
}

hr#second {
    margin: 0px 8px;
    opacity: 20%;
    box-sizing: border-box;
}

.Eeventh>.date>span {
    font-size: 16px;
    color: white;
    font-weight: 400;
}

.Eeventh>p {
    width: 250px;
    color: #ffffff;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    margin-top: 8px;
}

.News {
    width: 100%;
    padding: 24px 00px 0px 00px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.News>h2 {
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.News>div.Swaper {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    box-sizing: border-box;
}

div.Media .MediaBtns {
    display: none;
}

.DesImg {
    display: none;
}

.Swaper>button.swp {
    height: 43px;
    width: 43px;
    border-radius: 30px;
    background-color: #4A1C86;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Swaper>button.swp>img {
    height: 25px;
    height: 25px;
}

.Swaper>.Slider {
    height: 230px;
    width: 70%;
    border: 1px solid #ffffff3b;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease;
    overflow-x: scroll;
    overflow-y: hidden;

}

::-webkit-scrollbar {
    display: none;
}

.Swaper>.Slider>.cart {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-shrink: 0;

}

.cart>img {
    width: 100%;
    height: 135px;
    box-sizing: border-box;
    object-fit: cover;
    object-position: center;
    display: block;
}

.cart>img:hover{
        height: 150px;
}

.cart>h6 {
    color: #ffffff;
}

.cart>p {
    color: #ffffff88;
    font-size: 12px;
    width: 100%;
}

.cart>a {
    display: block;
    width: 100%;
    height: 25px;
    background-color: white;
    color: black;
    text-decoration: none;
    text-align: center;
    border-radius: 6px;
    font-size: 12px;
}

div.News>a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-decoration: none;
}

div.News>a>img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.Roidad {
    padding: 0px 30px 0px 30px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
}

h2#RoidadH2 {
    padding: 20px;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.Roidad>img {
    width: 124px;
    height: 113px;
    margin-top: 12px;
}

div.Media>a#videoa {
    display: none;
}

.Roidad>.btns {
    margin-top: 12px;
}

.Roidad>.btns>button {
    width: 49%;
    font-size: 10px;
    background-color: Transparent;
    border: 0px;
    color: #ffffff;
    text-align: right;
}

.Roidad>.btns>button:focus {
    color: #9143FF;
}

.Roidad>.Contents {
    margin-top: 16px;
    height: 253px;
}

.LangingVideos {
    display: none;
}

.Contents>.content {
    height: inherit;
    padding: 5px 15px;
    background: #4C1E5E;
    background: linear-gradient(90deg, rgba(76, 30, 94, 1) 50%, rgba(70, 56, 149, 1) 100%);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    color: #ffffff;
}

.Contents>.content>img {
    width: 46px;
    height: 46px;
}

.Contents>.content>p {
    margin-top: 12px;
    font-weight: 100;
    text-align: center;
}

.Media {
    width: 100%;
    padding: 24px 00px 0px 00px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.Media h2 {
    padding: 20px;
    color: white;
    font-size: 18px;
    font-weight: 400;
}

.Live {
    display: none;
}

#playerLive {
    display: none;
}

.Media>div.PhotoSwaper {
    width: 100%;
    height: 250px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0px 15px;
    box-sizing: border-box;
}

.PhotoSwaper>button.swp {
    height: 43px;
    width: 43px;
    border-radius: 30px;
    background-color: #4A1C86;
    border: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.PhotoSwaper>button.swp>img {
    height: 25px;
    height: 25px;
}

.PhotoSwaper>.Slider2 {
    height: 230px;
    width: 100%;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    transition: transform 0.3s ease;
    overflow: scroll;

}

::-webkit-scrollbar {
    display: none;
}

.PhotoSwaper>.Slider2>.Photo {
    min-width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    display: flex;
}

.PhotoSwaper>.Slider2>.Photo>img {
    min-width: 100%;
    background-size: cover;
}

div.Media>a {
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    text-decoration: none;
    margin-top: 8px;
}

div.Media>a>img {
    width: 12px;
    height: 12px;
    margin-right: 4px;
}

.dot {
    background-color: white;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: relative;

}

.dot1 {
    background-color: white;
    border-radius: 50%;
    width: 9px;
    height: 9px;
    position: relative;
    right: 0;
    transform: translate(50%) translatex(0px);
}

.EeventhDec {

    display: none;
}

@media only screen and (max-width: 1024px) {
    .MainBody h1 {
        font-size: 29px !important;
    }
}
@media only screen and (min-width: 768px) {
    .MainBtns{
        display: flex !important;
    }
}

@media only screen and (min-width: 1024px) {
    .MainBody {
        padding: 0px 12%;
        box-sizing: border-box;
    }

    .Media>div.PhotoSwaper {
        display: none;
    }

    .Grid {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .Grid>.Cards {
        width: 33%;

    }

    .Cards>div>p {
        font-size: 14px;
    }

    .NowRoidad {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .NowRoidad>img {
        margin-top: 24px;
    }

    .NowRoidad>.Eeventh {
        display: none;
    }

    .NowRoidad>.EeventhDec {
        width: 100%;
        margin-top: 20px;
        background: linear-gradient(90deg, rgba(105, 44, 180, 1) 50%, rgba(32, 19, 78, 1) 100%);
        border-radius: 15px;
        display: flex;
        flex-direction: row;
        align-items: center;
        height: 134px;
    }

    .EeventhDec>span {
        width: 10%;
        color: #34FF18;
        font-size: 60px;
        font-weight: 800;
        height: 65px;
        text-align: center;
        margin-bottom: 28px;
    }

    .Seven {
        width: 65%;
    }

    .Seven>h4 {
        color: #ffffff;
        font-size: 22px;
        font-weight: 600;
    }

    .EeventhDec>.date {
        width: 25%;
        display: flex;
        align-self: flex-start;
        justify-content: flex-end;
        flex-direction: row;
        margin-top: 18px;
        margin-left: 18px;
    }


    .EeventhDec>.date>span {
        font-size: 18px;
        color: white;
        font-weight: 400;
    }

    .Seven>p {
        color: #ffffff;
        font-size: 19px;
        font-weight: 400;
        margin-top: 8px;
    }

    .News>div.Swaper {
        width: 100%;
        height: 300px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        padding: 0px 15px;
        box-sizing: border-box;
        border: 0px;
    }

    .Swaper>button.swp {
        display: none;
    }

    .Swaper>.Slider {
        height: 280px;
        width: 100%;
        border: 0px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }

    .Swaper>.Slider>.cart {
        width: 24%;
        height: 270px;
        padding: 5px 10px;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #ffffff3b;
        border-radius: 18px;
        font-size: 25px;
    }

    .Roidad {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .Roidad>img {
        width: 124px;
        height: 113px;
        margin-top: 12px;
    }

    .Roidad>.btns {
        margin-top: 12px;
        display: flex;
        flex-direction: column;
        width: 300px;
        position: relative;
    }

    .Roidad>.btns>button {
        width: 100%;
        font-size: 16px;
        background-color: transparent;
        border: none;
        color: #ffffff;
        text-align: right;
        padding: 10px 15px;
        cursor: pointer;
        transition: color 0.3s;
        position: relative;
        z-index: 1;
        display: flex;
        align-items: center;
    }

    button>img {
        display: flex;
        width: 50px;
        height: 50px;
        margin-left: 16px;
    }

    .Roidad>.btns>button.active {
        color: #9143FF;
    }



    .Roidad>.Contents {
        width: 60%;
        margin-top: 16px;
        margin-bottom: 16px;
        background: linear-gradient(90deg, rgba(76, 30, 94, 1) 50%, rgba(70, 56, 149, 1) 100%);
        border-radius: 12px;
        display: flex;
        flex-direction: column;
        font-size: 16px;
        color: #ffffff;
    }

    .Roidad>.Content {
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: end;
        justify-content: end;
    }

    .Contents>.content {
        height: inherit;
        padding: 5px 15px;
        display: flex;
        flex-direction: column;
        align-items: start;
    }

    .Contents>.content>img {
        width: 46px;
        height: 46px;
        padding: 5px;
    }

    .Contents>.content>p {
        margin-top: 4px;
        font-weight: 100;
        text-align: right;
        font-size: 15px;
    }

    #playerLive {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 14px;
    }

    .Live {
        display: flex;
        width: 100%;
        height: 448px;
        border-radius: 14px;
    }

    div.Media>a {
        display: none;
    }

    div.Media .MediaBtns {
        display: flex;
        width: 100%;
        height: 60px;
        justify-content: center;
        align-items: self-start;
    }

    .MediaBtns>button {
        color: white;
        background-color: #20134E;
        padding: 8px;
        box-sizing: border-box;
        border-radius: 8px;
        outline: none;
        border: 0px;
        margin-left: 12px;
    }

    .MediaBtns>button:active {
        background-color: white;
        color: #20134E;
    }

    .MediaBtns>button:focus {
        background-color: white;
        color: #20134E;
    }



    .MediaBtns>button:focus {
        background-color: white;
        color: #20134E;
    }

    .LangingVideos {
        display: none;
        justify-content: space-between;
        width: 100%;
        height: 224px;
        border-radius: 14px;
    }

    #playerVideos {
        display: flex;
        width: 50%;
        height: 100%;
        object-fit: cover;
        border-radius: 14px;
    }

    div.Media>a#videos {
        display: none;
    }

    .DesImg {
        display: flex;
    }

    .MobImg {
        display: none;
    }

    .Cards>div>p {
        font-size: 18px !important;
    }

    .cart>p {
        font-size: 14px;
    }
}