@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&family=Pacifico&display=swap');

body{
	margin:0px;
    font-family: "Poppins", sans-serif;
}
*{
	box-sizing: border-box;
}
html{
	scroll-behavior: smooth;
}
img{
	width: 100%;
}
/* .hero-home {
    min-height: 700px;
    background: url(../images/banner.jpg) no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    z-index: 1;
    padding-top: 120px;
} */
.result-soon{
    width: 100%;
    max-width: 640px;
}
.result-come {
    font-weight: 400 !important;
    font-size: 20px !important;
    margin: 0 !important;
    color: #ffffff !important;
    text-shadow: 0px 3px 10px #000000b8;
    animation: zoomInOut 1.5s ease-in-out infinite;
    
}
.result-come span {
    color: #fbc502;
    font-weight: 500;
    border-radius: 6px;
    /*font-family: "Pacifico", cursive;*/
    font-size: 20px;
}



.b-section-marquee-box {
    height: 32px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.b-section-marquee-box h2 {
    white-space: nowrap;
    text-transform: uppercase;
    color: #000000;
    font-size: 1em;
    font-weight: 500;
    flex-shrink: 0;
    padding: 0 30px;
    width: max-content;
    display: flex;
    align-items: center;
    transform: translateX(0);
    animation: b-text-scroll 20s linear infinite;
    margin: 0;
}
.marquee-text {
    padding: 4px;
    background: #ededed;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.marquee-text i{
    color: #f7c202;
    font-size: 13px;
    text-align: center;
    margin-left: 47px;
}
@keyframes b-text-scroll {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-100%, 0, 0); }
}




















/*mark*/





.select-theme {
    min-width: 200px;
    margin-bottom: 19px;
}
.select-theme .text-danger {
    position: absolute;
    bottom: -23px;
    font-size: 14px;
}
.select-theme .form-check-label {
    color: #000 !important;
}
#countdownMessage {
    background: #d33813;
    padding: 8px 20px;
    margin-left: -7px;
    border-radius: 0px 6px 6px 0px;
    text-transform: uppercase;
}
.hero-home:after{
	content: "";
	width: 100%;
	height: 100%;
	background:#00000061;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}
.team-structure li {
    list-style: nu;
    padding-left: 15px;
}
.endbutton h6 {
    color: #fff;
    font-size: 16px;
}
.endbutton {
    max-width: 640px;
    margin: 5% 0px 3% 0;
}
.endbutton .hero-button {
  transition: transform 0.3s ease;
  animation: zoomInOut 1.5s ease-in-out infinite;
}
@keyframes zoomInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}


.register-end .hero-content{
    padding-bottom: 1%;
    padding-top: 6%;
}
.register-end .timer-body p{
    font-size: 14px;
    margin-left: -14px;
    color: #ffffff;
    font-weight: 500;
    background: #2fa513;
    padding: 10px 20px 10px 25px;
    border-radius: 0px 5px 5px 0;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    z-index: 0;
}

.team-structure ul {
    padding-left: 35px;
}

.team-structure ul li a {
    color: #fb7702;
}
ul{
	padding-left: 0;
}
li{
	list-style: none;
}
a:hover{
	text-decoration: none;
}


#header {
    position: absolute;
    top: 0px;
    z-index: 99;
    width: 100%;
    background: linear-gradient(180deg, #000000, #0000003b, #f9f9f900);
}
#header .navbar-nav li{
	margin-left: 25px;
}
#header .other-logo {
    width: 56px;
    display: flex;
    position: absolute;
    top: 19px;
    right: 58px;
    gap: 5px;
}
#header li.nav-item.short-list-button a {
    background: #fb7702;
    padding: 7px 15px !important;
    border-radius: 6px !important;
    font-weight: 500;
    text-transform: capitalize;
    animation: zoomInOut 1.5s ease-in-out infinite;
}
#header li.nav-item.short-list-button a:hover {
    background: #35b15c;
    color: #fff;
}
.short-list-button a:after{
    display:none;
}
#header .navbar-nav{
    align-items:center;
}
#header .navbar{
    padding: 25px 0 0px 0px;
}
#header .navbar-nav li a{
    font-size: 17px;
    padding: 0px 0;
    color: #fff;
    border-radius: 3px;
    transition: 0.5s;
    position: relative;
}
#header .navbar-nav li a:after {
    width: 0%;
    height: 2px;
    background: #ff9933;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    transition: 0.5s;
}
#header .navbar-nav li a:hover:after{
    width: 100%;
}
#header .navbar-nav li a:hover {
    color: #ff9933;
    
}
table small.text-danger{
    font-size: 12px;
    margin-top: 5px;
    display: block;
}
#header .navbar-brand img{
    max-width: 90px;
}
#registrationForm .card{
   border:1px solid rgb(255 91 33 / 28%); 
}
#header .navbar-brand{
    display:flex;
    align-items:center;
    gap:20px;
}
.why-indore {
    background: #ffffff;
    padding: 45px 0px;
    border-radius: 13px;
    min-height: 116px;
}
.hero-content ul {
    display: flex;
    align-items: center;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 8px;
    background: #35b15c;
    justify-content: space-around;
    max-width: 640px;
    font-size: 14px;
}

