@font-face {
    font-family: scribble;
    src: url(../Fonts/Scribbles-Regular.ttf);
}

body {
    background-image: url(../Images/FOnyWebPattern.png);
    height: 125vh;
    margin: auto;
    background-color: rgb(197, 197, 197);
}

.NavBar {
    background-color: rgb(124, 124, 124);
    height: 95px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    border-bottom: 3px solid rgb(255, 158, 218);
    box-shadow: 3px 3px 4vh rgb(255, 205, 236);
    align-items: left;
    z-index: 1000;
}

.Nav-logo {
    position: absolute;
    left: 4%;
    top: 50%;
    transform: translate(-50%, -50%);
}


.Star  {
    height: 75px;
    padding-top: 5px;
}



.Links {
    padding-top: 25px;
    gap: 40px;
    list-style: none;
    display: flex;
    justify-content: center;
}

.Links li {
    position: relative;
}

li a {
    color: white;
    text-decoration: none;
    font-family: scribble;
    font-weight: 900;
    font-size: 30px;

}

li a:hover {
    text-decoration: underline;
    color: rgb(255, 158, 218);
    text-shadow: 3px 3px 4vh rgb(253, 194, 231);
}

.ShopCart {
    position: absolute;
    left: 93%;
    padding-bottom: 3%;
    transform: translate(-50%, -50%);
}

.Cart {
    height: 40px;
}

.ShopCart img:hover {
    content: url(../Images/pinkcart.png);
    filter: drop-shadow(0 0 10px rgb(255, 208, 245)) drop-shadow(0 0 20px rgb(255, 212, 249));
}

.searchicon {
    position: absolute;
    left: 85%;
    padding-bottom: 3%;
    transform: translate(-50%, -50%);
}

.searchicon img:hover {
    content: url(../Images/searchpink.png);
    filter: drop-shadow(0 0 2vh rgb(252, 210, 243)) drop-shadow(0 0 4vh #ffd3f9);
}

.search {
    height: 40px;
}

.skateimg {
    height: 100%;
    width: 100vw;
}

.NewStock {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 105px auto;
    opacity: 100%;
    border-radius: 10px;
    height: 70vh;
    width: 98vw;
    background-image: url(../Images/fony2025.png);
    background-color: rgb(0, 0, 0);
}

.newbutton {
    opacity: 100%;
    margin-top: 25%;
    height: 10%;
    width: 15%;
    font-family: scribble;
    font-size: 50px;
    font-weight: bold;
    border-radius: 10px;
    background-color: rgba(65, 65, 65, 0.501);
        filter: drop-shadow(0 0 2vh rgb(255, 221, 248)) drop-shadow(0 0 4vh #787878);
    border: 0.1px;
    text-align: center;
    text-decoration: none;
    text-align-last: center;
    color: rgb(255, 255, 255);
}

.collection {
    background-color: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: top;
    margin: 105px auto;
    height: 35vh;
    width: 100%;
    border-radius: 10px;

}

.item {
    background-color: #ffffff00;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 105px auto;
    height: 10vh;
    width: 15%;
    border-radius: 10px;
    opacity: 100%

}

.fonybelt {
    justify-content: flex;
    height: 25vh;
    width: 100%

}

.tee1 {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.tee2 {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.tee3 {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.fonyhoodie {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.jean {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.jean2 {
    justify-content: flex;
    height: 25vh;
    width: 100%
}

.collectiontext {
    align-content: center;
    font-family: scribble;
}

.text2025 {
    font-family: scribble;
    font-size: xx-large;
    font-weight: bold;
}

.coltxt {
    padding-left: 40%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 20%;
    width: 20%;
}
