
body{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Roboto Condensed", sans-serif;
    
}


/*---- Landing Page ------*/


.super{
    background-color: #ffffff00;
}

.timer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    height: 33px;
    margin: 20px auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 10px;
    background: linear-gradient(135deg, #b74b9c, #710440);
    color: #ffffff;
    position: relative;
    transform: translate(-8px, -30px);
}

#timer {
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.counter {
    display: flex;
    justify-content: space-between;
    gap: 5px;
    width: 100%;
}

.box1 {
    background: rgba(255, 255, 255, 0.1);  
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.box1:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.box1 span {
    font-size: 15px;
    font-weight:700;
    color: #ffffff;
    margin-top: 2px;
}

.box1 p {
    font-size: .5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.8);
    margin: 1px 0 0;

}

#tag {
    font-size: 7px;
    font-weight: 500;
    text-transform: uppercase;
    color: rgba(25, 46, 93, 0.9);
    letter-spacing: 1px;
    margin-top: 0;
    position: relative;
    top: 18px;
}
#text-wrapper{
    position: relative;   
    color: #fff;  
    text-align: center;  
}
.banner {  
     
    width: 100%; 
    height: 100%; 
     
}
.banner p{
    color: #1c4968;
    position: relative;
    top: 70px;
    letter-spacing: 1.5px;
    font-family: "Roboto Condensed", sans-serif;
 
}
.banner p img{
    width: 26px;
}

#para{
    font-size: 8px;
    position:relative;
    top: 10px;
}

#para1{
    font-size: 15px;
    position:relative;
    top: 10px;
    font-weight: 700;
}
#para2{
    font-size: 13px;
    color: #0c3652;
    position:relative;
    font-weight: 600;
    top: 10px;
}

#particles-container1{
    background-color:  #6d042eee;
    width: 150px;
    height: 150px;
    position:relative;
    z-index: -1;
    border-radius: 50%;
    right: 5px;
    top: 355px; 
    opacity: 85%; 
    
     
} 

 #particles-container2{
    background-color: #6d042eee;
    width: 150px;
    height: 150px;
    position: relative;
    z-index: -1;
    border-radius: 50%;
    right: -225px;
    top: 205px;
    opacity: 85%; 
    
}
.shape1{
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 56px;
    top: 22px;
    z-index: -55;
    opacity: 85%;
    
}
.shape2{
    width: 70px;
    height: 70px;
    background-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top:20px;
    z-index: -55;
    opacity: 85%;
     
}
.landing-text{
  position: relative;
  top: -250px;
  left: -4px;
  letter-spacing: 0.1;
}

#logo{
    width: 100px;
    height: auto;
    position: relative;
    top: -440px;
    left: -5px; 
}
.sub1{
    font-size: 3rem;
}
#more{
    width: 100px;
    height: 100px;
    position: absolute;
    background-color: #ffffff;
    color: #87035d;
    top: 588px;
    left: -1550px;
    font-weight: 700;
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 2px;
}
#para img{
    width: 10px;
}

/*----  Tracks Section ------*/


.dropdown-title-tracks{
    margin: 0!important;
    padding: 0!important;
}
.tracks {
    background-color: #ffffff;
    position: relative;
    top: -155px;
    left: px;
    height: auto;
    width: 100%;
    text-align: center;
}

.tracks h1 {
    font-size: 35px;
    color: #2e2d2d;
    display: inline-block;
    text-align: center;
    width: 100%;
    margin: 35px auto;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    left: -6px;
}

.tracks h1::after {
    content: "";
    display: block;
    width: 10%;
    height: 5px;
    border-radius: 5px;
    background-color: rgb(255, 230, 0);
    margin: 5px auto 0;
}

/* Dropdown Container */
.dropdown-container {
    display: inline-block;
    position: relative;
    cursor: pointer;
}

/* Dropdown Icon */
.dropdown-icon {
    font-size: 35px;  
    color: #020304;  
    display: inline-block;
    padding: 5px;
    transition: transform 0.3s ease;  
    position: absolute;
    top: -1700px;
    left: 270px;
 
}

/* Rotate Icon on Hover or Focus */
.dropdown-container:hover .dropdown-icon {
    transform: rotate(180deg); 
}



/* Dropdown Menu */
.dropdown-menu {
    position: absolute;
    top: 100%; 
    z-index: 1000;
    background: white;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow */
    padding: 10px;
    display: none; /* Initially hidden */
    width: 250px; /* Adjust as needed */
    position: relative;
    top: -1560px;
    left: 70px;
}

/* Show Dropdown Menu */
.dropdown-container:hover .dropdown-menu {
    display: block; /* Show dropdown on hover */
}

/* Dropdown Menu Items */
.dropdown-menu a {
    display: block;
    padding: 8px 10px;
    color: #333;
    text-decoration: none;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}

.dropdown-menu a:hover {
    background-color: #f0f0f0;
}

.book{
    background-color: white;
    width: 1000px;
    height: 580px;
    position: absolute;
    left:250px;
    top: 100px;
    border-radius: 20px;
    padding: 20px;
    opacity: 90%;
}
.book h5{
     
    text-align: center;
    margin: 0;  
    margin-bottom: 50px;
}

.box-container{
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap:10px;
    width: 75%;
    position: relative;
    left: 30px;
}

.box-container .box{
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding:10px 10px;
    height: 230px;
    width: 310px;
}

.box-container .box img{
    height: 180px;
    width: 300px;
    padding: 5px;
    border-radius: 10px;
}

 .box-container .box p{
    color:#242222;
    font-size: 12px;
    line-height: 1.8;
    font-weight: 700;
}
.box-container .box .btn{
    position: relative;
    top: -80px;
    display: inline-block;
    background:#038f18;
    color:#fff;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
    padding: 3px 7px;
}

 .box-container .box .btn:hover{
    letter-spacing: 1px;
}

 .box-container .box:hover{
    box-shadow: 0 10px 15px rgba(0,0,0,.3);
    transform: scale(1.05);
}


/*---- Keynote-Speaker Section ------*/

.key{
    background-color: #760a2b77;
    width: 75%;
    height: 70vh;
    position: relative;
    top:-90px;
    left: 35px;
    border-radius: 20px;
    margin-top: 100px;
    margin-bottom: 180px;
 }
 #speakers{
    display: flex;
    justify-content: space-between;
 }
.key h1{
    top:-120px;
    left: 10px;
    background-color: #ffffff;
    position: relative;
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
}

.key h1::after {
    content: "";
    display: block;
    width: 60%;
    height: 5px;
    background-color: rgb(255, 230, 0);
    border-radius: 5px;
    margin: 5px auto 0;
}

