/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #15011D;
}

/* Custom default button */
.btn-secondary {
  color: #FFF;
  text-shadow: none;
  /* Prevent inheritance from `body` */
  /* background: rgb(189,103,0);
background: linear-gradient(0deg, rgba(189,103,0,1) 0%, rgba(223,122,0,1) 100%); */
  border: .05rem solid #007DBA;
  background-color: #007DBA;
}

.btn-secondary:hover,
.btn-secondary:focus {
  background: #FFF;
  color: #007DBA;
}

/*
 * Base structure
 */

html,
body {
  height: 100%;
  font-family: 'Ubuntu', sans-serif;
}



h1,
h2,
p {
  font-family: Ubuntu, Verdana, Geneva, Tahoma, sans-serif !important;
}

body.landing-page {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: start;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  width: 100vw;
  padding: 0;
}


/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .8);
  background-color: transparent;
  border-bottom: 1px solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #DF7A00(255, 255, 255, .25);
}

.nav-masthead .nav-link+.nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #DF7A00;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }

  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}

.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


/* Style the video: 100% width and height to cover the entire window */
#myVideo {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

/* .cover-container{
    position: absolute;
    z-index:1000;
  } */

.body-tint-home {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  background: rgb(0, 86, 130);
  background: linear-gradient(90deg, rgba(0, 86, 130, 0.8) 0%, rgba(0, 114, 172, 0.8) 50%, rgba(0, 86, 130, 0.8) 100%);

}

.body-dark-bg {
  background: #004165;
  /* background: linear-gradient(180deg, rgba(0,37,58,1) 0%, rgba(0,55,85,1) 100%); */
  background-size: cover;
}

.dark-bg {
  background: #004165;
  /* background: linear-gradient(180deg, rgba(0,37,58,1) 0%, rgba(0,55,85,1) 100%); */

}


.light-blue-bg {
  background: #ECF0F2;
}

.lightbg h1,
.lightbg p,
.light-blue-bg h1,
.light-blue-bg p,
.light-blue-bg h3 {
  color: #5A5454;
}


.orange-border {
  border-left: 8px solid #DF7A00;
}

.dark-gradient-bg p {
  color: #FFF;
}

.dark-gradient-bg h2 {
  color: #DF7A00;
}

.dark-bg h1,
.dark-bg p {
  color: #FFF;
}

.btn-border-only {
  border: 1px solid #DF7A00;
  color: #DF7A00;
}

.four-stages h1 {
  font-size: 1.50rem;
  font-weight: bold;
  margin-top: 15px;
}

.four-stages img {
  margin-bottom: -20px !important;
}

.four-stages .stage-two .submit-btn {
  display: inline-block;
  border: 2px solid #DF7A00;
  padding: 5px;
  color: #DF7A00;
  background: #FFF;
  width: 172px;
  text-transform: uppercase;
}

.four-stages .stage-two .submit-btn:hover {
  background: #DF7A00;
  color: #FFF;
}

.four-stages .submit-btn-grey {
  pointer-events: none;
  display: inline-block;
  border: 2px solid #C6C6C6;
  padding: 5px;
  color: #C6C6C6;
  background: #FFF;
  width: 172px;
  text-transform: uppercase;
}

.stage-one h1 {
  color: #15011D;
}

.stage-two h1 {
  color: #15011D;
}

.stage-three h1 {
  color: #15011D;
}

.stage-four h1 {
  color: #15011D;
}

.stage-disabled h1,
.stage-disabled p {
  color: #C6C6C6 !important;
}

p.stage-date {
  font-weight: bold;
  font-size: 1rem;
  color: #595A5B;
}


