@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap');
* {
    margin: 0px;
    padding: 0px;
}

body {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #2e3438;
    font-weight: 400;
    letter-spacing: 0.2px;
}

.navbar-brand img {
    width: 80px;
}

.headermain {
    background: #1C012C;
    padding: 0px;
    min-height: 70px;
}

.headermain .navbar {
    padding: 5px 0px;
}

.headermain .navbar-brand {
    top: 15px;
}



.sbtbtn {
    background: #5D0092;
    background: linear-gradient(0deg, rgba(93, 0, 146, 1) 0%, rgba(157, 16, 174, 1) 100%);
    border: solid 1px #fff;
    color: #fff;
    font-weight: 600;
    height: 48px;
    min-width: 150px;
}


.footer-bar {
    background-color: #5b0099;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 12px;
    padding-bottom: 12px;
    flex-wrap: wrap;
}

.footer-left {
    text-align: left;
}

.footer-right {
    text-align: right;
}



.jrbannertxt h2,
.headingtext h2 {
    font-size: 52px;
    font-family: Roboto Condensed;
    font-weight: 600;
}

.jrbannertxt p {
    font-size: 20px;
}

.jurybanner-section {
    padding: 60px 0px;
    background-image: url("/assets/image/Finalist-img/Ellipseblue.svg");
    background-position: left top; background-repeat: no-repeat;
    /* background-size: cover; */
}

.HowWe-Evaluate, .whmtr {
    background-image: url("/assets/image/Finalist-img/Ellipseblue.svg");
    background-position: top right;
    /* background-size: cover; */
    padding: 60px 0px; background-repeat: no-repeat;
}

.HowWe-Evaluate2 {
    background-image: url("/assets/image/Finalist-img/Ellipse.svg");
    background-position: top left;
    /* background-size: cover; */
    padding: 60px 0px; background-repeat: no-repeat;
}

.headingtext {
    padding-bottom: 20px;
    padding-left: 20px;
}

.stcard ul {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex-wrap: wrap;
}

.stcard ul li {
    width: 33.33%;
    padding: 15px;
}

.sCard {
    background-image: url("/assets/image/Finalist-img/studentstransp.png");
    min-height: 200px;
    background-size: cover;
    background-position: top;
    border-radius: 16px;
    background-color: #FFF1FE;
    padding: 14px 24px;
    border: solid 2px #FFF1FE;
    border-bottom-width: 6px;
}
.headingtext  p{ font-size: 16px;}

.sNme {
    display: flex;
    flex-direction: column;
    padding: 10px 0px;
    border-bottom: dashed 1px #d20cc5;
}

.sNme p { font-size: 16px; width: 100%; margin-bottom: 0px;}
.sNme span { font-weight: 600; font-size: 16px;}

.jrbannertxt2 ul {  list-style-type: disc; padding-left: 20px;}
.jrbannertxt2 ul li { font-size: 16px;}

.jrbannertxt2 p{ font-size: 16px;}

.juryheader .logo img { width: 60px;}
.juryheader h1{ font-size: 28px; color: #fff; margin-bottom: 0px; font-family: Roboto Condensed; }
.juryheader .container{ justify-content: space-between; align-items: center;}

.sbtbtn {
    background: #5D0092;
    background: linear-gradient(0deg, rgba(93, 0, 146, 1) 0%, rgba(157, 16, 174, 1) 100%);
    border: solid 1px #fff;
    color: #fff;
    font-weight: 600;
    height: 48px;
    min-width: 150px;
}

.sbtbtn:hover {
    background: #5D0092;
    border: solid 1px #fff;
    color: #fff;
}

footer {
    background: #5D0092;
    height: 75px;
    color: #fff;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.marquee-wrapper {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	box-sizing: border-box;
	background: #190028;
	padding: 10px 0;
}
.marquee-text {
	font-family: Roboto Condensed;
	display: inline-block;
	padding-left: 100%;
	animation: marquee 20s linear infinite;
	font-size: 1.5rem;
	color: #fff;
	font-weight: 600;
    font-size: 28px;
}
/* @keyframes marquee {
	0% {
		transform: translateX(0%);
	}
	100% {
		transform: translateX(-100%);
	}
} */