@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');
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body{
  font-family: "Poppins", sans-serif !important;
}
ul li{
	list-style: none;
}
a{
	text-decoration: dashed;
}
.container-main{
	width: 85%;
	margin: auto;
}
.img-gal{
	width: 100%;
	margin-bottom: 20px;
}
.gallery-main{
	padding-top: 60px;
}
.logo{
	width: max-content;
	height: 80px;
}
.items-nav ul{
	display: flex;
	margin-bottom: 0px !important;
}
.items-nav ul li {
	padding: 0px 20px;
}
.items-nav ul li a{
	font-weight: 500 !important;
	font-size: 16px !important;
	color: #ffffff;
}
.navbar-home{
	display: flex;
	padding: 17px 0px;
	justify-content: space-between;
	align-items: center;
}
.nav-main{
	background-color: #009F83;
}
.banner-home{
	width: 100%;
	/* height: 400px; */
}
.hero-section{
	width: 100% !important;
}
.updates{
	background-color: #D59411;
	margin-top: -11px;
	padding: 20px 0px 30px 0px !important;
}
.confluence-text{
	font-size: 40px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 0px !important;
}
.confluence-sub-text{
	color: #ffff;
	font-size: 15px !important;
	padding-bottom: 10px !important;
}
.update-btn{
	background-color: #009F83;
	color: #ffffff;
	padding: 10px 30px !important;
	border-radius: 10px !important;
	font-size: 17px !important;
	font-weight: 600 !important;
}
.update-btn i{
	font-size: 17px !important;
}
.updates-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.scroll {
  display: block;
	position: absolute;
	top: -98px;
	right: 10px;
	margin-top: 40px;
  width: 80px; /* Adjust the size of the image */
  animation: moveUpDown 2s infinite ease-in-out;
}
@keyframes moveUpDown {
  0% {
    transform: translateY(0); /* Start position */
  }
  50% {
    transform: translateY(15px); /* Move down */
  }
  100% {
    transform: translateY(0); /* Move back to start */
  }
}
.right-scrol{
	position: relative;
}
.score-main{
	display: flex;
	justify-content: space-between;
}
.score-main .tab{
	width: 50%;
	display: block;
}
.score-main .score-details{
	width: 50%;
}
.tab .btn{
	display: block !important;
	background-color: #ecb571 !important;
	color: #ffff !important;
	padding: 10px 30px !important;
	width: 60% !important;
	font-size: 18px !important;
	margin-bottom: 20px !important;
	text-align: center !important;
}
.events-title{
	padding-bottom: 10px;
	margin-bottom: 0px !important;
	padding-top: 10px;
	text-align: center;
}
.alerttext{
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 20px !important;
	border-bottom: 2px solid #009F83;
}
.event-name{
	margin-top: 0px !important;
}
.know{
	margin-top: 0px !important;
	font-size: 25px !important;
	color: #009F83;
	font-weight: 600 !important;
	margin-bottom: 35px !important;
}
.tabcontent h3{
	font-size: 18px !important;
	margin-bottom: 25px;
	padding-bottom: 5px !important;
}
.tabcontent h3 .scoree{
	padding-left: 20px !important;
}
.number-team{
	background-color: #ecb571;
	color: #000;
	border-radius: 5px;
	margin-right: 10px !important;
	padding: 8px 18px !important;
}
.title-cog{
	margin-top: 0px !important;
	padding-bottom: 20px;
}
.about-event{
	padding-top: 30px;
}
.image-cog{
	width: 100%;
}
.top-padding{
	padding-top: 20px;
}
.confluence-text-main{
	font-size: 20px;
	color: #000;
	margin-bottom: 0px !important;
	font-weight: 600;
	margin-top: 0px !important;
}
.icons i{
	font-size: 30px;
	margin-right: 10px;
	margin-bottom: 0px !important;
}
.footer-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.banner-home{
	height: 500px;
}
.footer{
	padding: 40px 0px;
	margin-top: 20px !important;
	background-color: #009F83;
}
/* sidebar  */
/* sidebar code */
.sidebar{
	width: 90%;
	min-width: 270px;
	max-width: 320px;
	height: 100%;
	position: fixed;
	top: 0px;
	overflow:auto !important;
	right: -320px;
	z-index: 20;
	transition: 0.2s ease;
	background: #009F83;
	color: #000;
}
.sidebar .closse i{
	font-size: 28px;
}
.open-cart{
	right: 0px !important;
}
.open-cartt{
	display:none;
}
.open-cart:before{
	content: '';
	position: fixed;
	top: 0px;
	height: 70vh;
	left: 0px;
	right: 0px;
	bottom: 0px;
	pointer-events: none;
	z-index: -1;
}
.navbar-sidebar {
	padding: 25px;
	margin-top: 45px;
}
.navbar-sidebar ul li{
	list-style: none;
	background: #F9F9F9;
	padding: 8px 15px;
	margin-bottom: 15px;
	border-radius: 10px;
	font-weight: 500;
}
.navbar-sidebar ul li a{
	text-decoration: none;
	color: #000;
}
.navbar-sidebar ul{
    padding: 0;
}
.sidebar .closse{
	position: absolute;
	top: 10px;
	right: 20px;
	color: #000000;
}
.sidebar .active {
	color: #272B73;
}
.menulogo{
	display: none;
}
.eventimg{
	width: 210px;
	margin-bottom: 25px;
	cursor: pointer;
	margin-right: 20px;
}
.icons a{
	text-decoration: none;
	color: #000;
}
.about-texts{
	margin-top: 0px !important;
	font-size: 16px !important;
	text-align: justify;
}
.logo-events-page{
	width: 95%;
	margin: auto;
	padding-top: 20px;
}
.about-event{
	padding-top: 50px;
	padding-bottom: 50px;
}
.about-text{
	font-size: 17px !important;
	line-height: 1.5;
}


 /* Dropdown Styles */
 .dropdown-menu {
	display: none !important;
	position: absolute;
	background-color: #EFCBA0;
	padding: 0;
	margin: 0;
	top: 100%;
	left: 0;
	list-style-type: none;
	width: 240px;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.dropdown-menu li {
	border-bottom: 1px solid #555;
}
.dropdown-menu li:last-child {
	border-bottom: none;
}
.dropdown-menu li a:hover{
	background-color: #EFCBA0;
}
.dropdown-menu li a {
	color: #fff;
	display: block;
	padding: 10px;
	text-decoration: none;
	font-size: 16px;
}
.dropdown i{
	font-size: 20px;
	position: absolute;
	top: -1px;
}
/* Show dropdown on click */
.dropdown:hover .dropdown-menu {
	display: block !important;
}
.event-bg a{
	color: #fff !important;
}
.event-bg{
	background-color: #715925 !important;
}
.schedule{
	padding-top: 40px;
}
.class{
	text-align: center;
}
.schedule-title{
	padding-top: 5px;
	font-weight: 700;
	text-align: center;
	margin-top: 0px !important;
}
.date{
	background-color: #715925;
	color: #fff;
	width: max-content;
	margin: auto;
	padding: 5px;
	text-align: center;
	margin-bottom: 50px !important;
}
.programes-details{
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: auto;
	background-color: #ecb571;
	padding: 2px 10px !important;
}
.programes-names{
	display: flex;
	justify-content: space-between;
	width: 60%;
	margin: auto;
}
.div-proggramme{
	padding-top: 30px;
}
.interval-text{
	background-color: #a1ceff;
	width: 60%;
	text-align: center;
	margin: auto;
	padding: 4px 5px;
}
.interval-div{
	padding-top: 20px;
}
.item-category{
	/* background-color: #d4a468;
	width: max-content; */
}
.admin{
	padding-top: 80px;
}
.admin .form-group{
	padding-bottom: 10px;
}
.bottomspace{
	margin-bottom: 20px !important;
}


.program-results {
	display: none;
	margin-top: 20px;
	padding: 20px 10px;
	border: 1px solid #d3b982;
	border-radius: 5px;
}
.results-option{
	padding-top: 20px;
}
.select-option-result select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 8px;
	border: 2px solid #009F83 !important;
	border-radius: 5px;
	background-color: #009F83;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #fff !important;
}
.main-search{
	
}
.teamm-name{
	font-size: 16px !important;
	margin-left: 57px;
}
.result-titles{
	font-size: 23px;
	padding-top: 5px;
	padding-bottom: 15px;
	border-bottom: 2px solid #9e6451;
	margin-bottom: 15px;
	margin-bottom: 20PX;
}
.ww{
	color: #fff !important;
}
.item-name{
	margin-top: 0px !important;
	padding-bottom: 20px;
}
.result-dv{
	background-color: #ffefce;
	padding: 10px;
	border-radius: 5px;
	margin-bottom: 30px;
}
.result-dv p{
	position: absolute;
	left: 51px;
	top: 20px;
}
.reults-boxx{
	position: relative;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}
