
.cu-main{
    display: flex;
    flex-direction: column;
    justify-content: justify-evenly;
    align-items: center;
    justify-content: center;
    background-attachment: fixed;
    padding-top: 70px;
    cursor: url('./assets/images/pointer2.png'),pointer;
}

.gameconsole{
    height: 80px;
    width: 80px;;


}

.heading{
    font-size: 50px;
    margin: 25px;
    font-family: pixelled;
    color: var(--primary-c);
    text-shadow: 2.85px 2.85px 0.532px black;
}

.cu_main {
    
    color: white;
    height: 65vh;
    width: 90vw;
    padding: 10px;
    backdrop-filter: blur(25px);
    background: rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    margin-bottom: 50px;
    display: flex;
    justify-content: center;
    

}

.cu_container {
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    padding: 50px;
    width: 100%;
    max-width: 1200px;
    
}
.cu-maintext{
    font-size: 23px;
    font-weight: 600;
    text-shadow: 2.85px 2.85px 0.532px black;
    color: var(--primary-c);

}
.cu-subtext{
    font-size: 21px;
    margin-bottom: 10px;
    font-weight: 600;
    text-shadow: 2.85px 2.85px 0.532px black;
}

.cu-left-section {
    display: flex;
    flex-direction: column;
    justify-content: start;
}

.cu-merch-image {
    width: 90px;
    margin-bottom: 8px;
    margin-right: 15px;
    transition-duration: 0.5s;
    border-radius: 10px;

    
}
.cu-merch-image:hover{
    transform: scale(1.1,1.1);
}
.cu-main-image{
    width: 450px;
    height: 400px;
    margin-right: 50px;
    border-radius: 15px;
}
.cu-right-section {

    max-width: 800px;;
    
}

h1 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
}

.cu-price-section{
    font-size: 15px;
    color: white;
    font-weight: 600;
}

.cu-price-list1{

    margin-bottom: 5px;

}

.cu-special-text{
    font-size: 25px;
    font-weight: 600;
    text-shadow: 2.85px 2.85px 0.532px black;
}

.cu-price-list2{
    margin-top: 5px;
}

.cu-special-offer {
    margin: 10px 0;
}

.cu-special-offer h2 {
    font-size: 18px;
    
    
}

.cu-special-offer ul {
    list-style: none;
    margin: 4px 0;
}

.cu-special-offer ul li {
    margin-bottom: 1px;
    font-size: 15px;
    font-weight: 600;
}
.cu-sizes{
    font-size: 15px;
    margin-top: 5px;
    font-weight: 600;
}
span{
    color:var(--primary-c);
}
button {
    background-color: var(--primary-c);
    color: black;
    padding: 10px 20px;
    font-size: 18px;
    width: 100%;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

button:hover {
    background-color: white;
    color: black;
}

.cu-disclaimer {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 15px;
    color: white;
    font-weight: 600;
}

@font-face {
    font-family: "pixelled";
    src: url(/font.otf);
}

@media (max-width: 1300px){
    .cu_main{
        height: auto;
        width: auto;
    }
    .cu-right-section{
        margin-left: 20px;
    }
}

@media (max-width: 1000px) {
    .cu_main{
        height: auto;
        width: auto;
    }
    .cu-left-section{
        order: 2;
    }
    .cu-main-image{
        order: 1;
    }
    .cu-right-section{
        order: 3;
    }

    .cu-main-image{
        height: auto;
        width: auto;
        margin-right: 0px;
    }

    .gameconsole{
        display: none;
    }
    
    .cu_container {
        flex-direction: column;
        align-items: center;
    }
    

    .cu-main-image {
        width: 70vw;
    }

    .heading {
        font-size: 10vw;
    }

    .cu-left-section {
        flex-direction: row;
        justify-content: center;
        margin-top: 30px;
    }
    ul{
        text-align: center;
    }
    .cu-right-section{
        text-align: center;
    }

    button {
        font-size: 16px;
    }
}

@media (max-width: 515px) {

    .cu-merch-image{
        width: 40px;
    }
    .cu-left-section {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
    }
    button{
        width: auto;

    }
    .cu-maintext{
        font-size: auto;
    }
    
}

