*{
padding: 0px;
margin: 0px;
font-family: "General Sans";

}

html,body{
    height: 100%;
    width: 100%;
    background-color: black;
   
}
html {
    scroll-behavior:smooth;
  }
body{
    width: 100%;
    overflow-x: hidden;  
}
#circlepoint{
    position:absolute;
    top:0px;  
    height: 1vw;
    width: 1vw;
    background-color: #fff;
    border-radius: 50%;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    
}
.main{
    width: 100%;
    color: #fff;
}
.hero{
    width: 100%;
    height: 100vh;
    background-color: black;
}

.nav{
    width: 95%;
    padding: 10px 20px;
 color: #fff;
 display: flex;
 align-items: center;
 justify-content: space-between;
 position:fixed;
 top:0px;
 
}

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

.heading{
    color:white;
    margin-top: 90px;

}

.heading h1{
    font-family: "General Sans Medium";
    margin-left: 5vw;
    font-size: 8vw;
   text-transform: uppercase;
   opacity: 0.6;
   font-weight: 500;
   line-height: 8vw;
}
.blocktext{
    width: fit-content;
}

.heading #second{
margin-left: 13vw;
}

.heading h5{
    font-size: 1.3vw;
    opacity: 0.5;
    font-weight: 100;
    text-align: right;
}

.smallheading{
font-family: "General Sans";

    margin-top: 3vw;
    text-align: right;
    padding-right: 3vw;
    font-size: 1.3vw;
    text-transform: uppercase;  
}

.herofooter{  
    position:absolute;
    bottom: 3%;
   display: flex;
   justify-content: space-between;
   align-items: center; 
   color: #fff;
   width: 100%;
}

.herofooter a{
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 2vw;
    font-size: 1vw;  
}

.herofooter .circles{
    display: flex;
    align-items: center;
    justify-content: center;
   margin-right: 2.3vw;
   font-size: 1vw;
}
.herofooter .circle{
    height: 2vw;
    width: 2vw;
    border-radius: 50%;
    background-color: rgb(87, 83, 83);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 1vw;
   
}


.second{
    background-color: black;
    padding-top: 7vw;
    width: 100%;
    height: 80vh;
    color: #fff;
}
.elem{
    position: relative;
    width: 85%;
    padding:3vw 3vw;
    border-top: 1px solid #888;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.elem img{
    position: absolute;
    height: 180%;
    z-index: 999;
    width: 25%;
    display: none;
 
}

.elem h1{
    font-family: "General Sans Medium";
    text-transform: uppercase;
    font-size:3vw;
    opacity: 0.6;
}
.elem h5{
font-size: 1.3vw;
}
.lastelem{
    border-bottom:1px solid #888;
}



.about{
    display: flex;
    align-items: center;
    justify-content: end;
    width: 100%;
    background-color: black;
    color: #fff;
    gap: 5vw;
    padding-bottom: 5vh;

  
}
.about button{
    height: 3vw;
    width: 7vw;
    border: 0.1vw solid #888;
    color: white;
    background-color: black;
    border-radius: 1vw;
    font-size: 1vw;
}
.about img{
height: 15vw;
 border-radius: 50%;
}
.textabout{
    width: 50%;
    padding-right: 7vw;
    font-size: 1.3vw;
}

.subscribe{
    background-color:black;
    color: #fff;
    padding: 10vw 3vw;
    
}


.subscribe h5{
    text-transform: uppercase;
    font-size: 1vw;
}
.subscribe p{
    font-size: 1vw;
}

.footer{
    background-color: black;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding-bottom: 5vw;
    font-size: 1vw;
    border-bottom: 1px solid #888;
   
}

.footfirst{
    display: flex;
    align-items:center;
    justify-content: space-between;
    width: 20vw;
    padding-left: 2vw;
}
.footsecond{
    display: flex;
    align-items: center;
    justify-content: space-between;
   width: 39vw;
   padding-right: 3vw;
    
}