#key{
    text-decoration: none;
}
.speakers {
    position: relative;
    width: 300px;
    top: -100px;
    left: -25x;
    transition: transform 0.3s ease, box-shadow 0.3s ease;  
}

.speakers:hover {
    transform: scale(1.05);  
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);  
    border-radius: 20px;
}

.speakers .card-borders {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px;
}
.speakers .card-borders .border-top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: hsl(240, 31%, 25%);
	transform: translateX(-100%);
	animation: slide-in-horizontal 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.speakers .card-borders .border-right {
	position: absolute;
	right: 0;
	width: 2px;
	height: 100%;
	background: hsl(240, 31%, 25%);
	transform: translateY(100%);
	animation: slide-in-vertical 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.speakers .card-borders .border-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: hsl(240, 31%, 25%);
	transform: translateX(100%);
	animation: slide-in-horizontal-reverse 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.speakers .card-borders .border-left {
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	background: hsl(240, 31%, 25%);
	transform: translateY(-100%);
	animation: slide-in-vertical-reverse 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.speakers .card-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 15px 40px 15px;
	background: linear-gradient(45deg, hsl(314, 78%, 27%), hsl(240, 37%, 56%));
	box-shadow: 0 0px 0.6px rgba(0, 0, 0, 0.028), 0 0px 1.3px rgba(0, 0, 0, 0.04), 0 0px 2.5px rgba(0, 0, 0, 0.05), 0 0px 4.5px rgba(0, 0, 0, 0.06), 0 0px 8.4px rgba(0, 0, 0, 0.072), 0 0px 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	border-radius: 30px;
	transform: scale(0.6);
	border-bottom: 10px solid #f7e01d;
	animation: bump-in 0.5s 0.8s forwards;
}
.speakers .card-content .avatar {
    width: 230px; /* Adjust size as needed */
    height: 230px; /* Adjust size as needed */
    border-radius: 50%; /* Keeps the image circular */
    object-fit: cover; /* Ensures the image fits within its bounds */
    margin: 0 auto; /* Centers the image horizontally if needed */
    display: block; /* Ensures proper centering within the container */
	margin-bottom: 10px;
	opacity: 0;
	transform: scale(0.6) translate(10px, -5px);
	border: 3px solid #25235c;
	border-right-color: #f7e01d;
	border-bottom-color: #f7e01d;
	border-top-color: #f7e01d;
	padding: 10px;
	animation: bump-in 0.5s 1s forwards;
}

#ava{
    position: relative;
    transform: translate(100px, -5px);
}
.speakers .card-content .username {
	position: relative;
	font-size: 25px;
	margin: 0;
	color: transparent;
	line-height: 40px;
	animation: fill-text-white 1.2s 2s forwards;
}

.speakers .card-content .username::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: black;
	background: #f7e01d;
	transform: scaleX(0);
	transform-origin: left;
	border-radius: 20px;
	animation: slide-in-out 1.2s 1.2s cubic-bezier(0.75, 0, 0, 1) forwards;
}
.speakers .card-content .designation {
	position: relative;
	line-height: 20px;
	font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
	margin: 0;
	color: transparent;
	background: #6b62b9;
	padding: 0 10px 0 10px;
	border-radius: 30px;
	margin: 6px 0 6px 0;
	animation: fill-text-white 1.2s 2s forwards;
}

.speakers .card-content .designation::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: black;
	background: #f7e01d;
	border-radius: 20px;
	transform: scaleX(0);
	transform-origin: left;
	animation: slide-in-out 1.2s 1.2s cubic-bezier(0.75, 0, 0, 1) backwards;
}
.speakers .card-content .bio {
	position: relative;
	line-height: 25px;
	font-size: 14px;
    font-family: "Roboto Condensed", sans-serif;
	margin: 0;
	color: transparent;
	animation: fill-text-white 1.2s 2s forwards;
	margin: 6px 0 7px 0;
}
.speakers .card-content .bio::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: black;
	background: #f7e01d;
	border-radius: 20px;
	transform: scaleX(0);
	transform-origin: left;
	animation: slide-in-out 1.2s 1.2s cubic-bezier(0.75, 0, 0, 1) forwards;
}
.speakers .card-content .social-icons {
	display: flex;
	margin-top: 15px;
}
.speakers .card-content .social-icons .social-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5em;
	height: 2.5em;
	margin: 0 15px;
	border-radius: 50%;
	text-decoration: none;
}
.speakers .card-content .social-icons .social-icon:nth-child(1)::before {
	animation-delay: 2.1s;
}
.speakers .card-content .social-icons .social-icon:nth-child(1)::after {
	animation-delay: 2.2s;
}
.speakers .card-content .social-icons .social-icon:nth-child(1) i {
	animation-delay: 2.3s;
}
.speakers .card-content .social-icons .social-icon:nth-child(2)::before {
	animation-delay: 2.2s;
}
.speakers .card-content .social-icons .social-icon:nth-child(2)::after {
	animation-delay: 2.3s;
}
.speakers .card-content .social-icons .social-icon:nth-child(2) i {
	animation-delay: 2.4s;
}
.speakers .card-content .social-icons .social-icon:nth-child(3)::before {
	animation-delay: 2.3s;
}
.speakers .card-content .social-icons .social-icon:nth-child(3)::after {
	animation-delay: 2.4s;
}
.speakers .card-content .social-icons .social-icon:nth-child(3) i {
	animation-delay: 2.5s;
}
.speakers .card-content .social-icons .social-icon::before, .card .card-content .social-icons .social-icon::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transform: scale(0);
}
.speakers .card-content .social-icons .social-icon::before {
	background: #f7f1e3;
	animation: scale-in 0.5s cubic-bezier(0.75, 0, 0, 1) forwards;
}
.speakers .card-content .social-icons .social-icon::after {
	background: #fff;
	animation: scale-in 0.5s cubic-bezier(0.75, 0, 0, 1) forwards;
}
.speakers .card-content .social-icons .social-icon i {
	z-index: 1;
	transform: scale(0);
	animation: scale-in 0.5s cubic-bezier(0.75, 0, 0, 1) forwards;
	color: #6b62b7;
	font-size: 20px;
	font-weight: 600;
}


.speakers1 {
    position: relative;
    width: 240px;
    height: 300px;
    top: 0;
    left: 8px;
    margin-bottom: 180px;
    transition: transform 0.3s ease, box-shadow 0.3s ease; 
}
.card-container {
    display: flex;
    flex: 1;
    justify-content: space-around;  
    gap: 1px;  
    flex-wrap: wrap;  
    position: relative;
    left: -30px;
    top: -140px;
    padding: 35px;
}
.card-borders, .card-content {
    display: flex;
    flex-direction: column; 
}

