@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap");
* {
  margin: 0;
  padding: 0;
  list-style-type: none;
  box-sizing: border-box;
}

@font-face {
  font-family: "BentonSansBold";
  src: url("../fonts/BentonSansBold.eot");
  src: url("../fonts/BentonSansBold.eot") format("embedded-opentype"),
    url("../fonts/BentonSansBold.woff2") format("woff2"),
    url("../fonts/BentonSansBold.woff") format("woff"),
    url("../fonts/BentonSansBold.ttf") format("truetype"),
    url("../fonts/BentonSansBold.svg#BentonSansBold") format("svg");
}

@font-face {
  font-family: "BentonSansMedium";
  src: url("../fonts/BentonSansMedium.eot");
  src: url("../fonts/BentonSansMedium.eot") format("embedded-opentype"),
    url("../fonts/BentonSansMedium.woff2") format("woff2"),
    url("../fonts/BentonSansMedium.woff") format("woff"),
    url("../fonts/BentonSansMedium.ttf") format("truetype"),
    url("../fonts/BentonSansMedium.svg#BentonSansMedium") format("svg");
}

img {
  max-width: 100%;
}
html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto Condensed", sans-serif;
  margin: 0;
  padding: 0;
}
.header {
  background-color: #fff;
  padding: 15px 0;
}
.main__container {
  max-width: 1200px;
  margin: auto;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__inner nav > ul > li > a {
  color: #1b1b24;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  white-space: nowrap;
}
.header__inner nav > ul > li {
  padding: 0 15px;
}
.header__inner nav > ul {
  display: flex;
}

.header__inner nav > ul > li:last-child a {
  background: #091fa8;
  padding: 7px 10px;
  border-radius: 5px;
  color: #fff;
}
.logo > a {
  margin: 0 10px 0 0;
}
.img-respo {
  display: none;
}
/*.logo a img {
  height: 76px;
  width: 76px;
  object-fit: contain;
}*/
.logo__section > div > a > img {
  max-width: 87px;
}

.about-section {
  padding: 40px 0 80px;
  background: #f8f8fd;
}

.without_section > img {
  width: 100%;
}

.dnone {
  display: none;
}

.dblock {
  display: block;
}

.without_logo {
  background-image: url(../images/without_logo.png);
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
}

.logo__align_sec {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.without_section {
  position: relative;
}
.withoutlogo__content > h2 {
  font-family: "BentonSansBold";
  font-size: 65px;
  color: #fff;
}
.withoutlogo__content > p {
  margin: 15px 0 20px 0;
  color: #fff;
  font-size: 26px;
  font-family: "BentonSansMedium";
}
.withoutlogo__content > span {
  color: #fff;
  font-size: 45px;
  font-family: "BentonSansBold";
  letter-spacing: 1.5px;
}
.withoutlogo__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
}
.logo > a > img {
  max-height: 70px;
}

.host__by {
  font-size: 17px;
  font-weight: 700;
}
/* .host__by:before {
  content: "";
  background: #34177d;
  height: 6px;
  width: 35px;
  position: absolute;
  border-radius: 100px;
  margin-top: -12px;
} */

.bottom_recap {
  max-width: 650px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 25%;
  right: 0px;
  background-color: #fff;
  border-radius: 10px;
}
.hosted_bottom {
  text-align: center;
  padding: 20px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
.logo__section {
  display: flex;
  padding: 20px 0 20px 0;
  align-items: center;
  max-height: 120px;
}
.logo__section > div {
  flex: 0 0 16.6667%;
  max-width: 16.6667%;
  text-align: center;
}

.reward__award > .logo__section > div {
  flex: 0 0 33.333%;
  max-width: 33.333%;
}

.reward__award {
  max-width: 350px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  left: 0px;
  /* right: 0; */
  background-color: #fff;
  border-radius: 10px;
}
.buttons__section > h3 {
  color: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-family: "BentonSansBold";
}
.about-section h2,
.hackathon__details__inner > h2 {
  font-size: 21px;
  color: #34177d;
  padding-left: 40px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px;
}

.about-section h2:before,
.hackathon__details__inner > h2:before {
  content: "";
  width: 33px;
  height: 2px;
  background: #34177d;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about__use__inner {
  display: flex;
  justify-content: space-between;
}

.about__use__inner .about__us__content {
  flex: 0 0 59%;
  max-width: 59%;
  padding-right: 55px;
}
.about__use__inner .about__us__image {
  flex: 0 0 41%;
  max-width: 41%;
  position: relative;
  /* box-shadow: -1.151px 21.97px 43px 0px rgb(85 88 114 / 49%); */
  align-self: flex-start;
  height: 600px;
}
.about__use__inner .about__us__image > img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.about__us__content p {
  font-size: 15px;
  color: #535762;
  line-height: 1.8;
  padding-bottom: 13px;
  margin: 0;
}
.about__us__content span {
  font-weight: 700;
  font-size: 17px;
}
#more {
  display: none;
}
#view__more {
  cursor: pointer;
}
.about__us__content span > p {
  font-weight: 500;
}
#myBtn {
  cursor: pointer;
}

