@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

@font-face{
	font-family: "Kanit";
	src: url("../fonts/Kanit-Italic.ttf");
	src: url("../fonts/Kanit-Regular.ttf");
}

@font-face{
	font-family: "Kanit SemiBold";
	src: url("../fonts/Kanit-SemiBoldItalic.ttf");
	src: url("../fonts/Kanit-SemiBold.ttf");
}

@font-face{
	font-family: "Kanit Medium";
	src: url("../fonts/Kanit-MediumItalic.ttf");
    src: url("../fonts/Kanit-Medium.ttf");
}

@font-face{
	font-family: "Kanit Bold";
	src: url("../fonts/Kanit-BoldItalic.ttf");
	src: url("../fonts/Kanit-Bold.ttf");
}

@font-face{
	font-family: "Kanit Thin";
    src: url("../fonts/Kanit-ThinItalic.ttf");
	src: url("../fonts/Kanit-Thin.ttf");
}
	

@font-face{
	font-family: "Kanit ExtraBold";
	src: url("../fonts/Kanit-ExtraBoldItalic.ttf");
	src: url("../fonts/Kanit-ExtraBold.ttf");
}
	
@font-face{
	font-family: "Kanit Black"; 
	src: url("../fonts/Kanit-BlackItalic.ttf");
	src: url("../fonts/Kanit-Black.ttf");
}

@font-face{
	font-family: "Kanit Light"; 
	src: url("../fonts/Kanit-LightItalic.ttf");
	src: url("../fonts/Kanit-Light.ttf");
}

@font-face{
	font-family: "Kanit ExtraLight"; 
    src: url("../fonts/Kanit-ExtraLight.ttf");
	src: url("../fonts/Kanit-ExtraLightItalic.ttf");	
}

body{     font-family: 'Open Sans', sans-serif;
		 background-color: white;
}

.font13{
	font-size:13px;
}

.font14{
	font-size:14px;
}

.main-bg{     font-family: 'Open Sans', sans-serif;
		/*  background-image: url("https://www.mediabrandawards.com/images/blocks.jpg");*/
		 
		  width: 100%;
  margin: 0;
 /*   -webkit-animation: slide 100s linear infinite;
			  } 
	  @-webkit-keyframes slide {
    0%,100% { background-position: 0 0; }
    50% { background-position: 500px 0; }*/
}



.main-page-logo-height{
	min-height: 280px;
}

.mediabrandawards-img{
	max-width: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0px;
    left: 0px;
}


input{
	overflow:hidden;
}

.body-txt{
	font-family: 'Open Sans', sans-serif;
	font-size:15px;
	font-weight: 400;
	line-height: 1.4;
	max-width: 85ch;
}

/* login starts */