.sample{
    background-color: #cfc9f4;
    position: relative;
    bottom: 50px;
    left: 55px;
    height: 352vh;
    width: 70%;
    border-radius: 20px;
}
.sample h1{
    top:-150px;
    left: 30px;
    position: relative;
    font-size: 35px;
    display: inline-block;
    font-weight: 700;
}
.sample h1::after {
    content: "";
    display: block;
    position: relative;
    width: 60%;
    left: -60px;
    height: 5px;
    background-color: rgb(255, 230, 0);
    border-radius: 5px;
    margin: 5px auto 0;
}
.speakers1:hover {
    transform: scale(1.05); 
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
    height: 400px;  
    border-radius: 20px;
}
.speakers1 .card-borders {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	border-radius: 30px;
}
.speakers1 .card-borders .border-top {
	position: absolute;
	top: 0;
	width: 100%;
	height: 2px;
	background: hsl(240, 31%, 25%);
	transform: translateX(-100%);
	animation: slide-in-horizontal 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.speakers1 .card-borders .border-right {
	position: absolute;
	right: 0;
	width: 2px;
	height: 100%;
	background: hsl(240, 31%, 25%);
	transform: translateY(100%);
	animation: slide-in-vertical 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.speakers1 .card-borders .border-bottom {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 2px;
	background: hsl(240, 31%, 25%);
	transform: translateX(100%);
	animation: slide-in-horizontal-reverse 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.speakers1 .card-borders .border-left {
	position: absolute;
	top: 0;
	width: 2px;
	height: 100%;
	background: hsl(240, 31%, 25%);
	transform: translateY(-100%);
	animation: slide-in-vertical-reverse 0.8s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
}
.speakers1 .card-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 40px 15px 40px 15px;
	background: linear-gradient(45deg, hsl(221, 77%, 25%), hsl(240, 37%, 56%));
	box-shadow: 0 0px 0.6px rgba(0, 0, 0, 0.028), 0 0px 1.3px rgba(0, 0, 0, 0.04), 0 0px 2.5px rgba(0, 0, 0, 0.05), 0 0px 4.5px rgba(0, 0, 0, 0.06), 0 0px 8.4px rgba(0, 0, 0, 0.072), 0 0px 20px rgba(0, 0, 0, 0.1);
	opacity: 0;
	border-radius: 30px;
	transform: scale(0.6);
	border-bottom: 10px solid #f7e01d;
	animation: bump-in 0.5s 0.8s forwards;
    min-height: 350px;
}
.speakers1 .card-content .avatar {
	width: 160px;
	height: 160px;
	margin-bottom: 10px;
	opacity: 0;
	transform: scale(0.6);
	border: 3px solid #25235c;
	border-right-color: #f7e01d;
	border-bottom-color: #f7e01d;
	border-top-color: #f7e01d;
	border-radius: 50%;
	padding: 10px;
	animation: bump-in 0.5s 1s forwards;
}
.speakers1 .card-content .username {
	position: relative;
	font-size: 25px;
	margin: 0;
	color: transparent;
	line-height: 40px;
	animation: fill-text-white 1.2s 2s forwards;
}
.speakers1 .card-content .username::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: black;
	background: #f7e01d;
	transform: scaleX(0);
	transform-origin: left;
	border-radius: 20px;
	animation: slide-in-out 1.2s 1.2s cubic-bezier(0.75, 0, 0, 1) forwards;
}
.speakers1 .card-content .designation {
	position: relative;
	line-height: 40px;
	font-size: 17px;
    font-family: "Roboto Condensed", sans-serif;
	margin: 0;
	color: transparent;
	background: #6b62b9;
	padding: 0 10px 0 10px;
	border-radius: 30px;
	margin: 6px 0 6px 0;
	animation: fill-text-white 1.2s 2s forwards;
}
.speakers1 .card-content .designation::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: black;
	background: #f7e01d;
	border-radius: 20px;
	transform: scaleX(0);
	transform-origin: left;
	animation: slide-in-out 1.2s 1.2s cubic-bezier(0.75, 0, 0, 1) backwards;
}
.speakers1 .card-content .bio {
	position: relative;
	line-height: 25px;
	font-size: 16px;
    font-family: "Roboto Condensed", sans-serif;
	margin: 0;
	color: transparent;
	animation: fill-text-white 1.2s 2s forwards;
	margin: 15px 0 7px 0;
}
.speakers1 .card-content .bio::before {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: black;
	background: #f7e01d;
	border-radius: 20px;
	transform: scaleX(0);
	transform-origin: left;
	animation: slide-in-out 1.2s 1.2s cubic-bezier(0.75, 0, 0, 1) forwards;
}
.speakers1 .card-content .social-icons {
	display: flex;
	margin-top: 15px;
}
.speakers1 .card-content .social-icons .social-icon {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 2.5em;
	height: 2.5em;
	margin: 0 15px;
	border-radius: 50%;
	text-decoration: none;
}
.speakers1 .card-content .social-icons .social-icon:nth-child(1)::before {
	animation-delay: 2.1s;
}
.speakers1 .card-content .social-icons .social-icon:nth-child(1)::after {
	animation-delay: 2.2s;
}
.speakers1 .card-content .social-icons .social-icon:nth-child(1) i {
	animation-delay: 2.3s;
}
.speakers1 .card-content .social-icons .social-icon:nth-child(2)::before {
	animation-delay: 2.2s;
}
.speakers1 .card-content .social-icons .social-icon:nth-child(2)::after {
	animation-delay: 2.3s;
}
.speakers1 .card-content .social-icons .social-icon:nth-child(2) i {
	animation-delay: 2.4s;
}
.speakers1 .card-content .social-icons .social-icon:nth-child(3)::before {
	animation-delay: 2.3s;
}
.speakers1 .card-content .social-icons .social-icon:nth-child(3)::after {
	animation-delay: 2.4s;
}
.speakers1 .card-content .social-icons .social-icon:nth-child(3) i {
	animation-delay: 2.5s;
}
.speakers1 .card-content .social-icons .social-icon::before, .card .card-content .social-icons .social-icon::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: inherit;
	transform: scale(0);
}
.speakers1 .card-content .social-icons .social-icon::before {
	background: #f7f1e3;
	animation: scale-in 0.5s cubic-bezier(0.75, 0, 0, 1) forwards;
}
.speakers1 .card-content .social-icons .social-icon::after {
	background: #fff;
	animation: scale-in 0.5s cubic-bezier(0.75, 0, 0, 1) forwards;
}
.speakers1 .card-content .social-icons .social-icon i {
	z-index: 1;
	transform: scale(0);
	animation: scale-in 0.5s cubic-bezier(0.75, 0, 0, 1) forwards;
	color: #6b62b7;
	font-size: 20px;
	font-weight: 600;
}
@keyframes bump-in {
  50% {
    transform: scale(1.05);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes slide-in-horizontal {
  50% {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes slide-in-horizontal-reverse {
  50% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide-in-vertical {
  50% {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes slide-in-vertical-reverse {
  50% {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes slide-in-out {
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50.1% {
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}
@keyframes fill-text-white {
  to {
    color: white;
  }
}
@keyframes scale-in {
  to {
    transform: scale(1);
  }
}
  


/*---- Key-Members Section ------*/


.team{
    background: linear-gradient(45deg, hsl(287, 96%, 18%), hsl(278, 31%, 30%));
    position: relative;
    top:-300px;
    height: auto;
    width: 85%;
    border-radius: 20px;
    margin: 60px;
    left: -30px;
}

.team h1{
    position: relative;
    font-size: 35px;
    left: 50px;
    top:-130px;
    display: inline-block;
    font-weight: 700;

}
.sam{
    background-color: #4f034aba;
    width: 100px;
    top: 260px;
    height: 400px;
    position: relative;
    z-index: -20;
    left: 165px;
    border-radius: 20px;
    border: 1px yellow;
    
}
#title:after{
    content: "";
    display: block;
    width: 60%;
    height: 5px;
    border-radius: 5px;
    background-color: rgb(255, 230, 0);
    margin: 7px auto 0;
}

.sectors {
    display: flex;
    flex-direction: column;  
    align-items: center;
    gap: 1rem;
    justify-content: center;
    padding: 1rem 0;
    width: 350px;
    height: 2300px;
    position: relative;
    top: -100px;
    left: -18px;
     
}

#link{
    text-decoration: none;
}

.sector {
    flex: 0 0 auto;
    width: 16rem;
    box-sizing: border-box;
    padding: 2rem;
    padding-top: 20px;
    margin-top: 40px;
    height: 25rem;
    border-radius: 1rem;
    -webkit-box-shadow: 0 1rem 2rem rgba(31, 38, 135, 0.37);
            box-shadow: 0 1rem 2rem rgba(31, 38, 135, 0.37);
    background-color: rgba(234, 218, 242, 0.626);
    border: 1px solid rgba(255, 255, 255, 0.18);
    -webkit-backdrop-filter: blur(1.8rem);
            backdrop-filter: blur(1.8rem);
    color: #080eb5;
    text-align: center;
}

.sector:hover {
    transform: translateY(-15px);
    -webkit-box-shadow: 0 2rem 4rem rgba(198, 198, 222, 0.563);
            box-shadow: 0 2rem 4rem rgba(217, 213, 213, 0.578);
    background-color: rgba(255, 255, 255, 0.7);
}
.sector button:hover {
    transform: translateY(-10px);
    -webkit-box-shadow: 0 2rem 4rem rgba(31, 38, 135, 0.5);
            box-shadow: 0 2rem 4rem rgba(31, 38, 135, 0.5);
    background-color: rgba(255, 255, 255, 0.2);
}
.sector .imgbox {
    width: 11rem;
    height: 11rem;
    background-color: rgba(255, 255, 255, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.18);
    padding: 0.5rem;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden; }
.sector .imgbox img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    -o-object-fit: cover;
       object-fit: cover;}
.sector .intro-text { margin: .6rem;  }
 .sector .intro-text h1 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.01rem;
    position: relative;
    left: -2px;
    top: -10px;
    color: #0c0c0c;
    font-family: "Roboto Condensed", sans-serif;
    margin-top: 10px; }
    
.sector span {
    text-transform: capitalize;
    font-size: 1.2rem;
    letter-spacing: 0.1;
    font-weight: 600; 
}

  

/*---- Sponsers Section ------*/



.sponsers h1{
    position: relative;
    font-size: 35px;
    display: inline-block;
    top: -250px;
    left: 120px;
    font-weight: 700;
}

.sponsers h1::after {
    content: "";
    display: block;
    width: 60%;
    height: 5px;
    background-color: rgb(255, 230, 0);
    border-radius: 5px;
    margin: 5px auto 0;
    font-weight: 700;
}

/*---- Foot Section ------*/

.foot h1{
    position: relative;
    font-size: 50px;
    display: inline-block;
}

.foot h1::after {
    content: "";
    display: block;
    width: 60%;
    height: 5px;
    background-color: rgb(255, 230, 0);
    border-radius: 5px;
    margin: 5px auto 0;
}

.video-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
.video-bg1 {
    position: fixed;
    top: 200px;
    left: 0;
    width: 50%;
    height: 50%;
    object-fit: cover;
    z-index: -10;
}

/*---------------- NAVBAR -----------------*/


/* darkBlue-#1E3A5F, Green-#2E8B57,gray-#F5F5F5,dGray-#333333,Aqua-#00C7C7,white*/

.ui-nav {
    transform: translateZ(0px);
    position: fixed;
    top: 0;
    left: 0;
    height: 10vh;
    width: 100%;
    z-index: 11;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #374A59;
    background: linear-gradient(to right, #7a0856, #a0087a);
    padding: 1rem;

}

.nav-item {
    font-size: 14px;
}

.ui-nav > * {
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    background-color: #fff;
}

.nav-area {
    margin-top: 16px;
    background: linear-gradient(to right, #c61a5cdd, #b75500c4);
    font-family: "Roboto Condensed", sans-serif;
    letter-spacing: 1px;
    gap: 1.4rem;
    height: 55px;
    width: 100%;
    max-width: 1100px;
    list-style: none;
    margin-left: auto;
    margin-right: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease-in-out;
    border-radius: 5px;
}
.nav-area li{
    list-style: none;
}

.nav-area li a{
    position: relative;
    display: block;
    text-align: center;
    margin: 0 12px;
    color: #e4e4e4;
    font-size: 19px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .5s;
    font-weight: 700;

}

.nav-area li a:hover{
    color: #180662;
    background: #f3f1ea;
    transition: .5s;
    padding: 2px;
    border-radius: 5px;
}
.nav-area li a:before{
    content:'';
    position: absolute;
    bottom: 15px;
    left: 15px;
    width: 15px;
    height: 15px;
    border: 2px solid #fbd61c;
    border-width:  0 0 3px 3px;
    transition: .5s;
    opacity: 0;

}

.nav-area li a:hover:before{
    bottom: -8px;
    left: -8px;
    opacity: 1;
}
.nav-area li a:after{
    content: '';
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
    border: 2px solid #fbd61c;
    border-width: 3px 3px 0 0;
    transition: .5s;
    opacity: 0;
}

.nav-area li a:hover:after{
    top: -8px;
    right: -8px;
    opacity: 1;
}

.ui-left {
    position: relative;
    left: 20px;
    border-radius: 20px;
    width: 85px;
    height: 50px;
}
.ui-left img{
   width: 60px;
   height: 20px;
}

.nav-link {
    text-decoration: none;
    color: #374A59;
}

.ui-toggle {
    display: none;
    font-size: 1.5rem;
    background: none;
    border: none;
    color: #374A59;
    cursor: pointer;
    margin-left: auto;
}

/* Responsive menu for smaller screens */
@media (max-width: 768px) {
    .nav-area {
        display: none;
        flex-direction: column;
        width: 100%;
        height: 60vh;
        background-color: #083974;
        border-top: 1px solid #ddd;
        z-index: 10;
        position: absolute;
        top: 7vh;
        left: 0;
    }

    .nav-area.show {
        display: flex;
    }
    .nav-item {
        padding: 0.2rem;
        font-size: 16px;
    }

    .ui-toggle {
        display: inline-flex;
        align-items: center;
        margin-left: auto;
        padding: 1rem;
        color:#f7f7f7;

    }
    .ui-left img{
        width: 50px;
        height: 20px;
     }
}
 
 

/* Medium screen responsiveness (between 769px and 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {
    .nav-area {
        width: 90%;
        gap: 1rem;
        height: auto;
        padding: 0.5rem;
        transform: translateX(0);
    }

    .nav-item {
        padding: 0.5rem;
        font-size: 16px;
    }

    .ui-nav {
        padding: 0.5rem 1rem;
        height: auto;
    }

    .ui-toggle {
        display: none;
    }
}



/*---------------- FOOTER -1 -----------------*/

#footer{
    background:linear-gradient(to right,#560202e4, #2c4d9bd6, #56023adb);
    padding-top: 50px;
    position: relative;
    transform: translateY(-30px);
    left: 0;
    max-width: 100%;
    font-family: "Roboto Condensed", sans-serif;
    transform: none;  
    margin-bottom: 0;  
}
.comple{
    width: 90%;
    max-width: 1440px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px; 
}
.footer1-content{
    flex: 1 1 calc(50% - 20px); 
    max-width: 300px;
    margin: 10px auto;

}
.footer1-content h3 {
    font-size: 22px;  
    margin-bottom: 10px;
    text-align: center;
    color: #f8ecdc;
}
.footer1-content h3::after {
    content: "";
    display: block;
    width: 18%;
    height: 5px;
    border-radius: 5px;
    background-color: rgba(224, 172, 2, 0.997);
    margin: 5px auto 0;
}

/* .comple h3{
    font-size: 28px;
    margin-bottom: 15px;
    text-align: center;
    color: #f8ecdc;
} */
/* .footer1-content p{
    width:190px;
    margin: auto;
    text-align: left;
    color:  #f8ecdc;
    font-size: 15px;
    position: relative;
    left: 30px;
    top: 10px;

} */

.footer1-content p {
    width: 100%; /* Adjusted to full width */
    margin: auto;
    text-align: center; /* Center align text */
    color: #f8ecdc;
    font-size: 14px; /* Slightly smaller font size */
}
.footer1-content ul {
    text-align: center;
    padding: 0;
}
.comple .list li {
    list-style-type: none;
    margin: 5px 0; /* Adjusted spacing */
    padding: 0;
}
.social-icons {
    text-align: center;
    margin-top: 10px;
}
.bottom-bar {
    background: #000000;
    text-align: center;
    padding: 10px 0;
    margin-top: 50px;
}
.bottom-bar p {
    color: #fcfcfc;
    margin: 0;
    font-size: 14px; /* Adjusted for smaller screens */
}

.comple #email{
    color:    #f8ecdc;
}
.comple .list{
    padding: 0;
    margin: 0;
}
.comple .list a{
    color:   #f8ecdc;
    font-family: "Roboto Condensed", sans-serif;
}

.comple .list li:last-child {
    margin-bottom: 0;
}

.comple .list li::before{
    content: '';
    position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    top: 100%;
    width: 0;
    height: 2px;
    background: #f1ee30;
    transition-duration: .5s;
}
.comple .list li:hover::before{
    width: 70px;
}

.comple .social-icons li{
    display: inline-block;
    text-align: center;
    padding: 5px;
}
.comple .social-icons i{
    color: white;
    font-size: 25px;
}
.comple a{
    text-decoration: none;
}
.comple a:hover{
    color: #eca247;
}
.comple .social-icons i:hover{
    color: #f18930;
}


@media (max-width: 768px) {

    .comple {
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center align items */
    }

    .footer1-content {
        flex: 1 1 100%; /* Full width for smaller screens */
        max-width: 100%;
        text-align: center; /* Center align text */
    }

    .footer1-content p {
        font-size: 13px; /* Smaller font size */
    }

    .footer1-content h3 {
        font-size: 20px;
    }

    .social-icons i {
        font-size: 20px; /* Adjust icon size */
    }
}


 
/*------------------- MEDIA QUERIES -------------------*/

@media screen and (min-width: 768px) {
    /* For tablets */

    .hero {
        padding: 0 40px 200px;

    }

    .main-text {
        font-size: 3.5rem;
        margin-top: 60px;
    }

    .sub-text {
        font-size: 2rem;
    }

    .sub-text-1 {
        font-size: 1.5rem;
    }

    .hero p img {
        width: 25px;
    }

    .Object{

        margin-bottom: 200px;
    }

    .Object h2::after{
        left: 300px;
    }
   

}

@media screen and (min-width: 1024px) {
    /* For desktops */
    .hero {
        height: 70vh;
        padding: 0 0 80px;

    }

    .content{
        width: 50%;
    }

    .main-text {
        font-size: 4.2rem;
    }

    .sub-text {
        font-size: 2.0rem;
        font-weight: 500;
    }

    .sub-text-1 {
        font-size: 1.4rem;
    }

    .hero p img {
        width: 30px;
    }

    .content button{
        width: 320px;
    }

    .content p{
        font-size: 22px;
    }

    .content{
        top: 380px;
        width: 80%;
    }

    

    .Object{
        position: relative;
        margin-top: 0;
        margin-bottom: 100px;
        height: 60vh;
        bottom: 100px;


    }

    .cards{
        flex-direction: row;
    }

    .cards .text-card {
        height: 250px;
        margin: 20px;
    }

    .Object h2::after{
        left: 570px;
    }
    #logo{
    width: 320px;
    top: -230px;
    left: -20px;
    } 
    #para{
        font-size: 20px;
    }
    
    #para1{
        font-size: 40px;
    }
    #para2{
        font-size: 36px;
    }
 

    #particles-container1{
        position: absolute;
        width: 600px;
        height: 600px;
        right: 1200px;
        top: 390px;    
    }
    #particles-container2{
        position: absolute;
        width: 600px;
        height: 600px;
        right: -280px;
        top: 390px;   
    }
    .box-container{
        grid-template-columns: repeat(3, 2fr);
        gap:15px;
        width: 85%;
        left: 130px;
    }
    .box-container .box{
        height: 250px;
        width: 400px;
    }
    .box-container .box img{
        height: 200px;
        width: 360px;
    }
    
     .box-container .box p{
        font-size: 16px;
        line-height: 1.8;
    }
    .box-container .box .btn{
        top: -80px;
        font-size: 15px;
    }
    .dropdown-icon {
        font-size: 35px;  
        top: -560px;
        left: 870px;
    }
    .key h1{
        top:-120px;
        left: 40px;
        font-size: 50px;
    }
    
    .key h1::after {
        width: 60%;
        height: 5px;
    }
    .key{
       width: 30%;
       height: 70vh;
       top:180px;
       left: 540px;
       margin-bottom: 180px;
    }
    .speakers {
        width: 400px;
        top: -100px;
        left: 30px;
    }
    .sample{
        bottom:-2850px ;
        left: 40px;
        height: 72vh;
        width: 95%;
        position: absolute;
    }
    .sample h1{
        top:-150px;
        left: 450px;
        font-size: 50px;
    }
    .sample h1::after {
        width: 60%;
        height: 5px;
    }
    .team{
        top:-180px;
        height: 400px;
        width: 95%;
        margin: 60px;
        left: -20px;
    }
    
    .team h1{
        font-size: 50px;
        left: 570px;
        top:-220px;
    
    }
    .sam{
       
        width: 1400px;
        top:200px;
        height: 400px;
        left: 65px;
       
    }
    .speakers1 {
        width: 240px;
        height: 300px;
        top: 0;
        left: 30px;
    }
    .speakers1 .card-content {
        min-height: 510px;
    }
    .sample h1::after {
         left: 1px;
    }
    .sectors{
        flex-wrap: nowrap;
        flex-direction: row;
        left: -60px;
        top: -200px;
        height: 500px;
        width: 1550px;
        overflow-x: auto;
    }
    .sponsers h1{
        font-size: 50px;
        left: 650px;
        top: -180px;

      
    }
    .shape1{
        width: 450px;
        height: 450px;
        left: 110px;
        top: 22px;
    }
    .shape2{
        width: 450px;
        height: 450px;
        left: 35px;
        top: 25px;
    }
    .timer {
        width: 30%;
        height: 68px;
        margin: 20px auto;
        padding: 10px;
        transform: translate(-85px, 550px);
    }
    
    #timer {
        width: 100%;
        display: flex;
        justify-content: space-around;
    }
    
    .counter {
        gap: 5px;
        width: 100%;
    }
    
    .box1 {
        width: 60px;
        height: 60px;
    }

    .box1 span {
        font-size: 35px;
        margin-top: 2px;
    }
    
    .box1 p {
        font-size: 1px;
    }
    
    #tag {
        font-size: 14px;
        top: 28px;
    }
    #more{
        width: 100px;
        height: 100px;
        top: 558px;
        left: 950px;
        letter-spacing: 2px;
    }
    .tracks {
        top: 298px;
        height: 120vh;
        width: 100%;
    }
    .landing-text{
        top: 130px;
    }
     #para img{
        width: 30px;
    }
    .banner p{
         
        top: 70px;
        letter-spacing: 3px;
        font-family: "Roboto Condensed", sans-serif;
     
    }
    .tracks h1{
        font-size: 50px;
    }
    .dropdown-menu {
        position: absolute;
        top: 100%; 
        left: 0;
        z-index: 1000;
        background: white;
        border: 1px solid #ccc;
        border-radius: 5px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Optional shadow */
        padding: 10px;
        display: none; /* Initially hidden */
        width: 250px; /* Adjust as needed */
        position: relative;
        top: -560px;
        left: 870px;
    }
   
   
   
}



