*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}

html,body{
    width: 100%;
    height: 100%;
}
#minicircle{
    transition: all cubic-bezier(0.19, 1, 0.22, 1) .5s;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 99999;
    border-radius: 50%;
    background-color:#fff;
}
.bounding{
    width: fit-content;
    overflow: hidden;
}
.bounding .boundingelem{
    transform: translateY(100%);
}
#main{
    width: 100%;
    height: auto;
    background-color: black;
    /* background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%); */
}
#circleanime{
    position: absolute;
    top: -50%;
    left: -120vh;
    transform: translate(10%, 0%) rotate(100deg);
    border-radius: 50%;
    border: 2px solid #efeeee37;
    width: 200vh;
    height: 200vh;
    /* background-color: red; */
}
.stripe{
    
    font-family: "Felix Titling";
    position: absolute;
    display: flex;
    top: 48%;
    left: 40%;
    transform: translate(0%, 0%);
    width: 90%;
    height: 60px;
    transform-origin: 0% 50%;
    /* background-color: blue; */
}
.str1{
    transform: translate(10%, 0%) rotate(-20deg);
}
.str2{
    transform: translate(10%, 0%) rotate(-10deg);
}
.str3{
    transform: translate(10%, 0%) rotate(0deg);
}
.str4{
    transform: translate(10%, 0%) rotate(10deg);
}
.str5{
    transform: translate(10%, 0%) rotate(20deg);
}
.first{
    position: relative;
    width: 65%;
    height: 100%;
    /* background-color: green; */
}
.smcircle{
    position: absolute;
    right: -.5vw;
    top: 50%;
    transform: translate(0%, -50%);
    border-radius: 50%;
    width: .5vw;
    height: .5vw;
    background-color: #777;
}
.sec{
    opacity: .5;
    padding-left: 30px;
    width: 50%;
    height: 100%;
    /* background-color: #515ada; */
}
.sec h4{
    font-size: 1.5vw;
}
.sec h6{
    text-decoration: none;
    color: #fff;
    font-size: 1vw;
    opacity: .5;
    font-weight: 500;
}
#panel{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    width: 2.5%;
    height: 15%;
    /* transform: translate(0%, -60%); */
    /* background-color: red; */
    top: 40%;
    right: 3%;

}
.panelcircle{
    width: .75vw;
    height: .75vw;
    border-radius: 50%;
    opacity: .3;
    background-color: #fff;
}
#hero{
    position: relative;
    color: #fff;
    width: 100%;
    height: 100vh;
    background-color: black;
    /* background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%); */

}

#nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: "Broadway";
    width: 100%;
    padding: 20px 40px;
    color: #fff;
}

#nav a{
    font-family: "Broadway";
    text-decoration: none;
    font-size: 18px;
    color: #fff;
    
}

#heading{
    margin-top: 100px;
}
#heading h1{
    margin-left: 30px;
    opacity: .7;
    line-height: 1;
    font-family: "Felix Titling";
    font-size: 6vw;
    font-weight: 500;
}
#heading #nextline{
    margin-left: 90px;
}
.blocktext {
    display: flex;
    flex-direction: column;
    align-items: end;
    width: fit-content;
   
}
.blocktext h4{
    font-size: 18px;
    font-family: "Gabriola";
    text-align: right;
}
#sideheading{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-top: 200px;
    padding-left: 40px;

}

#sideheading{
    margin-top: 8vw;
    font-family: "FZshuTi";
    font-size: 1.5vw;
    text-align: left;
    
}
#herofooter{
    padding: 0 2vw;
    width: 100%;
    position: absolute;
    bottom: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#herofooter #iconset{
    display: flex;
}
#herofooter .circle{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #888;
}
#second{
    color: #fff;
    font-family: "Felix Titling";
    padding-right: 10vh;
    padding-top: 100px;
    background-color: black;
    /* background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%); */
    width: 100%;
    height: 100vh;
}
.elem{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3.5vw 3vw;
    border-top: 1px solid #888;
}

.elem h1{
    font-size: 6vw;
    opacity: .7;

}
.elemlast{
    border-bottom: 1px solid #888;
}
.elem img{
    opacity: 0;
    height: 100%;
    z-index: 999;
    position: absolute;
}
#about{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    font-family: "Gabriola";
    padding: 10vw 5vw;
    padding-left: 50vw;
    width: 100%;
    background-color: black;
    /* background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%); */
}
#about img{
    box-shadow: #515ada;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 190px;
    height: 190px;
    border-radius: 50%;
}
#textabout{
    width: 25rem;
    
}
#textabout h5{
    opacity: .6;
    margin-bottom: 10px;

}
#textabout p{
    line-height: 1.7;
    margin-bottom: 30px;
}
#textabout a{
    padding: 12px 22px;
    border: 1px solid #fff;
    border-radius: 100px;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
}
#footer{
    
    color: #fff;
    background-color: black;
    /* background: linear-gradient(90deg, #4b6cb7 0%, #182848 100%); */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
}
#footerleft{
    font-family: "Felix Titling";
    display: flex;
    gap: 20px;
}
#footerright{
    font-family: "Gabriola";
    display: flex;
    gap: 30px;
}
#footer a{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}