/*Start: Navigation*/
*,
*::before,
*::after{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.press-start-2p-regular {
  font-family: "Press Start 2P", system-ui;
  font-weight: 400;
  font-style: normal;
}

.cal-sans-regular {
  font-family: "Cal Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}


html{
    font-family: "Press Start 2P", system-ui;
    font-size: 10px;
}

body{
    overflow-x: hidden;
    background-color: #000;
}

a{
    text-decoration: none;
}

ul{
    list-style: none;
}

header{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.banner{
    width: 100%;
    max-width: 117rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}

.menu-icons{
    color: #eee;
    font-size: 4rem;
    position: absolute;
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 1500;
    display: none;
}

nav{
    display: flex;
    align-items: center;
    width: 100%;
    height: 8rem;
    border-bottom: 1px solid rgba(255,255,255,.1);
}

.walk-icon{
    width: 5rem;
    height: 5rem;
    display: flex;
    margin-right: 5rem;
    transition: transform 0.5s;
}

.walk-icon:hover{
    transform: scale(1.025) translateY(-5px);
}

.walk-icon i{
    margin: auto;
    font-size: 3rem;
    color: #eee;
}

.logo{
    width: 10%;
}

.nav-list{
    display: flex;
    width: 100%;
    align-items: center;
}


.nav-list li{
    line-height: 8rem;
    position: relative;
}

.sub-menu li{
    line-height: 4rem;
}

.nav-list a{
    display: block;
    color: #eee;
    padding: 0 1.5rem;
    font-size: 1.4rem;
    text-transform: uppercase;
    transition: color 650ms;
}
    
.nav-list a:hover{
    color: #8f82ff;
}

li.move-right{
    margin: auto 0 auto auto;
    line-height: initial;
}

@media screen and (max-width: 1130px){
    .nav-list{
        position: fixed;
        top: 0;
        left: 0;
        height: 100vh;
        display: none;
        flex-direction: column;
        align-items: initial;
        background-color: #191919;
        z-index: 1000;
    }
    
    .nav-list > li{
        line-height: 6rem;
    }
    
    li.move-right{
        margin: 0 auto 0 0;
        line-height: initial;
    }
    
    .menu-icons{
        display: block;
    }
    
    .ion-md-close{
        display: none;
    }

    nav.active .ion-md-close{
        display: block;
    }
    
    nav.active .ion-md-menu{
        display: none;
    }
    
    nav.active .nav-list{
        display: flex;
    }
}

/*End: Navigation*/

.rest{
    background: url("Images/starr.png");
    background-size: repeat;
}
/* Start: Hero on Home Page*/

.hero2{
    width: 100%;
    height: 40vh;
    background: linear-gradient(to bottom, rgba(0,0,0,0),rgba(0,0,0,0)),url("Images/banner.png") center no-repeat;
    background-size: cover;
    background-position: bottom;
}


.text2{
    width: 100%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #eee;
    text-align: center;
}

.text2 h1{
    font-size: 5vh;
}

.text3{
    width: 100%;
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #eee;
    text-align: center;
}

.text3 h1{
    font-size: 3vh;
}


@media screen and (max-width: 830px){
    .text2 h1{
        font-size: 2rem;
    }
    
    .text3 h1{
        font-size: 1.5rem;
    }
}
/* End: Hero on Home Page*/


/* INFO */

.infobox{
    position: relative;
    overflow: hidden;
    padding: 20px;
}

.info-category{
    padding: 0 2vh;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: #fff;
}

.info-category2{
    padding: 0 2vh;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 40px;
    text-transform: capitalize;
    color: #fff;
}


.info-container{
    padding: 0 10vh;
    display: flex;
    overflow-x: auto;
    overflow-y: clip;
    scroll-behavior: smooth;
}

.info-container::-webkit-scrollbar {
    display: none;
}

.info-card{
    flex: 0 0 auto;
    width: 250px;
    height: 325px;
    margin-right: 80px;
}

.info-img{
    position: relative;
    width: 250px;
    height: 200px;
    overflow: hidden;
    border-radius: 10px;
}

.info-thumb{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.information{
    width: 100%;
    height: 100%;
    padding-top: 10px;
    text-shadow: 1px 0 #000, -1px 0 #000, 0 1px #000, 0 -1px #000,
             1px 1px #000, -1px -1px #000, 1px -1px #000, -1px 1px #000;
}

.information-title{
    color: #fff;
    padding: 5px;
}

.information-subtitle{
    color: #fff;
    padding-top: 0;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
}

.date{
    font-weight: 900;
    font-size: 10px;
    color: #fff;
    opacity: 0.75;
    padding: 5px;
}


.pre-b
.nxt-b{
    border: none;
    width: 10vw;
    height: 100%;
    position: absolute;
    top: 0;
    justify-content: center;
    align-items: center;   
    z-index: 9;
}

.pre-b{
    left: 0;
}

.nxt-b{
    left: 0;
}

.pre-b:hover img,
.nxt-b:hover img{
    opacity: 1;
}

.collection-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.collection{
    position: relative;
}

.collection img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.collection p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    font-size: 50px;
    text-transform: capitalize;
}

.collection:nth-child(3){
    grid-column: span 2;
    margin-bottom: 5px;
    
}

.sponsor{
    display: block;
    margin: auto;
    width: 65vw;
    padding: 30px;
}


.sponsors{
    display: block;
    margin: auto;
    width: 20vh;
    padding: 5px;
    color: #fff;
    justify-content: center;
}

.band2{
    color: #fff;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 2.5vh;
    text-align: center;
}

.video{
    display: block;
    margin: auto;
    width: 80%;
    height: 80vh;
    margin-top: 20px;
}

@media screen and (max-width: 850px){
    .sponsor{
        width: 97vw;
        height: auto;
    }
    
    .video{
        height: 30vh;
    }
}

.translation{
    font-family: "Cal Sans", system ui;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 3px;
    opacity: 0.75;
    font-size: 1.2vh;
    text-align: center;
}

.band3{
    color: #fff;
    padding-top: 10px;
    padding-bottom: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
    line-height: 5px;
    font-size: 1.6vh
}

.person{
    font-family: "Cal Sans", system-ui;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 10px;
    text-align: center;
    font-size: 1.9vh
}

.pb{
    display: block;
    margin: auto;
    width: 20vw;
    padding: 5px;
}

.writer{
    color: #fff;
    opacity: 0.75;
    padding: 10px;
    text-align: left;
}

.newsimg{
    display: block;
    margin: auto;
    width: 50vw;
}

.newslink{
    font-weight: 500;
    color: aqua;
}

@media screen and (min-width: 1000px){
    
.country{
    font-family: "Cal Sans", system-ui;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 5px;
    font-size: 2.5vh;
    text-align: center;
    margin-right: 125px;
    margin-left: 125px;
}
    
    
.country2{
    font-family: "Cal Sans", system-ui;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 10px;
    font-size: 2vh;
    text-align: center;
    margin-right: 125px;
    margin-left: 125px;
}
    
.country2h{
    font-family: "Cal Sans", system-ui;
    color: #fff;
    letter-spacing: 0.6px;
    padding: 1px;
    font-size: 2vh;
    text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    }
    
    
.country3{
    font-family: "Cal Sans", system-ui;
    color: #b9b9b9;
    letter-spacing: 0.7px;
    line-break: 10px;
    line-height: 1.6;
    padding: 10px;
    margin-right: 125px;
    margin-left: 125px;
    font-size: 2vh;
    text-align: left;
}
    
    .country4{
    font-family: "Cal Sans", system-ui;
    color: #b9b9b9;
    letter-spacing: 0.5px;
    padding: 10px;
    margin-right: 125px;
    margin-left: 125px;
    font-size: 2vh;
    text-align: center;
}
    
}


@media screen and (max-width: 1000px){

.country{
    font-family: "Cal Sans", system-ui;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 5px;
    font-size: 2vh;
    text-align: center;
    margin-right: 50px;
    margin-left: 50px;
}
    
    
.country2{
    font-family: "Cal Sans", system-ui;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 2vh;
    text-align: center;
    margin-right: 50px;
    margin-left: 50px;
    padding: 10px;
}

    
.country2h{
    font-family: "Cal Sans", system-ui;
    color: #fff;
    letter-spacing: 0.5px;
    padding: 1px;
    font-size: 1.9vh;
    text-align: center;
    margin-right: 30px;
    margin-left: 30px;
    }
    
.country3{
    font-family: "Cal Sans", system-ui;
    color: #b9b9b9;
    letter-spacing: 0.7px;
    line-break: 10px;
    line-height: 1.6;
    padding: 10px;
    margin-right: 50px;
    margin-left: 50px;
    font-size: 2vh;
    text-align: left;
}
    
    .country4{
    font-family: "Cal Sans", system-ui;
    color: #b9b9b9;
    padding: 10px;
    margin-right: 50px;
    margin-left: 50px;
    font-size: 1.8vh;
    text-align: center;
}
    
}

.arrow{
    height: 5vh;
}