.text-orange {
  color: #ff9800;
}
.cta-section {
    text-align: center;
    padding: 50px 0px;
    background: #f5f5f5;
    border-radius: 15px;
    max-width: 950px;
    margin: auto;
}

.cta-section .emailbutton  {
    background: #fb7702;
    padding: 12px 40px;
    color: #fff;
    border-radius: 8px;
    border: solid 1px #fb7702;
}
.registration-time img{
    max-width: 500px;
}
.registration-time .modal-body button.close{
position: absolute;
    right: 23px;
    top: 14px;
    font-weight: 200;
    font-size: 38px;
}
.registration-time .modal-body{
    padding: 3rem;
}
.registration-time h6 {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}
.registration-time h6 span{
color: #ff5b21;

}
.registration-time img {
    max-width: 220px;
    margin: auto auto 10px;
    display: block;
}

.callbutton{
    background: transparent;
    padding: 12px 40px;
    border-radius: 8px;
    border: solid 1px #fb7702;
    color: #fb7702;
    font-weight: 700;
}
    .btn-gradient {
      background: linear-gradient(45deg, #00c6ff, #bc00dd);
      border: none;
      color: white;
      padding: 10px 25px;
      border-radius: 25px;
      transition: 0.3s;
    }

    .btn-gradient:hover {
      opacity: 0.8;
    }

    .btn-outline-custom {
      border: 2px solid #00c6ff;
      color: #00c6ff;
      padding: 10px 25px;
      border-radius: 25px;
      transition: 0.3s;
      background-color: transparent;
    }

    .btn-outline-custom:hover {
      background-color: #00c6ff;
      color: white;
    }

.prize-card {
  border: 2px solid #1e2d4d;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  transition: 0.5s;
  transform: scale(1.0);
  cursor: pointer;
}
.prize-card:hover{
    border: 2px solid #ff9800;
    transform: scale(1.1);
}
.prize-card:hover h3{
    color: #ff9800;
}
.prize-card:hover h3{
    transition: 0.5s;
}
.prize-card ul {
  list-style-type: none;
  padding-left: 0;
}
.prize-card ul li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 27px;
    font-size: 17px;
    color: #00000085;
}
.prize-card ul li i {
    font-size: 20px;
    color: #ff9800;
    position: absolute;
    left: 0px;
    top: 2px;
}
.highlight-box img{
        max-width: 560px;
}
.objectives-section .card{
    padding: 20px 20px 20px 70px;
    height: 100%;
    border-radius: 14px;
}
.objectives-section .card p {
    margin-bottom: 0px;
}
.objectives-section .card h3 {
    font-size: 20px;
    font-weight: 600;
    color: #000000;
}
.objectives-section .card i {
    font-size: 30px;
    position: absolute;
    left: 20px;
    color: #fb7702;
    text-align: center;
    width: 35px;
    top: 27px;
}
.price-section{
    background: linear-gradient(180deg, #f9f9f9, #f9f9f9, #d1edf6a3)
}
.objectives-section {
    background: linear-gradient(180deg, #ffeedd, #ffeedd, #f9f9f9);
}
.prize-icon {
  font-size: 40px;
}
.badge-winner {
    position: absolute;
    top: -18px;
    left: 50%;
    background: linear-gradient(90deg, #ff9800, #ff5722);
    color: #fff;
    padding: 5px 23px;
    border-radius: 20px;
    font-size: 13px;
    transform: translate(-50%, 0px);
    font-weight: 500;
    letter-spacing: 2px;
}

.grand-prize {
  border: 2px solid #ff9800;
}

.runner-up {
  border: 2px solid #cccccc;
}

.third-prize {
  border: 2px solid #ff9800;
}

.hero-content ul i {
    margin-right: 7px;
    font-size: 19px;
    color: #ff9933;
}

.banner-result {
    background: #fb7702;
    display: block;
    text-align: center;
    border-radius: 8px;
    max-width: 140px;
    color: #fff !important;
    margin: 26px auto !important;
    font-size: 20px;
}

.orange{
	color:#ff9933;

}
.opendate {
    font-weight: 500;
    color: #ffffff;
    font-size: 16px;
    display: inline-block;
    padding: 12px 8px;
    max-width: 200px;
    text-align: center;
    background: #6fb56b;
    border-radius: 10px 10px 10px 0px;
    height: 55px;
    margin-bottom: -11px;
}
.timer-body {
    display: flex;
    align-items: center;
}

.hero-content h1 {
    font-size: 64px;
    font-weight: 700;
    color: white;
    background: linear-gradient(to bottom, #FF9933 31%, white 57%, white 59%, #138808 76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-content h3 {
font-size: 38px;
    text-transform: capitalize;
    color: #fb7702;
    font-weight: 600;
    /* background: #35b15c; */
    /* padding: 11px 14px; */
    display: inline-block;
    border-radius: 6px;
}
.hero-content h1 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #ffffff;
}

.hero-content p {
    font-size: 24px;
    color: #fff;
    font-weight: 400;
}
.hero-button {
    /* padding: 13px 34px; */
    display: inline-block;
    width: auto;
    text-align: center;
    color: #fff;
    font-weight: 500;
    text-decoration: none;
    font-size: 16px;
    /* background: linear-gradient(90deg, #ff9800, #ff5722); */
    /* border-radius: 8px; */
    cursor: pointer;
    max-width: 270px;
    border-radius: 9px;
    margin-top: 24px;
}
.hero-button:hover {
    color: #fff;
}
.timer {
    display: flex;
    align-items: center;
    max-width: 385px;
    border-radius: 9px;
    width: 100%;
    position: relative;
    z-index: 1;
}
.timer > div {
    background: #ffffff;
    width: 90px;
    margin: 3px;
    padding: 0;
    text-align: center;
    border-radius: 9px;
    height: 89px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}
.timer-body h3 {
    font-size: 29px;
    color: #ff8f05;
    font-weight: 700;
}
.timer-body .smalltext{
    font-size: 13px;
    color: #ffffff;
    background: #ff5b21;
    padding: 4px;
}
.timer-main {
    display: flex;
    flex-direction: column;
    margin-bottom: -32%;
}
.remove-team-filed button {
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    font-size: 27px;
}
.timer img {
    width: 75%;
}
.team-members-main {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
    padding-bottom: 14px;
    border-bottom: solid 1px #dddddd;
}

.team-member-field{
    width: 188px;
}

/* Section styling */
#what-to-expect {
  background-color: #ffffff;
  padding: 40px;
  max-width: 800px;
  margin: 40px auto;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* Header */
#what-to-expect h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
  border-bottom: 2px solid #e91e63;
  display: inline-block;
  padding-bottom: 5px;
}

/* List styling */
.what-to-expect ul {
list-style-type: none;
    padding-left: 10px;
}

.timeline-section {
    border: 1px solid #fb7702;
    border-radius: 8px;
    padding: 20px;
    text-align: center;
    transition: 0.3s;
    background: #fff;
}
.timeline-icon {
    color: #fb7702;
    font-size: 30px;
}
    .timeline-section:hover {
      background-color: #f8f9fa;
      box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
.timeline-title {
    color: #6b6b6b;
    font-weight: 600;
    font-size: 20px;
}
    .timeline-date {
color: #fb7702;
    margin-top: 8px;
    }

.go-to-top {
    width: 50px;
    height: 47px;
    background: #fb7702;
    position: fixed;
    bottom: 10px;
    right: 12px;
    padding: 4px;
    z-index: 9;
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}
.go-to-top:hover{
    background: #000;
    bottom: 12px;

}
.go-to-top img {
    width: 24px;
}
.what-to-expect h2 {
    font-size: 20px;
    margin-bottom: 27px;
    margin-top: 40px;
    font-weight: 600;

}
.hackathon-timeline{
    background: linear-gradient(180deg, #f9f9f9, #f9f9f9, #f9f9f9);
}
.hackathon-timeline table{
    background: #fff;
}

/* Strong emphasis */
/*permit-form */

.permit-form{
    background: linear-gradient(180deg, #f9f9f9, #f9f9f9, #d1edf6a3);
    display: flex;
    align-items: center;
}
.tech-hackathon {
    background:linear-gradient(180deg, #f9f9f9, #f9f9f9, #ffeedd);
    display: flex;
    align-items: center;
}
.why-indore-section {
    background: linear-gradient(180deg, #d1edf6a3, #d1edf6a3, #f9f9f9);
}
.why-indore h4 {
    font-size: 41px;
    color: #ff9933a8;
}
.why-indore p {
    font-size: 17px;
    color: #a1a1a1;
}
.tech-img img {
    max-width: 430px;
    width: 100%;
}
.hero-content {
    padding-bottom: 10%;
}
section{
    padding: 90px 0px;
}
.problem-inner {
    padding: 60px 50px;
    border: solid 1px #cccccc63;
    border-radius: 15px;
    box-shadow: 5px 0px 10px rgb(0 0 0 / 5%);
}
.total-row {
    background: #6f6f6f;
    color: #fff;
    font-weight: bold;
    font-size: 19px;
}


.list-style li{
    font-size: 17px;
    margin-bottom: 11px;
    padding-left: 28px;
    position: relative;
    color: #0000006b;
    text-transform: initial;
}
.list-style li i{
    font-size: 18px;
    color: #00000030;
    position: absolute;
    left: 0;
    top: 4px;
}
.list-style li strong {
    color: #000;
    font-weight: 500;
}
.problem-section h4{
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 18px;
    margin-top: 25px;
}
.permission-form{
	max-width: 950px;
	margin:auto;
}
.hackathon-format ul li {
    color: #000;
}

.parameters-section {
    background: linear-gradient(180deg, #ffeedd, #ffeedd, #f9f9f9);
}
.add-team-button {
    padding: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    font-size: 27px;
    position: absolute;
    left: 50%;
    bottom: -21px;
    transform: translate(-50%, 0px);
}

.result-banner .hero-content h3{
    font-size: 38px;
    text-transform: capitalize;
    color: #fbc502;
    font-weight: 100;
    border-radius: 6px;
    font-family: "Pacifico", cursive;
    margin-bottom: 30px;
}
.result-banner .hero-content p span{
    color: #5bff07;
    font-weight: 600;
}
.result-banner .hero-content p{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.coming-soon-modal button.close{
    position: absolute;
    right: 15px;
    font-weight: 400;
    top: 10px;  
    z-index:99;
}
.coming-soon-modal img {
    max-width: 237px;
    width: 100%;
    margin-bottom: 22px;
}
.coming-soon-modal h5 {
    font-size: 20px;
    color: #747a71;
    text-transform: capitalize;
}
/*========== Result Page ===========*/

.result-section .result-title h1 {
    font-size: 54px;
    margin: 16px 0;
    font-weight: 700;
    color: #35b15c;
}

/*.result-section .timeline-table{*/
/*        max-width: 750px;*/
/*}*/
.round-top {
    position: absolute;
    top: -100px;
    left: 50%;
    transform: translate(-50%, 0px);
    width:100%;
}
.result-center {
    background: #fff;
    max-width: 1150px;
    margin: auto;
    border-radius: 20px;
    padding:20px;
    position: relative;
    border-top: solid 3px #ff9f4b;
    border-bottom: solid 3px #ff9f4b;
}
.result.table h2 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #000000;
    text-transform:uppercase;
}
.result.table h2 span {
    width: 35px;
    display: inline-block;
    background: #31b54d;
    height: 35px;
    border-radius: 50px;
    text-align: center;
    line-height: 35px;
    color: #ffffff;
    margin-right: 6px;
    font-size: 19px;
}
.result-section img{
    max-width: 350px;
    display: block;
    margin: 0px auto 0px;
}
.result-title p {
    margin-top: 36px;
    display: block;
    color: #4e4e4e;
    font-weight: 500;
}
.result-title p span {
    color: #fb7702;
    font-weight: 600;
}
.note-text span{
    color: #fb7702;
    font-weight: 600;
}
.result-section .result-title h2 {
    font-size: 17px;
    text-transform: uppercase;
    background: #fb7702;
    display: inline-block;
    padding: 10px 25px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    letter-spacing: 2px;
    border: solid 3px #ff9f4b;
}

.result-section .round-number {
    height: 80px;
    width: 100px;
    margin: -3px auto;
    background: #fb7702;
    display: flex;
    border-radius: 50px 50px 0px 00px;
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: solid 3px #ff9f4b;
    border-bottom: none;
    padding-top: 18px;
    position: relative;
    z-index: 1;
    line-height: 22px;
}
.result-section .round-number span{
    font-size: 12px;
}
.result-section {
    background: #fbf2eb;
    padding-top:12rem;
}
/*========== Result Page ===========*/


/*new section*/
.awards-title {
    background: #41a76b;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.awards-title td {
    font-size: 17px;
}
.round-section {
      background: linear-gradient(180deg, #f9f9f9, #f9f9f9, #ffeedd);
    }
.round-card {
    border: none;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: 0.3s ease;
    border-radius: 8px;
    padding: 70px 30px 10px 30px;
    height: 100%;
}
    .round-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
    }
    .round-icon {
      font-size: 2rem;
      color: #007bff;
      margin-bottom: 10px;
    }
.round-title {
    width: 100px;
    background: #f8f9fa;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -38px);
    border-width: 5px;
    border-color: #e9e9e9;
    border-style: solid;
    font-size: 34px;
    font-weight: bold;
    line-height: 23px;
    color: #fb7702;
}
.round-title span {
    font-size: 14px;
    font-weight: 600;
    color: #575757;
}
.round-card h3 {
    font-size: 18px;
    margin-top: 10px;
    font-weight: 600;
}
.round-description {
font-size: 16px;
    color: #0000006b;
}

.problem-section h3 {
    font-size: 27px;
    margin-bottom: 22px;
    font-weight: 600;
    text-transform: capitalize;
    position: absolute;
    top: -18px;
    background: #fff;
    padding: 4px 14px;
    left: 49px;
    color: #000;
}
.problem-inner strong {
    font-weight: 500;
}
.problem-section h3 span {
    width: 45px;
    height: 45px;
    background: #fb7702;
    display: inline-block;
    text-align: center;
    line-height: 46px;
    border-radius: 50px;
    color: #fff;
    margin-right: 7px;
    font-size: 20px;
}


.title {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 1rem;
    position: relative;
    padding-bottom: 28px;
    display: inline-block;
    color: #000000c7;
}

.centerline:before{

}
.title.centerline:after{
    transform: translate(-50%, 0px);
    left: 50%;
    bottom: 7px;
}
.title:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #00000038;
    position: absolute;
    left: 0;
    bottom: 9px;
    border-radius: 50px;
}
.title:after {
    content: "";
    width: 40px;
    height: 6px;
    background: #fb7702;
    position: absolute;
    left: 0PX;
    bottom: 7px;
    border-radius: 50px;
    
}
p{
    font-size: 17px;
    color: #0000006b;
}


.complaint-form{
/*	height: 100vh;*/
	background: #e1f3df;
}


.input-group-text img {
    width: 22px;
    opacity: 0.5;
}
/*Form css*/

.timeline-table {
    max-width: 100%;
    margin: 25px auto 0px;
}

.timeline-table tbody td span {
    font-weight: 500;
    color: #fb7702;
    font-size: 14px;
}
.timeline-table thead {
    background: #fb7702;
    color: #ffffff;
}
.timeline-table tbody td, .timeline-table thead th {
        padding: 6px 14px;
    font-size: 15px;
}

.main-footer {
    position: relative;
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #393939;
    background-attachment: fixed;
    z-index: 1;
    background-position: center;
}
.main-footer:after {
    content: "";
    background: #26262591;
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
    z-index: -1;
}

.logo-widget img{
    max-width: 150px;

}

.endbutton h6 {
    font-size: 18px;
    color: #fff;
}
.footer-content{
  position: relative;
  padding: 85px 0px 0px 0px;
}

.footer-content:before{
    z-index: -1;
  position: absolute;
  content: '';
  background: url(https://i.ibb.co/jyRLrBZ/world-map.png);
  width: 744px;
  height: 365px;
  top: 50px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  animation-name: float-bob;
  animation-duration: 30s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob;
  -webkit-animation-duration: 30s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob;
  -moz-animation-duration: 30s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob;
  -ms-animation-duration: 30s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob;
  -o-animation-duration: 30s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}
.footer-content .logo-widget{
  position: relative;
  margin-top: -5px;
}
.footer-content .logo-widget .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 9px;
}
.footer-content .logo-widget .footer-social li:last-child{
  margin-right: 0px;
}
.footer-content .logo-widget .footer-social li a{
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    background: #585858;
    color: #b9babd;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-content .logo-widget .footer-social li a:hover{
  color: #ffffff;
  background: #ff5e14;
}
.footer-content .logo-widget .logo-box{
  margin-bottom: 25px;
}
.footer-content .logo-widget .text p{
  color: #9ea0a9;
  margin-bottom: 32px;
  font-size: 15px;
}
.copyright p {
    color: #7a7a7a;
    font-size: 14px;
}
.footer-content .footer-title{
  position: relative;
  font-size: 20px;
  line-height: 35px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 27px;
}
.footer-content .service-widget .list li{
  display: block;
  margin-bottom: 12px;
}
.footer-content a{
  position: relative;
  display: inline-block;
  color: #9ea0a9;
}
.footer-content .service-widget .list li a:hover{
  color: #ff5e14;
}
.footer-content .contact-widget p{
  color: #9ea0a9;
  margin-bottom: 15px;
  font-size: 15px;
}

.footer-content .contact-widget .footer-title{
  margin-bottom: 29px;
}

/** footer-bottom **/

.footer-bottom{
  position: relative;
  background: #13151a;
  padding: 25px 0px 22px 0px;
}
.footer-bottom .copyright,
.footer-bottom .copyright a,
.footer-bottom .footer-nav li a{
  position: relative;
  color: #9ea0a9;
  font-size: 13px;
}
.footer-bottom .copyright a:hover,
.footer-bottom .footer-nav li a:hover{
  color: #ff5e14;
}
.footer-bottom .footer-nav{
  position: relative;
  text-align: right;
}
.footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-left: 29px;
}
.footer-bottom .footer-nav li:first-child{
  margin-left: 0px;
}
.footer-bottom .footer-nav li:before{
  position: absolute;
  content: '';
  background: #9ea0a9;
  width: 1px;
  height: 14px;
  top: 7px;
  left: -18px;
}
.footer-bottom .footer-nav li:first-child:before{
  display: none;
}
.logo-box img {
    max-width: 120px;
}

.ahilyadevi-img img{
    max-width: 400px;
}

#header .navbar-toggler{
color: rgb(255 255 255);
    height: 41px;
    width: 46px;
    padding: 0;
    border-radius: 3px;
    background: #ff5b21;
}



/*Winner css*/
.winner-title {
    text-align: center;
    margin-bottom: 5rem;
}
.winner-title p {
    font-size: 30px;
    color: #fb7702;
    font-weight: 600;
    margin: 0;
}
.winner-img {
    margin-bottom: -14%;
    width: 34%;
    animation: zoomInOut 1.5s ease-in-out infinite;
}

.winner-icon {
    text-align: center;
    background: #ffb900;
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 11px auto;
    border-radius: 50px;
}
.winner-icon svg {
    width: 28px !important;
    height: 36px !important;
    color: #fdfdfd;
}
.winner-details {
    background: #ffffff;
    padding: 84px 10px 20px 10px;
    border-radius: 20px 20px 0px 0px;
}
.winner {
padding: 0px 0px 0px 0px;
    border: solid 5px #ffffff;
    border-radius: 24px;
    background-image: linear-gradient(#fb9a02a3, #ffffff);
    margin: 0px 10px;
    box-shadow: 0px 0px 0px 4px #fb770269;
    text-align: center;
    border-radius: 25px;
    overflow: hidden;
}
.winner-title h1 {
    font-size: 3.5rem;
    font-weight: 700;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.winner-title h1 img {
    width: 5%;
}


.winner-profile img {
    width: 60%;
}
.winner-profile {
    text-align: center;
}
.winner.big {
    transform: scale(1.1);
    background-image: linear-gradient(#c6ffa3a3, #ffffff);
    box-shadow: 0px 0px 0px 5px #31e550;
}


.team-name span,
.winner-name span,
.team-member h6{
    display: block;
    font-size: 12px;
    color: #6b6a6a;
    font-weight: 500;
}
.team-member ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 180px;
    margin: auto;
}
.winner.big .price-winner{
    color:#1cd14a;
}
.winner-name {
font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: #000;
    margin-bottom: 5px;
}
.winner-team {
    text-align: center;
    font-size: 17px;
    color: #000000;
    margin-bottom: 20px;
    font-weight: 600;
}
.price-winner {
    text-align: center;
    font-size: 25px;
    color: #fb7702;
    margin-top: 4px;
    font-weight: 800;
}

.champions-content p {
    font-size: 16px;
    max-width: 880px;
    margin: auto;
}
.champions-content {
    text-align: center;
    padding-top: 0% !important;
}
.champions-content svg {
    color: #ffffff;
    height: 60px;
    width: 60px;
    background: #f9ce2f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px auto;
    padding: 14px;
    border-radius: 50px;
}
.champions-content h6 {
    color: #f9ce2f;
    font-size: 38px;
    margin-bottom:0px;
}
.champions-content h3 {
    font-size: 5rem;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    background: linear-gradient(to bottom, #FF9933 32%, white 57%, white 37%, #138808 87%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media(max-width:991px){
    .winner{
        margin:0 10px;
        padding:54px 0px 0px 0px;
    }
    .winner-title{
        margin-bottom: 7rem;
    }
    .winner-title h1{
        font-size:3rem;
    }
    .winner-title p{
        font-size: 20px;
    }
    
    .register-end.hero-home{
        min-height: 620px;
    }
     .register-end .ahilyadevi-img img{
        margin-bottom: -17%;
    }
#header .other-logo {
    width: 46px;
    display: flex;
    position: absolute;
    top: 63px;
    right: 109px;
    gap: 5px;
}    

.hero-home{
    min-height: 500px;
}
.hero-content p{
 font-size: 15px;   
}
   .hero-content h1{
        font-size: 33px;
    }
    #header .navbar{
        padding: 20px 0 0px 0px;
    }
    #header .navbar-brand img {
    max-width: 120px;
}
#header .navbar-nav li{
    margin: 0 0 -1px 0px;
    width:100%;
}
#header .navbar-nav{
    background: #fff;
    margin-top: 15px;
}
#header .navbar-nav li a{
    font-size: 17px;
    padding: 12px;
    color: #ff5b21;
    border-radius: 0;
    transition: 0.5s;
    position: relative;
    border-bottom: solid 1px #ff5b21;
}
#header .navbar-nav li:last-child a{
    border-bottom:none;
}
}

@media(max-width:767px){
    .result-banner .hero-content p{
        font-size: 15px;
    }
        .hero-content p{
        font-size: 15px;
    }
    .register-end.hero-home{
        padding-top: 50px;
        
    }
    .register-end .hero-content{
        padding-top:0px;
    }
    .endbutton{
        margin:0px;
    }
.hero-content ul{
    font-size: 14px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding: 11px;
    background: #0000003b;
}
.hero-content ul i {
    font-size: 16px;
}
#header .navbar-brand img {
    max-width: 80px;
}
.register-end .timer-body {
    justify-content: center;
    gap:0px
}
.go-to-top{
    bottom: 47px;
    right: 12px;
}
.problem-section h3{
        position: inherit;
        font-size: 23px;
        padding: 0;
}
.problem-section h3 span{
    display: block;
    margin-bottom: 9px;
}
.register-end .timer-body p {
    margin-left: 0;
    color: #ffffff;
    border-radius: 5px;
}
    .problem-inner{
        padding:20px;
    }
    section{
        padding: 50px 0; 
    }
    .team-member-field {
    width: 100%;
}
    p{
        font-size: 16px;
        color: #0000006b;
    }
    .hero-home{
        padding-top:190px ;
    }
 
    .ahilyadevi-img img{
        display: none;
    }
    .timer-main{
        margin-bottom: 20px;
    }
    .timer-body {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 13px;
}
}

