@font-face {
    font-family: poppines;
    src: url(./assets/Poppins-Regular.ttf);
}

@font-face {
    font-family: Volkhov;
    src: url(./assets/Volkhov-Regular.ttf);
}


html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body{
    margin: 0px;
}

.popup{
    box-sizing: border-box;
    padding: 2rem 2.8rem;
    z-index: 2;
    position: fixed;
    right: -20rem;
    top: 19.5rem;
    background-color: #FEFCFB;
    box-shadow: 0 0 0px 2px rgb(0 0 0 / 5%), 0 2px 4px 1px rgb(0 0 0 / 10%);
    transition: all 0.5s;
    border-radius: 5px;
}

.popup>ul{
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    box-sizing: border-box;
    margin: 0;
    padding-inline-start: 0;
    font-family: poppines;
    font-size: 1.5rem;
    font-weight: 600;
}

.popup>ul>li{
    margin: 1rem 0;
}

.popup>ul>li>a{
    text-decoration: none;
}

.jss-logo-div{
    display: flex;
    box-sizing: border-box;
    padding: 1rem;
    padding-left: 3rem;
    background-color: wheat;
}

.jss-logo-div>p{
    font-family: Volkhov;
    font-style: normal;
    font-weight: 700;
    font-size: 4.5rem;
    color: #222222;
    box-sizing: border-box;
    margin: 0px;
    flex: 1;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-left: 2rem;
}

.jss-logo-div>img{
    width: 15rem;
    height: 15rem;
}

header{
    position: fixed;
    top: 0;
    z-index: 1;
    width: 100%;
    box-sizing: border-box;
    box-shadow: 0 0 0 2px rgb(0 0 0 / 5%), 0 2px 4px 1px rgb(0 0 0 / 10%);
}

nav{
    box-sizing: border-box;
    padding: 1rem;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    font-size: 1.6rem;
    background-color: white;
    display: flex;
}

nav>img{
    width:2rem;
    z-index: 2;
    margin-right: 1rem;
    cursor: pointer;
}

nav>ul{
    list-style: none;
    display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    margin: 0;
    padding-inline-start: 0;
    font-family: poppines;
    width: 55rem;
    font-weight: 600;
}

nav>a{
    font-family: poppines;
   text-decoration: none;
   font-weight: 600;
}

nav>ul>li>a{
    text-decoration: none;
}

section{
    /* border: 1.5px solid; */
    box-sizing: border-box;
    margin-top: 22rem;
}


/* Event */

.event-section{
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f5f2f2;
}