.status-green {
  display: inline-block;
  width: 172px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #42B142;
  padding: 10px;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.status-orange {
  display: inline-block;
  width: 172px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #DF7A00;
  padding: 10px;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.status-grey {
  display: inline-block;
  width: 172px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #C6C6C6;
  padding: 10px;
  color: #FFF;
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
}

footer {
  background: #ECF0F2;
}

footer a {
  color: #15011D;
  font-size: 0.85rem;
}

footer a:hover {
  color: #007DBA;
  text-decoration: underline;
}

.judges-panel h3 {
  font-size: 1rem;
  margin-top: 15px;
}

.judges-panel p {
  font-size: 0.6rem;
}

.judges-panel img {
  width: 150px;
  height: 150px;
}

.copyright-text {
  font-size: .75rem;
}

.floating-register-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 20000;
}

.home-cover .big-logo {
  position: top;
  top: 0;
}

.stages-panel h2 {
  font-size: 18px;
  margin-top: 20px;
  line-height: 32px;
  margin-bottom: 0px;
  font-weight:500;
}

.stages-panel h2 {
  position: relative;
}

.stages-panel img {
  position: relative;
  z-index: 1;
  width: 90px;
  height: 90px;
}

.stages-panel h2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #a8a8a8;
  left: 50%;
  top: -65px;
}

.stages-panel .col-sm:last-child h2:after {
  display: none;
}

h2.stageone {
  color: #15011D;
}

h2.stagetwo {
  color: #15011D;
}

h2.stagethree {
  color: #15011D;
}

h2.stagefour {
  color: #15011D;
}

.btn-border-only:hover {
  color: #DF7A00;
  text-decoration: underline;
}

.profile-cover-bar select {
  white-space: normal;
}

.big-logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 200px;
}

.big-logo img {
  width: 250px;
  height: auto;
  margin-top: 2%;
  /* margin-left: -50px; */
  position: fixed;
}

.no-see {
  opacity: 0 !important;
}

a.theme-hover {
  text-decoration: none;
}

.theme-one-hover {
  display: none;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
}

.theme-one-box:hover .theme-one-hover {
  display: flex;
}

.theme-two-hover {
  display: none;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  align-items: center;
}

.theme-one-hover p,
.theme-two-hover p {
  font-size: 0.85rem;
}

.theme-two-box:hover .theme-two-hover {
  display: flex;
}


.team-box {
  padding: 15px;
}

.jury-img {
  border-radius: 50%;
  box-shadow: 10px 5px 0 #12ABDB;
}

.team-name {
  margin-top: 20px;
  color: #5A5454;
  font-size: 16px;
  font-weight: 900;
}

.team-designation {
  margin-top: -15px;
  font-size: 11px;
  padding-left: 60px;
  padding-right: 60px;
  font-weight: normal;
}

.team-description {
  margin-top: 10px;
  font-size: 10px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: normal;
  color: #383636;
  margin-bottom: 7px;
}

.team-contact {
  font-size: 11px;
  border: 1px solid #15011D;
  padding: 5px 10px;
  border-radius: 5px;
  vertical-align: middle;
  font-weight: 600;
  color: #15011D;
  text-decoration: none;
}

.team-contact:hover {

  color: #15011D;
  text-decoration: none;
}


.team-contact i {
  color: #5A5454;
  font-size: 14px;
  margin-left: 3px;
  margin-right: 2px;
}

#accordion .card {
  margin-top: 7px;
  border-radius: 10px !important;
}

#accordion .card-header {
  background-color: #F8FCFD;
  /* border-radius: 10px !important; */
  padding: 25px 30px;
  box-shadow: 0px 6px 10px -2px rgba(222, 222, 222, 1);
  z-index: 1;
}

#accordion .card-body {
  background-color: white;
  padding: 30px 40px;
  font-size: 0.85rem;
}

#accordion h5 {
  text-decoration: none;
  color: #15011D;
  font-weight: 600;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.secondary-header .nav-link {
  color: #15011D;
}

img.rules-page-stages {
  width: 60%;
  height: auto;
}








.small-icon {
  padding: 5px;
  border-radius: 50%;
}

/* .icon1{
  border: 2px solid #12ABDB;
}

.icon2{
  border: 2px solid #33B669;
}

.icon3{
  border: 2px solid #00B2A2;
}

.icon4{
  border: 2px solid #007DBA;
}

.icon5{
  border: 2px solid #00D5D0;
}

.icon6{
  border: 2px solid #00B2A2;
} */

.number-icon {
  font-family: 'Ubuntu', sans-serif;
  font-size: 34px;
  font-weight: 400;
  border-radius: 50%;
  padding: 20px 25px;
}

.number-icon1 {
  border: 3px solid #00B2A2;
  color: #00B2A2 !important;
}

