@font-face {
    font-family: 'fat_katregular';
    src: url('../fonts/fat_kat_-_demo_hanscostudio.com-webfont.woff2') format('woff2'),
        url('../fonts/poetsenone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'poetsenoneregular';
    src: url('../fonts/poetsenone-regular-webfont.woff2') format('woff2'),
        url('../fonts/poetsenone-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

/*general styling*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    min-height: 60vh;
    background-color: #f9e0bc;
}

main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
}

nav {
    position: fixed;
    transition: .5s;
    z-index: 1;
    left: 0;
}


ul {

    list-style: none;
    gap: 7px;


}

a {

    font-family: 'poetsenoneregular';
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    color: #f9e0bc;
    top: 2px;
}

/*general styling*/
/*header*/
#mp {
    font-family: 'fat_katregular';
}

h1 {
    font-family: 'fat_katregular';
    font-size: 40px;
    line-height: 60px;
    padding-left: 30px;
    padding-right: 20px;
    font-weight: 300;
    color: #f9e0bc;
    text-shadow: #c42026 0px 5px;
    width: 400px;

}

p {
    font-family: 'poetsenoneregular';
    color: #f9e0bc;
    font-size: 18px;
    word-spacing: 1px;
}



header {
    display: flex;
    width: 100vw;
    height: 60px;
    background-color: #0b0b0b;
    top: 0px;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;

    position: fixed;
    z-index: 4;
}

.limitheader {
    position: relative;
    width: 90vw;
    margin: 0 auto;
}

.limitheader>a {
    width: 160px;
}



/*nav*/
.burger {
    position: fixed;
    top: 9px;
    right: 30px;
    width: 50px;
    height: 34px;
    background-size: cover;

}

.burger-line {
    position: absolute;
    width: 50px;
    height: 7px;
    background-color: #f9e0bc;
    border-radius: 10px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    right: 0px;
    transition: 1s;
    top: 0px;
}

.burger-line::after {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 7px;
    background-color: #f9e0bc;
    border-radius: 10px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30p;
    right: 0px;
    top: 15px;
    transition: 0.5s;
}

.burger-line::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 7px;
    background-color: #f9e0bc;
    border-radius: 10px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
    right: 0px;
    top: 30px;
    transition: 1s;
}




nav {
    position: fixed;
    transition: .5s;
    z-index: 1;
    top: 60px;
}


nav ul {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background-color: #f9dfbc8c
}

nav a {

    font-family: 'poetsenoneregular';
    text-decoration: none;
    line-height: 20px;
    font-size: 20px;
    color: #0b0b0b;
    top: 2px;
    font-size: 50px;
    margin-top: 20px;
}

nav li {
    height: 25vh;
    line-height: 20vh;
    font-family: "Space Mono", serif;
    font-size: 50px;
    text-align: center;
}

.up {
    top: -100vh;
}


/*nav*/
/*header*/
/*home*/
#banner {
    background-image: url(../img/banner_phone.png);
    width: 90vw;
    height: 90vh;

    margin: 0 auto;
    margin-top: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    image-rendering: optimizeQuality;
}

#context {
    width: 95vw;
    height: 30vh;

    margin: 0 auto;
}


#texthome {
    display: flex;
    justify-content: center;
    text-align: center;
    right: 5px;
    margin: 0 auto;
    margin-top: 20px;
    width: 90VW;
    min-height: 10vh;
    background-color: #c42026;
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 40px;
}

/*home*/
/*line-up*/
#gridline {
    width: 80vw;
    min-height: 300px;
    background-color: #3e8764;
    margin: 0 auto;
    border-radius: 40px;
    margin-top: 90px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    gap: 20px;
}

.artists {
    background-color: #c42026;
    position: relative;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    transition: 1s;
    transform-style: preserve-3d;
}

.artists:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.artists .front,
.artists .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
}

.artists .front {

    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    background-size: contain;
    top: 0px;
    border-radius: 20px;
}

.turn {
    transform: rotateY(180deg);
}

.artists .back {

    background-color: #0b0b0b;
    background-size: cover;
    background-position: center;
    transform: rotateY(180deg);
    top: 0px;
    border-radius: 20px;
    color: #f9e0bc;
}

