*{
	margin: 0;
	box-sizing: border-box;
	scroll-margin: 0px;
	scroll-padding: 0px;
	scroll-behavior: smooth;
}
body
{
	font-family: 'Arial Black';
}
.header{
	background-color: #000;
	padding: 10px 0px;
	margin: 0px 0px;
}


/*---------header---------*/

.navigation{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
	}

.name a{
	text-decoration: none;
	color: #fff;	
}
.name a:hover{
	color: #fff;
}
.nav{
	display: inline-flex;
	flex-basis: 25%;
	align-items: center;
	justify-content: space-around;
}
.nav img{
	height: 100px;
	width: 90px;
}
.nav1{
	display: flex;
	align-items: center;
	list-style: none;
	flex-basis: 55%;
  	justify-content: flex-end;
}
.nav1 ul{
	padding-right: 0px;
	display:flex;
	list-style: none;
	justify-content: space-between;
	align-items: center;
	border: solid #ed5858 2px;
	border-radius: 5px;
	box-shadow: 2px 2px 10px #ed5858;
}
.nav1 li{
	padding: 2px 2px;
	margin: 2px 25px;
	display: inline-block;
	list-style-type: none;
	font-family: 'Arial Black';
	font-size: 18px;
	text-decoration: none;
}
.nav1 li a{
	text-decoration: none;
	color: #fff;
}
.nav1 li a:hover{
	text-shadow: 2px 2px 2px #ed5858;

}
.nav img:hover{
	transform: scale(1.1);
}

.menu-btn{
	display: none;
	justify-content: flex-end;
	align-content: center;
	flex-direction: row;
  flex-wrap: wrap;
	align-items: center;
  width: fit-content;
  position: relative;
  background-color: transparent;
  border: none;
}

.dropdown-btn{
	background-color: black;
	color: white;
	border: none;
	font-size: 25px;
	padding: 0px;
	margin: 0px;
	cursor: pointer;
}
.dropdown-btn:focus {
    outline: 0;
}

.dropdown{
  left: 0;
  background-color: #444;
  z-index: 1;
  position: fixed;
  top: 100px;
	display: flex;
  flex-direction: column;
  max-height: 0;
  width: 100%;
  transition: max-height, 0.1s ease-out;

  overflow-y: hidden;
  overflow-x: hidden;
  
}
.dropdown a{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  width: 100%;
  padding: 10px;
}

.dropdown a:hover {
	background-color: #c82b00;
	color: #fff;
  text-decoration: none;
  transition: color, background-color, 0.2s;
  padding: 10px;
}

.display-menu{
	max-height: 250px;
}

.dropdown a:focus {
    outline: 0;
}

/*--------slideshow----*/