.number-icon2 {
  border: 3px solid #12ABDB;
  color: #12ABDB !important;
}

.number-icon3 {
  border: 3px solid #33B669;
  color: #33B669 !important;
}

.number-icon4 {
  border: 3px solid #12ABDB;
  color: #12ABDB !important;
}
.number-icon5 {
  border: 3px solid #00B2A2;
  color: #00B2A2 !important;
}

.icon-text {
  font-family: 'Ubuntu', sans-serif;
  color: #15011D;
  font-size: 18px;
  font-weight: 400;
  vertical-align: middle;
}

.subheader {
  color: #747678;
  font-family: 'ubuntu', sans-serif;
  font-weight: 500;
  font-size: 17px;
}

.accordion-header-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 600;
  font-size: 14px;
  color: #218EC3 !important;
  margin-bottom: 0px;
}

.accordion-desc-text {
  text-align: left;
  font-family: 'ubuntu', sans-serif;
  font-weight: 500;
}

.common-rules-text {
  color: #15011D;
  font-family: 'ubuntu', sans-serif;
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 14px;
}

.step-text {
  color: #15011D;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .border-line {
    display: none;
  }
}

.header-desc {
  color: #545454
}

.box1 {
  padding: 20px 20px 10px 20px;
  border: 1px solid #15011D;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #15011D;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}

.box2 {
  padding: 20px 20px 10px 20px;
  border: 1px solid #15011D;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #15011D;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}

.box3 {
  padding: 20px 20px 10px 20px;
  border: 1px solid #15011D;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #15011D;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}

.box4 {
  padding: 20px 20px 10px 20px;
  border: 1px solid #15011D;
  border-top-left-radius: 15px;
  border-bottom-right-radius: 15px;
  color: #15011D;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 14px;
  text-align: left;
}



#accordion .card-header[aria-expanded="false"] h5::after {
  content: '+';
}

#accordion .card-header[aria-expanded="true"] h5::after {
  content: '-';

}





.theme-img-icon {
  position: absolute;
  right: 0;
  z-index: 100;
  padding: 30px;
  top: 0;
}

.theme-card .theme-details img {
  width: 80px;
  height: 80px;
}

.theme-card .theme-details h3,
.theme-card .theme-details ul li {
  color: #15011D;
}

.theme-card .theme-details h3 {
  text-align: center;
  font-size: 0.85rem;
  font-weight: bold;
  padding: 10px;
}

.theme-card .theme-details ul li {
  font-size: 0.75rem;
}

.theme-sf-one {
  margin-bottom: 20px;
}

.theme-details .col-sm {
  margin-bottom: 20px;
}

.faq-acc {
  padding: 10px 80px;
}

.faq-acc .btn {
  white-space: normal;
}

.faq-acc .btn-link {
  color: #15011D;
}

.double-nav {
  margin-top: 120px;
}

.theme-card {
  position: relative;
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.theme-card h2 {
  font-size: 1rem;
  color: #004165;
  font-weight: bold;
}

.theme-card h4 {
  text-align: center;
  color: #595A5B;
  font-size: 0.75rem;
}

.orange-text {
  color: #DF7A00;
}

.blue-line {
  border: 1px solid #007DBA;
}

.grey-line {
  border: 0.5px solid #595A5B;
}

.theme-details img {
  max-width: 100%;
  height: auto;
}

ul.sub-hdr li a {
  padding: 20px 40px !important;
}

.dashboard-icon img {
  max-width: 100%;
  height: auto;
}


@media (max-width: 767.98px) {
  h1#idea_title_header {
    font-size: 1.75rem;
  }

  .big-logo {
    width: 80px;
    margin-top: 10px !important;
  }

  .floating-register-btn img {
    width: 30vw;
    height: auto;
  }

  .floating-register-btn {
    bottom: 30px;
    right: 30px;
  }


}



@media (max-width: 992px) {
  .big-logo {
    width: 80px !important;
    margin-top: 10px !important;
  }

  .judges-panel img {
    width: 100px;
    height: 100px;
  }

  /* .home-cover .big-logo{position:fixed; top:10px;left:10px;} */
  .theme-one-box:hover .theme-one-hover,
  .theme-two-box:hover .theme-two-hover {
    display: none;
  }

  .judges-panel .col-sm {
    margin-bottom: 30px;
  }

  .tech-cons {
    justify-content: center;
    margin-bottom: 20px;
  }

  .dropdwnrow {
    justify-content: center;
  }

  .upcoming-date-box {
    width: 50% !important;
  }



}



/* dashboard styles */

.dashboard-page .table {
  color: #575758
}

.dashboard-page .total-teams {

  background: rgb(0, 99, 146);
  background: linear-gradient(0deg, rgba(0, 99, 146, 1) 0%, rgba(0, 125, 186, 1) 100%);

}

.dashboard-page .proto-finalists {
  background: rgb(200, 194, 131);
  background: linear-gradient(180deg, rgba(200, 194, 131, 1) 0%, rgba(139, 135, 92, 1) 100%);
}

.dashboard-page .winner-box.number-boxes h1 {
  font-size: 1.5rem;
  line-height: 1.5rem;
}

.dashboard-page .winner-box.number-boxes p {
  color: #FFF;
  font-size: 2rem;
}

.dashboard-page .winner-box {
  background: rgb(0, 65, 101);
  background: linear-gradient(90deg, rgba(0, 65, 101, 1) 0%, rgba(0, 125, 186, 1) 50%, rgba(0, 65, 101, 1) 100%);
}

.ideation-finalists {
  background: rgb(168, 92, 0);
  background: linear-gradient(0deg, rgba(168, 92, 0, 1) 0%, rgba(223, 122, 0, 1) 100%);
}

.pitch-finalists {
  background: rgb(0, 138, 151);
  background: linear-gradient(0deg, rgba(0, 138, 151, 1) 0%, rgba(0, 198, 215, 1) 100%);
}

.dashboard-page .number-boxes {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  justify-content: center;
}

.dashboard-page .number-boxes h1,
.dashboard-page .number-boxes h5 {
  color: #FFF;
}

.dashboard-page .number-boxes h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  margin-bottom: 0;
}