h4 {
    text-align: center;
    width: 100%;

    padding: 30px;
    font-size: 30px;
    font-family: 'poetsenoneregular';
    text-transform: uppercase;

}

/*artist pics*/
.a1 {
    background-image: url(../img/amine.png);
}

.a2 {
    background-image: url(../img/asapr.png);
}

.a3 {
    background-image: url(../img/denzelc.png);
}

.a4 {
    background-image: url(../img/doechii.png);
}

.a5 {
    background-image: url(../img/earls.png);
}

.a6 {
    background-image: url(../img/joeyvandb.png);
}

.a7 {
    background-image: url(../img/kaliu.png);
}

.a8 {
    background-image: url(../img/lilboat.png);
}

.a9 {
    background-image: url(../img/mfdoom.png);
}

.a10 {
    background-image: url(../img/nas.png);
}

.a11 {
    background-image: url(../img/orangec.png);
}

.a12 {
    background-image: url(../img/solange.png);
}

.a13 {
    background-image: url(../img/sred.png);
}

.a14 {
    background-image: url(../img/stevel.png);
}

.a15 {
    background-image: url(../img/sza.png);
}

.a16 {
    background-image: url(../img/tylertc.png);
}

/*artist pics*/
/*line-up*/

/*tickets*/
.gridtickets {
    width: 80vw;
    min-height: 300px;
    background-color: #3e8764;
    margin: 0 auto;
    border-radius: 40px;
    margin-top: 90px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    gap: 20px;
}

.short {
    background-color: #c42026;
    position: relative;
    width: 100%;
    min-height: 100px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px;
}

.long {
    background-color: #c42026;
    position: relative;
    width: 100%;
    min-height: 100px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px;
}

.gridtickets ul {
    display: block;
    font-family: Arial, Helvetica, sans-serif;

}


.gridtickets li {
    display: block;
    color: #f9e0bc;
    line-height: 22px;
    letter-spacing: 1px;

}

h5 {

    font-family: 'poetsenoneregular';
    font-size: 20px;
    color: #f9e0bc;

}

h3 {
    font-family: 'poetsenoneregular';
    color: #f9e0bc;
}

/*tickets*/
/*shop*/
#gridshop {
    width: 80vw;
    min-height: 300px;

    margin: 0 auto;

    margin-top: 90px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    gap: 20px;
}

.item {

    position: relative;
    width: 100%;
    margin: 0 auto;

    transition: 1s;
    transform-style: preserve-3d;

}

.prices {
    height: 50px;

    width: 100px;

    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 6%;
}

.i1 {
    position: relative;
}

.i2 {
    position: relative;
}

.i3 {
    position: relative;
}

.i4 {
    position: relative;
}

.item:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.gridcolor {
    bottom: 30%;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 40%;
    margin: 0 auto;

    height: 20px;
    gap: 10px;
}

.ccolor {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #0b0b0b;
    border: black 1px solid;

}

.grey {
    background-color: lightgray;
}

.beige {
    background-color: #f9e0bc;
}

.red {
    background-color: #c42026;
}

.black {
    background-color: #0b0b0b;
}

.green {
    background-color: #3e8764;
}

h6 {
    font-size: 20px;
    color: #0b0b0b;
    font-family: 'poetsenoneregular';
    text-align: center;

}



.hoodie {
    position: absolute;
    top: 5%;
    margin: 0% 10%;
    background-image: url(../img/greyhoodie-ma3lish.png);
    width: 80%;
    height: 67%;
    background-repeat: no-repeat;
    background-size: contain;

}

.bhoodie {
    position: absolute;
    top: 5%;
    margin: 0% 10%;
    background-image: url(../img/beigehoodie-ma3lish.png);
    width: 80%;
    height: 67%;
    background-repeat: no-repeat;
    background-size: contain;
}

.sweater {
    position: absolute;
    top: 5%;
    margin: 0% 10%;

    background-image: url(../img/greysweater-ma3lish.png);
    width: 80%;
    height: 67%;
    background-repeat: no-repeat;
    background-size: contain;

}

