@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
    padding: 0;
    margin: 0
}

#unity-container {
    position: fixed;
    width: 100%;
    height: 100%;
}

#unity-canvas {
    width: 100%;
    height: 100%;
    background: #231F20;
}

#unity-loading-bar {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: none
}

#unity-logo {
    width: 154px;
    height: 130px;
    background: url('unity-logo-dark.png') no-repeat center
}

#unity-progress-bar-empty {
    margin-left: auto;
    margin-right: auto;
    width: 141px;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-empty-dark.png') no-repeat center
}

#unity-progress-bar-full {
    width: 0%;
    height: 18px;
    margin-top: 10px;
    background: url('progress-bar-full-dark.png') no-repeat center
}

#unity-warning {
    position: absolute;
    left: 50%;
    top: 5%;
    transform: translate(-50%);
    background: white;
    padding: 10px;
    display: none
}

#startup-container {
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    background: white;
    opacity: 1;
    transition: opacity 1.5s ease-in-out;
}

#bgVideo {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    overflow: hidden;
    object-fit: fill;
    opacity: 1;
    transition: opacity 1.5s ease-in-out, filter 1.5s ease-in;
    transform: scale(1.1);
}

.blured {
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    -o-filter: blur(30px);
    -ms-filter: blur(30px);
    filter: blur(30px);

}

#item-container {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;


}

#logo-image-container {
    width: 30%;
    position: relative;
}

#logo-img-2 {
    opacity: 0;
}

.logo-img {
    /* position: absolute;
    top: 0;
    left: 0; */
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

.d-none {
    display: none;
}

#text-container {
    position: relative;
    width: 100%;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-size: 1.5rem;
    font-style: normal;
    text-align: center;
    color: white;
    letter-spacing: 1px;
    margin-top: 5rem;
    height: 2rem;
}

#crafting-memories {}

#get-started {
    cursor: pointer;
    transition: opacity 1.5s ease-in-out;
}

#cus-loading-container {
    transition: opacity 1.5s ease-in-out;
    opacity: 0;
}

.text-transitions {
    transition: opacity 1.5s ease-in-out;
    opacity: 0;
}

.angle {
    margin-left: 0.25rem;
    height: 1.5rem;
    width: 1.5rem;
}

.loading-container {
    background-color: #231F20;
    width: 20%;
    border-radius: 75px;
    height: 5px;
    margin: 1rem auto;
}

#progress-bar {
    background: white;
    border-radius: 75px;
    height: 100%;
    width: 0%;
    /* width: 50%; */
}
#click-to-continue{
    color: #666666;
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
    font-family: "Montserrat", sans-serif;
    font-size: .8rem;
    text-align: center;
    margin-top: 3.5rem;
    cursor: pointer;
}

#sound-icon{
    cursor: pointer;
    color: white;
    position: fixed;
    font-size: 1.2rem;
    font-weight: 300;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 0;
    transition: opacity 1.5s ease-in-out;
}

#cross-icon{
    /* margin-left: 0.3rem; */
    display: inline-block;
    height: 1rem;
    transition: opacity 1s ease-in-out, transform 0.5s ease;
    transform: rotate(45deg);
}