.carousel-foreground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);  
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;  
}

.carousel-foreground h1 {
    font-size: 3rem;  
    margin: 0;
    text-align: center;
}



.container1  {
    column-gap: 0;  
}


 
#team {
    background-color: #f1f1f1;
    min-height: 100vh; /* Ensures it works on smaller screens too */
    min-width: 100vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-top:100px;
    margin: 0;
}

/* Card Styles */
.card {
    border-radius: 25px;
    background-color: #ffffff;
    width: 250px; /* Updated width */
    border: none;
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2); /* Increased shadow size and opacity */
    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Smooth hover animation */
    z-index: 2;
}

.card:hover {
    transform: scale(1.03); /* Enlarges the card slightly on hover */
    box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.2); /* Enhanced shadow on hover */
}

/* Card Wrapper */
.card-wrapper {
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    z-index: 2;

}

/* Card Content */
.image-content,
.card-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
    z-index: 2;
}

.image-content {
    position: relative;
    row-gap: 5px;
}

.card-content .name {
    font-family: sans-serif;
    font-size: 18px;
    font-weight:700;
    margin-top: 10px;
    z-index: 2;
}

.role {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    color: #323232;
    margin-top: 5px;
}

.view-profile-btn {
    text-decoration: none;
    border: none;
    font-size: 16px;
    color: white;
    padding: 8px 16px;
    background-color: #7a0833;
    border-radius: 6px;
    margin: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.view-profile-btn:hover {
    background: #5c0325;
}

/* Card Image */
.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #ffffff;
    padding: 3px;
}

