@import url('https://fonts.googleapis.com/css2?family=Rubik+Scribble&display=swap');

body {
    color: #fff;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    /* background-image: url('./image.gif');
    background-size: cover;
    background-repeat: no-repeat; */
    background-color: black;

}

nav ul li {
    list-style: none;
    display: inline;
    margin-left: 20px;
    padding: 5px;
    cursor: pointer;
    font-family: "Rubik Scribble", system-ui;
    color: white;
    font-weight: bold;
}

nav ul li:hover {
    border-bottom: 2px solid white;
}

nav ul li a{
    text-decoration: none;
    color: #fff;
}

nav ul {
    position: absolute;
    font-size: 15px;
    color: white;
    top: 2%;
    right: 12%;
    /* display: none; */
}

nav {
    /* background-color: blue; */
    height: auto;
    margin: 0;
    width: 100%;
    display: flex;
}

nav div {
    background-color: white;
    height: auto;
    width: 60px;
    margin: 10px;
    border-radius: 50%;
    position: relative;
    left: 10%;
}

nav div img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

nav .menu{
    width: 30px;
    height: auto;
    background-color: black;
    display: none;
    position: relative;
    left: 60%;
}

/* nav .menu .one ,.two, .three{
    width: 100%;
    border-bottom: 1px solid  white;
    margin-bottom: 1px;
} */

@media all and (max-width: 600px){
    nav ul li{
        /* display: block; */
        font-size: medium;
    }
    nav ul li:hover {
        border-bottom: 2px solid white;
    }
    .Programming .Puzzle .image {
        z-index: 1;
        background-size: cover;
    }
    .Programming .Puzzle .text2 h3{
        font-size: 5px;
    }
    .overlay :nth-child(3){
        margin-bottom: auto;
    }
    .content h2{
        font-size: 2rem;
    }
}

.bg{
    min-height: 100vh;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-image: url('./Technology.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.overlay{
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .4);
    background-attachment: fixed;
    text-transform: uppercase;
}

.overlay h2{
    text-align: center;
    padding-top: 5%;
    font-size: 2rem;
    margin-bottom: 5%;
}

.overlay button{
    border-radius: 10px;
    position: relative;
    width: 10%;
    height: 40px;
    top: 20%;
    left: 50%;
    transform: translate(-90%, -90%);
    font-size: 15px;
    cursor: pointer;
    background-color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}

.overlay button:hover{
    font-size: 10px;
    box-shadow: 5px 5px 10px black inset;
    /* background-color: black;
    color: #fff; */
}

.overlay h1{
    padding-top: 5%;
    text-align: center;
    letter-spacing: 10px;
    font-size: 3rem;
}

.overlay p{
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
}

.overlay :nth-child(3){
    margin-bottom: 5%;
}

.content{
    background-color: black;
    width: 100%;
    height: auto;
}

.content h2{
    font-size: 3rem;
    text-align: center;
    text-transform: uppercase;
    background: linear-gradient(to top,  white, blue );
    -webkit-background-clip: text;
    color: transparent;
}

/* 1 Event*/
.tech{
    margin-bottom: 5%;
    width: 100%;
    height: auto;
}

.talk{
    border: 1px solid white;
    width: 70%;
    height: auto;
    position: relative;
    left: 15%;
    display: flex;
}

.tech .talk .image{
    width: 50%;
    height: auto;
    background-image: url('./tech\ talk.gif');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
}

.tech .talk .text1{
    width: 50%;
    background-color: black;
}

.tech .talk .text1 h3{
    text-align: center;
    font-size: 2rem;
    background: linear-gradient(to top,  orange, white );
    -webkit-background-clip: text;
    color: transparent;
}

.tech .talk .text1 p{
    padding-left: 10%;
    justify-content: center;
    font-size: 20px;
}

/* 2 Event */
.Programming{
    margin-bottom: 5%;
    width: 100vw;
    height: auto;
}

.Puzzle{
    border: 1px solid white;
    width: 70vw;
    height: auto;
    position: relative;
    left: 15%;
    display: flex;
}

.Programming .Puzzle .text2{
    width: 50%;
    background-color: black;
}

.Programming .Puzzle .image{
    width: 50%;
    background-image: url('./PROGRAMMING\ PUZZLE.gif');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
}

.Programming .Puzzle .text2 h3{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    background: linear-gradient(to top,  orange, white );
    -webkit-background-clip: text;
    color: transparent;
}