.event-heading-div{
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.event-heading-text{
    font-family: Volkhov;
    font-style: normal;
    font-weight: 700;
    font-size: 4.5rem;
    color: #222222;
    box-sizing: border-box;
    margin: 0px;
}

.event-list-div{
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 4rem;
    column-gap: 2rem;
    padding: 0 2rem 2rem 2rem;
}

.event-list-box{
    display: flex;
    align-items: center;
    flex-direction: column;
    box-sizing: border-box;
    padding: 2rem;
    justify-content: center;
    width: 33rem;
    background: #FFFFFF;
    box-shadow: 14px 24px 72px rgb(102 102 102 / 10%);
    border-radius: 8px;
}

.event-list-box>p{
    font-family: poppines;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    color: #222222;
    box-sizing: border-box;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
}

.event-list-box>span{
    font-family: poppines;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #666666;
}

.event-list-box>.name {
    font-size: 1.5rem;
    margin-bottom: 0;
}

.event-list-box>.number{
    margin-top: 0;
    font-size: 1.5rem;
}

.event-list-box>a{
    margin-top: 1rem;
    font-size: 1.8rem;
}

.registration-section{
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.registration-heading-div{
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.registration-heading-text{
    font-family: Volkhov;
    font-style: normal;
    font-weight: 700;
    font-size: 4.5rem;
    color: #222222;
    box-sizing: border-box;
    margin: 0px;
}

.registration-formLink-div{
   box-sizing: border-box;
   padding: 0 4rem 0 4rem;
}

.registration-formLink-div>p{
    font-family: poppines;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    color: #222222;
    box-sizing: border-box;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
}

.registration-formLink-div>p>span{
    font-size: 1.8rem;
}

.registration-formLink-div>ul{
    font-family: poppines;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #666666;
    padding-inline-start: 1.8rem;
}

.rules-section{
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.rules-heading-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 2rem 2rem 3rem 2rem;
}

.rules-heading-text{
    font-family: Volkhov;
    font-style: normal;
    font-weight: 700;
    font-size: 4.5rem;
    color: #222222;
    box-sizing: border-box;
    margin: 0px;
}

.rules-subheading{
    font-family: Volkhov;
    font-style: normal;
    font-weight: 600;
    font-size: 2rem;
    color: #222222;
    box-sizing: border-box;
    margin: 0px;
}

.rules-subheading-two{
    font-family: Volkhov;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    color: #222222;
    box-sizing: border-box;
    margin: 2rem 0 0 0;
}

.rules-list-one{
    box-sizing: border-box;
    padding: 0 4rem 0 4rem;
}

.rules-list-one>ul{
    font-family: poppines;
    font-style: normal;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 2.6rem;
    color: #666666;
    padding-inline-start: 1.8rem;
}

.general-rule-heading{
    font-family: poppines;
    font-style: normal;
    font-weight: 600;
    font-size: 2.4rem;
    color: #222222;
    box-sizing: border-box;
    margin-top: 1rem;
    margin-bottom: 0.3rem;
}

.team-section{
    box-sizing: border-box;
    margin: 0;
    width: 100%;
}

.team-card{
    display: flex;
    cursor: pointer;
    flex-direction: column;
    background: #FEFCFB;
    border: 2px solid rgba(102, 102, 102, 0.08);
    border-radius: 8px;
    box-sizing: border-box;
    padding-bottom: 1rem;
    width: 26rem;
}

.team-subcards{
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 1.3rem 1rem;
    flex-direction: column;
}

.team-subcards>p{
    font-family: poppines;
    font-style: normal;
    font-weight: 600;
    font-size: 1.6rem;
    color: #222222;
    margin: 0;
}

.team-heading-div{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding-top: 2rem;
    padding-bottom: 3rem;
}

.team-heading-text{
    font-family: Volkhov;
    font-style: normal;
    font-weight: 700;
    font-size: 4.5rem;
    color: #222222;
    box-sizing: border-box;
    margin: 0px;
}

.team-cards-main-div{
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 4rem;
    column-gap: 10rem;
    padding: 0 10rem 2rem 10rem;
}

.team-cards-div-two{
    display: flex;
    box-sizing: border-box;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 4rem;
    column-gap: 10rem;
    padding: 0 10rem 2rem 10rem;
}

.jss-image{
    display: flex;
    justify-content: center;
    width: 100%;
    box-sizing: border-box;
    padding: 1rem 0 2rem 0;
}

footer{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    font-family: poppines;
    font-size: 1.5rem;
    padding-top: 5rem;
    background-color: #eae2e2;
    padding-bottom: 2rem;
}

.footer-div-one{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    padding-right: 2rem;
    max-width: 32rem;
    min-width: 30rem;
}

.footer-div-two{
    width: 50%;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    min-width: 30rem;
    padding-right: 1rem;
    max-width: 40rem;
}

.footer-div-two>p{
    margin: 0;
}

@media screen and (min-width: 720px) {
    #icon1{
        display: none;
    }
    nav>ul{
        display: flex;
    }
}

@media screen and (max-width: 720px) {
    #icon{
        display: block;
    }
    nav>ul{
        display: none;
    }
}

@media screen and (max-width: 820px) {
    .jss-logo-div>p{
        font-size: 3rem;
    }
}

@media screen and (max-width: 580px) {
    .jss-logo-div>p{
        font-size: 2rem;
    }
    .jss-logo-div>img {
        width: 12rem;
        height: 12rem;
    }
}