.dashboard-page .number-boxes h5 {
  font-size: 0.85rem;
}

.dashboard-page .days-to-go {
  background: rgb(229, 247, 255);
  background: linear-gradient(0deg, rgba(229, 247, 255, 1) 0%, rgba(255, 255, 255, 1) 100%);

  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  justify-content: center;
}

.dashboard-page .current-stage {
  background: rgb(251, 239, 224);
  background: linear-gradient(0deg, rgba(251, 239, 224, 1) 0%, rgba(255, 255, 255, 1) 100%);
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  justify-content: center;
}

.dashboard-page .days-to-go h1 {
  font-size: 3rem;
  line-height: 3rem;
  font-weight: bold;
  color: #00C6D7;
}

.dashboard-page .current-stage h1 {
  text-align: center;
  font-size: 1.75rem;
  line-height: 1.75rem;

  font-weight: bold;
  color: #DF7A00;
}

.dashboard-page .days-to-go h3 {
  color: #00C6D7;
  font-size: 1rem;
}

.dashboard-page .current-stage h3 {
  color: #DF7A00;
  font-size: 1rem;
}

.dashboard-page .days-to-go p {
  color: #595A5B;
  font-size: 0.85rem;
}

.days-stage-icon {
  position: absolute;
  top: 20px;
  left: 30px;
}

.dashboard-page .table-card {
  -moz-border-radius: 10px;
  border-radius: 10px;
  background: #FFF;
}

/*toggle switch*/

.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 24px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 5px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked+.slider {
  background-color: #05C92B;
}

input:focus+.slider {
  box-shadow: 0 0 1px #05C92B;
}

