@font-face {
    font-family: 'Impact';
    src: url('./fonts/impact.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



body,
html {
    margin: 0;
    overflow: hidden;
    font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
}

#container {
    display: flex;
    flex-direction: row;
    width: 100vw;
    height: 100vh;
    padding: 0;
    overflow: hidden;
    background-color: #fff;
    position: relative;
}

#container3d {
    width: 100%;
    height: 100%;
    background-color: #fff;
}

#image {
    position: fixed;
    top: 200px;
    right: 40px;
    z-index: 20;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.generated {

    width: 200px;
    height: 100%;
}



.buttons {
    display: flex;
    position: fixed;
    justify-content: space-between;
    width: 100vw;
    align-items: center;
    bottom: 32px;
    z-index: 50;
    /* margin: 0 52px; */
    color: #010101;
    text-align: center;
    font-family: Sora;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    /* 100% */

}

.button {
    padding: 20px 40px;
}


#britishtonFlowers {

    position: fixed;
    right: 0;
    top: 0;
    width: 128px;
    height: 64px;
    z-index: 60;
    display: flex;
}

#imgBr {
    object-fit: cover;
}

#britishtonBall {

    position: fixed;
    right: 40px;
    top: 47px;
    z-index: 61;
    display: flex;
}

.small {
    font-family: "DM Sans";
    font-size: 25px;
}

.titleDesc {}

#threedium_logo {
    position: fixed;
    top: 150px;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    font-size: 25px;
    font-family: Sora;
    align-items: center;
}

/* 
#threedium_logo div {
    margin-top: -20px;
} */

/* #playButton {
    position: fixed;
    z-index: 50;
    left: 50%;
    bottom: 20px;
    transform: translate(-50%, -50%);
    margin: 0;
    padding: 0;
} */

#loadingContent {
    display: flex;
    position: absolute;
    z-index: 100;
    top: 0%;
    left: 0%;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #0C0C0B;
    background-color: rgb(255, 255, 255);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80vh;
    padding-bottom: 20vh;
    cursor: wait;
    box-sizing: content-box;
}


.loading-img {
    /*    width: auto;*/
    width: 200px;
    height: 100%;
}

#aws-logo {
    position: fixed;
    z-index: 50;
    top: 64px;
    right: 64px;
}

#aws-logo2 {
    width: 160px;
    height: auto;
}



/* #sneakerVideo {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    
} */


.video-container {
    position: fixed;
    z-index: 999999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    width: 100vw;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
}

video {
    height: 100%;
    width: auto;
}


#content {
    position: fixed;
    bottom: 120px;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    gap: 370px;
    z-index: 9999;
    width: calc(100vw - 240px);
    padding: 0 120px;
}

#sneakers {
    display: inline-flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;

    div {
        display: flex;
        width: 400px;
        height: 315px;
        padding: 4px 10px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        flex-shrink: 0;
        border: 2px solid #D6D6D6;
        background-color: #fff;
    }

    .selectedSneaker {
        border: 2px solid black;
    }
}

.sneakerImg2 {
    width: 252px;
    height: 156px;
    flex-shrink: 0;
    object-fit: contain;
}


#qr_btn {
    width: 100%;
    display: flex;
}

#QR_code {
    display: flex;
    position: relative;
}

#visitBtn {
    width: 330px;
    height: 123px;
    flex-shrink: 0;
    background-color: #000;
    color: #FFF;
    text-align: center;
    font-family: "Roboto Condensed";
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 110%;
    display: flex;
    letter-spacing: 0.64px;
    text-align: center;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 120px;
    bottom: 0;
}

#QR_img {
    width: 362px;
    height: 362px;
    flex-shrink: 0;
    border: 11px solid #000;
}

#qr_desc {

    color: #000;
    font-family: "Roboto Condensed";
    font-size: 64px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: 1.28px;
    width: 590.436px;
    transform: rotate(-0.405deg);
    position: absolute;
    bottom: 10px;
    left: 442px;
}



#QR_code2 {
    display: none;
}

/* style.css */
/* .iframe-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9999999999;
}

.iframe-container iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.close-button {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 5px 10px;
    font-size: 16px;
    background: red;
    color: white;
    border: none;
    cursor: pointer;
} */



@media(max-width: 2000px) {

    #threedium_logo {
        img {
            width: 300px;
            height: auto
        }

        left:20px;
        top:20px;
        transform: none;
    }

    #container {
        height: 100vh;
    }


    #content {

        bottom: 0;
        position: fixed;
        background: transparent;
    }

    #QR_code {

        display: none;
    }

    #QR_code2 {
        position: absolute;
        top: 20px;
        right: 10px;
        gap: 10px;
        display: flex;
        flex-direction: column;
    }

    #QR_img2 {
        width: 150px;
        height: 150px;
        border: 3px solid black;
    }

    #qr_desc2 {
        font-size: 20px;
        width: 200px;
    }

    #sneakers {
        position: absolute;
        bottom: 20px;

        img {
            width: 120px;
            height: auto;
        }
    }


    #sneakers {
        display: inline-flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;

        div {

            width: 200px;
            height: 150px;
        }

        .selectedSneaker {
            border: 2px solid black;
        }
    }

}