body{
    background-image: url('./assets/grain-dark.9d5983e6.png');  
    background-color: #18171A;
    color: aliceblue;
    margin:0px;
}
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Unbounded:wght@700&display=swap');
.a-enter-vr-button{
    display: none;
}
.header{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.hamb{
    
    background-color:transparent;
    height:50px;
    width:50px;
    color: #E5E1E6;
    margin-top:60px;
    margin-right: 60px;
    outline: none;
    cursor: pointer;
    
}
.firstviewer{
    display:flex;
    flex-direction: column;
    height:100vh;
    align-items: center;
    margin-top:-30px;
    

}
.first-viewer-image{
    height:100%;
    width: 75%;
    border-radius:300px;
    object-fit: cover;

}
.title{
    font-family: 'Anton' sans-serif;
    font-size: 94px;
    color: #fff;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    z-index: 30;
}
.secondary-title{
    font-family:'Anton', sans-serif;
    font-size:24px;
    color:#fff;
}
.discriptionFont{
    font-size:24px;
    font-weight: 400;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif ;
    color: #fff;
    text-shadow: rgb(255 215 77 / 60%) -1px -1px 6px, rgb(124 127 255 / 60%) 1px 1px 6px;
    padding:15px;
    
}
.secondary-viewFlex{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}
.secondviewer{
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:100vh;
}
.thirdviewer{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height:60vh;
    background-color: #E5E1E6;
    clip-path:polygon(90% 0%,100% 15%,100% 100%,15% 100%,0% 90%,0% 0%);
}
.secondary-viewFlex p{
    margin-left:200px;
    margin-right:200px;
}
.secondary-viewFlex img{
    margin-right:300px;
}
.image-poster{
    height:300px;
    width: 300px;
    border-radius: 15px;
}
.main-container{
    display:flex;
    flex-direction: row;
    justify-content: space-evenly;
}
.box-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color:#E5E1E6;
    border-radius: 25px;
    height:50vh;
    width:250px;
    margin-right: 30px;
    color:black;
}
.box-container img{
    border-radius:25px;
    height: 200px;
    width:200px;
    object-fit: cover;
    margin:5px;
    
}
.cutted-style{
    clip-path:polygon(90% 0%,100% 15%,100% 100%,15% 100%,0% 90%,0% 0%);
    background-color:#18171A;
    color:white;
    height:35px;
    width:100px;
    text-align: center;
    text-shadow: rgb(255 215 77 / 60%) -1px -1px 6px, rgb(124 127 255 / 60%) 1px 1px 6px;
}
@keyframes smoothtop{
    from{
        transform: translateY(-100px);
    }
    to{
        transform: translateY(0);
    }
}
@keyframes smootback{
    from{
        transform: translateY(0);
        display: flex;
    }
    to{
        transform: translateY(-100px);
        display: none;
    }
}
.navigation-container{
    height:100vh;
    width:100vw;
    background-color: #E5E1E6;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top:-10px;
    
}
.anim{
    animation-delay: 0ms;
    animation-name: smoothtop;
    animation-fill-mode: forwards;
    animation-duration: 2s;


}
.anim-back{
    animation-delay: 0ms;
    animation-name: smoothback;
    animation-fill-mode:backwards;
    animation-duration: 2s;
    

}
.navFlex{
    display: flex;
    flex-direction: column;
    margin-top: 45px;
    
}
.navFlex h1{
    margin-left: 30px;
}
.blackedFont{
    color: #18171A;
}
.committe{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    margin-top: 40px;
}
.title-margins{
    margin-left:30px;
}
.events-container{
    margin-top: 30px;
    margin-left:70px;
    margin-right:70px;
    height: 30vh;
}
.social-container{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
}
.social-container i{
    margin-right: 30px;
    color: white;
}

@media (max-width:600px){
    .header{
        background-color: #18171A;
        border-radius: 25px;
        z-index: 999;
    }
    .title{
        font-size: 45px;
    }
    .about-container{
        display:flex;
        flex-direction:column;
        justify-content: center;
        align-items: center;
    }
    .image-poster{
        height: 200px;
        width:200px;
        object-fit:cover;
    }
    .discriptionFont{
        box-sizing: border-box;
    }
    .main-container{
        overflow-x: auto;
    }
    .box-container:nth-child(1){
        margin-left: 350px;
    }
    .secondary-viewFlex p{
        margin-left: 0px;
        margin-right: 0px;

    }
    .secondary-viewFlex img{
        margin-right: 0px;
    }
    .firstviewer{
        margin-top:0px;
    }
    .hamb{
        margin-right:15px;
        margin-top:15px;
    }
    .title-margins{
        margin-left:5px;
    }
    .events-container{
        text-align: center;
        margin-left:15px;
        margin-right:15px;

    }
}