.index-right-bg {
    background-color: #f4f4f4;
	text-transform: uppercase;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

.login-signup-link {
    color: black;
	font-size: 13px;
}

.login-signup-link:hover{
	color:darkgray;
	text-decoration: none;
	font-size: 13px;
}

.sep-log{
	color:black;
	padding-left:5px;
	padding-right:5px;
}
/* login ends */


/*navbar starts*/

.header-logo{
	max-width: 350px;
	height: auto;
	width:100%;
}


.navbar-dark .navbar-toggler-icon {
      background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(135, 40, 131, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}
	
.nav-link{
	font-family: "Kanit";
	font-size: 14px;
	text-transform: uppercase;
	color: rgba(135,40,131,1)!important;
	display: inline-block;
	}

.nav-link::after{
	 content: '';
    display: block;
    width: 0;
    height: 3px;
    background: #b9137d;
    transition: width .3s;
}
.nav-link:hover::after{
	font-family: "Kanit";
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: #b9137d medium solid;
	padding-bottom: 0;
	width: 100%;
	
}


.active> .nav-link{
	font-family: "Kanit";
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: #bf2bb6 medium solid;
	padding-bottom: 0px;
	
}

.active> .nav-link:hover{
	font-family: "Kanit";
	font-size: 14px;
	text-transform: uppercase;
	border-bottom: none;
	padding-bottom: 0px;
	
}

.navbar-dark .navbar-toggler {
    color: rgba(135,40,131,1) !important;
    border-color: rgba(135,40,131,1) !important;
}

.nav-color{
	color:rgba(135,40,131,1)!important;
	font-family: "Kanit";
	font-size:14px;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
}
.nav-color:hover{
	color:rgba(135,40,131,1)!important;
	font-family: "Kanit";
	font-size:14px;
	text-transform:uppercase;
	margin-left:5px;
	margin-right:5px;
}
.active {
    color: rgba(135,40,131,1) !important;
    font-family: "Kanit";
    font-size: 14px;
    text-transform: uppercase;
}

nav li + li:before{
    content: "";
    padding: 0px;
	color:transparent;
}
/*navbar ends*/

.main-logo{
	max-width: 450px;
	height: auto;
	width:100%;
}


.gap{
	height:100px;
}

.mediumgap{
	height: 50px;
}

/*.rounded-border{
	border-radius: 30px;
	-webkit-box-shadow: 0px 0px 27px -8px rgba(0,0,0,0.5);
-moz-box-shadow: 0px 0px 27px -8px rgba(0,0,0,0.5);
box-shadow: 0px 0px 27px -8px rgba(0,0,0,0.5);
	background-color: white;	
	min-height:450px;
}*/

.rounded-border{
	border-radius: 30px;
	/*-webkit-box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.9);
-moz-box-shadow: 0px 0px 27px 0 rgba(0,0,0,0.9);
box-shadow: 0px 0px 27px 0px rgba(0,0,0,0.9);*/
	background-color: white;	
	min-height:450px;
}

.m40left{
	margin-left: 40px;
}

.p40left{
	padding-left: 40px;
}


.m30left{
	margin-left: 30px;
}

.p30left{
	padding-left: 10px;
}

.p30right{
	padding-right: 30px;
}

.m10left{
	margin-left: 10px;
}

.p10left{
	padding-left: 10px;
}

.m20left{
	margin-left: 20px;
}

.p20left{
	padding-left: 20px;
}

.page-heading{
	font-size: 24px;
	margin-top: 30px;
	margin-bottom: 30px;
	/*color: #592e8e;*/
	color:white;
	text-transform: uppercase;
	font-family: "Kanit Medium";
		
}

.custom-control {
    margin-top: 10px;
    margin-bottom: 10px;
}

.enter-purple-btn{
	background-color: #92278f;
	color:white;
	min-width: 100px;
	height: 38px;
	border: none;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:10px;
}
.enter-purple-btn:hover{
	background-color: white;
	color: #592e8e;
	min-width: 100px;
	height: 38px;
	border: #592e8e thin solid;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:10px;
}

.purple-btn{
	background-color: #592e8e;
	color:white;
	width: 100px;
	height: 38px;
	border: none;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:0px;
}
.purple-btn:hover{
	background-color: white;
	color: #592e8e;
	width: 100px;
	height: 38px;
	border: #592e8e thin solid;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:0px;
}

.save-btn{
	width: 100px;
	height: 38px;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:0px;
	border:#343A40 thin solid;
}
.save-btn:hover{
	width: 100px;
	height: 38px;
	text-transform: uppercase;
	margin-left:20px;
	margin-top:0px;
}


.form-group{
	padding-top:5px;
	padding-bottom: 5px;
}

.col-form-label{
	font-size:14px;
}

.small-grey-txt{
	line-height: 1.1!important;
	font-style: italic;
}

.table-color{
	background-color:#6c2b86!important;
	border: none!important;
	color: white;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400!important;
	text-transform: uppercase;
	position: relative;
	margin-top:75px;
	margin-bottom: 5px;
}


.table-body-color{
	background-color: #592e8e!important;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: none!important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600!important;
	max-width: 180px;
}
.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: none!important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400!important;
	max-width: 180px;
}

.circle-block{
	max-width: 80px;
}

.circle-img{
	position: absolute;
	right:-5px;
	top:-55px;
}

.custom-counter {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 15px;
}

.custom-counter li {
  
  margin-bottom: 10px;
}

.custom-counter li::before {
  content: "∎";
  margin-right: 5px;
  font-size: 80%;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 3px;
  color:#bc2889;
}

.light-purple-box-left{
	background-color: #bc2889;
	color: white;
	border-right:#542d88 10px solid;
	padding:20px;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
	min-height: 150px;
	padding-left: 10px!important;
}

.light-purple-box-right{
	background-color: #bc2889;
	color: white;
	border-left:#542d88 10px solid;
	padding:20px;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
	min-height: 150px;
	padding-left: 10px!important;
}

.purple-box-left{
	background-color: #8122a4;
	color: white;
	border-right:#542d88 10px solid;
	padding:20px;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
	min-height: 150px;
	padding-left: 10px!important;
}

.purple-box-right{
	background-color: #8122a4;
	color: white;
	border-left:#542d88 10px solid;
	padding:20px;
	margin-top:5px;
	margin-bottom:5px;
	position: relative;
	min-height: 150px;
	padding-left: 10px!important;
}
.dark-purple-box{
	background-color: #542d88;
	color: white;
	padding:20px;
	margin-top:10px;
	margin-bottom:10px;
	position: relative;
	padding-left: 40px!important;
}

.category-head{
	text-transform: uppercase;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}

.enter-now-btn{
	width: 95px;
	height: 27px;
	color: #542d88;
	background-color:white;
	border-top-left-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	position: absolute;
	bottom:1px;
	right: 1px;
	font-size:14px;
	padding-top:0px;
}

.enter-now-btn:hover{
	width: 95px;
	height: 27px;
	color: white;
	background-color:mediumpurple;
	border-top-left-radius: 8px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	position: absolute;
	bottom:1px;
	right: 1px;
	font-size:14px;
	padding-top:0px;
}

.custom-li-categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin-left: 75px;
}

