@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


* {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
    cursor: url(../img/cursor.png), auto;
    color: #9c33ff;

}

body {
    min-height: 100vh;
    /* background: radial-gradient(ellipse at bottom, #0d1d31 0%, #0c0d13 100%); */
    background: radial-gradient(125% 125% at 50% 10%, #000 40%, #63e 100%);
    /* background-repeat: no-repeat; */
}


.container {
    /* height: 99.3vh;
    width: 98.5vw; */
    justify-content: center;
    display: flex;
    flex-direction: row;

}



.upone {
    height: 99vh;
    width: 25vw;
    font-size: xx-large;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: x-large;
    color: #9c33ff;

}

.downone {
    margin: 30px 0px;
    height: 89vh;
    width: 65vw;
    scrollbar-width: none;
    overflow-y: scroll;
    row-gap: 34px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.coverfirst {
    display: flex;
    flex-direction: row;
    row-gap: 50px;
    justify-content: center;
    /* column-gap: 2vw; */
    margin: 0 auto;
}


.first {
    width: 31.5vw;
    height: auto;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    /* margin-top: 4vh;
    margin-left: 6vw; */
}

.first>video {
    width: 25vw;
    height: 25vh;
    object-fit: cover;

    border-radius: 50px;
}

.firstone {
    width: 31.5vw;
    height: auto;
    background: radial-gradient(125% 125% at 50% 10%, #000 40%, #63e 100%);
    border-radius: 50px;
    /* margin-top: 4vh;
    margin-left: 6vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    font-size: larger;
    /* padding: 15px; */
}

.coversecond {
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}

.second {
    width: 31.5vw;
    height: auto;
    display: flex;
    justify-content: center;

    border-radius: 50px;
    /* margin-top: 5vh;
    margin-left: 6vw; */
}

.second>video {
    width: 25vw;
    height: 25vh;

    border-radius: 50px;
    object-fit: cover;


}

.secondone {
    width: 31.5vw;
    height: auto;
    background: radial-gradient(125% 125% at 50% 10%, #000 40%, #63e 100%);
    border-radius: 50px;
    /* margin-top: 5vh; */
    /* margin-left: 6vw; */
    display: flex;
    justify-content: center;
    /* padding: 15px; */
    align-items: center;
    padding: 10px;
    font-size: larger;
}

.coverthird {
    display: flex;
    flex-direction: row;
    margin: 0px auto;
}

.third {
    width: 31.5vw;
    height: auto;
    display: flex;
    justify-content: center;

    border-radius: 50px;
    /* margin-top: 5vh;
    margin-left: 6vw; */

}

.third>video {
    width: 25vw;
    height: 25vh;
    object-fit: cover;

    border-radius: 50px;
}

.thirdone {
    width: 31.5vw;
    height: auto;
    background: radial-gradient(125% 125% at 50% 10%, #000 40%, #63e 100%);
    border-radius: 50px;
    /* margin-top: 5vh;
    margin-left: 6vw; */
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 15px; */
    font-size: larger;
}

.coverfourth {
    margin: 0px auto;
    display: flex;
    flex-direction: row;
}

.fourth {
    width: 31.5vw;
    height: auto;
    display: flex;
    justify-content: center;

    border-radius: 50px;
    /* margin-top: 5vh;
    margin-left: 6vw; */

}

.fourth>video {
    width: 25vw;
    height: 25vh;
    object-fit: cover;

    border-radius: 50px;
}

.fourthone {
    width: 31.5vw;
    height: auto;
    background: radial-gradient(125% 125% at 50% 10%, #000 40%, #63e 100%);
    border-radius: 50px;
    /* margin-top: 5vh;
    margin-left: 6vw; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    /* padding: 15px; */
    font-size: larger;
}

.coverfifth {
    display: flex;
    margin: 0px auto;
    flex-direction: row;
}

.fifth {
    width: 31.5vw;
    height: auto;
    display: flex;
    justify-content: center;

    border-radius: 50px;
    /* margin-top: 5vh;
    margin-left: 6vw; */

}

.fifth>video {
    width: 25vw;
    height: 25vh;
    object-fit: cover;

    border-radius: 50px;
}

.fifthone {
    /* width: 25vw;
    height: 25vh; */
    background: radial-gradient(125% 125% at 50% 10%, #000 40%, #63e 100%);
    border-radius: 50px;
    /* margin-top: 5vh;
    margin-left: 6vw; */
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding: 15px; */
    font-size: larger;
}



.firstone:hover,
.secondone:hover,
.thirdone:hover,
.fourthone:hover,
.fifthone:hover,
.upone>h2:hover {
    /* background-color: rgb(255, 218, 174); */
    font-weight: 500;
    color: #ff4d88;
    border-radius: 30px;

}

.upone>h2:hover {
    font-weight: 800;
    color: #ff4d88;
}

/* Respnsiveness */
@media (max-width:900px) {
    .container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        /* height:20vw; */

    }

    .upone {
        width: fit-content;
        height: auto;
        /* padding-top: 20px; */
    }

    .downone {
        width: 90vw;
    }

    .first,
    .second,
    .third,
    .fourth,
    .fifth,
    .firstone,
    .secondone,
    .thirdone,
    .fourthone,
    .fifthone {
        width: 40vw;
    }

    .first>video,
    .second>video,
    .third>video,
    .fourth>video,
    .fifth>video {
        width: 35vw;
        height: auto;
    }
}

@media (max-width:650px) {

    .coverfifth,
    .coverfirst,
    .coversecond,
    .coverthird,
    .coverfourth {
        flex-direction: column;
        row-gap: 20px;
    }

    .upone{
        margin: 10px auto;
    }

    .downone {
        width: 90vw;
    }

    .first,
    .second,
    .third,
    .fourth,
    .fifth,
    .firstone,
    .secondone,
    .thirdone,
    .fourthone,
    .fifthone {
        width: 80vw;
    }

    .first>video,
    .second>video,
    .third>video,
    .fourth>video,
    .fifth>video {
        width: 80vw;
        height: auto;
    }
}