@media(max-width:576px){
    .winner.big{
        transform: scale(1);
    }
    .winner-title h1 img{
        display:none;
    }
    .champions-content h3{
        font-size:2.5rem;
    }
    .champions-content h6{
        font-size: 18px;
    }
    .winner{
        margin-bottom: 100px;
    }
    
    .hero-button{
        max-width:200px;
        margin-top:;
    }
    .register-end.hero-home{
                min-height: 760px;
    }
    .nav-item.short-list-button{
        display:none;
    }
    #header .navbar-brand{
          gap: 8px;  
    }
    .round-top{
        position:inherit;
        transform: inherit;
    }
    .result-section{
        padding-top: 3rem;
    }
    .result-section .result-title h2{
        font-size:16px;
    }
}

@media(max-width:991px){
 .container {
        max-width: 930px;
    }
    .ahilyadevi-img img{
        max-width: 280px;
}
   .timer{
           width: 64%;
   } 
   .timer > div{
       width: 80px;
   }
   .timer-main{
       margin-bottom: -23%;
   }
}

@media(max-width:600px){
    .hero-home{
        min-height: 100vh;
    }
        .timer {
        width: 100%;
    }
    .title{
        font-size: 25px;
    }
    .register-end .hero-content{
        padding-top:0px;
    }
}
@media (min-width: 991px) {
    .container {
        max-width: 900px;
    }
}