.card-image .card-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 50%;
    border: 4px solid #b89caf;
}

/* Overlay */
.overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #7a0856;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    width: 40px;
    background-color:#7a0856;
    border: none;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: white;
    z-index: 0;
}


.team-name{
    text-align: center;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 40px;
}
/* Responsive Styles */
@media (max-width: 768px) {
    .card {
        width: 220px; /* Adjusted for smaller screens */
    }

    .card-wrapper {
        gap: 20px;
    }

    .card-content .name {
        font-size: 16px;
    }

    .card-content .role {
        font-size: 12px;
    }

    .card-image {
        height: 120px;
        width: 120px;
    }
}

@media (max-width: 480px) {
    .card {
        width: 200px; /* Adjusted for smaller screens */
    }

    .card-content .name {
        font-size: 14px;
    }

    .card-content .role {
        font-size: 10px;
    }

    .card-image {
        height: 100px;
        width: 100px;
    }

    .card-wrapper {
        gap: 15px;
    }
}



.custom-shape-divider-bottom-1734241371 {
    position: relative;
    /*bottom: -200px;*/
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 1;

}

.custom-shape-divider-bottom-1734241371 svg {
    position: relative;
    display: block;
    width: calc(164% + 1.3px);
    height: 181px;

}

.custom-shape-divider-bottom-1734241371 .shape-fill {
    fill: #dcc3d0;

}

 
.team-wrapper{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px; /* Adjust space between cards */
    margin: 0 auto; /* Center the grid */
    padding: 20px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .team-wrapper {
        grid-template-columns: repeat(2, 1fr); /* 2 columns on medium screens */
    }
}

