* {
    padding: 0%;
    margin: 0%;
    cursor: url(../img/cursor.png), auto;

}

.container {
    display: flex;
    flex-direction: column;
}

body {
    min-height: 99.5vh;
    border: 2px solid rgb(129, 122, 135);
    background: radial-gradient(125% 125% at 50% 10%, #000 40%, #63e 100%);
    background-repeat: no-repeat;
}


.top {
    height: 19vh;
    width: 100;
}

.navBar {
    height: 19vh;
    width: 99%;
    color: #3300cc;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: x-large;
}

.know {
    color: #3300cc;

}

.know:hover {
    color: #ff4d88;
}

.footer {
    height: 60.6vh;
    width: 100;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upone {
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: space-evenly;
    /* padding-top: 50px; */
}

.one,
.three,
.five {
    width: 20vw;
    height: 10vh;
    color: #3300cc;
    /* border: 2px solid #9c33ff; */
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.one:hover,
.five:hover,
.three:hover {
    color: #ff4d88;
    /* background: radial-gradient(125% 125% at 50% 10%, #000 40%, #63e 100%); */
    /* background-color: rgb(255, 218, 174); */
}

.two,
.four,
.six {
    width: 20vw;
    height: 10vh;
    /* border: 2px solid  #9c33ff ; */
    border-radius: 50px;
    color: #3300cc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.two:hover,
.four:hover,
.six:hover {
    color: #ff4d88;
    /* background: radial-gradient(125% 125% at 50% 10%, #000 40%, #63e 100%); */
    /* background-color: rgb(255, 218, 174); */
}

.downone {
    width: 100%;
    height: 30vh;
    display: flex;
    justify-content: space-evenly;
}

.logo {
    width: 100px;
}

.logo:hover {
    /* border: 2px solid rgb(177, 61, 61); */
    border-radius: 100%;
    cursor: pointer;
    /* background-color: rgb(255, 218, 174); */
    ;
}

.ul {
    list-style-type: none;
    display: flex;
    column-gap: 80px;
}

.ul li {
    font-size: larger;
}

.ul li:hover {
    font-weight: 600;
    text-transform: uppercase;
}

.ul li a {
    text-decoration: none;
    color: #9c33ff;
}

.navbar {
    display: flex;
    justify-content: space-between;
    margin: 0px 5vw;
    align-items: center;
    margin-bottom: 35px;
}

.c-lang>img,
.html-lang,
.css-lang,
.JAVASCRIPT-lang,
.cc-lang,
.PYTHON-lang {
    width: 40px;
}

.one,
.two,
.three,
.four,
.five,
.six {
    display: flex;
    column-gap: 10px;
}

.name {
    font-size: x-large;
}


@media (max-width:850px) {
    .unique {
        flex-direction: column-reverse;
        height: auto;
    }

    .right {
        width: 100%;
        height: 70%;
        /* border: 2px solid red; */
    }

    .downone {
        width: 80vw;
    }

    .left {
        margin-top: 30px;
        height: 100%;
        width: 100%;
        /* border: 2px solid blue; */
    }

    .upone {
        justify-content: center;
        flex-direction: row;

    }

    .upone>.first>img {
        height: auto;
        width: 180px;

    }

    .upone>.second>img {
        height: auto;
        width: 160px;
    }

}

@media (max-width:500px) {
    .upone {
        height: auto;
        width: 100%;
        display: flex;
        margin: auto;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        row-gap: 5px;
        /* border: 2px solid red; */
    }

    .upone>.first>img {
        margin: 0%;
    }

    .upone>.second>img {
        margin: 0%;

    }

    .navbar {
        display: flex;
        flex-direction: column;
        /* margin-bottom: 100px; */
        /* padding-bottom: 30px; */
        /* border: 3px solid black;/ */
    }

    .left {
        padding-top: 30px;
    }

    .downone {
        font-size: medium;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .know{
        font-size: xx-large;
    }
}