:root {
    --blue-transparent-color: #212250c4;
    --green-transparent-color: #979700bf;
    --blue-ball-color: #009aff;
    --white-color: #ffffff;
    --yellow-color: #e4d60d;
    --green-color: #6d6d17;
}

body {
    /* overflow: hidden; */
    color: var(--white-color);
    font-family: 'Roboto', sans-serif;
}

a {
	color: var(--white-color);
    transition: 0.3s;
}

a:hover {
    color: var(--white-color);
	text-decoration: none;
	color: var(--yellow-color);
}

button:focus
{
    border: none;
    outline:none;
}

li {
    list-style: none;
}

.c-btn-primary {
	background-color: #393939;
	color: var(--white-color);
	border: 1px solid #393939;
	padding: 5px 15px;
}

.main-wrapper {
	position: relative;
}

.full-h-section {
    height: 100vh;
    position: relative;
}

.home-top-section {
	background-position: center center;
	background-repeat: no-repeat;
}

.home-bottom-section {
	background-image: url(../img/home-bottom-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.notinhome-top-section {
	background-image: url(../img/home-top-bg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.notinhome-bottom-section {
	background-color: #090a4d;
	z-index: 100;
}

.navigation {
	height: 100vh;
	width: 250px;
	position: fixed;
	left: 10%;
	background-color: var(--blue-transparent-color);
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 100;
}

.navigation-list {
	padding: 18px;
	margin: 0;
	width: 100%;
	font-weight: 500;
}

.navigation-list li {
	padding: 8px 0 8px 8px;
	border-bottom: 1px solid #ffffff82;
}

.navigation-list li:last-child {
	border-bottom: 1px solid transparent;
}

.navigation-list li i {
	color: var(--yellow-color);
	font-weight: bolder;
	font-size: 13px;
	margin-right: 4px;
}

.logo {
	position: absolute;
	top: 0;
}

.logo img {
	width: 100%;
	padding: 20px;
}

.slide-caption-wrapper {
	position: absolute;
	width: 30%;
	left: 35%;
	top: 38%;
}

.slide-caption-wrapper h3 {
	font-size: 3.3rem;
	font-weight: 600;
	text-shadow: 0px 0px 5px rgb(40, 40, 40, 0.75);
}

.slide-caption-wrapper p {
	font-weight: 200;
	font-size: 1.2rem;
	text-shadow: 0px 0px 5px rgb(40, 40, 40, 0.75);
	margin-bottom: 3px;
}

.slide-caption-block {
	background-color: #393939;
	padding: 7px;
	display: inline-block;
	margin-top: 4px;
}

.slide-caption-wrapper span span {
	color: var(--yellow-color);
	font-weight: 600;
}

.live-draw-wrapper {
	position: absolute;
	max-width: 650px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	left: 35%;
	top: 10%;
}

.countdown-clock {
	text-shadow: 0px 0px 5px rgb(40, 40, 40, 0.75);
	font-size: 3.5rem;
	font-weight: 200;
	letter-spacing: 3px;
	min-height: 67px;
	display: flex;
	align-items: center;
	user-select: none;
}

.countdown-clock p {
	font-size: 2rem;
	letter-spacing: 2px;
	font-weight: 200;
	margin: 0;
}

.draw-title {
	font-size: 1.5rem;
	border-bottom: 2px solid #fff;
	margin-bottom: 10px;
	padding-bottom: 5px;
}

.countdown-table-head {
	width: 100%;
	background-color: var(--green-transparent-color);
	align-items: center;
}

.last-date-draw {
	font-weight: 600;
}

.btn-c {
	background-color: #393939;
	padding: 8px;
	font-weight: 600;
	display: inline-block;
}

.countdown-table-body {
	background-color: var(--blue-transparent-color);
	width: 100%;
	margin-top: 15px !important;
	padding: 2rem;
}

.prize-wrapper {
	display: flex;
	justify-content: space-around;
}

.prize-wrapper span {
	font-size: 2rem;
	font-weight: 600;
	background-color: var(--blue-ball-color);
	border-radius: 50%;
	height: 50px;
	width: 50px;
	text-align: center;
	text-shadow: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.prize-label {
	display: block;
	text-align: center;
	font-weight: 600;
	font-size: 1.3rem;
	margin-bottom: 15px;
}

.footer-wrapper {
	background-color: #222246;
	position: relative;
	min-height: 235px;
	padding: 40px 20px 20px 20px;
}

.footer {
	min-width: 800px;
	text-align: center;
	position: absolute;
	width: 50%;
	left: 36%;
}

.responsible-msg {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: 1px;
}

.copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	letter-spacing: 1px;
}

.license-logo-wrapper {
	margin-top: 3rem;
	display: flex;
	justify-content: space-around;
	padding: 0;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.license-logo-list img {
	width: 100%;
}

.mobile-menu-wrapper {
	display: none;
}

/* RESULT PAGE */
.heading-title {
	width: 100%;
	text-shadow: 0px 0px 5px rgb(40, 40, 40, 0.75);
	font-size: 2.5rem !important;
	font-weight: 600;
}

.heading-title a {
	font-size: 1rem;
	float: right;
	margin-top: 8px;
}

.title-border {
	width: 60px;
	height: 2px;
	background-color: var(--yellow-color);
	margin-bottom: 10px;
	align-self: flex-start;
}

.btn-c span {
	color: var(--yellow-color);
}

.notinhome-footer {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	left: 0;
}

.all-result-table-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.all-result-table {
	min-width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

.all-result-table-head {
	background-color: #6d6d17;
}

.all-result-table-head .col-3 {
	text-align: center;
	padding: 10px;
	font-weight: 600;
}

.all-result-table-body-wrapper {
	margin-top: 20px;
}

.all-result-table-body {
	padding: 8px;
	border-bottom: 1px solid #fff;
}

.row.all-result-table-body:last-child {
	border: 1px solid transparent;
}

.all-result-table-body .col-3 {
	padding: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.all-result-table-body .col-3 span {
	background-color: var(--blue-ball-color);
	height: 30px;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin: 3px;
	font-weight: 600;
}

.all-result-date {
	font-weight: 600;
	justify-content: flex-start !important;
}

.mobile-prz-label {
	display: none!important;
}

.filter-wrapper {
	justify-content: space-between;
	padding-bottom: 15px;
}

.btn-filter {
	min-width: 105px;
	font-size: 15px;
	text-align: center;
}

.filter-active {
	background-color: #6d6d17;
}

.filter-wrapper span {
	display: flex;
}

.p1 img {
	width: 70%;
}
.p2 img {
	width: 70%;
}
.p3 img {
	width: 70%;
}

#onDrawing {
	background-color: #090a4d;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	justify-content: center;
	align-items: center;
}

#onDrawing img {
	width: 10%;
}

/* About Us page */

.about-wrapper {
	height: 100vh;
	position: absolute;
	width: 72%;
	right: 0;
	display: flex;
	align-items: center;
}

.about-text-wrapper {
	background-color: var(--blue-transparent-color);
	padding: 23px;
}

.about-inner {
	width: 100%;
	height: 100vh;
	align-items: center;
}

.about-inner-left {
	padding-right: 30px;
	padding-left: 30px;
}

.about-title {
	font-weight: 600;
	font-size: 2.7rem;
}

.about-tagline {
	color: #e5d90a;
	font-size: 21px;
	font-weight: 300;
}

.about-inner-right {
	background-color: var(--blue-transparent-color);
	height: 100%;
}

.about-right {
	height: 100%;
}

.about-logo {
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-logo img {
	width: 75%;
}

.about-slide-item h3 {
	color: #ded10f;
}

/* Contact Page */

.contact-wrapper {
	height: 100vh;
	position: absolute;
	width: 65%;
	right: 4%;
	display: flex;
	align-items: center;
}

.contact-left {
	background-color: var(--blue-transparent-color);
	padding: 20px;
	min-height: 385px;
}

.contact-list {
	padding: 0;
	margin: 10% 0 0 0;
}

.contact-list li {
	background-color: #222246;
	padding: 10px;
	margin-bottom: 7px;
}

#hvnMap {
	min-height: 385px;
}

#hvnMap iframe {
	width: 100%;
	height: 385px;
	border: 3px solid transparent;
}