@font-face {
  font-family: 'Nasalization';
  src: url('./Fonts/nasalization-rg.otf') format('opentype');
}

@font-face {
  font-family: 'BACKTO1982';
  src: url("./Fonts/BACKTO1982.TTF") format("truetype");
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: black;
  overflow-x: hidden;
}

.hero-container {
  margin: 2% 5% 1% 5%;
  /* margin-top left for header */
  position: relative;
  height: 550px;
  width: auto;
  border: rgb(38, 205, 220) solid 2px;
  border-radius: 10px;
  background-color: none;
  z-index: -1;
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.8s ease;
  border: 10px solid;
  border-image-slice: 1;
  border-width: 3px;
  border-image-source: linear-gradient(to right, rgb(6, 165, 228), rgb(52, 92, 214), rgb(239, 16, 221));
  /*linear-gradient(to left, #743ad5, #d53a9d)*/
  ;
}

.reveal-hero-container {
  transform: scaleX(1);
}

.omnibox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 25px;
  width: 100%;
  border-bottom: #1b8ce3 solid 2px;
}

.circle-container {
  display: flex;
}

.circle {
  margin: 6.5px 2.5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: #f010da solid 2px;
  background-color: #f010da;
}

.circle:hover {
  border: #0999db solid 2px;
  background-color: #0999db;
}

.circle-1 {
  margin-left: 6.5px;
}

.close-option,
.title,
.hacks-details,
.hero-register {
  /* color: greenyellow; */
  color: #0999db;
  font-family: 'Nasalization', sans-serif;
}

.close-option {
  margin-right: 6.5px;
}

.close-option:hover {
  color: #f010da;
}

