body{
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

section{
    height: 100vh;
    background-color: #fff;
}



#about{
    display: flex;
    justify-content: center;
    align-items: center;
}

#work{
    display: flex;
    justify-content: center;
    align-items: center;
}

h1{
    font-size: 10rem;
    color: #FF207E;
    margin: 0;
    text-align: center;
}

h4{
    color:#FF6600;
    font-size: 25px;
    margin: 0;
    text-align: center;
}

.container1{
    width: 100%;
    position: relative;
    top: 35vh;
}

.area{
    width: 100%;
    height: 100%;
}

.circle{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circle li{
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    animation: animate 25s linear infinite;
    bottom: -150px;

}

.circle li:nth-child(1){
    left: 25%;
    width: 80px;
    height: 80px;
    background: #FF207E;
    animation-delay: 0s;
}


.circle li:nth-child(2){
    left: 10%;
    width: 20px;
    height: 20px;
    background: #FF6600;
    animation-delay: 2s;
    animation-duration: 12s;
}

.circle li:nth-child(3){
    left: 30%;
    width: 20px;
    height: 20px;
    background: #FF207E;
    animation-delay: 4s;
}

.circle li:nth-child(4){
    left: 70%;
    width: 60px;
    height: 60px;
    background: #1089FF;
    animation-delay: 0s;
    animation-duration: 18s;
}

.circle li:nth-child(5){
    left: 65%;
    width: 20px;
    height: 20px;
    background: #1089FF;
    animation-delay: 0s;
}

.circle li:nth-child(6){
    left: 75%;
    width: 110px;
    height: 110px;
    background: #FF6600;
    animation-delay: 3s;
}

.circle li:nth-child(7){
    left: 15%;
    width: 150px;
    height: 150px;
    background: #FF207E;
    animation-delay: 7s;
}

.circle li:nth-child(8){
    left: 90%;
    width: 25px;
    height: 25px;
    background: #1089FF;
    animation-delay: 8s;
    animation-duration: 45s;
}

.circle li:nth-child(9){
    left: 5%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    background: #FF207E;
    animation-duration: 35s;
}

.circles li:nth-child(10){
    left: 85%;
    width: 150px;
    height: 150px;
    background: #FF6600;
    animation-delay: 0s;
    animation-duration: 11s;
}



@keyframes animate {

    0%{
        transform: translateY(0);
        opacity: 1;
        border-radius: 50%;
    }


    100%{
        transform: translateY(-1000px);
        opacity: 0;
        border-radius: 50%;
    }

}

.nav{
    list-style-type: none;
    margin: 0;
    padding: 0;
}


.nav a{
    display: inline-block;
    cursor: pointer;
    margin-left: 50px;
    text-decoration: none;
    color: #FF207E;
}


.navbar{
    z-index: 10;
    position: fixed;
    right: 30px;
    top: 50px;
    text-align: right;
    transform-origin: bottom right;
    transform: rotate(-90deg) translateX(28px);
}

.footbar{
    z-index: 10;
    position: fixed;
    right: 30px;
    bottom: 200px;
    text-align: right;
    transform-origin: bottom right;
    transform: rotate(-90deg) translateX(108px);
}

.footnav{
    margin: 0;
    padding: 0;
    list-style-type: none;

}

.footnav li{
    display: inline-block;
    cursor: pointer;
    margin-left: 30px;
}

.footnav a{
    color: #FF207E;
    text-decoration: none;
}

a:hover{
    color: #000;
}

.effect1{
    font-size: 10rem;
    color: #FF207E;
    text-align: center;
}



.effect2{
    font-size: 10rem;
    color:#FF207E;
    text-align: center;
}




.container2{
    width: 300px;
    height: 300px;
    background-color: #FF207E;
    border-radius: 50%;
    position: relative;
    bottom: 35%;
    right: 30%;
}

.span-d{
    position: absolute;
    cursor: pointer;
}

.container4{
    width: 400px;
    height: 400px;
    background-color: #5463FF;
    border-radius: 50%;
    position: relative;
    top: 30%;
    left: 25%;
}

.container5{
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #FF6600;
    position: relative;
    right: 30%;
    top: 30%;
}

.heading{
    color:#000;
    font-weight: 600;
    font-size: 2rem;
}

.description{
    color:#FF207E;
    font-size: 20px;
    line-height: 3;
}

.description:hover{
    color:#1089FF;

}

.container7{
    width: 200px;
    height: 200px;
    background-color: #FFC900;
    position: relative;
    bottom: 30%;
    left: 25%;
    transform: rotate(45deg);
}

.container6{
    width: 250px;
    height: 250px;
    background-color: #AA14F0;
    position: relative;
    top: 30%;
    right: 25%;
    transform: rotate(-15deg);
}

.container8{
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 100px solid #FF7800;
    transform: rotate(135deg);
    position: relative;
    bottom: 30%;
    right: 40%;
}

.container9{
    width: 0;
    height: 0;
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 100px solid #1089FF;
    transform: rotate(45deg);
    position: relative;
    top: 20%;
    left: 20%;
}

.span-d1{
    position: absolute;
    cursor: pointer;
}

.description2{
    color:#1089FF;
    font-size: 18px;
}



#projects{
    line-height: 3;
    font-size: 30px;
    list-style-type: none;
}

a{
    color: #1089FF;
    text-decoration: none;
}

li:hover{
  color: #000;
}
