body {
    background-color: #05192D;
    margin: 0;
    padding: 0;
    background-color: #000000;
opacity: 1;
background-image:  linear-gradient(30deg, #010509 12%, transparent 12.5%, transparent 87%, #010509 87.5%, #010509), linear-gradient(150deg, #010509 12%, transparent 12.5%, transparent 87%, #010509 87.5%, #010509), linear-gradient(30deg, #010509 12%, transparent 12.5%, transparent 87%, #010509 87.5%, #010509), linear-gradient(150deg, #010509 12%, transparent 12.5%, transparent 87%, #010509 87.5%, #010509), linear-gradient(60deg, #01050977 25%, transparent 25.5%, transparent 75%, #01050977 75%, #01050977), linear-gradient(60deg, #01050977 25%, transparent 25.5%, transparent 75%, #01050977 75%, #01050977);
background-size: 28px 49px;
background-position: 0 0, 0 0, 14px 25px, 14px 25px, 0 0, 14px 25px;
}

* {
    font-family: "inter";
    color: rgb(201, 226, 255);
}

#logo {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 50px;
}

#logo img {
    width: 120px;
}

#introduction {
    text-align: center;
}

#introduction p {
    margin-top: -15px;
    opacity: 0.8;
}

#showcase {
    width: 90%;
    margin-left: 5%;
    display: flex;
    justify-content: center;
    margin-top: 50px;
    flex-wrap: wrap;
}

.showcase-bgrd {
    width: 350px;
    max-height: 250px;
    background-color: rgba(29, 77, 103, 0.095);
    border-radius: 20px;
    color: #05192D;
    margin-left: 40px;
    transform: translate(-20px,-20px);
}

.showcase-item {
    width: 350px;
    min-height: 270px;
    background-color: rgb(201, 226, 255);
    border-radius: 20px;
    transform: translate(20px,20px);
    padding-bottom: 1px;
}

.showcase-image {
    background-color: rgba(98, 115, 123, 0.266);
    width: 100%;
    height: 170px;
    border-radius:18px 18px 0px 0px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.showcase-image feature {
    background-color: #05192D;
    padding:20px;
    padding-bottom: 5px;
    padding-top: 5px;
    margin: 10px;
    border-radius: 10px;
    font-size: 70%;
    
    color: rgb(181, 251, 238);
}

.showcase-info {
    margin: 20px;
    margin-top: -5px;
    color: #05192D;
}

.showcase-info h3{
    font-weight: 600;
    color: rgb(20, 43, 69);
    text-transform: uppercase;
}

.showcase-info p {
    color: rgba(20, 43, 69);
    opacity: 0.9;
    margin-top: -18px;
    font-weight: 500;
}

tag {
    background-color: rgb(20, 43, 69);
    padding: 10px;
    padding-bottom: 7px;
    padding-top: 7px;
    border-radius: 20px;
    font-size: 70%;
    color: rgb(181, 251, 238);
}

.showcase-info button {
    width: 100px;
    padding-bottom: 9px;
    padding-top: 9px;
    color: rgb(201, 226, 255);
    font-weight: 500;
    border-radius: 5px;
    border: 0;
    background-color: rgb(20, 43, 69);
}

.showcase-info button:hover {
    transform: scale(1.05);
}

.showcase-element {
    height: 380px;
    padding-top: 20px;
    padding-right: 20px;
}

#vouches-container {
    display: flex;
    justify-content: center;
}

.vouch {
    margin: 10px;
    margin-top: 20px;
    width: 250px;
    border-radius: 5px;
    padding: 20px;
    padding-top: 15px;
    background-color: rgb(201, 226, 255);
    padding-bottom: 1px;
}

.vouch p {
    color: rgb(20, 43, 69);
}

.vouch span {
    background-color: rgb(20, 43, 69);
    color: rgb(201, 226, 255);
    padding: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 5px;
    font-size: 70%;
}

.prodview-container {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0px;
    display: none;
    justify-content: center;
}

.product-view {
    width: 500px;
    max-width: 80%;
    height: 550px;
    background-color: #05192D;
    margin-top: 20px;
    border-radius: 5px;
    overflow-y: scroll;
    padding: 20px;
    padding-top: 30px;
    
} 

.img-view {
    margin: 2.5px;
    margin-bottom: 10px;
    width: 200px;
    height: 200px;
    background-color: transparent;
    flex-grow: 1;
    margin-left: 5%;
    background-image: url(https://web.archive.org/web/20220825123639im_/https://imagedelivery.net/95QNzrEeP7RU5l5WdbyrKw/6e26e49f-fc91-45b6-96d4-3722f8b90c00/shopitem);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-view:hover {
    scale: 1.02;
    filter: blur(1px);
}

ul, ol {
    margin-top: 5px;
    margin-bottom: 5px;
}

li {
    opacity: 0.5;
}

#pvc {
    width: 50px;
    padding-bottom: 12px;
    padding-top: 9px;
    color: rgb(255, 255, 255);
    font-weight: 500;
    border-radius: 5px;
    border: 0;
    background-color: rgb(132, 38, 38);
    margin-top: -10px;
    margin-bottom: 10px;
    font-weight: 700;
}

@keyframes slide-in {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }
}

@keyframes pop-in {
    0% {
        opacity: 0;
        transform: scale(0);
    }
}
