*{
    margin: 0;
    padding: 0;
    box-sizing:border-box;
    font-family: General Sans;
}
html,body{
    width: 100%;
    height: 100%;
    color: #fff;
}
#minicircle{
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    height: 15px;
    width: 15px;
    z-index: 99999;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
}
.bounding{
    width: fit-content;
    overflow: hidden;

}
.bounding .boundingelem{
    transform: translateY(100%);
}

#main{
    width: 100%;
    background-color: #000;
}
#page1{
    height: 100vh;
    width: 100%;
    background-color: black;
    position: relative;
}
#nav{
    width: 100%;
    padding: 20px 40px;
    display: flex;
    justify-content: space-between;     
    align-items: center;
    color: #fff;
}
#nav a{
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
#nav h4{
    font-size: 20px;
    font-weight: 500;
}
#heading{
    margin-top: 70px;
}
#heading h1{
    opacity: 0.6;
    line-height: 1;
    font-size: 8vw;
    text-transform: uppercase;
    font-weight: 900;
    margin-left: 30px;
}
.blocktext{
    display: flex;
    flex-direction: column;
    align-items: end;
    width: fit-content;
}
.blocktext #secondh1{
    margin-left: 170px;
}
.blocktext h5{
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
}
#chhotiheadings{
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 100px;
    padding-right: 50px;

}
#chhotiheadings h5{
    text-align: right;
    text-transform: uppercase;
    font-size: 1vw;
    margin-top: .5vw;
}
#footer{
    padding: 0 2vw;
    width: 100%;
    position: absolute;
    bottom: 2%;
    display: flex;
    justify-content: space-between;     
    align-items: center;
}
#footer a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
#iconset{
    /* bottom: 0;
    width: 100%; */
    display: flex;
    gap: 5px;
}
#footer .circle{
    display: flex;
    justify-content: center;    
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #888;
}
#page2{
    color: #fff;
    padding-top: 90px;
    padding-right: 9vw;
    width: 100%;
    height: 100vh;
    background-color: #000;
    position: relative;
}
.elem{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 2vw 2vw;
    padding-right: 0;
    border-top: 1px solid #888;
}
.elem h1{
    font-size: 6.5vw;
    font-weight: 900;
    text-transform: uppercase;
    opacity: .7;
}
.elemlast{
    border-bottom: 1px solid #888;
}
.elem img{
    /* display: none; */
    opacity: 0;
    pointer-events: none;
    height: 140%;
    z-index: 999;
    position: absolute;
    transform: translate(-50%, -50%);
    border-radius: 25px;
}
#about{
    display: flex;
    align-items: center;
    gap: 50px;
    color: #fff;
    padding: 8vw 8vw;
    padding-left: 40vw;
    background-color: #000;
    width: 100%;
}
#textabout{
    width: 25rem;
}
#textabout h1{
    text-transform: uppercase;
    opacity: .6;
    margin-bottom: 10px; ;
}
#textabout p{
    line-height: 1.7;
    margin-bottom: 25px;
}
#textabout a{
    padding: 12px 22px;
    border: 1px solid #fff;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    font-size: 11px;
}
#about img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
}
#subscribe{
    /* width: 100%; */
    color: #fff;
    background-color: black;
    padding: 15px 25px;
    padding-bottom: 5vw;
}
#subscribe h5{
    text-transform: uppercase;
    opacity: .6;
}
#subscribe h3{
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 8px;
}
#main-footer{
    background-color: black;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 30px;
}
#footerleft{
    display: flex;
    gap: 20px;
}
#footerright{
    display: flex;
    gap: 25px;
}
#footerright a{
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}