@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap");

* {
    font-family: "Poppins", "sans-serif";
    box-sizing: border-box;
}

ol{
    width: 100vw;
    overflow-wrap: anywhere;
    text-align: left;
    margin-left: 0px;
}


body{
    max-width: 100%;
    background: url("https://media4.giphy.com/media/TpvFWFBtWY4UBcJPiw/200w.gif?cid=82a1493b1xl153qtm7bi088j9omzqa147y9o5eblwcy5fdf6&ep=v1_gifs_related&rid=200w.gif&ct=g") no-repeat;
    background-size: 120%;
    padding: 90px;
    
}


.container {
    box-sizing: border-box;
    width: 100%; /* Make the container take up 100% width on all devices */
}



.custom-bg {
    background-color: rgb(58, 11, 58);
}

.box-bg-color {
    background-color: white;
    opacity: 70%;
}

.skills .box{
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 150px 1fr;
    justify-content: center;
    align-items: center;
}

.skillset {
    text-align: right;
    margin-right: 20px;
    margin-top: 10px;
    font-size: 20px;
}

.skills .box .percent {
    position: relative;
    width: 100%;
    height: 10px;
    background: #d6cfcf;
}

.skills .box .percent div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: rgb(80, 37, 80);
}


nav {
    background-color: rgb(84, 9, 69);
    color: #fff;
}

a.nav-link {
    color: #fff !important;
    font-weight: 700 !important;
}

a.nav-link.active {
    color: #fff;
}


.navbar-brand img {
    max-height: 50px;
}

.navbar-brand {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 900;
    color: #683aa4;
}

.brandcolor {
    color: rgb(255, 179, 14);
}

section {
    background-color: #310134;
}

nav ul li a {
    font-size: 22px;
    margin: auto 10px;
}

a.nav-link:hover {
    color: rgb(253, 156, 0) !important;
    transform: translateY(10%) !important;
    transition: 0.1s ease-in-out;
}


