*{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    /* use general sans */
    box-sizing: border-box;
    /* scroll-behavior: smooth; */
}

html,body {
    width: 100%;
    height: 100%;
}
#minicircle{
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    width: 10px;
    height: 10px;
    position: absolute;
    z-index: 99999;
    border-radius: 50%;
    background-color: rgb(255, 255, 255);
}

#main{
    width: 100%;
    background-color: black;
}

#hero{
    position: relative;
    color: white;
    width: 100%;
    height: 100vh;
    background-color: black;
}

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

#nav a{
    text-decoration: none;
    font-size: 18px;
    color: white;
}

#heading{
    margin-top: 90px;
}

#heading h1 {
    margin-left: 30px;
    opacity: .6;
    line-height: 1;
    font-family: "General Sans Medium";
    font-size: 9vw;
    text-transform: uppercase;
    font-weight: 900;
}

#heading #secondh1{
    margin-left: 230px;
}

.blocktext{
    width: fit-content;
}
.blocktext h5{
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;
}

#chhotiheadings{
    margin-top: 100px;
    padding-right: 50px;

}

#chhotiheadings h5{
    text-align: right;
    margin-top: .5vw;
    font-size: 1vw;
    text-transform: uppercase;
}

#herofooter{
    padding: 0 2vw;
    width: 100%;
    position: absolute;
    bottom: 3%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#herofooter a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;

}

#herofooter #iconset{
    display: flex;
    gap: 5px;
}

#herofooter .circle{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #888;
    color: black;
}

#second{
    color: white;
    width: 100%;
    height: 100vh;
    background-color: black;
    padding: 5vw;
}
.elem {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 3.5vw 3vw;
    border: 1px solid #888;
}

.elem h2 {
    text-transform: uppercase;
    font-size: 2rem;
    opacity: .7;
}
.elem h2 a{
    color: white;
    text-decoration: none;
    transition: .5s;
}
.elem h2 a:hover{
    color: #4d7cd4;
    font-size: 2.5rem;
}

.elemlast {
    border-bottom: 1px solid #888;
}

.elem img{
    display: none;
    height: 140%;
    z-index: 999;
    position: absolute;
}

.member-profiles{
    height: 120vh;
    background-color: rgb(0, 0, 0);
    padding: 5vh;
    margin-top: 140vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

#about{
    display: flex;
    gap: 20px;
    color: white;
    padding: 5vh;
    width: 48%;
    background-color: rgb(26, 25, 25);
    margin: 1%;
}

#textabout{
    width: 25rem;
}

#textabout h2{
    text-transform: uppercase;
    opacity: .6;
    margin-bottom: 30px;
}

#textabout p{
    line-height: .4;
    margin-bottom: 30px;
}
#about img{
    width: 148px;
    height: 150px;
}

#textabout a{
    padding: 12px 60px;
    border: 1px solid #0c52d4;
    border-radius: 8px;
    color: #0c52d4;
    text-decoration: none;
    font-size: 12px;
}

#subscribe{
    margin-top: 10vh;
    color: #fff;
    padding: 20px 30px;
    padding-bottom: 7vw;
    background-color: black;
}

#subscribe h5{
    text-transform: uppercase;
    opacity: .6;
}

#subscribe h3{
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 12px;
}

#footer{
    background-color: black;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
}

#footerleft{
    display: flex;
    gap: 20px;
}

#footerright{
    display: flex;
    gap: 30px;
}

#footer a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}