.slideshow{
	position: relative;
	margin: 0px 0px;
	padding: 0px 0px;

}
.slide{
	display: none;
	padding: 0px 0px;
	margin: 0px 0px;

}
.slide.animation{
	margin-right: 0px;
	padding-right: 0px;
}
.animation{
	animation-name: fade;
  	animation-duration: 1.5s;
  	padding: 0px 0px;
	margin: 0px 0px;
}
.slide img{
	height: 675px;
	padding: 0px 0px;
	margin: 0px 0px;
	width: 100%;
}
.text {
	font-family: 'Arial Black';
  font-size: 38px;
  padding: 8px 12px;
  position: absolute;
  color: whitesmoke;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
.text a{
	color: whitesmoke;
	text-decoration: none;
}


@keyframes fade {
  from {opacity: .2} 
  to {opacity: 1}
}

/*-------vision--------*/
.vision{
	color: #fff;
	vertical-align: middle;	
}
.vision p{
	font-family: 'Bahnschrift SemiBold';
	font-size: 15px;
	text-align: justify;
	color: #c82b00;
	padding: 0px 5px;
}
.hover{
	transition-duration: 0.5s;
	vertical-align: middle;	
	border: solid 0px white;
	margin: 15px 5px; 
	box-shadow: -1px 1px 10px black;
	background-color: white;
	border-radius: 10px;
	cursor: pointer;
}
.hover:hover{

	transform: translate3d(5px, -5px, 5px);
	box-shadow: -5px 5px 10px black;
}

/*---------message----------*/

.section{
	display: flex;
	justify-content: center;
}
.section p{
	font-family:'Arial Black';
	font-size: 20px; 
	 
	display: inline-block;
	border: white 0px solid;
}

.message{
	border: solid 1px black;
	box-shadow: 0px 0px 10px black;
	border-radius: 10px;
	background-color:white; 
	margin: 5px 5px;
}
.message1{
	font-family: 'Arial';
	flex-basis: 20%;
	text-align: center;
	align-items: center;
	padding: 5px;
	color: #c82b00;
	background-color: white;
}
.message1 img{
	height: 242px;
	width: 208px;
	border: black 1px solid;
	border-radius: 10px;
	box-shadow: 0px 0px 10px black;
	margin: 10px 0px;
	cursor: pointer;
}
.message1 img:hover{
	box-shadow: -10px 10px 10px black;
	transform: translate3d(5px, -5px, 5px);
	transition-duration: 0.5s;
}
.message2{
	font-family: 'Bahnschrift SemiBold';
	flex-basis: 80%;
	padding: 5px 5px 5px 5px;
	text-align: justify;
	font-size: 18px;
	color: black;
}

/*---------events-------------*/

#event{
	color: #c82b00;
}
#event p{
	font-family: 'Arial Black';
	font-size: 50px;
	text-align: center;
	margin: 20px;
	padding: 20px 20px;
	text-shadow: 1px 1px 5px #ed5858;
}

.event-slider{
    background-color:#fff;
    padding: 25px 0px;
    box-sizing: border-box;
}
a{
    text-decoration: none;
}

.event-class{
    display: flex;
    flex-direction: column;
    width: 350px;
    text-decoration: none;
    background-color: #fff;
    border-radius: 20px;
    margin: 0px 10px;
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 2px 2px 8px black;
    border: 1px solid black;
    overflow: visible;
    transition: all ease 0.3s;
    align-items: center;
    height: 550px;
    justify-content: space-between;
}
.event-class:hover{
    box-shadow: 2px 3px 8px rgba(0,0,0,0.10);
    transition: all ease 0.3s;
}
.event-class strong{

    color: #ed5858;
    font-size: 1.75rem;
    font-family: 'Bahnschrift SemiBold';
    font-weight: 600;
    margin-top: 10px;
}

.event-class img{
    width:240px;
    height: 180px;
    display: flex;
    padding: 5px 5px;
    object-fit: contain;
    object-position:center;
    margin: 5px 5px;
}

.event-class p{
    letter-spacing:1.7px;
    font-family:'Bahnschrift SemiBold';
    font-size: 16px;
    color: black;
    text-align: justify;
}

.event-class .register-btn{
    color: #fff;
    background-color: #c82b00;
    text-decoration: none;
    width: 300px;
    height: 60px;
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    font-family:'Bahnschrift SemiBold';
    font-size: 18px;
}
.register-btn:hover{
	transform: scale(1.05);
}

.lSPager{
    display: none;
}
.lSAction > a{
    background-color: #c82b00;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lSAction > a::after{
    position: absolute;
    content: '';
    margin: auto;
    border: solid #fff;
    border-width: 0px 4px 4px 0px;
    display: inline-block;
    padding: 5px;
}

.lSAction > .lSPrev::after{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    display: none;
}
.lSAction > .lSNext::after{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    display: none;
}

table{
	border: solid 5px black;
	font-family: 'Bahnschrift SemiBold';
	box-shadow: 12px 12px 20px black;
}