@media (max-width: 768px) {
    .team-wrapper {
        grid-template-columns: 1fr; /* Single column on small screens */
    }
}

@media (max-width: 480px) {
    .card-content {
        padding: 10px;
    }

    .name {
        font-size: 1rem;
    }

    .role {
        font-size: 0.9rem;
    }

    .view-profile-btn {
        padding: 8px 12px;
        font-size: 0.9rem;
    }
}

.team-name {
    font-size: 2rem; /* Default font size for larger screens */
    font-weight: bold;
    text-align: center;
    margin: 20px 0; /* Spacing around the element */
    color: #333; /* Default text color */
}

/* Medium screens (max-width: 1200px) */
@media (max-width: 1200px) {
    .team-name {
        font-size: 1.8rem; /* Slightly smaller font size */
    }
}

/* Small screens (max-width: 768px) */
@media (max-width: 768px) {
    .team-name {
        font-size: 1.5rem; /* Smaller font size for mobile devices */
        margin: 15px 0; /* Reduce spacing */
    }
}

/* Extra small screens (max-width: 480px) */
@media (max-width: 480px) {
    .team-name {
        font-size: 1.2rem; /* Compact font size */
        margin: 10px 0; /* Further reduce spacing */
    }
}
.accordion-wrapper {
    display: flex; /* Use flexbox for centering */
    justify-content: center; /* Horizontally center */
 height: max-content;
    background-color: #dcc3d0;
    z-index: 10!important;
    position: relative!important;

}