input:checked+.slider:before {
  -webkit-transform: translateX(31px);
  -ms-transform: translateX(31px);
  transform: translateX(31px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

/*toggle switch ends*/

.table-pagination .page-link {
  color: #595A5B;
  border: none;
}

.table-pagination .page-link:hover,
.table-pagination .page-link:focus,
.table-pagination .page-link:active {
  border-radius: 6px;
  background: #ECF0F2;
}

.dashboard-page .table th {
  text-align: center;
}

.dashboard-page .table thead th {
  border-top: 1px solid #007DBA;
}

.dashboard-page .table td {
  text-align: center;
}

.dashboard-page h1.table-hdr {
  color: #007DBA;
  font-size: 1rem;
  font-weight: bold;
}



/*team dashboard styles*/
.teamname-theme label {
  font-size: 0.85rem;
}

.teamname-theme select {
  font-size: 0.85rem;
}

.teamname-theme .form-group {
  margin-bottom: 0.85rem;
}

/*team dahsboard styles end*/


/*registration page new styles*/
.member-row {
  justify-content: space-between;
}

.member-row .member-name,
.member-row .member-email {
  width: 48%;
}

/*registration page new styles*/


.box1,
.box2,
.box3,
.box4 {
  width: fit-content;
}





@media (max-width: 1200px) {
  .theme-img-icon img {
    width: 50px;
    height: 50px;
  }

  .faq-acc {
    padding: 10px 10px;
  }


  .judges-panel img {
    width: 80px;
    height: 80px;
  }

  img.rules-page-stages {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 576px) {
  .theme-img-icon {
    display: none;
  }

  .tech-tags-row {
    display: none;
  }

  .member-row {
    flex-direction: column;
  }

  .col-yellow-box {
    margin-bottom: 10px;
  }

  .dashboard-page h1.table-hdr {
    text-align: center;
  }

  .dashboard-page .current-stage h1 {
    font-size: 1rem;
  }

  .dashboard-page .current-stage h3 {
    font-size: 0.75rem;
  }


  .member-row .member-name,
  .member-row .member-email {
    width: 100%;
  }
}

@media (max-width: 991.98px) {
  .judges-panel img {
    width: 50px;
    height: 50px;
  }
}


/* @media (min-width: 768px) and (max-width: 1200px){
  ul.sub-hdr{padding:10px 10px !important; font-size: 0.75rem; margin-left:200px;}
} */

@media (min-width: 768px) and (max-width: 1350px) {
  ul.sub-hdr {
    padding: 10px 10px !important;
    font-size: 0.75rem;
    margin-left: 200px;
  }
}

@media (min-width: 577px) and (max-width: 769px) {
  .dashboard-page .current-stage h1 {
    font-size: 1.2rem;
  }

}

.team-leader-tag {
  padding: 7px 15px;
  background-color: #007DBA;
  color: #F7F7F7;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  margin-top: -30px;
}

#ideation-box {
  /* background-image: linear-gradient(#002438,#003756); */
  background-color: #004165;
  padding: 8% 20px;
}

.box {
  padding: 30px;
}

.orange-box {
  border: 1px solid #DF7A00;
}

.blue-box {
  border: 1px solid #0FC9D9;
}

.yellow-box {
  border: 1px solid #D3CD8B;
}

.fa-edit {
  color: #F7F7F7;
  font-size: 20px;
}

@media (max-width: 290px) {
  h1 {
    font-size: 1.5rem;
  }
}


.btn-success {
  background-color: #008A02;
}



/* date animation */



.animate-charcter {
  text-transform: uppercase;
  background-image: linear-gradient(-225deg,
      #DF7A00 0%,
      #FDC82F 29%,
      #00C6D7 67%,
      #589199 100%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 2s linear infinite;
  display: inline-block;
  font-size: 190px;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}






/* .upcoming-date-box h2 {


  animation: animate 
      1.5s linear infinite;
}

@keyframes animate {
  0% {
      opacity: 0;
  }

  50% {
      opacity: 1;
  }

  100% {
      opacity: 0;
  }
} */


.ticker-row {
  position: absolute;
  bottom: 0;
  z-index: 900;
  border-bottom: 1px solid #007DBA;
}

.news {
  width: 20px;
  background-color: #DF7A00;
}

.news-scroll a {
  text-decoration: none
}

.dot {
  height: 6px;
  width: 6px;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 2px !important;
  background-color: #DF7A00;
  border-radius: 50%;
  display: inline-block
}

.breaking-news {
  background-color: #004165;
}

.ticker-box {
  background-color: #004165;
  border-bottom: 1px solid #007DBA;
  border-left: 10px solid #DF7A00;
  color: #FFF;
}

.marquee {
  overflow: hidden;
}

.marquee span {
  display: inline-block;
  width: max-content;

  padding-left: 100%;
  /* show the marquee just outside the paragraph */
  will-change: transform;
  animation: marquee 20s linear infinite;
}

.marquee span:hover {
  animation-play-state: paused
}


@keyframes marquee {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(-100%, 0);
  }
}


/* Respect user preferences about animations */

@media (prefers-reduced-motion: reduce) {
  .marquee span {
    animation-iteration-count: 1;
    animation-duration: 0.01;
    /* instead of animation: none, so an animationend event is 
     * still available, if previously attached.
     */
    width: auto;
    padding-left: 0;
  }
}



.terms-page h2 {
  font-size: 1.2em;
  color: #5A5454;
  font-weight: bold;
}

.download-teams {
  position: absolute;
  bottom: 15px;
  right: 25px;
  padding: 5px;
  border-radius: 7px;
  border: 1px solid #FFF;
  width: 30px;
}

.download-teams img {
  max-width: 100%;
  height: auto;
}

.skip-intro {
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
}

/* Shivani css */
.carousel-item {
  height: 400px;
  max-height: 450px;
}

.carousel_cap h2 {
  font-size: 22px;
  line-height: 34px;
}

.carousel_cap h3 {
  font-size: 18px;
  line-height: 30px;
}

.carousel_cap p {
  font-size: 13px;
  line-height: 24px;
}

.carousel_content {
  display: grid;
  grid-template-columns: 1fr auto;
  width: 100%;
  height: 100%;
  background-color: #ECF0F2;
}

.carousel_img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
}

.carousel_img {
  width: 35%;
}

.carousel_content .carousel_cap {
  text-align: left;
  left: 40%;
  color: #000;
  width: 50%;
  height: 100%;
  bottom: auto;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}

.ideation-dates-section p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 5px;
}

