/*navbar*/


#header {
    box-shadow: 0 0 10px -1px rgb(0 0 0 / 10%);
}
.navbar ul li a{
	color: black !important;
}

/*styles of buttons*/

.submit-btn {
    background-color: #ffc44b;
    padding: 15px 15px;
    color: #fff;
    font-size: 15px !important;
    text-transform: uppercase;
    border-radius: 50px;
    display: inline-block;
    font-weight: 700;
    transition: all .3s ease;
    letter-spacing: 1.5px;
    border: 1px solid  transparent;
}
.submit-btn:hover{
	background-color: transparent;
	color:  #131211;
    border: 1px solid  #f7ad1a;
    background-color: #f7ad1a;
}

/*media curies for project-submit button*/

@media (max-width: 992px){

	.navbar-brand img{
		width: 200px !important;
	}
 .submit-btn{
 	font-size: 15px;
 	padding: 15px;
 	width: 200px;
 	font-weight: normal;
 }

}

.desc{
    height: auto;
	background-color: #f2f2f2;
	border: solid 2px #dcdcdc;
	padding: 1px;
	margin-top: 30px;
	margin-bottom:19px;
}
.descbg{
    	height: auto;
    	/*width: 400px;*/
    	/*background-position: center;*/
    	/*background-size: cover;*/
    	/*background-repeat: no-repeat;*/
    	/*padding: 10px;*/
    	/*margin-left: auto;*/
    	/*margin-right: auto;*/
    	/*margin-top: 60px;*/
}

#desc_heading{
    font-size: 24px;
    line-height: 32px;
    padding:15px;
    font-weight: 700;
    color: #06163a;
    font-family: circular_bold;
    margin-bottom: 15px;
}

.single_description {
    padding: 25px 30px;
   
    background-color: #f2f2f2;
    position: relative;
    margin-top: 30px;
}
.pld-like-dislike-wrap.pld-custom img {
    max-width: 30px;
    display: inline-block;
    vertical-align: top;
}

img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: 0 0 !important;
    padding: 0 !important;
}
.event_tags li {
    display: inline-block;
    padding-right: 15px;
    font-weight: 700;
    font-size: 16px;
}

.space{
	height: 662px;
	background-color: #f2f2f2;
	border: solid 2px #dcdcdc;
	padding: 1px;
}
.spacebg{
	background-image: url('https://upcomingnft.net/wp-content/uploads/2022/01/SXA-GIF-HD.gif');
	height: 550px;

	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.app{
	border: solid 2px #d5d5d5;
	padding: 15px;
	background-color: #f2f2f2;
}
.pre{
	border-radius: 15px;
	font-weight: bold;
	padding: 20px;
	background-color: #fff;
}
.day{
	width: 90px;
	height: 110px;
	border-radius: 25px;
	text-align: center;
	background-color: #ebebeb;
}

.day h4{
	font-weight: bold;
}

.day h5{
	font-weight: bold;
}

.start{

	font-size: 18px;
	font-weight: bold;
}
.days{
	text-align: center;
	margin: auto;
}
.days h1{
	background-color: #ffc44b;
	color: white;
	text-align: center;
	height: 60px;
	width: 60px;

}
.hours h1{
	background-color: #ffc44b;
	color: white;

	height: 60px;
	width: 60px;


}
.img-heart{
	height: 20px;
	width: 20px;
}

.project{
	border: solid 2px #d5d5d5;
	padding: 15px;
	background-color: #f2f2f2;
}
.details{
	border-radius: 15px;
	font-weight: bold;
	padding: 20px;
	background-color: #fff;
}

.twitter{
	display: flex;
	padding: 10px;
}
.twitter-icon{
	height: 40px;
	/*width: 60px;*/
	background-color: #00a8f4;
}
.twitter-para{
	border: solid 2px #00a8f4;
	padding: 5px;
	border-left: none;
}
.icons{
	display: flex;
	flex-wrap: wrap;
}
