


body {
    background-color: rgb(0, 0, 0);

   
    
}

.root {

    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;

    background: url(img/bg2.jpg);
    background-size: cover;

}
.shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


/* canvas {

    width: 500px;
    aspect-ratio: 1/1;
    outline: 2px solid black;


    font-family: 'Pangolin', cursive;
    font-family: 'Poppins', sans-serif;

} */

.hat,.bg,.cigar {

    display: none;
}


.setup {
    width: 950px;
    height: 600px;
    display: flex;
    background-color: rgb(33, 33, 33,0.75);
    backdrop-filter: blur(7px);
    -webkit-backdrop-filter: blur(7px);
    border-radius: 5px;
}.setup .l {

    width: 63%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

}
.itmSelected {
    position: absolute;
    top: 15px;
    color: white;
    font-family: 'Pangolin', cursive;

}
.setup .r {

    width: 37%;
    height: 100%;
    padding: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    background-color: rgb(33, 33, 33,0.95);
    border-radius: 0 5px 5px 0;

    
}.r h1 {

    font-size: 30px;
    font-family: 'Pangolin', cursive;
    color: white;
    margin: 0 0 20px 0;
}




p.h {
    color: white;
    font-family: 'Pangolin', cursive;
    /* text-align: center; */
    font-size: 14px;

}
div.bar {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.selections {
    display: flex;
    gap: 5px;
    width: 150px;

}

.hatSelected {
    width: 100%;

    height: 50px;
    background-color: #171717;
    border-radius: 5px;

}.hatSelected img {
    width: 100%;
}

.cigarSelected {
    width: 100%;

    height: 50px;
    background-color: #171717;
    border-radius: 5px;

}.cigarSelected img {
    width: 100%;
}
.baseSelected {
    width: 100%;
    height: 50px;
    background-color: #171717;
    border-radius: 5px;

}.baseSelected img {
    width: 100%;

}

.moveAround {
    width: 150px;
    height: 100px;
    background-color: #171717;
    border-radius: 5px;
    position: relative;

}
.moveAround .bb {
    position: absolute;
    
    display: flex;
    align-items: center;
    justify-content: center;
}
.moveAround .top {
    height: 40px;
    right: 0;
    top: 10px;
    width: 100%;
}.moveAround .bottom {

    height: 40px;
    right: 0;
    bottom: 10px;
    width: 100%;
    
}.moveAround .right {
    width: 40px;
    right: 10px;
    top: 0;
    height: 100%;
    
}.moveAround .left {
    width: 40px;
    left: 10px;
    top: 0;
    height: 100%;
}

.moveAround div.b {
    width: 30px;
    aspect-ratio: 1/1;
    background-color: rgb(185, 185, 185);

    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
.moveAround div.b:hover {
    background-color: rgb(255, 255, 255);
}







.size {
    width: 150px;
    display: flex;
    justify-content: space-between;
    border-radius: 5px;

}
.size .add, .size .negative {
    width: 30px;
    aspect-ratio: 1/1;
    background-color: rgb(185, 185, 185);

    border-radius: 5px;

    display: flex;
    align-items: center;
    justify-content: center;

}.size .add i, .size .negative i {
   font-size: 20px;
    color: #171717;
}
.size .add:hover, .size .negative:hover {

    background-color: rgb(255, 255, 255);

}



.selectItm {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.5);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;

    /* display: none; */

}

.selectHat {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.5);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;

    display: none;
}

.selectCigar {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0,0.5);

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    z-index: 1;

    display: none;
}


.ss h1 {
    font-family: 'Pangolin', cursive;
    position: relative;
    color: white;

}

.popup {
    max-width: 1100px;
    padding: 30px;
    background-color: white;
    z-index: 1;
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    background-color: rgb(0, 0, 0,0.5);

}

.popup img {
    width: 200px;
    aspect-ratio: 1/1;
}
.popup img:hover {
    scale: 1.1;
    border: 3px solid black;
}



.SaveBtn {
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;

    display: flex;
    align-items: center;
    justify-content: center;
}.SaveBtn button {
    width: 300px;
    padding: 13px 0;
    border: 0;
    border-radius: 3px;
    color: white;
    font-family: 'Pangolin', cursive;
    background-color: #171717;
    font-size: 20px;
}

.SaveBtn button:hover {
    background-color: #000000;
}


.screenSizeSmall {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    
    background-color: rgb(0, 0, 0,0.9);
    backdrop-filter: blur(10px);
    padding: 0 100px;
    
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-backdrop-filter: blur(10px);

    display: none;
}.screenSizeSmall p {
    color: white;
    position: relative;
    font-size: 23px;
    font-family: 'Pangolin', cursive;
    text-align: center;
    z-index: 2;
}




@media only screen and (max-width: 800px) {
    .screenSizeSmall {
        display: flex;
    }
}










/* 
@media only screen and (max-width: 600px) {

}

@media only screen and (min-width: 600px) and (max-width: 1000px) {

} */

