* {
	margin: 0px;
	padding: 0px;
	box-sizing: border-box;
}
body {
    margin: 0 auto;
	font-family: "Klavika-Regular";
	background: #000;
	color: #fff;
}
a, a:hover{
	text-decoration: none;
	color: #fff;
}


.bg-wrapper {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../images/main.png") no-repeat;
	z-index: 0;
}
.bg-wrapper .bg, .bg-wrapper .overlay  {
    height: 100%;
    width: 100%;
    background: url("../images/2-bg.png") no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: -50%;
    transform: translateX(50%);
    z-index: 1;
}
.bg-wrapper .overlay {
    width: 100%;
    height: 100%;
    background: url("../images/overlay.png") no-repeat;
    background-size: cover;
    z-index: 2;
    mix-blend-mode: overlay;
	background-position: center;
}


.logo {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
    box-sizing: border-box;
    z-index: 10;
    position: relative;
}
.logo img {
    width: 180px;
    height: auto;
    object-fit: contain;
}
.logo .sponsor-logo {
    width: 150px;
    object-fit: contain;
    mix-blend-mode: screen;
}
.olam-logo-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    isolation: isolate;
}
.olam-text {
    font-size: 14px;
    font-family: "Klavika-Medium-Condensed";
    letter-spacing: 3px;
    margin-top: 4px;
    color: #fff;
    mix-blend-mode: normal;
}
.game-logo{
	width: 130px;
}
.logo-section {
    width: 100%;
    z-index: 10;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 30px 0;
}
.logo-label {
    font-size: 24px;
    font-family: "Klavika-Medium-Condensed";
    color: #fff;
    margin: 10px 0px 10px 0px;
	font-weight: 300;
    text-align: center;
}
.logo-label1 {
    font-size: 20px;
    font-family: "Klavika-Medium-Condensed";
    color: #fff;
    margin: 0;
	margin-top: 40px;
    text-align: center;
}
.main-logo {
    width: 270px;
    height: auto;
    margin: 5px 0;
}
.sponsor-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin: 5px 0;
}
.sponsor-logos .sponsor-logo {
    width: 160px;
    object-fit: contain;
    mix-blend-mode: screen;
}
.sponsor-logo1{
	 width: 70px;
    object-fit: contain;
    mix-blend-mode: screen;
}
.valorant-logo {
    position: absolute;
    bottom: 60px;
    left: 30px;
    width: 100px;
    z-index: 5;
}

.cpyrght {
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    z-index: 3;
    width: 100%;
    padding-bottom: 9px;
	font-size: 14px;
}

.main-bg {
    min-height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}