.student-name{
	margin-top: 0px !important;
}
.result-img{
	width: 100%;
	padding-bottom: 10px;
}
.download-btn{
	background-color: #9e6451;
	color: #fff;
	width: 100%;
}
.hero-section video{
	width: 100%;
}


.ovaerall{
	width: 600px;
	background-color: #009F83;
	border-radius: 20px;
	padding: 20px;
	margin: auto;
}
.all{
	margin: 0px !important;
	color: #fff !important;
	text-align: center;
	padding-bottom: 15px;
}
.name-inst{
	margin: 0px !important;
	color: #fff !important;
}
.poin{
	background-color: #D59411;
	color: #ffff;
	width: max-content;
	margin: 0px !important;
	padding: 3px 5px;
	border-radius: 3px;
}
.one-box{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 17px;
}
.category-box-results{
	width: 100%;
	background-color: #009F83;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 30px;
}
.space{
	margin-bottom: 50px;
}
.afterr{
	margin: 0px !important;
	text-align: center;
	color: #fff;
	padding-bottom: 10px;
}
.alls{
	margin: 0px !important;
	text-align: center;
	color: #fff;
	padding-bottom: 15px;
}

.image-cog {
	margin: auto;
	display: table;
	border-radius: 10px;
}
.cll{
	color: #fff;
	text-align: center;
}