table tr th{
	border: solid 3px black;
	text-align: center;
	padding: 5px;
	margin: 5px;
	font-size: 20px;
	color: #fff;
	background-color:#c82b00 ;
}
table tr td{
	border: solid 3px black;
	text-align: center;
	padding: 5px;
	margin: 5px;
	font-size: 16px;
	color: #000;
}


.col.time-table {
	display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    align-items: stretch;
    flex-direction: row;
    padding: 2px 0px;
    flex: 1 0 0%;
    padding: 2px 0px;
    justify-content: space-around;
    margin: 10px 5px;
    font-size: 20px;
   	font-weight: bold;
}


/*------------SPONSORS------*/

#sponsors{
	color: #c82b00;
}
#sponsors p{
	font-family: 'Arial Black';
	font-size: 50px;
	text-align: center;
	margin: 20px;
	padding: 20px 20px;
	text-shadow: 0px 0px 5px #c82b00;
}
.sponsor{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.sponsor-1 p{
	color: black;
	font-family: 'Arial Black';
	font-size: 34px;
	padding: 20px 5px;
	text-align: center;

}
.sponsor-1 p:hover{
	text-shadow: 0px 0px 5px #c82b00;
	color: #c82b00;
}
.sponsor-1 img{
	height: 310px;
	width: 400px;
	border: 3px solid #000;
	border-radius: 15px;

}
.sponsor-1 img:hover{
	border: 5px solid #c82b00;
	box-shadow: 0px 0px 10px #c82b00;
}

/*-----footer-------*/
.container
{
	color: #fff;
}
.container hr{
	color: #fff;
	padding: 5px 0px;
}
.row{
	text-align: center;
	margin: 0px;
	padding: 0px;

}
.col{
	text-align: center;
}
.col ul{
	list-style: none;
	
	color: #fff;
	font-family: 'Arial Black';
}
.logo{
	display: inline-block;
}
.logo hr{
	color: #fff;
	padding: 5px 0px;
	margin: 0px;
}
.logo label{
	font-family: Times New Roman;
	
}
.address{
	padding: 20px 30px;
	text-align: justify;
	color: #fff;
	font-size: 13px;
}

.icon{
	align-content: center;
	align-items: center;
	align-self: center;
	padding: 20px 0;
	display: inline-flex;
	justify-content: space-around;
}
.icon-1{
	padding: 5px;
	filter: grayscale(100%);
	cursor: pointer;
}
.icon-2{
	padding: 5px;
	filter: grayscale(100%);
	cursor: pointer;
}
.icon-3{
	padding: 5px;
	filter: grayscale(100%);
	cursor: pointer;
}
.icon-4{
	padding: 5px;
	filter: grayscale(100%);
	cursor: pointer;
}
.name{
	font-family: 'Arial Black';
	color: #fff;
	padding: 10px;
	font-size: 25px;
}
.icon-1:hover{
	filter: grayscale(0%);
}
.icon-2:hover{
	filter: grayscale(0%);
}
.icon-3:hover{
	filter: grayscale(0%);
}
.icon-4:hover{
	filter: grayscale(0%);
}

/*--------gallery----*/


.gallery{
	display: flex;
	max-width: 1450px;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	background:#000;
}
.gallery img{
	width: 250px;
	height: 150px;
	object-fit: cover;
	object-position: bottom;
	padding:3px;
}

.gallery img:hover{
	cursor: pointer;
	opacity: 0.5;
	transition: 0.5s;
}
.gallery.row{
	margin: 5px 0px;
	padding: 5px 0;
}
.photo.col{
	padding: 0px 5px;
}
.photo img{
	width: 100%;
	height: 100%;
}


/*----------media query-----------*/

@media (max-width: 1400px){
	.nav1{
  	flex-basis: 50%;
  	justify-content: flex-end;
  	margin: 0px;
  	width: fit-content;
  	padding: 0px;
  }
  .nav{
  	justify-content: flex-start;
  }
  .nav img{
  	height: 80px;
  	width: 72px;
  }
	.nav1 li{
	margin: 2px 10px;
	}
	.nav1 ul{
		margin: 0px;
		padding: 0px;
	}
	.name p{
		font-size: 15px;
		padding: 0px 0px;
		margin: 2px 0px;
	}
	.name{
		padding: 1px;
	}
	.sponsor img{
		height: 160px;
		width: 200px;
	}
	.sponsor-1 p{
		font-size: 20px;
	}
	.address{
		display: none;
	}
	table{
		border: 3px solid black;
	}
	table tr th{
		font-size: 18px;
		border: 2px solid black;
	}
	table tr td{
		font-size: 14px;
		border: 2px solid black;
	}
}

@media (max-width: 980px) {
  
	.menu-btn{
		display: flex;
		flex-basis: 20%;
	}
	.navigation{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
	}
	.nav{
		width: fit-content;
		flex-basis: 40%;
	}
  .nav1 {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .nav1 li {
    display: block;
    margin: 5px 0;
  }
  .slideshow {
    flex-direction: column;
  }
  .slide img {
    height: 300px;
  }
  .text {
    font-size: 24px;
  }
  .vision p {
    font-size: 12px;
  }
  .row{
  	flex-direction: column;
  }
  .sponsor{
  	justify-content: center;
  	flex-direction: column;
  }
  .sponsor-1 a{
  	justify-content: center;
  	display: flex;
  }
  #sponsors p{
  	font-size: 30px;
  }
  #event p{
  	font-size: 30px;
  }
  .address{
  	display: none;
  }
  .logo-1{
  	padding: 20px 0px;
  }
  .row{
		flex-direction: column;
	}
	.col.time-table{
		justify-content: center;
	}
	table{
		width: 600px;
	}
}


