@font-face {
    font-family: "Theinhardt-Light";
    src: url("/fonts/Theinhardt-Light.otf");
}
@font-face {
    font-family: "Theinhardt-Medium";
    src: url("/fonts/Theinhardt-Medium.otf");
}
@font-face {
    font-family: "Theinhardt-Regular";
    src: url("/fonts/Theinhardt-Regular.otf");
}

html {
    min-height: 100%;
    scroll-behavior: smooth;
}

body {
    min-height: 100%;
    margin: 0;
    position: relative;
    /* overflow-y: hidden; */
}
@media(max-width:840px){
    body{
        background-color: black;
    }
}
body > div, body > div .content-container {
    height: auto;
    min-height: 100%;
}

.text-center {
    display: flex;
    justify-content: center;
}

.content-container {
    display: inline-block;
    position: relative;
    background-color: rgb(213, 214, 216);
}

.bg-img {
    height: 100vh;
    max-height: 100vh;
    width: auto;
    max-width: 100%;
    background-repeat: no-repeat;
}

.logo-back-btn {
    left: 10% !important;
    top: 4%;
    width: 15%;
}

.logo-cont {
    top: 5%;
    width: 40%;
}

.logo-cont-2 {
    bottom: 15%;
    width: 80%;
}

.logo-cont-3 {
    bottom: 3%;
    width: 80%;
}

.logo-cont-4 {
    top: 4%;
    width: 15%;
}

.pos-abs {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
}

.logo-image {
    width: 100%;
}

.btn-cont {
    bottom: 10%;
    width: 80%;
}

@media screen and (max-device-width: 480px) {
    .bg-img {
        height: 100vh;
        width: 100%;
    }

    html {
        background-color: rgb(213, 214, 216);
    }
}

@media screen and (max-device-height: 719px) {
    .bg-img {
        height: 100%;
    }
}