.news-thumb{
	width: 100%;
}

.hero-section {
    position: relative;
    width: 100%;
	min-height: 70vh;
    overflow: hidden;
}
.heading-textt{
	padding-bottom: 20px;
}
.banner-home {
    position: absolute;
    width: 100%;
	height: 100%;
    opacity: 0;
    animation: slide 9s infinite;
    object-fit: cover; /* Adjusts how the image fits within its container */
}
.news-thumbnail a{
	text-decoration: none !important;
	list-style: none !important;
}
.banner-home:nth-child(1) {
    animation-delay: 0s;
}

.banner-home:nth-child(2) {
    animation-delay: 3s;
}

.banner-home:nth-child(3) {
    animation-delay: 6s;
}

@keyframes slide {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 1;
    }
    33.33% {
        opacity: 1;
    }
    43.33% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

.afterrr{
	background-color: #D59411;
	color: #ffffff;
	padding: 2px 6px;
	border-radius: 2px;
}

































@media (min-width:1200px){
	.image-cog {
		/* width: 70%; */
		margin: auto;
		display: table;
		border-radius: 10px;
	}
}
@media (max-width:991px){
	.items-nav ul{
		display: none;
	}
	.ovaerall{
		width: 100% !important;
	}
	.menulogo{
		display: block;
		font-size: 27px;
	}
	.about-text{
		padding-bottom: 25px;
	}
	.space {
		margin-bottom: 30px;
	}
	.navbar-home {
    padding: 15px 0px;
	}
	.hero-section video{
		width: 100% !important;
		height: auto; /* Maintains the aspect ratio */
		object-fit: cover;
	}
	.eventimg {
    width: 130px !important;
		height: 50px !important;
    margin-bottom: 22px;
    cursor: pointer;
    margin-right: 30px;
}
	.banner-home {
    width: 100%;
    /* height: unset; */
	}
	.programes-details{
		width: 98%;
		margin: auto;
	}
	.programes-names {
    width: 98%;
    margin: auto;
		overflow-x: auto;
		scrollbar-width: thin;
		white-space: nowrap;
	}
.interval-text {
    width: 97%;
    margin-bottom: 16px;
    margin-top: 14px;
	}
	.schedule {
    padding-top: 7px;
	}
	.select-option-result select {
    padding: 13px 10px !important;
	}
}
@media (max-width:800px){
	.confluence-text {
		font-size: 31px;
	}
	.scroll {
    width: 64px;
	}
	.updates {
    padding: 10px 0px 15px 0px !important;
	}
	.score-main {
    display: block;
    justify-content: space-between;
	}
	.score-main .tab {
    display: flex;
		width: 100%;
		overflow-x: auto; 
    scrollbar-width: thin;
    white-space: nowrap;
	}
	.tab .btn {
    margin-right: 20px;
		margin-bottom: 0px !important;
	}
	.know {
    margin-top: 10px !important;
	}
	.footer-box {
    display: block;
	}
}
@media (max-width:600px){
	.scroll {
		right: -2px;
		margin-top: 40px;
    width: 58px;
	}	
	.name-inst {

		font-size: 15px;
	}
	.poin {
		font-size: 18px;
	}
	.hero-section {
        min-height: 190px;
    }
	.score-main .score-details {
    width: 100%;
	}
	.container-main {
		width: 92%;
	}
	.confluence-text {
		font-size: 26px;
	}
	.confluence-sub-text {
    color: #ffff;
		width: 66%;
		padding-top: 5px;
    font-size: 12px !important;
		margin-bottom: 5px !important;
	}
	.update-btn {
    padding: 8px 20px !important;
    font-size: 16px !important;
	}
	.logo{
		width: 55px !important;
		height: unset;
	}
}














