*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: "DM Sans", sans-serif;
    color: aliceblue;
    background-color: black;
}
.ball{
    transition-delay: -1s;
    transform: scale(0);
    pointer-events: none;
    transition: all cubic-bezier(0.19, 1, 0.22, 1) 1s;
    height: 10px;
    width: 10px;
    background-color: rgb(159, 12, 12);
    position: absolute;
    border-radius: 50%;
    z-index: 9999;
   filter: drop-shadow(1px 1px   10px red);
}


html,body{
  
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
 
}
body::-webkit-scrollbar{
    display: none;
  
}
#main{
    position: relative;
    width: 100%;
    height: 100%;
}

#landingPage{
    width: 100%;
    height: 100vh;
   
}

#nav{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 1.5vmax 3vmax;
}

#nav a{
    text-decoration: none;
   
}

#nav h4, a{
    color: aliceblue;
    text-transform: uppercase;
    font-size: 1vmax;
}

#heading{
    color: whitesmoke;
    margin-top: 11vh;
    padding-left: 3vmax;
  
}

.displace{
    width: fit-content;
    overflow: hidden;
}
.displace .displaceElem{
    transform: translateY(100%);
}
.displace .d2{
    transform: translateY(100%);
}

#heading h1{
    opacity: .6;
    text-transform: uppercase;
    font-size: 8.5vmax;
    font-weight:400;
    line-height: .8;
}


#heading  #heading2{
    margin-left: 8.5vmax;
  line-height: 1.1;
}

#lowerheading{
    display: block;
    margin: 0;
   
}

#lowerheading h5{
  overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: right;
    font-size: 1vmax;
    text-transform: uppercase;

}

.bottom{
    color: aliceblue;
    margin-top: 9vh;
    padding-right: 3vmax;
    text-transform: uppercase;
    display: flex;
    justify-content: right;
 flex-direction:column;
 align-items: end;
}

.bottom h5{
    text-align: right;
    font-size: 1vmax;

}

.footer{
    padding: 0px 3vmax ;
    width: 100%;
    position: absolute;
    bottom: 3%;
    display: flex;
    align-items:center ;
    justify-content: space-between;
   
}

.footer a{
    text-decoration: none;
    font-size: 0.8vmax;
}

i{
     color: aliceblue;
}

#iconset i{
     background-color: #888;
  
}

#iconset{
    display: flex;
    align-items:center ;
    gap: 5px;
    justify-content: space-between;
}

#iconset .circle{
    width: 2.5vmin;
    height:2.5vmin;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #7b7979;
    border-radius: 50%;
    font-size: .8vmax;  
}
.middle{
    width: 100%;
    /* height: 100vh; */
    /* overflow:hidden; */
}

.middle{
    display: flex;
    justify-content: center;
}
.middle .elements{
    margin: 0vh 1vmax;
    width: 100%;
    margin-top: 3vmin;
}
.middle .elements .elem{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6vmin 0vh;
    border-top: 2px solid #888;
  position: relative;
}
.middle .elements .elem h1{
    font-size: 7.6vmax;
    font-weight: 400;
    text-transform: uppercase;
    opacity: .7;
}
.middle .elements #lastElem{
    border-bottom: 2px solid #888;
}

.elem img{
   opacity: 0;
    height: 140%;
    position: absolute;
    z-index: 999;
}
.elem h5{
    font-size: 1vmax;
}#about{
   padding: 20vh 0vw;
    width: 100%;
   background-color: black;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  gap: 2.8vmax;
  /* gap: 50px; */

}

#img{
   
  background-color: black;
 
}
#img img{
  /* width: 200px; */
    width: 13vmax;
    margin-left: 30vw;
    background-color: #b0aeae;
    border-radius: 50%;
}
.textabout{
    width: 35vw;
    margin-right: 4vw;
    background-color: black;
}
.textabout h5{
    text-transform: uppercase;
    opacity: 0.6;
    /* margin-bottom: 10px; */
    margin-bottom: 1.6vh;
    font-size: 1vmax;
}
.textabout p{
    line-height: 1.5;
    /* margin-bottom: 30px; */
    margin-bottom: 3.2vmin;
    font-size:1vmax ;
}
.textabout a{
    text-decoration: none;
    border: 1px solid whitesmoke;
    padding: .5vmax;
    border-radius: 2rem;
    font-size: 1vmax;
    text-transform:capitalize;
    /* border-radius: 100px; */
}
#subscribe{
    width: 100%;
   padding: 1.5vmax 3vmax;
   padding-bottom: 20vh;
}
#subscribe h5 ,h3{
text-transform: uppercase;
}
#subscribe h5{
    opacity: .6;
    font-size: .9vmax;
}
#subscribe h3{
    font-size: 1vmax;
    margin-top: .6vmax;
}
footer{
    color: aliceblue;
    padding: 2vmax 3vmax;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
footer #left{
    display: flex;
    gap: 2vmax;
}
footer #right{
    display: flex;
    gap: 1.5vmax;
}
footer #right a{
    text-decoration: none;
    font-size: .9vmax;
}
footer #left h5{
font-size: .9vmax;
}