@media (min-width: 991px) {
    .container {
        max-width: 1400px;
    }
}
.pdf-icon-link {
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 50px;
    box-shadow: 3px 3px 4px #d9c0a9;
    margin-top: -42px;
    transition: 0.5s;
}

.swal2-title{
    font-size: 18px;
    font-weight: 400;
}
.pdf-icon-link:hover {
    transform: scale(1.1);
}
.pdf-icon-link img {
    width: 27px;
}
.reg-form {
    background: #f5f5f5;
}
.btn-theme {
    font-size: 16px;
    padding: 10px 43px;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px;
    transition: 0.5s;
}
.swal2-confirm{
    font-size: 16px;
    padding: 10px 43px;
    display: inline-block;
    border-radius: 5px;
    border: solid 1px;
    transition: 0.5s;
    background: #85b369;
    color: #fff;
    border-color: #85b369;
}
.btn-orange {
    background: #85b369;
    color: #fff;
    border-color: #85b369;
}
.checkedselect{
    font-size: 14px;
    color: #00000091;
}
.card-header{
    display: flex;
    align-items: center;
    justify-content:space-between;
    background: #fb770233;
}
#registrationForm .card-header strong {
    color: #81450e;
    font-weight: 600;
}
#registrationForm .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    font-weight: 500;
    font-size: 14px;
}
label.form-label {
    font-size: 15px;
    color: #565656;
    margin-bottom: 4px;
}

.form-control {
    background: #ffffff !important;
    height: 45px !important;
    border-radius: 5px;
    border: solid 1px #dfdfdf;
    font-size: 14px;
}
.resistration-main {
    background: linear-gradient(340deg, #f9f9f9, #f9f9f9, #ffeedd);
}
.visitors{
    display: flex;
    align-items: anchor-center;
    color: #ffff;
    font-weight: 500;
    font-size: medium;
    padding-bottom:70px;
}

.visitor-main {
    display: flex;
    gap: 2px;
    margin-left: 10px;
}
.visitors-count {
    width: 33px;
    background: #49dfc4;
    height: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    color: #FFFFFF;
    font-size: 20px;
    border: solid 1px #61edd4;
    font-weight: 500;
    text-shadow: 2px 1px 5px #0000008f;
}
p.note-text {
    font-size: 18px;
    color: #000;
    max-width: 820px;
    text-align: center;
    margin: 40px auto 0px;
}
.visitors a {
    margin-left: 10px;
}

#sfck13sg6ruzn91ue4t4mh9hthwg6lcdx2f img{
    width: auto;
}

