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

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

}
#nav{

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

}
#nav a{
    text-decoration: none;
    font-size: 18px;
    color: white;
}
#heading{
    color: white;
    margin-top: 90px;
}
#heading h1{
    margin-left: 30px;
    opacity: 0.6;
line-height: 1;
font-size: 10vw;
font-family: "General Sans Medium";
font-weight: 900;
text-transform: uppercase;
}
 #heading #wow{
margin-left: 230px;
 }
#heading h5{
    margin-left: 900px;
}
.blocktext{
    width: fit-content;
    flex-direction: column;
    align-items: end;
    width: fit-content;
    display: flex;
}
.blocktext h5{
    text-align: right;
    text-transform: uppercase;
    font-size: 15px;

}
.chottiheadings{
    display: flex;
    align-items: end;
    flex-direction: column;
    margin-top: 100px;
    padding-right: 50px;
}
.chottiheadings h5{
    text-align: right;
    text-transform: uppercase;
    font-size: 1vw;
    margin-top: 0.5vw;

}
.herofooter{
    justify-content: space-between;
    align-items: center;
    display: flex;
    width: 100%;
    position: absolute;
    bottom: 3%;
    padding: 0 2vw;
}
.herofooter a{
    color: white;
    font-size: 2vh;
    text-decoration: none;
    text-transform: uppercase;

}
.herofooter .iconset{
    gap: 5px;
    display: flex;
}
.herofooter .circle{
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #888;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .herofooter .circle i{
    color: white; }
#second{
    width: 100%;
    height: 100vh;
    padding-top: 200px;
    background-color: black;
    padding-right: 10vw;
    color: white;
}
.elem{
    position: relative;
    display: flex;
     align-items: center;
    width: 100%;
    border-top: 1px solid #888;
    padding: 3.5vw 3vh;
    justify-content: space-between;
    padding-right: 0;
}
.elem h1{
opacity: 0.7;
font-size: 7.6vh;
text-transform: uppercase;


}
.elemlast{
    border-bottom: 1px solid #888;
}
.elem img{
 
position: absolute;
z-index: 999;
height: 120%;

}
#about {
    width: 100%;
    background-color: black;
    padding: 10vw 10vw;
    color: white;
    display: flex;
    align-items: center;
  
    gap: 50px;
    padding-left: 40vw;
}
 #about #textabout{
    width: 25rem;
    
}
 #about #textabout h5{
    text-transform: uppercase;
    opacity: .6;
    margin-bottom: 10px;
    
}
#about #textabout p{
   line-height: 1.7;
   margin-bottom: 30px;
    
}
#about #textabout a{
    padding: 12px 22px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: 12px;
    text-decoration: none;
    color: white;
}
#about img{
    width: 200px;
}
#subscribe{
    background-color: black;
    color: white;
    padding: 20px 30px;
    padding-bottom: 6vw;
}
#subscribe h5{
    opacity: 0.6;
    text-transform: uppercase;
}

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

#footer{
    background-color: black;
    color: white;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 30px;
}
#footerleft{
    display: flex;
    gap: 20px;
}
#footer a{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
}
#footerright{
    display: flex;
    gap: 30px;
}






























