*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: white;
    text-decoration: none;
}
html, body{
    height: 100%;
    width: 100%;
}
#main{
    z-index: 5;
    position: relative;
}
#page1{
    height: 100vh;
    width: 100%;
    background-color: #111;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#page1 h1{
    font-size: 8.5vw;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 8,5vw;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;

}
#page1 h1 svg{
    height: 6vw;
    width: 6vw;
    background-color: #8c52ff;
    /* border: 1px solid ; */
    border-radius: 50px;
}
nav{
    position: fixed;
    /* background-color: red; */
    display: flex;
    align-items: center;
    width: 100%;
    padding: 2vw 15vw;
    justify-content: space-between;
    z-index: 100;
    /* border-bottom: 1px solid #dadada; */
}
.nav-part2{
    display: flex;
    gap: 2vw;
}
.nav-part2 h4{
    font-size: 0.8vw;
    font-weight: 600;
    text-transform: uppercase;
}
nav button{
    background-color: #8c52ff;
    display: flex;
    align-items: center;
    padding: 12px 12px;
    border-radius: 50px;
    border: none;
    text-transform: uppercase;
    font-size: 0.7vw;
    font-weight: 700;
}
nav button svg{
    height: 0.85vw;
    margin-left: 1.6vw;

}
#page1 p{
    text-align: center;
    font-weight: 400;
    margin-top: 3.5vh;
}
#page1-something{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
}
#page1-something h4{
    font-weight: 400;
    font-size: 1vw;
    text-transform: lowercase;
    padding: 5px 12px;
    border: 1px solid #a5a5a5;
    border-radius: 50px;

}
#page1-something h4:nth-last-child(2){
    border: none;
}

.move{
    display: flex;
    /* display: inline-block; */
    align-items: center;
    gap: 1vw;
    animation-name: move;
    animation-duration: 12s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
#moving-div{
    /* background-color: red; */
    margin-top: 10vh;
    position: absolute;
    bottom: 3%;
    width: 50%;
    display: flex;
    margin: 0 0.7vw;
    white-space: nowrap;
    padding: 1.2vw;
    overflow: hidden;
}   
#moving-div .move h2{   
    font-size: 1.25vw;
    margin: 0 0.7vw;
}
@keyframes move{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-100%);
    }
}
#blur-left{
    height: 100%;
    width: 20%;
    background: linear-gradient(to left,transparent, #111);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
#blur-right{
    height: 100%;
    width: 20%;
    background: linear-gradient(to right,transparent, #111);
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}
#page2{
    border-top: 1px solid #333;
    height: 100vh;
    width: 100%;
    background-color: #111;
    position: relative;
    padding:0vw 10.5vw;
    padding-bottom: 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#page2 button{
    margin-left: 0vw;
    border-radius: 50px;
    padding: 12px 20px;
    background-color: #8c52ff;
    margin-top: 3vw;
}
#full-div1{
    /* display: flex; */
    margin-top: 50px;
}
#full-div1 h3.Home{
    padding-top: 25vh;
    text-align: center;
}
#full-div1 h3.Members{
    padding-top: 2.25vh;
    text-align: center;
}
#full-div1 h3.Projects{
    padding-top: 2.25vh;
    text-align: center;
}
#full-div1 h3.Events{
    padding-top: 2.25vh;
    text-align: center;
}
#page2-left h4{
    margin-top: 48vh;
}
#page2-left{
    height: 100%;
    width: 40%;
    /* background-color: #333; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 3vw 0;
}
#page2-left p{
    font-size: 2vw;

}
#page2-left h4{
    font-size: 1.6vw;
    width: 75%;
    font-weight: 400;
    
}
#page2-right{
    height: 100%;
    width: 50%;
    /* background-color: #333; */

}
.right-elem{
    position: relative;
    /* background-color: red; */
    height: 15vh;
    padding-top: 2vw;
    padding-bottom: 5vw;
    border-bottom: 1px solid #333;

}
.right-elem h2{
    font-size: 1.4vw;
    font-weight: 400;
}
.right-elem img{
    height: 7vw;
    width: 7vw;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    opacity: 0;
    scale: 0;

}
#page3{
    height: 110vh;
    width: 100%;
    background-color: #111;
    position: relative;
    background-image: url(blur-thumbnail-2.jpg);
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    /* filter: blur(5px); */
    /* -webkit-filter: blur(8px); */
}
#page3-center{
    /* background-color: red; */
    display: flex;
    align-items: center;
    flex-direction: column;
    /* z-index: 7; */
    padding: 1vw;
}
#page3-center .icon{
    /* background-color: blue; */
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3vw;
    border-radius: 50%;
    background-color: white;
    font-size: 3vw;
    /* color: black; */
}
#page3-center .icon i{
    color: black;
}
#page3-center h5{
    font-size: 1vw;
    padding: 8px 26px 8px 26px;
    background-color: white;
    color: black;
    border-radius: 50px;
    margin-top: 0.5vw;
    font-weight: 700;
    opacity: 0;
    transform: translateY(10%);
    transition: all ease 0.5s;
}
#page3-center:hover h5{
    opacity: 1;
    /* margin-top: 0.5vw; */
    transform: translateY(0%);
}
#page3 video{
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    object-fit: cover;
    transform: scaleX(0.7) scaleY(0);
    border-radius: 30px;
    opacity: 0;
    z-index: 9999999;
    /* background-size: cover; */
    /* top: 0;
    bottom: 0;
    left: 0;
    right: 0; */
}
#page4{
    border-top: 1px solid #333;
    height: 155vh;
    width: 100%;
    background-color: white;
    position: relative;
    padding:0vw 10.5vw;
    padding-bottom: 8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#page4-left{
    height: 100%;
    width: 40%;
    /* background-color: #333; */
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: column;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    padding: 3vw 6vw;
}
#page4-left h2  {
    font-size: 5vw;
    color: #111;
    padding-top: 12vw;
    line-height: 9vh;   
}
#page4-right{
    height: 100%;
    width: 50%;
    /* background-color: #333; */

}
#page4-right p{
    padding-top: 5vw;
    color: #a3a3a3;
    padding-left: 3vw;
    /* text-transform: uppercase; */

}
#page4-part1{
    position: relative;
}
#page4-part1 p{
    font-size: 2.7vw;
    color: black;

}
#page4-part1 img{
    height: 10vw;
    width: 10vw;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    opacity: 0; 
    scale: 0;

}
#page4-part2 .Perfect{
    color: black;
    font-size: 1.5vw;
}
#page4-part2{
    padding-bottom: 4vw;
    /* background-color: red; */
}
#page4-part2 img{
    height: 10vw;
    width: 10vw;
    border-radius: 50%;
    object-fit: cover;
    position: absolute;
    opacity: 0; 
    scale: 0;
}
nav{
    background-color: #111;
}