.panel__inner > ul > li > b {
  color: #34177d;
}
/* 
.about__use__inner .about__us__image:before {
  content: "";
  position: absolute;
  left: -20px;
  top: -20px;
  height: 90px;
  width: 90px;
  z-index: 0;
  background-color: #33ba6b;
}

.about__use__inner .about__us__image:after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: -20px;
  height: 90px;
  width: 90px;
  background-color: #33ba6b;
  z-index: 0;
} */
.hackathon__details {
  background-color: #fff;
  padding: 60px 0;
  position: relative;
}

.panel__inner {
  padding-bottom: 25px;
}

.panel__inner > ul > li:before,
ul.buy__fix li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #ee254c;
  border: 5px solid #fed0db;
  position: absolute;
  border-radius: 50%;
  left: 0;
  top: 9px;
}
ul.buy__fix li:before {
  border-radius: 0;
  top: 11px;
}
ul.buy__fix li {
  position: relative;
}
ul.buy__fix li {
  position: relative;
  padding: 10px 0 10px 25px;
}
.panel__inner > ul > li {
  padding: 8px 0 8px 30px;
  font-size: 15px;
  position: relative;
}
.panel__inner span {
  font-weight: 700;
  font-size: 18px;
  padding: 15px 0;
  display: block;
}
.panel__inner > h2 {
  font-size: 15px;
  font-weight: normal;
}
.important__notes {
  padding: 20px 0 0;
  border-top: 1px solid #ddd;
  margin-top: 20px;
}
.important__notes > p {
  font-size: 14px;
}
.important__notes > p {
  font-size: 15px;
  padding: 5px 0;
}
.eligibility {
  padding: 53px 0 40px;
}
.eligibility table {
  font-size: 14px;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 49px 0px rgb(85 88 114 / 20%);
  margin: 0 0 23px;
  width: 100%;
}

.eligibility table tbody td:nth-child(1) {
  background: #e6f3f6;
  font-weight: 700;
  border-left: 0;
  border-bottom: 2px solid #fff;
}
.time__line_header {
  display: flex;
  padding: 10px 0;
}
.time__line {
  max-width: 800px;
  margin: auto;
  box-shadow: 0 0 15px 5px rgb(0 0 0 / 5%);
  border-radius: 10px;
  padding: 30px 20px;
}

.time__line_header {
  display: flex;
  justify-content: space-between;
  padding: 10px 30px;
  max-width: 600px;
  margin: auto;
}
.time__line_header > div {
  color: orange;
  font-size: 18px;
}

.time__line_header.body > div {
  color: #000;
  font-size: 18px;
}

.buttons__section {
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 9;
  width: 85%;
  right: 12px;
  margin: auto;
  display: flex;
  flex-direction: column;
  /* justify-content: center;
  align-items: center; */
}