.card-border {
    border-radius: 22px;
    width: 40%;
    margin: auto auto 40px auto;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    z-index: 2;
    text-align: center;
    font-family: "Klavika-Medium-Condensed";
    transition: width 0.4s 0.1s;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card-border:after{
   content: "";
    position: absolute;
    z-index: -2;
    left: -50%;
    top: -50%;
    width: 200%;
    height: 200%;
    background-color: transparent;
    background-repeat: no-repeat;
    background-size: 50% 50%, 50% 50%;
    background-position: 0 0, 100% 0, 100% 100%, 0 100%;
    background-image: linear-gradient(90deg, #EF591F, #F21717);
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
}


@-webkit-keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}




.card-border.open {
    height: auto;
    transition: width 0.4s 0.1s;
}

.card-background {
    border-radius: 23px;
    padding: 56px 50px 20px 50px;
    height: calc( 100% - 7px );
    width: calc( 100% - 7px );
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
    background-color: rgb(0 0 0);
    border-radius: 22px;
    z-index: 2;
    text-align: center;
    cursor: pointer;
    position: relative;
	box-shadow: 0px 0px 4px #f21717;
}

.card-hd.card-hd-open {
	display: none;
}
.card-border.open .card-hd.card-hd-closed {
	display: none;
}
.card-border.open .card-hd.card-hd-open {
	display: flex;
}

.card-detail-content{
	opacity: 0;
	height: 0;
}
.card-border.open .card-detail-content{
	opacity: 1;
	height: auto;
	transition: height 1s 1s, opacity 0.5s 0.5s;
}

.card-hd {
    font-size: 60px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.card-ready-btn {
    color: #EF591F;
    font-style: italic;
    font-size: 48px;
    font-family: 'Klavika Medium Condensed';
    cursor: pointer;
    margin-top: 10px;
}
.card-hd span {
    font-size: 32px;
	margin: 0 12px;
}
.card-hd.orange{
	color: #EF591F;
	font-family: 'Klavika Medium Condensed';
}
span.event-detail-group {
    font-size: 26px;
}

.event-details {
    font-size: 34px;
	margin: 12px 0;
}
.event-details .event-detail-hd{
    font-size: 24px;
	margin-right: 12px;
}
.event-details .orange, a.event-detail-hd{
	color: #EF591F;
	font-family: 'Klavika Medium Condensed';
	font-size: 34px !important;
}
.event-Cnt {
    font-size: 24px;
}
span.divider {
    margin: 0 14px;
	font-family: "Klavika-Light-Condensed";
	font-size: 24px;
}

.btn {
    background: linear-gradient(45deg, #EF591F, #F21717);
    padding: 9px 25px;
    display: inline-block;
    text-transform: uppercase;
    border-radius: 6px;
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 14px;
    margin-right: 12px;
}
a.btn:last-child {
    margin-right: 0;
}
a.btn img {
    width: 12px;
    margin-right: 12px;
}
a.close {
    position: absolute;
    right: 40px;
    top: 40px;
}
.venue-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 8px;
}
.venue-header .venue-name {
    font-size: 28px;
    font-family: 'Klavika Medium Condensed';
}
.event-details-single {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px dashed #7070709e;
}
.reg-fee {
    font-size: 18px;
    color: #EF591F;
    margin-top: 16px;
    font-family: 'Klavika Medium Condensed';
}



.black-bg {
    background: url("../images/black-bg.png") no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh;
    margin: 0px;
    padding: 0px;
    position: relative;
    padding-bottom: 20px;
}

.form-container {
    width: 90%;
    margin: 0 auto;
}
.form-hd {
    text-align: center;
	font-family: "Klavika-Regular-Condensed";
}
.form-hd h3 {
    font-size: 36px;
	font-family: "Klavika-Medium-Condensed";
	margin-bottom: 8px;
}


.form-box{
	border-radius: 23px;
    padding: 56px 50px 20px 50px;
    width: 52%;
    margin: 40px auto;
    background-color: rgb(255 255 255 / 16%);
    border-radius: 22px;
    border: 2px solid rgba(255, 255, 255, 50%);
    z-index: 2;
    text-align: center;
}
.form-row {
    display: flex;
    justify-content: space-between;
}
.form-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-right: 38px;
	margin-bottom: 28px;
}
/*.form-group:nth-child(2) {
    padding-right: 0;
}*/
.form-group:last-child {
    padding-right: 0;
}
.form-group input, textarea, .form-group select {
    background: rgb(0 0 0 / 64%);
    width: 100%;
    border: 1px solid #5a5a5a;
    margin-top: 9px;
    padding: 12px;
    border-radius: 6px;
    outline: none;
	color: #fff;
	resize: none;
}
select::-ms-expand {
   display: none;
}
.form-group select{
	-webkit-appearance:none;
	-moz-appearance:none;
	-ms-appearance:none;
	appearance:none;
	position: relative;
}
.form-group.select {
	position: relative;
}
.form-group.select::after {
    content: '';
    position: absolute;
    top: 46px;
    right: 20px;
    cursor: pointer;
    pointer-events: none;
    transition: .25s all ease;
    background: url("../images/down.svg") no-repeat;
    height: 10px;
    width: 10px;
}
/*.form-group.form-address {
    padding-right: 0;
}*/
.checkboxArea {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    text-align: left;
}
input#consent {
    margin-right: 14px;
    margin-top: 2px;
    background: rgb(0 0 0 / 64%);
    border: 1px solid #5a5a5a;
    padding: 8px;
    border-radius: 3px;
    outline: none;
    color: #fff;
	appearance: none;
	position: relative;
}

input#consent:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
     opacity: 0; 
    transition: opacity 0.25s ease;
}
input#consent:checked::after {
	opacity: 1;
}

label {
    font-family: 'Klavika-Light-Condensed';
}

label.label {
    font-size: 17px;
    line-height: 22px;
	font-family: "Klavika-Light-Condensed";
}
button.submit.btn {
    color: #fff;
    text-transform: none;
    border: none;
    font-size: 18px;
    margin-top: 28px;
    padding: 10px 58px;
	font-family: "Klavika-Medium-Condensed";
	cursor: pointer;
}

.thankyou {
    text-align: center;
    min-height: 50vh;
    position: inherit;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    left: 0;
    top: 0;
    font-size: 56px;
}