.accordion {
   width: 90vw;
    margin-bottom: 50px;
}

.accordion-body{
    padding: 0;
    background-color: #ffffff;
    border: 1px solid #a0a6b9; 
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), inset 0 -2px 4px rgba(0, 0, 0, 0.15); /* Outer and inner shadows */
}

.accordion-button {
    background: linear-gradient(180deg, #ffffff, #e8dae7);
    color: #000000;
    font-weight: bold;
    border: 1px solid #b1b5c3;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1), inset 0 -2px 4px rgba(0, 0, 0, 0.15); 
}

.accordion-button:active {
    border: 1px solid #b1b5c3;
    color: #000000; 
}

.accordion-button:focus {
    border: 1px solid #b1b5c3; 
    color: #4e0038;
    outline: none; 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1), inset 0 -2px 6px rgba(0, 0, 0, 0.1); /* Enhance shadow on focus */
}

/* CSS for about page */

.about-container-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 60px); /* Adjust height to fill remaining space */
    padding: 20px; /* Add padding for smaller screens */
    margin-top: -30px; /* Reduce gap between carousel and about-container */
}

.about-container {
    padding: 20px;
    border-radius: 15px;
    max-width: 800px;
    text-align: center;
    color: #333333;
    width: 100%; /* Make it responsive */
    box-sizing: border-box;
    margin-top: 0; /* Remove any additional gap from margin */
}

.about-container h1 {
    font-size: 2rem;
    margin-bottom: 40px;
    color: #2c3e50;
    font-weight: bold;
}

.about-container p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 15px;
    text-align: justify;
}

.about-container span {
    font-weight: bold;
    color: #012453;
}

.theme {
    color: #16a085;
    font-style: italic;
}

.carousel-inner {
    border-bottom: 20px solid #000002;
    border-top: 20px solid #000002;
    background-color: #000002;
    margin-top: 65px;
    height: 70vh; /* Increased height for carousel */
}

.carousel-item img {
    object-fit: cover;
    height: 70vh; /* Increased height for carousel images */
    width: 100%;
}

@media (max-width: 768px) {
    .about-container h1 {
        font-size: 1.8rem;
    }

    .about-container p {
        font-size: 0.9rem;
    }

    .carousel-inner {
        height: 50vh; /* Adjust height for smaller screens */
    }

    .carousel-item img {
        height: 50vh; /* Adjust image height for smaller screens */
    }
}

@media (max-width: 480px) {
    .about-container h1 {
        font-size: 1.5rem;
    }

    .about-container p {
        font-size: 0.8rem;
    }

    .carousel-inner {
        height: 40vh; /* Further adjust height for very small screens */
    }

    .carousel-item img {
        height: 40vh; /* Further adjust image height */
    }
}

/*CSS for Submission page*/
.author-instruction{
    padding: 100px 100px 100px 100px;
    background-color: #dadeea;
    height: max-content;

}

/* Scoped styles for the abstract submission section */
.abstract-submission {
    font-family: Arial, sans-serif;
    padding: 20px 50px 20px 50px;

}

.abstract-submission p {
    margin-bottom: 15px;
}

.abstract-submission ul {
    margin-left: 20px;
    list-style-type: disc;
}

.abstract-submission ul li {
    margin-bottom: 5px;
}

.abstract-submission .red-link {
    color: red;
    text-decoration: underline;
}

.abstract-submission .red-link:hover {
    color: darkred;
}
.author-instruction-topic {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    width: 100%; /* Ensure it spans the full width of the container */
    height: auto; /* Allow height to adjust dynamically */
    box-sizing: border-box; /* Include padding in height/width calculation */
    overflow: visible; /* Ensure no content is hidden */
}


.author-instruction-topic h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 2.5rem; /* Adjust size as needed */
    font-weight: 900;
    color: #09013c; /* A dark gray color for readability */
    margin: 20px 0; /* Spacing above and below */
    text-transform: uppercase; /* Make text all uppercase */
    letter-spacing: -0.05em; /* Slight spacing between letters for a modern look */
    display: inline-block;
    padding-bottom: 5px; /* Space between text and underline */
    overflow: hidden; /* Ensure content stays within */
}

.author-instruction-topic h1 span {
    display: inline-block; /* Make each letter animatable individually */
    animation: rotateLetter 1s ease-in-out;
    animation-delay: calc(var(--i) * 1s); /* Each letter waits for the previous one */
}

