body {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0.02em;
}

.footer_div {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    height: 80px;
    background: #fff;
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.bjitlogo{
    display: none;
}

.footer_text {
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-right: 15px;
}

.footer_org {
    /* display: flex; */
    align-items: center;
    /* margin-right: 10%; */
}

.footer_exc {
    /* display: flex; */
    align-items: center;
    /* margin-right: 10%; */
    /* width: 50%; */
    /* margin-left: -100px; */
}
.footer_exc_members{
    align-items: center;
}
/* .globalgeeks{
    height: 50px;
} */

.footer_exc_image img {
    width: 450px;
}

.main-content {
  background-image: url("../images/registration-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 100vh;
  width: 100vw;
  overflow-y: scroll;
}
.pc-hide {
  display: none;
}
nav{
  margin-right: 15px !important;
}
nav.header-navigation {
    /* background: linear-gradient(to bottom, #00346A 50%,#4A006700 100%); */
    right: 0;
    margin-right: 15px !important;
}
.button-block a{
  font-family: Roboto;
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  background: linear-gradient(90deg, #B6246E 0%, #F9636B 100%);
  padding: 10px 30px;
  border-radius: 50px;
}
.button-block a:hover{
  text-decoration: none;
}
.reg_logo_image{
  position: fixed;
  left: 45px;
  top:20px;
  z-index: 999;
  height: 50px;
}
.reg_logo_image img {
  height: 50px;
 }
.judge-panel-section{
  margin:150px 0px;
}
.judge-panel-section .judge_panel_thumbnail{
  margin-top:50px;
}
.judge-panel-section .judge_panel_thumbnail .title{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
  color: #FFFFFF;
  padding: 10px 0px 5px 0px;
}
.judge-panel-section .judge_panel_thumbnail .subtitle{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 10px;
  color: #FFFFFF;
  padding: 5px 0;
}
.judge-panel-section .judge_panel_thumbnail .thumb-image-box{
  width:195px;
  height: 265px;
}
.judge-panel-section .judge_panel_thumbnail .thumb-image-box img{
  width:100%;
  border-radius:5px;
}
.time_left_image_footer{
    position: absolute;
    /* position: fixed; */
    height: 80px;
    left: 0px;
    /* top: 624px; */
    /* width: 1152px; */
    /* left: 0; */
    bottom:0;
    right: 0;
    /* height: 76px; */
    background: rgba(255, 255, 255, 0.95);
    display: flex;
    justify-content: center;
    align-items:center;
}
.start_registration_image{
    width:350px;
    padding-left: 50px;
}
.time_left_text{
    font-family: Roboto;
    /* font-style: italic; */
    font-weight: 700;
    font-size: 16px;
    line-height: 23px;
    text-align: right;
    color: #333333;
}
.start_registration_image img{
    position: relative;
    width: 92.33px;
    height: 50.57px;
}
.judge-text{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
}
.hackathon_overview_section{
  margin: 120px 0;

}
.hackathon_overview_lable{
  font-family: Roboto;
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
  text-align: center;
  display: inline-block;
  color: #00346A;
  background: #fff;
  padding: 10px 40px;
  border-radius:50px;
}


.hackathon_overview_description h3{
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 10px;
  color: #FFFFFF;
  line-height: 20px;
  margin: 20px 0;
}
.hackathon_overview_description p{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 10px;
  color: #FFFFFF;
  opacity:.8;
  line-height: 15px;
  margin-bottom: 15px
}
.overview_image{
  width: 100%;
}
.overview_image img{
  width: 100%;
}
.download_section{
  margin-top:50px;
}
.download_section a{
  font-family: Roboto;
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
  text-align: center;
  color: #FFFFFF !important;
  background: linear-gradient(270deg, #F9636B 26.94%, #B6246E 56.25%);
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 40px;
  cursor: pointer;
}
.registration_section{
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top:35px;
}
.registration_section a{
  font-family: Roboto;
  font-style: italic;
  font-weight: bold;
  font-size: 15px;
  line-height: 10px;
  text-align: center;
  color: #FFFFFF !important;
  background: linear-gradient(270deg, #F9636B 26.94%, #B6246E 56.25%);
  border-radius: 50px;
  text-decoration: none;
  padding: 10px 30px;
  cursor: pointer;
}
.not_yet_register{
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 10px;
  text-align: right;
  color: #FFFFFF;
  margin-right: 20px;
}
.co-organizer_image img{
    width:90%;
    /* outline: none; */
}
.co-org{
    margin:0 20px;
}
.warning p{
    font-family: Roboto;
    color:#ffffff;
    line-height:24px;
  /* text-align:center; */
  /* font-style: italic; */
    font-weight:400;
    font-size:13px;
  /* margin:100px 0 100px; */
}
/*For Mobile Version*/
@media screen and (max-width: 1024px) {
  body {
    padding-left: 8px;
    padding-right: 8px;
    outline: 0;
    background-image: url("../images/registration-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .footer_div{
    display: flex;
    justify-content: center;
}
.footer_org {
    display: flex;
    align-items: center;
    margin-right: 10%;
}

.footer_text {
    font-weight: 700;
    font-size: 9px;
    margin-left: 10px;
}
.footer_exc {
    display: none;
}
.footer_exc_members{
    display:none;
}
.bjitlogo{
    /* position: absolute; */
    display: block;
    margin-left: 10px;
    width: 130.89px;
    height: 36px;
}

  .sp-hide {
    display: none;
  }
  .pc-hide {
    display: unset;
  }
  .judge-panel-section .judge_panel_thumbnail .thumb-image-box {
      width: auto;
      height: auto;
  }
  .judge-panel-section .judge_panel_thumbnail .subtitle {
    line-height: 15px;
  }
  .reg_logo_image_mobile{
    position: fixed;
    left: 10px;
    top: 10px;
    z-index: 4;
  }
  .judge-panel-section{
    padding: 150px 0 0 0;
  }
  nav.header-navigation {
    /* background: linear-gradient(to bottom, #4A0067 50%,#4A006700 100%); */
    margin-right: 0px !important;
  }
  .button-block a {
    padding: 10px 35px;
  }
  .start_registration_image {
    width: 250px;
    padding-left: 25px;

  }
  .time_left_text {
    font-size: 1rem;
    font-weight: 700;
    /* line-height: 23px; */
    margin-left: 10%;
  }

  .registration_section{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: start;
    margin-top:35px;
  }
  .registration_section a{
    margin-top: 20px;
  }
}