.Programming .Puzzle .text2 p{
    padding-right: 10%;
    justify-content: center;
    font-size: 20px;
}

/* 3 Event */
.Web{
    margin-bottom: 5%;
    width: 100vw;
    height: auto;
}

.Wizardry{
    border: 1px solid white;
    width: 70vw;
    height: auto;
    position: relative;
    left: 15%;
    display: flex;
}

.Web .Wizardry .image{
    width: 50%;
    background-image: url('./WEB\ WIZARDRY.gif');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
}

.Web .Wizardry .text3{
    width: 50%;
    background-color: black;
}

.Web .Wizardry .text3 h3{
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    background: linear-gradient(to top,  orange, white );
    -webkit-background-clip: text;
    color: transparent;
}

.Web .Wizardry .text3 p{
    padding-left: 10%;
    justify-content: center;
    font-size: 20px;
}

/* 4 Event*/
.Code{
    margin-bottom: 5%;
    width: 100vw;
    height: auto;
}

.Relay{
    border: 1px solid white;
    width: 70vw;
    height: auto;
    position: relative;
    left: 15%;
    display: flex;
}

.Code .Relay .text4{
    width: 50%;
    background-color: black;
}

.Code .Relay .image{
    width: 50%;
    padding: 5px;
    background-image: url('./CODE\ RELAY.gif');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
}

.Code .Relay .text4 h3{
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    background: linear-gradient(to top,  orange, white );
    -webkit-background-clip: text;
    color: transparent;
}

.Code .Relay .text4 p{
    padding-right: 10%;
    justify-content: center;
    font-size: 20px;
}

/* 5 Evemt*/
.MEME{
    margin-bottom: 5%;
    width: 100vw;
    height: auto;
}

.Splash{
    border: 1px solid white;
    width: 70vw;
    height: auto;
    position: relative;
    left: 15%;
    display: flex;
}

.MEME .Splash .image{
    width: 50%;
    background-image: url('./MEME\ SPLASH.gif');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
}

.MEME .Splash .text5{
    width: 50%;
    background-color: black;
}

.MEME .Splash .text5 h3{
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    background: linear-gradient(to top,  orange, white );
    -webkit-background-clip: text;
    color: transparent;
}

.MEME .Splash .text5 p{
    padding-left: 10%;
    justify-content: center;
    font-size: 20px;
}

/*6 Event*/
.Chara{
    margin-bottom: 5%;
    width: 100vw;
    height: auto;
}

.des{
    border: 1px solid white;
    width: 70vw;
    height: auto;
    position: relative;
    left: 15%;
    display: flex;
}

.Chara .des .text6{
    width: 50%;
    background-color: black;
}

.Chara .des .image{
    width: 50%;
    padding: 5px;
    background-image: url('./charades.gif');
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50px;
}

.Chara .des .text6 h3{
    text-align: center;
    font-size: 2rem;
    text-transform: uppercase;
    background: linear-gradient(to top,  orange, white );
    -webkit-background-clip: text;
    color: transparent;
}

.Chara .des .text6 p{
    padding-right: 10%;
    justify-content: center;
    font-size: 20px;
}

.poster{
    min-height: 100vh;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
    background-image: url('./poster.jpeg');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-attachment: fixed;
}

.coordinators{
    margin-top: 2%;
    width: 100%;
    height: auto;
}

.staff{
    padding-top: 30px;
    border-radius: 50px 0 50px 0;
    color: white;
    background-color: rgba(82, 82, 82, 0.401);
    /* opacity: 0.1; */
    position: relative;
    width: 70%;
    height: 100%;
    left: 15%;
    z-index: -1;
    border-style: double;    
}

.staff h3{
    font-size: 2rem;
    text-align: center;
}

.staff .details{
    text-align: center;
    font-size: 20px;
}

footer{
    background-color: rgb(219, 219, 123);
    color: black;
    width: 100%;
    height: auto;
}

footer h2, p, h3{
    text-align: center;
}

footer h2{
    background: linear-gradient(to right, orange, blue);
    -webkit-background-clip: text;
    color: transparent;
}

footer .container-footer{
    width: 100vw;
    height: auto;
    display: flex;
    justify-content: center;
    /* background-color: rgb(223, 195, 195); */
}

.container-footer{
    display: flex;
    justify-content: center;
}