#page5{
    min-height: 100vh;
    width: 100%;
    background-color: #111;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 12vh 10.5vw;

}
#page5 button{
    background-color: #8c52ff;
    padding: 0.9vw 2.5vw;
    font-size: 1vw;
    border-radius: 50px;
    border: none;
    font-weight: 600;

}
#page5-right{
    width: 70%;
}
#page5-right>p{
    font-size: 2.1vw;
}

#page5-right>p span{
    /* background-color: red; */
    width: 15vw;
    display: inline-block;

}
#page5-content{
    width: 100%;
    /* background-color: red; */
    margin-top: 5vh;
    padding: 5vh 0;
    border-top: 1px solid #fff;
}
#page5-content>h1{
    font-size: 3vw;
}
.page5-elem{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* background-color: red; */
    margin-top: 3vw;
    padding-top: 2vh;
    padding-bottom: 9vh;
    position: relative;
    overflow: hidden;
    
}                                                                                                                                                                                                                                   
.page5-elem p{
    width: 60%;
    font-size: 0.8vw;
    position: relative;
    z-index:8;

}
.page5-elem h3{
    font-size: 1.5vw;
    font-weight: 400;
    position: relative;
    z-index:8;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;

}
.page5-elem i{
    font-size: 1vw;
    z-index:8;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;

}
.over{
    height: 100%;
    width: 100%;
    background-color: #333;
    position: absolute;
    top: 0;
    transform: translateY(-100%);
    opacity: 0;
    /* display: none; */
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
}

.page5-elem:hover h3{
    padding-left: 2vw;
    /* padding-right: 2vw; */
}
.page5-elem:hover .over{
    transform: translateY(0);
    opacity: 1;
    /* display: initial; */
}
#footer{
    position: fixed;
    height: 100vh;
    width: 100%;
    color: #fff;
    z-index: -1;
    bottom: 0;
}
svg{
    transition: all ease 0.2s;
}
svg:hover{
    transform: rotate(20deg);
}

#full-scr{
    height: 100vh;
    width: 100%;
    background-color: rgba(131, 131, 131, 0.2);
    position: fixed;
    z-index: 99;
    top: -100%;
    transition: all ease 0.5s;
}
#full-div1{
    height: 50%;
    width: 100%;
    background-color: #010010;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