.imp__date__section > span,
.imp__date__section > p {
  font-size: 14px;
}

.imp__date__section > span {
  flex: 0 0 65%;
  max-width: 65%;
  color: #ffdf57;
}

.imp__date__section > p {
  flex: 0 0 35%;
  max-width: 35%;
  text-align: right;
}

.imp__date__section {
  display: flex;
  color: #fff;
  font-family: "BentonSansMedium";
  justify-content: space-between;
  padding: 10px 0;
}

a.start_sprinting {
  text-align: center;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  font-weight: 700;
  padding: 12px 0px;
  font-size: 19px;
  background: #091fa8;
  width: 100%;
  margin-bottom: 10px;
  margin-top: 20px;
}
.terms__condition__apply {
  display: flex;
  align-items: center;
  justify-content: space-around;
  position: relative;
  width: 100%;
}
.terms__condition__apply > a {
  text-decoration: none;
  color: #fff;
}
a.terms {
  color: #ffdf57;
  font-size: 13px;
  text-decoration: none;
  /* font-weight: 700; */
  position: absolute;
  right: 0;
}
.time__line_header > div {
  font-weight: 700;
}
.time__line_header.body > div:last-child {
  font-weight: 500;
  text-align: right;
}
.time__line_header > div:last-child {
  text-align: right;
}
.time__line_header:first-child {
  border-bottom: 1px solid #ddd;
}
.time__line_header.body:nth-child(2n + 2) {
  background: #f5f5f5;
}
.marginTop {
  margin-top: 25px;
}

.time__line_header > div {
  flex: 0 0 50%;
  max-width: 50%;
}
.reward__award .logo__section > div > a > img {
  max-width: 55px;
}

.eligibility table td {
  border: 1px solid #eeedeb;
}
.eligibility table td,
.eligibility table th {
  padding: 13px 17px;
}
.white-col {
  background: #fff !important;
}

.eligibility table tbody tr:nth-child(even) td:nth-child(1) {
  background: #f8f8f7;
}

.eligibility table tbody tr:nth-child(even) td {
  background-color: #f8f8f7;
}
.eligibility table tbody td:nth-child(1) {
  background: #fff;
  font-weight: 700;
  border-left: 0;
  border-bottom: 2px solid #eeedeb;
}
strong {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* .hackathon__details:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  background: #e8eaf3;
  -webkit-transform: perspective(1px) translate3d(0, 0, 0) skewY(-2.5deg);
  transform: perspective(1px) translate3d(0, 0, 0) skewY(-2.5deg);
  transform-origin: left;
  background-color: #fff;
} */

.hackathon__details__inner > h2 {
  margin-bottom: 30px;
}

.hackathon__details__inner .accordion {
  background-color: #fff;
  color: #34177d;
  cursor: pointer;
  padding: 25px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 20px;
  transition: 0.4s;
  font-family: "Roboto Condensed";
  font-weight: 700;
  position: relative;
}

/* .hackathon__details__inner .active,
.hackathon__details__inner .accordion:hover {
  background-color: #ccc;
} */

