* {
    margin: 0;
    padding: 0;
}

body {
    background: #13081c;
    color: white;
    font-family: 'Poppins', sans-serif;
}



nav {
    display: flex;
    background: #0d0514;
    padding: 2vh;
    height: 5vh;
    position: fixed;
    top: 0;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    z-index: 1;
}

nav ul {
    display: flex;
    padding-right: 5vw;
    align-items: center;
    justify-content: space-evenly;
}

ul li {
    list-style: none;
    margin: 0 2vw;

}

ul li a {
    text-decoration: none;
    color: white;
    font-size: 1vw;

}

ul li a:hover {
    color: rgb(216, 1, 127);
    font-size: 0.98vw;
}

.left {
    font-size: 1.5vw;
    width: 70%;
    display: flex;
    align-items: center;


}

.left a {
    text-decoration: none;
    color: white;
}

.left div>a:hover {
    color: rgb(216, 1, 127);

}

.left a>img:hover {
    opacity: 50%;
}

.firstSection {
    padding-top: 10vh;
    display: flex;
    justify-content: space-around;

    align-items: center;
}

.secondSection {
    display: flex;
    justify-content: space-around;
    margin: 2vh 0;

}

.leftSection {
    width: 40%;
    font-size: 3vw;
    padding-left: 4vw;
    padding-bottom: 1vh;

}

.Game {
    width: 40%;
    margin: 11vh 0;
    padding-left: 4vw;

}

.game {
    font-size: 3vw;
    margin: 4vh 0;
}

.rightSection {
    width: 35%;
}

.rightSection img {
    width: 80%;
    margin: 12vh 0;
}

.myname {
    color: rgb(216, 1, 127);
}

#element {

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: rgb(216, 1, 127);
    background-image: linear-gradient(315deg, rgb(216, 1, 127) 0%, #f67062 74%);
}

.name {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: #6e72fc;
    background-image: linear-gradient(315deg, #6e72fc 0%, #ad1deb 74%);
}


hr {
    border: 0;
    background: #ae4bff;
    height: 0.4px;
    margin: 10vh 5vw;
    margin-bottom: 10vh;
}

main>span {
    font-size: 3vw;

}

.desc {
    font-size: 1vw;
    opacity: 50%;
    margin: 0;
    padding: 0;
    width: 60%;
}

.flappyGame {
    position: relative;
    margin-bottom: 4vw;
    width: 22vw;
    aspect-ratio: 8.8/16;
    right: 13vw;
    margin-left: 12vw;
    top: 2vw;

}



.ballGame {
    position: relative;
    margin-top: 16vh;


    aspect-ratio: 32/7;
    width: 40vw;
    height: 10vw;
    right: 3vw;

}

.GameDino {
    width: 30%;
    padding: 0;
    margin-bottom: 5vh;
}

.GameDino>.desc {
    width: 100%;
}

.rightDino {
    position: relative;
    right: 4vw;
    top: 8vh;
    aspect-ratio: 16/9.5;
    height: 20vw;
    margin-bottom: 10vh;
}

#ball-hr {
    position: relative;

}

.heading {
    font-size: 4vw;
    position: relative;
    left: 10vw;
    bottom: 4vh;
}

.artist {
    margin: 15vh 8vw;
    font-size: 4vw;
    display: flex;
    flex-direction: column;

}

.artist .row {
    display: flex;
    justify-content: space-around;
}

.artist img {
    border: 0.2vw solid #ae4bff5d;
    border-radius: 1vw;
    width: 35vw;
    margin: 3vw;
}

.artist video {
    border: 0.2vw solid #ae4bff5d;
    border-radius: 1vw;
    width: 35vw;
    margin: 3vw;
}

.artist .domino {
    width: 41.49vw;
}

.heads {
    font-size: 2vw;
    opacity: 50%;
    color: #ae4bff;
    margin-top: 8vh;
    margin-bottom: 3vh;
}

.arrow a img {
    position: relative;
    left: 93vw;
    bottom: 2.5vw;
    border-radius: 100px;
    background-color: #6e72fc;
    background-image: linear-gradient(315deg, #6e72fc 0%, #ad1deb 74%);
    width: 3vw;
    opacity: 100%;
}

.arrow a :hover {
    opacity: 50%;
}


iframe {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}

.leftSection>.desc {
    position: absolute;
    opacity: 0%;
    font-size: 2vw;
}

@media only screen and (orientation: portrait) {
    .leftSection>.desc {
        opacity: 30%;
    }

    .flappyGame {
        top: 14vh;
        height: 40vw;
    }

    .ballGame {
        bottom: 13vh;

        height: 35vw;
    }
}

.dp {
    margin-top: 0.8vw;
    padding-right: 2vw;
    width: 2.5vw;
}

html {
    scroll-behavior: smooth;
}

.about {
    padding-top: 4vw;
    display: flex;
    margin-left: 8vw;
    font-size: 2vw;

}

.title {
    margin-left: 8vw;
    font-size: 3vw;
}

.about>.desc {

    width: 35vw;
}

.about>.desc ul {
    position: relative;
    right: 2vw;
    width: 63vw;
}

.about>.desc span {
    opacity: 100%;
}

.about .img-container {
    position: relative;
    bottom: 8vw;
    margin-left: 20vw;


}

.about img {
    width: 25vw;
}