.title {
  display: inline-block;
  min-height: 50px;
  width: 500px;
  font-size: 50px;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 0;
  padding-bottom: 0;
  margin-left: 8%;
  transition: font-size 0.3s ease;
  text-shadow: 0 0 20px #ffffffac;
  /* background: #CF0E00;
background: linear-gradient(to right, #CF0E00 0%, #EDFF47 25%, #0FFF5F 50%, #40FFEC 75%, #1B0ECF 100%); */
  background: #FF0000;
  background: linear-gradient(to right, #4674CF 0%, #9E54FF 50%, #CF488C 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*.hacks-details {
    font-size: 12px;
    font-weight: lighter;
    margin-top: 15px;
    padding-top: 0;
    margin-left: 8%;
}*/

.hero-desc{
  display: flex;
}

.headings{
  width: 700px;
}

.poster{
  margin-left:100px;
  margin-top: 30px; 
}
.poster-img{
  height: 450px;
  width: 450px;
}
p {
  text-shadow: 0 0 7px rgba(255, 255, 255, .3), 0 0 3px rgba(255, 255, 255, .3);
}

.eligibility{
  margin-left: 7%;
  margin-top: 7%;
  width: 500px;
}
.eligi-text{
  font-size: 20px;
  font-weight: 24px;
  color: #4674CF;
  text-align:center;
  font-family: 'Nasalization', sans-serif;
  text-shadow: none;
}
.el-text{
  font-size: 18px;
  font-weight: 20px;
  color: #4674CF;
  text-align:center;
  font-family: 'Nasalization', sans-serif;
  text-shadow: none;
}
.hacks-details {
  color: #e5e5e5;
  font-size: 2.26rem;
  text-transform: uppercase;
  /*height: 100vh;*/
  display: flex;
  /*align-items: center;
    justify-content: center;*/
  margin-top: 10px;
  padding-top: 0;
  margin-left: 8%;
}

.animation {
  height: 52px;
  overflow: hidden;
  margin-left: 1rem;
}

.animation>div>div {
  /* padding: 0.20rem 0.70rem;
    padding-bottom: 0.06rem;
    padding-top: 0.08rem; */
  height: 2.81rem;
  margin-bottom: 2.81rem;
  display: inline-block;
}

.animation div:first-child {
  animation: text-animation 8s infinite;
}

.first div {
  /*background-color:#20a7d8;*/
  color: #ec12b9;
  /* border: #ec12b9 solid 2px; */
}

.second div {
  /*background-color:#CD921E;*/
  color: #ec12b9;
  /* border: #f03510 solid 2px; */
}

.third div {
  /*background-color:#c10528;*/
  color: #ec12b9;
  /* border: #f03510 solid 2px; */
}

@keyframes text-animation {
  0% {
    margin-top: 0;
  }

  10% {
    margin-top: 0;
  }

  20% {
    margin-top: -5.62rem;
  }

  30% {
    margin-top: -5.62rem;
  }

  40% {
    margin-top: -11.24rem;
  }

  60% {
    margin-top: -11.24rem;
  }

  70% {
    margin-top: -5.62rem;
  }

  80% {
    margin-top: -5.62rem;
  }

  90% {
    margin-top: 0;
  }

  100% {
    margin-top: 0;
  }
}


.title>p,
.hacks-details>p,
.number-grid-item>p {
  margin: 0;
}

.hero-button {
  /* display: flex; */
  margin-top: 70px;
  justify-content: right;
  margin-left: 190px;
}

.hero-register {
  width: 200px;
  height:60px;
  background-color: black;
  border: #f010ce solid 2px;
  padding: 8px;
  border-radius: 8px;
  font-size: 18px;
  transition: font-size 0.3s ease;
}

.hero-register:hover {

  background: #f010ce;
  color: #050801;
  box-shadow: 0 0 5px #0999db,
    0 0 25px #0999db,
    0 0 50px #0999db,
    0 0 200px #0999db;
  -webkit-box-reflect: below 1px linear-gradient(transparent, #0005);

  box-shadow: #0999db;
  background-color: black;
  border: #0999db solid 2px;
  color: #f010ce;
  font-size: 16px;
}



.numbers-grid {
  position: absolute;
  top: 25px;
  left: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 10px;
  height: 300px;
  width: 100%;
  justify-content: space-around;
  z-index: -1;
}

.number-grid-item>p {
  font-family: 'BACKTO1982';
}

.number-grid-item {
  text-align: center;
  font-family: 'Nasalization', sans-serif;
  color: rgba(168, 10, 110, 0.108);
  font-size: 60px;
}

#n-g-i-1 {
  grid-row: 1/2;
  grid-column: 1/2;
}

#n-g-i-2 {
  grid-row: 1/2;
  grid-column: 3/4;
}

#n-g-i-3 {
  grid-row: 3/4;
  grid-column: 2/3;
}

#n-g-i-4 {
  grid-row: 2/3;
  grid-column: 4;
}

::selection {
  background-color: transparent;
}

.desc-section {
  margin-top: 4%;
  margin-bottom: 4%;
}

.description {
  font-family: 'Nasalization', sans-serif;
  font-size: 22px;
  color: #e5e5e5;
  /* max-width: 80ch; */
  text-align: center;
  transform: scale(0.94);
  animation: scale 3s forwards cubic-bezier(0.5, 1, 0.89, 1);
  text-align:center;
  margin-top: 4%;
  margin-left: 2%;
  margin-right: 2%;
  width: 96%;
}

@keyframes scale {
  100% {
    transform: scale(1);
  }
}

span {
  display: inline-block;
  opacity: 0;
  filter: blur(4px);
}

