@charset "utf-8";

@font-face {
    font-family: '';
    src: url('Brillion.woff2') format('woff2'),
        url('Brillion.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



*,*:before,*:after{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	outline:none;
}
html {overflow-y: auto; min-height:100%;}

body{
	min-height:100%;
	font-family:"Roboto Condensed", Calibri, Arial, Helvetica, sans-serif;
	font-size:14px;
	background-color: #fff;
	background-image: url(../../Images/bg.jpg);
	background-position: center top;
	background-size: cover;
	margin:0px;
	padding:0px;
	color:#000;
	overflow-x: hidden;
}

select, input, textarea, button{
	font-family:"Roboto Condensed", Calibri, Arial, Helvetica, sans-serif;
}
a{
	text-decoration:none;
	color:#512a78;
}
.container{
	width:94%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
}
.wow{
	visibility:hidden;
}
.hello,.forbidden{
	width:100%;
	height:auto;
	line-height:26px;
	position:fixed;
	z-index:1000;
	bottom:0;
	left:0;
	padding:30px 20px;
	margin:auto;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-weight:bold;
}
.hello{
	background-color: #fac800;
	background-image: linear-gradient(45deg, #ffae00, #fac800);
	color: #000;
}
.forbidden{background-color:#d00;}

.logo{
	display: block;
	margin: 25px auto;
	width: 100px;
}
h1{
	font-size: 48px;
	color: #fff;
	display: block;
	text-align: center;
	margin: 0 auto 35px auto;
}
h1 font{
	font-size: 72px;
	background: linear-gradient(45deg, #ffae00, #fac800);
	-webkit-background-clip: text;
	color: transparent;
}
.main-desc{
	color: #fff;
	font-size: 22px;
	width: 100%;
	max-width: 900px;
	margin:  50px auto;
	text-align: center;
}

.countdown-container{
	width: 520px;
	margin: 25px auto;
}
.countdown-item-holder{
	width: 110px;
	text-align: center;
	font-size: 15px;
	color: #fff;
}
.countdown-item{
	border-radius: 50%;
	width: 110px;
	height: 110px;
	line-height: 110px;
	text-align: center;
	background-color: #333;
	background-image: linear-gradient(0deg, #111 0%, #333 100%);
	color: #fff;
	font-size: 38px;
	margin-bottom: 8px;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}

.form-container{
	width: 480px;
	margin: auto;
}
.form-input-mob{
	height: 50px;
	width: 320px;
	text-align: left;
	margin: auto;
	border: none;
	background-color: #fff;
	font-size: 16px;
	padding: 0 8px;
	
}

.form-button-mob{
	width: 160px;
	height: 50px;
	border: none;
	background-color: #fac800;
	background-image: linear-gradient(45deg, #ffae00, #fac800);
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
	margin: 0;
	font-weight: 700;
}




.carousel-container {
    position: relative;
	width: 100%;
	max-width: 1200px;
    margin: auto;
    overflow: hidden;
	display: block;
	margin-top: 100px;
}

.carousel {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.carousel-item {
    flex: 0 0 23%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    padding: 0;
	height: 220px;
	background-color: #fff;
	position: relative;
	border: 3px solid #fac800;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.carousel-title{
	font-size: 20px;
	margin-top: 12px;
	font-weight: 700;
}

.arrows-container {
    width: 120px;
    margin: auto;
    text-align: center;
    margin-top: 40px; /* Add margin between arrows and items */
}
.carousel-image{
	width: 100%;
	border: 13px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.button-box {
    font-size: 18px;
    cursor: pointer;
    background: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background-color: #333;
	background-image: linear-gradient(0deg, #111 0%, #333 100%);
}

#prevBtn {
    margin-right: 10px;
}

#nextBtn {
    margin-left: 10px;
}

.button-container{
	width: 94%;
	max-width: 540px; 
	margin: 35px auto;
}
.half-button{
	width: 250px;
	height: 60px;
	line-height: 60px;
	color: #000;
	background-color: #fac800;
	background-image: linear-gradient(45deg, #ffae00, #fac800);
	display: block;
	margin-bottom: 25px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
}


/* --------------------------------------------------- general styles --------------------------------------------------- */
.float-left{float: left;}
.float-right{float: right;}
.clear{clear: both;}
.center-text{text-align: center;}
.left-text{text-align: left;}
.right-text{text-align: right;}
.gray-text{color: #aaa;}
.no-border{border:none;}
.no-border-bottom{border-bottom:none;}
.no-padd{padding: 0;}
.no-background{background-color: transparent;}
.full-width{width: 100%;}
.half-width{width: 50%;}
.marg-top-25{margin-top: 25px;}
.opac-0{opacity:0;}
.inverted{filter: invert(100%);}

.hr-divider{
    border: none;
    border-bottom: 1px solid #eee;
	margin: 25px 0;
}

.flex-container{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: space-between;
	align-items: center;
}
.flex-container-around{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-content: space-around;
	align-items: center;
}
.clear{
	clear: both;
}
.center-element{
	margin: 0 auto;
}

.blue-bg{background-color: #4fa8e7; transition: 0.3s ease-in-out background;}
.purple-bg{background-color: #ac58e6; transition: 0.3s ease-in-out background;}
.orange-bg{background-color: #e6a258; transition: 0.3s ease-in-out background;}
.red-bg{background-color: #dc4242; transition: 0.3s ease-in-out background;}
.green-bg{background-color: #8bcc7a; transition: 0.3s ease-in-out background;}

.blue-bg:hover{background-color: #008ae1;}
.purple-bg:hover{background-color: #8434bc;}
.orange-bg:hover{background-color: #d37c1e;}
.red-bg:hover{background-color: #ad0c0c;}
.green-bg:hover{background-color: #58bb3d;}

.red-hover{color: inherit;}

.orange-text{color: #e6a258;}
.green-text{color: #8bcc7a;}
.red-text,.red-hover:hover{color: #dc4242;}
.blue-text{color: #008ae1;}
.purple-text{color: #ac58e6;}

.border-bottom-3{border-bottom: 3px solid;}
.orange-border{border-color: #e6a258;}
.green-border{border-color: #8bcc7a;}
.red-border{border-color: #dc4242;}
.blue-border{border-color: #008ae1;}
.purple-border{border-color: #ac58e6;}


.cat-menu-container{
	position: -webkit-sticky;
	position: sticky;
	top: 70px;
	z-index: 11;
	padding: 0 15px;
	border-bottom: 1px solid #f9f9f9;
}

.disp-mob{display: none;}
.disp-desk{display: block;}



@media screen and (max-width: 1030px){

.disp-mob{display: block;}
.disp-desk{display: none;}

	
	
h1{
	font-size: 32px;
	margin: 0 auto 25px auto;
}
h1 font{
	font-size: 48px;
}
.main-desc{
	max-width: 90%;
	font-size: 18px;
}

.countdown-container{
	width: 280px;
	max-width: 100%;
	margin: 25px auto;
}
.countdown-item-holder{
	width: 60px;
	font-size: 13px;
}
.countdown-item{
	width: 60px;
	height: 60px;
	line-height: 60px;
	font-size: 20px;
	margin-bottom: 4px;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}

.form-container{
	max-width: 100%;
}
.form-input-mob{
	width: calc(100% - 110px);
	font-size: 14px;
	
}

.form-button-mob{
	width: 110px;
	font-size: 13px;
}





.carousel-item {
    flex: 0 0 48%;
    margin-right: 1%;
    margin-left: 1%;
    text-align: center;
    padding: 0;
	height: 200px;
	background-color: #fff;
	position: relative;
	border: 3px solid #fac800;
	box-shadow: 5px 5px 5px rgba(0,0,0,0.5);
}
.carousel-title{
	font-size: 20px;
	margin-top: 12px;
	font-weight: 700;
}

.arrows-container {
    width: 120px;
    margin: auto;
    text-align: center;
    margin-top: 40px; /* Add margin between arrows and items */
}
.carousel-image{
	width: 100%;
	border: 13px solid #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.button-box {
    font-size: 18px;
    cursor: pointer;
    background: none;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 38px;
	background-color: #333;
	background-image: linear-gradient(0deg, #111 0%, #333 100%);
}

#prevBtn {
    margin-right: 10px;
}

#nextBtn {
    margin-left: 10px;
}


	
	
	
}