.hackathon__details__inner .panel {
  padding: 0 25px 0px;
  background-color: white;
  /* max-height: 0; */
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.close .accordionItemHeading:after,
.open .accordionItemHeading:after {
  content: "+";
  position: absolute;
  right: 10px;
  font-family: u0000;
  font-size: 38px;
  font-weight: bold;
  top: 50%;
  transform: translateY(-50%);
}

.open .accordionItemHeading:after {
  content: "-";
  font-family: u2000;
}

.hackathon__details__inner .panel > p {
  padding-bottom: 25px;
}
.accordionItem {
  border-bottom: 2px solid #ccc;
  position: relative;
}

.close .accordionItemContent {
  height: 0px;
  transition: height 1s ease-out;
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  float: left;
  display: block;
}
.open .accordionItemContent {
  /*padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd; */
  width: 100%;
  /* margin: 0px 0px 10px 0px; */
  display: block;
  -webkit-transform: scaleY(1);
  -o-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  -o-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;

  -webkit-transition: -webkit-transform 0.4s ease-out;
  -o-transition: -o-transform 0.4s ease;
  -ms-transition: -ms-transform 0.4s ease;
  transition: transform 0.4s ease;
  box-sizing: border-box;
}

/* .open .accordionItemHeading{
    margin:0px;
        -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    background-color: #bdc3c7;
    color: #7f8c8d;
} */
.terms__condition__apply > a:first-child {
  font-size: 19px;
  font-weight: 900;
}
.contact__us__div {
  max-width: 400px;
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  width: 100%;
}
.changeColor > span {
  color: #999;
  /*font-weight: 900;*/
  font-size: 13px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: -14px;
}

.changeColor > span > a {
  color: #999;
  text-decoration: none;
  letter-spacing: 0.5px;
}

.changeColor > span > a:hover {
  text-decoration: underline;
  color: #ffdf57;
}

.contact__us__div__2 > div > a {
  text-decoration: none;
  color: #fff;
}

.contact__us__div__1 {
  font-size: 18px;
  padding: 10px 0 20px;
}
.contact__us__div > h2 {
  font-size: 26px;
}

.contact__us__div__2 {
  display: flex;
  justify-content: center;
}

.contact__us__div__2 > div:before {
  content: "";
  border: 1px solid #fff;
  width: 32px;
  height: 32px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
  margin-right: 10px;
  background-size: 17px;
  background-position: center center;
  background-repeat: no-repeat;
}
.contact__us__div__2 > div:first-child:before {
  background-image: url(../images/email.png);
}

.panel__inner > ul > li > a {
  text-decoration: none;
  font-weight: 700;
  color: #34177d;
}
.panel__inner > ul > li > a:hover {
  text-decoration: underline;
}

.contact__us__div__2 > div:last-child:before {
  background-image: url(../images/call-inv-icon.png);
}

.contact_us img {
  display: block;
  margin: auto;
}

.popup{ position: fixed; bottom: 0; right: 0; left: 0; top: 0; background: rgba(0, 0, 0, 0.7); width: 100%; height: 100%; z-index: 9;}

.popup__content{ background: #fff; max-width: 350px; padding: 30px; width: 100%; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); display: flex; justify-content: center;font-weight: bold;text-transform: uppercase;}
#closePopup {
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 10px;
}

@media (min-width: 1024px) {
  .about-section {
    padding: 100px 0 75px;
  }
}

@media (min-width: 991px) {
  /* menu icon */
  nav .hamburger {
    display: none;
  }
}

@media (max-width: 992px) {
  .withoutlogo__content > p {
    margin: 5px 0 10px 0;
    font-size: 16px;
  }

  .withoutlogo__content > h2 {
    font-size: 40px;
  }
  .withoutlogo__content > span {
    font-size: 35px;
  }
  .withoutlogo__content {
    padding-top: 0;
    text-align: center;
  }
  .without_logo {
    padding: 50px 0;
    height: auto;
  }
  .contact_us img {
    height: 200px;
    object-fit: cover;
  }
  .contact__us__div__2 > div {
    margin-bottom: 10px;
  }
  .contact__us__div__2 {
    flex-direction: column;
  }
  a.start_sprinting {
    padding: 7px 0;
  }
  .buttons__section {
    top: 100px;
  }
  .main__container {
    padding: 0 15px;
  }
  .about__use__inner {
    flex-direction: column;
  }
  .about__us__image {
    margin-top: 20px;
  }
  .about__use__inner .about__us__content,
  .about__use__inner .about__us__image {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }

  /*.about__use__inner .about__us__content {
    margin-top: 20px;
  }*/
  .hackathon__details__inner .panel {
    padding: 0;
  }
  .hackathon__details__inner .accordion {
    padding: 15px 10px;
    font-size: 16px;
  }
  .accordionItem .accordion:after,
  .accordionItem .accordion.active:after {
    font-size: 25px;
  }
  .hackathon__details {
    padding: 30px 0;
  }
  .about-section {
    padding: 30px 0;
  }

  .header__inner nav > ul {
    display: none;
  }
  .header__inner .hamburger.open + ul {
    display: flex;
  }
  .header__inner nav > ul {
    flex-direction: column;
    left: 0;
    width: 100%;
    right: 0;
    position: absolute;
    z-index: 1;
    top: 74px;
    background: #fff;
    /* padding: 20px 0; */
  }
  .header__inner nav > ul > li {
    padding: 15px 15px;
    border-bottom: 1px solid #eee;
  }
  .hamburger {
    cursor: pointer;
  }
  .hamburger > img {
    max-width: 25px;
  }
}

@media (max-width: 767px) {
  .about__use__inner .about__us__image > img {
    max-height: 500px;
  }
  .buttons__section {
    width: 95%;
    right: 0;
  }
  .imp__date__section > span,
  .imp__date__section > p {
    font-size: 11px;
  }
  .imp__date__section > span,
  .imp__date__section > p {
    flex: none;
    max-width: none;
  }
  a.start_sprinting {
    font-size: 16px;
  }
  .imp__date__section {
    padding: 5px 0;
  }
  .reward__award > .logo__section > div {
    flex: 0 0 28%;
    max-width: 28%;
  }
  a.terms {
    position: static;
  }
  .terms__condition__apply > a {
    padding: 4px 0px;
  }
  .terms__condition__apply {
    flex-direction: column;
  }
  .bottom_recap .logo__section > div {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }

  .reward__award .logo__section > div:last-child {
    box-shadow: 2px 0 3px rgb(0 0 0 / 15%);
    border-radius: 0 10px 10px 0px;
  }

  .reward__award .logo__section > div:nth-child(2) {
    box-shadow: 0px 0 3px rgb(0 0 0 / 15%);
    border-radius: 10px 0 0 10px;
  }
  .reward__award .logo__section .host__by,
  .bottom_recap .logo__section > .host__by {
    height: auto;
    background: none;
    border: 0;
  }

  .reward__award .logo__section > div {
    background: #fff;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .logo > a > img {
    max-height: 40px !important;
  }
  .header__inner nav > ul > li:nth-child(2n + 2) {
    text-align: right;
  }
  .dnone {
    display: block;
  }

  .dblock {
    display: none;
  }
  /* .header__inner {
    flex-direction: column;
  }*/
  .hosted_bottom {
    text-align: center;
    padding: 20px 20px 0 20px;
    font-size: 16px;
    color: #fff;
  }
  .bottom_recap,
  .reward__award {
    position: static;
    max-width: 100%;
  }
  .logo__section {
    flex-wrap: wrap;
    justify-content: center;
    max-height: unset;
    padding: 30px 0;
  }
  .reward__award {
    background: #f5f5f5;
    border-radius: 0;
  }
  .host__by {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin: 0px 0 15px 0px;
    font-size: 18px;
    font-weight: 700;
  }
  .logo__section > div {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .header__inner nav > ul > li:last-child a {
    white-space: nowrap;
  }
  .header__inner nav > ul {
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .header__inner nav > ul > li {
    /* padding: 0 6px 15px 0; */
    flex: 0 0 100%;
    max-width: 100%;
  }
  .img-respo {
    display: block;
  }
  .imp__date__section.changeColor > span {
    flex: 0 0 100%;
  }
  .changeColor > span {
    margin-top: -7px;
  }
  /* .img-web {
    display: none;
  } */
}

@media (max-width: 576px) {
  .about__use__inner .about__us__content,
  .about__use__inner .about__us__image,
  .about__use__inner .about__us__image > img {
    width: 100%;
  }
  .buttons__section {
    top: 50px;
  }
  .about__use__inner .about__us__image > img {
    max-height: 400px;
  }
}
