*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'AR JULIAN';
}

.container{
    height: 100%;
    width: 100%;
    background: linear-gradient(35deg, #560e71, #a60adf,#270533);
    
    background-size: 300% 300%;
    
    display: flex;
    justify-content: center;
    align-items: center;
    animation: containeranim 2s linear infinite;
    flex-shrink: 0;
    
}
.aboutabout1.a{
    display: flex;
    flex-direction: column;
    justify-items: center;
    align-content: space-around;
}
@keyframes containeranim{
    0%{
        background-position: 0 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0 50%;
    }
}
.content{
    display: flex;
    flex-direction: column;
    width:100%;
    align-items: center;
    height: 100hv;
    padding: 2%;
    
    
}
.frame{
    border: 2px solid rgba(255, 0, 0, 0);
}
.NavBar{
    width:100%;
    height: 6vh;
    background: #240030;
    border-radius: 5px 5px 0px 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: sticky;
    top: 0;
    left:0;
    z-index: 10;
}
.logo{
    margin-left: 5px;
}
a{
    text-decoration: none;
    color: rgb(173, 128, 169);
    
    transition: color 0.8s,
                padding 1.5s,
                font-size 3s ;
}
a.work{
    color: rgb(37, 106, 211);
    
}
a.logo:hover{
    color:#590d6f;
    padding: 2%;
}
a:hover{
    color:#590d6f;
    padding: 10%;
    font-size: 17px;
}
ul{
    display: flex;
}
li{
    list-style-type: none;
    margin-left: 17px;
    position: relative;
    top:0;
    right: 8%;
}
.middlesection{
    width:100%;
    height: 55vh;
    background: #430958;
    display: flex;
    flex-direction: column;
    
    
    
}
.frame2{
    
    height: 100%;
    width: 100%;
    border: 2px solid #590d6f;
    border-radius: 10px;
    /* overflow: hidden; */
    
    
    
}
.frame22{
    
    height: 100%;
    width: 100%;
    border: 2px solid #590d6f;
    border-radius: 10px;
    /* overflow: hidden; */
    
    
    
}


.frame3{
    height: 33%;
    width: 70%;
    border: 2px solid #650b83;
    border-radius: 10px;
    
    
    
}
.lowersection{
    width:100%;
    height: 100vh;
    background: #560e71;
    display: flex;
    flex-direction: column;
    
    
    /* justify-content: space-evenly; */
}
.card1{
    align-self: flex-start;
}
.card2{
    align-self: center;
}
.card3{
    align-self: flex-end;
}
.card6{
    align-self: flex-start;
}
.card4{
    align-self: center;
}
.card5{
    align-self: flex-end;
}

.circle{
    height: 40px;
    width: 40px;
    background: linear-gradient(45deg, #015bbb, #00a4a6);
    margin: 5px;
    border-radius: 50%;
}
.design{
    display: flex;
    justify-content: space-around;
    height: 100%;
    background: linear-gradient(80deg, #430958, rgb(17, 3, 21));
    border-radius: 3%;
    background-size: 300% 300%;
    animation: designanim 8s ease-in-out infinite;
}

@keyframes designanim{
    0%{
        background-position: 0 50%;
    }
    50%{
        background-position: 100% 50%;
    }
    100%{
        background-position: 0 50%;
    }
}

.circle1, .circle4{
    align-self: center;
}
.circle3, .circle6{
    align-self:flex-end;
}
.circle1, .circle6{
    background: linear-gradient(25deg, #b31ae6 , #240030);
}
.circle6:hover, .circle1:hover{
    background: linear-gradient(75deg, #430958, #1d0326);
    
}
.circle2, .circle4{
    background: linear-gradient(325deg, #c001ff , #14011b);
}
.circle2:hover, .circle4:hover{
    background: linear-gradient(75deg, #c058e5, #1d0326);
    
}
.circle3, .circle5{
    background: linear-gradient(325deg, #53066c , #000001);
}
.circle3:hover, .circle5:hover{
    background: linear-gradient(325deg, #8e58e5, #15011c);
    
}

/* img{
    
    height: 600px;
} */
.textsection{
    
    background-image: url('elly2.png');
    background-size: 70vh;
    height: 100%;
    background-position-x: 7%;
    background-position-y: 3%;
    

}
.blank{
    height: 10%;
    margin-left: 4px;
}
.introtext{
    color: white;
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    
}
.card1section{
    position: relative;
}
.card3section{
    position: relative;
}

.bubbles{
    position: relative;
    top:100%;
    
    
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.bubbles span{
    position: relative;
    width: 15px;
    height: 15px;
    background:#ff007ba3 ;
    margin:9px 4px;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #651f7f,
                0 0 25px #c9b0d1,
                0 0 50px #9a6eaa84;
    animation: bubblesanim1 8s alternate infinite;
    animation-duration: calc(50s / var(--i));
}
.bubbles span:nth-child(even){
    background:#8b06bc ;
    box-shadow: 0 0 0 2px #5b0a79,
                0 0 15px #a56cb8,
                0 0 50px #9a6eaa84;
}

.bubbles2{
    position: relative;
    top:100%;
    
    
    display: flex;
    justify-content: space-around;
    align-items: center;

}
.bubbles2 span{
    position: relative;
    width: 15px;
    height: 15px;
    background:#ff007ba3 ;
    margin:-10px 4px ;
    border-radius: 50%;
    box-shadow: 0 0 0 5px #651f7f,
                0 0 25px #c9b0d1,
                0 0 50px #9a6eaa84;
    animation: bubblesanim2 8s alternate infinite;
    animation-duration: calc(60s / var(--i));
}
.bubbles2 span:nth-child(odd){
    background:#8b06bc ;
    box-shadow: 0 0 0 2px #5b0a79,
                0 0 15px #a56cb8,
                0 0 50px #9a6eaa84;
}

@keyframes bubblesanim1{
    0%{
        transform: translateY(15vh) scale(0);
    }

    100%{
        transform: translateY(-0.15vh) scale(1);
    }
}
@keyframes bubblesanim2{
    0%{
        transform: translateY(15vh) scale(1);
    }

    100%{
        transform: translateY(-0.15vh) scale(0);
    }
}
.card1content{
    position: absolute;
    top:0;
    left:0;
    color: white;
    z-index: 1;
    display: flex;
    
}
.cardcard1{
    
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    
    
}
.aboutabout1{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.firstp{
    margin: 10px 0;
    
}

@media (min-width: 715px) {
        .middlesection{
                width:100%;
                height: 55vh;
                background: #430958;
                display: flex;
                flex-direction: row;
                
                
        }
        .frame2{
            height: 33%;
            width: 50%;
            border: 2px solid #650b83;
            border-radius: 10px;
        }
        .frame22{
            height: 100%;
            width: 50%;
            border: 2px solid #650b83;
            border-radius: 10px;
        }
        .frame3{
            height: 33%;
            width: 33%;
            border: 2px solid #650b83;
            border-radius: 10px;
            
            
        }

        .lowersection{
            width:100%;
            height: 200vh;
            background: #560e71;
            display: flex;
            flex-wrap: wrap;
            flex-direction: row;
            flex-shrink: 0;
            
            /* justify-content: space-evenly; */
        }
        .card1{
            align-self: flex-start;
        }
        .card2{
            align-self: center;
        }
        .card3{
            align-self: flex-end;
        }
        .card4{
            align-self: flex-end;
        }
        .card6{
            align-self: flex-start;
        }
        .card5{
            align-self: center;
        }

        .circle{
            height: 40px;
            width: 40px;
            background: linear-gradient(45deg, #015bbb, #00a4a6);
            margin: 5px;
            border-radius: 2%;
        }
        .design{
            display: flex;
            justify-content: space-around;
            height: 100%;
            border-radius: 2%;
            
        }
        .circle1, .circle4{
            align-self: center;
        }
        .circle3, .circle6{
            align-self:flex-end;
        }

        .circle1, .circle6{
            background: linear-gradient(25deg, #b31ae6 , #240030);
        }
        .circle6:hover, .circle1:hover{
            background: linear-gradient(75deg, #430958, #1d0326);
            
        }
        .circle2, .circle4{
            background: linear-gradient(325deg, #c001ff , #14011b);
        }
        .circle2:hover, .circle4:hover{
            background: linear-gradient(75deg, #c058e5, #1d0326);
            
        }
        .circle3, .circle5{
            background: linear-gradient(325deg, #53066c , #000001);
        }
        .circle3:hover, .circle5:hover{
            background: linear-gradient(325deg, #8e58e5, #15011c);
            
        }

        .textsection{
            
            background-image: url('elly 3.png');
            background-size: 200%;
            
            height: 100%;
            background-position-x: 25%;
            background-position-y: 4%;
            }
            
            .blank{
                height: 7%;
                margin-left: 25px;
            }
            .introtext{
                color: white;
                display: flex;
                height: 100%;
                flex-direction: column;
                justify-content: center;
                
            }
            @keyframes bubblesanim1{
                0%{
                    transform: translateY(63vh) scale(0);
                }
            
                100%{
                    transform: translateY(-0.6vh) scale(1);
                }
            }
            @keyframes bubblesanim2{
                0%{
                    transform: translateY(63vh) scale(1);
                }
            
                100%{
                    transform: translateY(-0.6vh) scale(0);
                }
            }
            
        }
        
    

