*,::after,::before{
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: grom;
    src: url(grom.otf);
}
@font-face {
    font-family: bflag;
    src: url(Friz\ Quadrata\ Bold.otf);
}
@font-face {
    font-family: car;
    src: url(Carien.otf);
}
@font-face {
    font-family: buc;
    src: url(Bucanera-font-FFP.ttf);
}
@font-face {
    font-family: kos;
    src: url(JANSINA.ttf);
}
@font-face {
    font-family: kos2;
    src: url(dragonslapper.ttf);
}
@font-face {
    font-family: stg;
    src: url(Storm\ Gust.otf);
}

body{
    background-color: antiquewhite;
    font-family:kos;
    z-index: 3;
}

a{
    text-decoration: none;
    font-size: 17px;
    color: #111;
    font-weight: 800;
    position: relative;
}

.holding_items{
    padding-top: 40px;
    padding-bottom: 50px;
    display: flex;
    justify-content: center;
    /* background-image: url(original-9d4ffe9cc74a355c6fa6083c12c4165d.webp); */
    /* background: linear-gradient(#12265b,#13285f,#182e6a); */
    /* background-color: #f9e58e; */
    /* background-color: #53bfb9; */

}

.Big_header{
    border: 3px solid black;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 55rem;
    height: fit-content;  
    background-repeat: no-repeat;
    background-size:cover;
    border-radius: 25px;
    box-shadow: 5px 5px 8px 5px #b09b9b;
}

.header_menu{
    margin: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    width: 100%;
}

.linksf{
    font-size: 3rem;
}

.m1{
    margin-top: 4px;
}

.bd{
    line-height: 2.2;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
}

.links{
    padding: 4px;
}

.logo{
    width: 120px;
    margin-left: 40px;
}

.m3{
    margin: 5px;
}
.links2{
    /* padding: 20px; */
}
.tg{
    position: relative;
    top: 8px;
    padding: 2px;
}
.X{
    position: relative;
    top: 8px;
    padding: 2px;
}
.dex{
    position: relative;
    width: 26px;
    top: 5px;
    padding: 2px;
}
.ppfl{
    width: 26px;
    position: relative;
    top: 4px;
    padding: 2px;
}


.BN{
    padding: 2px;
    position: relative;
    top: -3px;
    text-align: center;
    color: black;
    height: 40px;
    line-height:0;
}

.JU{
    position: relative;
    top: -10px;
    line-height: 30px;
    padding:2px;
    top: -3px;
    text-align: center;
    color: rgb(209, 51, 51);
}

.pngl{
    width: 420px;
}

.gm{
    font-size: 5.65rem;
    line-height: 1.4;
    margin-top: 10px;
}

.well{
    display: flex;
    justify-content: center;
    padding: 10px;
}

.gmbear{
    margin-left: 8px;
    width: 160px;
}

.c{
    text-align: center;
}
.ca{
    display: flex;
    padding: 10px;
    margin: 8px;
}

.boxad,.copy{
    padding: 6px;
    border: 2px solid #111;
    margin-right: 15px;
    background-color: white;
}

.live{
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
}

.copy{
    cursor: pointer;
    /* border-radius: 8px; */
    background-color:rgb(214, 53, 53) ;
}
.cca,.ccamb{
    text-align: center;
    margin-top: 8px;
    font-size: 17px;
}

.bgico{
    position: relative;
    z-index: -1;
    border-top:1px solid #111;
    background-image: url(fren1.png);
    background-repeat: repeat;
    background-size: 19%;
    background-position: 0% 15%;
    padding: 20px;
    width: 880px;
    overflow: hidden;
    border-radius: 0px;
}

.pfi{
    display: flex;
    justify-content: center;
}
.live, h4{
    color: rgb(209, 51, 51);
}

img.pocket{
    width: 36px;
}
.mn{
    display: flex;
    justify-content: center;
}
.ccamb{
    display: none;
}

footer{
    overflow: hidden;
}

@media only screen and (max-width: 768px) {
    
    
    .mn{
        display: flex;
        justify-content: center;
    }

    .Big_header{
        width: 370px;
    }

    .linksf{
        font-size: 38px;
        padding: 16px;
        margin-top: 15px;
    }

    .cca{
        display: none;
    }
    .ccamb{
        display: block;
        
    }

    .bd{
        border: none;
        padding: 4px;
    }

    .BN,.JU{
        display: none;
    }

    .pngl{
        margin-top: 28px;
        width:380px ;
    }

    .welcome{
        margin-top: 25px;
    }

    .gm{
        font-size: 3.5rem;
        margin-left: 40px;
        text-align: center;
    }

    .boxad{
        width: fit-content;
    }

    .copy{
        width: fit-content;
    }

    .cca{
        font-size: 14px;
    }

    .bgico{
        width: 375px;
        background-size:33%;
    }

    .header_menu{
        padding-top: 14px;
    }
}