@font-face {
    font-family: "Roboto";
    src: url("/fonts/Roboto/Roboto-Regular.ttf");
}

html {
    overflow: scroll;
    overflow-x: hidden;
}
::-webkit-scrollbar {
    width: 0; /* Remove scrollbar space */
    background: transparent; /* Optional: just make scrollbar invisible */
}
/* Optional: show position indicator in red */
::-webkit-scrollbar-thumb {
    background: #ff0000;
}

html,
body {
    background-color: #282828;
    font-family: "Roboto", sans-serif;
    font-weight: 200;
}

#wrapper {
    max-width: 414px;
    position: relative;
    margin: 0 auto;
    min-height: 100vh;
    transition: all 0.3s;
    top: 0;
    color: #fff;
}

#main {
    position: absolute;
    top: 67px;
    bottom: 0;
	padding: 0;
	margin: 0;
}

.bg-quiz-primary {
    /* background-color: #001950; */
    background-color: #00377d;
}

.text-quiz-primary {
    color: #01214d !important;
}

/* Floating */
@keyframes float {
    0% {
        transform: translatey(0px);
    }
    50% {
        transform: translatey(14px);
    }
    100% {
        transform: translatey(0px);
    }
}

.float-icons {
    top: 0px;
    right: 88px;
    position: absolute;
    transform: translatey(0px);
    animation: float 3s ease-in-out infinite;
}

#buy-coins-tnc {
    position: absolute;
    top: 40%;
    left: 8%;
    width: 84.5%;
    height: 55%;
}

#buy-coins-tnc ol li {
    margin-left: -20px;
}

@media (max-width: 575.98px) {
    #buy-coins-tnc {
        overflow-y: scroll;
    }
}

/* Oct 28, 2021 */
.bg-home-en {
    /* background: url(../img/bg-home-en.png) no-repeat center bottom; */
    /* background-size: cover; */
    /* background: radial-gradient(
        circle at center,
        #ffd105,
        #f4c702,
        #c09d02,
        #a08303
    ); */
	background-color: #ffd100;
}

.bg-home-sw {
    /* background: url(../img/bg-home-sw.png) no-repeat center bottom; */
    /* background-size: cover; */
    /* background: radial-gradient(
        circle at center,
        #ffd105,
        #f4c702,
        #c09d02,
        #a08303
    ); */
	background-color: #ffd100;
}

.background-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%; /* Make the image span the full width of the page */
	height: 100%; /* Maintain aspect ratio */
	background-image: url('../img/background-bottom.png'); /* Replace with your image path */
	background-repeat: no-repeat; /* Prevent repeating */
	background-position: center bottom; /* Position the image at the bottom */
	background-size: contain; /* Scale the image to fit within the container */
	z-index: 1; /* Optional: Ensure it doesn't overlap other content */
}

.text-price-home {
    color: #ffffff;
    font-family: Arial;
    text-decoration: none;
    text-shadow: -1px 2px 0px #f90404;
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 1200px) {
    #main {
        min-height: 100vh;
    }
}

@media (max-width: 320px) {
    #main {
        min-height: 100vh;
    }
}

@media (max-width: 360px) {
    #main {
        min-height: 100vh;
    }
}