span:nth-child(1) {
  animation: fade-in 0.8s 0.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(2) {
  animation: fade-in 0.8s 0.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(3) {
  animation: fade-in 0.8s 0.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(4) {
  animation: fade-in 0.8s 0.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(5) {
  animation: fade-in 0.8s 0.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(6) {
  animation: fade-in 0.8s 0.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(7) {
  animation: fade-in 0.8s 0.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(8) {
  animation: fade-in 0.8s 0.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(9) {
  animation: fade-in 0.8s 0.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(10) {
  animation: fade-in 0.8s 1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(11) {
  animation: fade-in 0.8s 1.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(12) {
  animation: fade-in 0.8s 1.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(13) {
  animation: fade-in 0.8s 1.3s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(14) {
  animation: fade-in 0.8s 1.4s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(15) {
  animation: fade-in 0.8s 1.5s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(16) {
  animation: fade-in 0.8s 1.6s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(17) {
  animation: fade-in 0.8s 1.7s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(18) {
  animation: fade-in 0.8s 1.8s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(19) {
  animation: fade-in 0.8s 1.9s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(20) {
  animation: fade-in 0.8s 2.0s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(21) {
  animation: fade-in 0.8s 2.1s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

span:nth-child(22) {
  animation: fade-in 0.8s 2.2s forwards cubic-bezier(0.11, 0, 0.5, 0);
}

@keyframes fade-in {
  100% {
    opacity: 1;
    filter: blur(0);
  }
}

.line {
  size: 0.5px;
}


/*ROUND CARDS*/

.rounds,
.gallery, .timeline {
  
  background: #21BECF;
  background: linear-gradient(to right, #21BECF 0%, #829BFF 50%, #BC8FFF 50%, #F173FF 71%, #CF36AB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  margin: 6rem;
  margin-bottom: 5px;
  margin-left: 5rem;
  max-width: 235px;
  font-size: 30px;
  font-family: 'Nasalization', sans-serif;
  /* animation: glitch 0.1s infinite alternate; */
}

.round-container {
  margin-top: 10px;
  margin-bottom: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 70vh;
  gap: 50px;
  flex-flow: row wrap;
}

@media (max-width: 768px) {
  .round-card {
    width: 100%;
    margin-bottom: 20px;
  }
}

.round-card {
  margin-top: 0px;
  width: 360px;
  height: 490px;
  position: relative;
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
  border-radius: 10px;
}

.round-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.layer {
  position: absolute;
  top: 0;
  transform: translateY(-800px);
  visibility: hidden;
  background-color: rgba(47, 34, 101, 0.8);
  /* Adjust the opacity (last value) */
  transition: 1s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
  cursor: pointer;
  min-width: 100%;
  min-height: 100%;
  z-index: 3;
}


.layer h4 {
  font-size: 3em;
  margin-bottom: 0.5em;
}

.layer p {
  font-size: 1.5em;
  margin: 5px;
  margin-left: 1em;
  font-family: 'Nasalization', sans-serif;
  /* opacity: 0.5; */
}

round-card .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,
      0,
      0,
      0.9);
  /* Adjust the opacity (last value) as needed */
  opacity: 1;
  /* Initially hidden */
  transition: opacity 0.3s ease;
  /* Add a transition for opacity */
  pointer-events: none;
  /* Allows clicks to pass through the overlay */
}

.round-card:hover .overlay {
  opacity: 0.5;
  /* Show the overlay on hover */
}

.round-card:hover .layer {
  visibility: visible;
  transform: translateY(0);
  top: 0;
}


/*TIMELINE*/
h1 {
  color: #89ff00;
  font-size: 2rem;
  width: 100vw;
  text-align: center;
  padding: 0%;
  font-weight: 600;
  margin-top: 2rem;
  margin-bottom: 2rem;

  color: #5cff80;
  text-align: left;
  margin: 3rem;
  margin-left: 5rem;
  max-width: 105px;
  font-size: 24px;

  color: greenyellow;
  ;
  text-align: left;
  margin: 6rem;
  margin-bottom: 0px;
  margin-left: 5rem;
  max-width: 105px;
  font-size: 24px;
  font-family: 'Nasalization', sans-serif;
}

@media (min-width: 1000px) {
  #img2 {
    display: none;
  }

  #img {
    opacity: 100;
    max-width: 80%;
    max-height: 100%;

    padding: 0%;
    display: block;
    margin-left: auto;
    margin-right: auto;

  }
}

@media only screen and (max-width: 1001px) {
  #img {
    display: none;
  }

  #img2 {
    opacity: 100;
    max-width: 100%;

    padding: 0%;
    display: block;
    margin-left: auto;
    margin-right: auto;

  }

}

/*GALLERY*/

.gallery-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.slider {
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 75px;
}

.slick-slide {
  margin: 0 5px;
}

.slick-list {
  margin: 0px -5px 0px -5px;
}

button.slick-next,
button.slick-next:hover {
  position: absolute;
  top: 41%;
  right: 54px;
  width: 47px;
  height: 75px;
  background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
}

button.slick-prev,
button.slick-prev:hover {
  position: absolute;
  top: 41%;
  left: 15px;
  z-index: 1;
  width: 47px;
  height: 75px;
  background-image: url("http://maggiesadler.com/wp-content/uploads/2015/10/left-right-arrow.png");
  background-size: 95px;
  background-position-x: right;
}

.slick-prev:before,
.slick-next:before {
  font-size: 70px;
  color: #EA8496;
  line-height: inherit;
  font-weight: bold;
}

.slider img {
  height: 300px;
}

/* Slider */
.slick-slider {
  position: relative;

  display: block;

  -moz-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

/* .slick-slider .slick-prev {
  text-align: left;
  margin-left: -59px;
} */

.slick-slider .slick-next {
  text-align: right;
  margin-right: -34px;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url('http://maggiesadler.com/wp-content/uploads/2015/10/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'Nasalization';
  font-weight: 30px;
  font-style: normal;

  src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot');
  src: url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.eot?#iefix') format('embedded-opentype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.woff') format('woff'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.ttf') format('truetype'), url('file:///C:/Users/msadler/Desktop/slick-1.5.7/slick/fonts/slick.svg#slick') format('svg');
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 20px;
  font-weight: 20px;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 25px;
  height: 25px;
  margin-top: -10px;
  padding: 0;
  cursor: pointer;
  /* color: transparent; */
  border:black;
  outline: none;
  background: transparent;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;

  opacity: 1;
  color: white;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
}

[dir='rtl'] .slick-prev {
  right: -40px;
  left: auto;
}

.slick-prev:before {
  content: '';
}

[dir='rtl'] .slick-prev:before {
  content: '';
  font-weight: bold;
  font-size: 20px;
}

.slick-next {
  right: -40px;
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -40px;
}

.slick-next:before {
  content: '';
}

[dir='rtl'] .slick-next:before {
  content: '';
}

.slick-next.slick-arrow{
  margin-left: 1000px;
}

/* Dots */
/* .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;

  display: block;

  width: 100%;
  padding: 0;

  list-style: none;

  text-align: center;
} */

/* .slick-dots li {
  position: relative;

  display: inline-block;

  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;

  cursor: pointer;
} */

/* .slick-dots li button {
  font-size: 0;
  line-height: 0;

  display: block;

  width: 20px;
  height: 20px;
  padding: 5px;

  cursor: pointer;

  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;

  position: absolute;
  top: 0;
  left: 0;

  width: 20px;
  height: 20px;

  content: '•';
  text-align: center;

  opacity: .25;
  color: black;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
} */
/*PRIZES*/

.prizesd {
  background: #21BECF;
  background: linear-gradient(to right, #21BECF 0%, #829BFF 50%, #BC8FFF 50%, #F173FF 71%, #CF36AB 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: left;
  margin: 6rem;
  margin-bottom: 5px;
  margin-left: 5rem;
  max-width: 250px;
  font-size: 30px;
  font-family: 'Nasalization', sans-serif;
  /* animation: glitch 0.1s infinite alternate; */
}

.prize-wrapper-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 74vh;
  /*  background-color: #91919b;*/
  background-color: black;
}

.prize-card {
  position: relative;
  width: 380px;
  height: 360px;
  margin: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-radius: 10px;
  /*  background: linear-gradient(135deg, #0d3333, #41b1d3);*/
  /*  box-shadow: 0 10px 20px rgba(93, 19, 231, 0.2); /* Add the box shadow here */
  /*  background-color: #252444;*/
  background-color: black;
  /*  box-shadow: 0 10px 20px rgba(93, 19, 231, 0.2);*/
  box-shadow: 0 10px 20px rgb(255, 182, 193, 0.3);

}

/*width: 600px;
  height: 390px;
  margin: 20px;
  display: flex;*/
.prize-card img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 400px;
  transition: 0.5s;
}

.prize-card:hover img {
  left: 70%;
  height: 230px;
}

.prize-card .content {
  position: relative;
  width: 50%;
  left: 20%;
  padding: 0px 20px 20px 40px;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  font-family: 'Nasalization', sans-serif;
  font-size: 25px;
}

.prize-card:hover .content {
  left: 0%;
  opacity: 1;
  visibility: visible;
}

.prize-card .content h2 {
  color: #fff;
  text-transform: uppercase;
  font-size: 2.5em;
  line-height: 1em;
}

.prize-card .content p {
  color: #fff;
}

.prize-card .content a {
  position: relative;
  display: inline-block;
  color: #111;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  margin-top: 10px;
  text-decoration: none;
}

.resp-prize-wrapper-container {
  display: none;
}


@media (max-width: 600px) {
  .prizesd {
    width: 60%;
  }

  .prize-wrapper-container {
    display: none;
  }

  .resp-prize-wrapper-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 74vh;
    /*  background-color: #91919b;*/
    background-color: black;
    flex-direction: column;
  }

  .resp-prize-card {
    width: 80%;
    margin-bottom: 30px;
    margin-top: 50px;
    height: 250px;
    background-color: black;
    box-shadow: 0 10px 20px rgb(255, 182, 193, 0.3);
    justify-content: flex-start;
    align-items: center;
    border-radius: 10px;
  }

  .resp-prize-card img {
    width: 100%;
    height: 250px;
  }

  .resp-prize-card:hover img {
    /* height: 200px; */
    display: none;
  }

  .lower-division {
    height: 300px;
  }

  .resp-prize-card .content {
    position: relative;
    width: 50%;
    left: 20%;
    padding: 0px 20px 20px 40px;
    padding-left: 10px;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s;
    font-family: 'Nasalization', sans-serif;
    font-size: 25px;

    width: 100%;
    /*padding: 20px; */
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out;
    margin-top: 0;
  }

  .resp-prize-card.open .content {
    max-height: 500px;
  }

  .resp-prize-card:hover .content {
    left: 0%;
    opacity: 1;
    visibility: visible;
  }

  .resp-prize-card .content h2 {
    color: #fff;
    text-transform: uppercase;
    font-size: 2.3em;
    line-height: 1em;
  }

  .resp-prize-card .content p {
    margin-left: 5px;
    color: #fff;
    font-size: 22px;
  }

  .resp-prize-card .content a {
    position: relative;
    display: inline-block;
    color: #111;
    padding: 10px 20px;
    border-radius: 10px;
    background: #fff;
    margin-top: 10px;
    text-decoration: none;
  }
}

@media screen and (max-width: 33em) {
  .text {
    display: none;
  }

  .animation {
    margin-left: 0em;
  }

  .hero-button {
    margin-top: 40px;
  }

  .hero-button {
    /* display: flex; */
    margin-top: 90px;
    justify-content: right;
    margin-left: 60px;
  }

  .rounds,
  .gallery {
    width: 300px;
    margin-left: 4rem;
  }
  .poster{
    display:none;
  }

  .headings{
    width:100%;
  }
  .title {
    width: 100%;
  }

  .eligibility{
    width: 100%;
    margin-left: 1px;
  }

  .timeline, .rounds, .prizesd, .gallery{
    font-size: 30px;
    font-weight: 22px;
    width:250px;
    margin-left: 18%;
    text-align: center;
  }
}

@media screen and (max-width: 60em) {
  .text {
    display: none;
  }

  .animation {
    margin-left: 0em;
  }

  .hero-button {
    margin-top: 40px;
  }
}
.menuheader li a{
  color:white;
}
header{
  z-index: 10000;
}