.bsweater {
    position: absolute;
    top: 5%;
    margin: 0% 10%;

    background-image: url(../img/beigesweater-ma3lish.png);
    width: 80%;
    height: 87%;
    background-repeat: no-repeat;
    background-size: contain;

}

.gsweater {
    position: absolute;
    top: 5%;
    margin: 0% 10%;

    background-image: url(../img/greensweater-ma3lish.png);
    width: 80%;
    height: 87%;
    background-repeat: no-repeat;
    background-size: contain;

}

.totebag {
    position: absolute;
    top: 5%;
    margin: 0% 10%;
    background-image: url(../img/beigetotebag-ma3lish.png);
    width: 80%;
    height: 87%;
    background-repeat: no-repeat;
    background-size: contain;

}

.rtotebag {
    position: absolute;
    top: 5%;
    margin: 0% 10%;
    background-image: url(../img/redtotebag-ma3lish.png);
    width: 80%;
    height: 87%;
    background-repeat: no-repeat;
    background-size: contain;

}

.btotebag {
    position: absolute;
    top: 5%;
    margin: 0% 10%;
    background-image: url(../img/blacktotebag-ma3lish.png);
    width: 80%;
    height: 87%;
    background-repeat: no-repeat;
    background-size: contain;

}

.gtotebag {
    position: absolute;
    top: 5%;
    margin: 0% 10%;
    background-image: url(../img/greentotebag-ma3lish.png);
    width: 80%;
    height: 87%;
    background-repeat: no-repeat;
    background-size: contain;

}

.skateboard {
    position: absolute;
    top: 5%;
    margin: 0% 10%;
    background-image: url(../img/lineskateboard-ma3lish.png);
    width: 80%;
    height: 87%;
    background-repeat: no-repeat;
    background-size: contain;

}

/*shop*/
/*info*/
#gridinfo {
    width: 80vw;
    min-height: 300px;
    margin: 0 auto;

    margin-top: 90px;
    margin-bottom: 20px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    padding: 20px;
    gap: 20px;
}

#navigation{
    background-color: #c42026;
    min-height: 20px;
    padding: 20px;
    border-radius: 20px;
    width: 80vw;

}

#event{
    background-color: #0b0b0b;
    min-height: 20px;
    color: #f9e0bc;
    font-family: 'poetsenoneregular';
    padding: 20px;
    border-radius: 20px;
    width: 80vw;
}


#allowedprohibited{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 10vw;
}

#allowed{
    background-color: #3e8764;
    min-height: 20px;
    color: #f9e0bc;
    font-family: 'poetsenoneregular';
    padding: 20px;
    border-radius: 20px;
    min-width:35vw;
    display:flex ;
    flex-flow: column;
    flex-wrap: wrap;

}

#allowed li{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;
    
}

#prohibited{
    background-color: #3e8764;
    min-height: 20px;
    color: #f9e0bc;
    font-family: 'poetsenoneregular';
    padding: 20px;
    border-radius: 20px;
    min-width:35vw;
    display:flex ;
    flex-flow: column;
    flex-wrap: wrap;
}

#prohibited li{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 20px;

}

#contact{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
 gap: 5vw;
}

#email{
    background-color: #0b0b0b;
    min-height: 20px;
    color: #f9e0bc;
    font-family: 'poetsenoneregular';
    padding: 20px;
    border-radius: 20px;
    width: 80vw;
}

#comment{
    background-color: #0b0b0b;
    height: 35vw;
    color: #f9e0bc;
    font-family: 'poetsenoneregular';
    padding: 20px;
    border-radius: 20px;
    width: 80vw;
}

/*info*/
/*footer*/
footer {
    display: flex;
    width: 100%;
    min-height: 160px;
    background-color: #0b0b0b;

    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
    flex-flow: column;

}


footer>ul {
    margin: 0 auto;
    display: block;
    display: flex;
    padding-top: 25px;

}

footer a {
    font-size: 20px;

}


.sm {
    background-image: url(../img/tikt.png);
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;

}


.fb {
    background-image: url(../img/fb.png);
}

.fb:hover {
    background-image: url(../img/fbh.png);
}