.custom-li-categories li {
  font-family: 'Open Sans', sans-serif;
	font-size:15px!important;
	font-weight: 400!important;
  margin-bottom: 10px;
}

.custom-li-categories li::before {
  content: "∎";
  margin-right: 5px;
  font-family: 'Open Sans', sans-serif;
	font-size:15px!important;
	font-weight: 200!important;
	line-height: 1.4;
  padding: 3px 12px;
  border-radius: 3px;
  color:#bc2889;
}



.mailid-link{
	color: white;
	font-weight:600;
	text-decoration:none;
}

.enter-txt-head{
	color: black;
	font-weight:400;
	text-transform:uppercase;
	font-size: 18px;
    font-family: "Kanit";
    margin-top: 15px;
    margin-bottom: -10px;
}

.contact-border-right{
	border-bottom: #989898 thin dashed;
	border-right: none;
}

/* Jury */

.j-details{
  position: absolute;
  margin: 1em auto;
  width: 10em;
  height: 5.0em;
	color: white;
	 bottom:-20px;
  right:-50px;
	line-height: 1.0;
	font-size:18px;
}

.hexagon-circle {
  position: absolute;
  margin: 1em auto;
  width: 8em;
  height: 14.0em;
  border-radius: 1em/.5em;
  transition: opacity .5s;
  cursor: pointer;
  bottom:-100px;
  right:0;
  
	
}
.hexagon-circle:before {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
  -webkit-transform: rotate(60deg);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(60deg);  /* IE 9 */
  transform: rotate(60deg); /* Firefox 16+, IE 10+, Opera */
	
}

.hexagon-circle:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: '';
  -webkit-transform: rotate(-60deg);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: rotate(-60deg);  /* IE 9 */
  transform: rotate(-60deg); /* Firefox 16+, IE 10+, Opera */
}
/* Jury */

.card{
	
}

.card-header{
	background-color:#bc2889;
}

.card-body{
	background-color:#8122a4;
	color: white;
}