nav h3{
    display: none;
}
@media (max-width : 947px){
    #main{
        overflow-x: hidden;
    }
    #nav h1{
        transition: all ease;
    }
    .right-elem img{
        scale: 1;
        opacity: 1;
        display: block;
    }
    #page1{
            min-height: 100vh;
            min-width: 100vw;
            background-color: #010010;
            /* background-color: white; */
            position: relative;
            padding: 0 0;
            
        }
        nav{
            /* height: 100px; */
            padding: 8vw 5vw;
            width: 100%;
            /* background-color: red; */
            display: flex;
            align-items: center;
            justify-content: space-between;
            background-color: #010010;
            z-index: 100;
            position: fixed;    
            /* position: fixed; */
            /* padding: 0 5vw; */

        }
        
        .nav-part2{
            display: flex;
            align-items: center;
            gap: 1vw;
            color: white;
            display: none;
        }
        
        nav h3 {
            display: block;
            padding: 3vw 5vw;
            border: 1px solid #ababab;
            border-radius: 50px;
            font-size: 2vw;
            font-weight: 200;
            padding-left: 10vw;
        }
        /* nav button{
            display: none;
        }            */
        /* nav h3{
            display: block;
            padding: 3vw 5vw;
            border: 1px solid #ababab;
            border-radius: 50px;
            font-size: 4vw;
            font-weight: 200;
            padding-left: 10vw;

        }               */
}

.sidebar{
    position: fixed;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: -10px 0 10px rgba(0, 0, 0, 0.1);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    backdrop-filter: blur(10px);
}
.sidebar h4{
    margin-top: 10vh;
    /* width: 100%; */
}
.sidebar h4 a svg{
    display: flex;
    justify-content: flex-start;
    /* margin-top: -378px; */
    /* top: 165px; */
    /* bottom: 130px; */
    margin-top: -60vh;
}
@media (max-width:600px){
    .right-elem h2 {
        font-size: 2.4vw;
        font-weight: 400;
    }
    #page2-left h4 {
        font-size: 3.6vw;
        width: 90%;
        font-weight: 400;
    }
    #page2-left p {
        font-size: 4vw;
    }
}

@media (max-width:450px){
    .right-elem h2{
        font-size: 4vw;
    }
    .right-elem img{
        height: 12vw;
        width: 12vw;
    }

}
@media (max-width:900px){
    #page3{
        height: 69vh
        
    }
    nav button{
        font-size: 1.7vw;
    }
    #moving-div .move h2 {
        font-size: 3.25vw;
        margin: 0 0.7vw;
    }
    #page1-something h4 {
        font-weight: 400;
        font-size: 3vw;
        text-transform: lowercase;
        padding: 5px 12px;
        border: 1px solid #a5a5a5;
        border-radius: 50px;
    }

}
@media (max-width:555px){
    nav button{
        font-size: 2.7vw;
    }
}
@media (max-width: 396px){
    nav button{
        font-size: 3.7vw;
    }
}
/* @media (max-width: 534px){
    #page4{
        height: 75vh;
    } */
/* } */
@media (max-width: 720px){
    #page5-right>p {
        font-size: 3.1vw;
    }
    .page5-elem h3 {
        font-size: 2.5vw;
    }
    .page5-elem p {
        width: 60%;
        font-size: 1.8vw;
        position: relative;
        z-index: 8;
    }
}
@media (max-width: 464px){
    #page5-right>p {
        font-size: 3.1vw;
    }
    .page5-elem p {
        width: 62%;
        font-size: 2.8vw;
        position: relative;
        z-index: 8;
    }
    .page5-elem h3 {
        font-size: 3.5vw;
    }
    #page5 button {
        background-color: #8c52ff;
        padding: 3.9vw 2.5vw;
        font-size: 3vw;
        border-radius: 50px;
        border: none;
        font-weight: 600;
        margin-left: -13px;
        padding-left: 12px;
    }
    
    

}
@media (max-width: 937px){
    #page4-part2 .Perfect {
        color: black;
        font-size: 2.5vw;
    }
}
@media (max-width: 658px){
    #page4-part2 .Perfect {
        color: black;
        font-size: 3vw;
    }
}
@media (max-width: 615px){
    #page4-part2 .Perfect {
        color: black;
        font-size: 3vw;
    }
}
@media (max-width: 460px){
    #page4{
        height: 100vh;
        font-size: 3vw;
    }
}
@media (max-width: 341px){
    #page4{
        height: 70vh;
    }
}