* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}

*::selection {
    background-color: black;
    color: white;
}

html,
body {
    height: 100%;
    width: 100%;
}


@font-face {
    font-family: lay1;
    src: url(/LayGrotesk-Black.woff);
}

@font-face {
    font-family: lay2;
    src: url(/LayGrotesk-Medium.woff);
}

#page1 {
    height: 90vh;
    width: 100%;
    font-family: lay2;
    display: flex;
    gap: 10rem;
    padding: 1rem;
}

#page1 #leftsidetext span {
    font-size: 8vw;
    font-weight: 100;
    display: inline-block;
}

#page1 #firstline {
    margin-top: 12rem;
}

#page1 #firstline,
#page1 #secondline {
    width: fit-content;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
    padding: 0rem 1rem 0rem 1rem;
    letter-spacing: -1.5px;
    color: #1A1A1A;

}
#rightsidetext {
    margin-top: 23rem;
}

#rightsidetext p {
    font-size: 25px;
    color: #1A1A1A;
    margin-bottom: 2rem;
}

.explorebutton {
    height: 2rem;
    padding: 1rem;
    width: 18rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: .8rem;
    text-transform: uppercase;
}

.explorebutton i {
    font-size: 1rem;
    margin-right: 1rem;
}

#page2 {
    height: 200vh;
    width: 100%;
    padding: 2rem;
}

#page2 video {
    height: 100vh;
    width: 100%;
    object-fit: cover;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

#page2 h3 {
    font-family: lay2;
    text-align: center;
    margin-top: 6rem;
}

.firsth1 {
    margin-left: 30%;
}

.textpage3 h1 {
    font-size: 65px;
    font-family: lay2;
    font-weight: 400;
    color: #121212;
    text-align: justify;
    letter-spacing: -2px;
    line-height: 4rem;
}

.buttonpage2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5rem;
}

.buttonpage2 button {
    height: 5rem;
    width: 35rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    font-size: 3rem;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 5px solid #1A1A1A;
    overflow: hidden;
    background-color: #fff;
}

.buttonpage2 a i {
    margin-right: 2rem;
}

.buttonpage2 a {
    text-decoration: none;
    color: #1A1A1A;
    font-family: lay2;
}

.absoluteanchor {
    position: absolute;
    transform: translateY(-110%);
}

#page3 {
    height: 110vh;
    width: 100%;
    position: relative;
}

#page3 #rectangle {
    height: 100vh;
    width: 100%;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: lay2;
    font-size: 45px;
    position: relative;
    z-index: 3;
}

#animatingbackground {
    height: 4rem;
    width: 100%;
    display: flex;
}

#leftanim {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    overflow: hidden;
}

#animatingbackground span {
    height: 4rem;
    width: 6rem;
    display: block;
    transform: translateY(100%);
    border-top-left-radius: 43%;
    border-top-right-radius: 43%;
    background-color: black;

}

#page4 {
    height: 20vh;
    width: 100%;
    background-color: white;
    overflow-x: hidden;
}

#page4 span {
    font-size: 100px;
    font-family: lay1;
    color: #1A1A1A;
    word-spacing: -5px;
}

.text {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    transform: translateX(100%);

}
#page5 {
    height: 100vh;
    width: 100%;
    background-color: #131313;
    display: flex;
  justify-content: center;
  padding-top:12rem ;
    gap: .5rem;
    margin-top: 10rem;
}
#card1,#card2,#card3 {
height: 23rem;
width: 20rem;
background-color: black;
box-shadow: 0px 0px 5px 1px white;
border-radius: 15px;
opacity: 0;
padding: 10px 10px;

}
#card1 {
    transform: rotate(5deg) translateY(100%) translateX(17%);
}
#card2 {
    transform: rotate(-5deg) translateY(100%);
}
#card3 {
    transform: rotate(-5deg) translateY(100%);
}
#card1 .logo,#card2 .logo,#card3 .logo {
    height: 5rem;
    width: 5rem;
}
#card1 h3,#card2 h3,#card3 h3 {
    color: #F1F1F1;
    margin-top: 5rem;
    font-family: lay2;
    font-weight: 500;
    font-size: 2rem;
  width: 50%;
}
#card1 p,#card2 p,#card3 p{
    color: #F1F1F1;
    margin-top: 1rem;
    font-family: lay2;
    font-size: 1rem;
}
#page6{
    height: 100vh;
    width: 100%;
    background-color: #131313;
    display: flex;
    flex-direction: column;
justify-content: space-around;
align-items: center;
}
#move{
    height: 10rem;
    width: 100%;
    background-color: rgb(0, 0, 0);
    color: white;
    font-family: lay2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    overflow: hidden;
    position: relative;
}
#movex-{
    position: absolute;
    top: -50%;
}
#movex,#movex-{
    display: flex;
    justify-content: center;
    align-items: center;
}
.marque1{
    font-size: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: mover 7s infinite linear;
}
.marque2{
    font-size: 30px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: moverr 7s infinite  linear;
}
@keyframes mover {
    0%{
        transform: translateX(100%);
    }
    100%{
        transform: translateX(-100%);
    }
}
@keyframes moverr {
    0%{
        transform: translateX(-100%);
    }
    100%{
        transform: translateX(100%);
    }
}
img{
    height: 50px;
    width: 50px;
    margin: 2rem;
}
#page7{
    height: 100vh;
    width: 100%;
    background-color: #131313;
}
#stringanim{
    height: 20vh;
    width: 100%;
}
#navbar{
    height: 100px;
    width: 100%;
    padding: 2rem;
    position: fixed;
    font-family: lay2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 99;
}

#logo h3{
font-size: 15px;
}
#titles{
    margin-left: 5rem;
    overflow: hidden;
}
#titles a{
 text-decoration: none;
 margin-right: 2rem;
 font-size: large;
 display: inline-block;
 transform: translateY(100%);
 color: #131313;
}
#righttitles a{
    text-decoration: none;
    margin-right: 2rem;
    color: #131313;
    text-transform: uppercase;
}
#righttitles>a{
    overflow: hidden;
}
#righttitles>a span{
    display: inline-block;
}
#righttitles button{
    height: 2.5rem;
    width: 15rem;
    border: none;
    outline: none;
    background-color: rgb(182, 221, 102);
    color: #131313;
}

#righttitles button i{
   margin-right: 10px;
   font-size:1rem;
}