/* Keyframes for rotation */
@keyframes rotateLetter {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

/* Responsive Styles */
@media (max-width: 480px) {

    .author-instruction {
        padding: 20px;
    }

    .abstract-submission {
        padding: 10px;
    }

    .abstract-submission p,
    .abstract-submission ul li {
        font-size: 0.8rem;
    }


    .author-instruction-topic {
        margin-top: 100px; /* Ensure it's below the fixed navbar */
        padding: 10px;
    }

    .author-instruction-topic h1 {
        font-size: 1.5rem; /* Smaller for mobile devices */
    }
}

@media (max-width: 768px) {
    .author-instruction-topic {
        margin-top: 100px; /* Ensure it's below the fixed navbar */
        padding: 10px;
    }

    .author-instruction-topic h1 {
        font-size: 1.8rem; /* Smaller for mobile devices */
    }
}
    .author-instruction {
        padding: 30px;
    }

    .abstract-submission {
        padding: 10px 20px;
    }

    .abstract-submission p,
    .abstract-submission ul li {
        font-size: 0.9rem;
    }

@media (max-width: 1024px) and (min-width: 600px) {
    .author-instruction-topic {
        margin-top: 70px; /* Ensure it's placed below the navbar */
        padding: 15px; /* Adjust padding for tablet */
    }



    .author-instruction-topic h1 {
        font-size: 2rem; /* Adjust font size for tablets */
    }
}


@media (max-width: 1200px) {
    .author-instruction {
        padding: 40px;
    }

    .abstract-submission {
        padding: 15px 25px;
    }

    .author-instruction-topic h1 {
        font-size: 2rem;
    }
}



/*css for schedule section*/
@font-face {
    font-family: Poppins;
    src: url(./fonts/Poppins-Medium.ttf);
}

.schedule-main {
    height: max-content;
    width: 100%;
    display: grid;
    place-items: center;
    background-color: #e2e7ed;
    padding: 100px;
    z-index: -1;
}

.schedule-main .schedule-head {
    font-size: 29px;
    color: rgba(0, 123, 255, 0.767); /* Blue color */
    position: relative;
    margin-bottom: 100px;
    font-weight: 500;
}

.schedule-main .schedule-head::after {
    content: " ";
    position: absolute;
    width: 50%;
    height: 3px;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    background-image: linear-gradient(to right, rgba(0, 123, 255, 0.767), rgba(0, 204, 255, 0.747)); /* Blue gradient */
}

/* Container Css Start */
.schedule-container {
    width: 70%;
    height: auto;
    margin: auto 0;
    position: relative;
    background-color: #e2e7ed !important;
    z-index: 1 !important;
}

.schedule-container ul {
    list-style: none;
}

.schedule-container ul::after {
    content: " ";
    position: absolute;
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    background-image: linear-gradient(to bottom, rgba(0, 123, 255, 0.767), rgba(0, 204, 255, 0.747)); /* Blue gradient */
}

.schedule-container ul li {
    width: 50%;
    height: auto;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.218);
    position: relative;
    margin-bottom: 30px;
    z-index: 99;
}

.schedule-container ul li:nth-child(4) {
    margin-bottom: 0;
}

.schedule-container ul li .schedule-circle {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #007bff; /* Blue color */
    top: 0;
    display: grid;
    place-items: center;
}

.schedule-circle::after {
    content: ' ';
    width: 12px;
    height: 12px;
    background-color: #0056b3; /* Dark blue color */
    border-radius: 50%;
}

.schedule-container ul li:nth-child(odd) .schedule-circle {
    transform: translate(50%, -50%);
    right: -30px;
}

.schedule-container ul li:nth-child(even) .schedule-circle {
    transform: translate(-50%, -50%);
    left: -30px;
}

.schedule-container ul li .schedule-date {
    position: absolute;
    width: 130px;
    height: 33px;
    background-image: linear-gradient(to right, #5c0229e3, #a77ee8); /* Blue gradient */
    border-radius: 15px;
    top: -45px;
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 13px;
    box-shadow: 1px 2px 12px rgba(0, 0, 0, 0.318);
}

.schedule-container ul li:nth-child(odd) {
    float: left;
    clear: right;
    text-align: right;
    transform: translateX(-30px);
}

.schedule-container ul li:nth-child(odd) .schedule-date {
    right: 20px;
}

.schedule-container ul li:nth-child(even) {
    float: right;
    clear: left;
    transform: translateX(30px);
}

.schedule-container ul li .schedule-heading {
    font-size: 17px;
    color: rgb(0, 123, 255); /* Blue color */
}

.schedule-container ul li p {
    font-size: 13px;
    color: #666;
    line-height: 18px;
    margin: 6px 0 4px 0;
}

.schedule-container ul li a {
    font-size: 13px;
    text-decoration: none;
    color: rgb(18, 54, 214); /* Blue color */
    transition: all 0.3s ease;
}

@media only screen and (min-width:798px) and (max-width: 1100px) {
    .schedule-container {
        width: 80%;
    }
}

@media only screen and (max-width: 798px) {
    .schedule-container {
        width: 70%;
        transform: translateX(20px);
    }

    .schedule-container ul::after {
        left: -40px;
    }

    .schedule-container ul li {
        width: 100%;
        float: none;
        clear: none;
        margin-bottom: 80px;
    }

    .schedule-container ul li .schedule-circle {
        left: -40px;
        transform: translate(-50%, -50%);
    }

    .schedule-container ul li .schedule-date {
        left: 20px;
    }

    .schedule-container ul li:nth-child(odd) {
        transform: translateX(0px);
        text-align: left;
    }

    .schedule-container ul li:nth-child(even) {
        transform: translateX(0px);
    }
}

@media only screen and (max-width: 550px) {
    .schedule-container {
        width: 80%;
    }

    .schedule-container ul::after {
        left: -20px;
    }

    .schedule-container ul li .schedule-circle {
        left: -20px;
    }
}


.schedule-head-wrapper {
    display: flex;
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Aligns content vertically if needed */
}

.schedule-head {
    font-family: 'Oswald', sans-serif;
    font-size: 2rem !important; /* Adjust size as needed */
    font-weight: 900!important;
    color: #00347e !important;/* Blue color */
    margin: 20px 0; /* Spacing above and below */
    text-transform: uppercase; /* Make text all uppercase */
    letter-spacing: -0.05em; /* Slight spacing between letters for a modern look */
    display: inline-block;
    padding-bottom: 5px; /* Space between text and underline */
    overflow: hidden; /* Ensure content stays within */
}

.schedule-head span {
    display: inline-block; /* Make each letter animatable individually */
    animation: rotateLetter 1s ease-in-out;
    animation-delay: calc(var(--i) * 1s); /* Each letter waits for the previous one */
}

/* Keyframes for rotation */
@keyframes rotateLetter {
    0% {
        transform: rotateY(0deg);
    }
    100% {
        transform: rotateY(360deg);
    }
}

.tracks-section{
    margin-top: 0;
    padding-top: 0;
    z-index: 10;
}

