*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "General Sans";
}

html, body{
    background-color: black;
    height: 100%;
    width: 100%;
}

#miniCircle{
    transition:all cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
    position: absolute;
    background-color: white;
    border-radius: 50%;
    width: 10px;
    height: 10px;
    z-index: 9999;
    opacity: 1;
}
#main{
    background-color: black;
    width: 100%;
}


#bounding{
    overflow: hidden;
    width: fit-content;
}
#textContainer{
    position: relative;
}

.hiddenText{
    display: flex;
    justify-content: space-around;
    align-items: center;
    position:absolute;
    opacity: 0;
    transform: translateY(-50%);
    transition: all 1s ease-in-out;
    flex-direction: row;
    
}
.boundingelemMenu{
    position: relative;
    opacity: 1;
    transition: all 1s ease-in-out;
    transform: translateY(0%);
}
#navMenu{
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
}


#bounding .boundingelem{
    transform: translateY(100%);
}
#hero{
    position: relative;
    color: white;
    height: 100vh;
    width: 100%;
    background-color: black;
}

#nav{
    margin-top: 0px;
    padding-top: 0px;
    font-family: "General Sans Bold";
    font-weight: 500;
    padding: 35px 40px;
    width: 100%;
    display: flex;
    color: white;
    align-items: center;
    justify-content:space-between;
}

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

#nav h4 ::target-text{
    opacity: .3;
}

#heading {
    margin-top: 80px;
}

#heading h1{
    font-family: "General Sans";
    opacity: .6;
    line-height: 1;
    font-size: 10vw;
    padding-left: 80px;
}

#heading #secondH1{
    padding-left: 300px;
}

.blocktext{
    width: fit-content;
    align-items: end;
    flex-direction: column;
    display: flex;
}

.blocktext h5{
    text-align: right;
}

#chotiHeadings{
    display: flex;
    flex-direction: column;
    align-items: end;
    text-transform: uppercase;
    margin-top: 7vw;
    padding-right: 25px;
    text-align: right;
    font-size: 1.1vw;
}

#chotiHeadings h5{
    padding-top: 2vh;
}

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

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

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

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

#secondPage{
    background-color: black;
    height: 100vh;
    width: 100%;
    padding-right: 10vw;
    padding-top: 100px;
    color: white;
    padding-left: 3vw;

}
.elem{
    position: relative;
    display: flex;
    width: 100%;
    padding:2.5vw 0vw;
    border-top: 1px solid white;
    align-items: center;
    justify-content: space-between;
}
.elem h1{
    font-size: 6vw;
    opacity: .7;
    text-transform: uppercase;
}

.elem h5{
    font-size: 1vw;
    font-weight: lighter;
    opacity: 1;
    justify-content: end;
}

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

.elem img{
    position: absolute;
    z-index: 999;
    height: 120%;
    opacity: 0;

}

#about{
    width: 100%;
    gap: 50px;
    color: white;
    display: flex;
    padding: 12vw 10vw;
    padding-left: 38vw;
    align-items: center;
}

#textabout h3{
    text-transform: uppercase;
    font-weight: lighter;
    font-size: 1vw;
    opacity: .6;
    margin-bottom: 10px;
}

#textabout p{
    line-height: 1.8;
    padding-bottom: 1vw;
}

#textabout{
    width: 30rem;
}
#about a{
    color: white;
    text-decoration: none;
    border: 1px solid white;
    padding: 10px 22px;
    border-radius: 100px;
    font-size: 12px;
}

#about img{
    width: 250px;
}

#subscribe{
    padding: 20px 30px;
    padding-bottom: 7vw;
    color: white;
    text-transform: uppercase;
}

#subscribe h5{
    opacity: .6;
}

#subscribe h3{
    color: white;
    text-decoration: none;
    font-size: 15px;
    margin-top: .5vw;
}

#footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: white;
    background-color: black;
    padding: 25px 35px;
}

#footerleft{
    display: flex;
    gap: 30px;
    font-weight: lighter;
    font-size: 17px;
}

#footerright{
    gap: 40px;
display: flex;
}
#footer a{
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
}