.ideation-dates-section h3 {
  font-size: 28px;
  line-height: 40px;
}

.ideation-dates-section img {
  height: 70px;
}

.hack_stages h1,
.the_panel h1 {
  text-transform: capitalize;
  font-weight: lighter;
  font-size: 32px;
  line-height: 42px;
}

.hack_stages p,
.the_panel p {
  font-size: 18px;
}

.the_panel .judges-panel img {
  box-shadow: 6px 6px 0 #12ABDB;
}

.the_panel .judges-panel h3 {
  font-size: 16px;
  line-height: 24px;
  color: #15001D;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 5px;
}

.the_panel .judges-panel p {
  font-size: 13px;
  line-height: 20px;
}


@media only screen and (min-width: 1080px) and (max-width: 1200px) {
  .stages-panel h2:after {
    top: -60px;
  }
}

@media (max-width: 1199.98px) {

  .theme-one-box:hover .theme-one-hover,
  .theme-two-box:hover .theme-two-hover {
    display: none;
  }
}

@media screen and (max-width: 992px) {
  .carousel-item {
    height: 450px;
    max-height: 480px;
  }

  .big-logo img {
    margin-top: -4%;
  }
}

@media screen and (max-width: 860px) {
  .carousel-item {
    height: 520px;
    max-height: 580px;
  }
}

@media (max-width: 767px) {
  .team-designation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .carousel_content {
    grid-template-columns: 1fr;
  }

  .carousel_img {
    width: 100%;
  }

  .carousel_img img {
    height: 250px;
  }

  .carousel_content .carousel_cap {
    width: 100%;
    position: inherit;
    padding: 50px;
  }

  .carousel-item {
    height: 100%;
    max-height: 100%;
  }

  .carousel-control-prev,
  .carousel-control-next {
    top: 90% !important;
  }

  .ideation-dates-section p {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .ideation-dates-section h3 {
    font-size: 26px;
  }

  .ideation-dates-section img {
    height: 60px;
  }
}

@media (max-width: 400px) {
  .skip-intro {
    display: flex;
    width: 100%;
    justify-content: center;
    top: auto;
    right: auto;
  }
}


.toast-success {
  background-color: #4BB543 !important;
  color: #ffffff !important;
  opacity: 1 !important;
  z-index: 9999;
}

.toast-error {
  background-color: red !important;
  color: #ffffff !important;
  opacity: 1 !important;
  z-index: 9999;
}