.tikt {
    background-image: url(../img/tikt.png);
}

.tikt:hover {
    background-image: url(../img/tikth.png);
}

.insta {
    background-image: url(../img/insta.png);
}

.insta:hover {
    background-image: url(../img/instah.png);
}

.x {
    background-image: url(../img/x.png);
}

.x:hover {
    background-image: url(../img/xh.png);
}

.yt {
    background-image: url(../img/yt.png);
}

.yt:hover {
    background-image: url(../img/yth.png)
}

/*footer*/




@media (min-width:600px) {

    #banner {

        height: 140vh;
    }

    footer {
        min-height: 160px;
    }
#allowed li{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2.6vw;
    font-size: 2.4vw;
    
}

#prohibited li{
    font-family: Arial, Helvetica, sans-serif;
    line-height: 2.6vw;
    font-size: 2.4vw;
}
}

@media (min-width:770px) {

    html,
    body {
        min-height: 60vh;
        background-color: #f9e0bc;
    }



    nav{
        position: absolute;
        width: 200px;
 height: 30px;
top: 10px;
    }




    .up {
      top: 0px;
    }


    .burger {
        display: none;
    }

    nav {
        height: 100px;

    }

   nav ul {
        display: flex;
        flex-wrap: wrap;
        width: 300px;
        right:10vw ;
        height: 30px;
        background: transparent;
            }

    nav li {
        
        height: 100px;
        line-height: 30px;
       
    }

   nav a {
        line-height: 20px;
font-size: 20px;
color: #f9e0bc;
    }
    

    #banner {
        background-image: url(../img/banner_web.png);
        width: 90vw;
        height: 80vh;
        margin: 0 auto;
        margin-top: 45px;


    }

  

   


    #texthome {

        width: 90VW;
        min-height: 10px;
        background-color: #c42026;
    }

    p {
        font-size: 30px;
    }

    /*line-up*/

    #gridline {
        grid-template-columns: repeat(2, 1fr);
    }

    h4 {
        font-size: 2vw;
    }

    /*line-up*/
    /*tickets*/
    .gridtickets {
        grid-template-columns: repeat(2, 1fr);
    }

    .long {
        grid-column-end: 3;
        grid-column-start: 1;
    }

    .gridtickets li {
        font-size: 1.5vw;
        line-height: 1.8vw;
    }

    h5 {
        font-size: 2vw;
        line-height: 2.2vw;
    }


    h3 {
        grid-column-start: 1;
        grid-column-end: 3;
        line-height: 50px;
    }


    /*tickets*/
    /*shop*/
    .itemimg {
        width: 80%;
        height: 67%;
        background-size: contain;

    }

    #gridshop {
        grid-template-columns: repeat(2, 1fr);
    }

    /*shop*/
 /*info*/
    #allowedprohibited{
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10vw;
    }
     /*info*/
    
    footer {

        flex-flow: row;
    }

    footer>ul {
        padding-top: 40px;
    }

}


@media (min-width:1030px) {
    #gridline {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width:1400px) {

    html,
    body {
        min-height: 60vh;
        background-color: #f9e0bc;
    }

    /*header*/


    ul {
        display: block;
        list-style: none;
        font-family: 'poetsenoneregular';
        display: flex;
        gap: 7px;
    }

    #burger {
        display: none;
    }

    header {
        width: 100vw;
    }

    .limitheader {
        width: 1400px;
    }

    /*header*/
    /*home*/
    #texthome {
        margin: 0 auto;
        width: 1400px;
    }

    #banner {
        background-image: url(../img/banner_web.png);
        width: 1400px;
        min-height: 1120px;

    }

    /*home*/
    #gridline {
        grid-template-columns: repeat(4, 1fr);
        width: 1400px;
    }

    #allowed{
        height: 100vh;
    }

    #navigation{
        display:flex ;
        flex-flow: row;

    }


    #allowed{
        height: 103vh;
    }
    #allowedprohibited ul{
        display:flex ;
        flex-flow: column;
       flex-wrap: nowrap;
    }

    h4 {
        font-size: 30px;
    }


    #gridshop {
        width: 1400px;
    }
}