@media (max-width: 600px) {

	
	.navigation{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
	}
	.nav{
		display: flex;
		justify-content: flex-start;
		flex-basis: 70%;
		width: 195px;
	}
	.menu-btn{
		flex-basis: 25%;
	}
	.dropdown{
		top:110px;
	}

	.col{
		width: 350px;
		padding: 10px 0px;
	}
	.nav img{
		margin: 0px 15px;
	}	
  
  .nav1 {
    display: none;
    flex-direction: column;
    align-items: center;
  }
  .nav1 li {
    display: block;
    margin: 5px 0;
  }
  .slideshow {
    flex-direction: column;
  }
  .slide img {
    height: 175px;
  }
  .col.hover{
  	width: fit-content;
  }
  .col.message{
  	width: fit-content;
  	margin: 3px 0px;
  }
  .text {
    display: none;
  }
  .vision p {
    font-size: 12px;
  }
  .section p{
  	font-size: 14px;
  }
  .message2 p{
  	font-size: 12px;
  }
  .row{
  	flex-direction: column;
  }
  .sponsor-1{
  	justify-content: center;
  }
  .sponsor{
  	justify-content: center;
  	flex-direction: column;
  }
  #sponsors p{
  	font-size: 22px;
  	padding: 0px;
  	margin: 10px 0px;
  }
  #event p{
  	font-size: 22px;
  	padding: 0px;
  	margin: 10px 0px;
  }
  .address{
  	display: none;
  }
  .event-class{
  	width: 300px;
  	height: 450px;
  }
  .event-class img{
    width:200px;
    height: 150px;
	}

	.event-class p{
    font-size: 14px;
    padding: 0px 5px;
	}
	.event-class .register-btn{
		width: 240px;
		height: 50px;
	}
	.lSAction > .lSPrev{
		display: none;
	}
	.lSAction > .lSNext{
		display: none;
	}
}

@media (max-width:300px)
{
	.nav img{
		margin: 0px 0px;
	}
	.name p{
		font-size: 13px;
	}
	.event-class{
		width: 270px;
		height: 450px;
	}
	table{
		border: 2px solid black;
	}
	table tr th{
		font-size: 16px;
		border: 1px solid black;
	}
	table tr td{
		font-size: 12px;
		border: 1px solid black;
	}
}