.go-home-btn {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 40px;
    font-size: 18px;
    font-family: Klavika-Regular, sans-serif;
    color: #fff;
    text-decoration: none;
    border: 2px solid #EF591F;
    border-radius: 4px;
    background: linear-gradient(90deg, #EF591F, #F21717);
    transition: opacity 0.3s ease;
}

.go-home-btn:hover {
    opacity: 0.85;
}

.registrnClosed h4 {
    font-size: 30px;
    margin-bottom: 16px;
}
.registrnClosed {
    min-height: 52vh;
    vertical-align: middle;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 72%;
    margin: 0 auto;
}
@media (max-width:1440px){
	.card-border {
	}
	.card-border.open {
		height: auto;
		width: 55%;
	}
}
@media (max-width:1368px){
	.bg-wrapper .bg {
		left: -69%;
		width: 120%;
	}
	.overlay{
		background-position: center !important;
	}
	.form-box {
		width: 78%;
	}
	.card-background, .card-border {
		backdrop-filter: none;
    	-webkit-backdrop-filter: none;
	}
	.card-border{
		height: auto;
	}
	.black-bg{
		height: auto;
	}
	.cpyrght.rgstrcpy{
		position: static;
		padding: 10px 0;
	}
}

@media (max-width:1280px){
	.bg-wrapper .bg {
		left: -75%;
		width: 125%;
	}
	.card-border {
		/*height: 32%;*/
	}
	.card-border.open {
		/*height: 48%;*/
		width: 60%;
	}
}

@media (max-width:1180px){
	.card-border.open {
		/* height: 48%; */
		width: 66%;
	}
}
@media (max-width:1024px){
	.logo img {
		width: 120px;
	}
	.logo .sponsor-logo {
		width: 80px;
		height: 50px;
	}
	.form-box {
		width: 90%;
		padding: 40px 40px 20px;
	}
	.card-border.open {
		/* height: 48%; */
		width: 82%;
	}
	
}

@media (max-width:1024px) and (max-height:768px){
	.card-border {
		/*height: 32%;*/
		width: 60%;
	}
	.card-background {
		padding: 20px;
	}
	.card-border.open {
		/* height: 46%; */
		width: 74%;
	}
	.card-detail-content {
		width: 90%;
		margin: 0 auto;
	}
}
@media (max-width:1024px) and (max-height:600px){
	.card-border {
		/*height: 32%;*/
		width: 60%;
	}
	.card-background {
		padding: 20px;
		height: 100%;
		overflow-y: scroll;
	}
	.card-border.open {
		height: 70%;
		width: 78%;
	}
	.black-bg {
		height: auto;
	}
	.cpyrght.rgstrcpy {
		position: static;
		padding: 10px 0;
	}
	.black-bg.thnku {
		height: 100vh;
	}
}

@media (max-width:992px){
	.bg-wrapper .bg {
		left: 0;
		width: 100%;
		transform: translateX(0);
		background-position: center !important;
	}
	.card-border {
		/*height: 20%;*/
		width: 78%;
	}
	.card-border.open {
		/* height: 30%; */
		width: 96%;
	}
}



@media (max-width:768px){
	/*.card-border {
		height: 25%;
	}
	.card-border.open {
		height: 38%;
	}*/
	.logo {
		padding: 4%;
	}
}

@media (max-width:768px) and (orientation:landscape){
	.card-border {
		/*height: 35%;*/
	}
	.card-background {
		padding: 20px;
	}
	.card-border.open {
		/*height: 64%;*/
	}
}

@media (max-width:600px){
	.logo {
		padding: 4% 9%;
		flex-wrap: wrap;
	}
	/* Registration pages - 3 logos: AMD full width, sponsors 50-50 below */
	.black-bg .logo > a:nth-child(2) {
		width: 100%;
		text-align: center;
		order: -1;
		margin-bottom: 10px;
	}
	.black-bg .logo > a:nth-child(1),
	.black-bg .logo > a:nth-child(3) {
		width: 50%;
		text-align: center;
	}
	/* Index page mobile adjustments */
	.logo-section {
		padding: 15px;
	}
	.main-logo {
		width: 220px;
	}
	.sponsor-logos .sponsor-logo {
		width: 160px;
	}
	.valorant-logo {
		width: 70px;
		bottom: 40px;
		left: 15px;
	}
	.card-border {
		/*height: 22%;*/
		backdrop-filter: none;
    	-webkit-backdrop-filter: none;
	}
	.card-border.open {
        /*height: 39%;*/
    }
	.card-background {
		padding: 20px;
	}
	.card-hd {
		font-size: 46px;
	}
	.event-details .event-detail-hd {
		font-size: 18px;
	}
	.event-details .orange, a.event-detail-hd {
		font-size: 26px !important;
	}
	.btn {
		font-size: 16px;
		padding: 10px 22px;
	}
	.form-row {
		flex-direction: column;
	}
	.black-bg {
		height: auto;
	}
	.cpyrght.rgstrcpy {
		position: static;
		padding: 10px 0;
	}
	.form-group {
		padding-right: 0;
	}
	.black-bg.thnku {
		height: 100vh;
	}
}
@media (max-width:490px){
	.logo {
		padding: 4% 2%;
	}
	.logo img {
		width: 190px;
	}
	.logo .sponsor-logo {
		width: 100px;
		height: 80px;
	}
	.bg-wrapper .bg {
        background-size: 241%;
    }
	.card-border {
		/*height: 24%;*/
	}
	.card-border.open {
		height: 73%;
		width: 80%;
	}
	.event-details-single {
		flex-direction: column;
	}
	.card-background {
		padding: 58px;
		height: 100%;
		overflow-y: scroll;
	}
	.btn {
		margin-right: 0;
	}
	span.divider {
		display: none;
	}
	.event-details {
		display: flex;
		flex-direction: column;
	}
	a.close {
		right: 24px;
		top: 24px;
	}
	.black-bg {
		background-position: left;
	}
}

@media (max-width:400px){
	/*.card-border {
		height: 27%;
	}
	.card-border.open {
		height: 51%;
	}*/
}

@media (max-width:375px){
	.card-border {
	}
	.card-border.open {
		/*height: 60%;*/
	}
	.card-background {
		padding: 40px;
	}
	
}