@font-face {
    font-family:attila ;
    src: url(./attila.ttf);
}

* {
    margin: 0;
    padding: 0;
    font-family: "gilroy";
    box-sizing: border-box;
 
    color: #d1d1d1;
}
 html,body{
    width: 100%;

}
body{
    background: #222;
    overflow-x: hidden;
}
#main{
    background-color: #222;
   
    position: relative;
}
#full-src-nav{
    height: 100%;
   width: 100%;
position: absolute;
background-color: bisque;
top: -100%;
transition: all ease 0.9s;
padding: 200px 150px;
color: #222;


}
#full-src-nav h1{
    font-size: 200px;
    text-transform: uppercase;
    color: #222;
}
#nav{
    display: flex;
    align-items: center;
    height: 100px;
    justify-content: space-between;
    padding: 0 50px;
    position: absolute;
    width: 100%;
    z-index: 99px;
}
#nav-prt2{
display: flex;
align-items: center;
transition: all ease 0.9s;
text-transform: uppercase;
}

#nav-prt2 i{
    font-size: 28px;
    cursor: pointer;
    margin-left: 50px;
    transition: all ease 0.9s; 
    text-transform: uppercase;
}
#nav h2{
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    transition: all ease 0.9s; 
}
#page1{
    min-height: 100vh;
    width: 100vh;
    position: relative;
}

#page1 h4 {
    
        font-size: 1.5vw;
        position: absolute;
        top: 58vh;
        right: -22vw;
        color: #adadad;
        font-weight: 100;
        line-height: 2.3vh;
        width: 8px;
    }

#page1 h2 {
    position: absolute;
    top: 55vh;
    left: 20vw;
    font-size: 3vw;
    font-weight: 100;
    line-height: 6vh;
    color: #adadad;
}


#page1 h1 {
    font-size: 13vw;
    text-transform: uppercase;
    /* background-color: red; */
    position: absolute;
    top: 19vh;
    left: 5vw;
    letter-spacing: 7px;
}
#page1 img {
    
    height: 100vh;
    width: 90vw;
    position: relative;
    margin-top: 88vh;
    left: 104%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center;
}
#page2{
    min-height: 100%;
    position: relative;
    padding-bottom: 20vh;
}
#page2 h1{
    font-size: 50px;
    width:50%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
   
}
#page2 h1 span{
    font-family: dancing script;
}
#h11{
    margin-top: 10%;
}
#page4{
    height: 80vh;
    width: 100%;
    position: relative;
    padding: 50px 100px;
}
#page4 h1{
    font-size: 7.8vw;
}
#page5{
    height: 33vh;
    width: 100vh;
    position: relative;
    display: flex;
}
#page5-elms{
    display: flex;
    height: 22%;
    align-items: center;
    justify-content: center;
}
#page5-elms h1 {
    width: 150%;
    height: 100%;
    font-size: 64px;
    padding: 49px 137px;
    border: 1px solid #d1d1d1;
}

#page5-elms h2 {
    width: 36%;
    height: 100%;
    font-size: 24px;
    padding: 0px 508px;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}
#page5-content{
    height: 100vh;
    width: 100vw;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    padding: 100px 66px;
    background-image: url(https://uploads-ssl.webflow.com/61defec4a021d8fe954c11bd/61defec4a021d83ede4c11f8_stars.gif);

}
#page5-content h1{
    font-size: 3.5vh;
    text-align: center;
    width: 50%;
    line-height: 3vw;
}
#page5-content h1 span{
    font-family: dancing script;
    font-size: 4.2vw;
}
#page5-content h4 {
    font-size: 1.2vw;
    width: 67%;
    margin: 32px;
    padding: 0px 247px;
}
#page5-content img{
    left: 50%;
    margin-top: 90px;
}
#page6{
    /* height: 120vh; */
    background-color: #232025;
}
#page6 .slide1h1{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: default;
}
#page6 .slide2h1{
    width: 100%;
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    cursor: default;
}
#page6 .slide2h1 h1{
    transform: translateX(-96%);
}
#page6 h1{
    font-size: 6vw;
    text-transform: uppercase;
   
}
#page6 .slide1h1::-webkit-scrollbar{
    display: none;
}
#page6 .slide2h1::-webkit-scrollbar{
    display: none;
}
#page6 h1 .one2{
    color: transparent;
    -webkit-text-stroke: 1px #adadad;
}
#page7{
    height: 100vh;
    width: 100vw;
    background-color: #222;
    padding: 180px 50px;
    text-align: center;
}
#page7 h3{
    position: relative;
    left: 28%;
    font-size: 3vw;
    width: 46%;
}
#page7 h3 span{
    font-family: dancing script;
    font-size: 3.8vw;
}
#page7-elems{
    height: 45vh;
   margin-top: 5vh;
   display: flex;
   align-items: center;
   position: relative;
   justify-content: space-around;
}
#page7-elems #element1{
    height: 100%;
    /* background-color: aqua; */
   width: 20%;
   display: flex;
   align-items: center;
   justify-content: center;

}
#page7-elems #element2{
    height: 100%;
    /* background-color:green; */
   width: 25%;
   display: flex;
   align-items: center;
   justify-content: center;

}
#page7-elems #element1 h1{
    font-size: 60px;
    z-index: 99;
    position: relative;
}
#page7-elems #element2 h1{
    font-size: 60px;
    z-index: 99;
    position: relative;
}
#page7-elems #element1 img{
    
    opacity: 0;
    position: absolute;

}
#page7-elems #element2 img{
    
    opacity: 0;
    position: absolute;
    
}
